fix(trace-fixtures): require podman label on fixture-vm workflows#240
Merged
Conversation
Both `fixture-vm flake.lock` runs landed on runner8 and died at the
rootless-podman userns step:
newuidmap: write to uid_map failed: Operation not permitted
Error: cannot set up namespace using "/usr/bin/newuidmap"
Process completed with exit code 125
The image digest is correct; the failure is one layer below it. Per
smithy: rootless podman is only known-good on runner9 right now, and
the right way to express that is a `podman` label in the runs-on set.
GHA will then only schedule on a podman-capable runner. KVM access is
universal across the fleet so no `kvm` label is needed on the nightly.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Rivet verification gate✅ 20/20 passed
Filter: Failed artifacts(none) Updated automatically by |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Both
fixture-vm flake.lockruns landed onrunner8and died at therootless-podman userns step (
newuidmap: write to uid_map failed: Operation not permitted). The image digest is correct; the failure isin the runner's rootless-podman setup, one layer below the container.
Per smithy, rootless podman is only known-good on
runner9right now.This adds
podmanto theruns-onlabel set on both workflows so GHAschedules only on a podman-capable runner. KVM access is universal on
the fleet, so no
kvmlabel is needed on the nightly.Test plan
fixture-vm flake.lock— first realend-to-end exercise of the rootless-podman + digest-pinned
nixos/nixchain. Artifactfixture-vm-flake-lockcomes backon success.
flake.lockin a follow-up PR; the nightlythen goes live.
🤖 Generated with Claude Code