Radicle repository id rad:z39mP9rQAaGmERfUMPULfPUi473tY
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.92.0 (344c4567c 2025-10-21)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
rustc 1.92.0 (ded5c06cf 2025-12-08)
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
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.92.0 (344c4567c 2025-10-21)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
rustc 1.92.0 (ded5c06cf 2025-12-08)
CargoClippy(
CargoClippy,
)cargo 1.92.0 (344c4567c 2025-10-21)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
rustc 1.92.0 (ded5c06cf 2025-12-08)
Compiling radicle-tui v0.7.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.96s
CargoBuild(
CargoBuild,
)cargo 1.92.0 (344c4567c 2025-10-21)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
rustc 1.92.0 (ded5c06cf 2025-12-08)
Compiling radicle-tui v0.7.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s
CargoTest(
CargoTest,
)cargo 1.92.0 (344c4567c 2025-10-21)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
rustc 1.92.0 (ded5c06cf 2025-12-08)
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
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
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: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"
]
}deprecated: the `cpus` field is replaced by `qemu.cpus` deprecated: the `memory` field is replaced by `qemu.memory` run CI for rad:z39mP9rQAaGmERfUMPULfPUi473tY
<empty log>