Radicle repository id rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M
[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 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 6M 1 disk
vdc 254:32 0 1.1M 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 329.7M 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2026-01-20 11:11 ./
-rw-r--r-- _rad/_rad 884 2026-01-20 11:11 ./plan.yaml
-rwxr-xr-x _rad/_rad 6275392 2026-01-20 11:11 ./run-ci
INFO: Extracted files:
393228 4 drwxr-xr-x 2 1000 1000 4096 Jan 20 11:11 .
393230 6132 -rwxr-xr-x 1 1000 1000 6275392 Jan 20 11:11 ./run-ci
393229 4 -rw-r--r-- 1 1000 1000 884 Jan 20 11:11 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2026-01-20T11:11:29Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:11:29Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:11:29Z INFO ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:11:29Z WARN ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:11:29Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:11:29Z TRACE ambient_ci::plan] RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /ci
- action: mkdir
pathname: /ci/artifacts
- 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: shell
shell: ln -sf /ci /workspace
- action: shell
shell: git config --global user.name 'Ambient CI'
- action: shell
shell: git config --global user.email ambient@example.com
- action: cargo_fmt
- action: cargo_clippy
- 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
workspace_dir: /ci
source_dir: /ci/src
deps_dir: /ci/deps
cache_dir: /ci/cache
artifacts_dir: /ci/artifacts
[2026-01-20T11:11:29Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-20T11:11:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-20T11:11:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:11:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:11:29Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-20T11:11:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-20T11:11:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:11:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:11:29Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-20T11:11:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-20T11:11:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:11:29Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-01-20T11:11:29Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T11:11:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:11:29Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-20T11:11:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-20T11:11:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:11:29Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-01-20T11:11:34Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T11:11:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:11:34Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T11:11:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T11:11:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:11:34Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-01-20T11:12:16Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T11:12:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:16Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-20T11:12:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-20T11:12:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nln -sf /ci /workspace\n"]
cwd=/ci/src (exists? true)
+ ln -sf /ci /workspace
[2026-01-20T11:12:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:16Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-20T11:12:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-20T11:12:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.name 'Ambient CI'\n"]
cwd=/ci/src (exists? true)
+ git config --global user.name 'Ambient CI'
[2026-01-20T11:12:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:16Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-20T11:12:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-20T11:12:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.email ambient@example.com\n"]
cwd=/ci/src (exists? true)
+ git config --global user.email ambient@example.com
[2026-01-20T11:12:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:16Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2026-01-20T11:12:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2026-01-20T11:12:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/ci/src (exists? true)
[2026-01-20T11:12:18Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:18Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2026-01-20T11:12:18Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2026-01-20T11:12:18Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/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=/ci/src (exists? true)
Checking radicle-job v0.4.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
[2026-01-20T11:12:20Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:20Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
CargoTest,
)
[2026-01-20T11:12:20Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
CargoTest,
)
[2026-01-20T11:12:20Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
cwd=/ci/src (exists? true)
Compiling radicle-job v0.4.0 (/ci/src)
Finished `test` profile [unoptimized + debuginfo] target(s) in 1.42s
Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/radicle_job-238247049fb1fadf)
running 4 tests
test test::idempotent_create ... ok
test test::missing_commit ... ok
test test::runs_insertion_order_iteration ... ok
test test::e2e ... ok
test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
Running unittests src/bin/rad-job.rs (/ci/cache/cargo-target/debug/deps/rad_job-a28eea8ffeb7fb71)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests radicle_job
running 1 test
test src/lib.rs - (line 13) ... ok
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.37s
[2026-01-20T11:12:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:24Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T11:12:24Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T11:12:24Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:12:24Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/ci/cache",
),
size: None,
}
[2026-01-20T11:12:24Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-01-20T11:12:24Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-01-20T11:12:24Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
[2026-01-20T11:12:24Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
[2026-01-20T11:12:24Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-20T11:12:37Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-01-20T11:12:37Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:37Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-01-20T11:12:37Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-01-20T11:12:37Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:12:37Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/ci/artifacts",
),
size: None,
}
[2026-01-20T11:12:37Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-01-20T11:12:37Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-01-20T11:12:37Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
[2026-01-20T11:12:37Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
[2026-01-20T11:12:37Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-20T11:12:37Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-01-20T11:12:37Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12: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:z2UcCU1LgMshWvXj6hXSDDrwB8q8M",
"name": "radicle-job",
"description": "Radicle Job Collaborative Object",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM"
]
},
"pusher": {
"id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
"alias": "callisto.liw.fi"
},
"before": "525dc9a9e43217e038aa26a1dcb082ada32f1192",
"after": "525dc9a9e43217e038aa26a1dcb082ada32f1192",
"branch": "main",
"commits": [
"525dc9a9e43217e038aa26a1dcb082ada32f1192"
]
}[2026-01-20T11:11:02Z INFO ambient] ambient starts
[2026-01-20T11:11:02Z 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-20T11:11:02Z 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",
},
uefi: false,
lint: true,
}
[2026-01-20T11:11:02Z DEBUG ambient_ci::linter] linting project rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M with rsync_target
[2026-01-20T11:11:02Z DEBUG ambient_ci::linter] linting project rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M with http_get
[2026-01-20T11:11:02Z DEBUG ambient_ci::linter] linting project rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M with shellcheck
[2026-01-20T11:11:02Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M/meta.yaml
[2026-01-20T11:11:02Z DEBUG ambient_ci::run] latest commit: "525dc9a9e43217e038aa26a1dcb082ada32f1192"
[2026-01-20T11:11:02Z DEBUG ambient_ci::run] is a git repository
[2026-01-20T11:11:02Z DEBUG ambient_ci::run] git repository is clean
[2026-01-20T11:11:02Z DEBUG ambient_ci::run] current (HEAD) commit: 525dc9a9e43217e038aa26a1dcb082ada32f1192
[2026-01-20T11:11:02Z DEBUG ambient_ci::run] no dry run requested
[2026-01-20T11:11:02Z DEBUG ambient_ci::run] forced run requested
[2026-01-20T11:11:02Z DEBUG ambient_ci::run] run? true
[2026-01-20T11:11:02Z INFO ambient_ci::run] project rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M: running CI
[2026-01-20T11:11:02Z DEBUG ambient_ci::run] Construct runnable plans for pre-plan, plan, and post-plan
[2026-01-20T11:11:02Z DEBUG ambient_ci::run] Executing pre-plan steps
[2026-01-20T11:11:02Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
CargoFetch,
)
[2026-01-20T11:11:02Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
CargoFetch,
)
[2026-01-20T11:11:02Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/home/_rad/ambient-state/rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M/dependencies",
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M/cache/cargo-target",
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
},
source_dir: "/tmp/.tmpVjzDd9/src",
deps_dir: "/home/_rad/ambient-state/rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M/dependencies",
artifacts_dir: "/home/_rad/ambient-state/rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/tmp/.tmpVjzDd9/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmpVjzDd9/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmpVjzDd9/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: /tmp/.tmpVjzDd9/src => /tmp/.tmpTlRJrw
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/src wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/src/lib.rs wanted=true
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpVjzDd9/src/src/lib.rs => /tmp/.tmpTlRJrw/src/lib.rs
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/src/error.rs wanted=true
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpVjzDd9/src/src/error.rs => /tmp/.tmpTlRJrw/src/error.rs
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/src/display.rs wanted=true
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpVjzDd9/src/src/display.rs => /tmp/.tmpTlRJrw/src/display.rs
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/src/bin wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/src/bin/rad-job.rs wanted=true
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpVjzDd9/src/src/bin/rad-job.rs => /tmp/.tmpTlRJrw/src/bin/rad-job.rs
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/release.toml wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/flake.nix wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/flake.lock wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/README.md wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/Cargo.toml wanted=true
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpVjzDd9/src/Cargo.toml => /tmp/.tmpTlRJrw/Cargo.toml
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/Cargo.lock wanted=true
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpVjzDd9/src/Cargo.lock => /tmp/.tmpTlRJrw/Cargo.lock
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/CHANGELOG.md wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.radicle wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.radicle/ambient.yaml wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.gitignore wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.envrc wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/index wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/HEAD wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/config wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/logs wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/logs/HEAD wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/logs/refs wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/logs/refs/heads wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/logs/refs/heads/main wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/logs/refs/remotes wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/logs/refs/remotes/origin wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/packed-refs wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/refs wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/refs/remotes wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/refs/remotes/origin wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/refs/remotes/origin/HEAD wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/refs/tags wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/refs/heads wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/refs/heads/main wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/24 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/24/c9133254c7da07f6b8ae9401d1db44e5558da4 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/07 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/07/333ca441ebf9f2ddea0be850a4a294169a920d wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/07/817fa53a138e22cb046950e43bae6b912acfb0 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/a1 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/a1/8e3dbed99bf1c450c2c3668814e0d092af0308 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/d7 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/d7/d22052d0fb5bcbe0adbb50ecbd6d6dda583a97 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/14 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/14/730c22eeabba6b6920ca465e62154372ba07cf wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/6e wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/6e/5afbc87001f5a159bbe4fb28e87f276c2d46ca wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/4f wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/4f/64c9fceb74371ce2029255b3844c0b255f00bc wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/fb wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/fb/19483dd2e671845adc3897d3a6da5b7dfec943 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/f9 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/f9/634c069902d24adf1da4a0d9129b761e9dae8b wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/f9/a4223ceab0313fdbeb9d6014094efe2cb2876b wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/32 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/32/1a377d916163def8c2a44706925589293dea72 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/97 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/97/81d1973a4d4660e80dff3ce93728b761d4c024 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/6d wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/6d/59e4101057ccb15cd9395d6c199915bc8c0ce3 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/da wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/da/466ab10f30c92bfe28fbab16e62d5fccea4dcb wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/42 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/42/cd9e5d9a4154adff77428e5ea77616ae74a258 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/60 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/60/b70b50a50a53457f7e97664ed67a6bec898d0d wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/9d wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/9d/c86f609300d2edbc3616b9fbc460806ddf1951 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/28 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/28/88b2c8909d4c82c15e580526b07329f0a3aed0 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/cf wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/cf/d4be0e66d76982e372e119eee102fe72e65b69 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/d1 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/d1/9f4f11b61cde00a1da10b08fb527928920fbb9 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/c1 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/c1/3b5a109ba2989f07bca2c7e461f5feec71933f wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/84 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/84/bc338fa95539536e51c7c3efb527289cd1fd7a wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/f6 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/f6/f26cc0116ed438b134565d22d08dbd1a61de4d wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/23 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/23/71b1df9a3ab829a1580ad8ae4c877837a3dd0a wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/2d wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/2d/f119de5f22da881ee4075c088987851ad29c01 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/2d/2e7d1cb8226c98fa57fb9f98358f0a570767f7 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/80 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/80/4c195fbffe97ff3a002ce5289c0c0102a807a8 wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/info wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/info/commit-graph wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/info/packs wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-ef2f3ec4145414472c1001d112ad0f9a6f9f22b6.pack wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-ef2f3ec4145414472c1001d112ad0f9a6f9f22b6.idx wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-95bead7c5560227c3671c3dbf9d01e2bc94b303d.pack wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-48e8b738da31acdd48ad13ce83d52210d679a696.pack wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-0dd6faf04023c6602bb00dede7f5e9051458a570.pack wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-c8d6c1af49bfc16f82db30e5aa168d1d56995b6b.idx wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-ffffe313492e9842d148f88892f066633c9638b1.pack wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-04f10a689eb1036c46127c0b48abdf289567d115.idx wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-04f10a689eb1036c46127c0b48abdf289567d115.pack wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-cbc6bea7c7728f55dc0c4db2ae2a7ac49d9f7ee2.pack wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-c8d6c1af49bfc16f82db30e5aa168d1d56995b6b.pack wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-7f642858a1f45c8ed3e764641b5b3d28d603ff1d.bitmap wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-d2b9a260c95630a694400fc01b73fbe6c4a84965.idx wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-f415d10e3d3875c5f2d1fc1bb0b6af2dc4f2dd34.pack wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-13135988afaa4b59aa2c52d008a4e5ccf4f5725d.idx wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-0dd6faf04023c6602bb00dede7f5e9051458a570.idx wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-ffffe313492e9842d148f88892f066633c9638b1.idx wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-f415d10e3d3875c5f2d1fc1bb0b6af2dc4f2dd34.idx wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-c9c16abd5f4dd15c3744a117b3317f3161696caa.pack wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-176a38ebf2f21f3a86ff88bd76b26d81e6e327af.pack wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-3e65ee3ec94fde64924c46b4744081fd76ea7232.pack wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-13135988afaa4b59aa2c52d008a4e5ccf4f5725d.pack wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-48e8b738da31acdd48ad13ce83d52210d679a696.idx wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-7f642858a1f45c8ed3e764641b5b3d28d603ff1d.idx wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-7f642858a1f45c8ed3e764641b5b3d28d603ff1d.pack wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-e3652fb7c37e03eddad0d735f30f3e1b0da26079.pack wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-baf211b07874873ba4da95542b7cb1a7b87e9620.pack wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-fa2ddf7ab312f4b88886dd6f40cbe46667b6b5b5.idx wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-a70345a7b6a07ceb94ae1565dfca4c388790c8bd.idx wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-3e65ee3ec94fde64924c46b4744081fd76ea7232.idx wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-176a38ebf2f21f3a86ff88bd76b26d81e6e327af.idx wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-e3c9c4c9afb71e5c61714722a0de38d0a382b3cd.idx wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-fa2ddf7ab312f4b88886dd6f40cbe46667b6b5b5.pack wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-cbc6bea7c7728f55dc0c4db2ae2a7ac49d9f7ee2.idx wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-d2b9a260c95630a694400fc01b73fbe6c4a84965.pack wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-e093de59b8f5bc611654ae37127463309ce701fb.pack wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-c9c16abd5f4dd15c3744a117b3317f3161696caa.idx wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-1d5a7fa6f87e3af2dce70f2486869cbf0a5aaa7e.pack wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-e093de59b8f5bc611654ae37127463309ce701fb.idx wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-e3c9c4c9afb71e5c61714722a0de38d0a382b3cd.pack wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-95bead7c5560227c3671c3dbf9d01e2bc94b303d.idx wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-f4765e3ccea90f6fdc4d9c7b1fd65f9da2357673.pack wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-baf211b07874873ba4da95542b7cb1a7b87e9620.idx wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-e3652fb7c37e03eddad0d735f30f3e1b0da26079.idx wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-1d5a7fa6f87e3af2dce70f2486869cbf0a5aaa7e.idx wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-a70345a7b6a07ceb94ae1565dfca4c388790c8bd.pack wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-f4765e3ccea90f6fdc4d9c7b1fd65f9da2357673.idx wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/objects/pack/pack-7f642858a1f45c8ed3e764641b5b3d28d603ff1d.rev wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/branches wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/hooks wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/hooks/update.sample wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/hooks/commit-msg.sample wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/hooks/applypatch-msg.sample wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/hooks/pre-merge-commit.sample wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/hooks/post-update.sample wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/hooks/pre-push.sample wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/hooks/pre-rebase.sample wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/hooks/push-to-checkout.sample wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/hooks/pre-commit.sample wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/hooks/pre-receive.sample wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/hooks/sendemail-validate.sample wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/hooks/pre-applypatch.sample wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/description wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/info wanted=false
[2026-01-20T11:11:02Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpVjzDd9/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
cwd=/tmp/.tmpTlRJrw (exists? true)
[2026-01-20T11:11:03Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:11:03Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-20T11:11:03Z DEBUG ambient_ci::run] Executing plan steps
[2026-01-20T11:11:03Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpXDXOJK/src.tar
[2026-01-20T11:11:03Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpXDXOJK/deps.tar
[2026-01-20T11:11:06Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2026-01-20T11:11:06Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
steps: [
Mkdir(
Mkdir {
pathname: "/ci",
},
),
Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
),
TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
),
Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
),
Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
),
Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
),
CargoFmt(
CargoFmt,
),
CargoClippy(
CargoClippy,
),
CargoTest(
CargoTest,
),
TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
),
TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/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(
"/ci",
),
source_dir: Some(
"/ci/src",
),
deps_dir: Some(
"/ci/deps",
),
cache_dir: Some(
"/ci/cache",
),
artifacts_dir: Some(
"/ci/artifacts",
),
}
[2026-01-20T11:11:06Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2026-01-20T11:11:06Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpXDXOJK/ambient-execute-plan/run-ci
[2026-01-20T11:11:06Z DEBUG ambient_ci::run] copy OK: true
[2026-01-20T11:11:06Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpXDXOJK/executor.tar
[2026-01-20T11:11:22Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M/run.log
[2026-01-20T11:11:22Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M, exists? true
[2026-01-20T11:11:22Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M/run.log
[2026-01-20T11:11:22Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M/run.log OK
[2026-01-20T11:11:22Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2026-01-20T11:11:22Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2026-01-20T11:11:22Z 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-20T11:11:22Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2026-01-20T11:11:22Z DEBUG ambient_ci::cloud_init] with_network called: false
[2026-01-20T11:11:22Z 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-20T11:11:22Z DEBUG ambient_ci::qemu] run QEMU
[2026-01-20T11:11:22Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2026-01-20T11:11:22Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmp3vWYl0/.tmpHPfTat/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2026-01-20T11:11:22Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2026-01-20T11:11:22Z 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-20T11:11:22Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpWUBHq3/meta-data
[2026-01-20T11:11:22Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpWUBHq3/user-data
[2026-01-20T11:11:22Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpWUBHq3/network-config
[2026-01-20T11:11:22Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmp3vWYl0/.tmpHPfTat/console.log
[2026-01-20T11:11:22Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmp3vWYl0/.tmpHPfTat/console.log
[2026-01-20T11:11:22Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M/run.log
[2026-01-20T11:11:22Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M/run.log
[2026-01-20T11:11:22Z 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/.tmp3vWYl0/.tmpHPfTat/console.log",
"-serial",
"file:/home/_rad/ambient-state/rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M/run.log",
"-drive",
"format=qcow2,if=virtio,file=/home/_rad/tmp/.tmp3vWYl0/.tmpHPfTat/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpXDXOJK/executor.tar,readonly=on",
"-cdrom",
"/home/_rad/tmp/.tmp3vWYl0/.tmpHPfTat/cloud_init.iso",
"-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/.tmp3vWYl0/.tmpHPfTat/vars.fd",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpXDXOJK/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpXDXOJK/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpXDXOJK/cache.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpXDXOJK/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2026-01-20T11:12:41Z DEBUG ambient_ci::qemu] QEMU finished OK
[2026-01-20T11:12:41Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2026-01-20T11:11:29Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:11:29Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:11:29Z INFO ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:11:29Z WARN ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:11:29Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:11:29Z TRACE ambient_ci::plan] RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /ci
- action: mkdir
pathname: /ci/artifacts
- 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: shell
shell: ln -sf /ci /workspace
- action: shell
shell: git config --global user.name 'Ambient CI'
- action: shell
shell: git config --global user.email ambient@example.com
- action: cargo_fmt
- action: cargo_clippy
- 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
workspace_dir: /ci
source_dir: /ci/src
deps_dir: /ci/deps
cache_dir: /ci/cache
artifacts_dir: /ci/artifacts
[2026-01-20T11:11:29Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-20T11:11:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-20T11:11:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:11:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:11:29Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-20T11:11:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-20T11:11:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:11:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:11:29Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-20T11:11:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-20T11:11:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:11:29Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-01-20T11:11:29Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T11:11:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:11:29Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-20T11:11:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-20T11:11:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:11:29Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-01-20T11:11:34Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T11:11:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:11:34Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T11:11:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T11:11:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:11:34Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-01-20T11:12:16Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T11:12:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:16Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-20T11:12:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-20T11:12:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nln -sf /ci /workspace\n"]
cwd=/ci/src (exists? true)
+ ln -sf /ci /workspace
[2026-01-20T11:12:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:16Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-20T11:12:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-20T11:12:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.name 'Ambient CI'\n"]
cwd=/ci/src (exists? true)
+ git config --global user.name 'Ambient CI'
[2026-01-20T11:12:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:16Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-20T11:12:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-20T11:12:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.email ambient@example.com\n"]
cwd=/ci/src (exists? true)
+ git config --global user.email ambient@example.com
[2026-01-20T11:12:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:16Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2026-01-20T11:12:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2026-01-20T11:12:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/ci/src (exists? true)
[2026-01-20T11:12:18Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:18Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2026-01-20T11:12:18Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2026-01-20T11:12:18Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/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=/ci/src (exists? true)
Checking radicle-job v0.4.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
[2026-01-20T11:12:20Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:20Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
CargoTest,
)
[2026-01-20T11:12:20Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
CargoTest,
)
[2026-01-20T11:12:20Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
cwd=/ci/src (exists? true)
Compiling radicle-job v0.4.0 (/ci/src)
Finished `test` profile [unoptimized + debuginfo] target(s) in 1.42s
Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/radicle_job-238247049fb1fadf)
running 4 tests
test test::idempotent_create ... ok
test test::missing_commit ... ok
test test::runs_insertion_order_iteration ... ok
test test::e2e ... ok
test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
Running unittests src/bin/rad-job.rs (/ci/cache/cargo-target/debug/deps/rad_job-a28eea8ffeb7fb71)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests radicle_job
running 1 test
test src/lib.rs - (line 13) ... ok
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.37s
[2026-01-20T11:12:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:24Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T11:12:24Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T11:12:24Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:12:24Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/ci/cache",
),
size: None,
}
[2026-01-20T11:12:24Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-01-20T11:12:24Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-01-20T11:12:24Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
[2026-01-20T11:12:24Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
[2026-01-20T11:12:24Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-20T11:12:37Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-01-20T11:12:37Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:37Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-01-20T11:12:37Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-01-20T11:12:37Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T11:12:37Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/ci/artifacts",
),
size: None,
}
[2026-01-20T11:12:37Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-01-20T11:12:37Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-01-20T11:12:37Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
[2026-01-20T11:12:37Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
[2026-01-20T11:12:37Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-20T11:12:37Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-01-20T11:12:37Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:12:37Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
====================
[2026-01-20T11:12:41Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2026-01-20T11:12:42Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2026-01-20T11:12:42Z DEBUG ambient_ci::run] remove old cache
[2026-01-20T11:12:43Z DEBUG ambient_ci::run] extract cache
[2026-01-20T11:12:50Z DEBUG ambient_ci::run] Executing post-plan steps
[2026-01-20T11:12:50Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-20T11:12:50Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M/meta.yaml
[2026-01-20T11:12:51Z INFO ambient] ambient ends successfully
<empty log>