-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Error: OCI runtime error: error creating systemd unit libpod-sha.scope
: got failed
#10442
Comments
A friendly reminder that this issue had no activity for 30 days. |
@edsantiago what is the latest on this flake? |
Seen June 23 in int podman ubuntu-2104 rootless host. (Prior two failures were in |
Also seen June 8 in sys podman ubuntu-2104 rootless host. |
Seen just now, again in sys podman ubuntu-2104 rootless |
A friendly reminder that this issue had no activity for 30 days. |
And, speak of the devil, another one right now |
That looks like a runc issue to me (see https://github.com/opencontainers/runc/blob/master/libcontainer/cgroups/systemd/common.go#L354). @kolyshkin , do you have a suspicion what's going on? |
A friendly reminder that this issue had no activity for 30 days. |
@AkihiroSuda @kolyshkin Thoughts? |
This means that runc asked systemd to create a unit, and systemd was unable to do that. Alas it only returns a single word ("failed"), I guess systemd logs might have some more details. Now, I have never seen anything like this myself, and have no idea what could be the reason. If there is a way to repro, or get systemd logs after such failure, I'll be happy to take a look. If I remember correctly, older runc versions used to ignore the failure from systemd, which resulted in errors later (upon changing unit properties or unit removal). This was fixed so that runc would error out earlier, which in theory is easier to debug. Sorry for not being very helpful -- someone who's more familiar with system might have more ideas. |
Since my last comment here the flake has appeared twice: Sept 9 and Sept 10, both on ubuntu-2104 rootless. No other instances since then (at least that my flake logger sees). I realize this means that someone will close this issue. I'm semi-ok with that, since there's really nothing useful to go on; I just want the closing to be done intentionally and with awareness by someone other than me. |
Ok, I will do the honors. |
Reported by @baude today in planning meeting: ubuntu 2110 rootless |
@edsantiago is there a way to see system journal from that system? It might shed some light on what happened. Again, this is systemd being unable to create a unit; all it returns back to runc is |
OK this is actually Error: OCI runtime error: crun: error creating systemd unit |
New flake:
Happens on the first
podman run
in system tests. Once it happens, all future tests will fail (i.e. this destroys the system). Two instances in the last week, both ubuntu-2104 rootless:The text was updated successfully, but these errors were encountered: