fix(deps): update module github.com/rootless-containers/rootlesskit/v2 to v3 #28685
+1
−1
Cirrus CI / Windows Cross
failed
May 11, 2026 in 3m 0s
Task Summary
Instruction main failed in 02:36
Details
✅ 00:19 clone
✅ 00:02 setup
❌ 02:36 main
+ 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
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.................................................Passed
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
+ showrun make podman-remote-release-windows_amd64.zip
+ local -a context
+ context=($(caller 0))
++ caller 0
+ echo '+ make podman-remote-release-windows_amd64.zip # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:278 in _run_altbuild()'
+ make podman-remote-release-windows_amd64.zip # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:278 in _run_altbuild()
+ make podman-remote-release-windows_amd64.zip
GOARCH=amd64 go build -o test/version/version ./test/version/
go: inconsistent vendoring in /var/tmp/go/src/github.com/containers/podman:
github.com/rootless-containers/rootlesskit/v3@v3.0.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
github.com/rootless-containers/rootlesskit/v2@v2.3.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:310: test/version/version] Error 1
Exit status: 2
Loading