Skip to content

Update snapshots to 20260816 - #2599

Merged
croissanne merged 1 commit into
osbuild:mainfrom
schutzbot:snapshots-20260816
Aug 19, 2026
Merged

Update snapshots to 20260816#2599
croissanne merged 1 commit into
osbuild:mainfrom
schutzbot:snapshots-20260816

Conversation

@schutzbot

Copy link
Copy Markdown
Collaborator

Results of the snapshot jobs:
Job(s) succeeded: 243
Job(s) failed: 3

If these are false, rebuild the enumerate cache manually:
Enumerate cache job succeeded: true
Check snapshot succeeded:

Workflow run: https://github.com/osbuild/rpmrepo/actions/runs/31921654228


update_schutzfile.py output

@schutzbot
schutzbot requested a review from a team as a code owner August 16, 2026 06:36
@achilleas-k

Copy link
Copy Markdown
Member

The problem with the container resolver is that the podman run call is failing in github actions with

running registry.access.redhat.com/ubi9-micro:latest container failed: exit status 126
stderr:
[conmon:e]: Include journald in compilation path to log to systemd journal
Error: conmon failed: exit status 1

I can't reproduce the failure locally, neither on a Fedora host nor in an Ubuntu 24.04 container, which I used to try to replicate the CI environment.

@achilleas-k

Copy link
Copy Markdown
Member

Merged the container resolver tests into the unit tests that run in Fedora containers. They're no longer separate jobs so they wont be reported separately in the statuses.

@achilleas-k

Copy link
Copy Markdown
Member

The test explicitly refuses to run in a container and fails when forced. Let's see if I can change that.

@achilleas-k

Copy link
Copy Markdown
Member

I think I'm just going to remove these tests. They're covered by integration tests in GitLab. It's not worth the effort to get them fixed to run in GHA. It'd be a different story if they were quick unit tests that can easily be run locally, which would catch problems before people push and open PRs, but they're not.

croissanne
croissanne previously approved these changes Aug 17, 2026

@croissanne croissanne left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

supakeen
supakeen previously approved these changes Aug 17, 2026
@achilleas-k

Copy link
Copy Markdown
Member

Didn't drop the test. Instead changed it to be a simple error check without message matching.

@croissanne
croissanne enabled auto-merge August 17, 2026 13:04
@achilleas-k

Copy link
Copy Markdown
Member

The other test failed now (╯°□°)╯︵ ┻━┻

@achilleas-k

Copy link
Copy Markdown
Member

I'll check on it in a bit

@achilleas-k

Copy link
Copy Markdown
Member

The other test failed now (╯°□°)╯︵ ┻━┻

So the failure in this case was a timeout, which I foolishly assumed was a problem with our test, possibly related to the previous failure that I worked around. Given how GitHub is currently having a day again, I'm going to assume it's just regular old GH-borkage until proven otherwise.

@achilleas-k

Copy link
Copy Markdown
Member

Moved the fixing bits to #2602.

achilleas-k
achilleas-k previously approved these changes Aug 18, 2026
@achilleas-k

achilleas-k commented Aug 19, 2026

Copy link
Copy Markdown
Member

All ELN aarch64 builds are failing with

Signature check failed on sha256:01e4fb9a9cdc415174b9020b4d4b54b075eef9a047aae70b56261349f63675aa, lookup package name in manifest.
Traceback (most recent call last):
  File "/run/osbuild/bin/org.osbuild.rpm", line 277, in <module>
    r = main(args["tree"], args["inputs"], args["options"])
  File "/run/osbuild/bin/org.osbuild.rpm", line 176, in main
    subprocess.run([
    ~~~~~~~~~~~~~~^^
        rpmkeys_bin,
        ^^^^^^^^^^^^
    ...<3 lines>...
        filename
        ^^^^^^^^
    ], cwd=pkgpath, stdout=subprocess.DEVNULL, check=True)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.14/subprocess.py", line 578, in run
    raise CalledProcessError(retcode, process.args,
                             output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['rpmkeys', '--root', '/run/osbuild/tree', '--checksig', 'sha256:01e4fb9a9cdc415174b9020b4d4b54b075eef9a047aae70b56261349f63675aa']' returned non-zero exit status 1.
⏱  Duration: 0.63s
manifest - failed

@supakeen

Copy link
Copy Markdown
Member

Update the snapshot, ELN had the wrong keys imported for a duration of time and I think this snapshot was made during that time.

@achilleas-k

Copy link
Copy Markdown
Member

Update the snapshot, ELN had the wrong keys imported for a duration of time and I think this snapshot was made during that time.

Thanks. Rolling back ELN snapshot changes here and I'll run a new snapshot job separately.

@croissanne
croissanne added this pull request to the merge queue Aug 19, 2026
Merged via the queue into osbuild:main with commit 664666e Aug 19, 2026
54 of 55 checks passed
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.

5 participants