Fix ancestor filter to resolve image names to IDs #27778
Cirrus CI / Windows Cross
failed
Dec 16, 2025 in 2m 44s
Task Summary
Instruction main failed in 02:23
Details
✅ 00:15 clone
✅ 00:02 setup
❌ 02:23 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.6.0 ./hack/install_golangci.sh
Installing golangci-lint v2.6.0 into ./bin/golangci-lint
golangci/golangci-lint info checking GitHub for tag 'v2.6.0'
golangci/golangci-lint info found version: 2.6.0 for v2.6.0/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
0 issues.
/usr/bin/pre-commit run -a
[INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks.git.
[INFO] Initializing environment for https://github.com/codespell-project/codespell.
[INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks.git.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/codespell-project/codespell.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
fix end of files.........................................................Passed
trim trailing whitespace.................................................Failed
- hook id: trailing-whitespace
- exit code: 1
- files were modified by this hook
Fixing pkg/domain/filters/containers.go
mixed line ending........................................................Passed
check BOM - deprecated: use fix-byte-order-marker........................Passed
check that executables have shebangs.....................................Passed
check for merge conflicts................................................Passed
check yaml...............................................................Passed
codespell................................................................Passed
make: *** [Makefile:287: lint] Error 1
Exit status: 2
Loading