-
Notifications
You must be signed in to change notification settings - Fork 17
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
New VM build, just to see how things are #337
Conversation
c03d367
to
390f5b5
Compare
Cirrus CI build successful. Found built image names and IDs:
|
|
Converted to draft, because pasta |
Cirrus CI build successful. Found built image names and IDs:
|
|
Cirrus CI build successful. Found built image names and IDs:
|
|
New pasta (03-20). And whatever else comes in. Also: install StrawberryPerl on Windows, see: containers/podman#21991 First CI-detected problem: debian: The following packages have unmet dependencies: debian: libfuse2t64 : Breaks: libfuse2 (< 2.9.9-8.1) Solution attempted: remove libfuse2 from INSTALL_PACKAGES And, bump expired Debian timebombs Signed-off-by: Ed Santiago <santiago@redhat.com>
Cirrus CI build successful. Found built image names and IDs:
|
Cirrus CI build successful. Found built image names and IDs:
|
Pasta 03-20 on all Fedoras. Kernel 6.9.0 rc0 on rawhide. Podman test PR is 22082; I've also been testing all the above iterations in 17831. @cevich @Luap99 PTAL; barring any last-minute pasta emergencies, this is ready to go.
|
I think it'd be fine to tag this, but let's hold off and see (1) how it fares in Podman-land, and then (2) how #338 fares, because we might as well 2birds1stone |
SGTM. Would you mind doing the tagging then? You seem to be much more on top of the situation than I. |
Gladly. I'll take care of it, and also the buildah futzing that'll have to be done now that we have crun > 1.14.1 (some skipped tests will need to be reenabled) |
Thanks Ed, I appreciate it. |
* pasta 2024-03-20 on all Fedoras * crun 1.14.4 everywhere See containers/automation_images#337 (comment) Signed-off-by: Ed Santiago <santiago@redhat.com>
Pasta 03-20, crun 1.14.4, and /tmp on tmpfs One unexplained difference: fc39 and rawhide now create: /run/log/journal/SOMETHING/system.journal ...and the SOMETHING is o-rwx. This triggers journalctl to spit out a warning: Hint: You are currently not seeing messages from the system. Users in groups 'adm', 'systemd-journal', 'wheel' can see all messages. Pass -q to turn off this notice. ...which in turn causes ExitCleanly() to fail. It is not clear who/what is creating this journal directory, or why it allofasudden started just now. Workaround is to add -q to journalctl in one test. VM package info: containers/automation_images#337 (comment) Signed-off-by: Ed Santiago <santiago@redhat.com>
Followup to containers#21991. Strawberry Perl is now installed by default in CI VMs[1], so we no longer need the temporary install-perl code. [1] containers/automation_images#337 Signed-off-by: Ed Santiago <santiago@redhat.com>
New pasta (03-20). And whatever else comes in.
Also: install StrawberryPerl on Windows, see:
containers/podman#21991
First CI-detected problem:
Solution attempted: remove libfuse2 from INSTALL_PACKAGES
Signed-off-by: Ed Santiago santiago@redhat.com