-
Notifications
You must be signed in to change notification settings - Fork 606
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
page-xfer error during TestUsernsCheckpoint in runc CI #2551
Comments
One more, this time it's non-userns test. https://cirrus-ci.com/task/6077670582124544?logs=unit_tests_1#L750 |
@kolyshkin Would it be possible to confirm that the parent images have not been modified by another test? |
The source code for the test is here: https://github.com/opencontainers/runc/blob/main/libcontainer/integration/checkpoint_test.go It does not use If you have any ideas of how to confirm this in any other way, let me know. |
Note that:
|
Description
While testing #2545 in runc CI (opencontainers/runc#4559), I saw this error three times for the last 36 or so hours. I don't think this is something I've seen before.
The error is always happens on AlmaLinux-8 in cirrus-ci. Here's a copy-paste of all three occurences.
Steps to reproduce the issue:
I guess you can download runc and run
make localunittest
orgo test -v -exec sudo -run Checkpoint ./libcontainer/integration
.Describe the results you received:
See above.
Describe the results you expected:
No errors.
Additional information you deem important (e.g. issue happens only occasionally):
CRIU logs and information:
I don't have full logs but let me know if it will be helpful if I amend CI to produce those.
CRIU version is from #2545
Additional environment details:
Cirrus-CI, almalinux-8 (see
.cirrus.yml
in opencontainers/runc#4559)The text was updated successfully, but these errors were encountered: