Skip to content

Added --dry-run option to image prune

c154e7c
Select commit
Loading
Failed to load commit list.
Open

Added --dry-run option to image prune #28694

Added --dry-run option to image prune
c154e7c
Select commit
Loading
Failed to load commit list.
Cirrus CI / Build Each Commit failed May 14, 2026 in 3m 38s

Task Summary

Instruction main failed in 03:15

Details

✅ 00:17 clone
✅ 00:01 setup
❌ 03:15 main

troff:<standard input>:1162: warning [p 18, 9.7i]: cannot adjust line
troff:<standard input>:1232: warning [p 19, 8.2i]: cannot adjust line
troff:<standard input>:35: warning [p 1, 6.5i]: cannot adjust line
troff:<standard input>:52: warning [p 1, 9.7i]: cannot adjust line
troff:<standard input>:126: warning [p 3, 0.5i]: cannot adjust line
troff:<standard input>:139: warning [p 3, 3.0i]: cannot adjust line
troff:<standard input>:152: warning [p 3, 5.5i]: cannot adjust line
troff:<standard input>:169: warning [p 3, 8.7i]: cannot adjust line
troff:<standard input>:180: warning [p 3, 11.0i]: cannot adjust line
troff:<standard input>:191: warning [p 4, 1.7i]: cannot adjust line
troff:<standard input>:202: warning [p 4, 4.0i]: cannot adjust line
troff:<standard input>:213: warning [p 4, 6.3i]: cannot adjust line
bin/podman           size= 61864096
bin/podman-remote    size= 48166216
bin/podmansh         size=        6
bin/podman-testing   size= 49930192
bin/quadlet          size=  3599103
bin/rootlessport     size=  4910864
+ showrun git checkout c154e7c72b49fa0f7054d3d2d380f32149583756
+ local -a context
+ context=($(caller 0))
++ caller 0
+ echo '+ git checkout c154e7c72b49fa0f7054d3d2d380f32149583756  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:271 in _run_altbuild()'
+ git checkout c154e7c72b49fa0f7054d3d2d380f32149583756  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:271 in _run_altbuild()
+ git checkout c154e7c72b49fa0f7054d3d2d380f32149583756
Previous HEAD position was 0344459bb9 Merge pull request #28688 from containers/renovate/requests-2.x
HEAD is now at c154e7c72b Added --dry-run option to image prune
+ showrun git rebase 0344459bb98e5177aaa05ac13d2edc410974a63b -x 'hack/make-and-check-size /tmp/make-size-check.N9iOnpJ'
+ local -a context
+ context=($(caller 0))
++ caller 0
+ echo '+ git rebase 0344459bb98e5177aaa05ac13d2edc410974a63b -x hack/make-and-check-size /tmp/make-size-check.N9iOnpJ  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:272 in _run_altbuild()'
+ git rebase 0344459bb98e5177aaa05ac13d2edc410974a63b -x hack/make-and-check-size /tmp/make-size-check.N9iOnpJ  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:272 in _run_altbuild()
+ git rebase 0344459bb98e5177aaa05ac13d2edc410974a63b -x 'hack/make-and-check-size /tmp/make-size-check.N9iOnpJ'
Rebasing (2/4)
Executing: hack/make-and-check-size /tmp/make-size-check.N9iOnpJ

Building: f342d4860c image prune --dry-run: added tests and docs
CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build \
	 \
	-ldflags '-X go.podman.io/podman/v6/libpod/define.gitCommit=f342d4860c67cdbdafe904731a0f1121f40ec14c -X go.podman.io/podman/v6/libpod/define.buildInfo=1778772490  -X go.podman.io/podman/v6/libpod/config._installPrefix=/usr/local -X go.podman.io/podman/v6/libpod/config._etcDir=/etc -X go.podman.io/podman/v6/pkg/systemd/quadlet._binDir=/usr/local/bin -X go.podman.io/image/v5/signature/internal/sequoia.sequoiaLibraryDir='""' -X go.podman.io/common/pkg/config.additionalHelperBinariesDir= ' \
	-tags "grpcnotrace   libsqlite3 systemd   seccomp " \
	-o bin/podman ./cmd/podman
go: inconsistent vendoring in /var/tmp/go/src/github.com/containers/podman:
	github.com/docker/docker-credential-helpers@v0.9.7: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	go.podman.io/common: is replaced by github.com/zvenigorodsky/container-libs/common@v0.0.0-20260513201046-29c417f5d0a4 in go.mod, but marked as replaced by github.com/Luap99/container-libs/common@v0.0.0-20260507114201-8488036ffdbc in vendor/modules.txt
	github.com/docker/docker-credential-helpers@v0.9.6: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod

	To ignore the vendor directory, use -mod=readonly or -mod=mod.
	To sync the vendor directory, run:
		go mod vendor
make: *** [Makefile:389: bin/podman] Error 1
warning: execution failed: hack/make-and-check-size /tmp/make-size-check.N9iOnpJ
You can fix the problem, and then run

  git rebase --continue