Skip to content

specgen: apply env_merge from containers.conf

3121f92
Select commit
Loading
Failed to load commit list.
Draft

specgen: apply env_merge from containers.conf #28583

specgen: apply env_merge from containers.conf
3121f92
Select commit
Loading
Failed to load commit list.
Cirrus CI / Alt Arch. RISCV64 Cross failed Apr 25, 2026 in 1m 47s

Task Summary

Instruction main failed in 01:25

Details

✅ 00:18 clone
✅ 00:01 setup
❌ 01:25 main

DEST_BRANCH is 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. RISCV64 Cross
************************************************************
+ cd /var/tmp/go/src/github.com/containers/podman
+ case "$ALT_NAME" in
+ _build_altbuild_archs riscv64
+ for arch in "$@"
+ msg 'Building release archive for riscv64'
+ echo 'Building release archive for riscv64'
Building release archive for riscv64
+ showrun make cross-binaries GOARCH=riscv64
+ local -a context
+ context=($(caller 0))
++ caller 0
+ echo '+ make cross-binaries GOARCH=riscv64  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:318 in _build_altbuild_archs()'
+ make cross-binaries GOARCH=riscv64  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:318 in _build_altbuild_archs()
+ make cross-binaries GOARCH=riscv64
make CGO_ENABLED=0 GOOS=linux GOARCH=riscv64 \
	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=riscv64 go build \
	 \
	-ldflags '-X go.podman.io/podman/v6/libpod/define.gitCommit=3121f92a308560b586ad5b49d0c6d9f9a4337475 -X go.podman.io/podman/v6/libpod/define.buildInfo=1777122191  -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