Radicle repository id rad:zw9BgStPgCkdsMspzs7EGbwnXq3r
[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 800K 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 9.8M 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2025-12-29 15:19 ./
-rw-r--r-- _rad/_rad 883 2025-12-29 15:19 ./plan.yaml
-rwxr-xr-x _rad/_rad 6394112 2025-12-29 15:19 ./run-ci
INFO: Extracted files:
5636108 4 drwxr-xr-x 2 1000 1000 4096 Dec 29 15:19 .
5636110 6248 -rwxr-xr-x 1 1000 1000 6394112 Dec 29 15:19 ./run-ci
5636109 4 -rw-r--r-- 1 1000 1000 883 Dec 29 15:19 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-12-29T15:19:30Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-29T15:19:30Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-29T15:19:30Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-29T15:19:30Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-29T15:19:30Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /workspace
- action: mkdir
pathname: /workspace/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /workspace/src
- action: tar_extract
archive: /dev/vdf
directory: /workspace/deps
- action: tar_extract
archive: /dev/vde
directory: /workspace/cache
- action: cargo_fmt
- action: cargo_clippy
- action: cargo_build
- action: cargo_test
- action: shell
shell: |
make -C doc
cp doc/*.html /workspace/artifacts/.
- 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-12-29T15:19:30Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-29T15:19:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-29T15:19:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-29T15:19:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T15:19:30Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-29T15:19:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-29T15:19:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-29T15:19:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T15:19:30Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-29T15:19:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-29T15:19:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-29T15:19:30Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-12-29T15:19:30Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-29T15:19:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T15:19:30Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-29T15:19:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-29T15:19:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-29T15:19:30Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-12-29T15:19:30Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-29T15:19:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T15:19:30Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-29T15:19:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-29T15:19:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-29T15:19:30Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-12-29T15:19:31Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-29T15:19:31Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T15:19:31Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2025-12-29T15:19:31Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2025-12-29T15:19:31Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/workspace/src (exists? true)
[2025-12-29T15:19:31Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T15:19:31Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2025-12-29T15:19:31Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2025-12-29T15:19:31Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/workspace/src (exists? true)
Checking riki v0.1.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
[2025-12-29T15:19:32Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T15:19:32Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
CargoBuild,
)
[2025-12-29T15:19:32Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
CargoBuild,
)
[2025-12-29T15:19:32Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
cwd=/workspace/src (exists? true)
Compiling riki v0.1.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
[2025-12-29T15:19:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T15:19:33Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
CargoTest,
)
[2025-12-29T15:19:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
CargoTest,
)
[2025-12-29T15:19:33Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
cwd=/workspace/src (exists? true)
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
Running unittests src/lib.rs (/workspace/cache/debug/deps/riki-b55ea2ecd22b2eea)
running 55 tests
test pagenames::test::basename ... ok
test pagenames::test::deny_going_wrong_way ... ok
test pagenames::test::deny_relative ... ok
test pagenames::test::is_root ... ok
test pagenames::test::join_bad ... ok
test pagenames::test::joins_subpage ... ok
test pagenames::test::no_pages_initially ... ok
test pagenames::test::page_is_equal_to_itself ... ok
test pagenames::test::page_name_from_str ... ok
test pagenames::test::parent_page ... ok
test pagenames::test::relative_name_from_str ... ok
test pagenames::test::relative_path_is_equal_to_itself ... ok
test pagenames::test::relative_to_descendant ... ok
test pagenames::test::relative_to_root ... ok
test pagenames::test::relative_to_sibling ... ok
test pagenames::test::resolves_ancestor ... ok
test pagenames::test::resolves_direct_subpage ... ok
test pagenames::test::resolves_nonexistent ... ok
test pagenames::test::resolves_root ... ok
test pagenames::test::resolves_self_link ... ok
test pagenames::test::resolves_sibling ... ok
test pagespec::tests::and_expr ... ok
test pagespec::tests::bad_day ... ok
test pagespec::tests::basic ... ok
test pagespec::tests::complex ... ok
test pagespec::tests::dangling_and ... ok
test pagespec::tests::dangling_or ... ok
test pagespec::tests::negated ... ok
test pagespec::tests::negated_group ... ok
test pagespec::tests::or_expr ... ok
test pagespec::tests::pageglob ... ok
test wikitext::test::backslash ... ok
test wikitext::test::contains_escaped_wikitext ... ok
test wikitext::test::contains_wikitext ... ok
test wikitext::test::directive ... ok
test wikitext::test::directive_name ... ok
test wikitext::test::directive_parameter_name ... ok
test wikitext::test::empty ... ok
test wikitext::test::escaped_backslash ... ok
test wikitext::test::escaped_open_bracket ... ok
test wikitext::test::link_text ... ok
test wikitext::test::name_only_parameter ... ok
test wikitext::test::open_bracket ... ok
test wikitext::test::page_name ... ok
test wikitext::test::parameters ... ok
test wikitext::test::quoted_char ... ok
test wikitext::test::simple_char ... ok
test wikitext::test::simple_text ... ok
test wikitext::test::simple_wikilink ... ok
test wikitext::test::single_quoted_value ... ok
test wikitext::test::triple_quoted_value ... ok
test wikitext::test::unquoted_value ... ok
test wikitext::test::valued_parameter ... ok
test wikitext::test::wikilink_with_link_text ... ok
test pagenames::test::adds_page ... ok
test result: ok. 55 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
Doc-tests riki
running 1 test
test src/pagenames.rs - pagenames::PageName (line 20) ... ok
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
all doctests ran in 0.18s; merged doctests compilation took 0.17s
[2025-12-29T15:19:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T15:19:34Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "make -C doc\ncp doc/*.html /workspace/artifacts/.\n",
},
)
[2025-12-29T15:19:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "make -C doc\ncp doc/*.html /workspace/artifacts/.\n",
},
)
[2025-12-29T15:19:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nmake -C doc\ncp doc/*.html /workspace/artifacts/.\n\n"]
cwd=/workspace/src (exists? true)
+ make -C doc
make: Entering directory '/workspace/src/doc'
pandoc --standalone --self-contained -o "arch.html" "arch.md"
[WARNING] This document format requires a nonempty <title> element.
Defaulting to 'arch' as the title.
To specify a title, use 'title' in metadata or --metadata title="...".
pandoc --standalone --self-contained -o "linking.html" "linking.md"
[WARNING] This document format requires a nonempty <title> element.
Defaulting to 'linking' as the title.
To specify a title, use 'title' in metadata or --metadata title="...".
pandoc --standalone --self-contained -o "motivation.html" "motivation.md"
[WARNING] This document format requires a nonempty <title> element.
Defaulting to 'motivation' as the title.
To specify a title, use 'title' in metadata or --metadata title="...".
pandoc --standalone --self-contained -o "pagenames.html" "pagenames.md"
[WARNING] This document format requires a nonempty <title> element.
Defaulting to 'pagenames' as the title.
To specify a title, use 'title' in metadata or --metadata title="...".
make: Leaving directory '/workspace/src/doc'
+ cp doc/arch.html doc/linking.html doc/motivation.html doc/pagenames.html /workspace/artifacts/.
[2025-12-29T15:19:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T15:19:34Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-29T15:19:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-29T15:19:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-29T15:19:34Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-12-29T15:19:34Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-12-29T15:19:34Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-12-29T15:19:34Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-12-29T15:19:34Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-12-29T15:19:34Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-29T15:19:35Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-12-29T15:19:35Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T15:19:35Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-29T15:19:35Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-29T15:19:35Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-29T15:19:35Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-12-29T15:19:35Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-12-29T15:19:35Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-12-29T15:19:35Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-12-29T15:19:35Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-12-29T15:19:35Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-29T15:19:35Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-12-29T15:19:35Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T15:19:35Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
{
"request": "trigger",
"version": 1,
"event_type": "patch",
"repository": {
"id": "rad:zw9BgStPgCkdsMspzs7EGbwnXq3r",
"name": "riki",
"description": "static site generator compatible with ikiwiki",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
]
},
"action": "Created",
"patch": {
"id": "3eea3609a6e58dcf99429bd082a26b8eb42a477d",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"title": "doc: document syntax for directives",
"state": {
"status": "open",
"conflicts": []
},
"before": "44bf93aaaec17e99806ecb84aae5190a17c700ad",
"after": "71250cc3628d1aba63795f5087e36c03119be74c",
"commits": [
"71250cc3628d1aba63795f5087e36c03119be74c",
"612d6eeaeaf01764118e64bbc79dc7578ed073eb",
"5f515cd56243718d049ae9bcd0e35f563c410bc8",
"6fcd84b5671f3607a105a013b8d33e36cb1777de",
"69c68ee672e65e3df21e27f73ccc78d7790b624b",
"72bfc82ee15c4889aa8755454167ab78fec76a22",
"f819d47c79104f68f6f69c2f00b529f1e67b261d",
"4085dc3d7c80c14ae2a7fb4f6202acf9ee5c47fa",
"274298a264f1a7b027cfc7e91ca0c69a2c139741",
"0e4634f1f2f97b4f664323aade2fc3d0f44de760",
"dc68957e5c6fa3ec5b50635edb86ed72650f9ac5"
],
"target": "44bf93aaaec17e99806ecb84aae5190a17c700ad",
"labels": [],
"assignees": [],
"revisions": [
{
"id": "3eea3609a6e58dcf99429bd082a26b8eb42a477d",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"description": "feat: parse simple directive without params\n\n\nfeat: parse name of parameter\n\n\nfeat: parse directive without parameters\n\n\nfeat: parse unquoted values\n\n\nfeat: parse quoted parameter values\n\n\nfeat: parse triple quoted value\n\n\nrefactor: use helper function to avoide duplicating code\n\n\nfeat: parse wikitext with simple directives\n\n\nfeat: parse all kinds of parameters\n\n\nfeat: parse directives with parameters",
"base": "44bf93aaaec17e99806ecb84aae5190a17c700ad",
"oid": "71250cc3628d1aba63795f5087e36c03119be74c",
"timestamp": 1767021566
}
]
}
}[2025-12-29T15:19:26Z INFO ambient] ambient starts
[2025-12-29T15:19:26Z 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-12-29T15:19:26Z 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-12-29T15:19:26Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:zw9BgStPgCkdsMspzs7EGbwnXq3r/meta.yaml
[2025-12-29T15:19:26Z DEBUG ambient_ci::run] latest commit: "44bf93aaaec17e99806ecb84aae5190a17c700ad"
[2025-12-29T15:19:26Z DEBUG ambient_ci::run] is a git repository
[2025-12-29T15:19:26Z DEBUG ambient_ci::run] git repository is clean
[2025-12-29T15:19:26Z DEBUG ambient_ci::run] current (HEAD) commit: 71250cc3628d1aba63795f5087e36c03119be74c
[2025-12-29T15:19:26Z DEBUG ambient_ci::run] no dry run requested
[2025-12-29T15:19:26Z DEBUG ambient_ci::run] forced run requested
[2025-12-29T15:19:26Z DEBUG ambient_ci::run] run? true
[2025-12-29T15:19:26Z INFO ambient_ci::run] project rad:zw9BgStPgCkdsMspzs7EGbwnXq3r: running CI
[2025-12-29T15:19:26Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-12-29T15:19:26Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
CargoFetch,
)
[2025-12-29T15:19:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
CargoFetch,
)
[2025-12-29T15:19:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/home/_rad/ambient-state/rad:zw9BgStPgCkdsMspzs7EGbwnXq3r/dependencies",
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:zw9BgStPgCkdsMspzs7EGbwnXq3r/cache",
},
source_dir: "/tmp/.tmpJYdDYX/src",
deps_dir: "/home/_rad/ambient-state/rad:zw9BgStPgCkdsMspzs7EGbwnXq3r/dependencies",
artifacts_dir: "/home/_rad/ambient-state/rad:zw9BgStPgCkdsMspzs7EGbwnXq3r/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/tmp/.tmpJYdDYX/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmpJYdDYX/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmpJYdDYX/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] copy_partial_tree: /tmp/.tmpJYdDYX/src => /tmp/.tmpIp6cSf
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/src wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/src/wikitext.rs wanted=true
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpJYdDYX/src/src/wikitext.rs => /tmp/.tmpIp6cSf/src/wikitext.rs
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/src/pagespec.rs wanted=true
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpJYdDYX/src/src/pagespec.rs => /tmp/.tmpIp6cSf/src/pagespec.rs
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/src/pagenames.rs wanted=true
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpJYdDYX/src/src/pagenames.rs => /tmp/.tmpIp6cSf/src/pagenames.rs
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/src/lib.rs wanted=true
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpJYdDYX/src/src/lib.rs => /tmp/.tmpIp6cSf/src/lib.rs
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/roadmap.yaml wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/doc wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/doc/directives.md wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/doc/wikitext.md wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/doc/pagenames.md wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/doc/motivation.md wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/doc/linking.md wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/doc/arch.md wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/doc/Makefile wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/README.md wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/Makefile wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/Cargo.toml wanted=true
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpJYdDYX/src/Cargo.toml => /tmp/.tmpIp6cSf/Cargo.toml
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/Cargo.lock wanted=true
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpJYdDYX/src/Cargo.lock => /tmp/.tmpIp6cSf/Cargo.lock
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.radicle wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.radicle/ambient.yaml wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.gitignore wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/index wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/HEAD wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/config wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/logs wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/logs/HEAD wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/logs/refs wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/logs/refs/heads wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/logs/refs/heads/main wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/logs/refs/remotes wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/logs/refs/remotes/origin wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/packed-refs wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/refs wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/refs/remotes wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/refs/remotes/origin wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/refs/remotes/origin/HEAD wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/refs/tags wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/refs/heads wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/refs/heads/main wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/56 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/56/a5e26b9bd51c912b0eb8770fae3b46f4ee33a8 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/7b wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/7b/b2c5d3fdc79568fef08e6ce7d71fb3f6698f1b wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/24 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/24/9e2f2359f14704a8e8268e90e8a13e178136bb wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/9f wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/9f/394d7ac8dc843382a1ec9c2838a2d81dcc3703 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/f4 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/f4/d7ade2a53c676389d7f08f72cdb10e0a58e5ef wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/6f wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/6f/cf424e24fd8175890d791a9b406fc58ba049f2 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/62 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/62/0b29bf292fa44b025a95c1e79c5bf521435a6e wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/b7 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/b7/a0b8db7bff335355b20b49eb707400c759fc7f wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/c5 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/c5/28fee7a3bb46bd704349d6be8f9756e93f4ca4 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/ac wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/ac/e07159e8fd42000b9270916db590f7852924f6 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/34 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/34/15efc1da36263ad8d893e7fcc8341c48b78dbf wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/51 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/51/326e2f732e9dd011e2f467e6c2eab65de4aabd wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/c2 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/c2/97848d1578bdaeac0d20a65e594abaf3647894 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/c2/6c29bfa1ce8259678dd24815d6cf2e0a11d856 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/c8 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/c8/0c3b256dde401797bc9551b6b1d8460f14a8ed wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/ea wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/ea/2e44234e1aff088b061706df6fba98f33ebec0 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/f5 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/f5/5834aad7fea6a5109ff062a20940a51b3ba96b wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/55 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/55/20a7ea7c50387b71c5fe55e7b35aa565acd08a wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/91 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/91/ac4ebdc1d9198440767a8e4224143399523dde wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/91/318b7fbb207d164a797e164fa98cf74b49743e wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/ad wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/ad/d1f509d76ae740f30e2941cbae2d7075ea2c77 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/49 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/49/fc0f24414a980f35a007fe0b9f69cb2e59e99d wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/e5 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/e5/5e50f95929b751e9cf2a36e50598d15aaf50bc wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/cb wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/cb/1df46ac1f900255da73405502399234c91497c wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/6c wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/6c/55865d85d0527ccff6b6c3b45c3712968e91ce wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/27 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/27/aff312abc9fa56737245258a2333f20fdeba8c wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/e6 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/e6/96fe4eb01a25416ceafd4a1ac5e950bf71b46e wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/41 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/41/db66023fcba78c5b630e72fe49ae3faab24a13 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/9a wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/9a/5666f8a038902345d7411de1a9f8a607c04afc wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/40 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/40/181223e55761222338b50197aeecb55072acee wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/50 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/50/44df4e0c2de8c9c591b05194e8f44c1f2f576b wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/70 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/70/7c8dc00e7c88c3eb3f72cd911f615d7f87c1db wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/21 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/21/b12e6e9ff4e52e3214496f7339dc6e393a82b7 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/fe wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/fe/981cc598eb7c07d31102cc9bf215997aa04ddb wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/65 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/65/e8ca4ae75fe65cf9fe1991f260b10678a28595 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/3b wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/3b/6d1b4c19a9380a33c477a556ce816eecf09ab2 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/0a wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/0a/178c15307f223c35e3cafc8da6fe2d8c708348 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/0a/2c1f77b94e8090daacf7783b3976cc5e87e718 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/05 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/05/e01384bab3085e5d01e5ff62bcfaae0fcb074b wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/17 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/17/246b69d83da58943a4131b39fc0c0722669643 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/09 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/09/c6bc0094b1f5ea101b678642062ed477454036 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/b1 wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/b1/2d901928a94d5c1f4b0d0d1bbfe2c1e526155e wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/info wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/info/commit-graph wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/info/packs wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-dc082e7d456709a08fc5b6a009fb2502ae70f920.idx wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-ba3a080b64056c23e4f70b91a852439783d7be75.pack wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-bdc2481aa81ebf687cf7914e51fe211bbb697779.idx wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-efd9e0b539479e0ffbbaf569215325a73431f13a.idx wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-dc082e7d456709a08fc5b6a009fb2502ae70f920.pack wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-bcddf78ea29fb6dc9983406ee75189d9b5db735b.pack wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-e2839d4af6c603f20c976904d9c8f1604011d112.idx wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-2633d5315b9166d3d948b2bf03e0c16556ec477c.idx wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-906ddbe3ff142121bc726b795d11a3f8625fe8e9.idx wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-b1d4f9b551ae3553fbcd290477a1f0f767211a6c.pack wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-8bbd46aff9a50b866d7137a13d0afd1b75b00a3d.pack wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-b1d4f9b551ae3553fbcd290477a1f0f767211a6c.idx wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-2633d5315b9166d3d948b2bf03e0c16556ec477c.pack wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-1cd9e08355efe6e161b26d94eca6b0e7d4e314f4.pack wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-8bbd46aff9a50b866d7137a13d0afd1b75b00a3d.idx wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-ba3a080b64056c23e4f70b91a852439783d7be75.idx wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-bcddf78ea29fb6dc9983406ee75189d9b5db735b.idx wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-efd9e0b539479e0ffbbaf569215325a73431f13a.pack wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-efd9e0b539479e0ffbbaf569215325a73431f13a.rev wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-375aeb051db2c278737108afcf469258375a846c.pack wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-375aeb051db2c278737108afcf469258375a846c.idx wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-41e205e8bc64d183e3204ce45d4b09bcd00dab00.idx wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-1cd9e08355efe6e161b26d94eca6b0e7d4e314f4.idx wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-e2839d4af6c603f20c976904d9c8f1604011d112.pack wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-906ddbe3ff142121bc726b795d11a3f8625fe8e9.pack wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-bdc2481aa81ebf687cf7914e51fe211bbb697779.pack wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-efd9e0b539479e0ffbbaf569215325a73431f13a.bitmap wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/objects/pack/pack-41e205e8bc64d183e3204ce45d4b09bcd00dab00.pack wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/branches wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/hooks wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/hooks/update.sample wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/hooks/commit-msg.sample wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/hooks/applypatch-msg.sample wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/hooks/pre-merge-commit.sample wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/hooks/post-update.sample wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/hooks/pre-push.sample wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/hooks/pre-rebase.sample wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/hooks/push-to-checkout.sample wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/hooks/pre-commit.sample wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/hooks/pre-receive.sample wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/hooks/sendemail-validate.sample wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/hooks/pre-applypatch.sample wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/description wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/info wanted=false
[2025-12-29T15:19:26Z DEBUG ambient_ci::util] path=/tmp/.tmpJYdDYX/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
cwd=/tmp/.tmpIp6cSf (exists? true)
[2025-12-29T15:19:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T15:19:26Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-29T15:19:26Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmp15fg9i/src.tar
[2025-12-29T15:19:26Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmp15fg9i/deps.tar
[2025-12-29T15:19:27Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-12-29T15:19:27Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
steps: [
Mkdir(
Mkdir {
pathname: "/workspace",
},
),
Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
),
TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
),
CargoFmt(
CargoFmt,
),
CargoClippy(
CargoClippy,
),
CargoBuild(
CargoBuild,
),
CargoTest(
CargoTest,
),
Shell(
Shell {
shell: "make -C doc\ncp doc/*.html /workspace/artifacts/.\n",
},
),
TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
),
TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
),
],
executor_drive: Some(
"/dev/vdb",
),
source_drive: Some(
"/dev/vdc",
),
artifact_drive: Some(
"/dev/vdd",
),
cache_drive: Some(
"/dev/vde",
),
deps_drive: Some(
"/dev/vdf",
),
workspace_dir: Some(
"/workspace",
),
source_dir: Some(
"/workspace/src",
),
deps_dir: Some(
"/workspace/deps",
),
cache_dir: Some(
"/workspace/cache",
),
artifacts_dir: Some(
"/workspace/artifacts",
),
}
[2025-12-29T15:19:27Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-12-29T15:19:27Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmp15fg9i/ambient-execute-plan/run-ci
[2025-12-29T15:19:27Z DEBUG ambient_ci::run] copy OK: true
[2025-12-29T15:19:27Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmp15fg9i/executor.tar
[2025-12-29T15:19:27Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:zw9BgStPgCkdsMspzs7EGbwnXq3r/run.log
[2025-12-29T15:19:27Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:zw9BgStPgCkdsMspzs7EGbwnXq3r, exists? true
[2025-12-29T15:19:27Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:zw9BgStPgCkdsMspzs7EGbwnXq3r/run.log
[2025-12-29T15:19:27Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:zw9BgStPgCkdsMspzs7EGbwnXq3r/run.log OK
[2025-12-29T15:19:27Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-12-29T15:19:27Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-12-29T15:19:27Z 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-12-29T15:19:27Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-12-29T15:19:27Z 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-12-29T15:19:27Z DEBUG ambient_ci::qemu] run QEMU
[2025-12-29T15:19:27Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-12-29T15:19:27Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpJ4boQI/.tmpqdXBhH/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-12-29T15:19:27Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-12-29T15:19:27Z 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-12-29T15:19:27Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpL6sckb/meta-data
[2025-12-29T15:19:27Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpL6sckb/user-data
[2025-12-29T15:19:27Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpJ4boQI/.tmpqdXBhH/console.log
[2025-12-29T15:19:27Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpJ4boQI/.tmpqdXBhH/console.log
[2025-12-29T15:19:27Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:zw9BgStPgCkdsMspzs7EGbwnXq3r/run.log
[2025-12-29T15:19:27Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:zw9BgStPgCkdsMspzs7EGbwnXq3r/run.log
[2025-12-29T15:19:27Z 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/.tmpJ4boQI/.tmpqdXBhH/console.log",
"-serial",
"file:/home/_rad/ambient-state/rad:zw9BgStPgCkdsMspzs7EGbwnXq3r/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/.tmpJ4boQI/.tmpqdXBhH/vars.fd",
"-drive",
"format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpJ4boQI/.tmpqdXBhH/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp15fg9i/executor.tar,readonly=on",
"-cdrom",
"/home/_rad/tmp/.tmpJ4boQI/.tmpqdXBhH/cloud_init.iso",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp15fg9i/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp15fg9i/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp15fg9i/cache.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp15fg9i/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2025-12-29T15:19:38Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-12-29T15:19:38Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2025-12-29T15:19:30Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-29T15:19:30Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-29T15:19:30Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-29T15:19:30Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-29T15:19:30Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /workspace
- action: mkdir
pathname: /workspace/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /workspace/src
- action: tar_extract
archive: /dev/vdf
directory: /workspace/deps
- action: tar_extract
archive: /dev/vde
directory: /workspace/cache
- action: cargo_fmt
- action: cargo_clippy
- action: cargo_build
- action: cargo_test
- action: shell
shell: |
make -C doc
cp doc/*.html /workspace/artifacts/.
- 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-12-29T15:19:30Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-29T15:19:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-29T15:19:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-29T15:19:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T15:19:30Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-29T15:19:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-29T15:19:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-29T15:19:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T15:19:30Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-29T15:19:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-29T15:19:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-29T15:19:30Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-12-29T15:19:30Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-29T15:19:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T15:19:30Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-29T15:19:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-29T15:19:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-29T15:19:30Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-12-29T15:19:30Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-29T15:19:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T15:19:30Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-29T15:19:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-29T15:19:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-29T15:19:30Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-12-29T15:19:31Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-29T15:19:31Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T15:19:31Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2025-12-29T15:19:31Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2025-12-29T15:19:31Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/workspace/src (exists? true)
[2025-12-29T15:19:31Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T15:19:31Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2025-12-29T15:19:31Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2025-12-29T15:19:31Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/workspace/src (exists? true)
Checking riki v0.1.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
[2025-12-29T15:19:32Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T15:19:32Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
CargoBuild,
)
[2025-12-29T15:19:32Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
CargoBuild,
)
[2025-12-29T15:19:32Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
cwd=/workspace/src (exists? true)
Compiling riki v0.1.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
[2025-12-29T15:19:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T15:19:33Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
CargoTest,
)
[2025-12-29T15:19:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
CargoTest,
)
[2025-12-29T15:19:33Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
cwd=/workspace/src (exists? true)
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
Running unittests src/lib.rs (/workspace/cache/debug/deps/riki-b55ea2ecd22b2eea)
running 55 tests
test pagenames::test::basename ... ok
test pagenames::test::deny_going_wrong_way ... ok
test pagenames::test::deny_relative ... ok
test pagenames::test::is_root ... ok
test pagenames::test::join_bad ... ok
test pagenames::test::joins_subpage ... ok
test pagenames::test::no_pages_initially ... ok
test pagenames::test::page_is_equal_to_itself ... ok
test pagenames::test::page_name_from_str ... ok
test pagenames::test::parent_page ... ok
test pagenames::test::relative_name_from_str ... ok
test pagenames::test::relative_path_is_equal_to_itself ... ok
test pagenames::test::relative_to_descendant ... ok
test pagenames::test::relative_to_root ... ok
test pagenames::test::relative_to_sibling ... ok
test pagenames::test::resolves_ancestor ... ok
test pagenames::test::resolves_direct_subpage ... ok
test pagenames::test::resolves_nonexistent ... ok
test pagenames::test::resolves_root ... ok
test pagenames::test::resolves_self_link ... ok
test pagenames::test::resolves_sibling ... ok
test pagespec::tests::and_expr ... ok
test pagespec::tests::bad_day ... ok
test pagespec::tests::basic ... ok
test pagespec::tests::complex ... ok
test pagespec::tests::dangling_and ... ok
test pagespec::tests::dangling_or ... ok
test pagespec::tests::negated ... ok
test pagespec::tests::negated_group ... ok
test pagespec::tests::or_expr ... ok
test pagespec::tests::pageglob ... ok
test wikitext::test::backslash ... ok
test wikitext::test::contains_escaped_wikitext ... ok
test wikitext::test::contains_wikitext ... ok
test wikitext::test::directive ... ok
test wikitext::test::directive_name ... ok
test wikitext::test::directive_parameter_name ... ok
test wikitext::test::empty ... ok
test wikitext::test::escaped_backslash ... ok
test wikitext::test::escaped_open_bracket ... ok
test wikitext::test::link_text ... ok
test wikitext::test::name_only_parameter ... ok
test wikitext::test::open_bracket ... ok
test wikitext::test::page_name ... ok
test wikitext::test::parameters ... ok
test wikitext::test::quoted_char ... ok
test wikitext::test::simple_char ... ok
test wikitext::test::simple_text ... ok
test wikitext::test::simple_wikilink ... ok
test wikitext::test::single_quoted_value ... ok
test wikitext::test::triple_quoted_value ... ok
test wikitext::test::unquoted_value ... ok
test wikitext::test::valued_parameter ... ok
test wikitext::test::wikilink_with_link_text ... ok
test pagenames::test::adds_page ... ok
test result: ok. 55 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
Doc-tests riki
running 1 test
test src/pagenames.rs - pagenames::PageName (line 20) ... ok
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
all doctests ran in 0.18s; merged doctests compilation took 0.17s
[2025-12-29T15:19:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T15:19:34Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "make -C doc\ncp doc/*.html /workspace/artifacts/.\n",
},
)
[2025-12-29T15:19:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "make -C doc\ncp doc/*.html /workspace/artifacts/.\n",
},
)
[2025-12-29T15:19:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nmake -C doc\ncp doc/*.html /workspace/artifacts/.\n\n"]
cwd=/workspace/src (exists? true)
+ make -C doc
make: Entering directory '/workspace/src/doc'
pandoc --standalone --self-contained -o "arch.html" "arch.md"
[WARNING] This document format requires a nonempty <title> element.
Defaulting to 'arch' as the title.
To specify a title, use 'title' in metadata or --metadata title="...".
pandoc --standalone --self-contained -o "linking.html" "linking.md"
[WARNING] This document format requires a nonempty <title> element.
Defaulting to 'linking' as the title.
To specify a title, use 'title' in metadata or --metadata title="...".
pandoc --standalone --self-contained -o "motivation.html" "motivation.md"
[WARNING] This document format requires a nonempty <title> element.
Defaulting to 'motivation' as the title.
To specify a title, use 'title' in metadata or --metadata title="...".
pandoc --standalone --self-contained -o "pagenames.html" "pagenames.md"
[WARNING] This document format requires a nonempty <title> element.
Defaulting to 'pagenames' as the title.
To specify a title, use 'title' in metadata or --metadata title="...".
make: Leaving directory '/workspace/src/doc'
+ cp doc/arch.html doc/linking.html doc/motivation.html doc/pagenames.html /workspace/artifacts/.
[2025-12-29T15:19:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T15:19:34Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-29T15:19:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-29T15:19:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-29T15:19:34Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-12-29T15:19:34Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-12-29T15:19:34Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-12-29T15:19:34Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-12-29T15:19:34Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-12-29T15:19:34Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-29T15:19:35Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-12-29T15:19:35Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T15:19:35Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-29T15:19:35Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-29T15:19:35Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-29T15:19:35Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-12-29T15:19:35Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-12-29T15:19:35Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-12-29T15:19:35Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-12-29T15:19:35Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-12-29T15:19:35Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-29T15:19:35Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-12-29T15:19:35Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T15:19:35Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
====================
[2025-12-29T15:19:38Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2025-12-29T15:19:38Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2025-12-29T15:19:38Z DEBUG ambient_ci::run] remove old cache
[2025-12-29T15:19:38Z DEBUG ambient_ci::run] extract cache
[2025-12-29T15:19:38Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-12-29T15:19:38Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-29T15:19:38Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:zw9BgStPgCkdsMspzs7EGbwnXq3r/meta.yaml
[2025-12-29T15:19:38Z INFO ambient] ambient ends successfully
<empty log>