CI run for rad:z39mP9rQAaGmERfUMPULfPUi473tY

Radicle repository id rad:z39mP9rQAaGmERfUMPULfPUi473tY

Table of Contents

Run log

At: 2026-02-05 16:19:32Z
After: 0.00 seconds
Program: ambient
Version: 0.12.0
Ambient starts
At: 2026-02-05 16:19:32Z
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-05 16:19:32Z
After: 0.02 seconds
Hoping for the best
Will run CI for project rad:z39mP9rQAaGmERfUMPULfPUi473tY
At: 2026-02-05 16:19:32Z
After: 0.02 seconds
CargoFetch(
    CargoFetch,
)
Start action cargo_fetch
At: 2026-02-05 16:22:41Z
After: 189.29 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.92.0 (344c4567c 2025-10-21)
OK: cargo --version
At: 2026-02-05 16:22:41Z
After: 189.29 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.92 (ded5c06cf2 2025-12-08)
OK: cargo clippy --version
At: 2026-02-05 16:22:41Z
After: 189.29 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.92.0 (ded5c06cf 2025-12-08)
OK: rustc --version
At: 2026-02-05 16:22:41Z
After: 189.29 seconds
  • cargo
  • fetch
  • --locked
exit: 0
OK: cargo fetch --locked
At: 2026-02-05 16:19:35Z
After: 3.27 seconds
End action cargo_fetch
At: 2026-02-05 16:19:35Z
After: 3.27 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-05 16:20:16Z
After: 43.78 seconds
Program: ambient-execute-plan
Version: 0.12.0@626957c
Executor starts
At: 2026-02-05 16:20:16Z
After: 43.79 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: 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-05 16:20:16Z
After: 43.79 seconds
Mkdir(
    Mkdir {
        pathname: "/ci",
    },
)
Start action mkdir
At: 2026-02-05 16:20:16Z
After: 43.79 seconds
End action mkdir
At: 2026-02-05 16:20:16Z
After: 43.79 seconds
Mkdir(
    Mkdir {
        pathname: "/ci/artifacts",
    },
)
Start action mkdir
At: 2026-02-05 16:20:16Z
After: 43.79 seconds
End action mkdir
At: 2026-02-05 16:20:16Z
After: 43.79 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdc",
        directory: "/ci/src",
    },
)
Start action tar_extract
At: 2026-02-05 16:20:16Z
After: 43.96 seconds
End action tar_extract
At: 2026-02-05 16:20:16Z
After: 43.96 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdf",
        directory: "/ci/deps",
    },
)
Start action tar_extract
At: 2026-02-05 16:20:29Z
After: 56.84 seconds
End action tar_extract
At: 2026-02-05 16:20:29Z
After: 56.84 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_extract
At: 2026-02-05 16:21:40Z
After: 127.58 seconds
End action tar_extract
At: 2026-02-05 16:21:40Z
After: 127.59 seconds
Shell(
    Shell {
        shell: "ln -sf /ci /workspace",
    },
)
Start action shell
At: 2026-02-05 16:22:41Z
After: 189.29 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-05 16:21:40Z
After: 127.61 seconds
End action shell
At: 2026-02-05 16:21:40Z
After: 127.62 seconds
Shell(
    Shell {
        shell: "git config --global user.name 'Ambient CI'",
    },
)
Start action shell
At: 2026-02-05 16:22:41Z
After: 189.29 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-05 16:21:40Z
After: 127.65 seconds
End action shell
At: 2026-02-05 16:21:40Z
After: 127.65 seconds
Shell(
    Shell {
        shell: "git config --global user.email ambient@example.com",
    },
)
Start action shell
At: 2026-02-05 16:22:41Z
After: 189.29 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-05 16:21:40Z
After: 127.68 seconds
End action shell
At: 2026-02-05 16:21:40Z
After: 127.68 seconds
CargoFmt(
    CargoFmt,
)
Start action cargo_fmt
At: 2026-02-05 16:22:41Z
After: 189.29 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.92.0 (344c4567c 2025-10-21)
OK: cargo --version
At: 2026-02-05 16:22:41Z
After: 189.29 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.92 (ded5c06cf2 2025-12-08)
OK: cargo clippy --version
At: 2026-02-05 16:22:41Z
After: 189.29 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.92.0 (ded5c06cf 2025-12-08)
OK: rustc --version
At: 2026-02-05 16:22:41Z
After: 189.29 seconds
  • cargo
  • fmt
  • --check
exit: 0
OK: cargo fmt --check
At: 2026-02-05 16:21:42Z
After: 130.35 seconds
End action cargo_fmt
At: 2026-02-05 16:21:42Z
After: 130.35 seconds
CargoClippy(
    CargoClippy,
)
Start action cargo_clippy
At: 2026-02-05 16:22:41Z
After: 189.29 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.92.0 (344c4567c 2025-10-21)
OK: cargo --version
At: 2026-02-05 16:22:41Z
After: 189.29 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.92 (ded5c06cf2 2025-12-08)
OK: cargo clippy --version
At: 2026-02-05 16:22:41Z
After: 189.29 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.92.0 (ded5c06cf 2025-12-08)
OK: rustc --version
At: 2026-02-05 16:22:41Z
After: 189.29 seconds
  • cargo
  • clippy
  • --offline
  • --locked
  • --workspace
  • --all-targets
  • --no-deps
  • --
  • --deny
  • warnings
exit: 0
Stderr:
   Compiling radicle-tui v0.7.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.96s
OK: cargo clippy --offline --locked --workspace --all-targets --no-deps -- --deny warnings
At: 2026-02-05 16:21:48Z
After: 136.02 seconds
End action cargo_clippy
At: 2026-02-05 16:21:48Z
After: 136.02 seconds
CargoBuild(
    CargoBuild,
)
Start action cargo_build
At: 2026-02-05 16:22:41Z
After: 189.29 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.92.0 (344c4567c 2025-10-21)
OK: cargo --version
At: 2026-02-05 16:22:41Z
After: 189.29 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.92 (ded5c06cf2 2025-12-08)
OK: cargo clippy --version
At: 2026-02-05 16:22:41Z
After: 189.29 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.92.0 (ded5c06cf 2025-12-08)
OK: rustc --version
At: 2026-02-05 16:22:41Z
After: 189.29 seconds
  • cargo
  • build
  • --offline
  • --locked
  • --workspace
  • --all-targets
exit: 0
Stderr:
   Compiling radicle-tui v0.7.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s
OK: cargo build --offline --locked --workspace --all-targets
At: 2026-02-05 16:21:55Z
After: 142.75 seconds
End action cargo_build
At: 2026-02-05 16:21:55Z
After: 142.75 seconds
CargoTest(
    CargoTest,
)
Start action cargo_test
At: 2026-02-05 16:22:41Z
After: 189.29 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.92.0 (344c4567c 2025-10-21)
OK: cargo --version
At: 2026-02-05 16:22:41Z
After: 189.29 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.92 (ded5c06cf2 2025-12-08)
OK: cargo clippy --version
At: 2026-02-05 16:22:41Z
After: 189.29 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.92.0 (ded5c06cf 2025-12-08)
OK: rustc --version
At: 2026-02-05 16:22:41Z
After: 189.29 seconds
  • cargo
  • test
  • --offline
  • --locked
  • --workspace
exit: 0
Stdout:
running 7 tests
test ui::test::state_value_read_buffer_should_succeed ... ok
test ui::test::state_value_apply_should_succeed ... ok
test ui::test::state_value_read_should_succeed ... ok
test ui::test::state_value_reset_after_apply_should_succeed ... ok
test ui::test::state_value_reset_should_succeed ... ok
test ui::utils::test::lines_should_be_merged_correctly ... ok
test ui::utils::test::lines_with_start_should_be_merged_correctly ... ok

test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s


running 66 tests
test apps::tui_inbox::cli::empty_operation_should_default_to_list_and_not_be_forwarded ... ok
test apps::tui_inbox::cli::empty_operation_should_not_be_forwarded ... ok
test apps::tui_inbox::cli::empty_operation_with_help_should_be_forwarded ... ok
test apps::tui_inbox::cli::list_operation_should_not_be_forwarded ... ok
test apps::tui_inbox::cli::empty_operation_with_help_should_not_be_forwarded ... ok
test apps::tui_inbox::cli::list_operation_should_not_be_forwarded_explicitly ... ok
test apps::tui_inbox::cli::list_operation_with_help_should_be_forwarded ... ok
test apps::tui_inbox::cli::list_operation_with_help_should_not_be_forwarded_reversed ... ok
test apps::tui_inbox::cli::list_operation_with_help_should_not_be_forwarded ... ok
test apps::tui_inbox::cli::unknown_operation_should_be_forwarded ... ok
test apps::tui_inbox::cli::unknown_operation_should_not_be_forwarded ... ok
test apps::tui_issue::test::empty_operation_should_default_to_list_and_not_be_forwarded ... ok
test apps::tui_issue::test::empty_operation_should_not_be_forwarded ... ok
test apps::tui_issue::test::empty_operation_with_help_should_be_forwarded ... ok
test apps::tui_issue::test::empty_operation_with_help_should_not_be_forwarded ... ok
test apps::tui_issue::test::list_operation_should_not_be_forwarded ... ok
test apps::tui_issue::test::list_operation_should_not_be_forwarded_explicitly ... ok
test apps::tui_issue::test::list_operation_with_help_should_be_forwarded ... ok
test apps::tui_issue::test::list_operation_with_help_should_not_be_forwarded ... ok
test apps::tui_issue::test::list_operation_with_help_should_not_be_forwarded_reversed ... ok
test apps::tui_issue::test::unknown_operation_should_be_forwarded ... ok
test apps::tui_issue::test::unknown_operation_should_not_be_forwarded ... ok
test apps::tui_patch::cli::empty_operation_should_default_to_list_and_not_be_forwarded ... ok
test apps::tui_patch::cli::empty_operation_should_not_be_forwarded ... ok
test apps::tui_patch::cli::empty_operation_with_help_should_be_forwarded ... ok
test apps::tui_patch::cli::empty_operation_with_help_should_not_be_forwarded ... ok
test apps::tui_patch::cli::list_operation_should_not_be_forwarded ... ok
test apps::tui_patch::cli::list_operation_should_not_be_forwarded_explicitly ... ok
test apps::tui_patch::cli::list_operation_with_help_should_be_forwarded ... ok
test apps::tui_patch::cli::list_operation_with_help_should_not_be_forwarded ... ok
test apps::tui_patch::cli::list_operation_with_help_should_not_be_forwarded_reversed ... ok
test apps::tui_patch::cli::unknown_operation_should_be_forwarded ... ok
test apps::tui_patch::cli::unknown_operation_should_not_be_forwarded ... ok
test apps::tui_patch::review::builder::tests::test_review_comments_basic ... ok
test apps::tui_patch::review::builder::tests::test_review_comments_before ... ok
test apps::tui_patch::review::builder::tests::test_review_comments_multiline ... ok
test apps::tui_patch::review::builder::tests::test_review_comments_split_hunk ... ok
test apps::tui_patch::review::test::app_with_single_file_multiple_hunks_can_be_constructed ... ok
test apps::tui_patch::review::test::app_with_single_hunk_can_be_constructed ... ok
test apps::tui_patch::review::test::first_hunk_is_selected_by_default ... ok
test apps::tui_patch::review::test::hunk_can_be_selected ... ok
test apps::tui_patch::review::test::hunks_are_rejected_by_default ... ok
test apps::tui_patch::review::test::hunk_state_is_synchronized ... ok
test apps::tui_patch::review::test::multiple_files_single_hunk_can_be_accepted ... ok
test apps::tui_patch::review::test::single_file_multiple_hunks_only_first_can_be_accepted ... ok
test apps::tui_patch::review::test::single_file_multiple_hunks_only_last_can_be_accepted ... ok
test cli::empty_command_should_be_forwarded ... ok
test cli::empty_command_should_not_be_forwarded ... ok
test cli::help_command_should_be_forwarded ... ok
test cli::help_command_should_not_be_forwarded ... ok
test cli::version_command_should_be_forwarded ... ok
test cli::version_command_should_not_be_forwarded ... ok
test cli::version_command_should_print_json ... ok
test ui::items::issue::tests::issue_item_filter_from_str_should_succeed ... ok
test ui::items::notification::tests::notification_item_filter_with_all_should_succeed ... ok
test ui::items::notification::tests::notification_item_filter_with_all_shuffled_should_succeed ... ok
test ui::items::notification::tests::notification_item_filter_with_author_should_not_succeed ... ok
test ui::items::notification::tests::notification_item_filter_with_author_should_succeed ... ok
test ui::items::notification::tests::notification_item_filter_with_concrete_kind_should_succeed ... ok
test ui::items::patch::tests::diff_line_index_checks_ranges_correctly ... ok
test ui::items::patch::tests::hunk_comments_on_deleted_simple_are_inserted_correctly ... ok
test apps::tui_patch::review::test::single_file_single_hunk_can_be_accepted ... ok
test ui::items::patch::tests::hunk_comments_on_modified_complex_are_inserted_correctly ... ok
test ui::items::patch::tests::patch_filter_with_all_should_succeed ... ok
test ui::items::patch::tests::patch_filter_with_all_shuffled_should_succeed ... ok
test ui::items::patch::tests::hunk_comments_on_modified_simple_are_inserted_correctly ... ok

test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.84s


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.38s
     Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/radicle_tui-0deac52543dd1810)
     Running unittests bin/main.rs (/ci/cache/cargo-target/debug/deps/rad_tui-a733f7c4f3929356)
   Doc-tests radicle_tui
OK: cargo test --offline --locked --workspace
At: 2026-02-05 16:21:58Z
After: 146.02 seconds
End action cargo_test
At: 2026-02-05 16:21:58Z
After: 146.03 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_create
At: 2026-02-05 16:22:22Z
After: 170.12 seconds
End action tar_create
At: 2026-02-05 16:22:22Z
After: 170.12 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vdd",
        directory: "/ci/artifacts",
    },
)
Start action tar_create
At: 2026-02-05 16:22:22Z
After: 170.14 seconds
End action tar_create
At: 2026-02-05 16:22:22Z
After: 170.14 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-05 16:22:22Z
After: 170.14 seconds
Everything is fine.
Executor ends, success
At: 2026-02-05 16:22:41Z
After: 189.29 seconds
    exit: 0
    QEMU OK
    At: 2026-02-05 16:22:40Z
    After: 188.01 seconds
    Hopefully all is good.
    Plan succeeded
    At: 2026-02-05 16:22:41Z
    After: 189.28 seconds
    Everything is fine.
    Ambient ends, success

    Trigger message

    {
      "request": "trigger",
      "version": 1,
      "event_type": "push",
      "repository": {
        "id": "rad:z39mP9rQAaGmERfUMPULfPUi473tY",
        "name": "radicle-tui",
        "description": "Radicle terminal user interface",
        "private": false,
        "default_branch": "main",
        "delegates": [
          "did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
          "did:key:z6MkswQE8gwZw924amKatxnNCXA55BMupMmRg7LvJuim2C1V",
          "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz"
        ]
      },
      "pusher": {
        "id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
        "alias": "callisto.liw.fi"
      },
      "before": "d4484a8c000a89a3b838d4cf3afcefa329ac1740",
      "after": "d4484a8c000a89a3b838d4cf3afcefa329ac1740",
      "branch": "main",
      "commits": [
        "d4484a8c000a89a3b838d4cf3afcefa329ac1740"
      ]
    }

    Ambient stdout

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

    Ambient stderr

    <empty log>