fix(deps): update module github.com/containernetworking/plugins to v1.6.2 #24959
Cirrus CI / Build for fedora-41-aarch64
failed
Jan 7, 2025 in 38s
Task Summary
Instruction postbuild failed in 00:17
Details
✅ 00:11 clone
✅ 00:01 prebuild
✅ 00:04 setup
❌ 00:17 postbuild
go: downloading github.com/Masterminds/sprig/v3 v3.2.3
go: downloading github.com/go-openapi/inflect v0.19.0
go: downloading github.com/kr/pretty v0.3.1
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/felixge/httpsnoop v1.0.3
go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
go: downloading golang.org/x/text v0.21.0
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/go-swagger/scan-repo-boundary v0.0.0-20180623220736-973b3573c013
go: downloading github.com/fsnotify/fsnotify v1.6.0
go: downloading github.com/spf13/afero v1.9.5
go: downloading github.com/spf13/cast v1.5.1
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/Masterminds/semver/v3 v3.2.0
go: downloading github.com/huandu/xstrings v1.3.3
go: downloading github.com/imdario/mergo v0.3.12
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/shopspring/decimal v1.2.0
go: downloading golang.org/x/crypto v0.31.0
go: downloading github.com/kr/text v0.2.0
go: downloading github.com/rogpeppe/go-internal v1.9.0
go: downloading github.com/tidwall/pretty v1.0.0
go: downloading github.com/frankban/quicktest v1.14.4
go: downloading github.com/subosito/gotenv v1.4.2
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/magiconair/properties v1.8.7
go: downloading github.com/pelletier/go-toml/v2 v2.0.8
go: downloading github.com/mitchellh/reflectwalk v1.0.2
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 .install.goimports # ./contrib/cirrus/postbuild.sh:38 in main()
make -C test/tools build/goimports
make[1]: Entering directory '/var/tmp/go/src/github.com/containers/podman/test/tools'
go build -o build/goimports ./vendor/golang.org/x/tools/cmd/goimports
make[1]: Leaving directory '/var/tmp/go/src/github.com/containers/podman/test/tools'
+ make generate-bindings # ./contrib/cirrus/postbuild.sh:39 in main()
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/containernetworking/plugins@v1.6.2: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
github.com/containernetworking/plugins@v1.5.1: 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:483: generate-bindings] Error 1
Exit status: 2
Loading