-
Notifications
You must be signed in to change notification settings - Fork 3.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
Podman regression in Ubuntu 22.04 image released Feb 25th? #9425
Comments
Hey @fwilhe, |
Thanks @shamil-mubarakshin I think I have even more evidence that it broke in that specific image update. In this job run it seems like different image versions were mixed randomly? Looking at a few failed and a few successful jobs, the pattern is clear: Failed:
Worked:
Is there a way to force a specific image version in the Let me know if I can help with this further. |
@fwilhe, thanks for the provided blogpost link, looks like following commit has made it to 6.5.0-1015-azure kernel.
Unfortunately, image version cannot be selected in |
I was hoping we could avoid manually messing with the installed components, as also the podman version is quite old.. If I understand this correctly, there is no way to use Is there any chance that podman and crun will be updated in the ubuntu 22.04 image? I understand that you'd like to avoid to use it from non-official repos, but for the time being that sounds like it just won't work. |
Workaround as suggested in actions/runner-images#9425
Workaround as suggested in actions/runner-images#9425
I am affected too but I am asking for another solution: Is there any chance that this incompatible kernel is rolled back? The logic would be like that: incompatible kernel caused this issue, obvious fix for this is reverting. Seriously. |
We can not roll the kernel back, unfortunately |
Too bad. Any updates on an updated version of crun and/or podman in that image that fixes the issue? |
@fwilhe, |
One thought: as an alternative workaround you could try using runc instead of crun
|
Hi, I am also impacted by this, see:
I'll give the workaround a try. |
Hi, thanks for opening the bug in cloud-images. I'll get
Let me get try and get the bug assigned to the correct packages, and see if there is anyone that can help out. |
quick update -- follow on the launchpad bug: https://bugs.launchpad.net/cloud-images/+bug/2056442 we're already working on it. and thanks to @fauust for opening the bug. For anyone following, if you ever hit something in a cloud-based Ubuntu image on one of the big public clouds, feel free to open a bug in https://bugs.launchpad.net/cloud-images . I promise we check, and will try to get things routed to the correct places if it's not an image problem :) |
BTW, the fix is on it's way, see: https://bugs.launchpad.net/cloud-images/+bug/2056442 |
Workaround as suggested in actions/runner-images#9425
This solution works though! |
See: actions/runner-images#9425 See: lp:2056442 Signed-off-by: Lucy Llewellyn <[email protected]>
See: actions/runner-images#9425 See: lp:2056442 Signed-off-by: Lucy Llewellyn <[email protected]>
See: actions/runner-images#9425 See: lp:2056442 Signed-off-by: Lucy Llewellyn <[email protected]>
See: actions/runner-images#9425 See: lp:2056442 Signed-off-by: Lucy Llewellyn <[email protected]>
See: actions/runner-images#9425 See: lp:2056442 Signed-off-by: Lucy Llewellyn <[email protected]>
See: actions/runner-images#9425 See: lp:2056442 Signed-off-by: Lucy Llewellyn <[email protected]>
See: actions/runner-images#9425 See: lp:2056442 Signed-off-by: Lucy Llewellyn <[email protected]>
Should fix actions/runner-images#9425 by newer podman/crun dependencies
As the new 24.04 image is now in beta this is the way forward I guess (maybe after the image is not beta anymore) |
Should fix actions/runner-images#9425 by newer podman/crun dependencies
Description
I think there might be a regression in this release of the ubuntu-22.04 image which breaks podman.
The image updated the kernel from 6.2.y to 6.5.y, but podman/crun don't seem to be updated.
Our build fails with this error link to run:
This is with this image version:
Trying to reproduce, it seems like I am only able to get this image version
20240218.1.0
where the issue does not appear.Tried to reproduce in this repo, but I'm not able to get this with image version
20240225.1.0
.Is this a known issue and version
20240225.1.0
is not in use anymore?This blog post seems to suggest that the crun version is too old.
Platforms affected
Runner images affected
Image version and build link
Fails with:
20240225.1.0
Works with:
20240218.1.0
Failing build: https://github.com/gardenlinux/gardenlinux/actions/runs/8061893233/job/22020522535
Is it regression?
yes
Expected behavior
Podman build should work
Actual behavior
Podman build fails with message:
Repro steps
Create a workflow running on ubuntu 22.04 and execute those steps:
The text was updated successfully, but these errors were encountered: