Radicle repository id rad:z39WbeupErKS8TwbDS5yU8eZSa3C
[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 6.8M 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 198.6M 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2026-02-04 11:31 ./
-rw-r--r-- _rad/_rad 1086 2026-02-04 11:31 ./plan.yaml
-rwxr-xr-x _rad/_rad 6275392 2026-02-04 11:31 ./run-ci
INFO: Extracted files:
524300 4 drwxr-xr-x 2 1000 1000 4096 Feb 4 11:31 .
524301 4 -rw-r--r-- 1 1000 1000 1086 Feb 4 11:31 ./plan.yaml
524302 6132 -rwxr-xr-x 1 1000 1000 6275392 Feb 4 11:31 ./run-ci
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2026-02-04T11:31:44Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-02-04T11:31:44Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-02-04T11:31:44Z INFO ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-02-04T11:31:44Z WARN ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-02-04T11:31:44Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-02-04T11:31:44Z 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: shell
shell: |
export CARGO_TARGET_DIR=/workspace/cache
export CARGO_HOME=/workspace/deps
export HOME=/root
export PATH="/root/.cargo/bin:/root/.radicle/bin:$PATH"
export CARGO_NET_OFFLINE=true
# lets see if 'bar' works
./bar
- 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-02-04T11:31:44Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-02-04T11:31:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-02-04T11:31:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-02-04T11:31:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T11:31:44Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-02-04T11:31:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-02-04T11:31:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-02-04T11:31:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T11:31:44Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-02-04T11:31:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-02-04T11:31:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-02-04T11:31:44Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-02-04T11:31:44Z TRACE ambient_ci::vdrive] extraction OK
[2026-02-04T11:31:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T11:31:44Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-02-04T11:31:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-02-04T11:31:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-02-04T11:31:44Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-02-04T11:31:45Z TRACE ambient_ci::vdrive] extraction OK
[2026-02-04T11:31:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T11:31:45Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-02-04T11:31:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-02-04T11:31:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-02-04T11:31:45Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-02-04T11:31:49Z TRACE ambient_ci::vdrive] extraction OK
[2026-02-04T11:31:49Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T11:31:49Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-02-04T11:31:49Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-02-04T11:31:49Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
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-02-04T11:31:49Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T11:31:49Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-02-04T11:31:49Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-02-04T11:31:49Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
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-02-04T11:31:49Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T11:31:49Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-02-04T11:31:49Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-02-04T11:31:49Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
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-02-04T11:31:49Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T11:31:49Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\nexport CARGO_NET_OFFLINE=true\n# lets see if 'bar' works\n./bar\n",
},
)
[2026-02-04T11:31:49Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\nexport CARGO_NET_OFFLINE=true\n# lets see if 'bar' works\n./bar\n",
},
)
[2026-02-04T11:31:49Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\nexport CARGO_NET_OFFLINE=true\n# lets see if 'bar' works\n./bar\n\n"]
cwd=/ci/src (exists? true)
+ export CARGO_TARGET_DIR=/workspace/cache
+ CARGO_TARGET_DIR=/workspace/cache
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export HOME=/root
+ HOME=/root
+ export PATH=/root/.cargo/bin:/root/.radicle/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.radicle/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export CARGO_NET_OFFLINE=true
+ CARGO_NET_OFFLINE=true
+ ./bar
OK: PREPROCESS: fetch_resources
OK: PREPROCESS: build_assets
OK: lints: shellcheck_lint
Locking 71 packages to latest compatible versions
Compiling proc-macro2 v1.0.106
Checking unicode-ident v1.0.22
Compiling mutants v0.0.4
Checking smallvec v1.15.1
Checking rustc-hash v2.1.1
Checking unsynn v0.3.0 (/ci/src)
Finished `dev` profile [optimized + debuginfo] target(s) in 1.22s
OK: cargo_lint: cargo_check
Checking unsynn v0.3.0 (/ci/src)
Finished `dev` profile [optimized + debuginfo] target(s) in 0.79s
OK: cargo_lint: cargo_clippy_strict
OK: cargo_lint: cargo_fmt_check
OK: lint_sources: cargo_lint??
OK: lints: lint_sources
OK: lints: lint_docs
OK: MAIN: lints
OK: cargo_build_unit_tests: cargo_test --lib --no-run --quiet
OK: cargo_build_unit_tests: cargo_test --bins --no-run --quiet
OK: cargo_test_units: cargo_build_unit_tests
running 35 tests
...................................
test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
OK: cargo_test_units: cargo_test --lib --quiet
OK: cargo_test_units: cargo_test --bins --quiet
OK: test_units: cargo_test_units
OK: build_unit_tests: cargo_build_unit_tests
OK: test_units: build_unit_tests
OK: tests: test_units
OK: cargo_build_integration_tests: cargo_test --tests --no-run --quiet
OK: cargo_test_integrations: cargo_build_integration_tests
running 35 tests
...................................
test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 12 tests
............
test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 62 tests
..............................................................
test result: ok. 62 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
running 8 tests
........
test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 1 test
.
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 4 tests
....
test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 16 tests
................
test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 3 tests
...
test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 11 tests
...........
test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 1 test
.
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 10 tests
..........
test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 18 tests
..................
test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 9 tests
.........
test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 4 tests
....
test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 2 tests
..
test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 16 tests
................
test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 13 tests
.............
test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 17 tests
.................
test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 37 tests
.....................................
test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 6 tests
......
test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 4 tests
....
test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 5 tests
.....
test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 16 tests
................
test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 3 tests
iii
test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 20 tests
....................
test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 11 tests
ii.iiiiiiii
test result: ok. 1 passed; 0 failed; 10 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 1 test
.
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 4 tests
....
test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 42 tests
..........................................
test result: ok. 42 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 1 test
.
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 9 tests
.........
test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 8 tests
........
test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 12 tests
............
test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 1 test
.
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 1 test
.
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 1 test
.
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 2 tests
..
test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
OK: cargo_test_integrations: cargo_test --tests --quiet
running 118 tests
..............................iii.iii.i............................i................... 87/118
...............................
test result: ok. 110 passed; 0 failed; 8 ignored; 0 measured; 0 filtered out; finished in 5.46s
OK: cargo_test_integrations: cargo_test --doc --quiet
OK: test_integrations: cargo_test_integrations
OK: build_integration_tests: cargo_build_integration_tests
OK: test_integrations: build_integration_tests
OK: tests: test_integrations
OK: cargo_build_unit_tests: cargo_test --lib --no-run --quiet
OK: cargo_build_unit_tests: cargo_test --bins --no-run --quiet
OK: cargo_test_units: cargo_build_unit_tests
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
OK: cargo_test_units: cargo_test --lib --quiet
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
OK: cargo_test_units: cargo_test --bins --quiet
OK: test_units: cargo_test_units
OK: build_unit_tests: cargo_build_unit_tests
OK: test_units: build_unit_tests
OK: tests: test_units
OK: cargo_build_integration_tests: cargo_test --tests --no-run --quiet
OK: cargo_test_integrations: cargo_build_integration_tests
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 1 test
.
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 8 tests
.......i
test result: ok. 7 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 15 tests
...............
test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 1 test
.
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
OK: cargo_test_integrations: cargo_test --tests --quiet
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
OK: cargo_test_integrations: cargo_test --doc --quiet
OK: test_integrations: cargo_test_integrations
OK: build_integration_tests: cargo_build_integration_tests
OK: test_integrations: build_integration_tests
OK: tests: test_integrations
OK: tests
OK: tests: test_no_proc_macro2
OK: MAIN: tests
OK: doc: lint_docs
OK: build_docs: cargo_doc --quiet
OK: doc: build_docs
OK: MAIN: doc
OK: build_libs: cargo_build --lib --quiet
OK: build: build_libs
OK: build_bins: cargo build --bins --quiet
OK: build: build_bins
OK: MAIN: build
OK: MAIN
[2026-02-04T11:32:13Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T11:32:13Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-02-04T11:32:13Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-02-04T11:32:13Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-02-04T11:32:13Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/ci/cache",
),
size: None,
}
[2026-02-04T11:32:13Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-02-04T11:32:13Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-02-04T11:32:13Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
[2026-02-04T11:32:13Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
[2026-02-04T11:32:13Z TRACE ambient_ci::vdrive] calling tar_create
[2026-02-04T11:32:17Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-02-04T11:32:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T11:32:17Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-02-04T11:32:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-02-04T11:32:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-02-04T11:32:17Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/ci/artifacts",
),
size: None,
}
[2026-02-04T11:32:17Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-02-04T11:32:17Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-02-04T11:32:17Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
[2026-02-04T11:32:17Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
[2026-02-04T11:32:17Z TRACE ambient_ci::vdrive] calling tar_create
[2026-02-04T11:32:17Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-02-04T11:32:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T11:32:17Z 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:z39WbeupErKS8TwbDS5yU8eZSa3C",
"name": "unsynn",
"description": "(Proc-macro) parsing made easy",
"private": false,
"default_branch": "devel",
"delegates": [
"did:key:z6MksaJkZuQj49mbrft8JNvo3vBDU5AC5owW1EnCZJJ3goRX"
]
},
"pusher": {
"id": "did:key:z6MksaJkZuQj49mbrft8JNvo3vBDU5AC5owW1EnCZJJ3goRX",
"alias": "cehteh"
},
"before": "6ccd1360f405a2a0bc0e53e96c9cce2a33c5b6c4",
"after": "6ccd1360f405a2a0bc0e53e96c9cce2a33c5b6c4",
"branch": "devel",
"commits": [
"6ccd1360f405a2a0bc0e53e96c9cce2a33c5b6c4",
"41bd37cd44eb14dd17c03e6cbf2e40a2db8871a3",
"3f88dcc0ef77047871c0afa992bba7a4d0114620",
"277994194aadb91fe97b0acc9016e09021420170"
]
}[2026-02-04T11:31:34Z INFO ambient] ambient starts
[2026-02-04T11:31:34Z 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-02-04T11:31:34Z 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-02-04T11:31:34Z DEBUG ambient_ci::linter] linting project rad:z39WbeupErKS8TwbDS5yU8eZSa3C with rsync_target
[2026-02-04T11:31:34Z DEBUG ambient_ci::linter] linting project rad:z39WbeupErKS8TwbDS5yU8eZSa3C with http_get
[2026-02-04T11:31:34Z DEBUG ambient_ci::linter] linting project rad:z39WbeupErKS8TwbDS5yU8eZSa3C with shellcheck
[2026-02-04T11:31:34Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z39WbeupErKS8TwbDS5yU8eZSa3C/meta.yaml
[2026-02-04T11:31:34Z DEBUG ambient_ci::run] latest commit: "277994194aadb91fe97b0acc9016e09021420170"
[2026-02-04T11:31:34Z DEBUG ambient_ci::run] is a git repository
[2026-02-04T11:31:34Z DEBUG ambient_ci::run] git repository is clean
[2026-02-04T11:31:34Z DEBUG ambient_ci::run] current (HEAD) commit: 6ccd1360f405a2a0bc0e53e96c9cce2a33c5b6c4
[2026-02-04T11:31:34Z DEBUG ambient_ci::run] no dry run requested
[2026-02-04T11:31:34Z DEBUG ambient_ci::run] forced run requested
[2026-02-04T11:31:34Z DEBUG ambient_ci::run] run? true
[2026-02-04T11:31:34Z INFO ambient_ci::run] project rad:z39WbeupErKS8TwbDS5yU8eZSa3C: running CI
[2026-02-04T11:31:34Z DEBUG ambient_ci::run] Construct runnable plans for pre-plan, plan, and post-plan
[2026-02-04T11:31:34Z DEBUG ambient_ci::run] Executing pre-plan steps
[2026-02-04T11:31:34Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
CargoFetch,
)
[2026-02-04T11:31:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
CargoFetch,
)
[2026-02-04T11:31:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/home/_rad/ambient-state/rad:z39WbeupErKS8TwbDS5yU8eZSa3C/dependencies",
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z39WbeupErKS8TwbDS5yU8eZSa3C/cache/cargo-target",
},
source_dir: "/tmp/.tmpIptzJV/src",
deps_dir: "/home/_rad/ambient-state/rad:z39WbeupErKS8TwbDS5yU8eZSa3C/dependencies",
artifacts_dir: "/home/_rad/ambient-state/rad:z39WbeupErKS8TwbDS5yU8eZSa3C/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/tmp/.tmpIptzJV/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmpIptzJV/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmpIptzJV/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: /tmp/.tmpIptzJV/src => /tmp/.tmp6Rd0C4
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/unit_struct_error_test.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/unit_struct_error_test.rs => /tmp/.tmp6Rd0C4/tests/unit_struct_error_test.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/tuplestruct_qualified_bounds_tests.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/tuplestruct_qualified_bounds_tests.rs => /tmp/.tmp6Rd0C4/tests/tuplestruct_qualified_bounds_tests.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/tuple_recursion_bug.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/tuple_recursion_bug.rs => /tmp/.tmp6Rd0C4/tests/tuple_recursion_bug.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/tuple_members_test.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/tuple_members_test.rs => /tmp/.tmp6Rd0C4/tests/tuple_members_test.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/tt_tests.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/tt_tests.rs => /tmp/.tmp6Rd0C4/tests/tt_tests.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/totokens_tests.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/totokens_tests.rs => /tmp/.tmp6Rd0C4/tests/totokens_tests.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/to_tokens_tests.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/to_tokens_tests.rs => /tmp/.tmp6Rd0C4/tests/to_tokens_tests.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/test_predicateflag_pub_struct.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/test_predicateflag_pub_struct.rs => /tmp/.tmp6Rd0C4/tests/test_predicateflag_pub_struct.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/test_expressions.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/test_expressions.rs => /tmp/.tmp6Rd0C4/tests/test_expressions.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/test_expand_with_helper.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/test_expand_with_helper.rs => /tmp/.tmp6Rd0C4/tests/test_expand_with_helper.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/test_enum_debug.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/test_enum_debug.rs => /tmp/.tmp6Rd0C4/tests/test_enum_debug.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/struct_qualified_bounds_tests.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/struct_qualified_bounds_tests.rs => /tmp/.tmp6Rd0C4/tests/struct_qualified_bounds_tests.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/rust_types.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/rust_types.rs => /tmp/.tmp6Rd0C4/tests/rust_types.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/qualified_trait_bounds_test.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/qualified_trait_bounds_test.rs => /tmp/.tmp6Rd0C4/tests/qualified_trait_bounds_test.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/punct_tests.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/punct_tests.rs => /tmp/.tmp6Rd0C4/tests/punct_tests.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/predicatetrait_tests.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/predicatetrait_tests.rs => /tmp/.tmp6Rd0C4/tests/predicatetrait_tests.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/predicateflag_test.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/predicateflag_test.rs => /tmp/.tmp6Rd0C4/tests/predicateflag_test.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/predicateflag_newtype_test.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/predicateflag_newtype_test.rs => /tmp/.tmp6Rd0C4/tests/predicateflag_newtype_test.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/predicate_tests.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/predicate_tests.rs => /tmp/.tmp6Rd0C4/tests/predicate_tests.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/predicate_cmp_tests.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/predicate_cmp_tests.rs => /tmp/.tmp6Rd0C4/tests/predicate_cmp_tests.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/predicate_cmp_integration_tests.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/predicate_cmp_integration_tests.rs => /tmp/.tmp6Rd0C4/tests/predicate_cmp_integration_tests.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/parse_with_tests.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/parse_with_tests.rs => /tmp/.tmp6Rd0C4/tests/parse_with_tests.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/parse_errors.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/parse_errors.rs => /tmp/.tmp6Rd0C4/tests/parse_errors.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/macro_tests.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/macro_tests.rs => /tmp/.tmp6Rd0C4/tests/macro_tests.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/macro_passthrough_tests.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/macro_passthrough_tests.rs => /tmp/.tmp6Rd0C4/tests/macro_passthrough_tests.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/literal_tests.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/literal_tests.rs => /tmp/.tmp6Rd0C4/tests/literal_tests.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/lifetime_support.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/lifetime_support.rs => /tmp/.tmp6Rd0C4/tests/lifetime_support.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/keyword_validation_tests.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/keyword_validation_tests.rs => /tmp/.tmp6Rd0C4/tests/keyword_validation_tests.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/infinite_loop_detection_tests.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/infinite_loop_detection_tests.rs => /tmp/.tmp6Rd0C4/tests/infinite_loop_detection_tests.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/group_tests.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/group_tests.rs => /tmp/.tmp6Rd0C4/tests/group_tests.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/fundamental_tests.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/fundamental_tests.rs => /tmp/.tmp6Rd0C4/tests/fundamental_tests.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/error_tests.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/error_tests.rs => /tmp/.tmp6Rd0C4/tests/error_tests.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/enum_qualified_bounds_tests.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/enum_qualified_bounds_tests.rs => /tmp/.tmp6Rd0C4/tests/enum_qualified_bounds_tests.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/dut wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/dut/hello_world.toy wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/dut/example.toy wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/debug_module_tests.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/debug_module_tests.rs => /tmp/.tmp6Rd0C4/tests/debug_module_tests.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/coverage_gaps_qualified_bounds.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/coverage_gaps_qualified_bounds.rs => /tmp/.tmp6Rd0C4/tests/coverage_gaps_qualified_bounds.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/container_tests.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/container_tests.rs => /tmp/.tmp6Rd0C4/tests/container_tests.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests/combinator_tests.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests/combinator_tests.rs => /tmp/.tmp6Rd0C4/tests/combinator_tests.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests-proc-macro wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests-proc-macro/test-basic-parsing wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests-proc-macro/test-basic-parsing/src wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests-proc-macro/test-basic-parsing/src/lib.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests-proc-macro/test-basic-parsing/src/lib.rs => /tmp/.tmp6Rd0C4/tests-proc-macro/test-basic-parsing/src/lib.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests-proc-macro/test-basic-parsing/Cargo.toml wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests-proc-macro/test-basic-parsing/Cargo.toml => /tmp/.tmp6Rd0C4/tests-proc-macro/test-basic-parsing/Cargo.toml
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests-proc-macro/test-basic-parsing-consumer wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests-proc-macro/test-basic-parsing-consumer/tests wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests-proc-macro/test-basic-parsing-consumer/tests/operator_tests.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests-proc-macro/test-basic-parsing-consumer/tests/operator_tests.rs => /tmp/.tmp6Rd0C4/tests-proc-macro/test-basic-parsing-consumer/tests/operator_tests.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests-proc-macro/test-basic-parsing-consumer/tests/integration.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests-proc-macro/test-basic-parsing-consumer/tests/integration.rs => /tmp/.tmp6Rd0C4/tests-proc-macro/test-basic-parsing-consumer/tests/integration.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests-proc-macro/test-basic-parsing-consumer/tests/delimited_tests.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests-proc-macro/test-basic-parsing-consumer/tests/delimited_tests.rs => /tmp/.tmp6Rd0C4/tests-proc-macro/test-basic-parsing-consumer/tests/delimited_tests.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests-proc-macro/test-basic-parsing-consumer/tests/combinator_tests.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests-proc-macro/test-basic-parsing-consumer/tests/combinator_tests.rs => /tmp/.tmp6Rd0C4/tests-proc-macro/test-basic-parsing-consumer/tests/combinator_tests.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests-proc-macro/test-basic-parsing-consumer/src wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests-proc-macro/test-basic-parsing-consumer/src/lib.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests-proc-macro/test-basic-parsing-consumer/src/lib.rs => /tmp/.tmp6Rd0C4/tests-proc-macro/test-basic-parsing-consumer/src/lib.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests-proc-macro/test-basic-parsing-consumer/Cargo.toml wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests-proc-macro/test-basic-parsing-consumer/Cargo.toml => /tmp/.tmp6Rd0C4/tests-proc-macro/test-basic-parsing-consumer/Cargo.toml
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests-proc-macro/src wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests-proc-macro/src/main.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests-proc-macro/src/main.rs => /tmp/.tmp6Rd0C4/tests-proc-macro/src/main.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests-proc-macro/Cargo.toml wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/tests-proc-macro/Cargo.toml => /tmp/.tmp6Rd0C4/tests-proc-macro/Cargo.toml
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests-proc-macro/Barf wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/tests-proc-macro/Bar.d wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/test_macros_new_features.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/test_macros_new_features.rs => /tmp/.tmp6Rd0C4/test_macros_new_features.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/src wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/src/transform.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/src/transform.rs => /tmp/.tmp6Rd0C4/src/transform.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/src/token_iter.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/src/token_iter.rs => /tmp/.tmp6Rd0C4/src/token_iter.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/src/rust_types.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/src/rust_types.rs => /tmp/.tmp6Rd0C4/src/rust_types.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/src/punct.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/src/punct.rs => /tmp/.tmp6Rd0C4/src/punct.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/src/predicates.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/src/predicates.rs => /tmp/.tmp6Rd0C4/src/predicates.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/src/operator.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/src/operator.rs => /tmp/.tmp6Rd0C4/src/operator.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/src/macros.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/src/macros.rs => /tmp/.tmp6Rd0C4/src/macros.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/src/literal.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/src/literal.rs => /tmp/.tmp6Rd0C4/src/literal.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/src/lib.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/src/lib.rs => /tmp/.tmp6Rd0C4/src/lib.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/src/keyword_group.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/src/keyword_group.rs => /tmp/.tmp6Rd0C4/src/keyword_group.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/src/group.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/src/group.rs => /tmp/.tmp6Rd0C4/src/group.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/src/fundamental.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/src/fundamental.rs => /tmp/.tmp6Rd0C4/src/fundamental.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/src/expressions.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/src/expressions.rs => /tmp/.tmp6Rd0C4/src/expressions.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/src/error.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/src/error.rs => /tmp/.tmp6Rd0C4/src/error.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/src/dynamic.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/src/dynamic.rs => /tmp/.tmp6Rd0C4/src/dynamic.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/src/delimited.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/src/delimited.rs => /tmp/.tmp6Rd0C4/src/delimited.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/src/debug.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/src/debug.rs => /tmp/.tmp6Rd0C4/src/debug.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/src/container.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/src/container.rs => /tmp/.tmp6Rd0C4/src/container.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/src/combinator.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/src/combinator.rs => /tmp/.tmp6Rd0C4/src/combinator.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/release.toml wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/criterion-compare.sh wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/clippy.toml wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/cliff.toml wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/bisect-recursion-limit wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/benchmark_build_times.sh wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/benches wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/benches/toy_language_bench.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/benches/toy_language_bench.rs => /tmp/.tmp6Rd0C4/benches/toy_language_bench.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/benches/stress_test.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/benches/stress_test.rs => /tmp/.tmp6Rd0C4/benches/stress_test.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/benches/expression_bench.rs wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/benches/expression_bench.rs => /tmp/.tmp6Rd0C4/benches/expression_bench.rs
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/bench-compile-time wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/bar wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/bacon.toml wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/STRESS_TEST_ERROR.md wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/ROADMAP.md wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/README.md wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/PARSE_WITH_MACRO_DESIGN.md wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/NESTED_ITERATOR_BUG_ANALYSIS.md wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/MACROS_NEW_PORTING.md wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/LICENSE-MIT wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/LICENSE-APACHE wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/HOW-TO-USE-UNSYNN-BY-AI.md wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Cargo.toml wanted=true
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIptzJV/src/Cargo.toml => /tmp/.tmp6Rd0C4/Cargo.toml
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/COOKBOOK.md wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/CHANGELOG.md wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Barf wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/watch_rules wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/tty_lib wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/testdir wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/std_rules wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/std_lib wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/ssh wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/shellcheck_rules wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/shellcheck wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/semver_lib wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/search wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/run wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/rule_lib wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/release_rules wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/release wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/radicle wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/rad wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/net wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/memodb wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/lock wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/init wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/help wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/githook wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/git_rules wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/git_lib wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/git wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/entr_rules wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/entr wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/cliff_rules wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/cliff wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/cargo_rules wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/Bar.d/cargo wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.radicle wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.radicle/ambient.yaml wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.gitsigners wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.gitignore wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.cargo wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.cargo/mutants.toml wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/index wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/HEAD wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/config wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/logs wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/logs/HEAD wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/logs/refs wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/logs/refs/heads wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/logs/refs/heads/devel wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/logs/refs/remotes wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/logs/refs/remotes/origin wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/packed-refs wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/refs wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/refs/remotes wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/refs/remotes/origin wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/refs/remotes/origin/HEAD wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/refs/tags wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/refs/heads wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/refs/heads/devel wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/56 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/56/1fd712216c21f9ea3329de6a93fd586b220eea wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/b0 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/b0/e22858cb3d819785efcc89c6010ddab8c170c6 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/3f wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/3f/03f64aa07c195c34ac8a84c31480d5c1c9d411 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/7a wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/7a/d068b5e07264bcbc1b8a00ba2294500b7e1ca5 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/00 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/00/97e9ade4c6904e430ba28ff6f0d782a428f26e wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/5a wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/5a/1bea4529adf7bfc1f015e6a1a9cca613f927cf wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/d7 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/d7/26c30e2e33d87d0aa3b78a2507190e5ae47382 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/f4 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/f4/053a5788f5cc95ab8174ffb6d47f74bc619220 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/14 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/14/6ab6736855ae00f6a389166585517cc037e137 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/14/88d7f75b7268682efa308a58ed9c29d7cf128a wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/8e wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/8e/bdf66318c25296e198fec0139a54bf854426c6 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/62 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/62/4dfbe4b4a7d11a5afc2d9ce025de0a06823313 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/b7 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/b7/06f97a156eaf0142ec235d2ba2e142cb024676 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/c9 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/c9/5817e34bb31b122d0492255e8bdb8c8e7ea30b wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/b5 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/b5/fc4e620bfcff8377bd77657fa20767aafe89e7 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/06 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/06/fef5bd70c0dc850ad846f87d5d02d1aed184bc wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/95 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/95/6f755b1d8f62a601ee116ec562fb2d44e2c214 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/1f wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/1f/228d7329a90e71976db6bdf9bcb2bd4db1bac2 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/f5 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/f5/cb4b46983a6fc1ca59032558ff31a7bf10ec28 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/f5/9296646d075aa0952dd9c99e29b6e9aee97461 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/79 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/79/bc02f69d207bd40e94a1257f8be649dd70c2a8 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/74 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/74/b4fa42bce06ac0d230541338a2827078a287c8 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/55 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/55/1eff0b521459a9890ba5cc696f159f260e1fe4 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/91 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/91/451fc85a21632d120c34cca9096f5fd55f475f wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/72 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/72/db96ff9ea5f2cce7d06a7f8a04889687eaa0af wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/f8 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/f8/703794bbd19d0089a831703dfbe8e5aab3c1cd wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/e5 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/e5/0cd231c80faaa66b365079089efb0ec018ccd7 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/e5/fc838d5d7e8244a6dcad042c1e2605a5f58a5c wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/e5/a42a30ee1b3fb42e9f61e700c7e21616dc4c2f wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/99 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/99/7bec17cf4d76abf3cc45b78f93c640dc105440 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/99/4946cc7be5a92d1651e23e1954d7927d2b9af5 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/36 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/36/8e70acf744745a5086faee0824949b7b99f255 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/36/02e51f654e0281ce4dc082d5ad12ce5ea6e0c9 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/35 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/35/6d676b1b6076948289e1f5de65f9e4e2cc64b9 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/52 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/52/4dd6d2bd9c3d533c204108ee353eeb028809d4 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/52/ef3ad373de3127b120d35a20d9e3a621a3b1d2 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/52/ef4957a13d60671f97190262c3ec38469c4297 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/60 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/60/8e7a17641281a09d46984bedbaf95b1dd90611 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/cd wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/cd/225dfd1f265873b77fcd52c1299fb3128b4436 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/4b wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/4b/5f70cbdde93790ebf04ff742978631eb22c111 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/54 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/54/df6e8f6e9d67f604f32b34b74b38cdedcfbdb6 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/98 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/98/6ce050707c20e8fc64c2a82c4e425b746f7d90 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/08 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/08/08e13c00b07631f0dae555fc23b7f7976ee36e wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/15 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/15/3a03e587e80a57912162ad3d8b6df194f49465 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/dd wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/dd/4c345773af1933cab11789757fa03fc162e25e wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/18 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/18/05b337ab90f279e8b9b88541f2640a25113af1 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/fc wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/fc/4175dd4235e837a0c719487a5ca9abcc2504dc wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/29 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/29/9788b7b60d7fa2137df2fba58ae3bfbf67c7ae wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/c1 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/c1/1c89126a6222da01e4fad6cee85b33b532c25a wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/2a wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/2a/f7bffe51644c6f16d65b221a4ddf9f026df91a wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/70 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/70/a635a8d2ec4e0a2cbeac4a8ec537866875b488 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/e2 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/e2/bcc005b6d89ac050e0c498ce0062644aad8f0f wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/84 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/84/42c2250fc5b47a9151b95475c00713774ec70c wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/fe wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/fe/e5b9b05f83fbf698b4cad7d23df9570c077670 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/dc wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/dc/b5c7fd8a33bd6f95c19359e3b1f1fca5314cc9 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/65 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/65/fcea99f037f849b83dd6bb57f8c98016ac48b2 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/e7 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/e7/02e12b89be5f658af65dcfe6022adf030da9bd wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/59 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/59/36ab499b238e4edbb298504f59b567747a2f30 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/5b wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/5b/c9f691df475eb9e8f7a9a5f3e725faf48f838a wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/22 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/22/1d10663635f8f84bfc4a66833e5e4389008bf6 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/f1 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/f1/675eb2fe28f2bd767be04da9b235f812c70e5b wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/43 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/43/a0737b53d31fe8ba5bbfa182590a35732dee21 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/d3 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/d3/85d590405c0104def49b09747e06b378e317b5 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/83 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/83/ba8ff03832f5311a1ee9163421fe2996c31418 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/68 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/68/40eb60839188a797418378f879658fd1173c5b wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/2c wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/2c/beb2e142a8077298be5f3411117e5748fa4e65 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/d4 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/d4/c32aeb3c1b9c38e79f94e1ccd2fd696af1764d wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/78 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/78/10e1120aba1e427d16541ef1f5fd652d18c91a wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/80 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/80/f9e1ee5f9adbc4ee4890e6a75cc7ac06ca7792 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/80/8d5934eeb4bace2c1e98619188ed46c6318772 wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/info wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/info/commit-graph wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/info/packs wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-802134e98a3ade2cbb504c108fbc07dafb1f49b1.pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-4909851fbc5d00f52938391b89f1b55675d10917.pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-a428e4083c5cc41980ce24356d9b31b840de2432.idx wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-23608f44c6927b522183a295f62750e6f42bd92c.idx wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-cdc14a61a3143d2bcb501ccee329af2eab744ecf.idx wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-927691d5d38812d2f5beb5b0a8a26e5c53a05239.idx wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-400f0bd7d0e93379b244bfb3705ce71682f1f76c.pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-a428e4083c5cc41980ce24356d9b31b840de2432.pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-588866129b7ef9b0c14c201e0507fb0b760e36d2.pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-4a5abed81c01796113ec0f39f21c6ae4b6efe09f.idx wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-797f1ed9563373378f6dae329dc6fe0c992e8046.idx wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-e4c7c39493f90304b162bba86ac6caa6a3357663.idx wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-61a41f84e3bd3a5b1f2074a19570f5bf1b602087.pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-588866129b7ef9b0c14c201e0507fb0b760e36d2.idx wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-f157f84c75bfeadbf7170fdecae944e79d0e684b.pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-802134e98a3ade2cbb504c108fbc07dafb1f49b1.idx wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-9f62eeb46f77871f0842bedef3a4f87563de6863.pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-cdc14a61a3143d2bcb501ccee329af2eab744ecf.pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-f2104f9d080dc6b1de0ace03f484299128f8bc96.idx wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-f583f0d8241a6daf36c6c90880492f26233e4d3a.bitmap wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-f583f0d8241a6daf36c6c90880492f26233e4d3a.idx wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-232623699ee345f76b9b01d80aeb196282883a96.pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-e133bea3a241ce6073d922fddcf28eb8d96ad36e.pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-23608f44c6927b522183a295f62750e6f42bd92c.pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-797f1ed9563373378f6dae329dc6fe0c992e8046.pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-7e541334e9a9a96d91901da838d9573b94db5adb.idx wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-836f920443258306a9504f9c66e1f0aba209f6b1.pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-927691d5d38812d2f5beb5b0a8a26e5c53a05239.pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-4909851fbc5d00f52938391b89f1b55675d10917.idx wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-6b8ea7ed9a0cda6459ccef546ab3ad685c4de081.idx wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-f583f0d8241a6daf36c6c90880492f26233e4d3a.rev wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-f2104f9d080dc6b1de0ace03f484299128f8bc96.pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-7b5d789ecf2afce33121df7592b0103813f12eb8.idx wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-4a5abed81c01796113ec0f39f21c6ae4b6efe09f.pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-f157f84c75bfeadbf7170fdecae944e79d0e684b.idx wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-6606302cea7fc4d62b27326cc059822801e20db7.idx wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-1c4b1389a4610b0fc31497d10cd491c31692beba.pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-7e541334e9a9a96d91901da838d9573b94db5adb.pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-e4c7c39493f90304b162bba86ac6caa6a3357663.pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-f9d5c59e76bc0ba3eb5b9a3fde010c9caecc0c0e.idx wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-80ecbb648818f6251cd1bb2ccebda9b84481aa3c.idx wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-0f6ba18f53f7fbfa4336c01bb0cb0ff0a525003e.pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-232623699ee345f76b9b01d80aeb196282883a96.idx wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-80ecbb648818f6251cd1bb2ccebda9b84481aa3c.pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-f583f0d8241a6daf36c6c90880492f26233e4d3a.pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-f9d5c59e76bc0ba3eb5b9a3fde010c9caecc0c0e.pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-6606302cea7fc4d62b27326cc059822801e20db7.pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-400f0bd7d0e93379b244bfb3705ce71682f1f76c.idx wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-1c4b1389a4610b0fc31497d10cd491c31692beba.idx wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-9f62eeb46f77871f0842bedef3a4f87563de6863.idx wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-0f6ba18f53f7fbfa4336c01bb0cb0ff0a525003e.idx wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-e133bea3a241ce6073d922fddcf28eb8d96ad36e.idx wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-7b5d789ecf2afce33121df7592b0103813f12eb8.pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-6b8ea7ed9a0cda6459ccef546ab3ad685c4de081.pack wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-61a41f84e3bd3a5b1f2074a19570f5bf1b602087.idx wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/objects/pack/pack-836f920443258306a9504f9c66e1f0aba209f6b1.idx wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/branches wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/hooks wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/hooks/update.sample wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/hooks/commit-msg.sample wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/hooks/applypatch-msg.sample wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/hooks/pre-merge-commit.sample wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/hooks/post-update.sample wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/hooks/pre-push.sample wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/hooks/pre-rebase.sample wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/hooks/push-to-checkout.sample wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/hooks/pre-commit.sample wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/hooks/pre-receive.sample wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/hooks/sendemail-validate.sample wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/hooks/pre-applypatch.sample wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/description wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/info wanted=false
[2026-02-04T11:31:34Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIptzJV/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch"]
cwd=/tmp/.tmp6Rd0C4 (exists? true)
Updating crates.io index
Locking 71 packages to latest compatible versions
Downloading crates ...
Downloaded wasm-bindgen-macro v0.2.108
Downloaded alloca v0.4.0
Downloaded page_size v0.6.0
Downloaded find-msvc-tools v0.1.9
Downloaded wasm-bindgen v0.2.108
Downloaded js-sys v0.3.85
Downloaded clap v4.5.57
Downloaded cc v1.2.55
Downloaded zerocopy-derive v0.8.38
Downloaded criterion v0.8.2
Downloaded proc-macro2 v1.0.106
Downloaded clap_builder v4.5.57
Downloaded regex v1.12.3
Downloaded serde_json v1.0.149
Downloaded wasm-bindgen-macro-support v0.2.108
Downloaded smallvec v1.15.1
Downloaded shlex v1.3.0
Downloaded zerocopy v0.8.38
Downloaded regex-syntax v0.8.9
Downloaded syn v2.0.114
Downloaded criterion-plot v0.8.2
Downloaded bumpalo v3.19.1
Downloaded quote v1.0.44
Downloaded zmij v1.0.19
Downloaded mutants v0.0.4
Downloaded clap_lex v0.7.7
Downloaded wasm-bindgen-shared v0.2.108
Downloaded itoa v1.0.17
Downloaded regex-automata v0.4.14
Downloaded web-sys v0.3.85
Downloaded libc v0.2.180
Downloaded winapi v0.3.9
Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
Downloaded winapi-i686-pc-windows-gnu v0.4.0
[2026-02-04T11:31:36Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T11:31:36Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-02-04T11:31:36Z DEBUG ambient_ci::run] Executing plan steps
[2026-02-04T11:31:36Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpTRGu2Q/src.tar
[2026-02-04T11:31:36Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpTRGu2Q/deps.tar
[2026-02-04T11:31:37Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2026-02-04T11:31:37Z 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",
},
),
Shell(
Shell {
shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\nexport CARGO_NET_OFFLINE=true\n# lets see if 'bar' works\n./bar\n",
},
),
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-02-04T11:31:37Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2026-02-04T11:31:37Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpTRGu2Q/ambient-execute-plan/run-ci
[2026-02-04T11:31:37Z DEBUG ambient_ci::run] copy OK: true
[2026-02-04T11:31:37Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpTRGu2Q/executor.tar
[2026-02-04T11:31:41Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z39WbeupErKS8TwbDS5yU8eZSa3C/run.log
[2026-02-04T11:31:41Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z39WbeupErKS8TwbDS5yU8eZSa3C, exists? true
[2026-02-04T11:31:41Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z39WbeupErKS8TwbDS5yU8eZSa3C/run.log
[2026-02-04T11:31:41Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z39WbeupErKS8TwbDS5yU8eZSa3C/run.log OK
[2026-02-04T11:31:41Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2026-02-04T11:31:41Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2026-02-04T11:31:41Z 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-02-04T11:31:41Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2026-02-04T11:31:41Z DEBUG ambient_ci::cloud_init] with_network called: false
[2026-02-04T11:31:41Z 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-02-04T11:31:41Z DEBUG ambient_ci::qemu] run QEMU
[2026-02-04T11:31:41Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2026-02-04T11:31:41Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmp4iCTDB/.tmpMDZU2V/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2026-02-04T11:31:41Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2026-02-04T11:31:41Z 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-02-04T11:31:41Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpxapjZk/meta-data
[2026-02-04T11:31:41Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpxapjZk/user-data
[2026-02-04T11:31:41Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpxapjZk/network-config
[2026-02-04T11:31:41Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmp4iCTDB/.tmpMDZU2V/console.log
[2026-02-04T11:31:41Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmp4iCTDB/.tmpMDZU2V/console.log
[2026-02-04T11:31:41Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z39WbeupErKS8TwbDS5yU8eZSa3C/run.log
[2026-02-04T11:31:41Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z39WbeupErKS8TwbDS5yU8eZSa3C/run.log
[2026-02-04T11:31:41Z 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/.tmp4iCTDB/.tmpMDZU2V/console.log",
"-serial",
"file:/home/_rad/ambient-state/rad:z39WbeupErKS8TwbDS5yU8eZSa3C/run.log",
"-drive",
"format=qcow2,if=virtio,file=/home/_rad/tmp/.tmp4iCTDB/.tmpMDZU2V/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpTRGu2Q/executor.tar,readonly=on",
"-cdrom",
"/home/_rad/tmp/.tmp4iCTDB/.tmpMDZU2V/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/.tmp4iCTDB/.tmpMDZU2V/vars.fd",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpTRGu2Q/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpTRGu2Q/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpTRGu2Q/cache.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpTRGu2Q/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2026-02-04T11:32:20Z DEBUG ambient_ci::qemu] QEMU finished OK
[2026-02-04T11:32:20Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2026-02-04T11:31:44Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-02-04T11:31:44Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-02-04T11:31:44Z INFO ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-02-04T11:31:44Z WARN ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-02-04T11:31:44Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-02-04T11:31:44Z 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: shell
shell: |
export CARGO_TARGET_DIR=/workspace/cache
export CARGO_HOME=/workspace/deps
export HOME=/root
export PATH="/root/.cargo/bin:/root/.radicle/bin:$PATH"
export CARGO_NET_OFFLINE=true
# lets see if 'bar' works
./bar
- 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-02-04T11:31:44Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-02-04T11:31:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-02-04T11:31:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-02-04T11:31:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T11:31:44Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-02-04T11:31:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-02-04T11:31:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-02-04T11:31:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T11:31:44Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-02-04T11:31:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-02-04T11:31:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-02-04T11:31:44Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-02-04T11:31:44Z TRACE ambient_ci::vdrive] extraction OK
[2026-02-04T11:31:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T11:31:44Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-02-04T11:31:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-02-04T11:31:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-02-04T11:31:44Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-02-04T11:31:45Z TRACE ambient_ci::vdrive] extraction OK
[2026-02-04T11:31:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T11:31:45Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-02-04T11:31:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-02-04T11:31:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-02-04T11:31:45Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-02-04T11:31:49Z TRACE ambient_ci::vdrive] extraction OK
[2026-02-04T11:31:49Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T11:31:49Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-02-04T11:31:49Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-02-04T11:31:49Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
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-02-04T11:31:49Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T11:31:49Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-02-04T11:31:49Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-02-04T11:31:49Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
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-02-04T11:31:49Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T11:31:49Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-02-04T11:31:49Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-02-04T11:31:49Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
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-02-04T11:31:49Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T11:31:49Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\nexport CARGO_NET_OFFLINE=true\n# lets see if 'bar' works\n./bar\n",
},
)
[2026-02-04T11:31:49Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\nexport CARGO_NET_OFFLINE=true\n# lets see if 'bar' works\n./bar\n",
},
)
[2026-02-04T11:31:49Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\nexport CARGO_NET_OFFLINE=true\n# lets see if 'bar' works\n./bar\n\n"]
cwd=/ci/src (exists? true)
+ export CARGO_TARGET_DIR=/workspace/cache
+ CARGO_TARGET_DIR=/workspace/cache
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export HOME=/root
+ HOME=/root
+ export PATH=/root/.cargo/bin:/root/.radicle/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.radicle/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export CARGO_NET_OFFLINE=true
+ CARGO_NET_OFFLINE=true
+ ./bar
OK: PREPROCESS: fetch_resources
OK: PREPROCESS: build_assets
OK: lints: shellcheck_lint
Locking 71 packages to latest compatible versions
Compiling proc-macro2 v1.0.106
Checking unicode-ident v1.0.22
Compiling mutants v0.0.4
Checking smallvec v1.15.1
Checking rustc-hash v2.1.1
Checking unsynn v0.3.0 (/ci/src)
Finished `dev` profile [optimized + debuginfo] target(s) in 1.22s
OK: cargo_lint: cargo_check
Checking unsynn v0.3.0 (/ci/src)
Finished `dev` profile [optimized + debuginfo] target(s) in 0.79s
OK: cargo_lint: cargo_clippy_strict
OK: cargo_lint: cargo_fmt_check
OK: lint_sources: cargo_lint??
OK: lints: lint_sources
OK: lints: lint_docs
OK: MAIN: lints
OK: cargo_build_unit_tests: cargo_test --lib --no-run --quiet
OK: cargo_build_unit_tests: cargo_test --bins --no-run --quiet
OK: cargo_test_units: cargo_build_unit_tests
running 35 tests
...................................
test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
OK: cargo_test_units: cargo_test --lib --quiet
OK: cargo_test_units: cargo_test --bins --quiet
OK: test_units: cargo_test_units
OK: build_unit_tests: cargo_build_unit_tests
OK: test_units: build_unit_tests
OK: tests: test_units
OK: cargo_build_integration_tests: cargo_test --tests --no-run --quiet
OK: cargo_test_integrations: cargo_build_integration_tests
running 35 tests
...................................
test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 12 tests
............
test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 62 tests
..............................................................
test result: ok. 62 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
running 8 tests
........
test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 1 test
.
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 4 tests
....
test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 16 tests
................
test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 3 tests
...
test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 11 tests
...........
test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 1 test
.
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 10 tests
..........
test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 18 tests
..................
test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 9 tests
.........
test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 4 tests
....
test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 2 tests
..
test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 16 tests
................
test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 13 tests
.............
test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 17 tests
.................
test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 37 tests
.....................................
test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 6 tests
......
test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 4 tests
....
test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 5 tests
.....
test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 16 tests
................
test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 3 tests
iii
test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 20 tests
....................
test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 11 tests
ii.iiiiiiii
test result: ok. 1 passed; 0 failed; 10 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 1 test
.
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 4 tests
....
test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 42 tests
..........................................
test result: ok. 42 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 1 test
.
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 9 tests
.........
test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 8 tests
........
test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 12 tests
............
test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 1 test
.
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 1 test
.
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 1 test
.
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 2 tests
..
test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
OK: cargo_test_integrations: cargo_test --tests --quiet
running 118 tests
..............................iii.iii.i............................i................... 87/118
...............................
test result: ok. 110 passed; 0 failed; 8 ignored; 0 measured; 0 filtered out; finished in 5.46s
OK: cargo_test_integrations: cargo_test --doc --quiet
OK: test_integrations: cargo_test_integrations
OK: build_integration_tests: cargo_build_integration_tests
OK: test_integrations: build_integration_tests
OK: tests: test_integrations
OK: cargo_build_unit_tests: cargo_test --lib --no-run --quiet
OK: cargo_build_unit_tests: cargo_test --bins --no-run --quiet
OK: cargo_test_units: cargo_build_unit_tests
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
OK: cargo_test_units: cargo_test --lib --quiet
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
OK: cargo_test_units: cargo_test --bins --quiet
OK: test_units: cargo_test_units
OK: build_unit_tests: cargo_build_unit_tests
OK: test_units: build_unit_tests
OK: tests: test_units
OK: cargo_build_integration_tests: cargo_test --tests --no-run --quiet
OK: cargo_test_integrations: cargo_build_integration_tests
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 1 test
.
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 8 tests
.......i
test result: ok. 7 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 15 tests
...............
test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 1 test
.
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
OK: cargo_test_integrations: cargo_test --tests --quiet
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
OK: cargo_test_integrations: cargo_test --doc --quiet
OK: test_integrations: cargo_test_integrations
OK: build_integration_tests: cargo_build_integration_tests
OK: test_integrations: build_integration_tests
OK: tests: test_integrations
OK: tests
OK: tests: test_no_proc_macro2
OK: MAIN: tests
OK: doc: lint_docs
OK: build_docs: cargo_doc --quiet
OK: doc: build_docs
OK: MAIN: doc
OK: build_libs: cargo_build --lib --quiet
OK: build: build_libs
OK: build_bins: cargo build --bins --quiet
OK: build: build_bins
OK: MAIN: build
OK: MAIN
[2026-02-04T11:32:13Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T11:32:13Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-02-04T11:32:13Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-02-04T11:32:13Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-02-04T11:32:13Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/ci/cache",
),
size: None,
}
[2026-02-04T11:32:13Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-02-04T11:32:13Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-02-04T11:32:13Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
[2026-02-04T11:32:13Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
[2026-02-04T11:32:13Z TRACE ambient_ci::vdrive] calling tar_create
[2026-02-04T11:32:17Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-02-04T11:32:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T11:32:17Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-02-04T11:32:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-02-04T11:32:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-02-04T11:32:17Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/ci/artifacts",
),
size: None,
}
[2026-02-04T11:32:17Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-02-04T11:32:17Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-02-04T11:32:17Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
[2026-02-04T11:32:17Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
[2026-02-04T11:32:17Z TRACE ambient_ci::vdrive] calling tar_create
[2026-02-04T11:32:17Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-02-04T11:32:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T11:32:17Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
====================
[2026-02-04T11:32:20Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2026-02-04T11:32:21Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2026-02-04T11:32:21Z DEBUG ambient_ci::run] remove old cache
[2026-02-04T11:32:21Z DEBUG ambient_ci::run] extract cache
[2026-02-04T11:32:23Z DEBUG ambient_ci::run] Executing post-plan steps
[2026-02-04T11:32:23Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-02-04T11:32:23Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z39WbeupErKS8TwbDS5yU8eZSa3C/meta.yaml
[2026-02-04T11:32:24Z INFO ambient] ambient ends successfully
<empty log>