Skip to content

sys-apps/ignition: Apply oem:// and mounting fixes#3853

Draft
chewi wants to merge 1 commit intomainfrom
chewi/ignition-oem
Draft

sys-apps/ignition: Apply oem:// and mounting fixes#3853
chewi wants to merge 1 commit intomainfrom
chewi/ignition-oem

Conversation

@chewi
Copy link
Contributor

@chewi chewi commented Mar 25, 2026

sys-apps/ignition: Apply oem:// and mounting fixes

Loading config from the initrd with oem:// was broken because Ignition was still looking in /usr/share/oem, which is now moved to /oem by the minimal initrd.

This also fixes mounting the OEM partition when /mnt does not already exist. This fix is slightly academic, because this currently only happens when PXE booting, where the OEM partition won't exist anyway, but we should fail for the right reason.

How to use

PXE boot with an appended initrd containing an Ignition config at /oem/myconf.ign and try loading it with ignition.config.url=oem:///myconf.ign. Also try with /usr/share/oem/myconf.ign.

For the mounting fix, try loading a config that doesn't exist and check the journal to ensure it fails because the OEM partition doesn't exist, not because /mnt doesn't exist.

Testing done

GHA passed for amd64 except for wider issues. We can't test arm64 right now. I manually tested amd64 by doing the above. With the mounting fix, it waited 90 seconds for the disk to show up rather than failing immediately. Maybe it should fail immediately, but it should do it in the right way, so this is still a slightly improvement. I have another idea though...

  • Changelog entries added in the respective changelog/ directory (user-facing change, bug fix, security fix, update)
  • Inspected CI output for image differences: /boot and /usr size, packages, list files for any missing binaries, kernel modules, config files, kernel modules, etc.

Loading config from the initrd with `oem://` was broken because Ignition
was still looking in /usr/share/oem, which is now moved to /oem by the
minimal initrd.

This also fixes mounting the OEM partition when /mnt does not already
exist. This fix is slightly academic, because this currently only
happens when PXE booting, where the OEM partition won't exist anyway,
but we should fail for the right reason.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
@chewi chewi self-assigned this Mar 25, 2026
@github-actions
Copy link

Test report for 4643.0.0+nightly-20260318-2100 / amd64

Platforms tested : qemu_uefi-amd64

🟢 ok bpf.ig; 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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L18: "cluster.go:125: + version=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L19: "cluster.go:125: ++ process_template http://10.0.20.134:12345/flatcar_developer_container.bin.bz2 amd64 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L20: "cluster.go:125: ++ local template=http://10.0.20.134: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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.20.134: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.20.134:12345/flatcar_de?veloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.20.134 port 12345 after 3056 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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L18: "cluster.go:125: + version=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L19: "cluster.go:125: ++ process_template http://10.0.20.134:12345/flatcar_developer_container.bin.bz2 amd64 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L20: "cluster.go:125: ++ local template=http://10.0.20.134: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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.20.134: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.20.134:12345/flatcar_de?veloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.20.134 port 12345 after 3059 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: bash: line 1: /home/core/main-script: No such file or directory"
    L2: "devcontainer.go:236: main script failed: Process exited with status 127_"
    L3: " "
                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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L18: "cluster.go:125: + version=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L19: "cluster.go:125: ++ process_template http://10.0.20.134:12345/flatcar_developer_container.bin.bz2 amd64 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L20: "cluster.go:125: ++ local template=http://10.0.20.134: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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.20.134: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.20.134:12345/flatcar_de?veloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.20.134 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 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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L18: "cluster.go:125: + version=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L19: "cluster.go:125: ++ process_template http://10.0.20.134:12345/flatcar_developer_container.bin.bz2 amd64 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L20: "cluster.go:125: ++ local template=http://10.0.20.134: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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.20.134: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.20.134:12345/flatcar_de?veloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.20.134 port 12345 after 3090 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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L18: "cluster.go:125: + version=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L19: "cluster.go:125: ++ process_template http://10.0.20.134:12345/flatcar_developer_container.bin.bz2 amd64 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L20: "cluster.go:125: ++ local template=http://10.0.20.134: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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.20.134: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.20.134:12345/flatcar_de?veloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.20.134 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 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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L18: "cluster.go:125: + version=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L19: "cluster.go:125: ++ process_template http://10.0.20.134:12345/flatcar_developer_container.bin.bz2 amd64 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L20: "cluster.go:125: ++ local template=http://10.0.20.134: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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.20.134: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.20.134:12345/flatcar_de?veloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.20.134 port 12345 after 3052 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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L18: "cluster.go:125: + version=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L19: "cluster.go:125: ++ process_template http://10.0.20.134:12345/flatcar_developer_container.bin.bz2 amd64 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L20: "cluster.go:125: ++ local template=http://10.0.20.134: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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.20.134: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.20.134:12345/flatcar_de?veloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.20.134 port 12345 after 3059 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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L18: "cluster.go:125: + version=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L19: "cluster.go:125: ++ process_template http://10.0.20.134:12345/flatcar_developer_container.bin.bz2 amd64 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L20: "cluster.go:125: ++ local template=http://10.0.20.134: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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.20.134: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.20.134:12345/flatcar_de?veloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.20.134 port 12345 after 3092 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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L18: "cluster.go:125: + version=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L19: "cluster.go:125: ++ process_template http://10.0.20.134:12345/flatcar_developer_container.bin.bz2 amd64 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L20: "cluster.go:125: ++ local template=http://10.0.20.134: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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.20.134: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.20.134:12345/flatcar_de?veloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.20.134 port 12345 after 3067 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 (1)

🟢 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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L18: "cluster.go:125: + version=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L19: "cluster.go:125: ++ process_template http://10.0.20.134:12345/flatcar_developer_container.bin.bz2 amd64 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L20: "cluster.go:125: ++ local template=http://10.0.20.134: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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.20.134: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.20.134:12345/flatcar_de?veloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.20.134 port 12345 after 3087 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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L18: "cluster.go:125: + version=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L19: "cluster.go:125: ++ process_template http://10.0.20.134:12345/flatcar_developer_container.bin.bz2 amd64 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L20: "cluster.go:125: ++ local template=http://10.0.20.134: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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.20.134: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.20.134:12345/flatcar_de?veloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.20.134 port 12345 after 3112 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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L18: "cluster.go:125: + version=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L19: "cluster.go:125: ++ process_template http://10.0.20.134:12345/flatcar_developer_container.bin.bz2 amd64 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L20: "cluster.go:125: ++ local template=http://10.0.20.134: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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.20.134: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.20.134:12345/flatcar_de?veloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.20.134 port 12345 after 3106 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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L18: "cluster.go:125: + version=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L19: "cluster.go:125: ++ process_template http://10.0.20.134:12345/flatcar_developer_container.bin.bz2 amd64 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L20: "cluster.go:125: ++ local template=http://10.0.20.134: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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.20.134: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.20.134:12345/flatcar_de?veloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.20.134 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 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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    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 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L18: "cluster.go:125: + version=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L19: "cluster.go:125: ++ process_template http://10.0.20.134:12345/flatcar_developer_container.bin.bz2 amd64 4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L20: "cluster.go:125: ++ local template=http://10.0.20.134: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=4643.0.0+nightly-20260318-2100-1-gc7ef1b52fc"
    L25: "cluster.go:125: ++ shift"
    L26: "cluster.go:125: ++ local result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L27: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L28: "cluster.go:125: ++ result=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L29: "cluster.go:125: ++ echo http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L30: "cluster.go:125: + image_url=http://10.0.20.134:12345/flatcar_developer_container.bin.bz2"
    L31: "cluster.go:125: + echo _Fetching developer container from http://10.0.20.134: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.20.134:12345/flatcar_de?veloper_container.bin.bz2"
    L33: "cluster.go:125: curl: (7) Failed to connect to 10.0.20.134 port 12345 after 3053 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)

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant