Skip to content

sys-kernel/coreos-modules: build AMD GPU as module#3461

Open
tormath1 wants to merge 4 commits intomainfrom
tormath1/amd-gpu
Open

sys-kernel/coreos-modules: build AMD GPU as module#3461
tormath1 wants to merge 4 commits intomainfrom
tormath1/amd-gpu

Conversation

@tormath1
Copy link
Contributor

@tormath1 tormath1 commented Nov 4, 2025

Related to: flatcar/Flatcar#1935

Some firmware were missing but after investigation, it seems to be false alarms:

 * Missing firmware: amdgpu/cyan_skillfish_gpu_info.bin (amdgpu.ko.xz)
 * Missing firmware: amdgpu/ip_discovery.bin (amdgpu.ko.xz)
 * Missing firmware: amdgpu/vega10_cap.bin (amdgpu.ko.xz)
 * Missing firmware: amdgpu/sienna_cichlid_cap.bin (amdgpu.ko.xz)
 * Missing firmware: amdgpu/navi12_cap.bin (amdgpu.ko.xz)
 * Missing firmware: amdgpu/aldebaran_cap.bin (amdgpu.ko.xz)
 * Missing firmware: amdgpu/gc_11_0_0_toc.bin (amdgpu.ko.xz)
 * Missing firmware: amdgpu/gc_11_0_3_mes.bin (amdgpu.ko.xz)

For example, amdgpu/ip_discovery.bin (amdgpu.ko.xz) is a custom file enabled via https://docs.kernel.org/gpu/amdgpu/debugfs.html#amdgpu-discovery (see: torvalds/linux@a79d370)

Now waiting for user feedback. :)

Note for reviewers:

  • Ignore the linux-firmware update commit, it was just to be sure that it still works with this new update

Closes: #3825

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
It happens that some modules uses `MODULE_FIRMWARE` with a file
not-shipped into 'linux-firmware'.
In such a case, we can safely ignore those.
e.g 'amdgpu/ip_discovery.bin' is not a file shipped by linux-firmware
(see: torvalds/linux@a79d370)

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
@github-actions
Copy link

Test report for 4631.0.0+nightly-20260306-2100 / amd64

Platforms tested : qemu_uefi-amd64

