Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module go.etcd.io/bbolt to v1.3.11 #23724

Closed
wants to merge 1 commit into from

fix(deps): update module go.etcd.io/bbolt to v1.3.11

d6b1770
Select commit
Loading
Failed to load commit list.
Closed

fix(deps): update module go.etcd.io/bbolt to v1.3.11 #23724

fix(deps): update module go.etcd.io/bbolt to v1.3.11
d6b1770
Select commit
Loading
Failed to load commit list.
Cirrus CI / Alt Arch. Other Cross failed Aug 28, 2024 in 26s

Task Summary

Instruction main failed in 00:02

Details

✅ 00:20 clone
✅ 00:01 setup
❌ 00:02 main

starting
************************************************************
Runner executing altbuild podman-tests as root on fedora-40(fedora-40)
Current environment VM image: fedora-c20240821t171500z-f40f39d13
************************************************************
+ echo finished  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/lib.sh:263 in source()
finished
Fedora release 40 (Forty)
Kernel:  6.10.6-200.fc40.x86_64
Cgroups:  cgroup2fs
aardvark-dns-1.12.1-1.fc40-x86_64
buildah-1.37.1-1.fc40-x86_64
conmon-2.1.12-1.fc40-x86_64
containernetworking-plugins-1.4.0-4.fc40-x86_64
containers-common-0.60.1-1.fc40-noarch
container-selinux-2.232.1-1.fc40-noarch
criu-3.19-6.fc40-x86_64
crun-1.15-1.fc40-x86_64
golang-1.22.6-1.fc40-x86_64
libseccomp-2.5.5-1.fc40-x86_64
netavark-1.12.2-1.fc40-x86_64
passt-0^20240814.g61c0b0d-1.fc40-x86_64
podman-5.2.1-1.fc40-x86_64
skopeo-1.16.0-1.fc40-x86_64
slirp4netns-1.2.2-2.fc40-x86_64
************************************************************
+ _run_altbuild  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:553 in main()
_bail_if_test_can_be_skipped: head=d6b177003b00b95d2bb970355c6d164a0be95235  base=0e5eba6053137192fe6d5feb257204cb8e360517
Performing alternate build: Alt Arch. Other Cross
************************************************************
+ cd /var/tmp/go/src/github.com/containers/podman
+ case "$ALT_NAME" in
+ arches=(ppc64le s390x)
+ _build_altbuild_archs ppc64le s390x
+ for arch in "$@"
+ msg 'Building release archive for ppc64le'
+ echo 'Building release archive for ppc64le'
Building release archive for ppc64le
+ showrun make podman-release-ppc64le.tar.gz GOARCH=ppc64le
+ local -a context
+ context=($(caller 0))
++ caller 0
+ echo '+ make podman-release-ppc64le.tar.gz GOARCH=ppc64le  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:315 in _build_altbuild_archs()'
+ make podman-release-ppc64le.tar.gz GOARCH=ppc64le  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:315 in _build_altbuild_archs()
+ make podman-release-ppc64le.tar.gz GOARCH=ppc64le
GOARCH=amd64 go build -o test/version/version ./test/version/
go: inconsistent vendoring in /var/tmp/go/src/github.com/containers/podman:
	go.etcd.io/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	go.etcd.io/[email protected]: 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:308: test/version/version] Error 1

Exit status: 2