-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TestCheckpoint and TestUsernsCheckpoint are failing on centos-stream-9 (Segmentation fault) #3532
Comments
The latest glibc changed the restartable sequence interface and that requires a CRIU rebuild. Rebuild is already triggered: https://gitlab.com/redhat/centos-stream/rpms/criu/-/commit/b6cb718321341b624fc6f2a217d04da775ae32a1 but it might take a week or so to show up in the repositories. @rst0git FYI |
Thanks for the update! |
Older criu versions fails to work with userns due to changes in glibc's rseq. Skip a test if an older criu version is found. Fixes: opencontainers#3532 Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This is being fixed in Workaround: #3539 |
Older criu builds fail on CentOS Stream 9 due to changes in glibc's rseq. Skip a test if an older criu version is found. Fixes: opencontainers#3532 Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Older criu builds fail on CentOS Stream 9 due to changes in glibc's rseq. Skip a test if an older criu version is found. Fixes: opencontainers#3532 Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> (cherry picked from commit 0bca182) Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Older criu builds fail on CentOS Stream 9 due to changes in glibc's rseq. Skip a test if an older criu version is found. Fixes: opencontainers#3532 Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Older criu builds fail to work properly on CentOS Stream 9 due to changes in glibc's rseq. Skip criu tests if an older criu version is found. Fixes: opencontainers#3532 Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Older criu builds fail to work properly on CentOS Stream 9 due to changes in glibc's rseq. Skip criu tests if an older criu version is found. Fixes: opencontainers#3532 Cherry picked from commit 4fd4af5. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
@kolyshkin do you think we should reopen this ticket for tracking ("remove the workaround once we can"?) |
https://cirrus-ci.com/task/4890404691640320?logs=unit_tests#L1358
The text was updated successfully, but these errors were encountered: