CI run for rad:zw9BgStPgCkdsMspzs7EGbwnXq3r

Radicle repository id rad:zw9BgStPgCkdsMspzs7EGbwnXq3r

Table of Contents

Run log

At: 2026-02-08 16:31:42Z
After: 0.00 seconds
Program: ambient
Version: 0.12.0
Ambient starts
At: 2026-02-08 16:31:42Z
After: 0.00 seconds
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
Ambient configuration
At: 2026-02-08 16:31:42Z
After: 0.02 seconds
Hoping for the best
Will run CI for project rad:zw9BgStPgCkdsMspzs7EGbwnXq3r
At: 2026-02-08 16:31:42Z
After: 0.02 seconds
CargoFetch(
    CargoFetch,
)
Start action cargo_fetch
At: 2026-02-08 16:32:04Z
After: 21.83 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-08 16:32:04Z
After: 21.83 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-08 16:32:04Z
After: 21.83 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-08 16:32:04Z
After: 21.83 seconds
  • cargo
  • fetch
  • --locked
exit: 0
OK: cargo fetch --locked
At: 2026-02-08 16:31:42Z
After: 0.26 seconds
End action cargo_fetch
At: 2026-02-08 16:31:42Z
After: 0.26 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-08 16:31:48Z
After: 6.06 seconds
Program: ambient-execute-plan
Version: 0.12.0@626957c
Executor starts
At: 2026-02-08 16:31:48Z
After: 6.06 seconds
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
Runnable plan
At: 2026-02-08 16:31:48Z
After: 6.06 seconds
Mkdir(
    Mkdir {
        pathname: "/ci",
    },
)
Start action mkdir
At: 2026-02-08 16:31:48Z
After: 6.06 seconds
End action mkdir
At: 2026-02-08 16:31:48Z
After: 6.06 seconds
Mkdir(
    Mkdir {
        pathname: "/ci/artifacts",
    },
)
Start action mkdir
At: 2026-02-08 16:31:48Z
After: 6.06 seconds
End action mkdir
At: 2026-02-08 16:31:48Z
After: 6.06 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdc",
        directory: "/ci/src",
    },
)
Start action tar_extract
At: 2026-02-08 16:31:48Z
After: 6.08 seconds
End action tar_extract
At: 2026-02-08 16:31:48Z
After: 6.08 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdf",
        directory: "/ci/deps",
    },
)
Start action tar_extract
At: 2026-02-08 16:31:49Z
After: 6.47 seconds
End action tar_extract
At: 2026-02-08 16:31:49Z
After: 6.47 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_extract
At: 2026-02-08 16:31:52Z
After: 10.45 seconds
End action tar_extract
At: 2026-02-08 16:31:52Z
After: 10.45 seconds
Shell(
    Shell {
        shell: "ln -sf /ci /workspace",
    },
)
Start action shell
At: 2026-02-08 16:32:04Z
After: 21.83 seconds
  • bash
  • -c
  • set -xeuo pipefail ln -sf /ci /workspace
exit: 0
Stderr:
+ ln -sf /ci /workspace
OK: bash -c set -xeuo pipefail ln -sf /ci /workspace
At: 2026-02-08 16:31:53Z
After: 10.46 seconds
End action shell
At: 2026-02-08 16:31:53Z
After: 10.47 seconds
Shell(
    Shell {
        shell: "git config --global user.name 'Ambient CI'",
    },
)
Start action shell
At: 2026-02-08 16:32:04Z
After: 21.83 seconds
  • bash
  • -c
  • set -xeuo pipefail git config --global user.name 'Ambient CI'
exit: 0
Stderr:
+ git config --global user.name 'Ambient CI'
OK: bash -c set -xeuo pipefail git config --global user.name 'Ambient CI'
At: 2026-02-08 16:31:53Z
After: 10.48 seconds
End action shell
At: 2026-02-08 16:31:53Z
After: 10.48 seconds
Shell(
    Shell {
        shell: "git config --global user.email ambient@example.com",
    },
)
Start action shell
At: 2026-02-08 16:32:04Z
After: 21.83 seconds
  • bash
  • -c
  • set -xeuo pipefail git config --global user.email ambient@example.com
exit: 0
Stderr:
+ git config --global user.email ambient@example.com
OK: bash -c set -xeuo pipefail git config --global user.email ambient@example.com
At: 2026-02-08 16:31:53Z
After: 10.50 seconds
End action shell
At: 2026-02-08 16:31:53Z
After: 10.50 seconds
CargoFmt(
    CargoFmt,
)
Start action cargo_fmt
At: 2026-02-08 16:32:04Z
After: 21.83 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-08 16:32:04Z
After: 21.83 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-08 16:32:04Z
After: 21.83 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-08 16:32:04Z
After: 21.83 seconds
  • cargo
  • fmt
  • --check
exit: 0
OK: cargo fmt --check
At: 2026-02-08 16:31:53Z
After: 10.89 seconds
End action cargo_fmt
At: 2026-02-08 16:31:53Z
After: 10.89 seconds
CargoClippy(
    CargoClippy,
)
Start action cargo_clippy
At: 2026-02-08 16:32:04Z
After: 21.83 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-08 16:32:04Z
After: 21.83 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-08 16:32:04Z
After: 21.83 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-08 16:32:04Z
After: 21.83 seconds
  • cargo
  • clippy
  • --offline
  • --locked
  • --workspace
  • --all-targets
  • --no-deps
  • --
  • --deny
  • warnings
exit: 0
Stderr:
    Checking riki v0.1.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
OK: cargo clippy --offline --locked --workspace --all-targets --no-deps -- --deny warnings
At: 2026-02-08 16:31:54Z
After: 11.72 seconds
End action cargo_clippy
At: 2026-02-08 16:31:54Z
After: 11.72 seconds
CargoBuild(
    CargoBuild,
)
Start action cargo_build
At: 2026-02-08 16:32:04Z
After: 21.83 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-08 16:32:04Z
After: 21.83 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-08 16:32:04Z
After: 21.83 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-08 16:32:04Z
After: 21.83 seconds
  • cargo
  • build
  • --offline
  • --locked
  • --workspace
  • --all-targets
exit: 0
Stderr:
   Compiling riki v0.1.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
OK: cargo build --offline --locked --workspace --all-targets
At: 2026-02-08 16:31:55Z
After: 12.59 seconds
End action cargo_build
At: 2026-02-08 16:31:55Z
After: 12.59 seconds
CargoTest(
    CargoTest,
)
Start action cargo_test
At: 2026-02-08 16:32:04Z
After: 21.83 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-08 16:32:04Z
After: 21.83 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-08 16:32:04Z
After: 21.83 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-08 16:32:04Z
After: 21.83 seconds
  • cargo
  • test
  • --offline
  • --locked
  • --workspace
exit: 0
Stdout:
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

Stderr:
    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
OK: cargo test --offline --locked --workspace
At: 2026-02-08 16:31:55Z
After: 12.99 seconds
End action cargo_test
At: 2026-02-08 16:31:55Z
After: 12.99 seconds
Shell(
    Shell {
        shell: "make -C doc\ncp doc/*.html /workspace/artifacts/.\n",
    },
)
Start action shell
At: 2026-02-08 16:32:04Z
After: 21.83 seconds
  • bash
  • -c
  • set -xeuo pipefail make -C doc cp doc/*.html /workspace/artifacts/.
exit: 0
Stdout:
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'
Stderr:
+ 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/.
OK: bash -c set -xeuo pipefail make -C doc cp doc/*.html /workspace/artifacts/.
At: 2026-02-08 16:31:55Z
After: 13.28 seconds
End action shell
At: 2026-02-08 16:31:55Z
After: 13.28 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_create
At: 2026-02-08 16:31:58Z
After: 16.15 seconds
End action tar_create
At: 2026-02-08 16:31:58Z
After: 16.15 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vdd",
        directory: "/ci/artifacts",
    },
)
Start action tar_create
At: 2026-02-08 16:31:58Z
After: 16.15 seconds
End action tar_create
At: 2026-02-08 16:31:58Z
After: 16.15 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-08 16:31:58Z
After: 16.15 seconds
Everything is fine.
Executor ends, success
At: 2026-02-08 16:32:04Z
After: 21.83 seconds
    exit: 0
    QEMU OK
    At: 2026-02-08 16:32:04Z
    After: 21.51 seconds
    Hopefully all is good.
    Plan succeeded
    At: 2026-02-08 16:32:04Z
    After: 21.82 seconds
    Everything is fine.
    Ambient ends, success

    Trigger message

    {
      "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"
      ]
    }

    Ambient stdout

    deprecated: the `cpus` field is replaced by `qemu.cpus`
    deprecated: the `memory` field is replaced by `qemu.memory`
    run CI for rad:zw9BgStPgCkdsMspzs7EGbwnXq3r
    

    Ambient stderr

    <empty log>