Skip to content

fix(deps): update module github.com/rootless-containers/rootlesskit/v…

4a2455c
Select commit
Loading
Failed to load commit list.
Open

fix(deps): update module github.com/rootless-containers/rootlesskit/v2 to v3 #28685

fix(deps): update module github.com/rootless-containers/rootlesskit/v…
4a2455c
Select commit
Loading
Failed to load commit list.
Cirrus CI / Build Each Commit failed May 11, 2026 in 3m 51s

Task Summary

Instruction main failed in 03:26

Details

✅ 00:20 clone
✅ 00:02 setup
❌ 03:26 main

troff:<standard input>:1129: warning [p 18, 3.7i]: cannot adjust line
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 4a2455c1262953d5563cfc02034392c1b036f2b9
+ local -a context
+ context=($(caller 0))
++ caller 0
+ echo '+ git checkout 4a2455c1262953d5563cfc02034392c1b036f2b9  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:271 in _run_altbuild()'
+ git checkout 4a2455c1262953d5563cfc02034392c1b036f2b9  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:271 in _run_altbuild()
+ git checkout 4a2455c1262953d5563cfc02034392c1b036f2b9
Previous HEAD position was 18acc613d0 Merge pull request #28653 from kolyshkin/selinux1140
HEAD is now at 4a2455c126 fix(deps): update module github.com/rootless-containers/rootlesskit/v2 to v3
+ showrun git rebase 18acc613d0d18ce922730d9632a773a3d1885dec -x 'hack/make-and-check-size /tmp/make-size-check.VElP0tx'
+ local -a context
+ context=($(caller 0))
++ caller 0
+ echo '+ git rebase 18acc613d0d18ce922730d9632a773a3d1885dec -x hack/make-and-check-size /tmp/make-size-check.VElP0tx  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:272 in _run_altbuild()'
+ git rebase 18acc613d0d18ce922730d9632a773a3d1885dec -x hack/make-and-check-size /tmp/make-size-check.VElP0tx  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:272 in _run_altbuild()
+ git rebase 18acc613d0d18ce922730d9632a773a3d1885dec -x 'hack/make-and-check-size /tmp/make-size-check.VElP0tx'
Rebasing (2/2)
Executing: hack/make-and-check-size /tmp/make-size-check.VElP0tx

Building: 4a2455c126 fix(deps): update module github.com/rootless-containers/rootlesskit/v2 to v3
CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build \
	 \
	-ldflags '-X go.podman.io/podman/v6/libpod/define.gitCommit=4a2455c1262953d5563cfc02034392c1b036f2b9 -X go.podman.io/podman/v6/libpod/define.buildInfo=1778530042  -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/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:389: bin/podman] Error 1
warning: execution failed: hack/make-and-check-size /tmp/make-size-check.VElP0tx
You can fix the problem, and then run

  git rebase --continue