The HVT e2e tests fail due to a seccomp filter stacking issue in pkg/unikontainers/hypervisors/hvt.go. This is reproducible on main and unrelated to any recent changes.
Affected Tests
The following HVT test cases fail across the ctr, nerdctl, and crictl suites:
| Suite |
Test Name |
ctr |
Hvt-rumprun-hello |
ctr |
Hvt-mirage-hello |
ctr |
Hvt-mirage-block-test |
nerdctl |
Hvt-rumprun-capture-hello |
nerdctl |
Hvt-rumprun-ping-redis |
nerdctl |
Hvt-rumprun-ping-redis-with-block |
nerdctl |
Hvt-mirage-net |
nerdctl |
Hvt-rumprun-with-seccomp |
nerdctl |
Hvt-rumprun-UserGroup |
crictl |
Hvt-rumprun-redis |
crictl |
Hvt-mirage-net |
Unaffected Backends
All other VMM backends — spt, qemu, firecracker, cloud-hypervisor are unaffected since they do not apply seccomp filters in PreExec().
The HVT e2e tests fail due to a seccomp filter stacking issue in
pkg/unikontainers/hypervisors/hvt.go. This is reproducible onmainand unrelated to any recent changes.Affected Tests
The following HVT test cases fail across the
ctr,nerdctl, andcrictlsuites:ctrHvt-rumprun-helloctrHvt-mirage-helloctrHvt-mirage-block-testnerdctlHvt-rumprun-capture-hellonerdctlHvt-rumprun-ping-redisnerdctlHvt-rumprun-ping-redis-with-blocknerdctlHvt-mirage-netnerdctlHvt-rumprun-with-seccompnerdctlHvt-rumprun-UserGroupcrictlHvt-rumprun-rediscrictlHvt-mirage-netUnaffected Backends
All other VMM backends —
spt,qemu,firecracker,cloud-hypervisorare unaffected since they do not apply seccomp filters inPreExec().