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 / Windows Cross failed May 14, 2026 in 1m 52s

Task Summary

Instruction main failed in 01:27

Details

✅ 00:17 clone
✅ 00:01 setup
❌ 01:27 main

Kernel:  6.19.14-200.fc43.x86_64
Cgroups:  cgroup2fs
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: Windows Cross
************************************************************
+ cd /var/tmp/go/src/github.com/containers/podman
+ case "$ALT_NAME" in
+ showrun make .install.pre-commit
+ local -a context
+ context=($(caller 0))
++ caller 0
+ echo '+ make .install.pre-commit  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:276 in _run_altbuild()'
+ make .install.pre-commit  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:276 in _run_altbuild()
+ make .install.pre-commit
if [ -z "/usr/bin/pre-commit" ]; then \
	/usr/bin/python3 -m pip install --user pre-commit; \
fi
+ showrun make lint GOOS=windows CGO_ENABLED=0
+ local -a context
+ context=($(caller 0))
++ caller 0
+ echo '+ make lint GOOS=windows CGO_ENABLED=0  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:277 in _run_altbuild()'
+ make lint GOOS=windows CGO_ENABLED=0  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:277 in _run_altbuild()
+ make lint GOOS=windows CGO_ENABLED=0
VERSION=2.12.2 ./hack/install_golangci.sh
Installing golangci-lint v2.12.2 into ./bin/golangci-lint
golangci/golangci-lint info checking GitHub for tag 'v2.12.2'
golangci/golangci-lint info found version: 2.12.2 for v2.12.2/linux/amd64
golangci/golangci-lint info installed ./bin/golangci-lint
hack/golangci-lint.sh
Linting for GOOS=windows
+ ./bin/golangci-lint run --build-tags=remote,containers_image_openpgp
cmd/podman/parse/net.go:13:2: could not import go.podman.io/common/libnetwork/etchosts (/var/tmp/go/pkg/mod/go.podman.io/buildah@v1.42.1-0.20260501153811-377cf64e213b/pkg/parse/parse.go:34:2: missing go.sum entry for module providing package go.podman.io/common/libnetwork/etchosts (imported by go.podman.io/podman/v6/cmd/podman/parse); to add:
	go get go.podman.io/podman/v6/cmd/podman/parse) (typecheck)
	"go.podman.io/common/libnetwork/etchosts"
	^
1 issues:
* typecheck: 1
make: *** [Makefile:289: golangci-lint] Error 1

Exit status: 2