Support (m)TLS API Socket #24601
Draft
Support (m)TLS API Socket #24601
Cirrus CI / FreeBSD Cross
failed
Dec 30, 2024 in 2m 38s
Task Summary
Instruction build_amd64 failed in 01:26
Details
✅ 00:34 clone
✅ 00:35 setup
❌ 01:26 build_amd64
gmake podman-release
go: downloading go1.22.6 (freebsd/amd64)
GOARCH=amd64 go build -o test/version/version ./test/version/
mkdir -p "podman_tmp_g7yL/podman-v5.4.0-dev"
gmake GOOS=freebsd GOARCH=amd64 \
clean-binaries docs podman-remote-freebsd-docs
gmake[1]: Entering directory '/var/tmp/go/src/github.com/containers/podman'
rm -rf \
bin
hack/markdown-preprocess
if [ ! -x "./test/tools/build/go-md2man" ]; then \
gmake -C test/tools build/go-md2man GOOS=freebsd GOARCH=amd64; \
fi
gmake[2]: Entering directory '/var/tmp/go/src/github.com/containers/podman/test/tools'
go build -o build/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
go: downloading go1.22.0 (freebsd/amd64)
gmake[2]: Leaving directory '/var/tmp/go/src/github.com/containers/podman/test/tools'
mkdir -p docs/build/man
( echo "% podman-rootless 7"; echo; sed -e '/logo.*\.png/d' <rootless.md ) >docs/source/markdown/podman-rootless.7.md.tmp.$ && \
mv docs/source/markdown/podman-rootless.7.md.tmp.$ docs/source/markdown/podman-rootless.7.md
( echo "% podman-troubleshooting 7"; echo; sed -e '/logo.*\.png/d' <troubleshooting.md ) >docs/source/markdown/podman-troubleshooting.7.md.tmp.$ && \
mv docs/source/markdown/podman-troubleshooting.7.md.tmp.$ docs/source/markdown/podman-troubleshooting.7.md
mkdir -p bin
/usr/local/bin/bash: line 1: git: command not found
CGO_ENABLED=1 GOOS=freebsd GOARCH=amd64 go build \
\
-ldflags ' -X github.com/containers/podman/v5/libpod/define.buildInfo=1735580067 -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 "remote exclude_graphdriver_btrfs btrfs_noversion exclude_graphdriver_devicemapper containers_image_openpgp" \
-o bin/podman-remote ./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
gmake[1]: *** [Makefile:393: bin/podman-remote] Error 1
gmake[1]: Leaving directory '/var/tmp/go/src/github.com/containers/podman'
gmake: *** [Makefile:824: podman-release-amd64.tar.gz] Error 2
Exit status: 2
Loading