Skip to content
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

Bump. Let's see if we pick up a new systemd. #394

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

edsantiago
Copy link
Member

Desperate attempt to look into podman issue 24220, the
missing-logs-and-events flake. I noticed on 1mt that
rawhide is on systemd-257~rc1, which is what's on
debian, and we haven't seen 24220 on debian. F41
is still on 256.7.

Let's see what this PR brings in. If we get systemd-257
on rawhide, let's hammer at it on podman and see what
happens with 24220.

Also, fix a big duh on my part. My new README-simplified
had a line beginning with the word "timebomb", which
'make timebomb-check' interpreted as an actual timebomb
directive, which caused the check to fail. Workaround
is to shuffle words; a more proper solution might be
to exclude READMEs, or look only in *.sh files, or
some other smart filter.

Signed-off-by: Ed Santiago [email protected]

Desperate attempt to look into podman issue 24220, the
missing-logs-and-events flake. I noticed on 1mt that
rawhide is on systemd-257~rc1, which is what's on
debian, and we haven't seen 24220 on debian. F41
is still on 256.7.

Let's see what this PR brings in. If we get systemd-257
on rawhide, let's hammer at it on podman and see what
happens with 24220.

Also, fix a big duh on my part. My new README-simplified
had a line beginning with the word "timebomb", which
'make timebomb-check' interpreted as an actual timebomb
directive, which caused the check to fail. Workaround
is to shuffle words; a more proper solution might be
to exclude READMEs, or look only in *.sh files, or
some other smart filter.

Signed-off-by: Ed Santiago <[email protected]>
Copy link

Cirrus CI build successful. Found built image names and IDs:

Stage Image Name IMAGE_SUFFIX
base debian do-not-use
base fedora do-not-use
base fedora-aws do-not-use
base fedora-aws-arm64 do-not-use
base image-builder do-not-use
base prior-fedora do-not-use
cache build-push c20241118t130000z-f41f40d13
cache debian c20241118t130000z-f41f40d13
cache fedora c20241118t130000z-f41f40d13
cache fedora-aws c20241118t130000z-f41f40d13
cache fedora-netavark c20241118t130000z-f41f40d13
cache fedora-netavark-aws-arm64 c20241118t130000z-f41f40d13
cache fedora-podman-aws-arm64 c20241118t130000z-f41f40d13
cache fedora-podman-py c20241118t130000z-f41f40d13
cache prior-fedora c20241118t130000z-f41f40d13
cache rawhide c20241118t130000z-f41f40d13
cache win-server-wsl c20241118t130000z-f41f40d13

@edsantiago
Copy link
Member Author

debian prior-fedora fedora fedora-aws rawhide
kernel 6.11.7-1 6.8.5-301 6.11.8-300 6.11.7-300 6.12.0-0.rc7.59
6.11.6-1 ⇑ 6.11.6-300 ⇑ 6.11.6-300 ⇑ 6.12.0-0.rc6.20241105git2e1b3cc9d7f7.52 ⇑
aardvark-dns 1.12.2-1 1.12.2-2 1.13.1-1 1.13.1-1 1.13.0-2
1.13.0-1 ⇑ 1.13.0-1 ⇑
buildah 1.38.0+ds1-2 1.37.5-1 1.38.0-2 1.37.5-1 1.38.0-2
1.37.5+ds1-1 ⇑ 1.37.3-1 ⇑ 1.37.5-1 ⇑ 1.37.5-1 ⇑
container-selinux ? 2.233.0-1 2.234.2-1 2.234.2-1 2.234.2-1
2.233.0-1 ⇑ 2.233.0-1 ⇑ 2.233.0-1 ⇑
containers-common ? 0.60.4-2 0.61.0-1 0.60.4-4 0.61.0-1
0.60.4-4 ⇑ 0.60.4-5 ⇑
criu 3.19-3 4.0-1 4.0-2 4.0-2 4.0-2
3.19-2 ⇑
golang 2:1.23~2 1.22.7-1 1.23.3-1 1.23.3-1 1.23.3-2
1.23.2-2 ⇑ 1.23.2-2 ⇑ 1.23.2-2 ⇑
podman 5.3.0+ds1-3 5.2.5-2 5.3.0-1 5.2.5-1 5.3.0-1
5.2.5-1 ⇑ 5.2.3-1 ⇑ 5.3.0~rc2-1 ⇑ 5.3.0~rc2-1 ⇑
runc 1.1.15+ds1-1 1.2.1-1 1.2.1-1 1.2.1-1 1.2.1-1
1.1.12-3 ⇑ 1.1.12-4 ⇑
skopeo 1.16.1+ds1-1+b1 1.16.1-1 1.17.0-1 1.16.1-1 1.17.0-1
1.16.1-1 ⇑ 1.16.1-2 ⇑
systemd 257~rc2-3 255.13-1 256.8-1 256.8-1 257~rc1-2
257~rc1-3 ⇑ 256.7-1 ⇑ 256.7-1 ⇑ 256.7-1 ⇑

edsantiago added a commit to edsantiago/libpod that referenced this pull request Nov 18, 2024
Get new systemd on rawhide, see what happens with containers#24220

Built in : containers/automation_images#394

Signed-off-by: Ed Santiago <[email protected]>
edsantiago added a commit to edsantiago/libpod that referenced this pull request Nov 18, 2024
Get new systemd-257~rc1 on rawhide, see what happens with containers#24220

Built in : containers/automation_images#394

Signed-off-by: Ed Santiago <[email protected]>
edsantiago added a commit to edsantiago/libpod that referenced this pull request Nov 18, 2024
Get new systemd on rawhide, see what happens with containers#24220

Built in : containers/automation_images#394

Signed-off-by: Ed Santiago <[email protected]>
@edsantiago
Copy link
Member Author

podman - pass.

@edsantiago edsantiago merged commit 99e2092 into containers:main Nov 20, 2024
41 checks passed
@edsantiago edsantiago deleted the bump-systemd branch November 20, 2024 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant