Radicle repository id rad:z39mP9rQAaGmERfUMPULfPUi473tY
[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
sr0 11:0 1 372K 0 rom
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 6M 1 disk
vdc 254:32 0 7.7M 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 946.6M 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2026-01-20 14:03 ./
-rw-r--r-- _rad/_rad 906 2026-01-20 14:03 ./plan.yaml
-rwxr-xr-x _rad/_rad 6275392 2026-01-20 14:03 ./run-ci
INFO: Extracted files:
393226 4 drwxr-xr-x 2 1000 1000 4096 Jan 20 14:03 .
393230 6132 -rwxr-xr-x 1 1000 1000 6275392 Jan 20 14:03 ./run-ci
393229 4 -rw-r--r-- 1 1000 1000 906 Jan 20 14:03 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2026-01-20T14:03:54Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T14:03:54Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T14:03:54Z INFO ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T14:03:54Z WARN ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T14:03:54Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T14:03:54Z TRACE ambient_ci::plan] RunnablePlan::from_file: filename=plan.yaml
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
[2026-01-20T14:03:54Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-20T14:03:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-20T14:03:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T14:03:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:03:54Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-20T14:03:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-20T14:03:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T14:03:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:03:54Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-20T14:03:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-20T14:03:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T14:03:54Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-01-20T14:03:54Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T14:03:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:03:54Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-20T14:03:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-20T14:03:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T14:03:54Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-01-20T14:03:56Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T14:03:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:03:56Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T14:03:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T14:03:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T14:03:56Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-01-20T14:04:08Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T14:04:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:04:08Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-20T14:04:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-20T14:04:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nln -sf /ci /workspace\n"]
cwd=/ci/src (exists? true)
+ ln -sf /ci /workspace
[2026-01-20T14:04:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:04:08Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-20T14:04:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-20T14:04:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.name 'Ambient CI'\n"]
cwd=/ci/src (exists? true)
+ git config --global user.name 'Ambient CI'
[2026-01-20T14:04:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:04:08Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-20T14:04:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-20T14:04:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.email ambient@example.com\n"]
cwd=/ci/src (exists? true)
+ git config --global user.email ambient@example.com
[2026-01-20T14:04:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:04:08Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2026-01-20T14:04:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2026-01-20T14:04:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/ci/src (exists? true)
[2026-01-20T14:04:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:04:09Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2026-01-20T14:04:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2026-01-20T14:04:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/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=/ci/src (exists? true)
Compiling radicle-tui v0.7.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
[2026-01-20T14:04:11Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:04:11Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
CargoBuild,
)
[2026-01-20T14:04:11Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
CargoBuild,
)
[2026-01-20T14:04:11Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
cwd=/ci/src (exists? true)
Compiling radicle-tui v0.7.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
[2026-01-20T14:04:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:04:16Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
CargoTest,
)
[2026-01-20T14:04:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
CargoTest,
)
[2026-01-20T14:04:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
cwd=/ci/src (exists? true)
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/radicle_tui-0deac52543dd1810)
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.01s
Running unittests bin/main.rs (/ci/cache/cargo-target/debug/deps/rad_tui-a733f7c4f3929356)
running 66 tests
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 commands::tui_inbox::cli::empty_operation_should_default_to_list_and_not_be_forwarded ... ok
test commands::tui_inbox::cli::empty_operation_should_not_be_forwarded ... ok
test commands::tui_inbox::cli::empty_operation_with_help_should_be_forwarded ... ok
test commands::tui_inbox::cli::empty_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_inbox::cli::list_operation_should_not_be_forwarded ... ok
test commands::tui_inbox::cli::list_operation_should_not_be_forwarded_explicitly ... ok
test commands::tui_inbox::cli::list_operation_with_help_should_be_forwarded ... ok
test commands::tui_inbox::cli::list_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_inbox::cli::list_operation_with_help_should_not_be_forwarded_reversed ... ok
test commands::tui_inbox::cli::unknown_operation_should_be_forwarded ... ok
test commands::tui_inbox::cli::unknown_operation_should_not_be_forwarded ... ok
test commands::tui_issue::test::empty_operation_should_default_to_list_and_not_be_forwarded ... ok
test commands::tui_issue::test::empty_operation_should_not_be_forwarded ... ok
test commands::tui_issue::test::empty_operation_with_help_should_be_forwarded ... ok
test commands::tui_issue::test::empty_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_issue::test::list_operation_should_not_be_forwarded ... ok
test commands::tui_issue::test::list_operation_should_not_be_forwarded_explicitly ... ok
test commands::tui_issue::test::list_operation_with_help_should_be_forwarded ... ok
test commands::tui_issue::test::list_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_issue::test::list_operation_with_help_should_not_be_forwarded_reversed ... ok
test commands::tui_issue::test::unknown_operation_should_be_forwarded ... ok
test commands::tui_issue::test::unknown_operation_should_not_be_forwarded ... ok
test commands::tui_patch::cli::empty_operation_should_default_to_list_and_not_be_forwarded ... ok
test commands::tui_patch::cli::empty_operation_should_not_be_forwarded ... ok
test commands::tui_patch::cli::empty_operation_with_help_should_be_forwarded ... ok
test commands::tui_patch::cli::empty_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_patch::cli::list_operation_should_not_be_forwarded ... ok
test commands::tui_patch::cli::list_operation_should_not_be_forwarded_explicitly ... ok
test commands::tui_patch::cli::list_operation_with_help_should_be_forwarded ... ok
test commands::tui_patch::cli::list_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_patch::cli::list_operation_with_help_should_not_be_forwarded_reversed ... ok
test commands::tui_patch::cli::unknown_operation_should_be_forwarded ... ok
test commands::tui_patch::cli::unknown_operation_should_not_be_forwarded ... ok
test commands::tui_patch::review::builder::tests::test_review_comments_basic ... ok
test commands::tui_patch::review::builder::tests::test_review_comments_before ... ok
test commands::tui_patch::review::builder::tests::test_review_comments_multiline ... ok
test commands::tui_patch::review::builder::tests::test_review_comments_split_hunk ... ok
test commands::tui_patch::review::test::app_with_single_file_multiple_hunks_can_be_constructed ... ok
test commands::tui_patch::review::test::app_with_single_hunk_can_be_constructed ... ok
test commands::tui_patch::review::test::first_hunk_is_selected_by_default ... ok
test commands::tui_patch::review::test::hunk_can_be_selected ... ok
test commands::tui_patch::review::test::hunks_are_rejected_by_default ... ok
test commands::tui_patch::review::test::hunk_state_is_synchronized ... ok
test commands::tui_patch::review::test::multiple_files_single_hunk_can_be_accepted ... ok
test commands::tui_patch::review::test::single_file_multiple_hunks_only_first_can_be_accepted ... ok
test commands::tui_patch::review::test::single_file_multiple_hunks_only_last_can_be_accepted ... 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 commands::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 0.99s
Doc-tests radicle_tui
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[2026-01-20T14:04:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:04:17Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T14:04:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T14:04:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T14:04:17Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/ci/cache",
),
size: None,
}
[2026-01-20T14:04:17Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-01-20T14:04:17Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-01-20T14:04:17Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
[2026-01-20T14:04:17Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
[2026-01-20T14:04:17Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-20T14:04:26Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-01-20T14:04:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:04:26Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-01-20T14:04:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-01-20T14:04:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T14:04:26Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/ci/artifacts",
),
size: None,
}
[2026-01-20T14:04:26Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-01-20T14:04:26Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-01-20T14:04:26Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
[2026-01-20T14:04:26Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
[2026-01-20T14:04:26Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-20T14:04:26Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-01-20T14:04:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:04:26Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
{
"request": "trigger",
"version": 1,
"event_type": "patch",
"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"
]
},
"action": "Created",
"patch": {
"id": "7f971991391db6a118bd8450c6719a683a98c047",
"author": {
"id": "did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
"alias": "erikli"
},
"title": "chore: Improve README and update changelog",
"state": {
"status": "open",
"conflicts": []
},
"before": "810bdcf4a6145c15a066b8961527b4ed8c9fc048",
"after": "c6ef29c58de1c21cc826825d547683abf7697422",
"commits": [
"c6ef29c58de1c21cc826825d547683abf7697422",
"93150269bf4461d9f8d4227a78cc87e2084f1e3d",
"76a4d3ab43ecdd439e06a7cf7657b5a9dacb5c33"
],
"target": "810bdcf4a6145c15a066b8961527b4ed8c9fc048",
"labels": [],
"assignees": [],
"revisions": [
{
"id": "7f971991391db6a118bd8450c6719a683a98c047",
"author": {
"id": "did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
"alias": "erikli"
},
"description": "",
"base": "810bdcf4a6145c15a066b8961527b4ed8c9fc048",
"oid": "c6ef29c58de1c21cc826825d547683abf7697422",
"timestamp": 1768917817
}
]
}
}[2026-01-20T14:03:43Z INFO ambient] ambient starts
[2026-01-20T14:03:43Z 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`
[2026-01-20T14:03:43Z 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",
},
uefi: false,
lint: true,
}
[2026-01-20T14:03:43Z DEBUG ambient_ci::linter] linting project rad:z39mP9rQAaGmERfUMPULfPUi473tY with rsync_target
[2026-01-20T14:03:43Z DEBUG ambient_ci::linter] linting project rad:z39mP9rQAaGmERfUMPULfPUi473tY with http_get
[2026-01-20T14:03:43Z DEBUG ambient_ci::linter] linting project rad:z39mP9rQAaGmERfUMPULfPUi473tY with shellcheck
[2026-01-20T14:03:43Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/meta.yaml
[2026-01-20T14:03:43Z DEBUG ambient_ci::run] latest commit: "810bdcf4a6145c15a066b8961527b4ed8c9fc048"
[2026-01-20T14:03:43Z DEBUG ambient_ci::run] is a git repository
[2026-01-20T14:03:43Z DEBUG ambient_ci::run] git repository is clean
[2026-01-20T14:03:43Z DEBUG ambient_ci::run] current (HEAD) commit: c6ef29c58de1c21cc826825d547683abf7697422
[2026-01-20T14:03:43Z DEBUG ambient_ci::run] no dry run requested
[2026-01-20T14:03:43Z DEBUG ambient_ci::run] forced run requested
[2026-01-20T14:03:43Z DEBUG ambient_ci::run] run? true
[2026-01-20T14:03:43Z INFO ambient_ci::run] project rad:z39mP9rQAaGmERfUMPULfPUi473tY: running CI
[2026-01-20T14:03:43Z DEBUG ambient_ci::run] Construct runnable plans for pre-plan, plan, and post-plan
[2026-01-20T14:03:43Z DEBUG ambient_ci::run] Executing pre-plan steps
[2026-01-20T14:03:43Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
CargoFetch,
)
[2026-01-20T14:03:43Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
CargoFetch,
)
[2026-01-20T14:03:43Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/cache/cargo-target",
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
"CARGO_HOME": "/home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/dependencies",
},
source_dir: "/tmp/.tmpmiIswy/src",
deps_dir: "/home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/dependencies",
artifacts_dir: "/home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/tmp/.tmpmiIswy/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmpmiIswy/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmpmiIswy/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: /tmp/.tmpmiIswy/src => /tmp/.tmp5MVQeF
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/README.md wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/FRAMEWORK.md wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/CHANGELOG.md wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/src wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/src/ui wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/src/ui/widget.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/src/ui/widget.rs => /tmp/.tmp5MVQeF/src/ui/widget.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/src/ui/utils.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/src/ui/utils.rs => /tmp/.tmp5MVQeF/src/ui/utils.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/src/ui/theme.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/src/ui/theme.rs => /tmp/.tmp5MVQeF/src/ui/theme.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/src/ui/span.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/src/ui/span.rs => /tmp/.tmp5MVQeF/src/ui/span.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/src/ui/layout.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/src/ui/layout.rs => /tmp/.tmp5MVQeF/src/ui/layout.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/src/ui/ext.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/src/ui/ext.rs => /tmp/.tmp5MVQeF/src/ui/ext.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/src/ui.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/src/ui.rs => /tmp/.tmp5MVQeF/src/ui.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/src/terminal.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/src/terminal.rs => /tmp/.tmp5MVQeF/src/terminal.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/src/task.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/src/task.rs => /tmp/.tmp5MVQeF/src/task.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/src/store.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/src/store.rs => /tmp/.tmp5MVQeF/src/store.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/src/lib.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/src/lib.rs => /tmp/.tmp5MVQeF/src/lib.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/src/event.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/src/event.rs => /tmp/.tmp5MVQeF/src/event.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/rust-toolchain.toml wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/flake.nix wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/flake.lock wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/examples wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/examples/readme.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/examples/readme.rs => /tmp/.tmp5MVQeF/examples/readme.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/examples/selection.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/examples/selection.rs => /tmp/.tmp5MVQeF/examples/selection.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/examples/hello.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/examples/hello.rs => /tmp/.tmp5MVQeF/examples/hello.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/deny.toml wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/demo.png wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/build wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/build/radicle-build wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/build/radicle-build/version wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/build/radicle-build/rust-version wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/build/radicle-build/macos-sdk-11.3.tar.xz wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/build/radicle-build/checksums wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/build/radicle-build/build wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/build/radicle-build/Dockerfile wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/build/config.toml wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/build/build wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/build/TARGETS wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/build.rs wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/ui wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/ui/span.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/bin/ui/span.rs => /tmp/.tmp5MVQeF/bin/ui/span.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/ui/layout.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/bin/ui/layout.rs => /tmp/.tmp5MVQeF/bin/ui/layout.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/ui/items wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/ui/items/patch.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/bin/ui/items/patch.rs => /tmp/.tmp5MVQeF/bin/ui/items/patch.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/ui/items/notification.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/bin/ui/items/notification.rs => /tmp/.tmp5MVQeF/bin/ui/items/notification.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/ui/items/issue.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/bin/ui/items/issue.rs => /tmp/.tmp5MVQeF/bin/ui/items/issue.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/ui/items.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/bin/ui/items.rs => /tmp/.tmp5MVQeF/bin/ui/items.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/ui/format.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/bin/ui/format.rs => /tmp/.tmp5MVQeF/bin/ui/format.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/ui.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/bin/ui.rs => /tmp/.tmp5MVQeF/bin/ui.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/test.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/bin/test.rs => /tmp/.tmp5MVQeF/bin/test.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/terminal.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/bin/terminal.rs => /tmp/.tmp5MVQeF/bin/terminal.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/state.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/bin/state.rs => /tmp/.tmp5MVQeF/bin/state.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/settings.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/bin/settings.rs => /tmp/.tmp5MVQeF/bin/settings.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/main.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/bin/main.rs => /tmp/.tmp5MVQeF/bin/main.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/log.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/bin/log.rs => /tmp/.tmp5MVQeF/bin/log.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/git.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/bin/git.rs => /tmp/.tmp5MVQeF/bin/git.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/commands wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/commands/patch wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/commands/patch/review wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/commands/patch/review/builder.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/bin/commands/patch/review/builder.rs => /tmp/.tmp5MVQeF/bin/commands/patch/review/builder.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/commands/patch/review.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/bin/commands/patch/review.rs => /tmp/.tmp5MVQeF/bin/commands/patch/review.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/commands/patch/list.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/bin/commands/patch/list.rs => /tmp/.tmp5MVQeF/bin/commands/patch/list.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/commands/patch.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/bin/commands/patch.rs => /tmp/.tmp5MVQeF/bin/commands/patch.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/commands/issue wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/commands/issue/list.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/bin/commands/issue/list.rs => /tmp/.tmp5MVQeF/bin/commands/issue/list.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/commands/issue.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/bin/commands/issue.rs => /tmp/.tmp5MVQeF/bin/commands/issue.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/commands/inbox wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/commands/inbox/list.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/bin/commands/inbox/list.rs => /tmp/.tmp5MVQeF/bin/commands/inbox/list.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/commands/inbox.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/bin/commands/inbox.rs => /tmp/.tmp5MVQeF/bin/commands/inbox.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/commands/help.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/bin/commands/help.rs => /tmp/.tmp5MVQeF/bin/commands/help.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/commands.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/bin/commands.rs => /tmp/.tmp5MVQeF/bin/commands.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/cob wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/cob/issue.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/bin/cob/issue.rs => /tmp/.tmp5MVQeF/bin/cob/issue.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/bin/cob.rs wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/bin/cob.rs => /tmp/.tmp5MVQeF/bin/cob.rs
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/LICENSE-MIT wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/LICENSE-APACHE wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/Cargo.toml wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/Cargo.toml => /tmp/.tmp5MVQeF/Cargo.toml
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/Cargo.lock wanted=true
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpmiIswy/src/Cargo.lock => /tmp/.tmp5MVQeF/Cargo.lock
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.radicle wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.radicle/native.yaml wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.radicle/ambient.yaml wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.gitsigners wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.gitignore wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/index wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/HEAD wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/config wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/logs wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/logs/HEAD wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/logs/refs wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/logs/refs/heads wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/logs/refs/heads/main wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/logs/refs/remotes wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/logs/refs/remotes/origin wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/packed-refs wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/refs wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/refs/remotes wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/refs/remotes/origin wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/refs/remotes/origin/HEAD wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/refs/tags wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/refs/heads wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/refs/heads/main wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/67 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/67/9dc0fe36e7473b78ce9b2bad4b93fa1e8f9b1a wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/6e wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/6e/82e6fd1b785145012bd44623fbc8aa1a2bf3b4 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/3d wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/3d/fe801c0928d5379ef20b6670f63c56ea0c637b wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/34 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/34/b3f7d31d62d53eb54902af6b11f96597a46bdf wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/95 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/95/e39f0dcd3c4e2797a7cdef4c825f0ed14e6283 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/33 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/33/7974d302babc00956f1b4d12d298c38d0810e2 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/85 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/85/30f7017cdf355c85b21d7d360d3aaaf429f9ca wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/79 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/79/88d1287f966b272b2bd85cc97f98e9d7d180b0 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/ae wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/ae/eb1b4eb071cc9579f785d4bb7dba985673b03d wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/91 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/91/82dd62c561f1b5d09e1af78e0d120cecf53b1c wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/7d wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/7d/4be8ed54149a9fbfbf11bbab66f2eb73be6e38 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/ed wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/ed/710e392c05d68ff10e56d9d2f46e5d7f0c33ec wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/da wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/da/00ca90e25e821c2cc5196d9665b1d570a5246c wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/e5 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/e5/0a90181a62cf39b614b5d7606ad8e4e30be4a2 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/af wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/af/713447cd16b01c67de34111e0f9986230839d4 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/38 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/38/37549e60cd2b4c77d611d888bfb8aa384da578 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/47 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/47/a66db6b3b831467ab1d39718fcdf05a3027036 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/5d wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/5d/a21ece272d74ccb6fc202ea9aaa72e52d6cbd5 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/25 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/25/83c2ef9a7377da41338d41f7a6015d250d71e8 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/d8 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/d8/d7bfb8e6ac31f4e7b9479f3601d2e09e0efb2b wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/c4 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/c4/ecfc5ae43c10adbaa15af0959dd892cb987ff3 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/7f wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/7f/73f6ac3a8f0994b59b1360fadaa2a6c1b250b2 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/0e wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/0e/c616247fbfcf5742ec8a8fd33756f686069c08 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/1c wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/1c/3742465cadba756402e88999ce0332170415b6 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/03 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/03/b48a759a3c3d0e282749552541a70463a8f824 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/89 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/89/e4043371a84758bea983ebc9976461e0bbe11d wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/53 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/53/7b01e262fb3529f2c1bc008dbeb62369960e93 wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/4e wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/4e/a271cc358d6923e186f0d94d109db6f039470a wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/info wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/info/commit-graph wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/info/packs wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/pack wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/pack/pack-d8fd7c9f0f4ec8311d4c1b1c084dca066650be2a.pack wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/pack/pack-d8fd7c9f0f4ec8311d4c1b1c084dca066650be2a.idx wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/pack/pack-aa5ac0cedd0f7ea77fe06ed973f51f790fac4d0a.pack wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/pack/pack-4e1c165f22ca0770c3b46533ef76652be02a0aa0.pack wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/pack/pack-aa5ac0cedd0f7ea77fe06ed973f51f790fac4d0a.idx wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/pack/pack-d8fd7c9f0f4ec8311d4c1b1c084dca066650be2a.rev wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/pack/pack-d8fd7c9f0f4ec8311d4c1b1c084dca066650be2a.bitmap wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/objects/pack/pack-4e1c165f22ca0770c3b46533ef76652be02a0aa0.idx wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/branches wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/hooks wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/hooks/update.sample wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/hooks/commit-msg.sample wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/hooks/applypatch-msg.sample wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/hooks/pre-merge-commit.sample wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/hooks/post-update.sample wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/hooks/pre-push.sample wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/hooks/pre-rebase.sample wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/hooks/push-to-checkout.sample wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/hooks/pre-commit.sample wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/hooks/pre-receive.sample wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/hooks/sendemail-validate.sample wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/hooks/pre-applypatch.sample wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/description wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/info wanted=false
[2026-01-20T14:03:43Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpmiIswy/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
cwd=/tmp/.tmp5MVQeF (exists? true)
[2026-01-20T14:03:43Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:03:43Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-20T14:03:43Z DEBUG ambient_ci::run] Executing plan steps
[2026-01-20T14:03:43Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmphLdiQ2/src.tar
[2026-01-20T14:03:43Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmphLdiQ2/deps.tar
[2026-01-20T14:03:44Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2026-01-20T14:03:44Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
steps: [
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",
},
),
Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
),
Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
),
CargoFmt(
CargoFmt,
),
CargoClippy(
CargoClippy,
),
CargoBuild(
CargoBuild,
),
CargoTest(
CargoTest,
),
TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
),
TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/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(
"/ci",
),
source_dir: Some(
"/ci/src",
),
deps_dir: Some(
"/ci/deps",
),
cache_dir: Some(
"/ci/cache",
),
artifacts_dir: Some(
"/ci/artifacts",
),
}
[2026-01-20T14:03:44Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2026-01-20T14:03:44Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmphLdiQ2/ambient-execute-plan/run-ci
[2026-01-20T14:03:44Z DEBUG ambient_ci::run] copy OK: true
[2026-01-20T14:03:44Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmphLdiQ2/executor.tar
[2026-01-20T14:03:50Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2026-01-20T14:03:50Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY, exists? true
[2026-01-20T14:03:50Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2026-01-20T14:03:50Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log OK
[2026-01-20T14:03:50Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2026-01-20T14:03:50Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2026-01-20T14:03:50Z 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"
[2026-01-20T14:03:50Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2026-01-20T14:03:50Z DEBUG ambient_ci::cloud_init] with_network called: false
[2026-01-20T14:03:50Z 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",
],
}
[2026-01-20T14:03:50Z DEBUG ambient_ci::qemu] run QEMU
[2026-01-20T14:03:50Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2026-01-20T14:03:50Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmplrWgXA/.tmpJ4LM5u/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2026-01-20T14:03:50Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2026-01-20T14:03:50Z 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",
],
}
[2026-01-20T14:03:50Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpEWFLZE/meta-data
[2026-01-20T14:03:50Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpEWFLZE/user-data
[2026-01-20T14:03:50Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpEWFLZE/network-config
[2026-01-20T14:03:51Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmplrWgXA/.tmpJ4LM5u/console.log
[2026-01-20T14:03:51Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmplrWgXA/.tmpJ4LM5u/console.log
[2026-01-20T14:03:51Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2026-01-20T14:03:51Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2026-01-20T14:03:51Z 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/.tmplrWgXA/.tmpJ4LM5u/console.log",
"-serial",
"file:/home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log",
"-drive",
"format=qcow2,if=virtio,file=/home/_rad/tmp/.tmplrWgXA/.tmpJ4LM5u/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmphLdiQ2/executor.tar,readonly=on",
"-cdrom",
"/home/_rad/tmp/.tmplrWgXA/.tmpJ4LM5u/cloud_init.iso",
"-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/.tmplrWgXA/.tmpJ4LM5u/vars.fd",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmphLdiQ2/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmphLdiQ2/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmphLdiQ2/cache.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmphLdiQ2/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2026-01-20T14:04:30Z DEBUG ambient_ci::qemu] QEMU finished OK
[2026-01-20T14:04:30Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2026-01-20T14:03:54Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T14:03:54Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T14:03:54Z INFO ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T14:03:54Z WARN ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T14:03:54Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T14:03:54Z TRACE ambient_ci::plan] RunnablePlan::from_file: filename=plan.yaml
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
[2026-01-20T14:03:54Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-20T14:03:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-20T14:03:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T14:03:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:03:54Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-20T14:03:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-20T14:03:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T14:03:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:03:54Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-20T14:03:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-20T14:03:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T14:03:54Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-01-20T14:03:54Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T14:03:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:03:54Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-20T14:03:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-20T14:03:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T14:03:54Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-01-20T14:03:56Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T14:03:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:03:56Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T14:03:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T14:03:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T14:03:56Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-01-20T14:04:08Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T14:04:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:04:08Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-20T14:04:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-20T14:04:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nln -sf /ci /workspace\n"]
cwd=/ci/src (exists? true)
+ ln -sf /ci /workspace
[2026-01-20T14:04:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:04:08Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-20T14:04:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-20T14:04:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.name 'Ambient CI'\n"]
cwd=/ci/src (exists? true)
+ git config --global user.name 'Ambient CI'
[2026-01-20T14:04:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:04:08Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-20T14:04:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-20T14:04:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.email ambient@example.com\n"]
cwd=/ci/src (exists? true)
+ git config --global user.email ambient@example.com
[2026-01-20T14:04:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:04:08Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2026-01-20T14:04:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2026-01-20T14:04:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/ci/src (exists? true)
[2026-01-20T14:04:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:04:09Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2026-01-20T14:04:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2026-01-20T14:04:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/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=/ci/src (exists? true)
Compiling radicle-tui v0.7.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
[2026-01-20T14:04:11Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:04:11Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
CargoBuild,
)
[2026-01-20T14:04:11Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
CargoBuild,
)
[2026-01-20T14:04:11Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
cwd=/ci/src (exists? true)
Compiling radicle-tui v0.7.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
[2026-01-20T14:04:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:04:16Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
CargoTest,
)
[2026-01-20T14:04:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
CargoTest,
)
[2026-01-20T14:04:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
cwd=/ci/src (exists? true)
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/radicle_tui-0deac52543dd1810)
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.01s
Running unittests bin/main.rs (/ci/cache/cargo-target/debug/deps/rad_tui-a733f7c4f3929356)
running 66 tests
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 commands::tui_inbox::cli::empty_operation_should_default_to_list_and_not_be_forwarded ... ok
test commands::tui_inbox::cli::empty_operation_should_not_be_forwarded ... ok
test commands::tui_inbox::cli::empty_operation_with_help_should_be_forwarded ... ok
test commands::tui_inbox::cli::empty_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_inbox::cli::list_operation_should_not_be_forwarded ... ok
test commands::tui_inbox::cli::list_operation_should_not_be_forwarded_explicitly ... ok
test commands::tui_inbox::cli::list_operation_with_help_should_be_forwarded ... ok
test commands::tui_inbox::cli::list_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_inbox::cli::list_operation_with_help_should_not_be_forwarded_reversed ... ok
test commands::tui_inbox::cli::unknown_operation_should_be_forwarded ... ok
test commands::tui_inbox::cli::unknown_operation_should_not_be_forwarded ... ok
test commands::tui_issue::test::empty_operation_should_default_to_list_and_not_be_forwarded ... ok
test commands::tui_issue::test::empty_operation_should_not_be_forwarded ... ok
test commands::tui_issue::test::empty_operation_with_help_should_be_forwarded ... ok
test commands::tui_issue::test::empty_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_issue::test::list_operation_should_not_be_forwarded ... ok
test commands::tui_issue::test::list_operation_should_not_be_forwarded_explicitly ... ok
test commands::tui_issue::test::list_operation_with_help_should_be_forwarded ... ok
test commands::tui_issue::test::list_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_issue::test::list_operation_with_help_should_not_be_forwarded_reversed ... ok
test commands::tui_issue::test::unknown_operation_should_be_forwarded ... ok
test commands::tui_issue::test::unknown_operation_should_not_be_forwarded ... ok
test commands::tui_patch::cli::empty_operation_should_default_to_list_and_not_be_forwarded ... ok
test commands::tui_patch::cli::empty_operation_should_not_be_forwarded ... ok
test commands::tui_patch::cli::empty_operation_with_help_should_be_forwarded ... ok
test commands::tui_patch::cli::empty_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_patch::cli::list_operation_should_not_be_forwarded ... ok
test commands::tui_patch::cli::list_operation_should_not_be_forwarded_explicitly ... ok
test commands::tui_patch::cli::list_operation_with_help_should_be_forwarded ... ok
test commands::tui_patch::cli::list_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_patch::cli::list_operation_with_help_should_not_be_forwarded_reversed ... ok
test commands::tui_patch::cli::unknown_operation_should_be_forwarded ... ok
test commands::tui_patch::cli::unknown_operation_should_not_be_forwarded ... ok
test commands::tui_patch::review::builder::tests::test_review_comments_basic ... ok
test commands::tui_patch::review::builder::tests::test_review_comments_before ... ok
test commands::tui_patch::review::builder::tests::test_review_comments_multiline ... ok
test commands::tui_patch::review::builder::tests::test_review_comments_split_hunk ... ok
test commands::tui_patch::review::test::app_with_single_file_multiple_hunks_can_be_constructed ... ok
test commands::tui_patch::review::test::app_with_single_hunk_can_be_constructed ... ok
test commands::tui_patch::review::test::first_hunk_is_selected_by_default ... ok
test commands::tui_patch::review::test::hunk_can_be_selected ... ok
test commands::tui_patch::review::test::hunks_are_rejected_by_default ... ok
test commands::tui_patch::review::test::hunk_state_is_synchronized ... ok
test commands::tui_patch::review::test::multiple_files_single_hunk_can_be_accepted ... ok
test commands::tui_patch::review::test::single_file_multiple_hunks_only_first_can_be_accepted ... ok
test commands::tui_patch::review::test::single_file_multiple_hunks_only_last_can_be_accepted ... 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 commands::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 0.99s
Doc-tests radicle_tui
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[2026-01-20T14:04:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:04:17Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T14:04:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T14:04:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T14:04:17Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/ci/cache",
),
size: None,
}
[2026-01-20T14:04:17Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-01-20T14:04:17Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-01-20T14:04:17Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
[2026-01-20T14:04:17Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
[2026-01-20T14:04:17Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-20T14:04:26Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-01-20T14:04:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:04:26Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-01-20T14:04:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-01-20T14:04:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T14:04:26Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/ci/artifacts",
),
size: None,
}
[2026-01-20T14:04:26Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-01-20T14:04:26Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-01-20T14:04:26Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
[2026-01-20T14:04:26Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
[2026-01-20T14:04:26Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-20T14:04:26Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-01-20T14:04:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:04:26Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
====================
[2026-01-20T14:04:30Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2026-01-20T14:04:31Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2026-01-20T14:04:31Z DEBUG ambient_ci::run] remove old cache
[2026-01-20T14:04:32Z DEBUG ambient_ci::run] extract cache
[2026-01-20T14:04:37Z DEBUG ambient_ci::run] Executing post-plan steps
[2026-01-20T14:04:37Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-20T14:04:37Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/meta.yaml
[2026-01-20T14:04:38Z INFO ambient] ambient ends successfully
<empty log>