crun icon indicating copy to clipboard operation
crun copied to clipboard

Fedora rawhide: podman checkpoint e2e and system test failures

Open lsm5 opened this issue 5 months ago • 2 comments
trafficstars

Starting with crun, can move to criu if required. This is seen on Fedora rawhide only, both aarch64 and x86_64.

Summarizing 3 Failures:
  [FAIL] Podman checkpoint [It] podman checkpoint container with established tcp connections
  /var/tmp/tmp.pxsEr2Kr3j/podman-5.6.0-dev/test/e2e/checkpoint_test.go:367
  [FAIL] Podman checkpoint [It] podman checkpoint and restore container with different port mappings
  /var/tmp/tmp.pxsEr2Kr3j/podman-5.6.0-dev/test/e2e/checkpoint_test.go:1089
  [FAIL] Podman checkpoint [It] podman checkpoint and restore containers with --print-stats
  /var/tmp/tmp.pxsEr2Kr3j/podman-5.6.0-dev/test/e2e/checkpoint_test.go:1383

Links:

EDIT: didn't notice earlier, 1 system test failed too: not ok 3 [520] podman checkpoint --export, with volumes . You'll find it in the lower log on the same link.

Note to self: enable podman checkpoint e2e tests on crun PRs as well. Currently, we only have system tests running.

lsm5 avatar May 30 '25 14:05 lsm5