❌ not ok bpf.execsnoop; Failed: qemu_uefi-amd64 (1, 2, 3, 4, 5)

                Diagnostic output for qemu_uefi-amd64, run 5
    L1: " Error: _cluster.go:125: Unable to find image _ghcr.io/flatcar/bcc:latest_ locally"
    L2: "cluster.go:125: latest: Pulling from flatcar/bcc"
    L3: "cluster.go:125: 857cc8cb19c0: Pulling fs layer"
    L4: "cluster.go:125: 374607acd827: Pulling fs layer"
    L5: "cluster.go:125: 3c68cfe25f10: Pulling fs layer"
    L6: "cluster.go:125: 857cc8cb19c0: Verifying Checksum"
    L7: "cluster.go:125: 857cc8cb19c0: Download complete"
    L8: "cluster.go:125: 374607acd827: Verifying Checksum"
    L9: "cluster.go:125: 374607acd827: Download complete"
    L10: "cluster.go:125: 3c68cfe25f10: Verifying Checksum"
    L11: "cluster.go:125: 3c68cfe25f10: Download complete"
    L12: "cluster.go:125: 857cc8cb19c0: Pull complete"
    L13: "cluster.go:125: 374607acd827: Pull complete"
    L14: "cluster.go:125: 3c68cfe25f10: Pull complete"
    L15: "cluster.go:125: Digest: sha256:af37cefc90ed9e1894dc70efac8b3a9dd173eacffec0e7af981d565f1649c009"
    L16: "cluster.go:125: Status: Downloaded newer image for ghcr.io/flatcar/bcc:latest"
    L17: "cluster.go:125: In file included from /virtual/main.c:16:"
    L18: "cluster.go:125: include/linux/fs.h:1076:27: warning: unknown attribute ___counted_by___ ignored [-Wunknown-attributes]"
    L19: "cluster.go:125:         unsigned char f_handle[] __counted_by(handle_bytes);"
    L20: "cluster.go:125:                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~"
    L21: "cluster.go:125: include/linux/compiler_types.h:352:47: note: expanded from macro ___counted_by_"
    L22: "cluster.go:125: # define __counted_by(member)           __attribute__((__counted_by__(member)))"
    L23: "cluster.go:125:                                                        ^~~~~~~~~~~~~~~~~~~~~~"
    L24: "cluster.go:125: 1 warning generated."
    L25: "bpf.go:121: Unable to find _docker ps_ log lines in execsnoop logs: Transient error: stream should not log to _stderr__"
    L26: " "
                Diagnostic output for qemu_uefi-amd64, run 4
    L1: " Error: _cluster.go:125: Unable to find image _ghcr.io/flatcar/bcc:latest_ locally"
    L2: "cluster.go:125: latest: Pulling from flatcar/bcc"
    L3: "cluster.go:125: 857cc8cb19c0: Pulling fs layer"
    L4: "cluster.go:125: 374607acd827: Pulling fs layer"
    L5: "cluster.go:125: 3c68cfe25f10: Pulling fs layer"
    L6: "cluster.go:125: 374607acd827: Verifying Checksum"
    L7: "cluster.go:125: 374607acd827: Download complete"
    L8: "cluster.go:125: 857cc8cb19c0: Verifying Checksum"
    L9: "cluster.go:125: 857cc8cb19c0: Download complete"
    L10: "cluster.go:125: 857cc8cb19c0: Pull complete"
    L11: "cluster.go:125: 374607acd827: Pull complete"
    L12: "cluster.go:125: 3c68cfe25f10: Verifying Checksum"
    L13: "cluster.go:125: 3c68cfe25f10: Download complete"
    L14: "cluster.go:125: 3c68cfe25f10: Pull complete"
    L15: "cluster.go:125: Digest: sha256:af37cefc90ed9e1894dc70efac8b3a9dd173eacffec0e7af981d565f1649c009"
    L16: "cluster.go:125: Status: Downloaded newer image for ghcr.io/flatcar/bcc:latest"
    L17: "cluster.go:125: In file included from /virtual/main.c:16:"
    L18: "cluster.go:125: include/linux/fs.h:1076:27: warning: unknown attribute ___counted_by___ ignored [-Wunknown-attributes]"
    L19: "cluster.go:125:         unsigned char f_handle[] __counted_by(handle_bytes);"
    L20: "cluster.go:125:                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~"
    L21: "cluster.go:125: include/linux/compiler_types.h:352:47: note: expanded from macro ___counted_by_"
    L22: "cluster.go:125: # define __counted_by(member)           __attribute__((__counted_by__(member)))"
    L23: "cluster.go:125:                                                        ^~~~~~~~~~~~~~~~~~~~~~"
    L24: "cluster.go:125: 1 warning generated."
    L25: "bpf.go:121: Unable to find _docker ps_ log lines in execsnoop logs: Transient error: stream should not log to _stderr__"
    L26: " "
                Diagnostic output for qemu_uefi-amd64, run 3
    L1: " Error: _cluster.go:125: Unable to find image _ghcr.io/flatcar/bcc:latest_ locally"
    L2: "cluster.go:125: latest: Pulling from flatcar/bcc"
    L3: "cluster.go:125: 857cc8cb19c0: Pulling fs layer"
    L4: "cluster.go:125: 374607acd827: Pulling fs layer"
    L5: "cluster.go:125: 3c68cfe25f10: Pulling fs layer"
    L6: "cluster.go:125: 374607acd827: Verifying Checksum"
    L7: "cluster.go:125: 374607acd827: Download complete"
    L8: "cluster.go:125: 857cc8cb19c0: Verifying Checksum"
    L9: "cluster.go:125: 857cc8cb19c0: Download complete"
    L10: "cluster.go:125: 3c68cfe25f10: Verifying Checksum"
    L11: "cluster.go:125: 3c68cfe25f10: Download complete"
    L12: "cluster.go:125: 857cc8cb19c0: Pull complete"
    L13: "cluster.go:125: 374607acd827: Pull complete"
    L14: "cluster.go:125: 3c68cfe25f10: Pull complete"
    L15: "cluster.go:125: Digest: sha256:af37cefc90ed9e1894dc70efac8b3a9dd173eacffec0e7af981d565f1649c009"
    L16: "cluster.go:125: Status: Downloaded newer image for ghcr.io/flatcar/bcc:latest"
    L17: "cluster.go:125: In file included from /virtual/main.c:16:"
    L18: "cluster.go:125: include/linux/fs.h:1076:27: warning: unknown attribute ___counted_by___ ignored [-Wunknown-attributes]"
    L19: "cluster.go:125:         unsigned char f_handle[] __counted_by(handle_bytes);"
    L20: "cluster.go:125:                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~"
    L21: "cluster.go:125: include/linux/compiler_types.h:352:47: note: expanded from macro ___counted_by_"
    L22: "cluster.go:125: # define __counted_by(member)           __attribute__((__counted_by__(member)))"
    L23: "cluster.go:125:                                                        ^~~~~~~~~~~~~~~~~~~~~~"
    L24: "cluster.go:125: 1 warning generated."
    L25: "bpf.go:121: Unable to find _docker ps_ log lines in execsnoop logs: Transient error: stream should not log to _stderr__"
    L26: " "
                Diagnostic output for qemu_uefi-amd64, run 2
    L1: " Error: _cluster.go:125: Unable to find image _ghcr.io/flatcar/bcc:latest_ locally"
    L2: "cluster.go:125: latest: Pulling from flatcar/bcc"
    L3: "cluster.go:125: 857cc8cb19c0: Pulling fs layer"
    L4: "cluster.go:125: 374607acd827: Pulling fs layer"
    L5: "cluster.go:125: 3c68cfe25f10: Pulling fs layer"
    L6: "cluster.go:125: 374607acd827: Verifying Checksum"
    L7: "cluster.go:125: 857cc8cb19c0: Verifying Checksum"
    L8: "cluster.go:125: 857cc8cb19c0: Download complete"
    L9: "cluster.go:125: 857cc8cb19c0: Pull complete"
    L10: "cluster.go:125: 374607acd827: Pull complete"
    L11: "cluster.go:125: 3c68cfe25f10: Verifying Checksum"
    L12: "cluster.go:125: 3c68cfe25f10: Download complete"
    L13: "cluster.go:125: 3c68cfe25f10: Pull complete"
    L14: "cluster.go:125: Digest: sha256:af37cefc90ed9e1894dc70efac8b3a9dd173eacffec0e7af981d565f1649c009"
    L15: "cluster.go:125: Status: Downloaded newer image for ghcr.io/flatcar/bcc:latest"
    L16: "cluster.go:125: In file included from /virtual/main.c:16:"
    L17: "cluster.go:125: include/linux/fs.h:1076:27: warning: unknown attribute ___counted_by___ ignored [-Wunknown-attributes]"
    L18: "cluster.go:125:         unsigned char f_handle[] __counted_by(handle_bytes);"
    L19: "cluster.go:125:                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~"
    L20: "cluster.go:125: include/linux/compiler_types.h:352:47: note: expanded from macro ___counted_by_"
    L21: "cluster.go:125: # define __counted_by(member)           __attribute__((__counted_by__(member)))"
    L22: "cluster.go:125:                                                        ^~~~~~~~~~~~~~~~~~~~~~"
    L23: "cluster.go:125: 1 warning generated."
    L24: "bpf.go:121: Unable to find _docker ps_ log lines in execsnoop logs: Transient error: stream should not log to _stderr__"
    L25: " "
                Diagnostic output for qemu_uefi-amd64, run 1
    L1: " Error: _cluster.go:125: Unable to find image _ghcr.io/flatcar/bcc:latest_ locally"
    L2: "cluster.go:125: latest: Pulling from flatcar/bcc"
    L3: "cluster.go:125: 857cc8cb19c0: Pulling fs layer"
    L4: "cluster.go:125: 374607acd827: Pulling fs layer"
    L5: "cluster.go:125: 3c68cfe25f10: Pulling fs layer"
    L6: "cluster.go:125: 374607acd827: Verifying Checksum"
    L7: "cluster.go:125: 374607acd827: Download complete"
    L8: "cluster.go:125: 857cc8cb19c0: Verifying Checksum"
    L9: "cluster.go:125: 857cc8cb19c0: Download complete"
    L10: "cluster.go:125: 857cc8cb19c0: Pull complete"
    L11: "cluster.go:125: 374607acd827: Pull complete"
    L12: "cluster.go:125: 3c68cfe25f10: Download complete"
    L13: "cluster.go:125: 3c68cfe25f10: Pull complete"
    L14: "cluster.go:125: Digest: sha256:af37cefc90ed9e1894dc70efac8b3a9dd173eacffec0e7af981d565f1649c009"
    L15: "cluster.go:125: Status: Downloaded newer image for ghcr.io/flatcar/bcc:latest"
    L16: "cluster.go:125: In file included from /virtual/main.c:16:"
    L17: "cluster.go:125: include/linux/fs.h:1076:27: warning: unknown attribute ___counted_by___ ignored [-Wunknown-attributes]"
    L18: "cluster.go:125:         unsigned char f_handle[] __counted_by(handle_bytes);"
    L19: "cluster.go:125:                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~"
    L20: "cluster.go:125: include/linux/compiler_types.h:352:47: note: expanded from macro ___counted_by_"
    L21: "cluster.go:125: # define __counted_by(member)           __attribute__((__counted_by__(member)))"
    L22: "cluster.go:125:                                                        ^~~~~~~~~~~~~~~~~~~~~~"
    L23: "cluster.go:125: 1 warning generated."
    L24: "bpf.go:121: Unable to find _docker ps_ log lines in execsnoop logs: Transient error: stream should not log to _stderr__"
    L25: " "

🟢 ok bpf.local-gadget; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.basic; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.cloudinit.basic; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.cloudinit.multipart-mime; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.cloudinit.script; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.disk.raid0.data; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.disk.raid0.root; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.disk.raid1.data; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.disk.raid1.root; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.etcd-member.discovery; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.etcd-member.etcdctlv3; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.etcd-member.v2-backup-restore; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.filesystem; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.flannel.udp; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.flannel.vxlan; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.ignition.instantiated.enable-unit; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.ignition.kargs; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.ignition.luks; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.ignition.oem.indirect; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.ignition.oem.indirect.new; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.ignition.oem.regular; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.ignition.oem.regular.new; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.ignition.oem.reuse; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.ignition.oem.wipe; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.ignition.partition_on_boot_disk; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.ignition.symlink; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.ignition.translation; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.ignition.v1.btrfsroot; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.ignition.v1.ext4root; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.ignition.v1.groups; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.ignition.v1.once; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.ignition.v1.sethostname; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.ignition.v1.users; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.ignition.v1.xfsroot; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.ignition.v2.btrfsroot; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.ignition.v2.ext4root; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.ignition.v2.users; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.ignition.v2.xfsroot; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.ignition.v2_1.ext4checkexisting; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.ignition.v2_1.swap; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.ignition.v2_1.vfat; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.install.cloudinit; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.internet; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.locksmith.cluster; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.network.initramfs.second-boot; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.network.iptables; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.network.listeners; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.network.nftables; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.network.wireguard; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.omaha.ping; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.osreset.ignition-rerun; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.overlay.cleanup; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.swap_activation; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.sysext.boot; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.sysext.fallbackdownload # SKIP; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.tang.nonroot; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.tang.root; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.toolbox.dnf-install; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.tpm.eventlog; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.tpm.nonroot; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.tpm.root; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.tpm.root-cryptenroll; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.tpm.root-cryptenroll-pcr-noupdate; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.tpm.root-cryptenroll-pcr-withupdate; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.update.badverity; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.update.reboot; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.users.shells; Succeeded: qemu_uefi-amd64 (1)

🟢 ok cl.verity; Succeeded: qemu_uefi-amd64 (1)

🟢 ok confext.skiprefresh; Succeeded: qemu_uefi-amd64 (1)

🟢 ok coreos.auth.verify; Succeeded: qemu_uefi-amd64 (1)

🟢 ok coreos.ignition.groups; Succeeded: qemu_uefi-amd64 (1)

🟢 ok coreos.ignition.once; Succeeded: qemu_uefi-amd64 (1)

🟢 ok coreos.ignition.resource.local; Succeeded: qemu_uefi-amd64 (1)

🟢 ok coreos.ignition.resource.remote; Succeeded: qemu_uefi-amd64 (1)

🟢 ok coreos.ignition.resource.s3.versioned; Succeeded: qemu_uefi-amd64 (1)

🟢 ok coreos.ignition.security.tls; Succeeded: qemu_uefi-amd64 (1)

🟢 ok coreos.ignition.sethostname; Succeeded: qemu_uefi-amd64 (1)

🟢 ok coreos.ignition.systemd.enable-service; Succeeded: qemu_uefi-amd64 (1)

🟢 ok coreos.locksmith.reboot; Succeeded: qemu_uefi-amd64 (1)

🟢 ok coreos.locksmith.tls; Succeeded: qemu_uefi-amd64 (1)

🟢 ok coreos.selinux.boolean; Succeeded: qemu_uefi-amd64 (1)

🟢 ok coreos.selinux.enforce; Succeeded: qemu_uefi-amd64 (1)

🟢 ok coreos.tls.fetch-urls; Succeeded: qemu_uefi-amd64 (1)

🟢 ok coreos.update.badusr; Succeeded: qemu_uefi-amd64 (1)

❌ not ok devcontainer.docker; Failed: qemu_uefi-amd64 (1, 2, 3, 4, 5)

                Diagnostic output for qemu_uefi-amd64, run 5
    L1: " Error: _cluster.go:125: + set -euo pipefail"
    L2: "cluster.go:125: + source /home/core/download-library.sh"
    L3: "cluster.go:125: + download_dev_container_image flatcar_developer_container.bin"
    L4: "cluster.go:125: + local output_bin=flatcar_developer_container.bin"
    L5: "cluster.go:125: + shift"
    L6: "cluster.go:125: + local arch version image_url bzip2cat"
    L7: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L8: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L9: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L10: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L11: "cluster.go:125: ++ echo amd64"
    L12: "cluster.go:125: + arch=amd64"
    L13: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L14: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L15: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L16: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L17: "cluster.go:125: ++ echo 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L18: "cluster.go:125: + version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L19: "cluster.go:125: ++ process_template http://10.0.22.26:12345/flatcar_developer_container.bin.bz2 amd64 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L20: "cluster.go:125: ++ local template=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L21: "cluster.go:125: ++ shift"
    L22: "cluster.go:125: ++ local arch=amd64"
    L23: "cluster.go:125: ++ shift"
    L24: "cluster.go:125: ++ local version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.22.26:12345/flatcar_developer_container.bin.bz2_"
    L32: "cluster.go:125: + curl --fail --silent --show-error --location --retry-delay 1 --retry 60 --retry-connrefused --retry-max-time 60 --connect-timeout 20 --remote-name http://10.0.22.26:12345/flatcar_dev?eloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.22.26 port 12345 after 3053 ms: Could not connect to server"
    L34: "devcontainer.go:236: main script failed: Process exited with status 7_"
    L35: " "
                Diagnostic output for qemu_uefi-amd64, run 4
    L1: " Error: _cluster.go:125: + set -euo pipefail"
    L2: "cluster.go:125: + source /home/core/download-library.sh"
    L3: "cluster.go:125: + download_dev_container_image flatcar_developer_container.bin"
    L4: "cluster.go:125: + local output_bin=flatcar_developer_container.bin"
    L5: "cluster.go:125: + shift"
    L6: "cluster.go:125: + local arch version image_url bzip2cat"
    L7: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L8: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L9: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L10: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L11: "cluster.go:125: ++ echo amd64"
    L12: "cluster.go:125: + arch=amd64"
    L13: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L14: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L15: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L16: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L17: "cluster.go:125: ++ echo 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L18: "cluster.go:125: + version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L19: "cluster.go:125: ++ process_template http://10.0.22.26:12345/flatcar_developer_container.bin.bz2 amd64 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L20: "cluster.go:125: ++ local template=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L21: "cluster.go:125: ++ shift"
    L22: "cluster.go:125: ++ local arch=amd64"
    L23: "cluster.go:125: ++ shift"
    L24: "cluster.go:125: ++ local version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.22.26:12345/flatcar_developer_container.bin.bz2_"
    L32: "cluster.go:125: + curl --fail --silent --show-error --location --retry-delay 1 --retry 60 --retry-connrefused --retry-max-time 60 --connect-timeout 20 --remote-name http://10.0.22.26:12345/flatcar_dev?eloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.22.26 port 12345 after 3058 ms: Could not connect to server"
    L34: "devcontainer.go:236: main script failed: Process exited with status 7_"
    L35: " "
                Diagnostic output for qemu_uefi-amd64, run 3
    L1: " Error: _cluster.go:125: + set -euo pipefail"
    L2: "cluster.go:125: + source /home/core/download-library.sh"
    L3: "cluster.go:125: + download_dev_container_image flatcar_developer_container.bin"
    L4: "cluster.go:125: + local output_bin=flatcar_developer_container.bin"
    L5: "cluster.go:125: + shift"
    L6: "cluster.go:125: + local arch version image_url bzip2cat"
    L7: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L8: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L9: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L10: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L11: "cluster.go:125: ++ echo amd64"
    L12: "cluster.go:125: + arch=amd64"
    L13: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L14: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L15: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L16: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L17: "cluster.go:125: ++ echo 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L18: "cluster.go:125: + version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L19: "cluster.go:125: ++ process_template http://10.0.22.26:12345/flatcar_developer_container.bin.bz2 amd64 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L20: "cluster.go:125: ++ local template=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L21: "cluster.go:125: ++ shift"
    L22: "cluster.go:125: ++ local arch=amd64"
    L23: "cluster.go:125: ++ shift"
    L24: "cluster.go:125: ++ local version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.22.26:12345/flatcar_developer_container.bin.bz2_"
    L32: "cluster.go:125: + curl --fail --silent --show-error --location --retry-delay 1 --retry 60 --retry-connrefused --retry-max-time 60 --connect-timeout 20 --remote-name http://10.0.22.26:12345/flatcar_dev?eloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.22.26 port 12345 after 3099 ms: Could not connect to server"
    L34: "devcontainer.go:236: main script failed: Process exited with status 7_"
    L35: " "
                Diagnostic output for qemu_uefi-amd64, run 2
    L1: " Error: _cluster.go:125: + set -euo pipefail"
    L2: "cluster.go:125: + source /home/core/download-library.sh"
    L3: "cluster.go:125: + download_dev_container_image flatcar_developer_container.bin"
    L4: "cluster.go:125: + local output_bin=flatcar_developer_container.bin"
    L5: "cluster.go:125: + shift"
    L6: "cluster.go:125: + local arch version image_url bzip2cat"
    L7: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L8: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L9: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L10: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L11: "cluster.go:125: ++ echo amd64"
    L12: "cluster.go:125: + arch=amd64"
    L13: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L14: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L15: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L16: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L17: "cluster.go:125: ++ echo 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L18: "cluster.go:125: + version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L19: "cluster.go:125: ++ process_template http://10.0.22.26:12345/flatcar_developer_container.bin.bz2 amd64 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L20: "cluster.go:125: ++ local template=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L21: "cluster.go:125: ++ shift"
    L22: "cluster.go:125: ++ local arch=amd64"
    L23: "cluster.go:125: ++ shift"
    L24: "cluster.go:125: ++ local version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.22.26:12345/flatcar_developer_container.bin.bz2_"
    L32: "cluster.go:125: + curl --fail --silent --show-error --location --retry-delay 1 --retry 60 --retry-connrefused --retry-max-time 60 --connect-timeout 20 --remote-name http://10.0.22.26:12345/flatcar_dev?eloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.22.26 port 12345 after 3062 ms: Could not connect to server"
    L34: "devcontainer.go:236: main script failed: Process exited with status 7_"
    L35: " "
                Diagnostic output for qemu_uefi-amd64, run 1
    L1: " Error: _cluster.go:125: + set -euo pipefail"
    L2: "cluster.go:125: + source /home/core/download-library.sh"
    L3: "cluster.go:125: + download_dev_container_image flatcar_developer_container.bin"
    L4: "cluster.go:125: + local output_bin=flatcar_developer_container.bin"
    L5: "cluster.go:125: + shift"
    L6: "cluster.go:125: + local arch version image_url bzip2cat"
    L7: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L8: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L9: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L10: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L11: "cluster.go:125: ++ echo amd64"
    L12: "cluster.go:125: + arch=amd64"
    L13: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L14: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L15: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L16: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L17: "cluster.go:125: ++ echo 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L18: "cluster.go:125: + version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L19: "cluster.go:125: ++ process_template http://10.0.22.26:12345/flatcar_developer_container.bin.bz2 amd64 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L20: "cluster.go:125: ++ local template=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L21: "cluster.go:125: ++ shift"
    L22: "cluster.go:125: ++ local arch=amd64"
    L23: "cluster.go:125: ++ shift"
    L24: "cluster.go:125: ++ local version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.22.26:12345/flatcar_developer_container.bin.bz2_"
    L32: "cluster.go:125: + curl --fail --silent --show-error --location --retry-delay 1 --retry 60 --retry-connrefused --retry-max-time 60 --connect-timeout 20 --remote-name http://10.0.22.26:12345/flatcar_dev?eloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.22.26 port 12345 after 3093 ms: Could not connect to server"
    L34: "devcontainer.go:236: main script failed: Process exited with status 7_"
    L35: " "

❌ not ok devcontainer.systemd-nspawn; Failed: qemu_uefi-amd64 (1, 2, 3, 4, 5)

                Diagnostic output for qemu_uefi-amd64, run 5
    L1: " Error: _cluster.go:125: + set -euo pipefail"
    L2: "cluster.go:125: + source /home/core/download-library.sh"
    L3: "cluster.go:125: + download_dev_container_image flatcar_developer_container.bin"
    L4: "cluster.go:125: + local output_bin=flatcar_developer_container.bin"
    L5: "cluster.go:125: + shift"
    L6: "cluster.go:125: + local arch version image_url bzip2cat"
    L7: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L8: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L9: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L10: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L11: "cluster.go:125: ++ echo amd64"
    L12: "cluster.go:125: + arch=amd64"
    L13: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L14: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L15: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L16: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L17: "cluster.go:125: ++ echo 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L18: "cluster.go:125: + version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L19: "cluster.go:125: ++ process_template http://10.0.22.26:12345/flatcar_developer_container.bin.bz2 amd64 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L20: "cluster.go:125: ++ local template=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L21: "cluster.go:125: ++ shift"
    L22: "cluster.go:125: ++ local arch=amd64"
    L23: "cluster.go:125: ++ shift"
    L24: "cluster.go:125: ++ local version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.22.26:12345/flatcar_developer_container.bin.bz2_"
    L32: "cluster.go:125: + curl --fail --silent --show-error --location --retry-delay 1 --retry 60 --retry-connrefused --retry-max-time 60 --connect-timeout 20 --remote-name http://10.0.22.26:12345/flatcar_dev?eloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.22.26 port 12345 after 3082 ms: Could not connect to server"
    L34: "devcontainer.go:236: main script failed: Process exited with status 7_"
    L35: " "
                Diagnostic output for qemu_uefi-amd64, run 4
    L1: " Error: _cluster.go:125: + set -euo pipefail"
    L2: "cluster.go:125: + source /home/core/download-library.sh"
    L3: "cluster.go:125: + download_dev_container_image flatcar_developer_container.bin"
    L4: "cluster.go:125: + local output_bin=flatcar_developer_container.bin"
    L5: "cluster.go:125: + shift"
    L6: "cluster.go:125: + local arch version image_url bzip2cat"
    L7: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L8: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L9: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L10: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L11: "cluster.go:125: ++ echo amd64"
    L12: "cluster.go:125: + arch=amd64"
    L13: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L14: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L15: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L16: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L17: "cluster.go:125: ++ echo 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L18: "cluster.go:125: + version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L19: "cluster.go:125: ++ process_template http://10.0.22.26:12345/flatcar_developer_container.bin.bz2 amd64 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L20: "cluster.go:125: ++ local template=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L21: "cluster.go:125: ++ shift"
    L22: "cluster.go:125: ++ local arch=amd64"
    L23: "cluster.go:125: ++ shift"
    L24: "cluster.go:125: ++ local version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.22.26:12345/flatcar_developer_container.bin.bz2_"
    L32: "cluster.go:125: + curl --fail --silent --show-error --location --retry-delay 1 --retry 60 --retry-connrefused --retry-max-time 60 --connect-timeout 20 --remote-name http://10.0.22.26:12345/flatcar_dev?eloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.22.26 port 12345 after 3075 ms: Could not connect to server"
    L34: "devcontainer.go:236: main script failed: Process exited with status 7_"
    L35: " "
                Diagnostic output for qemu_uefi-amd64, run 3
    L1: " Error: _cluster.go:125: + set -euo pipefail"
    L2: "cluster.go:125: + source /home/core/download-library.sh"
    L3: "cluster.go:125: + download_dev_container_image flatcar_developer_container.bin"
    L4: "cluster.go:125: + local output_bin=flatcar_developer_container.bin"
    L5: "cluster.go:125: + shift"
    L6: "cluster.go:125: + local arch version image_url bzip2cat"
    L7: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L8: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L9: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L10: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L11: "cluster.go:125: ++ echo amd64"
    L12: "cluster.go:125: + arch=amd64"
    L13: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L14: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L15: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L16: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L17: "cluster.go:125: ++ echo 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L18: "cluster.go:125: + version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L19: "cluster.go:125: ++ process_template http://10.0.22.26:12345/flatcar_developer_container.bin.bz2 amd64 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L20: "cluster.go:125: ++ local template=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L21: "cluster.go:125: ++ shift"
    L22: "cluster.go:125: ++ local arch=amd64"
    L23: "cluster.go:125: ++ shift"
    L24: "cluster.go:125: ++ local version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.22.26:12345/flatcar_developer_container.bin.bz2_"
    L32: "cluster.go:125: + curl --fail --silent --show-error --location --retry-delay 1 --retry 60 --retry-connrefused --retry-max-time 60 --connect-timeout 20 --remote-name http://10.0.22.26:12345/flatcar_dev?eloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.22.26 port 12345 after 3110 ms: Could not connect to server"
    L34: "devcontainer.go:236: main script failed: Process exited with status 7_"
    L35: " "
                Diagnostic output for qemu_uefi-amd64, run 2
    L1: " Error: _cluster.go:125: + set -euo pipefail"
    L2: "cluster.go:125: + source /home/core/download-library.sh"
    L3: "cluster.go:125: + download_dev_container_image flatcar_developer_container.bin"
    L4: "cluster.go:125: + local output_bin=flatcar_developer_container.bin"
    L5: "cluster.go:125: + shift"
    L6: "cluster.go:125: + local arch version image_url bzip2cat"
    L7: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L8: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L9: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L10: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L11: "cluster.go:125: ++ echo amd64"
    L12: "cluster.go:125: + arch=amd64"
    L13: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L14: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L15: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L16: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L17: "cluster.go:125: ++ echo 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L18: "cluster.go:125: + version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L19: "cluster.go:125: ++ process_template http://10.0.22.26:12345/flatcar_developer_container.bin.bz2 amd64 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L20: "cluster.go:125: ++ local template=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L21: "cluster.go:125: ++ shift"
    L22: "cluster.go:125: ++ local arch=amd64"
    L23: "cluster.go:125: ++ shift"
    L24: "cluster.go:125: ++ local version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.22.26:12345/flatcar_developer_container.bin.bz2_"
    L32: "cluster.go:125: + curl --fail --silent --show-error --location --retry-delay 1 --retry 60 --retry-connrefused --retry-max-time 60 --connect-timeout 20 --remote-name http://10.0.22.26:12345/flatcar_dev?eloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.22.26 port 12345 after 3065 ms: Could not connect to server"
    L34: "devcontainer.go:236: main script failed: Process exited with status 7_"
    L35: " "
                Diagnostic output for qemu_uefi-amd64, run 1
    L1: " Error: _cluster.go:125: + set -euo pipefail"
    L2: "cluster.go:125: + source /home/core/download-library.sh"
    L3: "cluster.go:125: + download_dev_container_image flatcar_developer_container.bin"
    L4: "cluster.go:125: + local output_bin=flatcar_developer_container.bin"
    L5: "cluster.go:125: + shift"
    L6: "cluster.go:125: + local arch version image_url bzip2cat"
    L7: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L8: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L9: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L10: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L11: "cluster.go:125: ++ echo amd64"
    L12: "cluster.go:125: + arch=amd64"
    L13: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L14: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L15: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L16: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L17: "cluster.go:125: ++ echo 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L18: "cluster.go:125: + version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L19: "cluster.go:125: ++ process_template http://10.0.22.26:12345/flatcar_developer_container.bin.bz2 amd64 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L20: "cluster.go:125: ++ local template=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L21: "cluster.go:125: ++ shift"
    L22: "cluster.go:125: ++ local arch=amd64"
    L23: "cluster.go:125: ++ shift"
    L24: "cluster.go:125: ++ local version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.22.26:12345/flatcar_developer_container.bin.bz2_"
    L32: "cluster.go:125: + curl --fail --silent --show-error --location --retry-delay 1 --retry 60 --retry-connrefused --retry-max-time 60 --connect-timeout 20 --remote-name http://10.0.22.26:12345/flatcar_dev?eloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.22.26 port 12345 after 3074 ms: Could not connect to server"
    L34: "devcontainer.go:236: main script failed: Process exited with status 7_"
    L35: " "

🟢 ok docker.base; Succeeded: qemu_uefi-amd64 (1)

🟢 ok docker.btrfs-storage; Succeeded: qemu_uefi-amd64 (1)

🟢 ok docker.containerd-restart; Succeeded: qemu_uefi-amd64 (1)

🟢 ok docker.enable-service.sysext; Succeeded: qemu_uefi-amd64 (1)

🟢 ok docker.lib-coreos-dockerd-compat; Succeeded: qemu_uefi-amd64 (1)

🟢 ok docker.network-openbsd-nc; Succeeded: qemu_uefi-amd64 (1)

🟢 ok docker.selinux; Succeeded: qemu_uefi-amd64 (1)

🟢 ok docker.userns; Succeeded: qemu_uefi-amd64 (1)

🟢 ok kubeadm.v1.33.8.calico.base; Succeeded: qemu_uefi-amd64 (1)

🟢 ok kubeadm.v1.33.8.cilium.base; Succeeded: qemu_uefi-amd64 (1)

🟢 ok kubeadm.v1.33.8.flannel.base; Succeeded: qemu_uefi-amd64 (1)

🟢 ok kubeadm.v1.34.4.calico.base; Succeeded: qemu_uefi-amd64 (1)

🟢 ok kubeadm.v1.34.4.cilium.base; Succeeded: qemu_uefi-amd64 (1)

🟢 ok kubeadm.v1.34.4.flannel.base; Succeeded: qemu_uefi-amd64 (1)

🟢 ok kubeadm.v1.35.1.calico.base; Succeeded: qemu_uefi-amd64 (1)

🟢 ok kubeadm.v1.35.1.cilium.base; Succeeded: qemu_uefi-amd64 (1)

🟢 ok kubeadm.v1.35.1.flannel.base; Succeeded: qemu_uefi-amd64 (1)

🟢 ok linux.nfs.v3; Succeeded: qemu_uefi-amd64 (1)

🟢 ok linux.nfs.v4; Succeeded: qemu_uefi-amd64 (1)

🟢 ok linux.ntp; Succeeded: qemu_uefi-amd64 (1)

🟢 ok misc.fips; Succeeded: qemu_uefi-amd64 (1)

🟢 ok packages; Succeeded: qemu_uefi-amd64 (2); Failed: qemu_uefi-amd64 (1)

                Diagnostic output for qemu_uefi-amd64, run 1
    L1: " _packages/sys-block/open-iscsi (30.45s)"
    L2: "cluster.go:125: Unable to find image _ghcr.io/flatcar/targetcli-fb:latest_ locally"
    L3: "cluster.go:125: latest: Pulling from flatcar/targetcli-fb"
    L4: "cluster.go:125: a2318d6c47ec: Pulling fs layer"
    L5: "cluster.go:125: 3d3086a1439f: Pulling fs layer"
    L6: "cluster.go:125: a2318d6c47ec: Download complete"
    L7: "cluster.go:125: 3d3086a1439f: Verifying Checksum"
    L8: "cluster.go:125: 3d3086a1439f: Download complete"
    L9: "cluster.go:125: a2318d6c47ec: Pull complete"
    L10: "cluster.go:125: 3d3086a1439f: Pull complete"
    L11: "cluster.go:125: Digest: sha256:b6cd65db981974e8b74938617218dd023775b969f9a059ced21e6ce6fa4763c1"
    L12: "cluster.go:125: Status: Downloaded newer image for ghcr.io/flatcar/targetcli-fb:latest"
    L13: "cluster.go:125: mke2fs 1.47.3 (8-Jul-2025)"
    L14: "cluster.go:125: Created symlink _/etc/systemd/system/remote-fs.target.wants/iscsi.service_ ??? _/usr/lib/systemd/system/iscsi.service_."
    L15: "cluster.go:145: __sudo /check__ failed: output no /dev/sda device after reboot, status Process exited with status 1_"
    L16: " "

🟢 ok sysext.custom-docker.sysext; Succeeded: qemu_uefi-amd64 (1)

❌ not ok sysext.custom-oem; Failed: qemu_uefi-amd64 (1, 2, 3, 4, 5)

                Diagnostic output for qemu_uefi-amd64, run 5
    L1: " Error: _cluster.go:125: + set -euo pipefail"
    L2: "cluster.go:125: + source /home/core/download-library.sh"
    L3: "cluster.go:125: + download_dev_container_image flatcar_developer_container.bin"
    L4: "cluster.go:125: + local output_bin=flatcar_developer_container.bin"
    L5: "cluster.go:125: + shift"
    L6: "cluster.go:125: + local arch version image_url bzip2cat"
    L7: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L8: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L9: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L10: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L11: "cluster.go:125: ++ echo amd64"
    L12: "cluster.go:125: + arch=amd64"
    L13: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L14: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L15: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L16: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L17: "cluster.go:125: ++ echo 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L18: "cluster.go:125: + version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L19: "cluster.go:125: ++ process_template http://10.0.22.26:12345/flatcar_developer_container.bin.bz2 amd64 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L20: "cluster.go:125: ++ local template=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L21: "cluster.go:125: ++ shift"
    L22: "cluster.go:125: ++ local arch=amd64"
    L23: "cluster.go:125: ++ shift"
    L24: "cluster.go:125: ++ local version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.22.26:12345/flatcar_developer_container.bin.bz2_"
    L32: "cluster.go:125: + curl --fail --silent --show-error --location --retry-delay 1 --retry 60 --retry-connrefused --retry-max-time 60 --connect-timeout 20 --remote-name http://10.0.22.26:12345/flatcar_dev?eloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.22.26 port 12345 after 3093 ms: Could not connect to server"
    L34: "sysext.go:391: main script failed: Process exited with status 7_"
    L35: " "
                Diagnostic output for qemu_uefi-amd64, run 4
    L1: " Error: _cluster.go:125: + set -euo pipefail"
    L2: "cluster.go:125: + source /home/core/download-library.sh"
    L3: "cluster.go:125: + download_dev_container_image flatcar_developer_container.bin"
    L4: "cluster.go:125: + local output_bin=flatcar_developer_container.bin"
    L5: "cluster.go:125: + shift"
    L6: "cluster.go:125: + local arch version image_url bzip2cat"
    L7: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L8: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L9: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L10: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L11: "cluster.go:125: ++ echo amd64"
    L12: "cluster.go:125: + arch=amd64"
    L13: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L14: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L15: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L16: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L17: "cluster.go:125: ++ echo 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L18: "cluster.go:125: + version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L19: "cluster.go:125: ++ process_template http://10.0.22.26:12345/flatcar_developer_container.bin.bz2 amd64 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L20: "cluster.go:125: ++ local template=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L21: "cluster.go:125: ++ shift"
    L22: "cluster.go:125: ++ local arch=amd64"
    L23: "cluster.go:125: ++ shift"
    L24: "cluster.go:125: ++ local version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.22.26:12345/flatcar_developer_container.bin.bz2_"
    L32: "cluster.go:125: + curl --fail --silent --show-error --location --retry-delay 1 --retry 60 --retry-connrefused --retry-max-time 60 --connect-timeout 20 --remote-name http://10.0.22.26:12345/flatcar_dev?eloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.22.26 port 12345 after 3073 ms: Could not connect to server"
    L34: "sysext.go:391: main script failed: Process exited with status 7_"
    L35: " "
                Diagnostic output for qemu_uefi-amd64, run 3
    L1: " Error: _cluster.go:125: + set -euo pipefail"
    L2: "cluster.go:125: + source /home/core/download-library.sh"
    L3: "cluster.go:125: + download_dev_container_image flatcar_developer_container.bin"
    L4: "cluster.go:125: + local output_bin=flatcar_developer_container.bin"
    L5: "cluster.go:125: + shift"
    L6: "cluster.go:125: + local arch version image_url bzip2cat"
    L7: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L8: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L9: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L10: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L11: "cluster.go:125: ++ echo amd64"
    L12: "cluster.go:125: + arch=amd64"
    L13: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L14: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L15: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L16: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L17: "cluster.go:125: ++ echo 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L18: "cluster.go:125: + version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L19: "cluster.go:125: ++ process_template http://10.0.22.26:12345/flatcar_developer_container.bin.bz2 amd64 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L20: "cluster.go:125: ++ local template=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L21: "cluster.go:125: ++ shift"
    L22: "cluster.go:125: ++ local arch=amd64"
    L23: "cluster.go:125: ++ shift"
    L24: "cluster.go:125: ++ local version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.22.26:12345/flatcar_developer_container.bin.bz2_"
    L32: "cluster.go:125: + curl --fail --silent --show-error --location --retry-delay 1 --retry 60 --retry-connrefused --retry-max-time 60 --connect-timeout 20 --remote-name http://10.0.22.26:12345/flatcar_dev?eloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.22.26 port 12345 after 3095 ms: Could not connect to server"
    L34: "sysext.go:391: main script failed: Process exited with status 7_"
    L35: " "
                Diagnostic output for qemu_uefi-amd64, run 2
    L1: " Error: _cluster.go:125: + set -euo pipefail"
    L2: "cluster.go:125: + source /home/core/download-library.sh"
    L3: "cluster.go:125: + download_dev_container_image flatcar_developer_container.bin"
    L4: "cluster.go:125: + local output_bin=flatcar_developer_container.bin"
    L5: "cluster.go:125: + shift"
    L6: "cluster.go:125: + local arch version image_url bzip2cat"
    L7: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L8: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L9: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L10: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L11: "cluster.go:125: ++ echo amd64"
    L12: "cluster.go:125: + arch=amd64"
    L13: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L14: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L15: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L16: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L17: "cluster.go:125: ++ echo 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L18: "cluster.go:125: + version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L19: "cluster.go:125: ++ process_template http://10.0.22.26:12345/flatcar_developer_container.bin.bz2 amd64 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L20: "cluster.go:125: ++ local template=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L21: "cluster.go:125: ++ shift"
    L22: "cluster.go:125: ++ local arch=amd64"
    L23: "cluster.go:125: ++ shift"
    L24: "cluster.go:125: ++ local version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.22.26:12345/flatcar_developer_container.bin.bz2_"
    L32: "cluster.go:125: + curl --fail --silent --show-error --location --retry-delay 1 --retry 60 --retry-connrefused --retry-max-time 60 --connect-timeout 20 --remote-name http://10.0.22.26:12345/flatcar_dev?eloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.22.26 port 12345 after 3074 ms: Could not connect to server"
    L34: "sysext.go:391: main script failed: Process exited with status 7_"
    L35: " "
                Diagnostic output for qemu_uefi-amd64, run 1
    L1: " Error: _cluster.go:125: + set -euo pipefail"
    L2: "cluster.go:125: + source /home/core/download-library.sh"
    L3: "cluster.go:125: + download_dev_container_image flatcar_developer_container.bin"
    L4: "cluster.go:125: + local output_bin=flatcar_developer_container.bin"
    L5: "cluster.go:125: + shift"
    L6: "cluster.go:125: + local arch version image_url bzip2cat"
    L7: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L8: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L9: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L10: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L11: "cluster.go:125: ++ echo amd64"
    L12: "cluster.go:125: + arch=amd64"
    L13: "cluster.go:125: ++ source /usr/share/flatcar/release"
    L14: "cluster.go:125: +++ FLATCAR_RELEASE_VERSION=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L15: "cluster.go:125: +++ FLATCAR_RELEASE_BOARD=amd64-usr"
    L16: "cluster.go:125: +++ FLATCAR_RELEASE_APPID=_{e96281a6-d1af-4bde-9a0a-97b76e56dc57}_"
    L17: "cluster.go:125: ++ echo 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L18: "cluster.go:125: + version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L19: "cluster.go:125: ++ process_template http://10.0.22.26:12345/flatcar_developer_container.bin.bz2 amd64 4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L20: "cluster.go:125: ++ local template=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L21: "cluster.go:125: ++ shift"
    L22: "cluster.go:125: ++ local arch=amd64"
    L23: "cluster.go:125: ++ shift"
    L24: "cluster.go:125: ++ local version=4631.0.0+nightly-20260306-2100-16-g7f65d384fd"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.22.26:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.22.26:12345/flatcar_developer_container.bin.bz2_"
    L32: "cluster.go:125: + curl --fail --silent --show-error --location --retry-delay 1 --retry 60 --retry-connrefused --retry-max-time 60 --connect-timeout 20 --remote-name http://10.0.22.26:12345/flatcar_dev?eloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.22.26 port 12345 after 3067 ms: Could not connect to server"
    L34: "sysext.go:391: main script failed: Process exited with status 7_"
    L35: " "

🟢 ok sysext.disable-containerd; Succeeded: qemu_uefi-amd64 (1)

🟢 ok sysext.disable-docker; Succeeded: qemu_uefi-amd64 (1)

🟢 ok sysext.simple; Succeeded: qemu_uefi-amd64 (1)

🟢 ok systemd.journal.remote; Succeeded: qemu_uefi-amd64 (1)

🟢 ok systemd.journal.user; Succeeded: qemu_uefi-amd64 (1)

🟢 ok systemd.sysusers.gshadow; Succeeded: qemu_uefi-amd64 (1)

Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
@tormath1 tormath1 moved this from ⚒️ In Progress to ✅ Testing / in Review in Flatcar tactical, release planning, and roadmap Mar 12, 2026
@tormath1 tormath1 marked this pull request as ready for review March 12, 2026 13:28
@tormath1 tormath1 requested a review from a team as a code owner March 12, 2026 13:28
Copy link
Member

@krnowak krnowak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but would be good to hear the feedback to be sure that this stuff actually works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: ✅ Testing / in Review

Development

Successfully merging this pull request may close these issues.

2 participants