Radicle repository id rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8
[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
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 710K 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 123.1M 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2025-11-30 06:52 ./
-rw-r--r-- _rad/_rad 799 2025-11-30 06:52 ./plan.yaml
-rwxr-xr-x _rad/_rad 6394112 2025-11-30 06:52 ./run-ci
INFO: Extracted files:
6160394 4 drwxr-xr-x 2 1000 1000 4096 Nov 30 06:52 .
6160395 4 -rw-r--r-- 1 1000 1000 799 Nov 30 06:52 ./plan.yaml
6160396 6248 -rwxr-xr-x 1 1000 1000 6394112 Nov 30 06:52 ./run-ci
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-11-30T06:52:33Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-30T06:52:33Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-30T06:52:33Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-30T06:52:33Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-30T06:52:33Z 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_fmt
- action: cargo_clippy
- action: cargo_build
- action: cargo_test
- 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
[2025-11-30T06:52:33Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-11-30T06:52:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-11-30T06:52: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",
}
[2025-11-30T06:52:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:52:33Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-11-30T06:52:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-11-30T06:52: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",
}
[2025-11-30T06:52:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:52:33Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-11-30T06:52:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-11-30T06:52: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",
}
[2025-11-30T06:52:33Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-11-30T06:52:33Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-30T06:52:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:52:33Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-11-30T06:52:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-11-30T06:52: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",
}
[2025-11-30T06:52:33Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-11-30T06:52:35Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-30T06:52:35Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:52:35Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-11-30T06:52:35Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-11-30T06:52:35Z 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",
}
[2025-11-30T06:52:35Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-11-30T06:52:41Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-30T06:52:41Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:52:41Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2025-11-30T06:52:41Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2025-11-30T06:52:41Z 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.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/workspace/src (exists? true)
[2025-11-30T06:52:43Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:52:43Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2025-11-30T06:52:43Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2025-11-30T06:52:43Z 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.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/workspace/src (exists? true)
Checking roadmap v0.7.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
[2025-11-30T06:52:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:52:45Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
CargoBuild,
)
[2025-11-30T06:52:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
CargoBuild,
)
[2025-11-30T06:52:45Z 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.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
cwd=/workspace/src (exists? true)
Compiling roadmap v0.7.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
[2025-11-30T06:52:48Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:52:48Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
CargoTest,
)
[2025-11-30T06:52:48Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
CargoTest,
)
[2025-11-30T06:52:48Z 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.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
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/lib.rs (/workspace/cache/debug/deps/roadmap-b4ef2406a687bb7e)
running 16 tests
test map::tests::empty_dot ... ok
test map::tests::add_step_to_roadmap ... ok
test map::tests::get_step_from_roadmap ... ok
test map::tests::new_roadmap ... ok
test map::tests::simple_dot ... ok
test parser::tests::yaml_happy ... ok
test map::tests::set_missing_goal_status ... ok
test parser::tests::yaml_is_empty ... ok
test parser::tests::yaml_is_list ... ok
test parser::tests::yaml_unknown_dep ... ok
test status::test::happy_from_text ... ok
test parser::tests::yaml_unknown_status ... ok
test status::test::sad_from_text ... ok
test step::tests::new_step ... ok
test step::tests::add_step_dependency ... ok
test step::tests::set_status ... ok
test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
Running unittests src/main.rs (/workspace/cache/debug/deps/roadmap-be1c0e54c8fe17f1)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests roadmap
running 1 test
test src/lib.rs - (line 11) ... ok
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s
[2025-11-30T06:52:49Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:52:49Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-11-30T06:52:49Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-11-30T06:52:49Z 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",
}
[2025-11-30T06:52:49Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-11-30T06:52:49Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-11-30T06:52:49Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-11-30T06:52:49Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-11-30T06:52:49Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-11-30T06:52:49Z TRACE ambient_ci::vdrive] calling tar_create
[2025-11-30T06:52:52Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-11-30T06:52:52Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:52:52Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-11-30T06:52:52Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-11-30T06:52:52Z 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",
}
[2025-11-30T06:52:52Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-11-30T06:52:52Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-11-30T06:52:52Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-11-30T06:52:52Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-11-30T06:52:52Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-11-30T06:52:52Z TRACE ambient_ci::vdrive] calling tar_create
[2025-11-30T06:52:52Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-11-30T06:52:52Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:52:52Z 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:z4PiGKYWcz3XPzLf91DAgSHxjNvg8",
"name": "roadmap",
"description": "Visualize a project roadmap as a dependency graph",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
]
},
"pusher": {
"id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
"alias": "callisto.liw.fi"
},
"before": "8c75ac4fd6c37862ea4da972c2b464cd8afd9c3b",
"after": "8c75ac4fd6c37862ea4da972c2b464cd8afd9c3b",
"branch": "main",
"commits": [
"8c75ac4fd6c37862ea4da972c2b464cd8afd9c3b"
]
}[2025-11-30T06:52:21Z INFO ambient] ambient starts
[2025-11-30T06:52:21Z 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`
[2025-11-30T06:52:21Z 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",
},
}
[2025-11-30T06:52:21Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8/meta.yaml
[2025-11-30T06:52:21Z DEBUG ambient_ci::run] latest commit: "8c75ac4fd6c37862ea4da972c2b464cd8afd9c3b"
[2025-11-30T06:52:21Z DEBUG ambient_ci::run] is a git repository
[2025-11-30T06:52:21Z DEBUG ambient_ci::run] git repository is clean
[2025-11-30T06:52:21Z DEBUG ambient_ci::run] current (HEAD) commit: 8c75ac4fd6c37862ea4da972c2b464cd8afd9c3b
[2025-11-30T06:52:21Z DEBUG ambient_ci::run] no dry run requested
[2025-11-30T06:52:21Z DEBUG ambient_ci::run] forced run requested
[2025-11-30T06:52:21Z DEBUG ambient_ci::run] run? true
[2025-11-30T06:52:21Z INFO ambient_ci::run] project rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8: running CI
[2025-11-30T06:52:21Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-11-30T06:52:21Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
CargoFetch,
)
[2025-11-30T06:52:21Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
CargoFetch,
)
[2025-11-30T06:52:21Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8/cache",
"CARGO_HOME": "/home/_rad/ambient-state/rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8/dependencies",
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
},
source_dir: "/tmp/.tmpLFtriC/src",
deps_dir: "/home/_rad/ambient-state/rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8/dependencies",
artifacts_dir: "/home/_rad/ambient-state/rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/tmp/.tmpLFtriC/src (exists? true)
cargo 1.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmpLFtriC/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmpLFtriC/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] copy_partial_tree: /tmp/.tmpLFtriC/src => /tmp/.tmpO9BfeK
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/src wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/src/step.rs wanted=true
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpLFtriC/src/src/step.rs => /tmp/.tmpO9BfeK/src/step.rs
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/src/status.rs wanted=true
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpLFtriC/src/src/status.rs => /tmp/.tmpO9BfeK/src/status.rs
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/src/parser.rs wanted=true
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpLFtriC/src/src/parser.rs => /tmp/.tmpO9BfeK/src/parser.rs
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/src/map.rs wanted=true
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpLFtriC/src/src/map.rs => /tmp/.tmpO9BfeK/src/map.rs
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/src/main.rs wanted=true
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpLFtriC/src/src/main.rs => /tmp/.tmpO9BfeK/src/main.rs
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/src/lib.rs wanted=true
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpLFtriC/src/src/lib.rs => /tmp/.tmpO9BfeK/src/lib.rs
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/src/err.rs wanted=true
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpLFtriC/src/src/err.rs => /tmp/.tmpO9BfeK/src/err.rs
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/legend.yaml wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/legend.svg wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/check wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/README.md wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/Cargo.toml wanted=true
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpLFtriC/src/Cargo.toml => /tmp/.tmpO9BfeK/Cargo.toml
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/Cargo.lock wanted=true
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpLFtriC/src/Cargo.lock => /tmp/.tmpO9BfeK/Cargo.lock
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.radicle wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.radicle/ambient.yaml wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.gitignore wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/index wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/HEAD wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/config wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/logs wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/logs/HEAD wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/logs/refs wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/logs/refs/heads wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/logs/refs/heads/main wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/logs/refs/remotes wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/logs/refs/remotes/origin wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/packed-refs wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/refs wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/refs/remotes wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/refs/remotes/origin wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/refs/remotes/origin/HEAD wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/refs/tags wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/refs/heads wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/refs/heads/main wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/e9 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/e9/25dfb54822dd639be103e1872ee7f42e53d4b2 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/ff wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/ff/f5f13115a8e88ca7343e482d2b881384a4f5df wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/5a wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/5a/de22b3c23dbfd1791352698e159476583e7c06 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/f4 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/f4/592c2231a64b6f318ced7b030b1131bb355c4c wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/14 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/14/40d4868b9ffd5f2e5733b84363115c9d12787e wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/14/4c2f4ad0d36c540c3d834ae7899da836451a92 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/c6 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/c6/c2ac47ef1e87f9d33c7e7073d2790a5bc05250 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/b2 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/b2/4fe725f0e7c35a49dd3cd51067b47c8acdef02 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/b2/88e916b0eac5bfddb26697583ba7479cf0f6e4 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/c7 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/c7/7bb6c1fefb389b85d7e21627ebaefeb5c9be16 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/c9 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/c9/11eb68a89cf4aad49c34fb546fe70ddd050fc5 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/5f wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/5f/31cc74dacff47180ddaa5fea28711fa74b030a wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/5f/6df26b09315fed5dedd323340539e8af100c7c wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/d2 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/d2/6f52c3ebb8737ef3274f31ba06e32d81390484 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/ef wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/ef/3c51bd6d1cc781e399bc20ef35c4e9d9c49481 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/32 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/32/3610bebf431e6cac51624413311d666de9255c wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/7e wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/7e/3c057fbc597716d916a228d68a684b3dd173bc wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/a6 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/a6/9c8f3109d472d6464b1327441d491c16ef5e6a wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/73 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/73/d77652603dbd6f298c57b644f45faeeb13aba1 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/ba wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/ba/46f1f9d7ddb34f5716b6719f2c4e259418dbab wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/ba/00168202e91530b8c2c824fa01b2c5365b0c70 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/aa wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/aa/c31f97b7250adb7dc04a61c7a9ba35731107e8 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/a7 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/a7/a3ce04660515ee64b69a1b0c772102e2e0cd15 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/97 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/97/4b4d201b0785400701315c34433de4c774c346 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/8d wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/8d/df6afa052ffe09509806e8681d3cb5a7687d66 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/a3 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/a3/79add4b045edd8dba601bfeb5e1395d146e7fe wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/a3/8494bd1a79afd89de1f20069cfa799be9103ad wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/a3/eb1203bc003190436bcda3221f53adfcfa4968 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/f2 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/f2/c2f94b8c132869f3a48af297724b1521b561cf wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/f8 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/f8/d672b4f1911e34094d34e88bf7eaec2c440cee wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/da wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/da/441519298417d9214a9b1d4e88b9053ec63e53 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/da/c483e9505d57c1d02bc1f4b7e655e396613ef6 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/e5 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/e5/2687957804f55e6a2705920911fc2b8641790a wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/45 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/45/3e82aaa26f4606189a03b1f4849034c0c517de wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/45/bd257ad0053a8f3b4fd0eddf26c48ecfcbb575 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/93 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/93/23cf17b1c81ba45752ace9c6de62c0a1e22ded wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/d0 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/d0/672034b11e73bc29f48574755967044ea563db wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/1a wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/1a/ef420d347fc0ce15deaeed626ce7f62d6fb291 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/42 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/42/3e6bfa4b871ca229ea2521aea0907d7d8d24d3 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/42/b9e80af6f391234f15e22a2d1f518dd2e0f114 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/cd wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/cd/7a8bf4bc2c93960f590771a34a4391b3098bb4 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/4b wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/4b/bf6cb3322f5e9d1623cad7843a0f98148f140d wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/9d wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/9d/84de24830b9869841276b982c76f8595a5b97e wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/08 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/08/68e62d2ca621949f2c3b569b6218dab96375f2 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/12 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/12/7ca329b0a46302bbfec052ea6166c9c51e65f0 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/12/d30d081d26261c308ec1374391817e0e30a307 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/bb wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/bb/652ecd24b788750c60e117d8ad8d1ff5e682e7 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/47 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/47/4327fb00ed630885b6084373e308d8b44c0625 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/25 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/25/32af6e06e99e05c7de5895d15543933f719fd9 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/16 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/16/d707a1139f66fae76294d3dae6621cccbe7b35 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/d1 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/d1/0e7c60538f8901755e2a41168ff2abf05323fd wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/d1/d818d86ef2e1bdf7ad66d3ed03145d891e4ecb wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/c4 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/c4/f46c2b46360a44b4efef5741615950897d9e14 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/29 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/29/c5ab3f3dbcd47d80090342c8cbeac78479dd5f wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/8f wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/8f/af4017a97652280d8077230e295d0ede290352 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/0f wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/0f/5e197ff95d20ca55a647e2ca48caf4232586a0 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/be wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/be/7ef13633c65328384765b5ed33bbdd081b93dd wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/0c wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/0c/655d94869514536f0ebd280cb65003b19c2b8c wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/21 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/21/4f07ba40d1450c512f55526a36a07fb4e18641 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/4a wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/4a/9da317feae190855102360925de444b179b575 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/e0 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/e0/ad0ec90684ae523b694fb18466b86173cdac05 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/e0/93b39fcbfe37f5dd33979bc6f49276fbf1a01e wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/5e wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/5e/35d79ca96f88e9815a3fc7e3f03c99eb992a93 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/eb wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/eb/908e4f1cda12835b321191d676724578508e06 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/eb/11a563067d2498f2d7e3e116b508f31f0f9feb wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/a2 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/a2/a3912a4c8b506b3b2164f55b9a76721d4d85a4 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/11 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/11/af7061b529ba6d6690c696c53ea3a8d83151d4 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/64 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/64/fb6300d2804ebcfec756d0dd77d57ac3acd25e wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/03 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/03/dc5bf25faf37a9f1f448a25b8b8cecf0083d26 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/f1 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/f1/bbabf8d9416d2d97018339eb2687c331613cf6 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/f1/6b9553b6173b905208b1d8d0cb16e47c3d1794 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/c0 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/c0/141677968c6a3c0a94fae9136f1341aeb3d3ae wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/df wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/df/b7266b15e55327a90b4c50fc3a873b4501291b wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/71 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/71/1636095d67839024401fe77173e33f05fef6be wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/43 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/43/7fb8df0412ee8dacfd4dab30983fb7f3eac2ad wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/d3 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/d3/577f4b770d3b4812b72c69b15be11eca7a2ee5 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/83 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/83/71183ddbe5a57a1ac870e5fc2f77eb3a524407 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/83/9df5e5fe76ed0469cfc8b8a3b7e210b81cd0eb wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/20 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/20/01c808f44858ca7ee863b7de50b654864ec07c wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/db wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/db/16fb26a722ed5b7e8c7400c817040bd0628943 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/db/3a43d2462f290a26051537e7a959240eca1b30 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/db/d94e17d760f944f86b229a46bfbc5faade26c0 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/1e wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/1e/863eb6009ae7c45eb28872ec70f1bedbe29c77 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/1d wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/1d/b01307955b889012b31b63e85386ad2bcd2b95 wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/info wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/info/commit-graph wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/info/packs wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-33baecd515d31d3208c80ba5bce4e851c6bdf2ba.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-957188d933a62475cc7f0791fe313ab1c36be41d.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-ea73f6e55a85bd7d7cc81b4d76feaa39a9cda40c.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-043860c728c2f121f626e48007407d637e7130f4.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-107933a091b6144fb01597b40da10b01797f2f27.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-d79578fb0e1e17f22fc1a0b4ec6f12de8d582eaf.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-3aa5d0e43dbc2173ce2e715699b9296afba317de.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-917929b2f97055fffb8f8fa84982f4b2894bc6d0.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-813bb65e2d07ebea17a8e0c08b14c0abcef13fc6.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-c1ff0ff138e760bb2e80393d23e0450b4ca9a86d.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-9ebbd010ae52c5b375f273e6a889a09c6b34b7c9.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-33baecd515d31d3208c80ba5bce4e851c6bdf2ba.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-813bb65e2d07ebea17a8e0c08b14c0abcef13fc6.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-4736675377e1bd192feafc1b4584896a776a92d0.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-a4bd06e0a7870e27fdcedf764bb4fc52836af36c.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-917929b2f97055fffb8f8fa84982f4b2894bc6d0.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-e423ac926a041562454252cf3733d441b1abf16e.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-2bbf8bda8bd446d13f9ea30201bb94450d132254.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-e423ac926a041562454252cf3733d441b1abf16e.bitmap wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-f4f894ad708f015947f656f988fc25fd7c7247de.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-fe18ba4717840a04666e3a1346fcbc11a7b90166.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-4ee7df3d768c651bf500ddc7e02370292b979634.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-ab13172451b3355e355eef5e193c7be6d68c8fde.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-964ba5718118fd1cda9d3eae4c631bc37a2899a1.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-a4bd06e0a7870e27fdcedf764bb4fc52836af36c.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-ca8c7264749c9904596c031d866fe2b1b8d041a9.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-155a34f60b8bacfee03b606b34c29c61a9c73ddb.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-f13e8d12f379274283907f45734359cd5652a297.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-fe18ba4717840a04666e3a1346fcbc11a7b90166.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-9929c9e251f364291259877ac47363428d503b2f.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-ca8c7264749c9904596c031d866fe2b1b8d041a9.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-ea73f6e55a85bd7d7cc81b4d76feaa39a9cda40c.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-9c1435eb53ece02991f58b2e3f9394415d4e21a9.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-9ebbd010ae52c5b375f273e6a889a09c6b34b7c9.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-f832f3e0631bb21b9bd8d1a02383c3a49942181f.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-316d7e7a7dec5fc0b4cbe75e8a890750063aa55f.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-316d7e7a7dec5fc0b4cbe75e8a890750063aa55f.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-964ba5718118fd1cda9d3eae4c631bc37a2899a1.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-8a03102f0bec40da50d1e6daa3171b499d5c92c7.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-6f018154dfb40bc73b400437da03388f6ec0bf91.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-b39b69e363e27955d57a5e960fe40aa8ec4cbf8d.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-6d33e50faa2bd070cea199a7980c49b25f028121.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-107933a091b6144fb01597b40da10b01797f2f27.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-c1ff0ff138e760bb2e80393d23e0450b4ca9a86d.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-0b3012e878a3f0f2fe75d49253dbc5e39f57fbba.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-3aa5d0e43dbc2173ce2e715699b9296afba317de.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-f5cc03727712ef1a33aa17a39f7efedc3330db13.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-6f018154dfb40bc73b400437da03388f6ec0bf91.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-8a03102f0bec40da50d1e6daa3171b499d5c92c7.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-3918cd24061ca0d9bd246b1ef693562a02ea70e3.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-155a34f60b8bacfee03b606b34c29c61a9c73ddb.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-2a3decd2895dcd240dd4be82d05bfd29ccae8daa.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-e90b9db1cc26e157bf39c86eb3f24639db9cb899.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-f5cc03727712ef1a33aa17a39f7efedc3330db13.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-06ce02e423064489c011719c4384cf09d53e5b76.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-2a3decd2895dcd240dd4be82d05bfd29ccae8daa.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-d79578fb0e1e17f22fc1a0b4ec6f12de8d582eaf.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-f832f3e0631bb21b9bd8d1a02383c3a49942181f.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-f2d1c523c1ec103aca169d354c5d25f7010690d6.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-e423ac926a041562454252cf3733d441b1abf16e.rev wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-f13e8d12f379274283907f45734359cd5652a297.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-b56cbbc45eeb4c2280e97ec537d32d152dedd539.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-957188d933a62475cc7f0791fe313ab1c36be41d.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-b56cbbc45eeb4c2280e97ec537d32d152dedd539.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-6ffae6276e4dea396553a28757572ec637d6ffd2.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-6ffae6276e4dea396553a28757572ec637d6ffd2.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-46ce99f481f554357923f781c2f79efaae038ba1.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-0b3012e878a3f0f2fe75d49253dbc5e39f57fbba.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-e90b9db1cc26e157bf39c86eb3f24639db9cb899.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-9c1435eb53ece02991f58b2e3f9394415d4e21a9.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-2bbf8bda8bd446d13f9ea30201bb94450d132254.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-e423ac926a041562454252cf3733d441b1abf16e.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-06ce02e423064489c011719c4384cf09d53e5b76.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-ab13172451b3355e355eef5e193c7be6d68c8fde.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-46ce99f481f554357923f781c2f79efaae038ba1.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-4ee7df3d768c651bf500ddc7e02370292b979634.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-4736675377e1bd192feafc1b4584896a776a92d0.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-9929c9e251f364291259877ac47363428d503b2f.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-043860c728c2f121f626e48007407d637e7130f4.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-6d33e50faa2bd070cea199a7980c49b25f028121.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-b39b69e363e27955d57a5e960fe40aa8ec4cbf8d.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-f4f894ad708f015947f656f988fc25fd7c7247de.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-3918cd24061ca0d9bd246b1ef693562a02ea70e3.idx wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/objects/pack/pack-f2d1c523c1ec103aca169d354c5d25f7010690d6.pack wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/branches wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/hooks wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/hooks/update.sample wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/hooks/commit-msg.sample wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/hooks/applypatch-msg.sample wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/hooks/pre-merge-commit.sample wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/hooks/post-update.sample wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/hooks/pre-push.sample wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/hooks/pre-rebase.sample wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/hooks/push-to-checkout.sample wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/hooks/pre-commit.sample wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/hooks/pre-receive.sample wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/hooks/sendemail-validate.sample wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/hooks/pre-applypatch.sample wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/description wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/info wanted=false
[2025-11-30T06:52:21Z DEBUG ambient_ci::util] path=/tmp/.tmpLFtriC/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
cwd=/tmp/.tmpO9BfeK (exists? true)
[2025-11-30T06:52:22Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:52:22Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-11-30T06:52:22Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpemdK0W/src.tar
[2025-11-30T06:52:22Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpemdK0W/deps.tar
[2025-11-30T06:52:23Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-11-30T06:52:23Z 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",
},
),
CargoFmt(
CargoFmt,
),
CargoClippy(
CargoClippy,
),
CargoBuild(
CargoBuild,
),
CargoTest(
CargoTest,
),
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",
),
}
[2025-11-30T06:52:23Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-11-30T06:52:23Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpemdK0W/ambient-execute-plan/run-ci
[2025-11-30T06:52:23Z DEBUG ambient_ci::run] copy OK: true
[2025-11-30T06:52:23Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpemdK0W/executor.tar
[2025-11-30T06:52:25Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8/run.log
[2025-11-30T06:52:25Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8, exists? true
[2025-11-30T06:52:25Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8/run.log
[2025-11-30T06:52:25Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8/run.log OK
[2025-11-30T06:52:25Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-11-30T06:52:25Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-11-30T06:52:25Z 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"
[2025-11-30T06:52:25Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-11-30T06:52:25Z 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",
],
}
[2025-11-30T06:52:25Z DEBUG ambient_ci::qemu] run QEMU
[2025-11-30T06:52:25Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-11-30T06:52:25Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmphlkRV5/.tmpUWIxt5/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-11-30T06:52:25Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-11-30T06:52:25Z 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",
],
}
[2025-11-30T06:52:25Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpDYVZ5R/meta-data
[2025-11-30T06:52:25Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpDYVZ5R/user-data
[2025-11-30T06:52:26Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmphlkRV5/.tmpUWIxt5/console.log
[2025-11-30T06:52:26Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmphlkRV5/.tmpUWIxt5/console.log
[2025-11-30T06:52:26Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8/run.log
[2025-11-30T06:52:26Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8/run.log
[2025-11-30T06:52:26Z 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/.tmphlkRV5/.tmpUWIxt5/console.log",
"-serial",
"file:/home/_rad/ambient-state/rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8/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/.tmphlkRV5/.tmpUWIxt5/vars.fd",
"-drive",
"format=qcow2,if=virtio,file=/home/_rad/tmp/.tmphlkRV5/.tmpUWIxt5/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpemdK0W/executor.tar,readonly=on",
"-cdrom",
"/home/_rad/tmp/.tmphlkRV5/.tmpUWIxt5/cloud_init.iso",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpemdK0W/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpemdK0W/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpemdK0W/cache.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpemdK0W/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2025-11-30T06:52:54Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-11-30T06:52:54Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2025-11-30T06:52:33Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-30T06:52:33Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-30T06:52:33Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-30T06:52:33Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-30T06:52:33Z 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_fmt
- action: cargo_clippy
- action: cargo_build
- action: cargo_test
- 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
[2025-11-30T06:52:33Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-11-30T06:52:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-11-30T06:52: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",
}
[2025-11-30T06:52:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:52:33Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-11-30T06:52:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-11-30T06:52: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",
}
[2025-11-30T06:52:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:52:33Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-11-30T06:52:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-11-30T06:52: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",
}
[2025-11-30T06:52:33Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-11-30T06:52:33Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-30T06:52:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:52:33Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-11-30T06:52:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-11-30T06:52: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",
}
[2025-11-30T06:52:33Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-11-30T06:52:35Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-30T06:52:35Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:52:35Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-11-30T06:52:35Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-11-30T06:52:35Z 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",
}
[2025-11-30T06:52:35Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-11-30T06:52:41Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-30T06:52:41Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:52:41Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2025-11-30T06:52:41Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2025-11-30T06:52:41Z 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.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/workspace/src (exists? true)
[2025-11-30T06:52:43Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:52:43Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2025-11-30T06:52:43Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2025-11-30T06:52:43Z 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.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/workspace/src (exists? true)
Checking roadmap v0.7.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
[2025-11-30T06:52:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:52:45Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
CargoBuild,
)
[2025-11-30T06:52:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
CargoBuild,
)
[2025-11-30T06:52:45Z 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.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
cwd=/workspace/src (exists? true)
Compiling roadmap v0.7.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
[2025-11-30T06:52:48Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:52:48Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
CargoTest,
)
[2025-11-30T06:52:48Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
CargoTest,
)
[2025-11-30T06:52:48Z 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.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
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/lib.rs (/workspace/cache/debug/deps/roadmap-b4ef2406a687bb7e)
running 16 tests
test map::tests::empty_dot ... ok
test map::tests::add_step_to_roadmap ... ok
test map::tests::get_step_from_roadmap ... ok
test map::tests::new_roadmap ... ok
test map::tests::simple_dot ... ok
test parser::tests::yaml_happy ... ok
test map::tests::set_missing_goal_status ... ok
test parser::tests::yaml_is_empty ... ok
test parser::tests::yaml_is_list ... ok
test parser::tests::yaml_unknown_dep ... ok
test status::test::happy_from_text ... ok
test parser::tests::yaml_unknown_status ... ok
test status::test::sad_from_text ... ok
test step::tests::new_step ... ok
test step::tests::add_step_dependency ... ok
test step::tests::set_status ... ok
test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
Running unittests src/main.rs (/workspace/cache/debug/deps/roadmap-be1c0e54c8fe17f1)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests roadmap
running 1 test
test src/lib.rs - (line 11) ... ok
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s
[2025-11-30T06:52:49Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:52:49Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-11-30T06:52:49Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-11-30T06:52:49Z 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",
}
[2025-11-30T06:52:49Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-11-30T06:52:49Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-11-30T06:52:49Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-11-30T06:52:49Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-11-30T06:52:49Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-11-30T06:52:49Z TRACE ambient_ci::vdrive] calling tar_create
[2025-11-30T06:52:52Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-11-30T06:52:52Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:52:52Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-11-30T06:52:52Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-11-30T06:52:52Z 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",
}
[2025-11-30T06:52:52Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-11-30T06:52:52Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-11-30T06:52:52Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-11-30T06:52:52Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-11-30T06:52:52Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-11-30T06:52:52Z TRACE ambient_ci::vdrive] calling tar_create
[2025-11-30T06:52:52Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-11-30T06:52:52Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:52:52Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
====================
[2025-11-30T06:52:54Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2025-11-30T06:52:54Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2025-11-30T06:52:54Z DEBUG ambient_ci::run] remove old cache
[2025-11-30T06:52:55Z DEBUG ambient_ci::run] extract cache
[2025-11-30T06:52:55Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-11-30T06:52:55Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-11-30T06:52:55Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8/meta.yaml
[2025-11-30T06:52:56Z INFO ambient] ambient ends successfully
<empty log>