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 / Alt Arch. RISCV64 Cross failed May 14, 2026 in 31s

Task Summary

Instruction main failed in 00:06

Details

✅ 00:19 clone
✅ 00:01 setup
❌ 00:06 main

aardvark-dns-1.17.1-1.fc43-x86_64
buildah-1.43.1-1.fc43-x86_64
conmon-2.2.1-2.fc43-x86_64
containernetworking-plugins-1.9.1-1.fc43-x86_64
containers-common-0.67.0-1.fc43-noarch
container-selinux-2.247.0-1.fc43-noarch
criu-4.2-11.fc43-x86_64
crun-1.27.1-1.fc43-x86_64
golang-1.25.9-1.fc43-x86_64
libseccomp-2.6.0-2.fc43-x86_64
netavark-1.17.2-1.fc43-x86_64
passt-0^20260120.g386b5f5-1.fc43-x86_64
podman-5.8.2-1.fc43-x86_64
skopeo-1.22.2-1.fc43-x86_64
************************************************************
+ _run_altbuild  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:515 in main()
Performing alternate build: Alt Arch. RISCV64 Cross
************************************************************
+ cd /var/tmp/go/src/github.com/containers/podman
+ case "$ALT_NAME" in
+ _build_altbuild_archs riscv64
+ for arch in "$@"
+ msg 'Building release archive for riscv64'
+ echo 'Building release archive for riscv64'
Building release archive for riscv64
+ showrun make cross-binaries GOARCH=riscv64
+ local -a context
+ context=($(caller 0))
++ caller 0
+ echo '+ make cross-binaries GOARCH=riscv64  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:318 in _build_altbuild_archs()'
+ make cross-binaries GOARCH=riscv64  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:318 in _build_altbuild_archs()
+ make cross-binaries GOARCH=riscv64
make CGO_ENABLED=0 GOOS=linux GOARCH=riscv64 \
	BUILDTAGS="containers_image_openpgp exclude_graphdriver_btrfs exclude_graphdriver_overlay" clean-binaries binaries
make[1]: Entering directory '/var/tmp/go/src/github.com/containers/podman'
rm -rf \
	bin
Podman is being compiled without the systemd build tag. 	Install libsystemd on Ubuntu or systemd-devel on rpm based 	distro for journald support.
CGO_ENABLED=0 GOOS=linux GOARCH=riscv64 go build \
	 \
	-ldflags '-X go.podman.io/podman/v6/libpod/define.gitCommit=c154e7c72b49fa0f7054d3d2d380f32149583756 -X go.podman.io/podman/v6/libpod/define.buildInfo=1778772259  -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 "containers_image_openpgp exclude_graphdriver_btrfs exclude_graphdriver_overlay" \
	-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[1]: *** [Makefile:386: bin/podman] Error 1
make[1]: Leaving directory '/var/tmp/go/src/github.com/containers/podman'
make: *** [Makefile:521: cross-binaries] Error 2

Exit status: 2