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 for fedora-43-aarch64 failed May 11, 2026 in 31s

Task Summary

Instruction postbuild failed in 00:06

Details

✅ 00:13 clone
✅ 00:02 prebuild
✅ 00:02 setup
❌ 00:06 postbuild

go: downloading github.com/go-openapi/testify/enable/yaml/v2 v2.4.1
go: downloading golang.org/x/text v0.35.0
go: downloading github.com/spf13/viper v1.20.1
go: downloading github.com/Masterminds/sprig/v3 v3.3.0
go: downloading github.com/go-openapi/inflect v0.21.5
go: downloading github.com/kr/pretty v0.3.1
go: downloading golang.org/x/tools v0.42.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading github.com/go-openapi/jsonreference v0.21.5
go: downloading golang.org/x/sync v0.20.0
go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
go: downloading github.com/fsnotify/fsnotify v1.9.0
go: downloading github.com/sagikazarmark/locafero v0.10.0
go: downloading github.com/spf13/afero v1.14.0
go: downloading github.com/spf13/cast v1.10.0
go: downloading github.com/spf13/pflag v1.0.10
go: downloading dario.cat/mergo v1.0.2
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/Masterminds/semver/v3 v3.4.0
go: downloading github.com/huandu/xstrings v1.5.0
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/shopspring/decimal v1.4.0
go: downloading golang.org/x/crypto v0.49.0
go: downloading github.com/kr/text v0.2.0
go: downloading github.com/rogpeppe/go-internal v1.14.1
go: downloading github.com/google/go-cmp v0.6.0
go: downloading github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8
go: downloading github.com/frankban/quicktest v1.14.6
go: downloading github.com/subosito/gotenv v1.6.0
go: downloading github.com/pelletier/go-toml/v2 v2.2.4
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading golang.org/x/mod v0.33.0
go mod vendor
go mod verify
all modules verified
go mod edit -toolchain none
make: Leaving directory '/var/tmp/go/src/github.com/containers/podman/test/tools'
tree is clean
+ make generate-bindings  # ./contrib/cirrus/postbuild.sh:41 in main()
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/arm64
golangci/golangci-lint info installed ./bin/golangci-lint
CGO_ENABLED=1 GOOS=linux GOARCH=arm64 go generate ./pkg/bindings/... ;
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:494: generate-bindings] Error 1

Exit status: 2