Radicle repository id rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E
[2J[01;01H[=3h[2J[01;01H[2J[01;01H[=3h[2J[01;01HBdsDxe: 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)
[0m[30m[47mWelcome to GRUB!
[0m[37m[40m[0m[30m[40m[2J[01;01H[0m[37m[40mINFO: Block devices
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sr0 11:0 1 370K 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 6.1M 1 disk
vdc 254:32 0 250K 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 144.2M 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2026-01-12 12:07 ./
-rw-r--r-- _rad/_rad 799 2026-01-12 12:07 ./plan.yaml
-rwxr-xr-x _rad/_rad 6394112 2026-01-12 12:07 ./run-ci
INFO: Extracted files:
5636108 4 drwxr-xr-x 2 1000 1000 4096 Jan 12 12:07 .
5636110 6248 -rwxr-xr-x 1 1000 1000 6394112 Jan 12 12:07 ./run-ci
5636109 4 -rw-r--r-- 1 1000 1000 799 Jan 12 12:07 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2026-01-12T12:07:27Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-12T12:07:27Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-12T12:07:27Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-12T12:07:27Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-12T12:07:27Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /workspace
- action: mkdir
pathname: /workspace/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /workspace/src
- action: tar_extract
archive: /dev/vdf
directory: /workspace/deps
- action: tar_extract
archive: /dev/vde
directory: /workspace/cache
- action: cargo_clippy
- action: cargo_build
- action: cargo_test
- action: cargo_doc
- action: tar_create
archive: /dev/vde
directory: /workspace/cache
- action: tar_create
archive: /dev/vdd
directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts
[2026-01-12T12:07:27Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2026-01-12T12:07:27Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2026-01-12T12:07:27Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:07:27Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:07:27Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2026-01-12T12:07:27Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2026-01-12T12:07:27Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:07:27Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:07:27Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2026-01-12T12:07:27Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2026-01-12T12:07:27Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:07:27Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2026-01-12T12:07:27Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-12T12:07:27Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:07:27Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2026-01-12T12:07:27Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2026-01-12T12:07:27Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:07:27Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2026-01-12T12:07:28Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-12T12:07:28Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:07:28Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2026-01-12T12:07:28Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2026-01-12T12:07:28Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:07:28Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2026-01-12T12:07:30Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-12T12:07:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:07:30Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2026-01-12T12:07:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2026-01-12T12:07:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/workspace/src (exists? true)
Checking exfmt v0.1.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
[2026-01-12T12:07:32Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:07:32Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
CargoBuild,
)
[2026-01-12T12:07:32Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
CargoBuild,
)
[2026-01-12T12:07:32Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
cwd=/workspace/src (exists? true)
Compiling exfmt v0.1.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
[2026-01-12T12:07:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:07:33Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
CargoTest,
)
[2026-01-12T12:07:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
CargoTest,
)
[2026-01-12T12:07:33Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
cwd=/workspace/src (exists? true)
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
Running unittests src/main.rs (/workspace/cache/debug/deps/exfmt-13c5feb4662c11bf)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[2026-01-12T12:07:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:07:34Z DEBUG ambient_ci::plan] RUN: Action CargoDoc(
CargoDoc,
)
[2026-01-12T12:07:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoDoc(
CargoDoc,
)
[2026-01-12T12:07:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["env", "RUSTDOCFLAGS=-D warnings", "cargo", "doc", "--workspace"]
cwd=/workspace/src (exists? true)
Documenting exfmt v0.1.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
Generated /workspace/cache/doc/exfmt/index.html
[2026-01-12T12:07:36Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:07:36Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2026-01-12T12:07:36Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2026-01-12T12:07:36Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-12T12:07:37Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-01-12T12:07:37Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:07:37Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2026-01-12T12:07:37Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2026-01-12T12:07:37Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:07:37Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2026-01-12T12:07:37Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-01-12T12:07:37Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-01-12T12:07:37Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2026-01-12T12:07:37Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2026-01-12T12:07:37Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-12T12:07:37Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-01-12T12:07:37Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:07:37Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
{
"request": "trigger",
"version": 1,
"event_type": "push",
"repository": {
"id": "rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E",
"name": "exfmt",
"description": "Format shell examples in documentation",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
]
},
"pusher": {
"id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
"alias": "callisto.liw.fi"
},
"before": "aa4a36ba562080114d54317b378f01a37132056b",
"after": "aa4a36ba562080114d54317b378f01a37132056b",
"branch": "main",
"commits": [
"aa4a36ba562080114d54317b378f01a37132056b"
]
}[2026-01-12T12:07:16Z INFO ambient] ambient starts
[2026-01-12T12:07:16Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[2026-01-12T12:07:16Z DEBUG ambient] complete configuration: 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",
},
}
[2026-01-12T12:07:16Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/meta.yaml
[2026-01-12T12:07:16Z DEBUG ambient_ci::run] latest commit: "aa4a36ba562080114d54317b378f01a37132056b"
[2026-01-12T12:07:16Z DEBUG ambient_ci::run] is a git repository
[2026-01-12T12:07:16Z DEBUG ambient_ci::run] git repository is clean
[2026-01-12T12:07:16Z DEBUG ambient_ci::run] current (HEAD) commit: aa4a36ba562080114d54317b378f01a37132056b
[2026-01-12T12:07:16Z DEBUG ambient_ci::run] no dry run requested
[2026-01-12T12:07:16Z DEBUG ambient_ci::run] forced run requested
[2026-01-12T12:07:16Z DEBUG ambient_ci::run] run? true
[2026-01-12T12:07:16Z INFO ambient_ci::run] project rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E: running CI
[2026-01-12T12:07:16Z DEBUG ambient_ci::run] Executing pre-plan steps
[2026-01-12T12:07:16Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
CargoFetch,
)
[2026-01-12T12:07:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
CargoFetch,
)
[2026-01-12T12:07:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/cache",
"CARGO_HOME": "/home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/dependencies",
},
source_dir: "/tmp/.tmpHS4jDs/src",
deps_dir: "/home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/dependencies",
artifacts_dir: "/home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/tmp/.tmpHS4jDs/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmpHS4jDs/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmpHS4jDs/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] copy_partial_tree: /tmp/.tmpHS4jDs/src => /tmp/.tmpIWCDWC
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/src wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/src/main.rs wanted=true
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpHS4jDs/src/src/main.rs => /tmp/.tmpIWCDWC/src/main.rs
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/README.md wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/README.html wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/Makefile wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/Cargo.toml wanted=true
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpHS4jDs/src/Cargo.toml => /tmp/.tmpIWCDWC/Cargo.toml
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/Cargo.lock wanted=true
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpHS4jDs/src/Cargo.lock => /tmp/.tmpIWCDWC/Cargo.lock
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.radicle wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.radicle/ambient.yaml wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.gitignore wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/index wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/HEAD wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/config wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/logs wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/logs/HEAD wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/logs/refs wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/logs/refs/heads wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/logs/refs/heads/main wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/logs/refs/remotes wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/logs/refs/remotes/origin wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/packed-refs wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/refs wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/refs/remotes wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/refs/remotes/origin wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/refs/remotes/origin/HEAD wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/refs/tags wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/refs/heads wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/refs/heads/main wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/b0 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/b0/983d6619985b80a6c391ee0b8a6df49ca8c7bd wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/9f wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/9f/dd7e5b198c3f37dd7b084be6afcb9cb2d351b4 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/d9 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/d9/19232eb0b5d0671a4c18e2e37c9ee96fc4dd61 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/13 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/13/ff0411cca254f5c07109a53b7ebcbc51484a30 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/6e wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/6e/0ec6837184193e641ef35893b0a4cf4421c64d wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/d2 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/d2/830f963ebcc092b469a5e0295579203e986ec7 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/ef wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/ef/91c314e4cf6ca52acd0d886f307c2ce4412b3c wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/69 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/69/db8c185f59e33213bb450025bcb449765d438f wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/02 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/02/136b01d70273d18b2cc2018a10e8c8eb636820 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/e3 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/e3/dc6b485297e2a95d79dec565b5df69ac578e13 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/8a wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/8a/bfb3c455bb2457220f3efd724b7e9b3c3391f0 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/ba wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/ba/23c16fa0f44819f17c20000eafa9288ef202f4 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/7c wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/7c/4c20c0f3c79a28c643a0019262834c66d46259 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/72 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/72/6461204f8140315836f8600911ff6761165bf8 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/39 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/39/c23ded6b05afaf9242ed68aaa6bdc46804f2cc wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/e5 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/e5/9df2f576291fa986c868462de169f9e49575be wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/36 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/36/86d2e681bc2f7f9b70db0b6cc05d6fc0fd08bc wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/52 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/52/4ba708bf615552671e76c8e7d86ab2aa2a5fa5 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/9d wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/9d/75238c22afbdc527466222504a790981da391a wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/12 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/12/fdfdb213640cbc4ee9de7862b25c32e5850ae5 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/15 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/15/4d8a7b48c67e4fc9b9dd197213fdc92548a105 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/9a wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/9a/9daedbadf5407503c15fd2a9bbf9c7c75486e8 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/9a/a5c9be738cfb4553d31dad0d330dbf6b06c03b wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/de wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/de/7f27a7b924ce882cc94f18eec908c674bf2724 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/76 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/76/45ab6834a74022a59c238e11903b54b0be40fc wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/76/ced8429407f57d6659b3243828c8f0f743e671 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/16 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/16/e8c9f675c391622ef41d2b866e74d70e9ca612 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/bf wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/bf/d7efd40f6b3e18fcb702a400fe9baa913d71f9 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/82 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/82/8d081392f6ac40ee9630a1b0878fdeffaee181 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/2b wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/2b/eb006ccf7da43785e23df6570951615823f5db wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/29 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/29/fde97a3a1634a5743a9cf7e0de4d3555cdd6f1 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/8f wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/8f/fb6a86427e8af1f3f14f08ff797db3b1b5ef57 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/fd wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/fd/6446438ed3257679e3be0780ae98c83f1090d6 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/01 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/01/b729c60c3ff6044502b297c4a7131031664641 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/21 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/21/ff1dbb8b9f1d241d656305223f0eff94514f76 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/21/a04447796e7833c316aebd4c03a165124c71e8 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/84 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/84/7cdb92a3c691aed080847b3e9d6c8e22dd7169 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/04 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/04/0cba03d1b916831521cddba769ecededd210a0 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/eb wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/eb/591ca82542ce98e550f815d22321a05276b7db wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/a2 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/a2/49fa0cd3fbaed1b6e21b3a6a48e66e799ce75c wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/58 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/58/b6a49fbe3ebbddf3d8ae92ce7fed85d60ab90b wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/c0 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/c0/9b098bafa0edd0408f188692c9aed51b35f8c1 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/d3 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/d3/a48944409c34c77d619630249f421c99f4c2e0 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/83 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/83/601319f2629c0504f9fe56151bab4f2eb290bc wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/d5 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/d5/80660a41d18a97dfcffdad97bf117fdd389561 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/6a wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/6a/311859e5dccc0b1b138a07786ea55e9d37f5d2 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/53 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/53/64f5c0dba62a8d0066445bc3e4e517001de96c wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/17 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/17/3e41fae11ea2400ef9c8aed118bce73a80a49d wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/d4 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/d4/cea6ec142262ddcfe0b3f37e29b6721443b508 wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/4e wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/4e/85f5f196ef2cd1eeb83ec8b208d8c05f64178f wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/info wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-ee1057b89f52239097d85281464532d28f30cf01.idx wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-99acab1516b944ab0851aad6c63a2458fca22799.pack wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-6a8cb821948730f22944aaf8bca8f6a8c362bc44.idx wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-897325b8de97362ad986c3dfa16f085e3795c701.pack wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-b427430c156fadd82c0b8b97e2ca59c59097dfd7.pack wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-8e4b74985f152b42d27804e2e6d9a8cb591166c9.pack wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-9d844c8fe21b1f4686f1dafcb377bebfec1ae6a0.pack wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-1f4d72d6ca7ce80174a1dfdac0518fa5b060ecb6.pack wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-4f78f4dd846ea29d30d3d18212652900c5bdf9eb.idx wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-8dbc06531d713f85fd5e6b29f506c9de63740fd8.pack wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-e6d7468e12410a5056189eec81734a09579d939d.pack wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-6ac56c2ca25298631edcbb58123c2f9c1651c306.pack wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-ee1057b89f52239097d85281464532d28f30cf01.pack wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-e6d7468e12410a5056189eec81734a09579d939d.idx wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-8e4b74985f152b42d27804e2e6d9a8cb591166c9.idx wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-200f23ce0b2ff1ea220f59ae26552ca5841be6e7.idx wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-9cff8509d85fff8d52b5ac09edd148c18ba8ab52.idx wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-6ac56c2ca25298631edcbb58123c2f9c1651c306.idx wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-200f23ce0b2ff1ea220f59ae26552ca5841be6e7.pack wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-1f4d72d6ca7ce80174a1dfdac0518fa5b060ecb6.idx wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-897325b8de97362ad986c3dfa16f085e3795c701.idx wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-01f3564b02bb61972a634dccf5fde1dd95e11655.idx wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-99acab1516b944ab0851aad6c63a2458fca22799.idx wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-9d844c8fe21b1f4686f1dafcb377bebfec1ae6a0.idx wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-8dbc06531d713f85fd5e6b29f506c9de63740fd8.idx wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-b427430c156fadd82c0b8b97e2ca59c59097dfd7.idx wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-01f3564b02bb61972a634dccf5fde1dd95e11655.pack wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-6a8cb821948730f22944aaf8bca8f6a8c362bc44.pack wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-9cff8509d85fff8d52b5ac09edd148c18ba8ab52.pack wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/objects/pack/pack-4f78f4dd846ea29d30d3d18212652900c5bdf9eb.pack wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/branches wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/hooks wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/hooks/update.sample wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/hooks/commit-msg.sample wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/hooks/applypatch-msg.sample wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/hooks/pre-merge-commit.sample wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/hooks/post-update.sample wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/hooks/pre-push.sample wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/hooks/pre-rebase.sample wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/hooks/push-to-checkout.sample wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/hooks/pre-commit.sample wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/hooks/pre-receive.sample wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/hooks/sendemail-validate.sample wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/hooks/pre-applypatch.sample wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/description wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/info wanted=false
[2026-01-12T12:07:16Z DEBUG ambient_ci::util] path=/tmp/.tmpHS4jDs/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
cwd=/tmp/.tmpIWCDWC (exists? true)
[2026-01-12T12:07:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:07:17Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-12T12:07:17Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpOilyOX/src.tar
[2026-01-12T12:07:17Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpOilyOX/deps.tar
[2026-01-12T12:07:18Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2026-01-12T12:07:18Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
steps: [
Mkdir(
Mkdir {
pathname: "/workspace",
},
),
Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
),
TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
),
CargoClippy(
CargoClippy,
),
CargoBuild(
CargoBuild,
),
CargoTest(
CargoTest,
),
CargoDoc(
CargoDoc,
),
TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
),
TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
),
],
executor_drive: Some(
"/dev/vdb",
),
source_drive: Some(
"/dev/vdc",
),
artifact_drive: Some(
"/dev/vdd",
),
cache_drive: Some(
"/dev/vde",
),
deps_drive: Some(
"/dev/vdf",
),
workspace_dir: Some(
"/workspace",
),
source_dir: Some(
"/workspace/src",
),
deps_dir: Some(
"/workspace/deps",
),
cache_dir: Some(
"/workspace/cache",
),
artifacts_dir: Some(
"/workspace/artifacts",
),
}
[2026-01-12T12:07:18Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2026-01-12T12:07:18Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpOilyOX/ambient-execute-plan/run-ci
[2026-01-12T12:07:18Z DEBUG ambient_ci::run] copy OK: true
[2026-01-12T12:07:18Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpOilyOX/executor.tar
[2026-01-12T12:07:21Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/run.log
[2026-01-12T12:07:21Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E, exists? true
[2026-01-12T12:07:21Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/run.log
[2026-01-12T12:07:21Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/run.log OK
[2026-01-12T12:07:21Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2026-01-12T12:07:21Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2026-01-12T12:07:21Z DEBUG ambient_ci::cloud_init] with_runcmd called: "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n echo \"EXIT CODE: 0\"\nelse\n echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n"
[2026-01-12T12:07:21Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2026-01-12T12:07:21Z DEBUG ambient_ci::cloud_init] LocalDataStoreBuilder: LocalDataStoreBuilder {
hostname: Some(
"ambient",
),
network: false,
bootcmd: [],
runcmd: [
"echo xyzzy > /dev/ttyS1",
"\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n echo \"EXIT CODE: 0\"\nelse\n echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
"poweroff",
],
}
[2026-01-12T12:07:21Z DEBUG ambient_ci::qemu] run QEMU
[2026-01-12T12:07:21Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2026-01-12T12:07:21Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpbuy2VI/.tmpl4O5YP/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2026-01-12T12:07:21Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2026-01-12T12:07:21Z DEBUG ambient_ci::cloud_init] LocalDataStore: LocalDataStore {
hostname: "ambient",
network: false,
bootcmd: [],
runcmd: [
"echo xyzzy > /dev/ttyS1",
"\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n echo \"EXIT CODE: 0\"\nelse\n echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
"poweroff",
],
}
[2026-01-12T12:07:21Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpt0Vp49/meta-data
[2026-01-12T12:07:21Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpt0Vp49/user-data
[2026-01-12T12:07:21Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpbuy2VI/.tmpl4O5YP/console.log
[2026-01-12T12:07:21Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpbuy2VI/.tmpl4O5YP/console.log
[2026-01-12T12:07:21Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/run.log
[2026-01-12T12:07:21Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/run.log
[2026-01-12T12:07:21Z DEBUG ambient_ci::qemu] run QEMU: QemuArgs {
args: [
"-m",
"11444",
"-smp",
"cpus=2",
"-cpu",
"kvm64",
"-machine",
"type=q35,accel=kvm,usb=off",
"-uuid",
"a85c9de7-edc0-4e54-bead-112e5733582c",
"-boot",
"strict=on",
"-name",
"ambient-ci-vm",
"-rtc",
"base=utc,driftfix=slew",
"-display",
"none",
"-device",
"virtio-rng-pci",
"-serial",
"file:/home/_rad/tmp/.tmpbuy2VI/.tmpl4O5YP/console.log",
"-serial",
"file:/home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/run.log",
"-drive",
"if=pflash,format=raw,unit=0,file=/usr/share/ovmf/OVMF.fd,readonly=on",
"-drive",
"if=pflash,format=raw,unit=1,file=/home/_rad/tmp/.tmpbuy2VI/.tmpl4O5YP/vars.fd",
"-drive",
"format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpbuy2VI/.tmpl4O5YP/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpOilyOX/executor.tar,readonly=on",
"-cdrom",
"/home/_rad/tmp/.tmpbuy2VI/.tmpl4O5YP/cloud_init.iso",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpOilyOX/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpOilyOX/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpOilyOX/cache.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpOilyOX/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2026-01-12T12:07:40Z DEBUG ambient_ci::qemu] QEMU finished OK
[2026-01-12T12:07:40Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2026-01-12T12:07:27Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-12T12:07:27Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-12T12:07:27Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-12T12:07:27Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-12T12:07:27Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /workspace
- action: mkdir
pathname: /workspace/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /workspace/src
- action: tar_extract
archive: /dev/vdf
directory: /workspace/deps
- action: tar_extract
archive: /dev/vde
directory: /workspace/cache
- action: cargo_clippy
- action: cargo_build
- action: cargo_test
- action: cargo_doc
- action: tar_create
archive: /dev/vde
directory: /workspace/cache
- action: tar_create
archive: /dev/vdd
directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts
[2026-01-12T12:07:27Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2026-01-12T12:07:27Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2026-01-12T12:07:27Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:07:27Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:07:27Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2026-01-12T12:07:27Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2026-01-12T12:07:27Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:07:27Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:07:27Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2026-01-12T12:07:27Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2026-01-12T12:07:27Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:07:27Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2026-01-12T12:07:27Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-12T12:07:27Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:07:27Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2026-01-12T12:07:27Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2026-01-12T12:07:27Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:07:27Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2026-01-12T12:07:28Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-12T12:07:28Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:07:28Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2026-01-12T12:07:28Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2026-01-12T12:07:28Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:07:28Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2026-01-12T12:07:30Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-12T12:07:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:07:30Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2026-01-12T12:07:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2026-01-12T12:07:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/workspace/src (exists? true)
Checking exfmt v0.1.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
[2026-01-12T12:07:32Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:07:32Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
CargoBuild,
)
[2026-01-12T12:07:32Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
CargoBuild,
)
[2026-01-12T12:07:32Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
cwd=/workspace/src (exists? true)
Compiling exfmt v0.1.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
[2026-01-12T12:07:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:07:33Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
CargoTest,
)
[2026-01-12T12:07:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
CargoTest,
)
[2026-01-12T12:07:33Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
cwd=/workspace/src (exists? true)
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
Running unittests src/main.rs (/workspace/cache/debug/deps/exfmt-13c5feb4662c11bf)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[2026-01-12T12:07:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:07:34Z DEBUG ambient_ci::plan] RUN: Action CargoDoc(
CargoDoc,
)
[2026-01-12T12:07:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoDoc(
CargoDoc,
)
[2026-01-12T12:07:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["env", "RUSTDOCFLAGS=-D warnings", "cargo", "doc", "--workspace"]
cwd=/workspace/src (exists? true)
Documenting exfmt v0.1.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
Generated /workspace/cache/doc/exfmt/index.html
[2026-01-12T12:07:36Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:07:36Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2026-01-12T12:07:36Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2026-01-12T12:07:36Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-12T12:07:37Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-01-12T12:07:37Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:07:37Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2026-01-12T12:07:37Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2026-01-12T12:07:37Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:07:37Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2026-01-12T12:07:37Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-01-12T12:07:37Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-01-12T12:07:37Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2026-01-12T12:07:37Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2026-01-12T12:07:37Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-12T12:07:37Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-01-12T12:07:37Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:07:37Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
====================
[2026-01-12T12:07:40Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2026-01-12T12:07:41Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2026-01-12T12:07:41Z DEBUG ambient_ci::run] remove old cache
[2026-01-12T12:07:41Z DEBUG ambient_ci::run] extract cache
[2026-01-12T12:07:41Z DEBUG ambient_ci::run] Executing post-plan steps
[2026-01-12T12:07:41Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-12T12:07:41Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/meta.yaml
[2026-01-12T12:07:41Z INFO ambient] ambient ends successfully
<empty log>