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
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 890K 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-31 14:25 ./
-rw-r--r-- _rad/_rad 883 2025-12-31 14:25 ./plan.yaml
-rwxr-xr-x _rad/_rad 6394112 2025-12-31 14:25 ./run-ci
INFO: Extracted files:
5636108 4 drwxr-xr-x 2 1000 1000 4096 Dec 31 14:25 .
5636110 6248 -rwxr-xr-x 1 1000 1000 6394112 Dec 31 14:25 ./run-ci
5636109 4 -rw-r--r-- 1 1000 1000 883 Dec 31 14:25 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-12-31T14:25:58Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-31T14:25:58Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-31T14:25:58Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-31T14:25:58Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-31T14:25:58Z 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-31T14:25:58Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-31T14:25:58Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-31T14:25:58Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-31T14:25:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T14:25:58Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-31T14:25:58Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-31T14:25:58Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-31T14:25:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T14:25:58Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-31T14:25:58Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-31T14:25:58Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-31T14:25:58Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-12-31T14:25:58Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-31T14:25:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T14:25:58Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-31T14:25:58Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-31T14:25:58Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-31T14:25:58Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-12-31T14:25:59Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-31T14:25:59Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T14:25:59Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-31T14:25:59Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-31T14:25:59Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-31T14:25:59Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-12-31T14:25:59Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-31T14:25:59Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T14:25:59Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2025-12-31T14:25:59Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2025-12-31T14:25:59Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"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-31T14:26:00Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T14:26:00Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2025-12-31T14:26:00Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2025-12-31T14:26:00Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"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.45s
[2025-12-31T14:26:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T14:26:01Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
CargoBuild,
)
[2025-12-31T14:26:01Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
CargoBuild,
)
[2025-12-31T14:26:01Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"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.91s
[2025-12-31T14:26:02Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T14:26:02Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
CargoTest,
)
[2025-12-31T14:26:02Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
CargoTest,
)
[2025-12-31T14:26:02Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"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
Running unittests src/main.rs (/workspace/cache/debug/deps/riki-e7d61a8db985630c)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
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.17s; merged doctests compilation took 0.17s
[2025-12-31T14:26:02Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T14:26:02Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "make -C doc\ncp doc/*.html /workspace/artifacts/.\n",
},
)
[2025-12-31T14:26:02Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "make -C doc\ncp doc/*.html /workspace/artifacts/.\n",
},
)
[2025-12-31T14:26:02Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"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-31T14:26:02Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T14:26:02Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-31T14:26:02Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-31T14:26:02Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-31T14:26:02Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-12-31T14:26:02Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-12-31T14:26:02Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-12-31T14:26:02Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-12-31T14:26:02Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-12-31T14:26:02Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-31T14:26:03Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-12-31T14:26:03Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T14:26:03Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-31T14:26:03Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-31T14:26:03Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-31T14:26:03Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-12-31T14:26:03Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-12-31T14:26:03Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-12-31T14:26:03Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-12-31T14:26:03Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-12-31T14:26:03Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-31T14:26:03Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-12-31T14:26:03Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T14:26:03Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
{
"request": "trigger",
"version": 1,
"event_type": "push",
"repository": {
"id": "rad:zw9BgStPgCkdsMspzs7EGbwnXq3r",
"name": "riki",
"description": "static site generator compatible with ikiwiki",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
]
},
"pusher": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"before": "d20978fe0c4b17dde644b7824395af7f66b1c08f",
"after": "d20978fe0c4b17dde644b7824395af7f66b1c08f",
"branch": "main",
"commits": [
"d20978fe0c4b17dde644b7824395af7f66b1c08f"
]
}[2025-12-31T14:25:54Z INFO ambient] ambient starts
[2025-12-31T14:25:54Z 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-31T14:25:54Z 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-31T14:25:54Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:zw9BgStPgCkdsMspzs7EGbwnXq3r/meta.yaml
[2025-12-31T14:25:54Z DEBUG ambient_ci::run] latest commit: "71250cc3628d1aba63795f5087e36c03119be74c"
[2025-12-31T14:25:54Z DEBUG ambient_ci::run] is a git repository
[2025-12-31T14:25:54Z DEBUG ambient_ci::run] git repository is clean
[2025-12-31T14:25:54Z DEBUG ambient_ci::run] current (HEAD) commit: d20978fe0c4b17dde644b7824395af7f66b1c08f
[2025-12-31T14:25:54Z DEBUG ambient_ci::run] no dry run requested
[2025-12-31T14:25:54Z DEBUG ambient_ci::run] forced run requested
[2025-12-31T14:25:54Z DEBUG ambient_ci::run] run? true
[2025-12-31T14:25:54Z INFO ambient_ci::run] project rad:zw9BgStPgCkdsMspzs7EGbwnXq3r: running CI
[2025-12-31T14:25:54Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-12-31T14:25:54Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
CargoFetch,
)
[2025-12-31T14:25:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
CargoFetch,
)
[2025-12-31T14:25:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:zw9BgStPgCkdsMspzs7EGbwnXq3r/cache",
"CARGO_HOME": "/home/_rad/ambient-state/rad:zw9BgStPgCkdsMspzs7EGbwnXq3r/dependencies",
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
},
source_dir: "/tmp/.tmpkE2X0B/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/.tmpkE2X0B/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmpkE2X0B/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmpkE2X0B/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] copy_partial_tree: /tmp/.tmpkE2X0B/src => /tmp/.tmpnsjh9B
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/src wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/src/wikitext.rs wanted=true
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpkE2X0B/src/src/wikitext.rs => /tmp/.tmpnsjh9B/src/wikitext.rs
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/src/pagespec.rs wanted=true
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpkE2X0B/src/src/pagespec.rs => /tmp/.tmpnsjh9B/src/pagespec.rs
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/src/pagenames.rs wanted=true
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpkE2X0B/src/src/pagenames.rs => /tmp/.tmpnsjh9B/src/pagenames.rs
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/src/main.rs wanted=true
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpkE2X0B/src/src/main.rs => /tmp/.tmpnsjh9B/src/main.rs
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/src/lib.rs wanted=true
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpkE2X0B/src/src/lib.rs => /tmp/.tmpnsjh9B/src/lib.rs
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/roadmap.yaml wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/doc wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/doc/wikitext.md wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/doc/pagenames.md wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/doc/motivation.md wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/doc/linking.md wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/doc/directives.md wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/doc/arch.md wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/doc/Makefile wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/README.md wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/Makefile wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/Cargo.toml wanted=true
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpkE2X0B/src/Cargo.toml => /tmp/.tmpnsjh9B/Cargo.toml
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/Cargo.lock wanted=true
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpkE2X0B/src/Cargo.lock => /tmp/.tmpnsjh9B/Cargo.lock
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.radicle wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.radicle/ambient.yaml wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.gitignore wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/index wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/HEAD wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/config wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/logs wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/logs/HEAD wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/logs/refs wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/logs/refs/heads wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/logs/refs/heads/main wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/logs/refs/remotes wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/logs/refs/remotes/origin wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/packed-refs wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/refs wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/refs/remotes wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/refs/remotes/origin wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/refs/remotes/origin/HEAD wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/refs/tags wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/refs/heads wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/refs/heads/main wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/56 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/56/a5e26b9bd51c912b0eb8770fae3b46f4ee33a8 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/7b wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/7b/b2c5d3fdc79568fef08e6ce7d71fb3f6698f1b wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/7b/58329b00992255877a427fe1896906bc457c8f wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/24 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/24/9e2f2359f14704a8e8268e90e8a13e178136bb wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/9f wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/9f/394d7ac8dc843382a1ec9c2838a2d81dcc3703 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/f4 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/f4/d7ade2a53c676389d7f08f72cdb10e0a58e5ef wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/f4/6d5f34e606f60290d04e427faa5bde4f2fe852 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/6f wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/6f/cf424e24fd8175890d791a9b406fc58ba049f2 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/8e wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/8e/7ae611bc859b06e8c32112d710bbe8b2b69d11 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/62 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/62/0b29bf292fa44b025a95c1e79c5bf521435a6e wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/b7 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/b7/a0b8db7bff335355b20b49eb707400c759fc7f wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/c5 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/c5/28fee7a3bb46bd704349d6be8f9756e93f4ca4 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/c5/fd1ea2bd8e4da2a0601e93dac06f0204cf8c86 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/ac wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/ac/e07159e8fd42000b9270916db590f7852924f6 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/ac/6189a203d7559fd17b5e320e89c1bbdd18b7b7 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/30 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/30/35c24aa90e89fb8328fb749522c3e53598568d wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/34 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/34/15efc1da36263ad8d893e7fcc8341c48b78dbf wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/33 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/33/68dc3b09cb8910d8812050dc593ebd82001fea wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/51 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/51/326e2f732e9dd011e2f467e6c2eab65de4aabd wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/51/ddd801adf961789e2ce7f3db91a1f85a7a7c81 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/c2 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/c2/97848d1578bdaeac0d20a65e594abaf3647894 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/c2/6c29bfa1ce8259678dd24815d6cf2e0a11d856 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/02 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/02/5d9603bd1f6089af2c7a4a3b5a8807d0a812b0 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/02/74927d750c0bb81ea5f6d0c69ac2729e0c5f99 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/e3 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/e3/1c6c37c3749dccb0b7b619c841cc0cd0b89bff wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/c8 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/c8/0c3b256dde401797bc9551b6b1d8460f14a8ed wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/ea wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/ea/2e44234e1aff088b061706df6fba98f33ebec0 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/ea/89aee52e41ef29e7190f9f573e72923b604068 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/f5 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/f5/5834aad7fea6a5109ff062a20940a51b3ba96b wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/55 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/55/20a7ea7c50387b71c5fe55e7b35aa565acd08a wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/a5 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/a5/81e8c0836663ab51bb4e0a1921270b78171af3 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/ae wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/ae/7d4a193f6a75623854540f6a170ab115ec812c wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/57 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/57/7c8cbc5a915007912b3db4ed0bb76b485178ec wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/91 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/91/ac4ebdc1d9198440767a8e4224143399523dde wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/91/02bfa71a89f2f45e8606239c125eb8681ae81e wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/91/318b7fbb207d164a797e164fa98cf74b49743e wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/72 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/72/7560aa10b582557a7a14e0f87812d54dd795a1 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/ad wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/ad/d1f509d76ae740f30e2941cbae2d7075ea2c77 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/49 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/49/fc0f24414a980f35a007fe0b9f69cb2e59e99d wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/e5 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/e5/c9db915335844243952a6d1cd1dfa3d99d8297 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/e5/5e50f95929b751e9cf2a36e50598d15aaf50bc wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/af wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/af/aca609b4b07dde6ff343b3c6ff0e881eda5a1a wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/cb wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/cb/1df46ac1f900255da73405502399234c91497c wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/6c wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/6c/55865d85d0527ccff6b6c3b45c3712968e91ce wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/87 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/87/e0f82f8389327cc76869c011c2afe3620481e8 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/27 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/27/aff312abc9fa56737245258a2333f20fdeba8c wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/e6 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/e6/96fe4eb01a25416ceafd4a1ac5e950bf71b46e wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/41 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/41/db66023fcba78c5b630e72fe49ae3faab24a13 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/ab wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/ab/ae7f0e7beca1bbed371e396c47f0b5b7b339d5 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/9a wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/9a/5666f8a038902345d7411de1a9f8a607c04afc wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/96 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/96/41d9102d62659b7398171a348a8e507eab8050 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/d8 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/d8/b825638846f9327e7eb548e770e3f67d584bc0 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/40 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/40/181223e55761222338b50197aeecb55072acee wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/50 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/50/44df4e0c2de8c9c591b05194e8f44c1f2f576b wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/70 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/70/7c8dc00e7c88c3eb3f72cd911f615d7f87c1db wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/21 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/21/b12e6e9ff4e52e3214496f7339dc6e393a82b7 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/4a wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/4a/d98b90cb4af44d2a2d9eb00c7b1edbbe3950b0 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/fe wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/fe/981cc598eb7c07d31102cc9bf215997aa04ddb wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/7f wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/7f/9d6948facf76c5543c14b2efc421b82dfdd89d wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/65 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/65/e8ca4ae75fe65cf9fe1991f260b10678a28595 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/0e wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/0e/fe7f681ae71639a547a553fa9453348ed1b5c6 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/bd wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/bd/eb623684945ca3dd0404473435c787921cee80 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/bd/5bedaed3378602732ec34ba62c29026a4d7570 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/bd/ea024f610d5e856ac80889c6df0aa816ed4163 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/f1 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/f1/0fd48fa839b8a5f8f86bea3a4a7232b00495be wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/df wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/df/8cc617becd8bb01f4080e09d329969bac296e3 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/3b wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/3b/6d1b4c19a9380a33c477a556ce816eecf09ab2 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/0a wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/0a/178c15307f223c35e3cafc8da6fe2d8c708348 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/0a/2c1f77b94e8090daacf7783b3976cc5e87e718 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/0a/087677904eb3884084f70ab97ba1d249ecef91 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/05 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/05/e01384bab3085e5d01e5ff62bcfaae0fcb074b wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/17 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/17/246b69d83da58943a4131b39fc0c0722669643 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/e1 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/e1/9a6fb94036806cf2f02366951d6981f10e6b46 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/09 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/09/c6bc0094b1f5ea101b678642062ed477454036 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/1e wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/1e/c5401e2015fc53a758a012c8d18922a81e9732 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/1e/df1f315ad7d52e1bdd17162959e871b06e0081 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/b1 wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/b1/2d901928a94d5c1f4b0d0d1bbfe2c1e526155e wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/info wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/info/commit-graph wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/info/packs wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-dc082e7d456709a08fc5b6a009fb2502ae70f920.idx wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-ba3a080b64056c23e4f70b91a852439783d7be75.pack wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-bdc2481aa81ebf687cf7914e51fe211bbb697779.idx wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-efd9e0b539479e0ffbbaf569215325a73431f13a.idx wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-d7330ecaa79406a290213cd138ae971f8a20ba8c.idx wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-dc082e7d456709a08fc5b6a009fb2502ae70f920.pack wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-bcddf78ea29fb6dc9983406ee75189d9b5db735b.pack wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-405c22f20eaa4fbf58039339b273f0e9c1f26c7f.idx wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-e2839d4af6c603f20c976904d9c8f1604011d112.idx wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-2633d5315b9166d3d948b2bf03e0c16556ec477c.idx wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-906ddbe3ff142121bc726b795d11a3f8625fe8e9.idx wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-b1d4f9b551ae3553fbcd290477a1f0f767211a6c.pack wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-24142678a3d19aa47fd32af803ba4d6acf252b5a.pack wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-8bbd46aff9a50b866d7137a13d0afd1b75b00a3d.pack wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-b1d4f9b551ae3553fbcd290477a1f0f767211a6c.idx wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-d7330ecaa79406a290213cd138ae971f8a20ba8c.pack wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-d9f5327fd56b98078dd42002554eff4edcc96fe2.idx wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-2633d5315b9166d3d948b2bf03e0c16556ec477c.pack wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-d9f5327fd56b98078dd42002554eff4edcc96fe2.pack wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-1cd9e08355efe6e161b26d94eca6b0e7d4e314f4.pack wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-c900d325a2892810045c0f7473502426e4695525.pack wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-8bbd46aff9a50b866d7137a13d0afd1b75b00a3d.idx wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-24142678a3d19aa47fd32af803ba4d6acf252b5a.idx wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-ba3a080b64056c23e4f70b91a852439783d7be75.idx wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-bcddf78ea29fb6dc9983406ee75189d9b5db735b.idx wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-efd9e0b539479e0ffbbaf569215325a73431f13a.pack wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-efd9e0b539479e0ffbbaf569215325a73431f13a.rev wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-375aeb051db2c278737108afcf469258375a846c.pack wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-e15a6b5648a06759377d7be02df52e77f9e3407d.idx wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-375aeb051db2c278737108afcf469258375a846c.idx wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-405c22f20eaa4fbf58039339b273f0e9c1f26c7f.pack wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-e15a6b5648a06759377d7be02df52e77f9e3407d.pack wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-41e205e8bc64d183e3204ce45d4b09bcd00dab00.idx wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-c900d325a2892810045c0f7473502426e4695525.idx wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-1cd9e08355efe6e161b26d94eca6b0e7d4e314f4.idx wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-e2839d4af6c603f20c976904d9c8f1604011d112.pack wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-906ddbe3ff142121bc726b795d11a3f8625fe8e9.pack wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-bdc2481aa81ebf687cf7914e51fe211bbb697779.pack wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-efd9e0b539479e0ffbbaf569215325a73431f13a.bitmap wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/objects/pack/pack-41e205e8bc64d183e3204ce45d4b09bcd00dab00.pack wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/branches wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/hooks wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/hooks/update.sample wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/hooks/commit-msg.sample wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/hooks/applypatch-msg.sample wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/hooks/pre-merge-commit.sample wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/hooks/post-update.sample wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/hooks/pre-push.sample wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/hooks/pre-rebase.sample wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/hooks/push-to-checkout.sample wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/hooks/pre-commit.sample wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/hooks/pre-receive.sample wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/hooks/sendemail-validate.sample wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/hooks/pre-applypatch.sample wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/description wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/info wanted=false
[2025-12-31T14:25:54Z DEBUG ambient_ci::util] path=/tmp/.tmpkE2X0B/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
cwd=/tmp/.tmpnsjh9B (exists? true)
[2025-12-31T14:25:55Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T14:25:55Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-31T14:25:55Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpvqXyxB/src.tar
[2025-12-31T14:25:55Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpvqXyxB/deps.tar
[2025-12-31T14:25:55Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-12-31T14:25:55Z 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-31T14:25:55Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-12-31T14:25:55Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpvqXyxB/ambient-execute-plan/run-ci
[2025-12-31T14:25:55Z DEBUG ambient_ci::run] copy OK: true
[2025-12-31T14:25:55Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpvqXyxB/executor.tar
[2025-12-31T14:25:56Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:zw9BgStPgCkdsMspzs7EGbwnXq3r/run.log
[2025-12-31T14:25:56Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:zw9BgStPgCkdsMspzs7EGbwnXq3r, exists? true
[2025-12-31T14:25:56Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:zw9BgStPgCkdsMspzs7EGbwnXq3r/run.log
[2025-12-31T14:25:56Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:zw9BgStPgCkdsMspzs7EGbwnXq3r/run.log OK
[2025-12-31T14:25:56Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-12-31T14:25:56Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-12-31T14:25:56Z 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-31T14:25:56Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-12-31T14:25:56Z 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-31T14:25:56Z DEBUG ambient_ci::qemu] run QEMU
[2025-12-31T14:25:56Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-12-31T14:25:56Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpZbipQt/.tmpq8tzgg/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-12-31T14:25:56Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-12-31T14:25:56Z 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-31T14:25:56Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpH2kGN1/meta-data
[2025-12-31T14:25:56Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpH2kGN1/user-data
[2025-12-31T14:25:56Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpZbipQt/.tmpq8tzgg/console.log
[2025-12-31T14:25:56Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpZbipQt/.tmpq8tzgg/console.log
[2025-12-31T14:25:56Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:zw9BgStPgCkdsMspzs7EGbwnXq3r/run.log
[2025-12-31T14:25:56Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:zw9BgStPgCkdsMspzs7EGbwnXq3r/run.log
[2025-12-31T14:25:56Z 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/.tmpZbipQt/.tmpq8tzgg/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/.tmpZbipQt/.tmpq8tzgg/vars.fd",
"-drive",
"format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpZbipQt/.tmpq8tzgg/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpvqXyxB/executor.tar,readonly=on",
"-cdrom",
"/home/_rad/tmp/.tmpZbipQt/.tmpq8tzgg/cloud_init.iso",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpvqXyxB/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpvqXyxB/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpvqXyxB/cache.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpvqXyxB/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2025-12-31T14:26:06Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-12-31T14:26:06Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2025-12-31T14:25:58Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-31T14:25:58Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-31T14:25:58Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-31T14:25:58Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-31T14:25:58Z 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-31T14:25:58Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-31T14:25:58Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-31T14:25:58Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-31T14:25:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T14:25:58Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-31T14:25:58Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-31T14:25:58Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-31T14:25:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T14:25:58Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-31T14:25:58Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-31T14:25:58Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-31T14:25:58Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-12-31T14:25:58Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-31T14:25:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T14:25:58Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-31T14:25:58Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-31T14:25:58Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-31T14:25:58Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-12-31T14:25:59Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-31T14:25:59Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T14:25:59Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-31T14:25:59Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-31T14:25:59Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-31T14:25:59Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-12-31T14:25:59Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-31T14:25:59Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T14:25:59Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2025-12-31T14:25:59Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2025-12-31T14:25:59Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"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-31T14:26:00Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T14:26:00Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2025-12-31T14:26:00Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2025-12-31T14:26:00Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"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.45s
[2025-12-31T14:26:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T14:26:01Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
CargoBuild,
)
[2025-12-31T14:26:01Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
CargoBuild,
)
[2025-12-31T14:26:01Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"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.91s
[2025-12-31T14:26:02Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T14:26:02Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
CargoTest,
)
[2025-12-31T14:26:02Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
CargoTest,
)
[2025-12-31T14:26:02Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"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
Running unittests src/main.rs (/workspace/cache/debug/deps/riki-e7d61a8db985630c)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
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.17s; merged doctests compilation took 0.17s
[2025-12-31T14:26:02Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T14:26:02Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "make -C doc\ncp doc/*.html /workspace/artifacts/.\n",
},
)
[2025-12-31T14:26:02Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "make -C doc\ncp doc/*.html /workspace/artifacts/.\n",
},
)
[2025-12-31T14:26:02Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"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-31T14:26:02Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T14:26:02Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-31T14:26:02Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-31T14:26:02Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-31T14:26:02Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-12-31T14:26:02Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-12-31T14:26:02Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-12-31T14:26:02Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-12-31T14:26:02Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-12-31T14:26:02Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-31T14:26:03Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-12-31T14:26:03Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T14:26:03Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-31T14:26:03Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-31T14:26:03Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-31T14:26:03Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-12-31T14:26:03Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-12-31T14:26:03Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-12-31T14:26:03Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-12-31T14:26:03Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-12-31T14:26:03Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-31T14:26:03Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-12-31T14:26:03Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T14:26:03Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
====================
[2025-12-31T14:26:06Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2025-12-31T14:26:06Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2025-12-31T14:26:06Z DEBUG ambient_ci::run] remove old cache
[2025-12-31T14:26:06Z DEBUG ambient_ci::run] extract cache
[2025-12-31T14:26:06Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-12-31T14:26:06Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-31T14:26:06Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:zw9BgStPgCkdsMspzs7EGbwnXq3r/meta.yaml
[2025-12-31T14:26:06Z INFO ambient] ambient ends successfully
<empty log>