specgen: apply env_merge from containers.conf #28583
+19
−1
Draft
Cirrus CI / Alt Arch. MIPS Cross
failed
Apr 25, 2026 in 1m 37s
Task Summary
Instruction main failed in 01:14
Details
✅ 00:18 clone
✅ 00:01 setup
❌ 01:14 main
+ echo finished # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/lib.sh:282 in source()
finished
Fedora release 43 (Forty Three)
Kernel: 6.19.8-200.fc43.x86_64
Cgroups: cgroup2fs
aardvark-dns-1.17.0-1.fc43-x86_64
buildah-1.43.0-1.fc43-x86_64
conmon-2.2.1-2.fc43-x86_64
containernetworking-plugins-1.9.1-1.fc43-x86_64
containers-common-0.67.0-1.fc43-noarch
container-selinux-2.247.0-1.fc43-noarch
criu-4.2-11.fc43-x86_64
crun-1.25.1-1.fc43-x86_64
golang-1.25.8-1.fc43-x86_64
libseccomp-2.6.0-2.fc43-x86_64
netavark-1.17.2-1.fc43-x86_64
passt-0^20260120.g386b5f5-1.fc43-x86_64
podman-5.8.1-1.fc43-x86_64
skopeo-1.22.0-2.fc43-x86_64
************************************************************
+ _run_altbuild # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:515 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:318 in _build_altbuild_archs()'
+ make cross-binaries GOARCH=mips # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:318 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_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 go.podman.io/podman/v6/libpod/define.gitCommit=3121f92a308560b586ad5b49d0c6d9f9a4337475 -X go.podman.io/podman/v6/libpod/define.buildInfo=1777122189 -X go.podman.io/podman/v6/libpod/config._installPrefix=/usr/local -X go.podman.io/podman/v6/libpod/config._etcDir=/etc -X go.podman.io/podman/v6/pkg/systemd/quadlet._binDir=/usr/local/bin -X go.podman.io/image/v5/signature/internal/sequoia.sequoiaLibraryDir='""' -X go.podman.io/common/pkg/config.additionalHelperBinariesDir= ' \
-tags "containers_image_openpgp exclude_graphdriver_btrfs exclude_graphdriver_overlay" \
-o bin/podman ./cmd/podman
# go.podman.io/podman/v6/pkg/specgen/generate
pkg/specgen/generate/container.go:190:40: rtc.Containers.EnvMerge undefined (type "go.podman.io/common/pkg/config".ContainersConfig has no field or method EnvMerge)
make[1]: *** [Makefile:386: bin/podman] Error 1
make[1]: Leaving directory '/var/tmp/go/src/github.com/containers/podman'
make: *** [Makefile:521: cross-binaries] Error 2
Exit status: 2
Loading