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 github.com/containernetworking/plugins to v1.6.2 #24959

Closed

fix(deps): update module github.com/containernetworking/plugins to v1…

75d907a
Select commit
Loading
Failed to load commit list.
Closed

fix(deps): update module github.com/containernetworking/plugins to v1.6.2 #24959

fix(deps): update module github.com/containernetworking/plugins to v1…
75d907a
Select commit
Loading
Failed to load commit list.
Cirrus CI / Alt Arch. MIPS64 Cross failed Jan 7, 2025 in 25s

Task Summary

Instruction main failed in 00:05

Details

✅ 00:14 clone
✅ 00:01 setup
❌ 00:05 main

buildah-1.38.0-2.fc41-x86_64
conmon-2.1.12-3.fc41-x86_64
containernetworking-plugins-1.6.0-1.fc41-x86_64
containers-common-0.61.0-1.fc41-noarch
container-selinux-2.234.2-1.fc41-noarch
criu-4.0-2.fc41-x86_64
crun-1.19-1.fc41-x86_64
golang-1.23.4-1.fc41-x86_64
libseccomp-2.5.5-2.fc41-x86_64
netavark-1.13.1-1.fc41-x86_64
passt-0^20241127.gc0fbc7e-1.fc41-x86_64
podman-5.3.1-1.fc41-x86_64
skopeo-1.17.0-1.fc41-x86_64
slirp4netns-1.3.1-1.fc41-x86_64
************************************************************
+ _run_altbuild  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:507 in main()
Performing alternate build: Alt Arch. MIPS64 Cross
************************************************************
+ cd /var/tmp/go/src/github.com/containers/podman
+ case "$ALT_NAME" in
+ arches=(mips mipsle)
+ _build_altbuild_archs mips mipsle
+ for arch in "$@"
+ msg 'Building release archive for mips'
+ echo 'Building release archive for mips'
Building release archive for mips
+ showrun make cross-binaries GOARCH=mips
+ local -a context
+ context=($(caller 0))
++ caller 0
+ echo '+ make cross-binaries GOARCH=mips  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:313 in _build_altbuild_archs()'
+ make cross-binaries GOARCH=mips  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:313 in _build_altbuild_archs()
+ make cross-binaries GOARCH=mips
make CGO_ENABLED=0 GOOS=linux GOARCH=mips \
	BUILDTAGS="containers_image_openpgp exclude_graphdriver_btrfs exclude_graphdriver_devicemapper exclude_graphdriver_overlay" clean-binaries binaries
make[1]: Entering directory '/var/tmp/go/src/github.com/containers/podman'
rm -rf \
	bin
Podman is being compiled without the systemd build tag. 	Install libsystemd on Ubuntu or systemd-devel on rpm based 	distro for journald support.
CGO_ENABLED=0 GOOS=linux GOARCH=mips go build \
	 \
	-ldflags '-X github.com/containers/podman/v5/libpod/define.gitCommit=75d907a05d90e72922badfe708a85c43d4c1e259 -X github.com/containers/podman/v5/libpod/define.buildInfo=1736272207 -X github.com/containers/podman/v5/libpod/config._installPrefix=/usr/local -X github.com/containers/podman/v5/libpod/config._etcDir=/etc -X github.com/containers/podman/v5/pkg/systemd/quadlet._binDir=/usr/local/bin -X github.com/containers/common/pkg/config.additionalHelperBinariesDir= ' \
	-tags "containers_image_openpgp exclude_graphdriver_btrfs exclude_graphdriver_devicemapper exclude_graphdriver_overlay" \
	-o bin/podman ./cmd/podman
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[1]: *** [Makefile:377: bin/podman] Error 1
make[1]: Leaving directory '/var/tmp/go/src/github.com/containers/podman'
make: *** [Makefile:509: cross-binaries] Error 2

Exit status: 2