{
"request": "trigger",
"version": 1,
"event_type": "push",
"repository": {
"id": "rad:z3248z9KmBQ6Tf4mwXih1zKPtuSw5",
"name": "clingwrap",
"description": "Utilities for making command line apps in Rust",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
]
},
"pusher": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"before": "d731a1a92ab1e7accb82150e082d52a279c2f7ea",
"after": "d731a1a92ab1e7accb82150e082d52a279c2f7ea",
"branch": "main",
"commits": [
"d731a1a92ab1e7accb82150e082d52a279c2f7ea",
"1d34fddde6f8a92c54d33eac8ab557704cd32fb3",
"1d5d72859d737ee9ba285412edd5da2146db4ddb",
"9946c5c03ac42ee2e87cf21ba47c8dc27d0a57ce",
"bedb08e09dff5517e5715cb61acc5e49fc637a48",
"4987a79b9517b19054d526710171dc72da682dd8",
"2c39ae55e5422114770410ca8bf511e1ffb789dd"
]
}executor from config: /usr/bin/ambient-execute-plan
executor from PATH: /usr/bin/ambient-execute-plan
run CI for rad:z3248z9KmBQ6Tf4mwXih1zKPtuSw5
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/.tmpjUkNZO/src",
image: TildePathBuf {
path: "/home/_rad/ambient.qcow2",
},
expanded_image: "/home/_rad/ambient.qcow2",
pre_plan: Some(
[
CargoFetch,
],
),
plan: Some(
[
Shell {
shell: "mkdir -p /ci/secrets\nssh-keygen -f /ci/secrets/test_key -N '' -t ed25519\ncp /ci/secrets/test_key.pub ~/.ssh/authorized_keys\nsystemctl start sshd\ncat <<EOF > /root/.ssh/config\nHost *\nIdentityFile /ci/secrets/test_key\nStrictHostKeyChecking accept-new\nEOF\nssh localhost echo this is run over SSH\n",
},
CargoClippy,
CargoBuild,
CargoTest,
],
),
post_plan: Some(
[],
),
artifact_max_size: None,
cache_max_size: None,
dependencies_max_size: None,
}
SECRETS: copy OK
SECRETS: copy OK
<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: 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 toml_datetime v1.1.1+spec-1.1.0 Downloaded quote v1.0.47 Downloaded serde_spanned v1.1.1 Downloaded equivalent v1.0.2 Downloaded cfg-if v1.0.4 Downloaded itoa v1.0.18 Downloaded mutants v0.0.4 Downloaded dirs-sys v0.5.0 Downloaded libredox v0.1.18 Downloaded option-ext v0.2.0 Downloaded toml_writer v1.1.2+spec-1.1.0 Downloaded thiserror v2.0.19 Downloaded windows-link v0.2.1 Downloaded errno v0.3.14 Downloaded fastrand v2.5.0 Downloaded zmij v1.0.23 Downloaded directories v6.0.0 Downloaded redox_users v0.5.2 Downloaded wasi v0.11.1+wasi-snapshot-preview1 Downloaded toml_parser v1.1.3+spec-1.1.0 Downloaded unicode-ident v1.0.24 Downloaded thiserror-impl v2.0.19 Downloaded tempfile v3.27.0 Downloaded once_cell v1.21.4 Downloaded toml v1.1.3+spec-1.1.0 Downloaded serde_core v1.0.229 Downloaded serde_derive v1.0.229 Downloaded proc-macro2 v1.0.107 Downloaded bitflags v2.13.1 Downloaded getrandom v0.4.3 Downloaded r-efi v6.0.0 Downloaded ryu v1.0.23 Downloaded getrandom v0.2.17 Downloaded serde v1.0.229 Downloaded serde_norway v0.9.42 Downloaded unsafe-libyaml-norway v0.2.15 Downloaded memchr v2.8.3 Downloaded indexmap v2.14.0 Downloaded serde_json v1.0.151 Downloaded winnow v1.0.4 Downloaded hashbrown v0.17.1 Downloaded syn v3.0.3 Downloaded rustix v1.1.4 Downloaded libc v0.2.189 Downloaded windows-sys v0.61.2 Downloaded linux-raw-sys v0.12.1
- action: cargo_fetch
- 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 ] Started systemd-journald.service - Journal Service.
[ 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-journal-flush.ser…sh Journal to Persistent Storage...
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 ] Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[ OK ] Mounted sys-kernel-config.mount - Kernel Configuration File System.
[ OK ] Finished systemd-udev-trigger.service - Coldplug All udev Devices.
[ OK ] Finished systemd-sysctl.service - Apply Kernel Variables.
[ OK ] Finished systemd-random-seed.service - Load/Save OS Random Seed.
[ OK ] Finished systemd-tmpfiles-setup-de…ic Device Nodes in /dev gracefully.
Starting systemd-sysusers.service - Create System Users...
[ OK ] Finished systemd-journal-flush.ser…lush Journal to Persistent Storage.
[ 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-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 ] Finished systemd-tmpfiles-setup.se…reate System Files and Directories.
[ OK ] Reached target nss-lookup.target - Host and Network Name Lookups.
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.
[ 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 ] 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-networkd.service - Network Configuration.
[ OK ] Started systemd-logind.service - User Login Management.
[ 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.
[ 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 getty@tty1.service - Getty on tty1.
[ OK ] Stopped serial-getty@ttyS0.service - Serial Getty on ttyS0.
[ 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 ] Stopped systemd-logind.service - User Login Management.
[ 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-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.
Unmounting run-lock.mount - Legacy Locks Directory /run/lock...
Unmounting tmp.mount - Temporary Directory /tmp...
[ OK ] Stopped systemd-tmpfiles-setup-dev…Create Static Device Nodes in /dev.
[ OK ] Stopped systemd-resolved.service - Network Name Resolution.
[ OK ] Stopped systemd-networkd.service - Network Configuration.
[ OK ] Unmounted run-lock.mount - Legacy Locks Directory /run/lock.
[ OK ] Unmounted tmp.mount - Temporary Directory /tmp.
[ OK ] Stopped target network-pre.target - Preparation for Network.
[ OK ] Stopped target swap.target - Swaps.
[ OK ] Reached target umount.target - Unmount All Filesystems.
[ OK ] Closed systemd-networkd.socket - Network Service Netlink Socket.
[ 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-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 ] Reached target shutdown.target - System Shutdown.
[ OK ] Reached target final.target - Late Shutdown Services.
[ OK ] Finished systemd-poweroff.service - System Power Off.
[ OK ] Reached target poweroff.target - System Power Off.
[ 11.141181] 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
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 2M 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-08-01 04:56 ./
-rw-r--r-- _rad/_rad 1294 2026-08-01 04:56 ./plan.yaml
-rwxr-xr-x _rad/_rad 5525824 2026-08-01 04:56 ./run-ci
INFO: Extracted files:
6 0 drwxr-xr-x 2 1000 1000 80 Aug 1 04:56 .
10 5400 -rwxr-xr-x 1 1000 1000 5525824 Aug 1 04:56 ./run-ci
9 4 -rw-r--r-- 1 1000 1000 1294 Aug 1 04:56 ./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":1785560221,"nanos_since_epoch":832651066},"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":"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":1785560221,"nanos_since_epoch":833309826},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1785560221,"nanos_since_epoch":833522598},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1785560221,"nanos_since_epoch":833973307},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1785560221,"nanos_since_epoch":834183995},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1785560221,"nanos_since_epoch":834213193},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1785560221,"nanos_since_epoch":834396061},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1785560221,"nanos_since_epoch":834423874},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1785560221,"nanos_since_epoch":834607499},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1785560221,"nanos_since_epoch":834635274},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1785560221,"nanos_since_epoch":834819278},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1785560221,"nanos_since_epoch":834846053},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1785560221,"nanos_since_epoch":835031004},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1785560221,"nanos_since_epoch":835055219},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1785560221,"nanos_since_epoch":835241989},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1785560221,"nanos_since_epoch":947335826},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1785560221,"nanos_since_epoch":949942881},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1785560221,"nanos_since_epoch":959508308},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1785560221,"nanos_since_epoch":963746646},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1785560222,"nanos_since_epoch":307347207},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1785560222,"nanos_since_epoch":307815808},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1785560222,"nanos_since_epoch":313874086},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1785560222,"nanos_since_epoch":314312391},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1785560222,"nanos_since_epoch":320356847},"log_source":"Plan"}
{"type":"execute_action","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1785560222,"nanos_since_epoch":320794449},"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":1785560222,"nanos_since_epoch":321009246},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"","stderr":"+ ln -sf /ci /workspace\n","timestamp":{"secs_since_epoch":1785560222,"nanos_since_epoch":331855243},"log_source":"Plan"}
{"type":"action_succeeded","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1785560222,"nanos_since_epoch":332304476},"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":1785560222,"nanos_since_epoch":332310473},"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":1785560222,"nanos_since_epoch":332925893},"log_source":"Plan"}
{"type":"execute_action","action":"cargo_fetch","timestamp":{"secs_since_epoch":1785560222,"nanos_since_epoch":333006651},"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":1785560222,"nanos_since_epoch":333014376},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"cargo 1.97.1 (c980f4866 2026-06-30)\n","stderr":"","timestamp":{"secs_since_epoch":1785560222,"nanos_since_epoch":375161627},"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":1785560222,"nanos_since_epoch":375826580},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"clippy 0.1.97 (8bab26f4f6 2026-07-14)\n","stderr":"","timestamp":{"secs_since_epoch":1785560222,"nanos_since_epoch":431549588},"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":1785560222,"nanos_since_epoch":434315464},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"rustc 1.97.1 (8bab26f4f 2026-07-14)\n","stderr":"","timestamp":{"secs_since_epoch":1785560222,"nanos_since_epoch":452223978},"log_source":"Plan"}
copying relevant files to /tmp/.tmptJ02n4
{"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":1785560222,"nanos_since_epoch":458820206},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"","stderr":" Updating crates.io index\n Downloading crates ...\n Downloaded toml_datetime v1.1.1+spec-1.1.0\n Downloaded quote v1.0.47\n Downloaded serde_spanned v1.1.1\n Downloaded equivalent v1.0.2\n Downloaded cfg-if v1.0.4\n Downloaded itoa v1.0.18\n Downloaded mutants v0.0.4\n Downloaded dirs-sys v0.5.0\n Downloaded libredox v0.1.18\n Downloaded option-ext v0.2.0\n Downloaded toml_writer v1.1.2+spec-1.1.0\n Downloaded thiserror v2.0.19\n Downloaded windows-link v0.2.1\n Downloaded errno v0.3.14\n Downloaded fastrand v2.5.0\n Downloaded zmij v1.0.23\n Downloaded directories v6.0.0\n Downloaded redox_users v0.5.2\n Downloaded wasi v0.11.1+wasi-snapshot-preview1\n Downloaded toml_parser v1.1.3+spec-1.1.0\n Downloaded unicode-ident v1.0.24\n Downloaded thiserror-impl v2.0.19\n Downloaded tempfile v3.27.0\n Downloaded once_cell v1.21.4\n Downloaded toml v1.1.3+spec-1.1.0\n Downloaded serde_core v1.0.229\n Downloaded serde_derive v1.0.229\n Downloaded proc-macro2 v1.0.107\n Downloaded bitflags v2.13.1\n Downloaded getrandom v0.4.3\n Downloaded r-efi v6.0.0\n Downloaded ryu v1.0.23\n Downloaded getrandom v0.2.17\n Downloaded serde v1.0.229\n Downloaded serde_norway v0.9.42\n Downloaded unsafe-libyaml-norway v0.2.15\n Downloaded memchr v2.8.3\n Downloaded indexmap v2.14.0\n Downloaded serde_json v1.0.151\n Downloaded winnow v1.0.4\n Downloaded hashbrown v0.17.1\n Downloaded syn v3.0.3\n Downloaded rustix v1.1.4\n Downloaded libc v0.2.189\n Downloaded windows-sys v0.61.2\n Downloaded linux-raw-sys v0.12.1\n","timestamp":{"secs_since_epoch":1785560223,"nanos_since_epoch":525129025},"log_source":"Plan"}
{"type":"action_succeeded","action":"cargo_fetch","timestamp":{"secs_since_epoch":1785560223,"nanos_since_epoch":548796644},"log_source":"Plan"}
{"type":"execute_action","action":"tar_create","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1785560223,"nanos_since_epoch":550745191},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1785560223,"nanos_since_epoch":934372728},"log_source":"Plan"}
{"type":"execute_action","action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1785560223,"nanos_since_epoch":934827984},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1785560223,"nanos_since_epoch":943307648},"log_source":"Plan"}
{"type":"execute_action","action":"tar_create","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1785560223,"nanos_since_epoch":943789866},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1785560224,"nanos_since_epoch":252803013},"log_source":"Plan"}
{"type":"plan_succeeded","timestamp":{"secs_since_epoch":1785560224,"nanos_since_epoch":255458613},"log_source":"Plan"}
{"type":"executor_ends_successfully","timestamp":{"secs_since_epoch":1785560224,"nanos_since_epoch":257901913},"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: shell
shell: |
mkdir -p /ci/secrets
ssh-keygen -f /ci/secrets/test_key -N '' -t ed25519
cp /ci/secrets/test_key.pub ~/.ssh/authorized_keys
systemctl start sshd
cat <<EOF > /root/.ssh/config
Host *
IdentityFile /ci/secrets/test_key
StrictHostKeyChecking accept-new
EOF
ssh localhost echo this is run over SSH
- action: cargo_clippy
- action: cargo_build
- action: cargo_test
- 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: shell
shell: |
mkdir -p /ci/secrets
ssh-keygen -f /ci/secrets/test_key -N '' -t ed25519
cp /ci/secrets/test_key.pub ~/.ssh/authorized_keys
systemctl start sshd
cat <<EOF > /root/.ssh/config
Host *
IdentityFile /ci/secrets/test_key
StrictHostKeyChecking accept-new
EOF
ssh localhost echo this is run over SSH
bash-cset -xeuo pipefail
mkdir -p /ci/secrets
ssh-keygen -f /ci/secrets/test_key -N '' -t ed25519
cp /ci/secrets/test_key.pub ~/.ssh/authorized_keys
systemctl start sshd
cat <<EOF > /root/.ssh/config
Host *
IdentityFile /ci/secrets/test_key
StrictHostKeyChecking accept-new
EOF
ssh localhost echo this is run over SSH
Generating public/private ed25519 key pair. Your identification has been saved in /ci/secrets/test_key Your public key has been saved in /ci/secrets/test_key.pub The key fingerprint is: SHA256:8bVT0xQy5OSuu2bRqBYuxcsXasHP6vV+RUvj5hMkzx4 root@ambient-dev The key's randomart image is: +--[ED25519 256]--+ | .= .o| | + oo | | . .oo .| | o ..+ =.| | S . =.B.o| | * +.o E.| | + Ooo + +| | . O.*o = | | =o=ooo. .| +----[SHA256]-----+ this is run over SSH
+ mkdir -p /ci/secrets + ssh-keygen -f /ci/secrets/test_key -N '' -t ed25519 + cp /ci/secrets/test_key.pub /root/.ssh/authorized_keys + systemctl start sshd + cat + ssh localhost echo this is run over SSH Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
- action: shell
shell: |
mkdir -p /ci/secrets
ssh-keygen -f /ci/secrets/test_key -N '' -t ed25519
cp /ci/secrets/test_key.pub ~/.ssh/authorized_keys
systemctl start sshd
cat <<EOF > /root/.ssh/config
Host *
IdentityFile /ci/secrets/test_key
StrictHostKeyChecking accept-new
EOF
ssh localhost echo this is run over SSH
- action: cargo_clippy
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)
cargoclippy--offline--locked--workspace--all-targets--no-deps----denywarnings Checking clingwrap v0.6.1 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.31s
- action: cargo_clippy
- action: cargo_build
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)
cargobuild--offline--locked--workspace--all-targets Compiling clingwrap v0.6.1 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
- action: cargo_build
- action: cargo_test
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)
cargotest--offline--locked--workspacerunning 34 tests test config::test::filenames ... ok test config::test::builtin_defaults ... ok test config::test::load_configs ... ok test config::test::merge_simple ... ok test config::test::parse_json ... ok test config::test::overrides ... ok test config::test::parse_toml ... ok test config::test::parse_yaml ... ok test config::test::xdg ... ok test config::test::xdg_basename ... ok test runner::test::current_dir_does_not_exist ... ok test runner::test::empty ... ok test runner::test::minimal_quote_safe ... ok test runner::test::minimal_quote_unsafe ... ok test runner::test::mix ... ok test runner::test::quote_safe_bytes ... ok test runner::test::capture_stderr ... ok test runner::test::run_feed_stdin_capture_outputs_separately ... ok test runner::test::run_non_exec ... ok test runner::test::run_nonexistent ... ok test runner::test::single_quote ... ok test ssh::test::from_iter ... ok test runner::test::run_inherit_stdin_combine_outputs ... ok test tildepathbuf::test::as_ref ... ok test tildepathbuf::test::deref ... ok test tildepathbuf::test::deser ... ok test tildepathbuf::test::eq ... ok test tildepathbuf::test::just_tilde ... ok test tildepathbuf::test::no_tilde ... ok test tildepathbuf::test::pathbuf_from ... ok test tildepathbuf::test::tilde_slash ... ok test tildepathbuf::test::tilde_slash_with_home_from_var ... ok test tildepathbuf::test::tilde_username ... ok test tildepathbuf::test::to_path_buf ... ok test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s running 3 tests test run_false ... ok test hello_world ... ok test run_true ... ok test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s running 5 tests test src/config.rs - config (line 75) ... ok test src/runner.rs - runner (line 8) ... ok test src/ssh.rs - ssh::Args (line 26) ... ok test src/tildepathbuf.rs - tildepathbuf (line 9) ... ok test src/ssh.rs - ssh (line 6) ... ok test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s all doctests ran in 0.48s; merged doctests compilation took 0.36s
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/clingwrap-d97ee595cbcf54dd)
Running tests/ssh.rs (/ci/cache/cargo-target/debug/deps/ssh-b9945ed8cee473b8)
Doc-tests clingwrap
- action: cargo_test
- 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
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 ] Started systemd-journald.service - Journal Service.
[ 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-journal-flush.ser…sh Journal to Persistent Storage...
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 ] Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[ OK ] Mounted sys-kernel-config.mount - Kernel Configuration File System.
[ OK ] Finished systemd-udev-trigger.service - Coldplug All udev Devices.
[ OK ] Finished systemd-sysctl.service - Apply Kernel Variables.
[ OK ] Finished systemd-random-seed.service - Load/Save OS Random Seed.
[ OK ] Finished systemd-tmpfiles-setup-de…ic Device Nodes in /dev gracefully.
Starting systemd-sysusers.service - Create System Users...
[ OK ] Finished systemd-journal-flush.ser…lush Journal to Persistent Storage.
[ 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-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.
[ 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 ] Started systemd-logind.service - User Login Management.
[ OK ] Finished grub-common.service - Record successful boot for GRUB.
[ 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 ] Finished systemd-networkd-persiste…istent Storage in systemd-networkd.
[ 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.
[ OK ] Created slice user-0.slice - User Slice of UID 0.
Starting user-runtime-dir@0.servic…er Runtime Directory /run/user/0...
[ OK ] Finished user-runtime-dir@0.servic…User Runtime Directory /run/user/0.
Starting user@0.service - User Manager for UID 0...
[ OK ] Started user@0.service - User Manager for UID 0.
[ OK ] Started session-1.scope - Session 1 of User root.
[ OK ] Started session-3.scope - Session 3 of User root.
[ OK ] Started session-4.scope - Session 4 of User root.
[ OK ] Started session-5.scope - Session 5 of User root.
[ OK ] Started session-6.scope - Session 6 of User root.
[ 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 getty@tty1.service - Getty on tty1...
Stopping serial-getty@ttyS0.service - Serial Getty on ttyS0...
Stopping ssh.service - OpenBSD Secure Shell server...
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.
Stopping user@0.service - User Manager for UID 0...
[ OK ] Stopped getty@tty1.service - Getty on tty1.
[ OK ] Stopped serial-getty@ttyS0.service - Serial Getty on ttyS0.
[ OK ] Stopped ssh.service - OpenBSD Secure Shell server.
[ OK ] Stopped user@0.service - User Manager for UID 0.
[ OK ] Stopped ambient.service - Run build job for Ambient CI.
[ 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...
Stopping user-runtime-dir@0.servic…er Runtime Directory /run/user/0...
[ OK ] Unmounted run-user-0.mount - /run/user/0.
[ OK ] Stopped systemd-user-sessions.service - Permit User Sessions.
[ OK ] Stopped user-runtime-dir@0.service…User Runtime Directory /run/user/0.
[ OK ] Removed slice user-0.slice - User Slice of UID 0.
[ OK ] Stopped target network.target - Network.
[ OK ] Stopped target remote-fs.target - Remote File Systems.
Stopping dbus.service - D-Bus System Message Bus...
Stopping systemd-logind.service - User Login Management...
Stopping systemd-networkd.service - Network Configuration...
[ OK ] Stopped dbus.service - D-Bus System Message Bus.
[ OK ] Stopped systemd-networkd.service - Network Configuration.
[ OK ] Stopped target network-pre.target - Preparation for Network.
[ OK ] Stopped systemd-network-generator.…ork Units from Kernel Command Line.
[ OK ] Stopped systemd-logind.service - User Login Management.
[ OK ] Stopped target basic.target - Basic System.
[ 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 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.
[ OK ] Closed systemd-networkd.socket - Network Service Netlink Socket.
Stopping systemd-binfmt.service - Set Up Additional Binary Formats...
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-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.
Unmounting run-lock.mount - Legacy Locks Directory /run/lock...
Unmounting tmp.mount - Temporary Directory /tmp...
[ 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.
[ 12.403777] 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 2M 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-08-01 04:56 ./
-rw-r--r-- _rad/_rad 1635 2026-08-01 04:57 ./plan.yaml
-rwxr-xr-x _rad/_rad 5525824 2026-08-01 04:57 ./run-ci
INFO: Extracted files:
6 0 drwxr-xr-x 2 1000 1000 80 Aug 1 04:56 .
10 5400 -rwxr-xr-x 1 1000 1000 5525824 Aug 1 04:57 ./run-ci
9 4 -rw-r--r-- 1 1000 1000 1635 Aug 1 04:57 ./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":1785560234,"nanos_since_epoch":808299657},"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":"shell","shell":"mkdir -p /ci/secrets\nssh-keygen -f /ci/secrets/test_key -N '' -t ed25519\ncp /ci/secrets/test_key.pub ~/.ssh/authorized_keys\nsystemctl start sshd\ncat <<EOF > /root/.ssh/config\nHost *\nIdentityFile /ci/secrets/test_key\nStrictHostKeyChecking accept-new\nEOF\nssh localhost echo this is run over SSH\n"},{"action":"cargo_clippy"},{"action":"cargo_build"},{"action":"cargo_test"},{"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":1785560234,"nanos_since_epoch":811028409},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1785560234,"nanos_since_epoch":837432145},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1785560234,"nanos_since_epoch":863439783},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1785560234,"nanos_since_epoch":868686676},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1785560234,"nanos_since_epoch":868860558},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1785560234,"nanos_since_epoch":869040362},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1785560234,"nanos_since_epoch":869072600},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1785560234,"nanos_since_epoch":874666986},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1785560234,"nanos_since_epoch":874904799},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1785560234,"nanos_since_epoch":875085409},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1785560234,"nanos_since_epoch":875114174},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1785560234,"nanos_since_epoch":875294425},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1785560234,"nanos_since_epoch":875319548},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1785560234,"nanos_since_epoch":875504233},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1785560234,"nanos_since_epoch":901521641},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1785560234,"nanos_since_epoch":904193443},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1785560235,"nanos_since_epoch":142933591},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1785560235,"nanos_since_epoch":145599439},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1785560235,"nanos_since_epoch":447882266},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1785560235,"nanos_since_epoch":450557775},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1785560235,"nanos_since_epoch":454693787},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1785560235,"nanos_since_epoch":457427178},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1785560235,"nanos_since_epoch":461532227},"log_source":"Plan"}
{"type":"execute_action","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1785560235,"nanos_since_epoch":464207401},"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":1785560235,"nanos_since_epoch":466568951},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"","stderr":"+ ln -sf /ci /workspace\n","timestamp":{"secs_since_epoch":1785560235,"nanos_since_epoch":473453840},"log_source":"Plan"}
{"type":"action_succeeded","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1785560235,"nanos_since_epoch":476058323},"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":1785560235,"nanos_since_epoch":478443300},"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":1785560235,"nanos_since_epoch":482862200},"log_source":"Plan"}
{"type":"execute_action","action":"shell","shell":"mkdir -p /ci/secrets\nssh-keygen -f /ci/secrets/test_key -N '' -t ed25519\ncp /ci/secrets/test_key.pub ~/.ssh/authorized_keys\nsystemctl start sshd\ncat <<EOF > /root/.ssh/config\nHost *\nIdentityFile /ci/secrets/test_key\nStrictHostKeyChecking accept-new\nEOF\nssh localhost echo this is run over SSH\n","timestamp":{"secs_since_epoch":1785560235,"nanos_since_epoch":486994666},"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,109,107,100,105,114,32,45,112,32,47,99,105,47,115,101,99,114,101,116,115,10,115,115,104,45,107,101,121,103,101,110,32,45,102,32,47,99,105,47,115,101,99,114,101,116,115,47,116,101,115,116,95,107,101,121,32,45,78,32,39,39,32,45,116,32,101,100,50,53,53,49,57,10,99,112,32,47,99,105,47,115,101,99,114,101,116,115,47,116,101,115,116,95,107,101,121,46,112,117,98,32,126,47,46,115,115,104,47,97,117,116,104,111,114,105,122,101,100,95,107,101,121,115,10,115,121,115,116,101,109,99,116,108,32,115,116,97,114,116,32,115,115,104,100,10,99,97,116,32,60,60,69,79,70,32,62,32,47,114,111,111,116,47,46,115,115,104,47,99,111,110,102,105,103,10,72,111,115,116,32,42,10,73,100,101,110,116,105,116,121,70,105,108,101,32,47,99,105,47,115,101,99,114,101,116,115,47,116,101,115,116,95,107,101,121,10,83,116,114,105,99,116,72,111,115,116,75,101,121,67,104,101,99,107,105,110,103,32,97,99,99,101,112,116,45,110,101,119,10,69,79,70,10,115,115,104,32,108,111,99,97,108,104,111,115,116,32,101,99,104,111,32,116,104,105,115,32,105,115,32,114,117,110,32,111,118,101,114,32,83,83,72,10,10]}],"timestamp":{"secs_since_epoch":1785560235,"nanos_since_epoch":493129386},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"Generating public/private ed25519 key pair.\nYour identification has been saved in /ci/secrets/test_key\nYour public key has been saved in /ci/secrets/test_key.pub\nThe key fingerprint is:\nSHA256:8bVT0xQy5OSuu2bRqBYuxcsXasHP6vV+RUvj5hMkzx4 root@ambient-dev\nThe key's randomart image is:\n+--[ED25519 256]--+\n| .= .o|\n| + oo |\n| . .oo .|\n| o ..+ =.|\n| S . =.B.o|\n| * +.o E.|\n| + Ooo + +|\n| . O.*o = |\n| =o=ooo. .|\n+----[SHA256]-----+\nthis is run over SSH\n","stderr":"+ mkdir -p /ci/secrets\n+ ssh-keygen -f /ci/secrets/test_key -N '' -t ed25519\n+ cp /ci/secrets/test_key.pub /root/.ssh/authorized_keys\n+ systemctl start sshd\n+ cat\n+ ssh localhost echo this is run over SSH\nWarning: Permanently added 'localhost' (ED25519) to the list of known hosts.\r\n","timestamp":{"secs_since_epoch":1785560235,"nanos_since_epoch":836398719},"log_source":"Plan"}
{"type":"action_succeeded","action":"shell","shell":"mkdir -p /ci/secrets\nssh-keygen -f /ci/secrets/test_key -N '' -t ed25519\ncp /ci/secrets/test_key.pub ~/.ssh/authorized_keys\nsystemctl start sshd\ncat <<EOF > /root/.ssh/config\nHost *\nIdentityFile /ci/secrets/test_key\nStrictHostKeyChecking accept-new\nEOF\nssh localhost echo this is run over SSH\n","timestamp":{"secs_since_epoch":1785560235,"nanos_since_epoch":852546797},"log_source":"Plan"}
{"type":"execute_action","action":"cargo_clippy","timestamp":{"secs_since_epoch":1785560235,"nanos_since_epoch":858613600},"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":1785560235,"nanos_since_epoch":860592488},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"cargo 1.97.1 (c980f4866 2026-06-30)\n","stderr":"","timestamp":{"secs_since_epoch":1785560235,"nanos_since_epoch":888057170},"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":1785560235,"nanos_since_epoch":890845950},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"clippy 0.1.97 (8bab26f4f6 2026-07-14)\n","stderr":"","timestamp":{"secs_since_epoch":1785560235,"nanos_since_epoch":943388130},"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":1785560235,"nanos_since_epoch":943434614},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"rustc 1.97.1 (8bab26f4f 2026-07-14)\n","stderr":"","timestamp":{"secs_since_epoch":1785560235,"nanos_since_epoch":963957893},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[99,97,114,103,111]},{"Unix":[99,108,105,112,112,121]},{"Unix":[45,45,111,102,102,108,105,110,101]},{"Unix":[45,45,108,111,99,107,101,100]},{"Unix":[45,45,119,111,114,107,115,112,97,99,101]},{"Unix":[45,45,97,108,108,45,116,97,114,103,101,116,115]},{"Unix":[45,45,110,111,45,100,101,112,115]},{"Unix":[45,45]},{"Unix":[45,45,100,101,110,121]},{"Unix":[119,97,114,110,105,110,103,115]}],"timestamp":{"secs_since_epoch":1785560235,"nanos_since_epoch":966822005},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"","stderr":" Checking clingwrap v0.6.1 (/ci/src)\n Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.31s\n","timestamp":{"secs_since_epoch":1785560236,"nanos_since_epoch":318500013},"log_source":"Plan"}
{"type":"action_succeeded","action":"cargo_clippy","timestamp":{"secs_since_epoch":1785560236,"nanos_since_epoch":318540179},"log_source":"Plan"}
{"type":"execute_action","action":"cargo_build","timestamp":{"secs_since_epoch":1785560236,"nanos_since_epoch":318546709},"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":1785560236,"nanos_since_epoch":318556066},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"cargo 1.97.1 (c980f4866 2026-06-30)\n","stderr":"","timestamp":{"secs_since_epoch":1785560236,"nanos_since_epoch":336675959},"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":1785560236,"nanos_since_epoch":336708917},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"clippy 0.1.97 (8bab26f4f6 2026-07-14)\n","stderr":"","timestamp":{"secs_since_epoch":1785560236,"nanos_since_epoch":368028988},"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":1785560236,"nanos_since_epoch":368072431},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"rustc 1.97.1 (8bab26f4f 2026-07-14)\n","stderr":"","timestamp":{"secs_since_epoch":1785560236,"nanos_since_epoch":384782516},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[99,97,114,103,111]},{"Unix":[98,117,105,108,100]},{"Unix":[45,45,111,102,102,108,105,110,101]},{"Unix":[45,45,108,111,99,107,101,100]},{"Unix":[45,45,119,111,114,107,115,112,97,99,101]},{"Unix":[45,45,97,108,108,45,116,97,114,103,101,116,115]}],"timestamp":{"secs_since_epoch":1785560236,"nanos_since_epoch":387572606},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"","stderr":" Compiling clingwrap v0.6.1 (/ci/src)\n Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s\n","timestamp":{"secs_since_epoch":1785560237,"nanos_since_epoch":19125504},"log_source":"Plan"}
{"type":"action_succeeded","action":"cargo_build","timestamp":{"secs_since_epoch":1785560237,"nanos_since_epoch":19168043},"log_source":"Plan"}
{"type":"execute_action","action":"cargo_test","timestamp":{"secs_since_epoch":1785560237,"nanos_since_epoch":19173935},"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":1785560237,"nanos_since_epoch":19182919},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"cargo 1.97.1 (c980f4866 2026-06-30)\n","stderr":"","timestamp":{"secs_since_epoch":1785560237,"nanos_since_epoch":37278253},"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":1785560237,"nanos_since_epoch":37312027},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"clippy 0.1.97 (8bab26f4f6 2026-07-14)\n","stderr":"","timestamp":{"secs_since_epoch":1785560237,"nanos_since_epoch":68717880},"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":1785560237,"nanos_since_epoch":71500337},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"rustc 1.97.1 (8bab26f4f 2026-07-14)\n","stderr":"","timestamp":{"secs_since_epoch":1785560237,"nanos_since_epoch":85915890},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[99,97,114,103,111]},{"Unix":[116,101,115,116]},{"Unix":[45,45,111,102,102,108,105,110,101]},{"Unix":[45,45,108,111,99,107,101,100]},{"Unix":[45,45,119,111,114,107,115,112,97,99,101]}],"timestamp":{"secs_since_epoch":1785560237,"nanos_since_epoch":85962242},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"\nrunning 34 tests\ntest config::test::filenames ... ok\ntest config::test::builtin_defaults ... ok\ntest config::test::load_configs ... ok\ntest config::test::merge_simple ... ok\ntest config::test::parse_json ... ok\ntest config::test::overrides ... ok\ntest config::test::parse_toml ... ok\ntest config::test::parse_yaml ... ok\ntest config::test::xdg ... ok\ntest config::test::xdg_basename ... ok\ntest runner::test::current_dir_does_not_exist ... ok\ntest runner::test::empty ... ok\ntest runner::test::minimal_quote_safe ... ok\ntest runner::test::minimal_quote_unsafe ... ok\ntest runner::test::mix ... ok\ntest runner::test::quote_safe_bytes ... ok\ntest runner::test::capture_stderr ... ok\ntest runner::test::run_feed_stdin_capture_outputs_separately ... ok\ntest runner::test::run_non_exec ... ok\ntest runner::test::run_nonexistent ... ok\ntest runner::test::single_quote ... ok\ntest ssh::test::from_iter ... ok\ntest runner::test::run_inherit_stdin_combine_outputs ... ok\ntest tildepathbuf::test::as_ref ... ok\ntest tildepathbuf::test::deref ... ok\ntest tildepathbuf::test::deser ... ok\ntest tildepathbuf::test::eq ... ok\ntest tildepathbuf::test::just_tilde ... ok\ntest tildepathbuf::test::no_tilde ... ok\ntest tildepathbuf::test::pathbuf_from ... ok\ntest tildepathbuf::test::tilde_slash ... ok\ntest tildepathbuf::test::tilde_slash_with_home_from_var ... ok\ntest tildepathbuf::test::tilde_username ... ok\ntest tildepathbuf::test::to_path_buf ... ok\n\ntest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s\n\n\nrunning 3 tests\ntest run_false ... ok\ntest hello_world ... ok\ntest run_true ... ok\n\ntest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s\n\n\nrunning 5 tests\ntest src/config.rs - config (line 75) ... ok\ntest src/runner.rs - runner (line 8) ... ok\ntest src/ssh.rs - ssh::Args (line 26) ... ok\ntest src/tildepathbuf.rs - tildepathbuf (line 9) ... ok\ntest src/ssh.rs - ssh (line 6) ... ok\n\ntest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s\n\nall doctests ran in 0.48s; merged doctests compilation took 0.36s\n","stderr":" Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s\n Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/clingwrap-d97ee595cbcf54dd)\n Running tests/ssh.rs (/ci/cache/cargo-target/debug/deps/ssh-b9945ed8cee473b8)\n Doc-tests clingwrap\n","timestamp":{"secs_since_epoch":1785560237,"nanos_since_epoch":948392164},"log_source":"Plan"}
{"type":"action_succeeded","action":"cargo_test","timestamp":{"secs_since_epoch":1785560237,"nanos_since_epoch":948480262},"log_source":"Plan"}
{"type":"execute_action","action":"tar_create","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1785560237,"nanos_since_epoch":948487586},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1785560238,"nanos_since_epoch":420406293},"log_source":"Plan"}
{"type":"execute_action","action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1785560238,"nanos_since_epoch":420445308},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1785560238,"nanos_since_epoch":422003938},"log_source":"Plan"}
{"type":"plan_succeeded","timestamp":{"secs_since_epoch":1785560238,"nanos_since_epoch":422083620},"log_source":"Plan"}
{"type":"executor_ends_successfully","timestamp":{"secs_since_epoch":1785560238,"nanos_since_epoch":422087806},"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: 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: 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
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 ] Started systemd-journald.service - Journal Service.
[ 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-journal-flush.ser…sh Journal to Persistent Storage...
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 ] Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[ OK ] Mounted sys-kernel-config.mount - Kernel Configuration File System.
[ OK ] Finished systemd-udev-trigger.service - Coldplug All udev Devices.
[ OK ] Finished systemd-sysctl.service - Apply Kernel Variables.
[ 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 ] Finished systemd-journal-flush.ser…lush Journal to Persistent Storage.
[ 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 ] 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-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-journal-catalog-u….service - Rebuild Journal Catalog.
[ OK ] Found device dev-ttyS0.device - /dev/ttyS0.
[ 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-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.
[ 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 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 ] Stopped systemd-logind.service - User Login Management.
[ 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 target network-pre.target - Preparation for Network.
[ OK ] Closed systemd-networkd.socket - Network Service Netlink Socket.
[ OK ] Stopped systemd-network-generator.…ork Units from Kernel Command Line.
[ 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.
Unmounting run-lock.mount - Legacy Locks Directory /run/lock...
Unmounting tmp.mount - Temporary Directory /tmp...
[ 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.
[ 9.918115] 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
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 2M 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-08-01 04:56 ./
-rw-r--r-- _rad/_rad 1209 2026-08-01 04:57 ./plan.yaml
-rwxr-xr-x _rad/_rad 5525824 2026-08-01 04:57 ./run-ci
INFO: Extracted files:
8 0 drwxr-xr-x 2 1000 1000 80 Aug 1 04:56 .
10 5400 -rwxr-xr-x 1 1000 1000 5525824 Aug 1 04:57 ./run-ci
9 4 -rw-r--r-- 1 1000 1000 1209 Aug 1 04:57 ./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":1785560248,"nanos_since_epoch":812281896},"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":"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":1785560248,"nanos_since_epoch":812649062},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1785560248,"nanos_since_epoch":812687037},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1785560248,"nanos_since_epoch":813498264},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1785560248,"nanos_since_epoch":814056541},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1785560248,"nanos_since_epoch":814090068},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1785560248,"nanos_since_epoch":814271231},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1785560248,"nanos_since_epoch":814298794},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1785560248,"nanos_since_epoch":814486210},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1785560248,"nanos_since_epoch":814510589},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1785560248,"nanos_since_epoch":814701750},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1785560248,"nanos_since_epoch":814728120},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1785560248,"nanos_since_epoch":814916840},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1785560248,"nanos_since_epoch":814940985},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1785560248,"nanos_since_epoch":815132286},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1785560248,"nanos_since_epoch":840788116},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1785560248,"nanos_since_epoch":840985287},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1785560249,"nanos_since_epoch":104925728},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1785560249,"nanos_since_epoch":105385225},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1785560249,"nanos_since_epoch":461972035},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1785560249,"nanos_since_epoch":464676967},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1785560249,"nanos_since_epoch":468831922},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1785560249,"nanos_since_epoch":471579225},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1785560249,"nanos_since_epoch":475570200},"log_source":"Plan"}
{"type":"execute_action","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1785560249,"nanos_since_epoch":478277851},"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":1785560249,"nanos_since_epoch":480681739},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"","stderr":"+ ln -sf /ci /workspace\n","timestamp":{"secs_since_epoch":1785560249,"nanos_since_epoch":487766235},"log_source":"Plan"}
{"type":"action_succeeded","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1785560249,"nanos_since_epoch":490400895},"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":1785560249,"nanos_since_epoch":492814414},"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":1785560249,"nanos_since_epoch":497323377},"log_source":"Plan"}
{"type":"execute_action","action":"tar_create","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1785560249,"nanos_since_epoch":501490698},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1785560249,"nanos_since_epoch":933629417},"log_source":"Plan"}
{"type":"execute_action","action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1785560249,"nanos_since_epoch":937035715},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1785560249,"nanos_since_epoch":941658154},"log_source":"Plan"}
{"type":"plan_succeeded","timestamp":{"secs_since_epoch":1785560249,"nanos_since_epoch":945055541},"log_source":"Plan"}
{"type":"executor_ends_successfully","timestamp":{"secs_since_epoch":1785560249,"nanos_since_epoch":946804378},"log_source":"Plan"}
EXIT CODE: 0