Radicle repository id rad:zw9BgStPgCkdsMspzs7EGbwnXq3r
tmpdir: /home/_rad/tmp image_store: /home/_rad/ambient-images projects: /dev/null state: /home/_rad/ambient-state rsync_target: null rsync_target_base: null rsync_target_map: null dput_target: null executor: /usr/bin/ambient-execute-plan artifacts_max_size: 1 GB cache_max_size: 30 GB qemu: cpus: 2 memory: 12 GB kvm_binary: /usr/bin/kvm ovmf_vars_file: /usr/share/ovmf/OVMF.fd ovmf_code_file: /usr/share/ovmf/OVMF.fd uefi: false lint: true
CargoFetch(
CargoFetch,
)cargo 1.93.0 (083ac5135 2025-12-15)
clippy 0.1.93 (254b59607d 2026-01-19)
rustc 1.93.0 (254b59607 2026-01-19)
steps:
- action: mkdir
pathname: /ci
- action: mkdir
pathname: /ci/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /ci/src
- action: tar_extract
archive: /dev/vdf
directory: /ci/deps
- action: tar_extract
archive: /dev/vde
directory: /ci/cache
- action: shell
shell: ln -sf /ci /workspace
- action: shell
shell: git config --global user.name 'Ambient CI'
- action: shell
shell: git config --global user.email ambient@example.com
- action: 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: /ci/cache
- action: tar_create
archive: /dev/vdd
directory: /ci/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /ci
source_dir: /ci/src
deps_dir: /ci/deps
cache_dir: /ci/cache
artifacts_dir: /ci/artifacts
Mkdir(
Mkdir {
pathname: "/ci",
},
)Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)+ ln -sf /ci /workspace
Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)+ git config --global user.name 'Ambient CI'
Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)+ git config --global user.email ambient@example.com
CargoFmt(
CargoFmt,
)cargo 1.93.0 (083ac5135 2025-12-15)
clippy 0.1.93 (254b59607d 2026-01-19)
rustc 1.93.0 (254b59607 2026-01-19)
CargoClippy(
CargoClippy,
)cargo 1.93.0 (083ac5135 2025-12-15)
clippy 0.1.93 (254b59607d 2026-01-19)
rustc 1.93.0 (254b59607 2026-01-19)
Checking riki v0.1.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
CargoBuild(
CargoBuild,
)cargo 1.93.0 (083ac5135 2025-12-15)
clippy 0.1.93 (254b59607d 2026-01-19)
rustc 1.93.0 (254b59607 2026-01-19)
Compiling riki v0.1.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
CargoTest(
CargoTest,
)cargo 1.93.0 (083ac5135 2025-12-15)
clippy 0.1.93 (254b59607d 2026-01-19)
rustc 1.93.0 (254b59607 2026-01-19)
running 86 tests test blockattr::test::empty_string ... ok test blockattr::test::empty_braces ... ok test blockattr::test::just_word ... ok test blockattr::test::open_brace_without_close ... ok test blockattr::test::parse_one_dotted_word ... ok test blockattr::test::parse_one_id ... ok test blockattr::test::parse_one_kv ... ok test blockattr::test::parse_one_kv_with_double_quotes ... ok test blockattr::test::parse_one_kv_with_single_quotes ... ok test blockattr::test::parse_one_word ... ok test blockattr::test::two_ids ... ok test blockattr::test::two_words ... ok test directive::meta::test::doesnt_set_title ... ok test directive::meta::test::sets_title ... ok test directive::tag::test::adds_no_tags ... ok test directive::tag::test::adds_tags ... ok test directive::test::no_params ... ok test directive::test::with_params ... ok test md::test::dl ... ok test md::test::emphasis ... ok test md::test::empty ... ok test md::test::h1 ... ok test md::test::image ... ok test md::test::link ... ok test md::test::ordered_list ... ok test md::test::simple_paragraph ... ok test md::test::strikethrough ... ok test md::test::strong ... ok test md::test::subscript ... ok test md::test::superscript ... ok test md::test::two_paragraphs ... ok test md::test::unordered_list ... ok test page::test::new_page ... ok test pagename::test::blob ... ok test pagename::test::internal_name ... ok test pagename::test::mdwn ... ok test pagename::test::output_name ... ok test pagename::test::page_not_in_srcdir ... ok test pagename::test::relative_to_descendant ... ok test pagename::test::relative_to_root ... ok test pagename::test::relative_to_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::negated ... ok test pagespec::tests::dangling_or ... ok test pagespec::tests::negated_group ... ok test pagespec::tests::or_expr ... ok test pagespec::tests::pageglob ... ok test shortcuts::test::escaped ... ok test shortcuts::test::raw ... ok test shortcuts::test::simple ... ok test site::test_linking::absolute ... ok test site::test_linking::ancestors ... ok test site::test_linking::direct_subpage ... ok test site::test_linking::resolve ... ok test site::test_linking::self_link ... ok test site::test_linking::sibling ... ok test site::test_pages::empty ... ok test site::test_pages::insert ... 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_value_parameter ... ok test wikitext::test::open_bracket ... ok test wikitext::test::page_name ... ok test wikitext::test::parameters ... ok test wikitext::test::positional_parameter ... ok test wikitext::test::quoted_char ... ok test wikitext::test::quoted_value_value ... 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::wikilink_with_link_text ... ok test result: ok. 86 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/riki-78a797b5b9637446)
Running unittests src/main.rs (/ci/cache/cargo-target/debug/deps/riki-ee95e3fc0a2a00af)
Doc-tests riki
Shell(
Shell {
shell: "make -C doc\ncp doc/*.html /workspace/artifacts/.\n",
},
)make: Entering directory '/ci/src/doc' pandoc --standalone --self-contained -o "arch.html" "arch.md" pandoc --standalone --self-contained -o "linking.html" "linking.md" pandoc --standalone --self-contained -o "motivation.html" "motivation.md" pandoc --standalone --self-contained -o "pagenames.html" "pagenames.md" make: Leaving directory '/ci/src/doc'
+ make -C doc [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="...". [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="...". [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="...". [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="...". + cp doc/arch.html doc/linking.html doc/motivation.html doc/pagenames.html /workspace/artifacts/.
TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
){
"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": "e76e1bf7038eebb5372032c0317119806d0fd23a",
"after": "e76e1bf7038eebb5372032c0317119806d0fd23a",
"branch": "main",
"commits": [
"e76e1bf7038eebb5372032c0317119806d0fd23a",
"adf3002508874b71aa042a940ced4391a7cadd66",
"08f0ecf360d131005632e2a0991b1b17233e66d5",
"0ffae5b8e08b50a63e3b971cd90c6c3e1f944592"
]
}deprecated: the `cpus` field is replaced by `qemu.cpus` deprecated: the `memory` field is replaced by `qemu.memory` run CI for rad:zw9BgStPgCkdsMspzs7EGbwnXq3r
<empty log>