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

Support (m)TLS API Socket #24601

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Continue work on TLS API Support

46db840
Select commit
Loading
Failed to load commit list.
Draft

Support (m)TLS API Socket #24601

Continue work on TLS API Support
46db840
Select commit
Loading
Failed to load commit list.
Cirrus CI / Alt Arch. MIPS Cross failed Dec 30, 2024 in 1m 40s

Task Summary

Instruction main failed in 01:21

Details

✅ 00:16 clone
✅ 00:01 setup
❌ 01:21 main

Kernel:  6.11.8-300.fc41.x86_64
Cgroups:  cgroup2fs
aardvark-dns-1.13.1-1.fc41-x86_64
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.18.2-1.fc41-x86_64
golang-1.23.3-1.fc41-x86_64
libseccomp-2.5.5-2.fc41-x86_64
netavark-1.13.0-1.fc41-x86_64
passt-0^20241030.gee7d0b6-1.fc41-x86_64
podman-5.3.0-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. MIPS 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=46db8405643a1494d29937273d7d3d46133496f3 -X github.com/containers/podman/v5/libpod/define.buildInfo=1735579851 -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
# github.com/containers/podman/v5/cmd/podman/system/connection
cmd/podman/system/connection/add.go:211:3: unknown field TLSCertFile in struct literal of type "github.com/containers/common/pkg/config".Destination
cmd/podman/system/connection/add.go:212:3: unknown field TLSKeyFile in struct literal of type "github.com/containers/common/pkg/config".Destination
cmd/podman/system/connection/add.go:213:3: unknown field TLSCAFile in struct literal of type "github.com/containers/common/pkg/config".Destination
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