action #176085
closedtest fails in runc-root_tap
0%
Description
Observation¶
not ok 31 checkpoint and restore
# (from function `simple_cr' in file tests/integration/checkpoint.bats, line 111,
# in test file tests/integration/checkpoint.bats, line 126)
# `simple_cr' failed
# runc spec (status=0):
#
# runc run -d --console-socket /tmp/bats-run-eiA0X4/runc.ZBJBzU/tty/sock test_busybox (status=0):
#
# runc state test_busybox (status=0):
# {
# "ociVersion": "1.2.0",
# "id": "test_busybox",
# "pid": 33642,
# "status": "running",
# "bundle": "/tmp/bats-run-eiA0X4/runc.ZBJBzU/bundle",
# "rootfs": "/tmp/bats-run-eiA0X4/runc.ZBJBzU/bundle/rootfs",
# "created": "2025-01-23T12:41:45.776225376Z",
# "owner": ""
# }
# runc checkpoint --work-path ./work-dir test_busybox (status=1):
# time="2025-01-23T07:41:45-05:00" level=warning msg="--- Quoting \"work-dir/dump.log\""
# time="2025-01-23T07:41:45-05:00" level=warning msg="23:(00.068581) vdso: DT_STRTAB: 340"
# time="2025-01-23T07:41:45-05:00" level=warning msg="24:(00.068582) vdso: DT_SYMTAB: 1d8"
# time="2025-01-23T07:41:45-05:00" level=warning msg="25:(00.068583) vdso: DT_STRSZ: 9c"
# time="2025-01-23T07:41:45-05:00" level=warning msg="26:(00.068584) vdso: DT_SYMENT: 18"
# time="2025-01-23T07:41:45-05:00" level=warning msg="27:(00.068585) vdso: nbucket 3 nchain f bucket 7f921945f128 chain 7f921945f134"
# time="2025-01-23T07:41:45-05:00" level=warning msg="28:(00.068587) Error (criu/vdso.c:381): vdso: Unexpected rt vDSO area bounds"
# time="2025-01-23T07:41:45-05:00" level=warning msg="29:(00.068589) Error (criu/vdso.c:613): vdso: Failed to fill self vdso symtable"
# time="2025-01-23T07:41:45-05:00" level=warning msg="30:(00.068590) Error (criu/kerndat.c:1906): kerndat_vdso_fill_symtable failed when initializing kerndat."
# time="2025-01-23T07:41:45-05:00" level=warning msg=---
# time="2025-01-23T07:41:45-05:00" level=error msg="criu failed: type DUMP errno 0"
openQA test in scenario opensuse-Tumbleweed-DVD-x86_64-container_host_bats_testsuite@64bit fails in
runc-root_tap
Test suite description¶
Maintainer: qe-c@suse.de https://confluence.suse.com/display/qasle/podman+upstream+tests
Reproducible¶
Fails since (at least) Build 20250122
Expected result¶
Last good: 20250121 (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by dimstar 15 days ago
mkoutny wrote in #note-1:
I guess I'm Cc'd because of disabled v1 freezer. I can see that already Criu 3.14 added support for v2 freezer, so the disablement may not be at fault here.
The vdso error messages led me to CRIU bug that's brought about by kernel v6.13-rc1 while CRIU fix seems to be only in criu-dev git branch.
Thanks - so the kernel change seems intentional and to stay; I'll file a bug report in bnc against criu in this case and hope to get a fix for that in the distro soon™
Updated by dimstar 15 days ago
Filed bug as https://bugzilla.opensuse.org/show_bug.cgi?id=1236330 - assigned to Takashi (who seems to be maintaining criu the most)