Radicle repository id rad:z39WbeupErKS8TwbDS5yU8eZSa3C
[2025-11-10T07:21:18Z INFO ambient] ambient starts
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[2J[01;01H[=3h[2J[01;01H[2J[01;01H[=3h[2J[01;01HBdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
[0m[30m[47mWelcome to GRUB!
[0m[37m[40m[0m[30m[40m[2J[01;01H[0m[37m[40mINFO: Block devices
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sr0 11:0 1 370K 0 rom
vda 254:0 0 100G 0 disk
├─vda1 254:1 0 953M 0 part
└─vda2 254:2 0 99.1G 0 part /
vdb 254:16 0 6.1M 1 disk
vdc 254:32 0 5.1M 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 70.8M 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2025-11-10 07:20 ./
-rw-r--r-- _rad/_rad 1057 2025-11-10 07:20 ./plan.yaml
-rwxr-xr-x _rad/_rad 6369536 2025-11-10 07:20 ./run-ci
INFO: Extracted files:
5767197 4 drwxr-xr-x 2 1000 1000 4096 Nov 10 07:20 .
5767198 4 -rw-r--r-- 1 1000 1000 1057 Nov 10 07:20 ./plan.yaml
5767199 6224 -rwxr-xr-x 1 1000 1000 6369536 Nov 10 07:20 ./run-ci
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-11-10T07:20:52Z TRACE ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
[2025-11-10T07:20:52Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
[2025-11-10T07:20:52Z INFO ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
[2025-11-10T07:20:52Z WARN ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
[2025-11-10T07:20:52Z ERROR ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /workspace
- action: mkdir
pathname: /workspace/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /workspace/src
- action: tar_extract
archive: /dev/vdf
directory: /workspace/deps
- action: tar_extract
archive: /dev/vde
directory: /workspace/cache
- action: spawn
argv:
- find
- /workspace
- -maxdepth
- '2'
- -ls
- 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: /workspace/cache
- action: tar_create
archive: /dev/vdd
directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts
[2025-11-10T07:20:52Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
pathname: "/workspace",
}
[2025-11-10T07:20:52Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
pathname: "/workspace",
}
[2025-11-10T07:20:52Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
}
[2025-11-10T07:20:52Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-10T07:20:52Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
pathname: "/workspace/artifacts",
}
[2025-11-10T07:20:52Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
pathname: "/workspace/artifacts",
}
[2025-11-10T07:20:52Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
}
[2025-11-10T07:20:52Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-10T07:20:52Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
}
[2025-11-10T07:20:52Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
}
[2025-11-10T07:20:52Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
}
[2025-11-10T07:20:52Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-11-10T07:20:52Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-10T07:20:52Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-10T07:20:52Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
}
[2025-11-10T07:20:52Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
}
[2025-11-10T07:20:52Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
}
[2025-11-10T07:20:52Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-11-10T07:20:52Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-10T07:20:52Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-10T07:20:52Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-11-10T07:20:52Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-11-10T07:20:52Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
}
[2025-11-10T07:20:52Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-11-10T07:20:54Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-10T07:20:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-10T07:20:54Z DEBUG ambient_ci::plan] RUN: Action Spawn {
argv: [
"find",
"/workspace",
"-maxdepth",
"2",
"-ls",
],
}
[2025-11-10T07:20:54Z DEBUG ambient_ci::action] Plan::execute: plan=Spawn {
argv: [
"find",
"/workspace",
"-maxdepth",
"2",
"-ls",
],
}
[2025-11-10T07:20:54Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
}
SPAWN: argv=["find", "/workspace", "-maxdepth", "2", "-ls"]
cwd=/workspace/src (exists? true)
1572865 4 drwxr-xr-x 6 root root 4096 Nov 10 07:20 /workspace
1573593 4 drwxr-xr-x 3 root root 4096 Nov 10 07:20 /workspace/deps
1579172 56 -rw-r--r-- 1 root root 57344 Nov 10 07:20 /workspace/deps/.global-cache
1579174 0 -rw-r--r-- 1 root root 0 Sep 12 05:09 /workspace/deps/.package-cache
1573594 4 drwxr-xr-x 5 root root 4096 Sep 30 14:17 /workspace/deps/registry
1579173 0 -rw-r--r-- 1 root root 0 Sep 30 14:17 /workspace/deps/.package-cache-mutate
1572867 4 drwxr-xr-x 9 root root 4096 Nov 10 07:20 /workspace/src
1572963 8 -rw-r--r-- 1 root root 4264 Nov 10 07:20 /workspace/src/MACROS_NEW_PORTING.md
1572964 4 -rw-r--r-- 1 root root 4063 Nov 10 07:20 /workspace/src/LIFETIME_PROGRESS.md
1572911 4 drwxr-xr-x 4 root root 4096 Nov 10 07:20 /workspace/src/tests-proc-macro
1572959 8 -rw-r--r-- 1 root root 5866 Nov 10 07:20 /workspace/src/ROADMAP.md
1572973 4 drwxr-xr-x 2 root root 4096 Nov 10 07:20 /workspace/src/Bar.d
1572965 8 -rw-r--r-- 1 root root 6803 Nov 10 07:20 /workspace/src/LIFETIME_IMPLEMENTATION_COMPLETE.md
1573009 4 drwxr-xr-x 8 root root 4096 Nov 10 07:20 /workspace/src/.git
1572972 8 -rw-r--r-- 1 root root 5670 Nov 10 07:20 /workspace/src/Barf
1572955 4 -rwxr-xr-x 1 root root 2583 Nov 10 07:20 /workspace/src/bench-compile-time
1572967 12 -rw-r--r-- 1 root root 11358 Nov 10 07:20 /workspace/src/LICENSE-APACHE
1572929 4 drwxr-xr-x 2 root root 4096 Nov 10 07:20 /workspace/src/src
1572956 12 -rwxr-xr-x 1 root root 10825 Nov 10 07:20 /workspace/src/bar
1573007 4 -rw-r--r-- 1 root root 103 Nov 10 07:20 /workspace/src/.gitsigners
1572957 4 -rw-r--r-- 1 root root 3350 Nov 10 07:20 /workspace/src/bacon.toml
1572952 4 drwxr-xr-x 2 root root 4096 Nov 10 07:20 /workspace/src/benches
1572950 8 -rw-r--r-- 1 root root 5106 Nov 10 07:20 /workspace/src/cliff.toml
1572969 4 -rw-r--r-- 1 root root 1776 Nov 10 07:20 /workspace/src/Cargo.toml
1572948 4 -rw-r--r-- 1 root root 107 Nov 10 07:20 /workspace/src/release.toml
1572951 8 -rwxr-xr-x 1 root root 5498 Nov 10 07:20 /workspace/src/bisect-recursion-limit
1572966 4 -rw-r--r-- 1 root root 1023 Nov 10 07:20 /workspace/src/LICENSE-MIT
1572960 8 -rw-r--r-- 1 root root 8000 Nov 10 07:20 /workspace/src/README.md
1572961 16 -rw-r--r-- 1 root root 15906 Nov 10 07:20 /workspace/src/PARSE_WITH_MACRO_DESIGN.md
1572968 60 -rw-r--r-- 1 root root 60101 Nov 10 07:20 /workspace/src/HOW-TO-USE-UNSYNN-BY-AI.md
1572869 4 drwxr-xr-x 2 root root 4096 Nov 10 07:20 /workspace/src/tests
1572958 4 -rw-r--r-- 1 root root 2192 Nov 10 07:20 /workspace/src/STRESS_TEST_ERROR.md
1572928 4 -rw-r--r-- 1 root root 1176 Nov 10 07:20 /workspace/src/test_macros_new_features.rs
1572868 16 -rw-r--r-- 1 root root 14181 Nov 10 07:20 /workspace/src/Cargo.lock
1573005 4 drwxr-xr-x 2 root root 4096 Nov 10 07:20 /workspace/src/.radicle
1572962 16 -rw-r--r-- 1 root root 13136 Nov 10 07:20 /workspace/src/NESTED_ITERATOR_BUG_ANALYSIS.md
1572971 32 -rw-r--r-- 1 root root 29898 Nov 10 07:20 /workspace/src/CHANGELOG.md
1572949 4 -rw-r--r-- 1 root root 54 Nov 10 07:20 /workspace/src/clippy.toml
1572970 40 -rw-r--r-- 1 root root 38235 Nov 10 07:20 /workspace/src/COOKBOOK.md
1573008 4 -rw-r--r-- 1 root root 104 Nov 10 07:20 /workspace/src/.gitignore
1579175 4 drwxr-xr-x 5 root root 4096 Sep 30 14:17 /workspace/cache
1579937 4 -rw-r--r-- 1 root root 218 Sep 30 14:17 /workspace/cache/.rustdoc_fingerprint.json
1579936 4 drwxr-xr-x 2 root root 4096 Sep 30 14:17 /workspace/cache/tmp
1579176 4 -rw-r--r-- 1 root root 1038 Nov 10 07:20 /workspace/cache/.rustc_info.json
1579938 4 drwxr-xr-x 7 root root 4096 Oct 28 17:30 /workspace/cache/debug
1579177 4 drwxr-xr-x 17 root root 4096 Oct 28 17:30 /workspace/cache/doc
1572866 4 drwxr-xr-x 2 root root 4096 Nov 10 07:20 /workspace/artifacts
[2025-11-10T07:20:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-10T07:20:54Z DEBUG ambient_ci::plan] RUN: Action 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",
}
[2025-11-10T07:20:54Z DEBUG ambient_ci::action] Plan::execute: plan=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",
}
[2025-11-10T07:20:54Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
}
SPAWN: argv=["/bin/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=/workspace/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: fetch_resources: debug "Fetching resources..."
OK: PREPROCESS: fetch_resources
OK: build_assets: debug "Building assets..."
OK: PREPROCESS: build_assets
OK: lints: shellcheck_lint
OK: lint_sources: debug "Running source lint checks..."
OK: lints: lint_sources
OK: lint_docs: debug "Running doc lint checks..."
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 30 tests
..............................
test result: ok. 30 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: build_unit_tests: debug "Building unit tests"
OK: test_units: build_unit_tests
OK: test_units: debug "Running 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 30 tests
..............................
test result: ok. 30 passed; 0 failed; 0 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 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 3 tests
...
test result: ok. 3 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 1 test
.
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 7 tests
.......
test result: ok. 7 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 7 tests
.......
test result: ok. 7 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 7 tests
.......
test result: ok. 7 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 11 tests
...........
test result: ok. 11 passed; 0 failed; 0 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
iiiiiiiiii.
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 10 tests
..........
test result: ok. 10 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 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 97 tests
.............................iii....................iii.......i........................ 87/97
..........
test result: ok. 90 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 4.61s
OK: cargo_test_integrations: cargo_test --doc --quiet
OK: test_integrations: cargo_test_integrations
OK: build_integration_tests: cargo_build_integration_tests
OK: build_integration_tests: debug "Building Integration tests"
OK: test_integrations: build_integration_tests
OK: test_integrations: debug "Running 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
OK: cargo_test_units: cargo_test --bins --quiet
OK: test_units: cargo_test_units
OK: build_unit_tests: cargo_build_unit_tests
OK: build_unit_tests: debug "Building unit tests"
OK: test_units: build_unit_tests
OK: test_units: debug "Running 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
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: build_integration_tests: debug "Building Integration tests"
OK: test_integrations: build_integration_tests
OK: test_integrations: debug "Running integration tests..."
OK: tests: test_integrations
OK: tests
OK: tests: test_no_proc_macro2
OK: MAIN: tests
OK: lint_docs: debug "Running doc lint checks..."
OK: doc: lint_docs
OK: build_docs: cargo_doc --quiet
OK: build_docs: debug "Building docs..."
OK: doc: build_docs
OK: MAIN: doc
OK: build_libs: cargo_build --lib --quiet
OK: build_libs: debug "Building library..."
OK: build: build_libs
OK: build_bins: cargo build --bins --quiet
OK: build_bins: debug "Building binaries..."
OK: build: build_bins
OK: MAIN: build
OK: MAIN
[2025-11-10T07:21:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-10T07:21:12Z DEBUG ambient_ci::plan] RUN: Action TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-11-10T07:21:12Z DEBUG ambient_ci::action] Plan::execute: plan=TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-11-10T07:21:12Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
}
[2025-11-10T07:21:12Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-11-10T07:21:12Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-11-10T07:21:12Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-11-10T07:21:12Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-11-10T07:21:12Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-11-10T07:21:12Z TRACE ambient_ci::vdrive] calling tar_create
[2025-11-10T07:21:14Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-11-10T07:21:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-10T07:21:14Z DEBUG ambient_ci::plan] RUN: Action TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
}
[2025-11-10T07:21:14Z DEBUG ambient_ci::action] Plan::execute: plan=TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
}
[2025-11-10T07:21:14Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
}
[2025-11-10T07:21:14Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-11-10T07:21:14Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-11-10T07:21:14Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-11-10T07:21:14Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-11-10T07:21:14Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-11-10T07:21:14Z TRACE ambient_ci::vdrive] calling tar_create
[2025-11-10T07:21:14Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-11-10T07:21:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-10T07:21:14Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
[2025-11-10T07:21:18Z INFO ambient] ambient ends successfully
{
"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": "256b1abed1616222bd5e85b2a286c03294a7c540",
"after": "256b1abed1616222bd5e85b2a286c03294a7c540",
"branch": "devel",
"commits": [
"256b1abed1616222bd5e85b2a286c03294a7c540",
"471122c7ccd03a1ad4db2d0937e00b7bac5a0ca6",
"0e01babefb059c5cb59d0d904d9165a3aa6fa3fd",
"92026c376b41e1a248634a3ff30f75a57c1e6598",
"762f65af0b426277a4f4305edef13eb4eec17f79",
"4464e23864c2fe510164566fb490f28cdc63f300",
"539748eb53b166ca7dd0609b59ee0078e8e5d9c5",
"ec8c67f867202c7976bebd197a3709f6aadb02df",
"5066871c5f553cd4f4bb46fec50af7d193f68555",
"21824b37af3cdfa897d4fb92728cc4ba341c7111",
"681d9463dcf2e6a7236c5da02c816133a6450bd8",
"f6a99e71cee9c966f3fd9abc974595a87b05b79b",
"fc83b10cb014d294705caed56d7db626cce05e73",
"6eb1f303222633f3d8f370695cdb5af45f8fc81b",
"4459542add0eceb55e90dd786ac21f733e6ea7ea",
"f6b443f953d272b3e7bb066eb2d8a953b9e826eb",
"1fe2da356c8af3b1c51599add601377288abfb51",
"2a900e09108d59d7aeb9127a75ef83a4d0b3d814",
"05c8c3317247d5e40f24e263b8f8faa2d9460c76",
"35b728b581ecc06348928078c376dc79b262b6b0",
"909683a1abcd1467fb75a779d9a8237cf969f2d0",
"24739b79de990b823f3de56b490564cc2dc8fb55",
"287748595c192ca29021b642bc713dc39e3f01fc",
"630ff98b43a8dd55636246dfe25185102699667c",
"968e08326de166d3d26d1d5d14e92835ca9ca81a",
"99de96d56f24cc1cf4fbdd6590c27d4657c2cbe1",
"7405985bfebbd83d1bc0236d007224db5d0b4627",
"6300e38944e9b3b27265d4e061ed961b805ae7e2",
"a7ce81ec6e040db69aa1f805c802a8459679a227",
"71b0fd9c61e196fb7994e51dd1adc457eea74500",
"edbc4e71c48a3ff01ff0d20fe5c0811267318b0d",
"3a09046cb8572e7656f48df86c477d98c6cdff7c",
"093cdd6d58be7c222a678c5c8a17d455a6cb830d",
"e1a80650df39d7180122cc8ee6874873e6f900aa",
"ef64e456779f36fd09357b2787e800f824924696",
"d8382cbde82530ee13775f154aeb17d9ef2c1f45",
"10319aff7e2a986f9358500f85ec2fa2072a9d59",
"b239060ca09a3454abafcf364cd2d7bf422861a9",
"62df555b54bd7f674def9220b3a63bb1a966a6d7"
]
}[2025-11-10T07:20:46Z INFO ambient] ambient starts
[2025-11-10T07:20:46Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[2025-11-10T07:20:46Z DEBUG ambient] complete configuration: Config {
tmpdir: "/home/_rad/tmp",
image_store: "/home/_rad/ambient-images",
projects: "/dev/null",
state: "/home/_rad/ambient-state",
rsync_target: None,
rsync_target_base: None,
rsync_target_map: None,
dput_target: None,
executor: Some(
"/usr/bin/ambient-execute-plan",
),
artifacts_max_size: Byte(
1000000000,
),
cache_max_size: Byte(
30000000000,
),
qemu: QemuConfig {
cpus: 2,
memory: Byte(
12000000000,
),
kvm_binary: "/usr/bin/kvm",
ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
},
}
[2025-11-10T07:20:46Z DEBUG ambient] configuration: Config {
tmpdir: "/home/_rad/tmp",
image_store: "/home/_rad/ambient-images",
projects: "/dev/null",
state: "/home/_rad/ambient-state",
rsync_target: None,
rsync_target_base: None,
rsync_target_map: None,
dput_target: None,
executor: Some(
"/usr/bin/ambient-execute-plan",
),
artifacts_max_size: Byte(
1000000000,
),
cache_max_size: Byte(
30000000000,
),
qemu: QemuConfig {
cpus: 2,
memory: Byte(
12000000000,
),
kvm_binary: "/usr/bin/kvm",
ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
},
}
[2025-11-10T07:20:46Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z39WbeupErKS8TwbDS5yU8eZSa3C/meta.yaml
[2025-11-10T07:20:46Z DEBUG ambient_ci::run] latest commit: "18e8e8925cb8dc6c1eae4a476ef6a52b975d69d1"
[2025-11-10T07:20:46Z DEBUG ambient_ci::run] is a git repository
[2025-11-10T07:20:46Z DEBUG ambient_ci::run] git repository is clean
[2025-11-10T07:20:46Z DEBUG ambient_ci::run] current (HEAD) commit: 256b1abed1616222bd5e85b2a286c03294a7c540
[2025-11-10T07:20:46Z DEBUG ambient_ci::run] no dry run requested
[2025-11-10T07:20:46Z DEBUG ambient_ci::run] forced run requested
[2025-11-10T07:20:46Z DEBUG ambient_ci::run] run? true
[2025-11-10T07:20:46Z INFO ambient_ci::run] project rad:z39WbeupErKS8TwbDS5yU8eZSa3C: running CI
[2025-11-10T07:20:46Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-11-10T07:20:46Z DEBUG ambient_ci::plan] RUN: Action CargoFetch {
sourcedir: "/tmp/.tmpd2lmLc/src",
}
[2025-11-10T07:20:46Z DEBUG ambient_ci::action] Plan::execute: plan=CargoFetch {
sourcedir: "/tmp/.tmpd2lmLc/src",
}
[2025-11-10T07:20:46Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z39WbeupErKS8TwbDS5yU8eZSa3C/cache",
"CARGO_HOME": "/home/_rad/ambient-state/rad:z39WbeupErKS8TwbDS5yU8eZSa3C/dependencies",
},
source_dir: "/tmp/.tmpd2lmLc/src",
}
SPAWN: argv=["cargo", "--version"]
cwd=/tmp/.tmpd2lmLc/src (exists? true)
cargo 1.91.0 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmpd2lmLc/src (exists? true)
clippy 0.1.91 (f8297e351a 2025-10-28)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmpd2lmLc/src (exists? true)
rustc 1.91.0 (f8297e351 2025-10-28)
SPAWN: argv=["cargo", "fetch"]
cwd=/tmp/.tmpd2lmLc/src (exists? true)
Updating crates.io index
Locking 61 packages to latest compatible versions
Downloading crates ...
Downloaded windows-link v0.2.1
Downloaded walkdir v2.5.0
Downloaded unicode-ident v1.0.22
Downloaded quote v1.0.42
Downloaded winapi-util v0.1.11
Downloaded tinytemplate v1.2.1
Downloaded ciborium-io v0.2.2
Downloaded same-file v1.0.6
Downloaded crossbeam-deque v0.8.6
Downloaded anstyle v1.0.13
Downloaded serde_core v1.0.228
Downloaded anes v0.1.6
Downloaded serde_derive v1.0.228
Downloaded crunchy v0.2.4
Downloaded wasm-bindgen v0.2.105
Downloaded ciborium-ll v0.2.2
Downloaded cast v0.3.0
Downloaded oorandom v11.1.5
Downloaded half v2.7.1
Downloaded ciborium v0.2.2
Downloaded clap v4.5.51
Downloaded js-sys v0.3.82
Downloaded serde v1.0.228
Downloaded itertools v0.13.0
Downloaded aho-corasick v1.1.4
Downloaded bumpalo v3.19.0
Downloaded regex v1.12.2
Downloaded plotters v0.3.7
Downloaded syn v2.0.110
Downloaded rayon-core v1.13.0
Downloaded memchr v2.7.6
Downloaded clap_builder v4.5.51
Downloaded zerocopy v0.8.27
Downloaded rayon v1.11.0
Downloaded ryu v1.0.20
Downloaded criterion v0.7.0
Downloaded regex-syntax v0.8.8
Downloaded num-traits v0.2.19
Downloaded wasm-bindgen-macro-support v0.2.105
Downloaded crossbeam-epoch v0.9.18
Downloaded crossbeam-utils v0.8.21
Downloaded clap_lex v0.7.6
Downloaded once_cell v1.21.3
Downloaded serde_json v1.0.145
Downloaded autocfg v1.5.0
Downloaded cfg-if v1.0.4
Downloaded plotters-backend v0.3.7
Downloaded rustversion v1.0.22
Downloaded wasm-bindgen-macro v0.2.105
Downloaded either v1.15.0
Downloaded itoa v1.0.15
Downloaded zerocopy-derive v0.8.27
Downloaded criterion-plot v0.6.0
Downloaded plotters-svg v0.3.7
Downloaded wasm-bindgen-shared v0.2.105
Downloaded web-sys v0.3.82
Downloaded regex-automata v0.4.13
Downloaded windows-sys v0.61.2
[2025-11-10T07:20:47Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-10T07:20:47Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-11-10T07:20:47Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpt0MZIS/src.tar
[2025-11-10T07:20:47Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpt0MZIS/deps.tar
[2025-11-10T07:20:47Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-11-10T07:20:47Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
steps: [
Mkdir {
pathname: "/workspace",
},
Mkdir {
pathname: "/workspace/artifacts",
},
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
Spawn {
argv: [
"find",
"/workspace",
"-maxdepth",
"2",
"-ls",
],
},
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 {
archive: "/dev/vde",
directory: "/workspace/cache",
},
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
],
executor_drive: Some(
"/dev/vdb",
),
source_drive: Some(
"/dev/vdc",
),
artifact_drive: Some(
"/dev/vdd",
),
cache_drive: Some(
"/dev/vde",
),
deps_drive: Some(
"/dev/vdf",
),
workspace_dir: Some(
"/workspace",
),
source_dir: Some(
"/workspace/src",
),
deps_dir: Some(
"/workspace/deps",
),
cache_dir: Some(
"/workspace/cache",
),
artifacts_dir: Some(
"/workspace/artifacts",
),
}
[2025-11-10T07:20:47Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-11-10T07:20:47Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpt0MZIS/ambient-execute-plan/run-ci
[2025-11-10T07:20:47Z DEBUG ambient_ci::run] copy OK: true
[2025-11-10T07:20:47Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpt0MZIS/executor.tar
[2025-11-10T07:20:49Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z39WbeupErKS8TwbDS5yU8eZSa3C/run.log
[2025-11-10T07:20:49Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z39WbeupErKS8TwbDS5yU8eZSa3C, exists? true
[2025-11-10T07:20:49Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z39WbeupErKS8TwbDS5yU8eZSa3C/run.log
[2025-11-10T07:20:49Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z39WbeupErKS8TwbDS5yU8eZSa3C/run.log OK
[2025-11-10T07:20:49Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-11-10T07:20:49Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-11-10T07:20:49Z DEBUG ambient_ci::cloud_init] with_runcmd called: "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n echo \"EXIT CODE: 0\"\nelse\n echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n"
[2025-11-10T07:20:49Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-11-10T07:20:49Z DEBUG ambient_ci::cloud_init] LocalDataStoreBuilder: LocalDataStoreBuilder {
hostname: Some(
"ambient",
),
network: false,
bootcmd: [],
runcmd: [
"echo xyzzy > /dev/ttyS1",
"\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n echo \"EXIT CODE: 0\"\nelse\n echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
"poweroff",
],
}
[2025-11-10T07:20:49Z DEBUG ambient_ci::qemu] run QEMU
[2025-11-10T07:20:49Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-11-10T07:20:49Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpVggw55/.tmpRKUk54/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-11-10T07:20:49Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-11-10T07:20:49Z DEBUG ambient_ci::cloud_init] LocalDataStore: LocalDataStore {
hostname: "ambient",
network: false,
bootcmd: [],
runcmd: [
"echo xyzzy > /dev/ttyS1",
"\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n echo \"EXIT CODE: 0\"\nelse\n echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
"poweroff",
],
}
[2025-11-10T07:20:49Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpex156V/meta-data
[2025-11-10T07:20:49Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpex156V/user-data
[2025-11-10T07:20:49Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpVggw55/.tmpRKUk54/console.log
[2025-11-10T07:20:49Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpVggw55/.tmpRKUk54/console.log
[2025-11-10T07:20:49Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z39WbeupErKS8TwbDS5yU8eZSa3C/run.log
[2025-11-10T07:20:49Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z39WbeupErKS8TwbDS5yU8eZSa3C/run.log
[2025-11-10T07:20:49Z 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/.tmpVggw55/.tmpRKUk54/console.log",
"-serial",
"file:/home/_rad/ambient-state/rad:z39WbeupErKS8TwbDS5yU8eZSa3C/run.log",
"-drive",
"if=pflash,format=raw,unit=0,file=/usr/share/ovmf/OVMF.fd,readonly=on",
"-drive",
"if=pflash,format=raw,unit=1,file=/home/_rad/tmp/.tmpVggw55/.tmpRKUk54/vars.fd",
"-drive",
"format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpVggw55/.tmpRKUk54/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpt0MZIS/executor.tar,readonly=on",
"-cdrom",
"/home/_rad/tmp/.tmpVggw55/.tmpRKUk54/cloud_init.iso",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpt0MZIS/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpt0MZIS/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpt0MZIS/cache.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpt0MZIS/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2025-11-10T07:21:17Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-11-10T07:21:17Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2025-11-10T07:20:52Z TRACE ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
[2025-11-10T07:20:52Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
[2025-11-10T07:20:52Z INFO ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
[2025-11-10T07:20:52Z WARN ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
[2025-11-10T07:20:52Z ERROR ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /workspace
- action: mkdir
pathname: /workspace/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /workspace/src
- action: tar_extract
archive: /dev/vdf
directory: /workspace/deps
- action: tar_extract
archive: /dev/vde
directory: /workspace/cache
- action: spawn
argv:
- find
- /workspace
- -maxdepth
- '2'
- -ls
- 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: /workspace/cache
- action: tar_create
archive: /dev/vdd
directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts
[2025-11-10T07:20:52Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
pathname: "/workspace",
}
[2025-11-10T07:20:52Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
pathname: "/workspace",
}
[2025-11-10T07:20:52Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
}
[2025-11-10T07:20:52Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-10T07:20:52Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
pathname: "/workspace/artifacts",
}
[2025-11-10T07:20:52Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
pathname: "/workspace/artifacts",
}
[2025-11-10T07:20:52Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
}
[2025-11-10T07:20:52Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-10T07:20:52Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
}
[2025-11-10T07:20:52Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
}
[2025-11-10T07:20:52Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
}
[2025-11-10T07:20:52Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-11-10T07:20:52Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-10T07:20:52Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-10T07:20:52Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
}
[2025-11-10T07:20:52Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
}
[2025-11-10T07:20:52Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
}
[2025-11-10T07:20:52Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-11-10T07:20:52Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-10T07:20:52Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-10T07:20:52Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-11-10T07:20:52Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-11-10T07:20:52Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
}
[2025-11-10T07:20:52Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-11-10T07:20:54Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-10T07:20:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-10T07:20:54Z DEBUG ambient_ci::plan] RUN: Action Spawn {
argv: [
"find",
"/workspace",
"-maxdepth",
"2",
"-ls",
],
}
[2025-11-10T07:20:54Z DEBUG ambient_ci::action] Plan::execute: plan=Spawn {
argv: [
"find",
"/workspace",
"-maxdepth",
"2",
"-ls",
],
}
[2025-11-10T07:20:54Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
}
SPAWN: argv=["find", "/workspace", "-maxdepth", "2", "-ls"]
cwd=/workspace/src (exists? true)
1572865 4 drwxr-xr-x 6 root root 4096 Nov 10 07:20 /workspace
1573593 4 drwxr-xr-x 3 root root 4096 Nov 10 07:20 /workspace/deps
1579172 56 -rw-r--r-- 1 root root 57344 Nov 10 07:20 /workspace/deps/.global-cache
1579174 0 -rw-r--r-- 1 root root 0 Sep 12 05:09 /workspace/deps/.package-cache
1573594 4 drwxr-xr-x 5 root root 4096 Sep 30 14:17 /workspace/deps/registry
1579173 0 -rw-r--r-- 1 root root 0 Sep 30 14:17 /workspace/deps/.package-cache-mutate
1572867 4 drwxr-xr-x 9 root root 4096 Nov 10 07:20 /workspace/src
1572963 8 -rw-r--r-- 1 root root 4264 Nov 10 07:20 /workspace/src/MACROS_NEW_PORTING.md
1572964 4 -rw-r--r-- 1 root root 4063 Nov 10 07:20 /workspace/src/LIFETIME_PROGRESS.md
1572911 4 drwxr-xr-x 4 root root 4096 Nov 10 07:20 /workspace/src/tests-proc-macro
1572959 8 -rw-r--r-- 1 root root 5866 Nov 10 07:20 /workspace/src/ROADMAP.md
1572973 4 drwxr-xr-x 2 root root 4096 Nov 10 07:20 /workspace/src/Bar.d
1572965 8 -rw-r--r-- 1 root root 6803 Nov 10 07:20 /workspace/src/LIFETIME_IMPLEMENTATION_COMPLETE.md
1573009 4 drwxr-xr-x 8 root root 4096 Nov 10 07:20 /workspace/src/.git
1572972 8 -rw-r--r-- 1 root root 5670 Nov 10 07:20 /workspace/src/Barf
1572955 4 -rwxr-xr-x 1 root root 2583 Nov 10 07:20 /workspace/src/bench-compile-time
1572967 12 -rw-r--r-- 1 root root 11358 Nov 10 07:20 /workspace/src/LICENSE-APACHE
1572929 4 drwxr-xr-x 2 root root 4096 Nov 10 07:20 /workspace/src/src
1572956 12 -rwxr-xr-x 1 root root 10825 Nov 10 07:20 /workspace/src/bar
1573007 4 -rw-r--r-- 1 root root 103 Nov 10 07:20 /workspace/src/.gitsigners
1572957 4 -rw-r--r-- 1 root root 3350 Nov 10 07:20 /workspace/src/bacon.toml
1572952 4 drwxr-xr-x 2 root root 4096 Nov 10 07:20 /workspace/src/benches
1572950 8 -rw-r--r-- 1 root root 5106 Nov 10 07:20 /workspace/src/cliff.toml
1572969 4 -rw-r--r-- 1 root root 1776 Nov 10 07:20 /workspace/src/Cargo.toml
1572948 4 -rw-r--r-- 1 root root 107 Nov 10 07:20 /workspace/src/release.toml
1572951 8 -rwxr-xr-x 1 root root 5498 Nov 10 07:20 /workspace/src/bisect-recursion-limit
1572966 4 -rw-r--r-- 1 root root 1023 Nov 10 07:20 /workspace/src/LICENSE-MIT
1572960 8 -rw-r--r-- 1 root root 8000 Nov 10 07:20 /workspace/src/README.md
1572961 16 -rw-r--r-- 1 root root 15906 Nov 10 07:20 /workspace/src/PARSE_WITH_MACRO_DESIGN.md
1572968 60 -rw-r--r-- 1 root root 60101 Nov 10 07:20 /workspace/src/HOW-TO-USE-UNSYNN-BY-AI.md
1572869 4 drwxr-xr-x 2 root root 4096 Nov 10 07:20 /workspace/src/tests
1572958 4 -rw-r--r-- 1 root root 2192 Nov 10 07:20 /workspace/src/STRESS_TEST_ERROR.md
1572928 4 -rw-r--r-- 1 root root 1176 Nov 10 07:20 /workspace/src/test_macros_new_features.rs
1572868 16 -rw-r--r-- 1 root root 14181 Nov 10 07:20 /workspace/src/Cargo.lock
1573005 4 drwxr-xr-x 2 root root 4096 Nov 10 07:20 /workspace/src/.radicle
1572962 16 -rw-r--r-- 1 root root 13136 Nov 10 07:20 /workspace/src/NESTED_ITERATOR_BUG_ANALYSIS.md
1572971 32 -rw-r--r-- 1 root root 29898 Nov 10 07:20 /workspace/src/CHANGELOG.md
1572949 4 -rw-r--r-- 1 root root 54 Nov 10 07:20 /workspace/src/clippy.toml
1572970 40 -rw-r--r-- 1 root root 38235 Nov 10 07:20 /workspace/src/COOKBOOK.md
1573008 4 -rw-r--r-- 1 root root 104 Nov 10 07:20 /workspace/src/.gitignore
1579175 4 drwxr-xr-x 5 root root 4096 Sep 30 14:17 /workspace/cache
1579937 4 -rw-r--r-- 1 root root 218 Sep 30 14:17 /workspace/cache/.rustdoc_fingerprint.json
1579936 4 drwxr-xr-x 2 root root 4096 Sep 30 14:17 /workspace/cache/tmp
1579176 4 -rw-r--r-- 1 root root 1038 Nov 10 07:20 /workspace/cache/.rustc_info.json
1579938 4 drwxr-xr-x 7 root root 4096 Oct 28 17:30 /workspace/cache/debug
1579177 4 drwxr-xr-x 17 root root 4096 Oct 28 17:30 /workspace/cache/doc
1572866 4 drwxr-xr-x 2 root root 4096 Nov 10 07:20 /workspace/artifacts
[2025-11-10T07:20:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-10T07:20:54Z DEBUG ambient_ci::plan] RUN: Action 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",
}
[2025-11-10T07:20:54Z DEBUG ambient_ci::action] Plan::execute: plan=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",
}
[2025-11-10T07:20:54Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
}
SPAWN: argv=["/bin/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=/workspace/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: fetch_resources: debug "Fetching resources..."
OK: PREPROCESS: fetch_resources
OK: build_assets: debug "Building assets..."
OK: PREPROCESS: build_assets
OK: lints: shellcheck_lint
OK: lint_sources: debug "Running source lint checks..."
OK: lints: lint_sources
OK: lint_docs: debug "Running doc lint checks..."
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 30 tests
..............................
test result: ok. 30 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: build_unit_tests: debug "Building unit tests"
OK: test_units: build_unit_tests
OK: test_units: debug "Running 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 30 tests
..............................
test result: ok. 30 passed; 0 failed; 0 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 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 3 tests
...
test result: ok. 3 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 1 test
.
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 7 tests
.......
test result: ok. 7 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 7 tests
.......
test result: ok. 7 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 7 tests
.......
test result: ok. 7 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 11 tests
...........
test result: ok. 11 passed; 0 failed; 0 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
iiiiiiiiii.
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 10 tests
..........
test result: ok. 10 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 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 97 tests
.............................iii....................iii.......i........................ 87/97
..........
test result: ok. 90 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 4.61s
OK: cargo_test_integrations: cargo_test --doc --quiet
OK: test_integrations: cargo_test_integrations
OK: build_integration_tests: cargo_build_integration_tests
OK: build_integration_tests: debug "Building Integration tests"
OK: test_integrations: build_integration_tests
OK: test_integrations: debug "Running 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
OK: cargo_test_units: cargo_test --bins --quiet
OK: test_units: cargo_test_units
OK: build_unit_tests: cargo_build_unit_tests
OK: build_unit_tests: debug "Building unit tests"
OK: test_units: build_unit_tests
OK: test_units: debug "Running 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
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: build_integration_tests: debug "Building Integration tests"
OK: test_integrations: build_integration_tests
OK: test_integrations: debug "Running integration tests..."
OK: tests: test_integrations
OK: tests
OK: tests: test_no_proc_macro2
OK: MAIN: tests
OK: lint_docs: debug "Running doc lint checks..."
OK: doc: lint_docs
OK: build_docs: cargo_doc --quiet
OK: build_docs: debug "Building docs..."
OK: doc: build_docs
OK: MAIN: doc
OK: build_libs: cargo_build --lib --quiet
OK: build_libs: debug "Building library..."
OK: build: build_libs
OK: build_bins: cargo build --bins --quiet
OK: build_bins: debug "Building binaries..."
OK: build: build_bins
OK: MAIN: build
OK: MAIN
[2025-11-10T07:21:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-10T07:21:12Z DEBUG ambient_ci::plan] RUN: Action TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-11-10T07:21:12Z DEBUG ambient_ci::action] Plan::execute: plan=TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-11-10T07:21:12Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
}
[2025-11-10T07:21:12Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-11-10T07:21:12Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-11-10T07:21:12Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-11-10T07:21:12Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-11-10T07:21:12Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-11-10T07:21:12Z TRACE ambient_ci::vdrive] calling tar_create
[2025-11-10T07:21:14Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-11-10T07:21:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-10T07:21:14Z DEBUG ambient_ci::plan] RUN: Action TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
}
[2025-11-10T07:21:14Z DEBUG ambient_ci::action] Plan::execute: plan=TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
}
[2025-11-10T07:21:14Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
}
[2025-11-10T07:21:14Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-11-10T07:21:14Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-11-10T07:21:14Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-11-10T07:21:14Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-11-10T07:21:14Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-11-10T07:21:14Z TRACE ambient_ci::vdrive] calling tar_create
[2025-11-10T07:21:14Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-11-10T07:21:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-10T07:21:14Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
====================
[2025-11-10T07:21:17Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2025-11-10T07:21:17Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2025-11-10T07:21:17Z DEBUG ambient_ci::run] remove old cache
[2025-11-10T07:21:17Z DEBUG ambient_ci::run] extract cache
[2025-11-10T07:21:18Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-11-10T07:21:18Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-11-10T07:21:18Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z39WbeupErKS8TwbDS5yU8eZSa3C/meta.yaml
[2025-11-10T07:21:18Z INFO ambient] ambient ends successfully
<empty log>