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 370K 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 6.1M 1 disk
vdc 254:32 0 7.4M 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 939.5M 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2025-12-11 12:45 ./
-rw-r--r-- _rad/_rad 799 2025-12-11 12:45 ./plan.yaml
-rwxr-xr-x _rad/_rad 6394112 2025-12-11 12:45 ./run-ci
INFO: Extracted files:
6291464 4 drwxr-xr-x 2 1000 1000 4096 Dec 11 12:45 .
6291468 6248 -rwxr-xr-x 1 1000 1000 6394112 Dec 11 12:45 ./run-ci
6291465 4 -rw-r--r-- 1 1000 1000 799 Dec 11 12:45 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-12-11T12:47:12Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-11T12:47:12Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-11T12:47:12Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-11T12:47:12Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-11T12:47:12Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /workspace
- action: mkdir
pathname: /workspace/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /workspace/src
- action: tar_extract
archive: /dev/vdf
directory: /workspace/deps
- action: tar_extract
archive: /dev/vde
directory: /workspace/cache
- action: cargo_fmt
- action: cargo_clippy
- action: cargo_build
- action: cargo_test
- action: tar_create
archive: /dev/vde
directory: /workspace/cache
- action: tar_create
archive: /dev/vdd
directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts
[2025-12-11T12:47:12Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-11T12:47:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-11T12:47:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-11T12:47:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:47:12Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-11T12:47:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-11T12:47:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-11T12:47:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:47:12Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-11T12:47:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-11T12:47:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-11T12:47:12Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-12-11T12:47:12Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-11T12:47:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:47:12Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-11T12:47:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-11T12:47:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-11T12:47:12Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-12-11T12:47:15Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-11T12:47:15Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:47:15Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-11T12:47:15Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-11T12:47:15Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-11T12:47:15Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-12-11T12:47:22Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-11T12:47:22Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:47:22Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2025-12-11T12:47:22Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2025-12-11T12:47:22Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.88.0 (873a06493 2025-05-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.88 (6b00bc3880 2025-06-23)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.88.0 (6b00bc388 2025-06-23)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/workspace/src (exists? true)
[2025-12-11T12:47:23Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:47:23Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2025-12-11T12:47:23Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2025-12-11T12:47:23Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.88.0 (873a06493 2025-05-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.88 (6b00bc3880 2025-06-23)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.88.0 (6b00bc388 2025-06-23)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/workspace/src (exists? true)
Compiling radicle-tui v0.6.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
[2025-12-11T12:47:25Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:47:25Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
CargoBuild,
)
[2025-12-11T12:47:25Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
CargoBuild,
)
[2025-12-11T12:47:25Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.88.0 (873a06493 2025-05-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.88 (6b00bc3880 2025-06-23)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.88.0 (6b00bc388 2025-06-23)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
cwd=/workspace/src (exists? true)
Compiling radicle-tui v0.6.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.90s
[2025-12-11T12:47:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:47:34Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
CargoTest,
)
[2025-12-11T12:47:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
CargoTest,
)
[2025-12-11T12:47:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.88.0 (873a06493 2025-05-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.88 (6b00bc3880 2025-06-23)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.88.0 (6b00bc388 2025-06-23)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
cwd=/workspace/src (exists? true)
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
Running unittests src/lib.rs (/workspace/cache/debug/deps/radicle_tui-d1ecafa284268094)
running 7 tests
test ui::test::state_value_read_buffer_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 ui::test::state_value_apply_should_succeed ... ok
test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
Running unittests bin/main.rs (/workspace/cache/debug/deps/rad_tui-38841d2e0c3c51ee)
running 70 tests
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 cob::issue::tests::issue_filter_display_with_state_and_assigned_should_succeed ... ok
test cob::issue::tests::issue_filter_display_with_state_should_succeed ... ok
test cob::issue::tests::issue_filter_display_with_status_and_author_should_succeed ... ok
test cob::patch::tests::patch_filter_display_with_status_and_author_should_succeed ... ok
test cob::patch::tests::patch_filter_display_with_status_and_authored_should_succeed ... ok
test cob::patch::tests::patch_filter_display_with_status_should_succeed ... 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::cli::empty_operation_should_default_to_list_and_not_be_forwarded ... ok
test commands::tui_issue::cli::empty_operation_should_not_be_forwarded ... ok
test commands::tui_issue::cli::empty_operation_with_help_should_be_forwarded ... ok
test commands::tui_issue::cli::empty_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_issue::cli::list_operation_should_not_be_forwarded ... ok
test commands::tui_issue::cli::list_operation_should_not_be_forwarded_explicitly ... ok
test commands::tui_issue::cli::list_operation_with_help_should_be_forwarded ... ok
test commands::tui_issue::cli::list_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_issue::cli::list_operation_with_help_should_not_be_forwarded_reversed ... ok
test commands::tui_issue::cli::unknown_operation_should_be_forwarded ... ok
test commands::tui_issue::cli::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 cli::empty_command_should_be_forwarded ... 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::notification::tests::notification_item_filter_with_all_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::tests::diff_line_index_checks_ranges_correctly ... ok
test ui::items::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::tests::hunk_comments_on_modified_complex_are_inserted_correctly ... ok
test ui::items::tests::issue_item_filter_from_str_should_succeed ... ok
test ui::items::tests::patch_item_filter_from_str_should_succeed ... ok
test ui::items::tests::hunk_comments_on_modified_simple_are_inserted_correctly ... ok
test result: ok. 70 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.96s
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
[2025-12-11T12:47:35Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:47:35Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-11T12:47:35Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-11T12:47:35Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-11T12:47:35Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-12-11T12:47:35Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-12-11T12:47:35Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-12-11T12:47:35Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-12-11T12:47:35Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-12-11T12:47:35Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-11T12:47:41Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-12-11T12:47:41Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:47:41Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-11T12:47:41Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-11T12:47:41Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-11T12:47:41Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-12-11T12:47:41Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-12-11T12:47:41Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-12-11T12:47:41Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-12-11T12:47:41Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-12-11T12:47:41Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-11T12:47:41Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-12-11T12:47:41Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:47:41Z 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": "49ed1d81a6abac2e1c7eac32409fb916c0daa92c",
"author": {
"id": "did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
"alias": "erikli"
},
"title": "bin/patch: Disable review command and forward instead",
"state": {
"status": "open",
"conflicts": []
},
"before": "e414502faf0ab387bc5347291c3f9a89f9366993",
"after": "37cf838bedd4abe3b6985d8c3dc8f0914e1251fc",
"commits": [
"37cf838bedd4abe3b6985d8c3dc8f0914e1251fc"
],
"target": "e414502faf0ab387bc5347291c3f9a89f9366993",
"labels": [],
"assignees": [],
"revisions": [
{
"id": "49ed1d81a6abac2e1c7eac32409fb916c0daa92c",
"author": {
"id": "did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
"alias": "erikli"
},
"description": "",
"base": "e414502faf0ab387bc5347291c3f9a89f9366993",
"oid": "37cf838bedd4abe3b6985d8c3dc8f0914e1251fc",
"timestamp": 1765457097
}
]
}
}[2025-12-11T12:45:03Z INFO ambient] ambient starts
[2025-12-11T12:45:03Z 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`
[2025-12-11T12:45:03Z 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",
},
}
[2025-12-11T12:45:03Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/meta.yaml
[2025-12-11T12:45:03Z DEBUG ambient_ci::run] latest commit: "e414502faf0ab387bc5347291c3f9a89f9366993"
[2025-12-11T12:45:03Z DEBUG ambient_ci::run] is a git repository
[2025-12-11T12:45:03Z DEBUG ambient_ci::run] git repository is clean
[2025-12-11T12:45:03Z DEBUG ambient_ci::run] current (HEAD) commit: 37cf838bedd4abe3b6985d8c3dc8f0914e1251fc
[2025-12-11T12:45:03Z DEBUG ambient_ci::run] no dry run requested
[2025-12-11T12:45:03Z DEBUG ambient_ci::run] forced run requested
[2025-12-11T12:45:03Z DEBUG ambient_ci::run] run? true
[2025-12-11T12:45:03Z INFO ambient_ci::run] project rad:z39mP9rQAaGmERfUMPULfPUi473tY: running CI
[2025-12-11T12:45:03Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-12-11T12:45:03Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
CargoFetch,
)
[2025-12-11T12:45:03Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
CargoFetch,
)
[2025-12-11T12:45:03Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/cache",
"CARGO_HOME": "/home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/dependencies",
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
},
source_dir: "/tmp/.tmpdIR4gj/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/.tmpdIR4gj/src (exists? true)
cargo 1.88.0 (873a06493 2025-05-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmpdIR4gj/src (exists? true)
clippy 0.1.88 (6b00bc3880 2025-06-23)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmpdIR4gj/src (exists? true)
rustc 1.88.0 (6b00bc388 2025-06-23)
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: /tmp/.tmpdIR4gj/src => /tmp/.tmpN5a1N9
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/src wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/src/ui wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/src/ui/utils.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/src/ui/utils.rs => /tmp/.tmpN5a1N9/src/ui/utils.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/src/ui/theme.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/src/ui/theme.rs => /tmp/.tmpN5a1N9/src/ui/theme.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/src/ui/span.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/src/ui/span.rs => /tmp/.tmpN5a1N9/src/ui/span.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/src/ui/rm wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/src/ui/rm/widget wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/src/ui/rm/widget/window.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/src/ui/rm/widget/window.rs => /tmp/.tmpN5a1N9/src/ui/rm/widget/window.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/src/ui/rm/widget/utils.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/src/ui/rm/widget/utils.rs => /tmp/.tmpN5a1N9/src/ui/rm/widget/utils.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/src/ui/rm/widget/text.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/src/ui/rm/widget/text.rs => /tmp/.tmpN5a1N9/src/ui/rm/widget/text.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/src/ui/rm/widget/list.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/src/ui/rm/widget/list.rs => /tmp/.tmpN5a1N9/src/ui/rm/widget/list.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/src/ui/rm/widget/container.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/src/ui/rm/widget/container.rs => /tmp/.tmpN5a1N9/src/ui/rm/widget/container.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/src/ui/rm/widget.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/src/ui/rm/widget.rs => /tmp/.tmpN5a1N9/src/ui/rm/widget.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/src/ui/rm.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/src/ui/rm.rs => /tmp/.tmpN5a1N9/src/ui/rm.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/src/ui/layout.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/src/ui/layout.rs => /tmp/.tmpN5a1N9/src/ui/layout.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/src/ui/im wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/src/ui/im/widget.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/src/ui/im/widget.rs => /tmp/.tmpN5a1N9/src/ui/im/widget.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/src/ui/im.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/src/ui/im.rs => /tmp/.tmpN5a1N9/src/ui/im.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/src/ui/ext.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/src/ui/ext.rs => /tmp/.tmpN5a1N9/src/ui/ext.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/src/ui.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/src/ui.rs => /tmp/.tmpN5a1N9/src/ui.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/src/terminal.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/src/terminal.rs => /tmp/.tmpN5a1N9/src/terminal.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/src/task.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/src/task.rs => /tmp/.tmpN5a1N9/src/task.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/src/store.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/src/store.rs => /tmp/.tmpN5a1N9/src/store.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/src/lib.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/src/lib.rs => /tmp/.tmpN5a1N9/src/lib.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/src/event.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/src/event.rs => /tmp/.tmpN5a1N9/src/event.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/rust-toolchain.toml wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/flake.nix wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/flake.lock wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/examples wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/examples/selection.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/examples/selection.rs => /tmp/.tmpN5a1N9/examples/selection.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/examples/hello_rrmui.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/examples/hello_rrmui.rs => /tmp/.tmpN5a1N9/examples/hello_rrmui.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/examples/hello.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/examples/hello.rs => /tmp/.tmpN5a1N9/examples/hello.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/examples/basic_rmui.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/examples/basic_rmui.rs => /tmp/.tmpN5a1N9/examples/basic_rmui.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/deny.toml wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/demo.png wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/build wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/build/radicle-build wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/build/radicle-build/version wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/build/radicle-build/rust-version wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/build/radicle-build/macos-sdk-11.3.tar.xz wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/build/radicle-build/checksums wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/build/radicle-build/build wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/build/radicle-build/Dockerfile wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/build/config.toml wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/build/build wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/build/TARGETS wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/build.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/build.rs => /tmp/.tmpN5a1N9/build.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/ui wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/ui/span.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/ui/span.rs => /tmp/.tmpN5a1N9/bin/ui/span.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/ui/rm.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/ui/rm.rs => /tmp/.tmpN5a1N9/bin/ui/rm.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/ui/layout.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/ui/layout.rs => /tmp/.tmpN5a1N9/bin/ui/layout.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/ui/items wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/ui/items/notification.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/ui/items/notification.rs => /tmp/.tmpN5a1N9/bin/ui/items/notification.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/ui/items.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/ui/items.rs => /tmp/.tmpN5a1N9/bin/ui/items.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/ui/im.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/ui/im.rs => /tmp/.tmpN5a1N9/bin/ui/im.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/ui/format.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/ui/format.rs => /tmp/.tmpN5a1N9/bin/ui/format.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/ui.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/ui.rs => /tmp/.tmpN5a1N9/bin/ui.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/test.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/test.rs => /tmp/.tmpN5a1N9/bin/test.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/terminal.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/terminal.rs => /tmp/.tmpN5a1N9/bin/terminal.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/state.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/state.rs => /tmp/.tmpN5a1N9/bin/state.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/settings.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/settings.rs => /tmp/.tmpN5a1N9/bin/settings.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/main.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/main.rs => /tmp/.tmpN5a1N9/bin/main.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/log.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/log.rs => /tmp/.tmpN5a1N9/bin/log.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/git.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/git.rs => /tmp/.tmpN5a1N9/bin/git.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/commands wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/commands/patch.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/commands/patch.rs => /tmp/.tmpN5a1N9/bin/commands/patch.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/commands/patch wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/commands/patch/review wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/commands/patch/review/builder.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/commands/patch/review/builder.rs => /tmp/.tmpN5a1N9/bin/commands/patch/review/builder.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/commands/patch/review.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/commands/patch/review.rs => /tmp/.tmpN5a1N9/bin/commands/patch/review.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/commands/patch/list.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/commands/patch/list.rs => /tmp/.tmpN5a1N9/bin/commands/patch/list.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/commands/patch/common.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/commands/patch/common.rs => /tmp/.tmpN5a1N9/bin/commands/patch/common.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/commands/issue wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/commands/issue/list wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/commands/issue/list/ui.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/commands/issue/list/ui.rs => /tmp/.tmpN5a1N9/bin/commands/issue/list/ui.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/commands/issue/list.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/commands/issue/list.rs => /tmp/.tmpN5a1N9/bin/commands/issue/list.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/commands/issue/common.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/commands/issue/common.rs => /tmp/.tmpN5a1N9/bin/commands/issue/common.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/commands/issue.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/commands/issue.rs => /tmp/.tmpN5a1N9/bin/commands/issue.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/commands/inbox wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/commands/inbox/list.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/commands/inbox/list.rs => /tmp/.tmpN5a1N9/bin/commands/inbox/list.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/commands/inbox/common.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/commands/inbox/common.rs => /tmp/.tmpN5a1N9/bin/commands/inbox/common.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/commands/inbox.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/commands/inbox.rs => /tmp/.tmpN5a1N9/bin/commands/inbox.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/commands/help.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/commands/help.rs => /tmp/.tmpN5a1N9/bin/commands/help.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/commands.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/commands.rs => /tmp/.tmpN5a1N9/bin/commands.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/cob wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/cob/patch.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/cob/patch.rs => /tmp/.tmpN5a1N9/bin/cob/patch.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/cob/issue.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/cob/issue.rs => /tmp/.tmpN5a1N9/bin/cob/issue.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/bin/cob.rs wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/bin/cob.rs => /tmp/.tmpN5a1N9/bin/cob.rs
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/README.md wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/LICENSE-MIT wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/LICENSE-APACHE wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/Cargo.toml wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/Cargo.toml => /tmp/.tmpN5a1N9/Cargo.toml
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/Cargo.lock wanted=true
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpdIR4gj/src/Cargo.lock => /tmp/.tmpN5a1N9/Cargo.lock
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/CHANGELOG.md wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.radicle wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.radicle/native.yaml wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.radicle/ambient.yaml wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.gitsigners wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.gitignore wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/index wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/HEAD wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/config wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/logs wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/logs/HEAD wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/logs/refs wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/logs/refs/heads wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/logs/refs/heads/main wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/logs/refs/remotes wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/logs/refs/remotes/origin wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/packed-refs wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/refs wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/refs/remotes wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/refs/remotes/origin wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/refs/remotes/origin/HEAD wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/refs/tags wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/refs/heads wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/refs/heads/main wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/24 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/24/d160188b02cccee25ebf2aaf7e5a5f5ab4abac wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/14 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/14/96e40e921a4841878aea7ff32110ec554e4169 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/8e wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/8e/91c6dd69d6da53c75c2241cd1fc20a5d4cf705 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/c5 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/c5/0a70bbd7933ca4848766ed0304ab66fd7a28ab wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/b5 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/b5/8d472ab45420266404f9a1f929c82c22f0a947 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/f9 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/f9/6f3e174e29ab74bca07f53385eff44956e51ca wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/f9/aee47ab0ddb1dc67c8cd488c8fef9fdf17f5c4 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/95 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/95/b1038f01a5b1a74456e3929861cc4b891c5c3e wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/69 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/69/e999115c24720f849b4a4058fbcf8c2e6d1620 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/1f wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/1f/6dfaced57f059c17e7da1dbee732d07b920863 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/02 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/02/b25db82ddea381ebd7041dabd0c7c8523be557 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/79 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/79/032ff634d6deb702d3b1c51d48eb16a9459519 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/55 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/55/94382e22d71402280d727db26d1cb4b25a3f1a wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/ae wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/ae/ba51255bde10df46854f21066a0d86fc9ccda6 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/26 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/26/a7b47f34bb59bab5d38a12ccd0321932dc6327 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/63 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/63/d2ec117e322440cbedfe507c03cb13fb938eda wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/6d wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/6d/aeef5969f6f49960e6a41172496ce65ceb70dd wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/ad wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/ad/82c73b684406706633372c35c2287cd597ff37 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/f0 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/f0/6eaac16156e9d5270be63bc58c6fe7fed97988 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/36 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/36/33db8d55c98713f557cbd748c77c37df2ed8ec wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/38 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/38/115c60e11d2e9186a187728d4dd2745e76c9f4 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/42 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/42/9a033040380a6d3c8b385383b3ea79c7aac99d wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/4b wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/4b/cf3832f21695e1576a5a7961f0accd089f4957 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/e6 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/e6/ac790d1e6b229d1fde2b31535d1413afbd7a51 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/9d wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/9d/820e276789f320d6cdf0c4804ae530e16b73ad wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/90 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/90/f787687a0407f10eeda6f1f1b5b78ced4ec782 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/08 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/08/b0b9e55d1bae8bc468b49dc9ef783c92fec829 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/44 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/44/8c9824f806fabfa1d2e8cc1dd10b5c0ebb6f3e wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/96 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/96/b942df0c728d23d2b75b79ff5004f521c122c3 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/d8 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/d8/e8e9786d3673878cec34526598ec8e06453327 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/16 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/16/b9142d142d587e98dc1c52b07963c60d3e4906 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/84 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/84/21f277f01a6265e0713686a44b442c7122866e wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/dc wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/dc/4c9e260c418b1574c188cf4dc25e748f726955 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/e7 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/e7/077f8ffbf30d4d2684a62f2b1f1bc59a5c13b9 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/1c wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/1c/57c69e6b00705d107c9ff85049b2b42f1059ec wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/89 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/89/1d2c1721e6ddd4617e3659fdd234dabdec5483 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/22 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/22/dcc0feb272d38052dc1fe586a9b0696a82b32e wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/23 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/23/ac8a018891e67d6cabeef5a10713a388dc705a wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/43 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/43/d28217178c5930b77f0bfaa2a9cea2116663a2 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/83 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/83/9d5958c164c71c23e4b43f34e323627ef28f21 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/8b wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/8b/a9b49404d8a9c234fdd99123702b5e141c45e2 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/20 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/20/fbd3fb6dd7e31cd0d29560dbc86b9084faff06 wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/info wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/info/commit-graph wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/info/packs wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/pack wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/pack/pack-d3474d64a2a99de1dc805be120a4deb50b39f746.rev wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/pack/pack-f20b6fafcd93a50863f09ca241fa2594801f6717.pack wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/pack/pack-d3474d64a2a99de1dc805be120a4deb50b39f746.bitmap wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/pack/pack-d3474d64a2a99de1dc805be120a4deb50b39f746.pack wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/pack/pack-d3474d64a2a99de1dc805be120a4deb50b39f746.idx wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/pack/pack-f20b6fafcd93a50863f09ca241fa2594801f6717.idx wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/pack/pack-1456e54435276e73c764c82f772564c53c0a22df.idx wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/pack/pack-0cbe69588a288c18d1b00d3cb0a1bd16fc5751e1.pack wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/pack/pack-1456e54435276e73c764c82f772564c53c0a22df.pack wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/pack/pack-225ffdb5c7447fd2c8079c2cc4729699b3606ba1.pack wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/pack/pack-225ffdb5c7447fd2c8079c2cc4729699b3606ba1.idx wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/objects/pack/pack-0cbe69588a288c18d1b00d3cb0a1bd16fc5751e1.idx wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/branches wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/hooks wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/hooks/update.sample wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/hooks/commit-msg.sample wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/hooks/applypatch-msg.sample wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/hooks/pre-merge-commit.sample wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/hooks/post-update.sample wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/hooks/pre-push.sample wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/hooks/pre-rebase.sample wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/hooks/push-to-checkout.sample wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/hooks/pre-commit.sample wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/hooks/pre-receive.sample wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/hooks/sendemail-validate.sample wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/hooks/pre-applypatch.sample wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/description wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/info wanted=false
[2025-12-11T12:45:04Z DEBUG ambient_ci::util] path=/tmp/.tmpdIR4gj/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
cwd=/tmp/.tmpN5a1N9 (exists? true)
[2025-12-11T12:45:04Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:45:04Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-11T12:45:04Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmp4I2AkK/src.tar
[2025-12-11T12:45:04Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmp4I2AkK/deps.tar
[2025-12-11T12:45:05Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-12-11T12:45:05Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
steps: [
Mkdir(
Mkdir {
pathname: "/workspace",
},
),
Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
),
TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
),
CargoFmt(
CargoFmt,
),
CargoClippy(
CargoClippy,
),
CargoBuild(
CargoBuild,
),
CargoTest(
CargoTest,
),
TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
),
TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/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(
"/workspace",
),
source_dir: Some(
"/workspace/src",
),
deps_dir: Some(
"/workspace/deps",
),
cache_dir: Some(
"/workspace/cache",
),
artifacts_dir: Some(
"/workspace/artifacts",
),
}
[2025-12-11T12:45:05Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-12-11T12:45:05Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmp4I2AkK/ambient-execute-plan/run-ci
[2025-12-11T12:45:05Z DEBUG ambient_ci::run] copy OK: true
[2025-12-11T12:45:05Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmp4I2AkK/executor.tar
[2025-12-11T12:45:09Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2025-12-11T12:45:09Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY, exists? true
[2025-12-11T12:45:09Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2025-12-11T12:45:09Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log OK
[2025-12-11T12:45:09Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-12-11T12:45:09Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-12-11T12:45:09Z 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"
[2025-12-11T12:45:09Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-12-11T12:45:09Z 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",
],
}
[2025-12-11T12:45:09Z DEBUG ambient_ci::qemu] run QEMU
[2025-12-11T12:45:09Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-12-11T12:45:09Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpFmYTrL/.tmpdsYcFn/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-12-11T12:45:09Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-12-11T12:45:09Z 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",
],
}
[2025-12-11T12:45:09Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpqeqGRB/meta-data
[2025-12-11T12:45:09Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpqeqGRB/user-data
[2025-12-11T12:45:09Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpFmYTrL/.tmpdsYcFn/console.log
[2025-12-11T12:45:09Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpFmYTrL/.tmpdsYcFn/console.log
[2025-12-11T12:45:09Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2025-12-11T12:45:09Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2025-12-11T12:45:09Z 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/.tmpFmYTrL/.tmpdsYcFn/console.log",
"-serial",
"file:/home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log",
"-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/.tmpFmYTrL/.tmpdsYcFn/vars.fd",
"-drive",
"format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpFmYTrL/.tmpdsYcFn/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp4I2AkK/executor.tar,readonly=on",
"-cdrom",
"/home/_rad/tmp/.tmpFmYTrL/.tmpdsYcFn/cloud_init.iso",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp4I2AkK/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp4I2AkK/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp4I2AkK/cache.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp4I2AkK/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2025-12-11T12:47:44Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-12-11T12:47:44Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2025-12-11T12:47:12Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-11T12:47:12Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-11T12:47:12Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-11T12:47:12Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-11T12:47:12Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /workspace
- action: mkdir
pathname: /workspace/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /workspace/src
- action: tar_extract
archive: /dev/vdf
directory: /workspace/deps
- action: tar_extract
archive: /dev/vde
directory: /workspace/cache
- action: cargo_fmt
- action: cargo_clippy
- action: cargo_build
- action: cargo_test
- action: tar_create
archive: /dev/vde
directory: /workspace/cache
- action: tar_create
archive: /dev/vdd
directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts
[2025-12-11T12:47:12Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-11T12:47:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-11T12:47:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-11T12:47:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:47:12Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-11T12:47:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-11T12:47:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-11T12:47:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:47:12Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-11T12:47:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-11T12:47:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-11T12:47:12Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-12-11T12:47:12Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-11T12:47:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:47:12Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-11T12:47:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-11T12:47:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-11T12:47:12Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-12-11T12:47:15Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-11T12:47:15Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:47:15Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-11T12:47:15Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-11T12:47:15Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-11T12:47:15Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-12-11T12:47:22Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-11T12:47:22Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:47:22Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2025-12-11T12:47:22Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2025-12-11T12:47:22Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.88.0 (873a06493 2025-05-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.88 (6b00bc3880 2025-06-23)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.88.0 (6b00bc388 2025-06-23)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/workspace/src (exists? true)
[2025-12-11T12:47:23Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:47:23Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2025-12-11T12:47:23Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2025-12-11T12:47:23Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.88.0 (873a06493 2025-05-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.88 (6b00bc3880 2025-06-23)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.88.0 (6b00bc388 2025-06-23)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/workspace/src (exists? true)
Compiling radicle-tui v0.6.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
[2025-12-11T12:47:25Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:47:25Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
CargoBuild,
)
[2025-12-11T12:47:25Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
CargoBuild,
)
[2025-12-11T12:47:25Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.88.0 (873a06493 2025-05-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.88 (6b00bc3880 2025-06-23)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.88.0 (6b00bc388 2025-06-23)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
cwd=/workspace/src (exists? true)
Compiling radicle-tui v0.6.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.90s
[2025-12-11T12:47:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:47:34Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
CargoTest,
)
[2025-12-11T12:47:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
CargoTest,
)
[2025-12-11T12:47:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.88.0 (873a06493 2025-05-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.88 (6b00bc3880 2025-06-23)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.88.0 (6b00bc388 2025-06-23)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
cwd=/workspace/src (exists? true)
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
Running unittests src/lib.rs (/workspace/cache/debug/deps/radicle_tui-d1ecafa284268094)
running 7 tests
test ui::test::state_value_read_buffer_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 ui::test::state_value_apply_should_succeed ... ok
test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
Running unittests bin/main.rs (/workspace/cache/debug/deps/rad_tui-38841d2e0c3c51ee)
running 70 tests
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 cob::issue::tests::issue_filter_display_with_state_and_assigned_should_succeed ... ok
test cob::issue::tests::issue_filter_display_with_state_should_succeed ... ok
test cob::issue::tests::issue_filter_display_with_status_and_author_should_succeed ... ok
test cob::patch::tests::patch_filter_display_with_status_and_author_should_succeed ... ok
test cob::patch::tests::patch_filter_display_with_status_and_authored_should_succeed ... ok
test cob::patch::tests::patch_filter_display_with_status_should_succeed ... 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::cli::empty_operation_should_default_to_list_and_not_be_forwarded ... ok
test commands::tui_issue::cli::empty_operation_should_not_be_forwarded ... ok
test commands::tui_issue::cli::empty_operation_with_help_should_be_forwarded ... ok
test commands::tui_issue::cli::empty_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_issue::cli::list_operation_should_not_be_forwarded ... ok
test commands::tui_issue::cli::list_operation_should_not_be_forwarded_explicitly ... ok
test commands::tui_issue::cli::list_operation_with_help_should_be_forwarded ... ok
test commands::tui_issue::cli::list_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_issue::cli::list_operation_with_help_should_not_be_forwarded_reversed ... ok
test commands::tui_issue::cli::unknown_operation_should_be_forwarded ... ok
test commands::tui_issue::cli::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 cli::empty_command_should_be_forwarded ... 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::notification::tests::notification_item_filter_with_all_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::tests::diff_line_index_checks_ranges_correctly ... ok
test ui::items::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::tests::hunk_comments_on_modified_complex_are_inserted_correctly ... ok
test ui::items::tests::issue_item_filter_from_str_should_succeed ... ok
test ui::items::tests::patch_item_filter_from_str_should_succeed ... ok
test ui::items::tests::hunk_comments_on_modified_simple_are_inserted_correctly ... ok
test result: ok. 70 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.96s
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
[2025-12-11T12:47:35Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:47:35Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-11T12:47:35Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-11T12:47:35Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-11T12:47:35Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-12-11T12:47:35Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-12-11T12:47:35Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-12-11T12:47:35Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-12-11T12:47:35Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-12-11T12:47:35Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-11T12:47:41Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-12-11T12:47:41Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:47:41Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-11T12:47:41Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-11T12:47:41Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-11T12:47:41Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-12-11T12:47:41Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-12-11T12:47:41Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-12-11T12:47:41Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-12-11T12:47:41Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-12-11T12:47:41Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-11T12:47:41Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-12-11T12:47:41Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:47:41Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
====================
[2025-12-11T12:47:44Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2025-12-11T12:47:45Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2025-12-11T12:47:45Z DEBUG ambient_ci::run] remove old cache
[2025-12-11T12:47:45Z DEBUG ambient_ci::run] extract cache
[2025-12-11T12:47:48Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-12-11T12:47:48Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-11T12:47:48Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/meta.yaml
[2025-12-11T12:47:49Z INFO ambient] ambient ends successfully
<empty log>