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 golang.org/x/term to v0.30.0 #25486

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

fix(deps): update module golang.org/x/term to v0.30.0

d44c674
Select commit
Loading
Failed to load commit list.
Open

fix(deps): update module golang.org/x/term to v0.30.0 #25486

fix(deps): update module golang.org/x/term to v0.30.0
d44c674
Select commit
Loading
Failed to load commit list.
Cirrus CI / Alt Arch. Other Cross failed Mar 5, 2025 in 25s

Task Summary

Instruction main failed in 00:06

Details

βœ… 00:15 clone
βœ… 00:01 setup
❌ 00:06 main

buildah-1.39.0-1.fc41-x86_64
conmon-2.1.12-3.fc41-x86_64
containernetworking-plugins-1.6.2-1.fc41-x86_64
containers-common-0.62.0-1.fc41-noarch
container-selinux-2.234.2-1.fc41-noarch
criu-4.0-2.fc41-x86_64
crun-1.19.1-1.fc41-x86_64
golang-1.23.6-1.fc41-x86_64
libseccomp-2.5.5-2.fc41-x86_64
netavark-1.13.1-1.fc41-x86_64
passt-0^20250121.g4f2c8e7-2.fc41-x86_64
podman-5.4.0~rc3-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. 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 cross-binaries GOARCH=ppc64le
+ local -a context
+ context=($(caller 0))
++ caller 0
+ echo '+ make cross-binaries GOARCH=ppc64le  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:313 in _build_altbuild_archs()'
+ make cross-binaries GOARCH=ppc64le  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:313 in _build_altbuild_archs()
+ make cross-binaries GOARCH=ppc64le
make CGO_ENABLED=0 GOOS=linux GOARCH=ppc64le \
	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=ppc64le go build \
	 \
	-ldflags '-X github.com/containers/podman/v5/libpod/define.gitCommit=d44c674b20417e4ed5a4c43d6836f72da3379c36 -X github.com/containers/podman/v5/libpod/define.buildInfo=1741200849  -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:
	golang.org/x/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/[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[1]: *** [Makefile:378: bin/podman] Error 1
make[1]: Leaving directory '/var/tmp/go/src/github.com/containers/podman'
make: *** [Makefile:510: cross-binaries] Error 2

Exit status: 2