-
Notifications
You must be signed in to change notification settings - Fork 314
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
flake: unable to create pod cgroup: slice was already loaded or has a fragment file #1560
Comments
Seen again, different test:
|
|
@edsantiago, there aren't a lot of changes in 1.17 per: Would you be able to bisect to see which commit causes this? Unless, perhaps, someone has an idea what it might be... I also assume that when you use 1.16.1, for example, there aren't any issues? |
There was never a 1.16 for Fedora (any Fedora), so I jumped from 1.15.1 to 1.17.1. I can try to bisect tomorrow, but can't promise anything. The bug is hard to reproduce, manifesting only about once in every three to four 15-minute test runs. If you (or anyone) feel like trying on your end:
|
It is possible that the culprit is c6ecb3b My process: for each bisect step, run at least 10 iterations of my "reproducer". If I did not see the |
ARGH. I dnf downgraded back to 1.15-1, and now I'm seeing it there too:
|
This is NOT new in 1.17. It reproduces fairly reliably with # bats test_tags=ci:parallel <<<<<<<<< THIS IS WHAT MAKES THINGS FAIL
@test "podman generate systemd - envar" { This test itself never fails, or at least not yet. What it does is cause other tests to fail. I can find nothing in this short test that would not play well with others, unless it's all the Done for today. I don't know if this is a crun bug, or podman, or systemd. |
So far it's a one-off, only on my laptop:
I don't have privs on this repo for adding the
flakes
tagI'm assuming this is a 1.17 issue, because I've never seen it before in gazillions of hours of testing.
The text was updated successfully, but these errors were encountered: