{
"request": "trigger",
"version": 1,
"event_type": "push",
"repository": {
"id": "rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s",
"name": "vmadm",
"description": "Virtual machine administration tool for libvirt",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
]
},
"pusher": {
"id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
"alias": "callisto.liw.fi"
},
"before": "e4c20010490f1060f2fe0bd67703e3639f2c5370",
"after": "e4c20010490f1060f2fe0bd67703e3639f2c5370",
"branch": "main",
"commits": [
"e4c20010490f1060f2fe0bd67703e3639f2c5370"
]
}executor from config: /usr/bin/ambient-execute-plan
executor from PATH: /usr/bin/ambient-execute-plan
run CI for rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s
CONSTRUCT: Config {
tmpdir: "/home/_rad/tmp",
image_store: "/home/_rad/ambient-images",
projects: "/dev/null",
state: "/home/_rad/ambient-state",
rsync_target: None,
rsync_target_base: None,
rsync_target_map: None,
dput_target: None,
executor: Some(
"/usr/bin/ambient-execute-plan",
),
artifacts_max_size: Byte(
1000000000,
),
cache_max_size: Byte(
30000000000,
),
qemu: QemuConfig {
cpus: 2,
memory: Byte(
12000000000,
),
kvm_binary: "/usr/bin/kvm",
ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
},
uefi: false,
lint: false,
secrets: None,
} Project {
source: TildePathBuf {
path: "src",
},
expanded_source: "/tmp/.tmpai40gX/src",
image: TildePathBuf {
path: "/home/_rad/ambient.qcow2",
},
expanded_image: "/home/_rad/ambient.qcow2",
pre_plan: Some(
[
CargoFetch,
DebGet {
packages: [
"python3-yaml",
"libc-bin",
"libc-dev-bin",
"libc6-dev",
],
suite: Some(
"trixie",
),
cert: None,
},
],
),
plan: Some(
[
DebInstall,
CargoFmt,
CargoClippy,
CargoTest,
Shell {
shell: "dir=/ci/artifacts/rsync\ninstall -d \"$dir\"\nsubplot docgen vmadm.subplot -o \"$dir/vmadm.html\"\nsubplot docgen userguide.subplot -o \"$dir/userguide.html\"\n",
},
Shell {
shell: "cargo doc --workspace --no-deps\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n",
},
Custom(
Custom {
name: "dch",
args: {
"debfullname": String("Lars Wirzenius"),
"debemail": String("liw@liw.fi"),
},
},
),
Deb2,
],
),
post_plan: Some(
[],
),
artifact_max_size: None,
cache_max_size: None,
dependencies_max_size: None,
}
SECRETS: copy OK
======================== run log:
====================== end of run log
ERROR: CI run failed inside QEMU
<empty log>
ambient-execute-plan0.16.0@da3268dsteps:
- action: mkdir
pathname: /ci
- action: mkdir
pathname: /ci/artifacts
- action: mkdir
pathname: /ci/artifacts/debian
- action: mkdir
pathname: /ci/artifacts/rsync
- action: mkdir
pathname: /ci/secrets
- action: mkdir
pathname: /ci/deps
- action: tar_extract
archive: /dev/vdc
directory: /ci/src
- action: tar_extract
archive: /dev/vdf
directory: /ci/deps
- action: tar_extract
archive: /dev/vde
directory: /ci/cache
- action: tar_extract
archive: /dev/vdd
directory: /ci/artifacts
- action: tar_extract
archive: /dev/vdg
directory: /ci/secrets
- action: shell
shell: ln -sf /ci /workspace
- action: create_file
filename: /root/.ssh/config
content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n "
overwrite: true
- action: cargo_fetch
- action: deb_get
packages:
- python3-yaml
- libc-bin
- libc-dev-bin
- libc6-dev
suite: trixie
cert: null
- action: tar_create
archive: /dev/vde
directory: /ci/cache
- action: tar_create
archive: /dev/vdd
directory: /ci/artifacts
- action: tar_create
archive: /dev/vdf
directory: /ci/deps
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
secrets_drive: null
workspace_dir: /ci
source_dir: /ci/src
deps_dir: /ci/deps
cache_dir: /ci/cache
artifacts_dir: /ci/artifacts
secrets_dir: null
envs: {}
- action: mkdir pathname: /ci
- action: mkdir pathname: /ci
- action: mkdir pathname: /ci/artifacts
- action: mkdir pathname: /ci/artifacts
- action: mkdir pathname: /ci/artifacts/debian
- action: mkdir pathname: /ci/artifacts/debian
- action: mkdir pathname: /ci/artifacts/rsync
- action: mkdir pathname: /ci/artifacts/rsync
- action: mkdir pathname: /ci/secrets
- action: mkdir pathname: /ci/secrets
- action: mkdir pathname: /ci/deps
- action: mkdir pathname: /ci/deps
- action: tar_extract archive: /dev/vdc directory: /ci/src
- action: tar_extract archive: /dev/vdc directory: /ci/src
- action: tar_extract archive: /dev/vdf directory: /ci/deps
- action: tar_extract archive: /dev/vdf directory: /ci/deps
- action: tar_extract archive: /dev/vde directory: /ci/cache
- action: tar_extract archive: /dev/vde directory: /ci/cache
- action: tar_extract archive: /dev/vdd directory: /ci/artifacts
- action: tar_extract archive: /dev/vdd directory: /ci/artifacts
- action: tar_extract archive: /dev/vdg directory: /ci/secrets
- action: tar_extract archive: /dev/vdg directory: /ci/secrets
- action: shell shell: ln -sf /ci /workspace
bash-cset -xeuo pipefail
ln -sf /ci /workspace
+ ln -sf /ci /workspace
- action: shell shell: ln -sf /ci /workspace
- action: create_file filename: /root/.ssh/config content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n " overwrite: true
- action: create_file filename: /root/.ssh/config content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n " overwrite: true
- action: cargo_fetch
cargo--versioncargo 1.97.1 (c980f4866 2026-06-30)
cargoclippy--versionclippy 0.1.97 (8bab26f4f6 2026-07-14)
rustc--versionrustc 1.97.1 (8bab26f4f 2026-07-14)
cargofetch--lockedUpdating crates.io index Downloading crates ... Downloaded thiserror-impl v1.0.48 Downloaded pkg-config v0.3.27 Downloaded thiserror v1.0.48 Downloaded uuid v1.11.0 Downloaded unicode-ident v1.0.11 Downloaded quote v1.0.33 Downloaded tempfile v3.8.0 Downloaded proc-macro2 v1.0.66 Downloaded cc v1.0.83 Downloaded clap_lex v0.5.1 Downloaded shell-words v1.1.0 Downloaded env_filter v0.1.2 Downloaded colorchoice v1.0.0 Downloaded directories-next v2.0.0 Downloaded dirs-sys-next v0.1.2 Downloaded getrandom v0.2.10 Downloaded heck v0.4.1 Downloaded bytesize v1.3.0 Downloaded anyhow v1.0.75 Downloaded bitflags v2.4.0 Downloaded equivalent v1.0.1 Downloaded lazy_static v1.4.0 Downloaded anstyle v1.0.10 Downloaded errno v0.3.3 Downloaded anstyle-query v1.0.0 Downloaded redox_syscall v0.2.16 Downloaded clap_derive v4.4.2 Downloaded anstyle-wincon v2.1.0 Downloaded errno-dragonfly v0.1.2 Downloaded fastrand v2.0.0 Downloaded cfg-if v1.0.0 Downloaded itoa v1.0.9 Downloaded cfg-if v0.1.10 Downloaded anstream v0.6.18 Downloaded utf8parse v0.2.1 Downloaded is_terminal_polyfill v1.70.1 Downloaded anstyle-wincon v3.0.6 Downloaded anstyle-parse v0.2.1 Downloaded redox_users v0.4.3 Downloaded strsim v0.10.0 Downloaded anstream v0.5.0 Downloaded syn v2.0.31 Downloaded windows-targets v0.48.5 Downloaded redox_syscall v0.3.5 Downloaded bitflags v1.3.2 Downloaded serde_yaml v0.9.25 Downloaded env_logger v0.11.5 Downloaded humantime v2.1.0 Downloaded log v0.4.22 Downloaded windows-targets v0.52.6 Downloaded wasi v0.11.0+wasi-snapshot-preview1 Downloaded unsafe-libyaml v0.2.9 Downloaded serde_derive v1.0.188 Downloaded ryu v1.0.15 Downloaded indexmap v2.0.0 Downloaded clap v4.4.2 Downloaded serde v1.0.188 Downloaded memchr v2.6.3 Downloaded hashbrown v0.14.0 Downloaded clap_builder v4.4.2 Downloaded serde_json v1.0.105 Downloaded aho-corasick v1.0.5 Downloaded nix v0.18.0 Downloaded windows_x86_64_gnullvm v0.48.5 Downloaded regex v1.9.5 Downloaded rustix v0.38.11 Downloaded regex-syntax v0.7.5 Downloaded windows_i686_gnullvm v0.52.6 Downloaded libc v0.2.147 Downloaded windows_aarch64_gnullvm v0.48.5 Downloaded windows_x86_64_gnullvm v0.52.6 Downloaded windows_aarch64_gnullvm v0.52.6 Downloaded regex-automata v0.3.8 Downloaded windows_i686_gnu v0.48.5 Downloaded windows_x86_64_msvc v0.48.5 Downloaded windows_aarch64_msvc v0.48.5 Downloaded windows_x86_64_gnu v0.48.5 Downloaded windows_i686_msvc v0.48.5 Downloaded windows_aarch64_msvc v0.52.6 Downloaded windows_x86_64_msvc v0.52.6 Downloaded windows_i686_msvc v0.52.6 Downloaded windows_i686_gnu v0.52.6 Downloaded windows_x86_64_gnu v0.52.6 Downloaded winapi v0.3.9 Downloaded linux-raw-sys v0.4.5 Downloaded windows-sys v0.59.0 Downloaded windows-sys v0.48.0 Downloaded winapi-x86_64-pc-windows-gnu v0.4.0 Downloaded winapi-i686-pc-windows-gnu v0.4.0 Downloaded home-dir v0.1.0 Downloaded virt-sys v0.3.0 Downloaded virt v0.4.1
- action: cargo_fetch
- action: deb_get packages: - python3-yaml - libc-bin - libc-dev-bin - libc6-dev suite: trixie cert: null
- action: deb_get packages: - python3-yaml - libc-bin - libc-dev-bin - libc6-dev suite: trixie cert: null
- action: tar_create archive: /dev/vde directory: /ci/cache
- action: tar_create archive: /dev/vde directory: /ci/cache
- action: tar_create archive: /dev/vdd directory: /ci/artifacts
- action: tar_create archive: /dev/vdd directory: /ci/artifacts
- action: tar_create archive: /dev/vdf directory: /ci/deps
- action: tar_create archive: /dev/vdf directory: /ci/deps
BdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x3,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x3,0x0)
Booting `Debian GNU/Linux'
Loading Linux 6.12.86+deb13-amd64 ...
Loading initial ramdisk ...
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
Loading, please wait...
Starting systemd-udevd version 257.13-1~deb13u1
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Will now check root file system ... fsck from util-linux 2.41
fsck: error 2 (No such file or directory) while executing fsck.ext4 for /dev/vda2
fsck exited with status code 8
done.
Warning: File system check failed but did not detect errors
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
Welcome to Debian GNU/Linux 13 (trixie)!
[ OK ] Created slice system-getty.slice - Slice /system/getty.
[ OK ] Created slice system-modprobe.slice - Slice /system/modprobe.
[ OK ] Created slice system-serial\x2dget…slice - Slice /system/serial-getty.
[ OK ] Created slice user.slice - User and Session Slice.
[ OK ] Started systemd-ask-password-conso…equests to Console Directory Watch.
[ OK ] Started systemd-ask-password-wall.…d Requests to Wall Directory Watch.
[ OK ] Set up automount proc-sys-fs-binfm…ormats File System Automount Point.
Expecting device dev-ttyS0.device - /dev/ttyS0...
[ OK ] Reached target paths.target - Path Units.
[ OK ] Reached target remote-fs.target - Remote File Systems.
[ OK ] Reached target slices.target - Slice Units.
[ OK ] Reached target swap.target - Swaps.
[ OK ] Listening on systemd-creds.socket - Credential Encryption/Decryption.
[ OK ] Listening on systemd-initctl.socke…- initctl Compatibility Named Pipe.
[ OK ] Listening on systemd-journald-dev-…socket - Journal Socket (/dev/log).
[ OK ] Listening on systemd-journald.socket - Journal Sockets.
[ OK ] Listening on systemd-networkd.socket - Network Service Netlink Socket.
[ OK ] Listening on systemd-udevd-control.socket - udev Control Socket.
[ OK ] Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
Mounting dev-hugepages.mount - Huge Pages File System...
Mounting dev-mqueue.mount - POSIX Message Queue File System...
Mounting run-lock.mount - Legacy Locks Directory /run/lock...
Mounting sys-kernel-debug.mount - Kernel Debug File System...
Mounting sys-kernel-tracing.mount - Kernel Trace File System...
Mounting tmp.mount - Temporary Directory /tmp...
Starting kmod-static-nodes.service…eate List of Static Device Nodes...
Starting modprobe@configfs.service - Load Kernel Module configfs...
Starting modprobe@drm.service - Load Kernel Module drm...
Starting modprobe@efi_pstore.servi… - Load Kernel Module efi_pstore...
Starting modprobe@fuse.service - Load Kernel Module fuse...
Starting systemd-journald.service - Journal Service...
Starting systemd-modules-load.service - Load Kernel Modules...
Starting systemd-network-generator…k Units from Kernel Command Line...
Starting systemd-remount-fs.servic…unt Root and Kernel File Systems...
Starting systemd-udev-load-credent…Load udev Rules from Credentials...
Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ OK ] Mounted dev-hugepages.mount - Huge Pages File System.
[ OK ] Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ OK ] Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[ OK ] Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ OK ] Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ OK ] Mounted tmp.mount - Temporary Directory /tmp.
[ OK ] Finished kmod-static-nodes.service…Create List of Static Device Nodes.
[ OK ] Finished modprobe@configfs.service - Load Kernel Module configfs.
[ OK ] Finished modprobe@drm.service - Load Kernel Module drm.
[ OK ] Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ OK ] Finished modprobe@fuse.service - Load Kernel Module fuse.
[ OK ] Finished systemd-modules-load.service - Load Kernel Modules.
[ OK ] Finished systemd-network-generator…ork Units from Kernel Command Line.
[ OK ] Finished systemd-remount-fs.servic…mount Root and Kernel File Systems.
[ OK ] Finished systemd-udev-load-credent…- Load udev Rules from Credentials.
[ OK ] Reached target network-pre.target - Preparation for Network.
Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
Mounting sys-kernel-config.mount - Kernel Configuration File System...
Starting systemd-random-seed.service - Load/Save OS Random Seed...
Starting systemd-sysctl.service - Apply Kernel Variables...
Starting systemd-tmpfiles-setup-de… Device Nodes in /dev gracefully...
[ OK ] Started systemd-journald.service - Journal Service.
[ OK ] Mounted sys-kernel-config.mount - Kernel Configuration File System.
[ OK ] Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
Starting systemd-journal-flush.ser…sh Journal to Persistent Storage...
[ OK ] Finished systemd-sysctl.service - Apply Kernel Variables.
[ OK ] Finished systemd-udev-trigger.service - Coldplug All udev Devices.
[ OK ] Finished systemd-tmpfiles-setup-de…ic Device Nodes in /dev gracefully.
[ OK ] Finished systemd-random-seed.service - Load/Save OS Random Seed.
Starting systemd-sysusers.service - Create System Users...
[ OK ] Finished systemd-sysusers.service - Create System Users.
Starting systemd-resolved.service - Network Name Resolution...
Starting systemd-tmpfiles-setup-de…eate Static Device Nodes in /dev...
[ OK ] Finished systemd-journal-flush.ser…lush Journal to Persistent Storage.
[ OK ] Finished systemd-tmpfiles-setup-de…Create Static Device Nodes in /dev.
[ OK ] Reached target local-fs-pre.target…Preparation for Local File Systems.
[ OK ] Set up automount efi.automount - EFI System Partition Automount.
[ OK ] Reached target local-fs.target - Local File Systems.
[ OK ] Listening on systemd-sysext.socket… System Extension Image Management.
Starting systemd-binfmt.service - Set Up Additional Binary Formats...
Starting systemd-tmpfiles-setup.se…ate System Files and Directories...
Starting systemd-udevd.service - R…ager for Device Events and Files...
[ OK ] Started systemd-resolved.service - Network Name Resolution.
[ OK ] Reached target nss-lookup.target - Host and Network Name Lookups.
[ OK ] Finished systemd-tmpfiles-setup.se…reate System Files and Directories.
Starting ldconfig.service - Rebuild Dynamic Linker Cache...
Starting systemd-journal-catalog-u…ervice - Rebuild Journal Catalog...
[ OK ] Started systemd-udevd.service - Ru…anager for Device Events and Files.
Starting systemd-networkd.service - Network Configuration...
[ OK ] Finished systemd-journal-catalog-u….service - Rebuild Journal Catalog.
[ OK ] Found device dev-ttyS0.device - /dev/ttyS0.
Mounting proc-sys-fs-binfmt_misc.m…cutable File Formats File System...
[ OK ] Mounted proc-sys-fs-binfmt_misc.mo…xecutable File Formats File System.
[ OK ] Finished systemd-binfmt.service - Set Up Additional Binary Formats.
[ OK ] Finished ldconfig.service - Rebuild Dynamic Linker Cache.
Starting systemd-update-done.service - Update is Completed...
[ OK ] Finished systemd-update-done.service - Update is Completed.
[ OK ] Reached target sysinit.target - System Initialization.
[ OK ] Started apt-daily.timer - Daily apt download activities.
[ OK ] Started apt-daily-upgrade.timer - …y apt upgrade and clean activities.
[ OK ] Started dpkg-db-backup.timer - Daily dpkg database backup timer.
[ OK ] Started fstrim.timer - Discard unused filesystem blocks once a week.
[ OK ] Started man-db.timer - Daily man-db regeneration.
[ OK ] Started systemd-tmpfiles-clean.tim…y Cleanup of Temporary Directories.
[ OK ] Reached target timers.target - Timer Units.
[ OK ] Listening on dbus.socket - D-Bus System Message Bus Socket.
[ OK ] Listening on sshd-unix-local.socke…temd-ssh-generator, AF_UNIX Local).
[ OK ] Listening on systemd-hostnamed.socket - Hostname Service Socket.
[ OK ] Reached target sockets.target - Socket Units.
[ OK ] Reached target basic.target - Basic System.
Starting ambient.service - Run build job for Ambient CI...
Starting dbus.service - D-Bus System Message Bus...
Starting grub-common.service - Record successful boot for GRUB...
Starting systemd-logind.service - User Login Management...
[ OK ] Listening on systemd-rfkill.socket…ll Switch Status /dev/rfkill Watch.
[ OK ] Started dbus.service - D-Bus System Message Bus.
[ OK ] Finished grub-common.service - Record successful boot for GRUB.
[ OK ] Started systemd-logind.service - User Login Management.
[ OK ] Started systemd-networkd.service - Network Configuration.
[ OK ] Reached target network.target - Network.
Starting ssh.service - OpenBSD Secure Shell server...
Starting systemd-networkd-persiste…tent Storage in systemd-networkd...
Starting systemd-user-sessions.service - Permit User Sessions...
[ OK ] Finished systemd-networkd-persiste…istent Storage in systemd-networkd.
[ OK ] Finished systemd-user-sessions.service - Permit User Sessions.
[ OK ] Started getty@tty1.service - Getty on tty1.
[ OK ] Started serial-getty@ttyS0.service - Serial Getty on ttyS0.
[ OK ] Reached target getty.target - Login Prompts.
[ OK ] Started ssh.service - OpenBSD Secure Shell server.
Debian GNU/Linux 13 ambient-dev ttyS0
ambient-dev login: [ OK ] Stopped ambient.service - Run build job for Ambient CI.
[ OK ] Removed slice system-modprobe.slice - Slice /system/modprobe.
[ OK ] Stopped target getty.target - Login Prompts.
[ OK ] Stopped target nss-lookup.target - Host and Network Name Lookups.
[ OK ] Stopped target timers.target - Timer Units.
[ OK ] Stopped apt-daily-upgrade.timer - …y apt upgrade and clean activities.
[ OK ] Stopped apt-daily.timer - Daily apt download activities.
[ OK ] Stopped dpkg-db-backup.timer - Daily dpkg database backup timer.
[ OK ] Stopped fstrim.timer - Discard unused filesystem blocks once a week.
[ OK ] Stopped man-db.timer - Daily man-db regeneration.
[ OK ] Stopped systemd-tmpfiles-clean.tim…y Cleanup of Temporary Directories.
[ OK ] Closed systemd-rfkill.socket - Loa…ll Switch Status /dev/rfkill Watch.
Stopping dbus.service - D-Bus System Message Bus...
Stopping getty@tty1.service - Getty on tty1...
Stopping serial-getty@ttyS0.service - Serial Getty on ttyS0...
Stopping ssh.service - OpenBSD Secure Shell server...
Stopping systemd-logind.service - User Login Management...
Stopping systemd-networkd-persiste…tent Storage in systemd-networkd...
Stopping systemd-random-seed.service - Load/Save OS Random Seed...
[ OK ] Stopped systemd-udev-load-credenti…- Load udev Rules from Credentials.
[ OK ] Stopped dbus.service - D-Bus System Message Bus.
[ OK ] Stopped systemd-logind.service - User Login Management.
[ OK ] Stopped ssh.service - OpenBSD Secure Shell server.
[ OK ] Stopped getty@tty1.service - Getty on tty1.
[ OK ] Stopped serial-getty@ttyS0.service - Serial Getty on ttyS0.
[ OK ] Stopped systemd-networkd-persisten…istent Storage in systemd-networkd.
[ OK ] Stopped systemd-random-seed.service - Load/Save OS Random Seed.
[ OK ] Removed slice system-getty.slice - Slice /system/getty.
[ OK ] Removed slice system-serial\x2dget…slice - Slice /system/serial-getty.
Stopping systemd-user-sessions.service - Permit User Sessions...
[ OK ] Stopped systemd-user-sessions.service - Permit User Sessions.
[ OK ] Stopped target basic.target - Basic System.
[ OK ] Stopped target network.target - Network.
[ OK ] Stopped target paths.target - Path Units.
[ OK ] Stopped systemd-ask-password-conso…equests to Console Directory Watch.
[ OK ] Stopped systemd-ask-password-wall.…d Requests to Wall Directory Watch.
[ OK ] Stopped target remote-fs.target - Remote File Systems.
[ OK ] Stopped target slices.target - Slice Units.
[ OK ] Removed slice user.slice - User and Session Slice.
[ OK ] Stopped target sockets.target - Socket Units.
[ OK ] Closed dbus.socket - D-Bus System Message Bus Socket.
[ OK ] Closed sshd-unix-local.socket - Op…temd-ssh-generator, AF_UNIX Local).
[ OK ] Closed systemd-hostnamed.socket - Hostname Service Socket.
[ OK ] Stopped target sysinit.target - System Initialization.
Stopping systemd-binfmt.service - Set Up Additional Binary Formats...
Stopping systemd-networkd.service - Network Configuration...
Stopping systemd-resolved.service - Network Name Resolution...
[ OK ] Stopped systemd-update-done.service - Update is Completed.
[ OK ] Stopped ldconfig.service - Rebuild Dynamic Linker Cache.
[ OK ] Stopped systemd-journal-catalog-up….service - Rebuild Journal Catalog.
[ OK ] Stopped systemd-tmpfiles-setup.ser…reate System Files and Directories.
[ OK ] Stopped systemd-networkd.service - Network Configuration.
[ OK ] Stopped systemd-binfmt.service - Set Up Additional Binary Formats.
[ OK ] Stopped systemd-resolved.service - Network Name Resolution.
[ OK ] Unset automount proc-sys-fs-binfmt…ormats File System Automount Point.
[ OK ] Stopped target local-fs.target - Local File Systems.
[ OK ] Unset automount efi.automount - EFI System Partition Automount.
[ OK ] Stopped target local-fs-pre.target…Preparation for Local File Systems.
[ OK ] Stopped target network-pre.target - Preparation for Network.
[ OK ] Closed systemd-networkd.socket - Network Service Netlink Socket.
Unmounting run-lock.mount - Legacy Locks Directory /run/lock...
Unmounting tmp.mount - Temporary Directory /tmp...
[ OK ] Stopped systemd-network-generator.…ork Units from Kernel Command Line.
[ OK ] Stopped systemd-sysctl.service - Apply Kernel Variables.
[ OK ] Stopped systemd-modules-load.service - Load Kernel Modules.
[ OK ] Stopped systemd-tmpfiles-setup-dev…Create Static Device Nodes in /dev.
[ OK ] Stopped systemd-sysusers.service - Create System Users.
[ OK ] Stopped systemd-remount-fs.service…mount Root and Kernel File Systems.
[ OK ] Stopped systemd-tmpfiles-setup-dev…ic Device Nodes in /dev gracefully.
[ OK ] Unmounted run-lock.mount - Legacy Locks Directory /run/lock.
[ OK ] Unmounted tmp.mount - Temporary Directory /tmp.
[ OK ] Stopped target swap.target - Swaps.
[ OK ] Reached target shutdown.target - System Shutdown.
[ OK ] Reached target umount.target - Unmount All Filesystems.
[ OK ] Reached target final.target - Late Shutdown Services.
[ OK ] Finished systemd-poweroff.service - System Power Off.
[ OK ] Reached target poweroff.target - System Power Off.
[ 20.474141] reboot: Power down
BdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x3,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x3,0x0)
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
INFO: Block devices
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
vda 254:0 0 100G 0 disk
├─vda1 254:1 0 953M 0 part
└─vda2 254:2 0 99.1G 0 part /
vdb 254:16 0 5.3M 1 disk
vdc 254:32 0 1.4M 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 100G 0 disk
vdg 254:96 0 10K 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2026-07-22 12:37 ./
-rw-r--r-- _rad/_rad 1414 2026-07-22 12:37 ./plan.yaml
-rwxr-xr-x _rad/_rad 5525824 2026-07-22 12:37 ./run-ci
INFO: Extracted files:
8 0 drwxr-xr-x 2 1000 1000 80 Jul 22 12:37 .
10 5400 -rwxr-xr-x 1 1000 1000 5525824 Jul 22 12:37 ./run-ci
9 4 -rw-r--r-- 1 1000 1000 1414 Jul 22 12:37 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
{"type":"executor_starts","name":"ambient-execute-plan","version":"0.16.0@da3268d","timestamp":{"secs_since_epoch":1784723855,"nanos_since_epoch":808897465},"log_source":"Plan"}
{"type":"runnable_plan","steps":[{"action":"mkdir","pathname":"/ci"},{"action":"mkdir","pathname":"/ci/artifacts"},{"action":"mkdir","pathname":"/ci/artifacts/debian"},{"action":"mkdir","pathname":"/ci/artifacts/rsync"},{"action":"mkdir","pathname":"/ci/secrets"},{"action":"mkdir","pathname":"/ci/deps"},{"action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src"},{"action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps"},{"action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache"},{"action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts"},{"action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets"},{"action":"shell","shell":"ln -sf /ci /workspace"},{"action":"create_file","filename":"/root/.ssh/config","content":"Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n ","overwrite":true},{"action":"cargo_fetch"},{"action":"deb_get","packages":["python3-yaml","libc-bin","libc-dev-bin","libc6-dev"],"suite":"trixie","cert":null},{"action":"tar_create","archive":"/dev/vde","directory":"/ci/cache"},{"action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts"},{"action":"tar_create","archive":"/dev/vdf","directory":"/ci/deps"}],"executor_drive":"/dev/vdb","source_drive":"/dev/vdc","artifact_drive":"/dev/vdd","cache_drive":"/dev/vde","deps_drive":"/dev/vdf","secrets_drive":null,"workspace_dir":"/ci","source_dir":"/ci/src","deps_dir":"/ci/deps","cache_dir":"/ci/cache","artifacts_dir":"/ci/artifacts","secrets_dir":null,"envs":{},"timestamp":{"secs_since_epoch":1784723855,"nanos_since_epoch":813740033},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1784723855,"nanos_since_epoch":850287808},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1784723855,"nanos_since_epoch":854415619},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1784723855,"nanos_since_epoch":857979848},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1784723855,"nanos_since_epoch":861772256},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1784723855,"nanos_since_epoch":872376751},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1784723855,"nanos_since_epoch":880454149},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1784723855,"nanos_since_epoch":884276627},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1784723855,"nanos_since_epoch":896547267},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1784723855,"nanos_since_epoch":900547125},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1784723855,"nanos_since_epoch":908873725},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1784723855,"nanos_since_epoch":913050419},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1784723855,"nanos_since_epoch":923618934},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1784723855,"nanos_since_epoch":931012748},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1784723855,"nanos_since_epoch":975300812},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1784723855,"nanos_since_epoch":979306305},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1784723855,"nanos_since_epoch":985535372},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1784723855,"nanos_since_epoch":989307368},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1784723856,"nanos_since_epoch":1878850},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1784723856,"nanos_since_epoch":8066228},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1784723856,"nanos_since_epoch":18517851},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1784723856,"nanos_since_epoch":22500068},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1784723856,"nanos_since_epoch":36630931},"log_source":"Plan"}
{"type":"execute_action","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1784723856,"nanos_since_epoch":43614020},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[98,97,115,104]},{"Unix":[45,99]},{"Unix":[115,101,116,32,45,120,101,117,111,32,112,105,112,101,102,97,105,108,10,108,110,32,45,115,102,32,47,99,105,32,47,119,111,114,107,115,112,97,99,101,10]}],"timestamp":{"secs_since_epoch":1784723856,"nanos_since_epoch":47317188},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"","stderr":"+ ln -sf /ci /workspace\n","timestamp":{"secs_since_epoch":1784723856,"nanos_since_epoch":59635657},"log_source":"Plan"}
{"type":"action_succeeded","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1784723856,"nanos_since_epoch":66116090},"log_source":"Plan"}
{"type":"execute_action","action":"create_file","filename":"/root/.ssh/config","content":"Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n ","overwrite":true,"timestamp":{"secs_since_epoch":1784723856,"nanos_since_epoch":71806593},"log_source":"Plan"}
{"type":"action_succeeded","action":"create_file","filename":"/root/.ssh/config","content":"Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n ","overwrite":true,"timestamp":{"secs_since_epoch":1784723856,"nanos_since_epoch":72219451},"log_source":"Plan"}
{"type":"execute_action","action":"cargo_fetch","timestamp":{"secs_since_epoch":1784723856,"nanos_since_epoch":72234443},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[99,97,114,103,111]},{"Unix":[45,45,118,101,114,115,105,111,110]}],"timestamp":{"secs_since_epoch":1784723856,"nanos_since_epoch":72252408},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"cargo 1.97.1 (c980f4866 2026-06-30)\n","stderr":"","timestamp":{"secs_since_epoch":1784723856,"nanos_since_epoch":173047402},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[99,97,114,103,111]},{"Unix":[99,108,105,112,112,121]},{"Unix":[45,45,118,101,114,115,105,111,110]}],"timestamp":{"secs_since_epoch":1784723856,"nanos_since_epoch":173109039},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"clippy 0.1.97 (8bab26f4f6 2026-07-14)\n","stderr":"","timestamp":{"secs_since_epoch":1784723856,"nanos_since_epoch":292464169},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[114,117,115,116,99]},{"Unix":[45,45,118,101,114,115,105,111,110]}],"timestamp":{"secs_since_epoch":1784723856,"nanos_since_epoch":292530885},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"rustc 1.97.1 (8bab26f4f 2026-07-14)\n","stderr":"","timestamp":{"secs_since_epoch":1784723856,"nanos_since_epoch":334985751},"log_source":"Plan"}
copying relevant files to /tmp/.tmpJnB4Ma
{"type":"start_program","argv":[{"Unix":[99,97,114,103,111]},{"Unix":[102,101,116,99,104]},{"Unix":[45,45,108,111,99,107,101,100]}],"timestamp":{"secs_since_epoch":1784723856,"nanos_since_epoch":339375107},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"","stderr":" Updating crates.io index\n Downloading crates ...\n Downloaded thiserror-impl v1.0.48\n Downloaded pkg-config v0.3.27\n Downloaded thiserror v1.0.48\n Downloaded uuid v1.11.0\n Downloaded unicode-ident v1.0.11\n Downloaded quote v1.0.33\n Downloaded tempfile v3.8.0\n Downloaded proc-macro2 v1.0.66\n Downloaded cc v1.0.83\n Downloaded clap_lex v0.5.1\n Downloaded shell-words v1.1.0\n Downloaded env_filter v0.1.2\n Downloaded colorchoice v1.0.0\n Downloaded directories-next v2.0.0\n Downloaded dirs-sys-next v0.1.2\n Downloaded getrandom v0.2.10\n Downloaded heck v0.4.1\n Downloaded bytesize v1.3.0\n Downloaded anyhow v1.0.75\n Downloaded bitflags v2.4.0\n Downloaded equivalent v1.0.1\n Downloaded lazy_static v1.4.0\n Downloaded anstyle v1.0.10\n Downloaded errno v0.3.3\n Downloaded anstyle-query v1.0.0\n Downloaded redox_syscall v0.2.16\n Downloaded clap_derive v4.4.2\n Downloaded anstyle-wincon v2.1.0\n Downloaded errno-dragonfly v0.1.2\n Downloaded fastrand v2.0.0\n Downloaded cfg-if v1.0.0\n Downloaded itoa v1.0.9\n Downloaded cfg-if v0.1.10\n Downloaded anstream v0.6.18\n Downloaded utf8parse v0.2.1\n Downloaded is_terminal_polyfill v1.70.1\n Downloaded anstyle-wincon v3.0.6\n Downloaded anstyle-parse v0.2.1\n Downloaded redox_users v0.4.3\n Downloaded strsim v0.10.0\n Downloaded anstream v0.5.0\n Downloaded syn v2.0.31\n Downloaded windows-targets v0.48.5\n Downloaded redox_syscall v0.3.5\n Downloaded bitflags v1.3.2\n Downloaded serde_yaml v0.9.25\n Downloaded env_logger v0.11.5\n Downloaded humantime v2.1.0\n Downloaded log v0.4.22\n Downloaded windows-targets v0.52.6\n Downloaded wasi v0.11.0+wasi-snapshot-preview1\n Downloaded unsafe-libyaml v0.2.9\n Downloaded serde_derive v1.0.188\n Downloaded ryu v1.0.15\n Downloaded indexmap v2.0.0\n Downloaded clap v4.4.2\n Downloaded serde v1.0.188\n Downloaded memchr v2.6.3\n Downloaded hashbrown v0.14.0\n Downloaded clap_builder v4.4.2\n Downloaded serde_json v1.0.105\n Downloaded aho-corasick v1.0.5\n Downloaded nix v0.18.0\n Downloaded windows_x86_64_gnullvm v0.48.5\n Downloaded regex v1.9.5\n Downloaded rustix v0.38.11\n Downloaded regex-syntax v0.7.5\n Downloaded windows_i686_gnullvm v0.52.6\n Downloaded libc v0.2.147\n Downloaded windows_aarch64_gnullvm v0.48.5\n Downloaded windows_x86_64_gnullvm v0.52.6\n Downloaded windows_aarch64_gnullvm v0.52.6\n Downloaded regex-automata v0.3.8\n Downloaded windows_i686_gnu v0.48.5\n Downloaded windows_x86_64_msvc v0.48.5\n Downloaded windows_aarch64_msvc v0.48.5\n Downloaded windows_x86_64_gnu v0.48.5\n Downloaded windows_i686_msvc v0.48.5\n Downloaded windows_aarch64_msvc v0.52.6\n Downloaded windows_x86_64_msvc v0.52.6\n Downloaded windows_i686_msvc v0.52.6\n Downloaded windows_i686_gnu v0.52.6\n Downloaded windows_x86_64_gnu v0.52.6\n Downloaded winapi v0.3.9\n Downloaded linux-raw-sys v0.4.5\n Downloaded windows-sys v0.59.0\n Downloaded windows-sys v0.48.0\n Downloaded winapi-x86_64-pc-windows-gnu v0.4.0\n Downloaded winapi-i686-pc-windows-gnu v0.4.0\n Downloaded home-dir v0.1.0\n Downloaded virt-sys v0.3.0\n Downloaded virt v0.4.1\n","timestamp":{"secs_since_epoch":1784723859,"nanos_since_epoch":983529276},"log_source":"Plan"}
{"type":"action_succeeded","action":"cargo_fetch","timestamp":{"secs_since_epoch":1784723859,"nanos_since_epoch":993578646},"log_source":"Plan"}
{"type":"execute_action","action":"deb_get","packages":["python3-yaml","libc-bin","libc-dev-bin","libc6-dev"],"suite":"trixie","cert":null,"timestamp":{"secs_since_epoch":1784723859,"nanos_since_epoch":993601109},"log_source":"Plan"}
{"type":"deb_get","packages":[{"package_name":"libcrypt1","url":"http://deb.debian.org/debian/pool/main/libx/libxcrypt/libcrypt1_4.4.38-1_amd64.deb"},{"package_name":"debconf","url":"http://deb.debian.org/debian/pool/main/d/debconf/debconf_1.5.91_all.deb"},{"package_name":"libc6-dev","url":"http://deb.debian.org/debian/pool/main/g/glibc/libc6-dev_2.41-12+deb13u3_amd64.deb"},{"package_name":"libc-dev-bin","url":"http://deb.debian.org/debian/pool/main/g/glibc/libc-dev-bin_2.41-12+deb13u3_amd64.deb"},{"package_name":"tzdata","url":"http://deb.debian.org/debian/pool/main/t/tzdata/tzdata_2026b-0+deb13u1_all.deb"},{"package_name":"libpython3-stdlib","url":"http://deb.debian.org/debian/pool/main/p/python3-defaults/libpython3-stdlib_3.13.5-1_amd64.deb"},{"package_name":"libpython3.13-stdlib","url":"http://deb.debian.org/debian/pool/main/p/python3.13/libpython3.13-stdlib_3.13.5-2+deb13u3_amd64.deb"},{"package_name":"gcc-14-base","url":"http://deb.debian.org/debian/pool/main/g/gcc-14/gcc-14-base_14.2.0-19_amd64.deb"},{"package_name":"libgcc-s1","url":"http://deb.debian.org/debian/pool/main/g/gcc-14/libgcc-s1_14.2.0-19_amd64.deb"},{"package_name":"liblzma5","url":"http://deb.debian.org/debian/pool/main/x/xz-utils/liblzma5_5.8.1-1+deb13u1_amd64.deb"},{"package_name":"libzstd1","url":"http://deb.debian.org/debian/pool/main/libz/libzstd/libzstd1_1.5.7+dfsg-1_amd64.deb"},{"package_name":"python3.13","url":"http://deb.debian.org/debian/pool/main/p/python3.13/python3.13_3.13.5-2+deb13u3_amd64.deb"},{"package_name":"libsqlite3-0","url":"http://deb.debian.org/debian/pool/main/s/sqlite3/libsqlite3-0_3.46.1-7+deb13u1_amd64.deb"},{"package_name":"libuuid1","url":"http://deb.debian.org/debian/pool/main/u/util-linux/libuuid1_2.41-5_amd64.deb"},{"package_name":"openssl-provider-legacy","url":"http://deb.debian.org/debian/pool/main/o/openssl/openssl-provider-legacy_3.5.6-1~deb13u2_amd64.deb"},{"package_name":"python3.13-minimal","url":"http://deb.debian.org/debian/pool/main/p/python3.13/python3.13-minimal_3.13.5-2+deb13u3_amd64.deb"},{"package_name":"netbase","url":"http://deb.debian.org/debian/pool/main/n/netbase/netbase_6.5_all.deb"},{"package_name":"libncursesw6","url":"http://deb.debian.org/debian/pool/main/n/ncurses/libncursesw6_6.5+20250216-2_amd64.deb"},{"package_name":"libpython3.13-minimal","url":"http://deb.debian.org/debian/pool/main/p/python3.13/libpython3.13-minimal_3.13.5-2+deb13u3_amd64.deb"},{"package_name":"rpcsvc-proto","url":"http://deb.debian.org/debian/pool/main/r/rpcsvc-proto/rpcsvc-proto_1.4.3-1_amd64.deb"},{"package_name":"libexpat1","url":"http://deb.debian.org/debian/pool/main/e/expat/libexpat1_2.7.1-2_amd64.deb"},{"package_name":"python3-yaml","url":"http://deb.debian.org/debian/pool/main/p/pyyaml/python3-yaml_6.0.2-1+b2_amd64.deb"},{"package_name":"libc6","url":"http://deb.debian.org/debian/pool/main/g/glibc/libc6_2.41-12+deb13u3_amd64.deb"},{"package_name":"libyaml-0-2","url":"http://deb.debian.org/debian/pool/main/liby/libyaml/libyaml-0-2_0.2.5-2_amd64.deb"},{"package_name":"readline-common","url":"http://deb.debian.org/debian/pool/main/r/readline/readline-common_8.2-6_all.deb"},{"package_name":"libreadline8t64","url":"http://deb.debian.org/debian/pool/main/r/readline/libreadline8t64_8.2-6_amd64.deb"},{"package_name":"libffi8","url":"http://deb.debian.org/debian/pool/main/libf/libffi/libffi8_3.4.8-2_amd64.deb"},{"package_name":"python3","url":"http://deb.debian.org/debian/pool/main/p/python3-defaults/python3_3.13.5-1_amd64.deb"},{"package_name":"libtinfo6","url":"http://deb.debian.org/debian/pool/main/n/ncurses/libtinfo6_6.5+20250216-2_amd64.deb"},{"package_name":"libssl3t64","url":"http://deb.debian.org/debian/pool/main/o/openssl/libssl3t64_3.5.6-1~deb13u2_amd64.deb"},{"package_name":"libdb5.3t64","url":"http://deb.debian.org/debian/pool/main/d/db5.3/libdb5.3t64_5.3.28+dfsg2-9_amd64.deb"},{"package_name":"libc-bin","url":"http://deb.debian.org/debian/pool/main/g/glibc/libc-bin_2.41-12+deb13u3_amd64.deb"},{"package_name":"zlib1g","url":"http://deb.debian.org/debian/pool/main/z/zlib/zlib1g_1.3.dfsg+really1.3.1-1+b1_amd64.deb"},{"package_name":"libbz2-1.0","url":"http://deb.debian.org/debian/pool/main/b/bzip2/libbz2-1.0_1.0.8-6_amd64.deb"},{"package_name":"linux-libc-dev","url":"http://deb.debian.org/debian/pool/main/l/linux/linux-libc-dev_6.12.94-1_all.deb"},{"package_name":"media-types","url":"http://deb.debian.org/debian/pool/main/m/media-types/media-types_13.0.0_all.deb"},{"package_name":"libcrypt-dev","url":"http://deb.debian.org/debian/pool/main/libx/libxcrypt/libcrypt-dev_4.4.38-1_amd64.deb"}],"timestamp":{"secs_since_epoch":1784723863,"nanos_since_epoch":202299189},"log_source":"PrePlan"}
{"type":"action_succeeded","action":"deb_get","packages":["python3-yaml","libc-bin","libc-dev-bin","libc6-dev"],"suite":"trixie","cert":null,"timestamp":{"secs_since_epoch":1784723863,"nanos_since_epoch":299779054},"log_source":"Plan"}
{"type":"execute_action","action":"tar_create","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1784723863,"nanos_since_epoch":304689265},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1784723863,"nanos_since_epoch":312985816},"log_source":"Plan"}
{"type":"execute_action","action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1784723863,"nanos_since_epoch":313029803},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1784723863,"nanos_since_epoch":319355153},"log_source":"Plan"}
{"type":"execute_action","action":"tar_create","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1784723863,"nanos_since_epoch":319704445},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1784723866,"nanos_since_epoch":18163514},"log_source":"Plan"}
{"type":"plan_succeeded","timestamp":{"secs_since_epoch":1784723866,"nanos_since_epoch":23357376},"log_source":"Plan"}
{"type":"executor_ends_successfully","timestamp":{"secs_since_epoch":1784723866,"nanos_since_epoch":23453810},"log_source":"Plan"}
EXIT CODE: 0
ambient-execute-plan0.16.0@da3268dsteps:
- action: mkdir
pathname: /ci
- action: mkdir
pathname: /ci/artifacts
- action: mkdir
pathname: /ci/artifacts/debian
- action: mkdir
pathname: /ci/artifacts/rsync
- action: mkdir
pathname: /ci/secrets
- action: mkdir
pathname: /ci/deps
- action: tar_extract
archive: /dev/vdc
directory: /ci/src
- action: tar_extract
archive: /dev/vdf
directory: /ci/deps
- action: tar_extract
archive: /dev/vde
directory: /ci/cache
- action: tar_extract
archive: /dev/vdd
directory: /ci/artifacts
- action: tar_extract
archive: /dev/vdg
directory: /ci/secrets
- action: shell
shell: ln -sf /ci /workspace
- action: create_file
filename: /root/.ssh/config
content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n "
overwrite: true
- action: deb_install
- action: cargo_fmt
- action: cargo_clippy
- action: cargo_test
- action: shell
shell: |
dir=/ci/artifacts/rsync
install -d "$dir"
subplot docgen vmadm.subplot -o "$dir/vmadm.html"
subplot docgen userguide.subplot -o "$dir/userguide.html"
- action: shell
shell: |
cargo doc --workspace --no-deps
# Clean up after tests and documentation building.
git reset --hard
git clean -fdx
git status --ignored
- action: custom
name: dch
args:
debemail: liw@liw.fi
debfullname: Lars Wirzenius
- action: deb
packages: debian
- action: tar_create
archive: /dev/vde
directory: /ci/cache
- action: tar_create
archive: /dev/vdd
directory: /ci/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
secrets_drive: null
workspace_dir: /ci
source_dir: /ci/src
deps_dir: /ci/deps
cache_dir: /ci/cache
artifacts_dir: /ci/artifacts
secrets_dir: null
envs: {}
- action: mkdir pathname: /ci
- action: mkdir pathname: /ci
- action: mkdir pathname: /ci/artifacts
- action: mkdir pathname: /ci/artifacts
- action: mkdir pathname: /ci/artifacts/debian
- action: mkdir pathname: /ci/artifacts/debian
- action: mkdir pathname: /ci/artifacts/rsync
- action: mkdir pathname: /ci/artifacts/rsync
- action: mkdir pathname: /ci/secrets
- action: mkdir pathname: /ci/secrets
- action: mkdir pathname: /ci/deps
- action: mkdir pathname: /ci/deps
- action: tar_extract archive: /dev/vdc directory: /ci/src
- action: tar_extract archive: /dev/vdc directory: /ci/src
- action: tar_extract archive: /dev/vdf directory: /ci/deps
- action: tar_extract archive: /dev/vdf directory: /ci/deps
- action: tar_extract archive: /dev/vde directory: /ci/cache
- action: tar_extract archive: /dev/vde directory: /ci/cache
- action: tar_extract archive: /dev/vdd directory: /ci/artifacts
- action: tar_extract archive: /dev/vdd directory: /ci/artifacts
- action: tar_extract archive: /dev/vdg directory: /ci/secrets
- action: tar_extract archive: /dev/vdg directory: /ci/secrets
- action: shell shell: ln -sf /ci /workspace
bash-cset -xeuo pipefail
ln -sf /ci /workspace
+ ln -sf /ci /workspace
- action: shell shell: ln -sf /ci /workspace
- action: create_file filename: /root/.ssh/config content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n " overwrite: true
- action: create_file filename: /root/.ssh/config content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n " overwrite: true
- action: deb_install
/bin/bash-capt-get install -y /ci/deps/debian/*.debReading package lists... Building dependency tree... Reading state information... debconf is already the newest version (1.5.91). gcc-14-base is already the newest version (14.2.0-19). libbz2-1.0 is already the newest version (1.0.8-6). libc-bin is already the newest version (2.41-12+deb13u3). libc-dev-bin is already the newest version (2.41-12+deb13u3). libc6-dev is already the newest version (2.41-12+deb13u3). libc6 is already the newest version (2.41-12+deb13u3). libcrypt-dev is already the newest version (1:4.4.38-1). libcrypt1 is already the newest version (1:4.4.38-1). libdb5.3t64 is already the newest version (5.3.28+dfsg2-9). libexpat1 is already the newest version (2.7.1-2). libffi8 is already the newest version (3.4.8-2). libgcc-s1 is already the newest version (14.2.0-19). libncursesw6 is already the newest version (6.5+20250216-2). libpython3-stdlib is already the newest version (3.13.5-1). libreadline8t64 is already the newest version (8.2-6). libsqlite3-0 is already the newest version (3.46.1-7+deb13u1). libssl3t64 is already the newest version (3.5.6-1~deb13u2). libtinfo6 is already the newest version (6.5+20250216-2). libuuid1 is already the newest version (2.41-5). libyaml-0-2 is already the newest version (0.2.5-2). libyaml-0-2 set to manually installed. libzstd1 is already the newest version (1.5.7+dfsg-1). media-types is already the newest version (13.0.0). netbase is already the newest version (6.5). openssl-provider-legacy is already the newest version (3.5.6-1~deb13u2). python3 is already the newest version (3.13.5-1). readline-common is already the newest version (8.2-6). rpcsvc-proto is already the newest version (1.4.3-1). tzdata is already the newest version (2026b-0+deb13u1). zlib1g is already the newest version (1:1.3.dfsg+really1.3.1-1+b1). The following additional packages will be installed: xz-utils The following NEW packages will be installed: python3-yaml The following packages will be upgraded: liblzma5 libpython3.13-minimal libpython3.13-stdlib linux-libc-dev python3.13 python3.13-minimal xz-utils 7 upgraded, 1 newly installed, 0 to remove and 3 not upgraded. Need to get 9757 kB of archives. After this operation, 624 kB of additional disk space will be used. Ign:1 http://deb.debian.org/debian trixie/main amd64 python3.13 amd64 3.13.5-2+deb13u3 Ign:2 http://deb.debian.org/debian trixie/main amd64 libpython3.13-stdlib amd64 3.13.5-2+deb13u3 Ign:3 http://deb.debian.org/debian trixie/main amd64 python3.13-minimal amd64 3.13.5-2+deb13u3 Ign:4 http://deb.debian.org/debian trixie/main amd64 libpython3.13-minimal amd64 3.13.5-2+deb13u3 Ign:5 http://deb.debian.org/debian trixie/main amd64 liblzma5 amd64 5.8.1-1+deb13u1 Ign:6 http://deb.debian.org/debian trixie/main amd64 xz-utils amd64 5.8.1-1+deb13u1 Ign:7 http://deb.debian.org/debian trixie/main amd64 linux-libc-dev all 6.12.94-1 Ign:8 http://deb.debian.org/debian trixie/main amd64 python3-yaml amd64 6.0.2-1+b2 Ign:8 http://deb.debian.org/debian trixie/main amd64 python3-yaml amd64 6.0.2-1+b2 Ign:7 http://deb.debian.org/debian trixie/main amd64 linux-libc-dev all 6.12.94-1 Ign:6 http://deb.debian.org/debian trixie/main amd64 xz-utils amd64 5.8.1-1+deb13u1 Ign:5 http://deb.debian.org/debian trixie/main amd64 liblzma5 amd64 5.8.1-1+deb13u1 Ign:4 http://deb.debian.org/debian trixie/main amd64 libpython3.13-minimal amd64 3.13.5-2+deb13u3 Ign:3 http://deb.debian.org/debian trixie/main amd64 python3.13-minimal amd64 3.13.5-2+deb13u3 Ign:2 http://deb.debian.org/debian trixie/main amd64 libpython3.13-stdlib amd64 3.13.5-2+deb13u3 Ign:1 http://deb.debian.org/debian trixie/main amd64 python3.13 amd64 3.13.5-2+deb13u3 Ign:1 http://deb.debian.org/debian trixie/main amd64 python3.13 amd64 3.13.5-2+deb13u3 Ign:2 http://deb.debian.org/debian trixie/main amd64 libpython3.13-stdlib amd64 3.13.5-2+deb13u3 Ign:3 http://deb.debian.org/debian trixie/main amd64 python3.13-minimal amd64 3.13.5-2+deb13u3 Ign:4 http://deb.debian.org/debian trixie/main amd64 libpython3.13-minimal amd64 3.13.5-2+deb13u3 Ign:5 http://deb.debian.org/debian trixie/main amd64 liblzma5 amd64 5.8.1-1+deb13u1 Ign:6 http://deb.debian.org/debian trixie/main amd64 xz-utils amd64 5.8.1-1+deb13u1 Ign:7 http://deb.debian.org/debian trixie/main amd64 linux-libc-dev all 6.12.94-1 Ign:8 http://deb.debian.org/debian trixie/main amd64 python3-yaml amd64 6.0.2-1+b2 Ign:8 http://deb.debian.org/debian trixie/main amd64 python3-yaml amd64 6.0.2-1+b2 Ign:7 http://deb.debian.org/debian trixie/main amd64 linux-libc-dev all 6.12.94-1 Err:6 http://deb.debian.org/debian trixie/main amd64 xz-utils amd64 5.8.1-1+deb13u1 Temporary failure resolving 'deb.debian.org' Ign:5 http://deb.debian.org/debian trixie/main amd64 liblzma5 amd64 5.8.1-1+deb13u1 Ign:4 http://deb.debian.org/debian trixie/main amd64 libpython3.13-minimal amd64 3.13.5-2+deb13u3 Ign:3 http://deb.debian.org/debian trixie/main amd64 python3.13-minimal amd64 3.13.5-2+deb13u3 Ign:2 http://deb.debian.org/debian trixie/main amd64 libpython3.13-stdlib amd64 3.13.5-2+deb13u3 Ign:1 http://deb.debian.org/debian trixie/main amd64 python3.13 amd64 3.13.5-2+deb13u3 Get:8 http://deb.debian.org/debian trixie/main amd64 python3-yaml amd64 6.0.2-1+b2 [136 kB] Get:7 http://deb.debian.org/debian trixie/main amd64 linux-libc-dev all 6.12.94-1 [2848 kB] Get:5 http://deb.debian.org/debian trixie/main amd64 liblzma5 amd64 5.8.1-1+deb13u1 [309 kB] Get:4 http://deb.debian.org/debian trixie/main amd64 libpython3.13-minimal amd64 3.13.5-2+deb13u3 [863 kB] Get:3 http://deb.debian.org/debian trixie/main amd64 python3.13-minimal amd64 3.13.5-2+deb13u3 [2224 kB] Get:2 http://deb.debian.org/debian trixie/main amd64 libpython3.13-stdlib amd64 3.13.5-2+deb13u3 [1959 kB] Get:1 http://deb.debian.org/debian trixie/main amd64 python3.13 amd64 3.13.5-2+deb13u3 [757 kB]
E: Failed to fetch http://deb.debian.org/debian/pool/main/x/xz-utils/xz-utils_5.8.1-1%2bdeb13u1_amd64.deb Temporary failure resolving 'deb.debian.org' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
- action: deb_install
BdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
Booting `Debian GNU/Linux'
Loading Linux 6.12.86+deb13-amd64 ...
Loading initial ramdisk ...
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
Loading, please wait...
Starting systemd-udevd version 257.13-1~deb13u1
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Will now check root file system ... fsck from util-linux 2.41
fsck: error 2 (No such file or directory) while executing fsck.ext4 for /dev/vda2
fsck exited with status code 8
done.
Warning: File system check failed but did not detect errors
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
Welcome to Debian GNU/Linux 13 (trixie)!
[ OK ] Created slice system-getty.slice - Slice /system/getty.
[ OK ] Created slice system-modprobe.slice - Slice /system/modprobe.
[ OK ] Created slice system-serial\x2dget…slice - Slice /system/serial-getty.
[ OK ] Created slice user.slice - User and Session Slice.
[ OK ] Started systemd-ask-password-conso…equests to Console Directory Watch.
[ OK ] Started systemd-ask-password-wall.…d Requests to Wall Directory Watch.
[ OK ] Set up automount proc-sys-fs-binfm…ormats File System Automount Point.
Expecting device dev-ttyS0.device - /dev/ttyS0...
[ OK ] Reached target paths.target - Path Units.
[ OK ] Reached target remote-fs.target - Remote File Systems.
[ OK ] Reached target slices.target - Slice Units.
[ OK ] Reached target swap.target - Swaps.
[ OK ] Listening on systemd-creds.socket - Credential Encryption/Decryption.
[ OK ] Listening on systemd-initctl.socke…- initctl Compatibility Named Pipe.
[ OK ] Listening on systemd-journald-dev-…socket - Journal Socket (/dev/log).
[ OK ] Listening on systemd-journald.socket - Journal Sockets.
[ OK ] Listening on systemd-networkd.socket - Network Service Netlink Socket.
[ OK ] Listening on systemd-udevd-control.socket - udev Control Socket.
[ OK ] Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
Mounting dev-hugepages.mount - Huge Pages File System...
Mounting dev-mqueue.mount - POSIX Message Queue File System...
Mounting run-lock.mount - Legacy Locks Directory /run/lock...
Mounting sys-kernel-debug.mount - Kernel Debug File System...
Mounting sys-kernel-tracing.mount - Kernel Trace File System...
Mounting tmp.mount - Temporary Directory /tmp...
Starting kmod-static-nodes.service…eate List of Static Device Nodes...
Starting modprobe@configfs.service - Load Kernel Module configfs...
Starting modprobe@drm.service - Load Kernel Module drm...
Starting modprobe@efi_pstore.servi… - Load Kernel Module efi_pstore...
Starting modprobe@fuse.service - Load Kernel Module fuse...
Starting systemd-journald.service - Journal Service...
Starting systemd-modules-load.service - Load Kernel Modules...
Starting systemd-network-generator…k Units from Kernel Command Line...
Starting systemd-remount-fs.servic…unt Root and Kernel File Systems...
Starting systemd-udev-load-credent…Load udev Rules from Credentials...
Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ OK ] Mounted dev-hugepages.mount - Huge Pages File System.
[ OK ] Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ OK ] Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[ OK ] Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ OK ] Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ OK ] Mounted tmp.mount - Temporary Directory /tmp.
[ OK ] Finished kmod-static-nodes.service…Create List of Static Device Nodes.
[ OK ] Finished modprobe@configfs.service - Load Kernel Module configfs.
[ OK ] Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ OK ] Finished modprobe@fuse.service - Load Kernel Module fuse.
[ OK ] Finished systemd-modules-load.service - Load Kernel Modules.
[ OK ] Finished systemd-network-generator…ork Units from Kernel Command Line.
[ OK ] Finished systemd-remount-fs.servic…mount Root and Kernel File Systems.
[ OK ] Finished systemd-udev-load-credent…- Load udev Rules from Credentials.
[ OK ] Reached target network-pre.target - Preparation for Network.
Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
Mounting sys-kernel-config.mount - Kernel Configuration File System...
Starting systemd-random-seed.service - Load/Save OS Random Seed...
Starting systemd-sysctl.service - Apply Kernel Variables...
Starting systemd-tmpfiles-setup-de… Device Nodes in /dev gracefully...
[ OK ] Started systemd-journald.service - Journal Service.
[ OK ] Finished modprobe@drm.service - Load Kernel Module drm.
[ OK ] Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[ OK ] Mounted sys-kernel-config.mount - Kernel Configuration File System.
Starting systemd-journal-flush.ser…sh Journal to Persistent Storage...
[ OK ] Finished systemd-sysctl.service - Apply Kernel Variables.
[ OK ] Finished systemd-udev-trigger.service - Coldplug All udev Devices.
[ OK ] Finished systemd-tmpfiles-setup-de…ic Device Nodes in /dev gracefully.
Starting systemd-sysusers.service - Create System Users...
[ OK ] Finished systemd-random-seed.service - Load/Save OS Random Seed.
[ OK ] Finished systemd-sysusers.service - Create System Users.
Starting systemd-resolved.service - Network Name Resolution...
Starting systemd-tmpfiles-setup-de…eate Static Device Nodes in /dev...
[ OK ] Finished systemd-tmpfiles-setup-de…Create Static Device Nodes in /dev.
[ OK ] Reached target local-fs-pre.target…Preparation for Local File Systems.
[ OK ] Set up automount efi.automount - EFI System Partition Automount.
[ OK ] Reached target local-fs.target - Local File Systems.
[ OK ] Listening on systemd-sysext.socket… System Extension Image Management.
Starting systemd-binfmt.service - Set Up Additional Binary Formats...
Starting systemd-udevd.service - R…ager for Device Events and Files...
[ OK ] Finished systemd-journal-flush.ser…lush Journal to Persistent Storage.
Starting systemd-tmpfiles-setup.se…ate System Files and Directories...
[ OK ] Started systemd-resolved.service - Network Name Resolution.
[ OK ] Reached target nss-lookup.target - Host and Network Name Lookups.
[ OK ] Started systemd-udevd.service - Ru…anager for Device Events and Files.
Starting systemd-networkd.service - Network Configuration...
[ OK ] Finished systemd-tmpfiles-setup.se…reate System Files and Directories.
Starting ldconfig.service - Rebuild Dynamic Linker Cache...
Starting systemd-journal-catalog-u…ervice - Rebuild Journal Catalog...
[ OK ] Found device dev-ttyS0.device - /dev/ttyS0.
[ OK ] Finished systemd-journal-catalog-u….service - Rebuild Journal Catalog.
[ OK ] Finished ldconfig.service - Rebuild Dynamic Linker Cache.
Starting systemd-update-done.service - Update is Completed...
[ OK ] Finished systemd-update-done.service - Update is Completed.
Mounting proc-sys-fs-binfmt_misc.m…cutable File Formats File System...
[ OK ] Mounted proc-sys-fs-binfmt_misc.mo…xecutable File Formats File System.
[ OK ] Finished systemd-binfmt.service - Set Up Additional Binary Formats.
[ OK ] Reached target sysinit.target - System Initialization.
[ OK ] Started apt-daily.timer - Daily apt download activities.
[ OK ] Started apt-daily-upgrade.timer - …y apt upgrade and clean activities.
[ OK ] Started dpkg-db-backup.timer - Daily dpkg database backup timer.
[ OK ] Started fstrim.timer - Discard unused filesystem blocks once a week.
[ OK ] Started man-db.timer - Daily man-db regeneration.
[ OK ] Started systemd-tmpfiles-clean.tim…y Cleanup of Temporary Directories.
[ OK ] Reached target timers.target - Timer Units.
[ OK ] Listening on dbus.socket - D-Bus System Message Bus Socket.
[ OK ] Listening on sshd-unix-local.socke…temd-ssh-generator, AF_UNIX Local).
[ OK ] Listening on systemd-hostnamed.socket - Hostname Service Socket.
[ OK ] Reached target sockets.target - Socket Units.
[ OK ] Reached target basic.target - Basic System.
Starting ambient.service - Run build job for Ambient CI...
Starting dbus.service - D-Bus System Message Bus...
Starting grub-common.service - Record successful boot for GRUB...
Starting systemd-logind.service - User Login Management...
[ OK ] Started dbus.service - D-Bus System Message Bus.
[ OK ] Listening on systemd-rfkill.socket…ll Switch Status /dev/rfkill Watch.
[ OK ] Finished grub-common.service - Record successful boot for GRUB.
[ OK ] Started systemd-logind.service - User Login Management.
[ OK ] Started systemd-networkd.service - Network Configuration.
[ OK ] Reached target network.target - Network.
Starting ssh.service - OpenBSD Secure Shell server...
Starting systemd-networkd-persiste…tent Storage in systemd-networkd...
Starting systemd-user-sessions.service - Permit User Sessions...
[ OK ] Finished systemd-user-sessions.service - Permit User Sessions.
[ OK ] Started getty@tty1.service - Getty on tty1.
[ OK ] Started serial-getty@ttyS0.service - Serial Getty on ttyS0.
[ OK ] Reached target getty.target - Login Prompts.
[ OK ] Finished systemd-networkd-persiste…istent Storage in systemd-networkd.
[ OK ] Started ssh.service - OpenBSD Secure Shell server.
Debian GNU/Linux 13 ambient-dev ttyS0
ambient-dev login: [ OK ] Stopped ambient.service - Run build job for Ambient CI.
[ OK ] Removed slice system-modprobe.slice - Slice /system/modprobe.
[ OK ] Stopped target getty.target - Login Prompts.
[ OK ] Stopped target nss-lookup.target - Host and Network Name Lookups.
[ OK ] Stopped target timers.target - Timer Units.
[ OK ] Stopped apt-daily-upgrade.timer - …y apt upgrade and clean activities.
[ OK ] Stopped apt-daily.timer - Daily apt download activities.
[ OK ] Stopped dpkg-db-backup.timer - Daily dpkg database backup timer.
[ OK ] Stopped fstrim.timer - Discard unused filesystem blocks once a week.
[ OK ] Stopped man-db.timer - Daily man-db regeneration.
[ OK ] Stopped systemd-tmpfiles-clean.tim…y Cleanup of Temporary Directories.
[ OK ] Closed systemd-rfkill.socket - Loa…ll Switch Status /dev/rfkill Watch.
Stopping dbus.service - D-Bus System Message Bus...
Stopping getty@tty1.service - Getty on tty1...
Stopping serial-getty@ttyS0.service - Serial Getty on ttyS0...
Stopping ssh.service - OpenBSD Secure Shell server...
Stopping systemd-logind.service - User Login Management...
Stopping systemd-networkd-persiste…tent Storage in systemd-networkd...
Stopping systemd-random-seed.service - Load/Save OS Random Seed...
[ OK ] Stopped systemd-udev-load-credenti…- Load udev Rules from Credentials.
[ OK ] Stopped getty@tty1.service - Getty on tty1.
[ OK ] Stopped dbus.service - D-Bus System Message Bus.
[ OK ] Stopped serial-getty@ttyS0.service - Serial Getty on ttyS0.
[ OK ] Stopped systemd-logind.service - User Login Management.
[ OK ] Stopped ssh.service - OpenBSD Secure Shell server.
[ OK ] Stopped systemd-networkd-persisten…istent Storage in systemd-networkd.
[ OK ] Stopped systemd-random-seed.service - Load/Save OS Random Seed.
[ OK ] Removed slice system-getty.slice - Slice /system/getty.
[ OK ] Removed slice system-serial\x2dget…slice - Slice /system/serial-getty.
Stopping systemd-user-sessions.service - Permit User Sessions...
[ OK ] Stopped systemd-user-sessions.service - Permit User Sessions.
[ OK ] Stopped target basic.target - Basic System.
[ OK ] Stopped target network.target - Network.
[ OK ] Stopped target paths.target - Path Units.
[ OK ] Stopped systemd-ask-password-conso…equests to Console Directory Watch.
[ OK ] Stopped systemd-ask-password-wall.…d Requests to Wall Directory Watch.
[ OK ] Stopped target remote-fs.target - Remote File Systems.
[ OK ] Stopped target slices.target - Slice Units.
[ OK ] Removed slice user.slice - User and Session Slice.
[ OK ] Stopped target sockets.target - Socket Units.
[ OK ] Closed dbus.socket - D-Bus System Message Bus Socket.
[ OK ] Closed sshd-unix-local.socket - Op…temd-ssh-generator, AF_UNIX Local).
[ OK ] Closed systemd-hostnamed.socket - Hostname Service Socket.
[ OK ] Stopped target sysinit.target - System Initialization.
Stopping systemd-binfmt.service - Set Up Additional Binary Formats...
Stopping systemd-networkd.service - Network Configuration...
Stopping systemd-resolved.service - Network Name Resolution...
[ OK ] Stopped systemd-update-done.service - Update is Completed.
[ OK ] Stopped ldconfig.service - Rebuild Dynamic Linker Cache.
[ OK ] Stopped systemd-journal-catalog-up….service - Rebuild Journal Catalog.
[ OK ] Stopped systemd-tmpfiles-setup.ser…reate System Files and Directories.
[ OK ] Stopped systemd-networkd.service - Network Configuration.
[ OK ] Stopped systemd-binfmt.service - Set Up Additional Binary Formats.
[ OK ] Unset automount proc-sys-fs-binfmt…ormats File System Automount Point.
[ OK ] Stopped target local-fs.target - Local File Systems.
[ OK ] Unset automount efi.automount - EFI System Partition Automount.
[ OK ] Stopped target local-fs-pre.target…Preparation for Local File Systems.
[ OK ] Stopped target network-pre.target - Preparation for Network.
[ OK ] Closed systemd-networkd.socket - Network Service Netlink Socket.
Unmounting run-lock.mount - Legacy Locks Directory /run/lock...
Unmounting tmp.mount - Temporary Directory /tmp...
[ OK ] Stopped systemd-network-generator.…ork Units from Kernel Command Line.
[ OK ] Stopped systemd-tmpfiles-setup-dev…Create Static Device Nodes in /dev.
[ OK ] Stopped systemd-resolved.service - Network Name Resolution.
[ OK ] Stopped systemd-sysctl.service - Apply Kernel Variables.
[ OK ] Stopped systemd-modules-load.service - Load Kernel Modules.
[ OK ] Stopped systemd-sysusers.service - Create System Users.
[ OK ] Stopped systemd-remount-fs.service…mount Root and Kernel File Systems.
[ OK ] Stopped systemd-tmpfiles-setup-dev…ic Device Nodes in /dev gracefully.
[ OK ] Unmounted run-lock.mount - Legacy Locks Directory /run/lock.
[ OK ] Unmounted tmp.mount - Temporary Directory /tmp.
[ OK ] Stopped target swap.target - Swaps.
[ OK ] Reached target shutdown.target - System Shutdown.
[ OK ] Reached target umount.target - Unmount All Filesystems.
[ OK ] Reached target final.target - Late Shutdown Services.
[ OK ] Finished systemd-poweroff.service - System Power Off.
[ OK ] Reached target poweroff.target - System Power Off.
[ 20.174532] reboot: Power down
BdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
INFO: Block devices
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sr0 11:0 1 372K 0 rom
vda 254:0 0 100G 0 disk
├─vda1 254:1 0 953M 0 part
└─vda2 254:2 0 99.1G 0 part /
vdb 254:16 0 5.3M 1 disk
vdc 254:32 0 1.4M 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 100G 1 disk
vdg 254:96 0 10K 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2026-07-22 12:37 ./
-rw-r--r-- _rad/_rad 1799 2026-07-22 12:37 ./plan.yaml
-rwxr-xr-x _rad/_rad 5525824 2026-07-22 12:37 ./run-ci
INFO: Extracted files:
8 0 drwxr-xr-x 2 1000 1000 80 Jul 22 12:37 .
10 5400 -rwxr-xr-x 1 1000 1000 5525824 Jul 22 12:37 ./run-ci
9 4 -rw-r--r-- 1 1000 1000 1799 Jul 22 12:37 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
{"type":"executor_starts","name":"ambient-execute-plan","version":"0.16.0@da3268d","timestamp":{"secs_since_epoch":1784723878,"nanos_since_epoch":682759975},"log_source":"Plan"}
{"type":"runnable_plan","steps":[{"action":"mkdir","pathname":"/ci"},{"action":"mkdir","pathname":"/ci/artifacts"},{"action":"mkdir","pathname":"/ci/artifacts/debian"},{"action":"mkdir","pathname":"/ci/artifacts/rsync"},{"action":"mkdir","pathname":"/ci/secrets"},{"action":"mkdir","pathname":"/ci/deps"},{"action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src"},{"action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps"},{"action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache"},{"action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts"},{"action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets"},{"action":"shell","shell":"ln -sf /ci /workspace"},{"action":"create_file","filename":"/root/.ssh/config","content":"Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n ","overwrite":true},{"action":"deb_install"},{"action":"cargo_fmt"},{"action":"cargo_clippy"},{"action":"cargo_test"},{"action":"shell","shell":"dir=/ci/artifacts/rsync\ninstall -d \"$dir\"\nsubplot docgen vmadm.subplot -o \"$dir/vmadm.html\"\nsubplot docgen userguide.subplot -o \"$dir/userguide.html\"\n"},{"action":"shell","shell":"cargo doc --workspace --no-deps\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n"},{"action":"custom","name":"dch","args":{"debemail":"liw@liw.fi","debfullname":"Lars Wirzenius"}},{"action":"deb","packages":"debian"},{"action":"tar_create","archive":"/dev/vde","directory":"/ci/cache"},{"action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts"}],"executor_drive":"/dev/vdb","source_drive":"/dev/vdc","artifact_drive":"/dev/vdd","cache_drive":"/dev/vde","deps_drive":"/dev/vdf","secrets_drive":null,"workspace_dir":"/ci","source_dir":"/ci/src","deps_dir":"/ci/deps","cache_dir":"/ci/cache","artifacts_dir":"/ci/artifacts","secrets_dir":null,"envs":{},"timestamp":{"secs_since_epoch":1784723878,"nanos_since_epoch":683375976},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1784723878,"nanos_since_epoch":683520862},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1784723878,"nanos_since_epoch":684270449},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1784723878,"nanos_since_epoch":684417699},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1784723878,"nanos_since_epoch":684455154},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1784723878,"nanos_since_epoch":684666826},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1784723878,"nanos_since_epoch":684701836},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1784723878,"nanos_since_epoch":684976393},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1784723878,"nanos_since_epoch":685009459},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1784723878,"nanos_since_epoch":685276370},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1784723878,"nanos_since_epoch":685314277},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1784723878,"nanos_since_epoch":685629901},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1784723878,"nanos_since_epoch":685667517},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1784723878,"nanos_since_epoch":685908318},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1784723878,"nanos_since_epoch":783152642},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1784723878,"nanos_since_epoch":783762637},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1784723880,"nanos_since_epoch":213768203},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1784723880,"nanos_since_epoch":214122569},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1784723880,"nanos_since_epoch":227017493},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1784723880,"nanos_since_epoch":231202533},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1784723880,"nanos_since_epoch":238561321},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1784723880,"nanos_since_epoch":242795433},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1784723880,"nanos_since_epoch":249717735},"log_source":"Plan"}
{"type":"execute_action","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1784723880,"nanos_since_epoch":253968354},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[98,97,115,104]},{"Unix":[45,99]},{"Unix":[115,101,116,32,45,120,101,117,111,32,112,105,112,101,102,97,105,108,10,108,110,32,45,115,102,32,47,99,105,32,47,119,111,114,107,115,112,97,99,101,10]}],"timestamp":{"secs_since_epoch":1784723880,"nanos_since_epoch":257551632},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"","stderr":"+ ln -sf /ci /workspace\n","timestamp":{"secs_since_epoch":1784723880,"nanos_since_epoch":268615774},"log_source":"Plan"}
{"type":"action_succeeded","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1784723880,"nanos_since_epoch":273632511},"log_source":"Plan"}
{"type":"execute_action","action":"create_file","filename":"/root/.ssh/config","content":"Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n ","overwrite":true,"timestamp":{"secs_since_epoch":1784723880,"nanos_since_epoch":277182881},"log_source":"Plan"}
{"type":"action_succeeded","action":"create_file","filename":"/root/.ssh/config","content":"Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n ","overwrite":true,"timestamp":{"secs_since_epoch":1784723880,"nanos_since_epoch":283670540},"log_source":"Plan"}
{"type":"execute_action","action":"deb_install","timestamp":{"secs_since_epoch":1784723880,"nanos_since_epoch":289925031},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[47,98,105,110,47,98,97,115,104]},{"Unix":[45,99]},{"Unix":[97,112,116,45,103,101,116,32,105,110,115,116,97,108,108,32,45,121,32,47,99,105,47,100,101,112,115,47,100,101,98,105,97,110,47,42,46,100,101,98]}],"timestamp":{"secs_since_epoch":1784723880,"nanos_since_epoch":292992689},"log_source":"Plan"}
{"type":"program_failed","exit_code":100,"stdout":"Reading package lists...\nBuilding dependency tree...\nReading state information...\ndebconf is already the newest version (1.5.91).\ngcc-14-base is already the newest version (14.2.0-19).\nlibbz2-1.0 is already the newest version (1.0.8-6).\nlibc-bin is already the newest version (2.41-12+deb13u3).\nlibc-dev-bin is already the newest version (2.41-12+deb13u3).\nlibc6-dev is already the newest version (2.41-12+deb13u3).\nlibc6 is already the newest version (2.41-12+deb13u3).\nlibcrypt-dev is already the newest version (1:4.4.38-1).\nlibcrypt1 is already the newest version (1:4.4.38-1).\nlibdb5.3t64 is already the newest version (5.3.28+dfsg2-9).\nlibexpat1 is already the newest version (2.7.1-2).\nlibffi8 is already the newest version (3.4.8-2).\nlibgcc-s1 is already the newest version (14.2.0-19).\nlibncursesw6 is already the newest version (6.5+20250216-2).\nlibpython3-stdlib is already the newest version (3.13.5-1).\nlibreadline8t64 is already the newest version (8.2-6).\nlibsqlite3-0 is already the newest version (3.46.1-7+deb13u1).\nlibssl3t64 is already the newest version (3.5.6-1~deb13u2).\nlibtinfo6 is already the newest version (6.5+20250216-2).\nlibuuid1 is already the newest version (2.41-5).\nlibyaml-0-2 is already the newest version (0.2.5-2).\nlibyaml-0-2 set to manually installed.\nlibzstd1 is already the newest version (1.5.7+dfsg-1).\nmedia-types is already the newest version (13.0.0).\nnetbase is already the newest version (6.5).\nopenssl-provider-legacy is already the newest version (3.5.6-1~deb13u2).\npython3 is already the newest version (3.13.5-1).\nreadline-common is already the newest version (8.2-6).\nrpcsvc-proto is already the newest version (1.4.3-1).\ntzdata is already the newest version (2026b-0+deb13u1).\nzlib1g is already the newest version (1:1.3.dfsg+really1.3.1-1+b1).\nThe following additional packages will be installed:\n xz-utils\nThe following NEW packages will be installed:\n python3-yaml\nThe following packages will be upgraded:\n liblzma5 libpython3.13-minimal libpython3.13-stdlib linux-libc-dev\n python3.13 python3.13-minimal xz-utils\n7 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.\nNeed to get 9757 kB of archives.\nAfter this operation, 624 kB of additional disk space will be used.\nIgn:1 http://deb.debian.org/debian trixie/main amd64 python3.13 amd64 3.13.5-2+deb13u3\nIgn:2 http://deb.debian.org/debian trixie/main amd64 libpython3.13-stdlib amd64 3.13.5-2+deb13u3\nIgn:3 http://deb.debian.org/debian trixie/main amd64 python3.13-minimal amd64 3.13.5-2+deb13u3\nIgn:4 http://deb.debian.org/debian trixie/main amd64 libpython3.13-minimal amd64 3.13.5-2+deb13u3\nIgn:5 http://deb.debian.org/debian trixie/main amd64 liblzma5 amd64 5.8.1-1+deb13u1\nIgn:6 http://deb.debian.org/debian trixie/main amd64 xz-utils amd64 5.8.1-1+deb13u1\nIgn:7 http://deb.debian.org/debian trixie/main amd64 linux-libc-dev all 6.12.94-1\nIgn:8 http://deb.debian.org/debian trixie/main amd64 python3-yaml amd64 6.0.2-1+b2\nIgn:8 http://deb.debian.org/debian trixie/main amd64 python3-yaml amd64 6.0.2-1+b2\nIgn:7 http://deb.debian.org/debian trixie/main amd64 linux-libc-dev all 6.12.94-1\nIgn:6 http://deb.debian.org/debian trixie/main amd64 xz-utils amd64 5.8.1-1+deb13u1\nIgn:5 http://deb.debian.org/debian trixie/main amd64 liblzma5 amd64 5.8.1-1+deb13u1\nIgn:4 http://deb.debian.org/debian trixie/main amd64 libpython3.13-minimal amd64 3.13.5-2+deb13u3\nIgn:3 http://deb.debian.org/debian trixie/main amd64 python3.13-minimal amd64 3.13.5-2+deb13u3\nIgn:2 http://deb.debian.org/debian trixie/main amd64 libpython3.13-stdlib amd64 3.13.5-2+deb13u3\nIgn:1 http://deb.debian.org/debian trixie/main amd64 python3.13 amd64 3.13.5-2+deb13u3\nIgn:1 http://deb.debian.org/debian trixie/main amd64 python3.13 amd64 3.13.5-2+deb13u3\nIgn:2 http://deb.debian.org/debian trixie/main amd64 libpython3.13-stdlib amd64 3.13.5-2+deb13u3\nIgn:3 http://deb.debian.org/debian trixie/main amd64 python3.13-minimal amd64 3.13.5-2+deb13u3\nIgn:4 http://deb.debian.org/debian trixie/main amd64 libpython3.13-minimal amd64 3.13.5-2+deb13u3\nIgn:5 http://deb.debian.org/debian trixie/main amd64 liblzma5 amd64 5.8.1-1+deb13u1\nIgn:6 http://deb.debian.org/debian trixie/main amd64 xz-utils amd64 5.8.1-1+deb13u1\nIgn:7 http://deb.debian.org/debian trixie/main amd64 linux-libc-dev all 6.12.94-1\nIgn:8 http://deb.debian.org/debian trixie/main amd64 python3-yaml amd64 6.0.2-1+b2\nIgn:8 http://deb.debian.org/debian trixie/main amd64 python3-yaml amd64 6.0.2-1+b2\nIgn:7 http://deb.debian.org/debian trixie/main amd64 linux-libc-dev all 6.12.94-1\nErr:6 http://deb.debian.org/debian trixie/main amd64 xz-utils amd64 5.8.1-1+deb13u1\n Temporary failure resolving 'deb.debian.org'\nIgn:5 http://deb.debian.org/debian trixie/main amd64 liblzma5 amd64 5.8.1-1+deb13u1\nIgn:4 http://deb.debian.org/debian trixie/main amd64 libpython3.13-minimal amd64 3.13.5-2+deb13u3\nIgn:3 http://deb.debian.org/debian trixie/main amd64 python3.13-minimal amd64 3.13.5-2+deb13u3\nIgn:2 http://deb.debian.org/debian trixie/main amd64 libpython3.13-stdlib amd64 3.13.5-2+deb13u3\nIgn:1 http://deb.debian.org/debian trixie/main amd64 python3.13 amd64 3.13.5-2+deb13u3\nGet:8 http://deb.debian.org/debian trixie/main amd64 python3-yaml amd64 6.0.2-1+b2 [136 kB]\nGet:7 http://deb.debian.org/debian trixie/main amd64 linux-libc-dev all 6.12.94-1 [2848 kB]\nGet:5 http://deb.debian.org/debian trixie/main amd64 liblzma5 amd64 5.8.1-1+deb13u1 [309 kB]\nGet:4 http://deb.debian.org/debian trixie/main amd64 libpython3.13-minimal amd64 3.13.5-2+deb13u3 [863 kB]\nGet:3 http://deb.debian.org/debian trixie/main amd64 python3.13-minimal amd64 3.13.5-2+deb13u3 [2224 kB]\nGet:2 http://deb.debian.org/debian trixie/main amd64 libpython3.13-stdlib amd64 3.13.5-2+deb13u3 [1959 kB]\nGet:1 http://deb.debian.org/debian trixie/main amd64 python3.13 amd64 3.13.5-2+deb13u3 [757 kB]\n","stderr":"E: Failed to fetch http://deb.debian.org/debian/pool/main/x/xz-utils/xz-utils_5.8.1-1%2bdeb13u1_amd64.deb Temporary failure resolving 'deb.debian.org'\nE: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?\n","timestamp":{"secs_since_epoch":1784723888,"nanos_since_epoch":522195085},"log_source":"Plan"}
{"type":"action_failed","action":"deb_install","timestamp":{"secs_since_epoch":1784723888,"nanos_since_epoch":609767031},"log_source":"Plan"}
ERROR: failed to execute /bin/bash
caused by: command failed: "/bin/bash": exit code 100
{"type":"executor_ends_in_failure","exit_code":1,"timestamp":{"secs_since_epoch":1784723888,"nanos_since_epoch":609841747},"log_source":"Plan"}
EXIT CODE: 1
No log