CI run for rad:z39mP9rQAaGmERfUMPULfPUi473tY

Radicle repository id rad:z39mP9rQAaGmERfUMPULfPUi473tY

Table of Contents

Run log

[=3h[=3hBdsDxe: 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)
Welcome to GRUB!


INFO: 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.8M  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:06 ./
-rw-r--r-- _rad/_rad       906 2026-01-20 14:06 ./plan.yaml
-rwxr-xr-x _rad/_rad   6275392 2026-01-20 14:06 ./run-ci
INFO: Extracted files:
   393228      4 drwxr-xr-x   2 1000     1000         4096 Jan 20 14:06 .
   393230   6132 -rwxr-xr-x   1 1000     1000      6275392 Jan 20 14:06 ./run-ci
   393229      4 -rw-r--r--   1 1000     1000          906 Jan 20 14:06 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2026-01-20T14:06:25Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T14:06:25Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T14:06:25Z INFO  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T14:06:25Z WARN  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T14:06:25Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T14:06:25Z 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:06:25Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
[2026-01-20T14:06:25Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
[2026-01-20T14:06:25Z 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:06:25Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:06:25Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
[2026-01-20T14:06:25Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
[2026-01-20T14:06:25Z 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:06:25Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:06:25Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
[2026-01-20T14:06:25Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
[2026-01-20T14:06:25Z 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:06:25Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-01-20T14:06:25Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T14:06:25Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:06:25Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
[2026-01-20T14:06:25Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
[2026-01-20T14:06:25Z 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:06:25Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-01-20T14:06:27Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T14:06:27Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:06:27Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-20T14:06:27Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-20T14:06:27Z 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:06:27Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-01-20T14:06:39Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T14:06:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:06:39Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
[2026-01-20T14:06:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
[2026-01-20T14:06:39Z 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:06:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:06:39Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
[2026-01-20T14:06:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
[2026-01-20T14:06:39Z 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:06:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:06:39Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
[2026-01-20T14:06:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
[2026-01-20T14:06:39Z 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:06:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:06:39Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
        CargoFmt,
    )
[2026-01-20T14:06:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
        CargoFmt,
    )
[2026-01-20T14:06:39Z 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:06:40Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:06:40Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
        CargoClippy,
    )
[2026-01-20T14:06:40Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
        CargoClippy,
    )
[2026-01-20T14:06:40Z 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.69s
[2026-01-20T14:06:42Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:06:42Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
        CargoBuild,
    )
[2026-01-20T14:06:42Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
        CargoBuild,
    )
[2026-01-20T14:06:42Z 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 3.58s
[2026-01-20T14:06:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:06:46Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
        CargoTest,
    )
[2026-01-20T14:06:46Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
        CargoTest,
    )
[2026-01-20T14:06:46Z 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_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_read_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 (/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_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 cli::help_command_should_be_forwarded ... ok
test commands::tui_patch::review::test::app_with_single_hunk_can_be_constructed ... ok
test commands::tui_patch::review::test::app_with_single_file_multiple_hunks_can_be_constructed ... ok
test commands::tui_patch::review::test::hunk_can_be_selected ... ok
test commands::tui_patch::review::test::first_hunk_is_selected_by_default ... 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 ui::items::patch::tests::hunk_comments_on_modified_complex_are_inserted_correctly ... ok
test commands::tui_patch::review::test::single_file_single_hunk_can_be_accepted ... 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.95s

   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:06:47Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:06:47Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-20T14:06:47Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-20T14:06:47Z 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:06:47Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vde",
        ),
        root: Some(
            "/ci/cache",
        ),
        size: None,
    }
[2026-01-20T14:06:47Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-01-20T14:06:47Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-01-20T14:06:47Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
[2026-01-20T14:06:47Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
[2026-01-20T14:06:47Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-20T14:06:56Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-01-20T14:06:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:06:56Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
[2026-01-20T14:06:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
[2026-01-20T14:06: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:06:56Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vdd",
        ),
        root: Some(
            "/ci/artifacts",
        ),
        size: None,
    }
[2026-01-20T14:06:56Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-01-20T14:06:56Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-01-20T14:06:56Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
[2026-01-20T14:06:56Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
[2026-01-20T14:06:56Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-20T14:06:56Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-01-20T14:06:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:06:56Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "push",
  "repository": {
    "id": "rad:z39mP9rQAaGmERfUMPULfPUi473tY",
    "name": "radicle-tui",
    "description": "Radicle terminal user interface",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
      "did:key:z6MkswQE8gwZw924amKatxnNCXA55BMupMmRg7LvJuim2C1V",
      "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz"
    ]
  },
  "pusher": {
    "id": "did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
    "alias": "erikli"
  },
  "before": "c6ef29c58de1c21cc826825d547683abf7697422",
  "after": "c6ef29c58de1c21cc826825d547683abf7697422",
  "branch": "main",
  "commits": [
    "c6ef29c58de1c21cc826825d547683abf7697422",
    "93150269bf4461d9f8d4227a78cc87e2084f1e3d",
    "76a4d3ab43ecdd439e06a7cf7657b5a9dacb5c33"
  ]
}

Ambient stdout

[2026-01-20T14:06:14Z INFO  ambient] ambient starts
[2026-01-20T14:06:14Z 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:06:14Z 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:06:14Z DEBUG ambient_ci::linter] linting project rad:z39mP9rQAaGmERfUMPULfPUi473tY with rsync_target
[2026-01-20T14:06:14Z DEBUG ambient_ci::linter] linting project rad:z39mP9rQAaGmERfUMPULfPUi473tY with http_get
[2026-01-20T14:06:14Z DEBUG ambient_ci::linter] linting project rad:z39mP9rQAaGmERfUMPULfPUi473tY with shellcheck
[2026-01-20T14:06:14Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/meta.yaml
[2026-01-20T14:06:14Z DEBUG ambient_ci::run] latest commit: "c6ef29c58de1c21cc826825d547683abf7697422"
[2026-01-20T14:06:14Z DEBUG ambient_ci::run] is a git repository
[2026-01-20T14:06:14Z DEBUG ambient_ci::run] git repository is clean
[2026-01-20T14:06:14Z DEBUG ambient_ci::run] current (HEAD) commit: c6ef29c58de1c21cc826825d547683abf7697422
[2026-01-20T14:06:14Z DEBUG ambient_ci::run] no dry run requested
[2026-01-20T14:06:14Z DEBUG ambient_ci::run] forced run requested
[2026-01-20T14:06:14Z DEBUG ambient_ci::run] run? true
[2026-01-20T14:06:14Z INFO  ambient_ci::run] project rad:z39mP9rQAaGmERfUMPULfPUi473tY: running CI
[2026-01-20T14:06:14Z DEBUG ambient_ci::run] Construct runnable plans for pre-plan, plan, and post-plan
[2026-01-20T14:06:14Z DEBUG ambient_ci::run] Executing pre-plan steps
[2026-01-20T14:06:14Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
        CargoFetch,
    )
[2026-01-20T14:06:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
        CargoFetch,
    )
[2026-01-20T14:06:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/dependencies",
            "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",
        },
        source_dir: "/tmp/.tmps3T2jt/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/.tmps3T2jt/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmps3T2jt/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmps3T2jt/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: /tmp/.tmps3T2jt/src => /tmp/.tmpZJlxM2
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/src wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/src/ui wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/src/ui/widget.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/src/ui/widget.rs => /tmp/.tmpZJlxM2/src/ui/widget.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/src/ui/utils.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/src/ui/utils.rs => /tmp/.tmpZJlxM2/src/ui/utils.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/src/ui/theme.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/src/ui/theme.rs => /tmp/.tmpZJlxM2/src/ui/theme.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/src/ui/span.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/src/ui/span.rs => /tmp/.tmpZJlxM2/src/ui/span.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/src/ui/layout.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/src/ui/layout.rs => /tmp/.tmpZJlxM2/src/ui/layout.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/src/ui/ext.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/src/ui/ext.rs => /tmp/.tmpZJlxM2/src/ui/ext.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/src/ui.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/src/ui.rs => /tmp/.tmpZJlxM2/src/ui.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/src/terminal.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/src/terminal.rs => /tmp/.tmpZJlxM2/src/terminal.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/src/task.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/src/task.rs => /tmp/.tmpZJlxM2/src/task.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/src/store.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/src/store.rs => /tmp/.tmpZJlxM2/src/store.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/src/lib.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/src/lib.rs => /tmp/.tmpZJlxM2/src/lib.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/src/event.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/src/event.rs => /tmp/.tmpZJlxM2/src/event.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/rust-toolchain.toml wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/flake.nix wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/flake.lock wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/examples wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/examples/selection.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/examples/selection.rs => /tmp/.tmpZJlxM2/examples/selection.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/examples/readme.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/examples/readme.rs => /tmp/.tmpZJlxM2/examples/readme.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/examples/hello.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/examples/hello.rs => /tmp/.tmpZJlxM2/examples/hello.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/deny.toml wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/demo.png wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/build wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/build/radicle-build wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/build/radicle-build/version wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/build/radicle-build/rust-version wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/build/radicle-build/macos-sdk-11.3.tar.xz wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/build/radicle-build/checksums wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/build/radicle-build/build wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/build/radicle-build/Dockerfile wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/build/config.toml wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/build/build wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/build/TARGETS wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/build.rs wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/ui wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/ui/span.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/bin/ui/span.rs => /tmp/.tmpZJlxM2/bin/ui/span.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/ui/layout.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/bin/ui/layout.rs => /tmp/.tmpZJlxM2/bin/ui/layout.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/ui/items wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/ui/items/patch.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/bin/ui/items/patch.rs => /tmp/.tmpZJlxM2/bin/ui/items/patch.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/ui/items/notification.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/bin/ui/items/notification.rs => /tmp/.tmpZJlxM2/bin/ui/items/notification.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/ui/items/issue.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/bin/ui/items/issue.rs => /tmp/.tmpZJlxM2/bin/ui/items/issue.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/ui/items.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/bin/ui/items.rs => /tmp/.tmpZJlxM2/bin/ui/items.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/ui/format.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/bin/ui/format.rs => /tmp/.tmpZJlxM2/bin/ui/format.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/ui.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/bin/ui.rs => /tmp/.tmpZJlxM2/bin/ui.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/test.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/bin/test.rs => /tmp/.tmpZJlxM2/bin/test.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/terminal.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/bin/terminal.rs => /tmp/.tmpZJlxM2/bin/terminal.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/state.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/bin/state.rs => /tmp/.tmpZJlxM2/bin/state.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/settings.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/bin/settings.rs => /tmp/.tmpZJlxM2/bin/settings.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/main.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/bin/main.rs => /tmp/.tmpZJlxM2/bin/main.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/log.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/bin/log.rs => /tmp/.tmpZJlxM2/bin/log.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/git.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/bin/git.rs => /tmp/.tmpZJlxM2/bin/git.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/commands wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/commands/patch wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/commands/patch/review wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/commands/patch/review/builder.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/bin/commands/patch/review/builder.rs => /tmp/.tmpZJlxM2/bin/commands/patch/review/builder.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/commands/patch/review.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/bin/commands/patch/review.rs => /tmp/.tmpZJlxM2/bin/commands/patch/review.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/commands/patch/list.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/bin/commands/patch/list.rs => /tmp/.tmpZJlxM2/bin/commands/patch/list.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/commands/patch.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/bin/commands/patch.rs => /tmp/.tmpZJlxM2/bin/commands/patch.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/commands/issue wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/commands/issue/list.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/bin/commands/issue/list.rs => /tmp/.tmpZJlxM2/bin/commands/issue/list.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/commands/issue.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/bin/commands/issue.rs => /tmp/.tmpZJlxM2/bin/commands/issue.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/commands/inbox wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/commands/inbox/list.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/bin/commands/inbox/list.rs => /tmp/.tmpZJlxM2/bin/commands/inbox/list.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/commands/inbox.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/bin/commands/inbox.rs => /tmp/.tmpZJlxM2/bin/commands/inbox.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/commands/help.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/bin/commands/help.rs => /tmp/.tmpZJlxM2/bin/commands/help.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/commands.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/bin/commands.rs => /tmp/.tmpZJlxM2/bin/commands.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/cob wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/cob/issue.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/bin/cob/issue.rs => /tmp/.tmpZJlxM2/bin/cob/issue.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/bin/cob.rs wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/bin/cob.rs => /tmp/.tmpZJlxM2/bin/cob.rs
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/README.md wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/LICENSE-MIT wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/LICENSE-APACHE wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/FRAMEWORK.md wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/Cargo.toml wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/Cargo.toml => /tmp/.tmpZJlxM2/Cargo.toml
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/Cargo.lock wanted=true
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmps3T2jt/src/Cargo.lock => /tmp/.tmpZJlxM2/Cargo.lock
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/CHANGELOG.md wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.radicle wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.radicle/native.yaml wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.radicle/ambient.yaml wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.gitsigners wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.gitignore wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/index wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/HEAD wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/config wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/logs wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/logs/HEAD wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/logs/refs wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/logs/refs/heads wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/logs/refs/heads/main wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/logs/refs/remotes wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/logs/refs/remotes/origin wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/packed-refs wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/refs wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/refs/remotes wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/refs/remotes/origin wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/refs/remotes/origin/HEAD wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/refs/tags wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/refs/heads wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/refs/heads/main wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/67 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/67/9dc0fe36e7473b78ce9b2bad4b93fa1e8f9b1a wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/a8 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/a8/b25463506cf4073fd428ae3ed69145887a2318 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/6e wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/6e/82e6fd1b785145012bd44623fbc8aa1a2bf3b4 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/62 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/62/d19c9adb4fee9d323e959d690aaed0b2827bd7 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/3d wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/3d/fe801c0928d5379ef20b6670f63c56ea0c637b wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/34 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/34/b3f7d31d62d53eb54902af6b11f96597a46bdf wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/95 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/95/e39f0dcd3c4e2797a7cdef4c825f0ed14e6283 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/33 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/33/7974d302babc00956f1b4d12d298c38d0810e2 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/85 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/85/30f7017cdf355c85b21d7d360d3aaaf429f9ca wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/79 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/79/88d1287f966b272b2bd85cc97f98e9d7d180b0 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/55 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/55/6d4491cb18d4f6548ec5e8d4cbae5a2c8ecd2c wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/8c wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/8c/1a59c25469a854d532d39b98cee4af2c9aa236 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/ae wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/ae/eb1b4eb071cc9579f785d4bb7dba985673b03d wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/91 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/91/82dd62c561f1b5d09e1af78e0d120cecf53b1c wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/7d wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/7d/4be8ed54149a9fbfbf11bbab66f2eb73be6e38 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/ed wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/ed/710e392c05d68ff10e56d9d2f46e5d7f0c33ec wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/da wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/da/00ca90e25e821c2cc5196d9665b1d570a5246c wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/e5 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/e5/0a90181a62cf39b614b5d7606ad8e4e30be4a2 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/af wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/af/713447cd16b01c67de34111e0f9986230839d4 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/38 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/38/37549e60cd2b4c77d611d888bfb8aa384da578 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/1a wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/1a/9ee79619f66ea2a122c59dceb5bfeb1b7d6a08 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/cf wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/cf/4671678f4b98feb5ac5a678132c18875fde440 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/47 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/47/a66db6b3b831467ab1d39718fcdf05a3027036 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/37 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/37/20d7c4c4f189e191f0e2e210c9b4d6ca2b60e1 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/5d wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/5d/a21ece272d74ccb6fc202ea9aaa72e52d6cbd5 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/25 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/25/83c2ef9a7377da41338d41f7a6015d250d71e8 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/d8 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/d8/d7bfb8e6ac31f4e7b9479f3601d2e09e0efb2b wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/bf wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/bf/911b1d46cc39679cbedbfd9e13facc71f53d07 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/c4 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/c4/ecfc5ae43c10adbaa15af0959dd892cb987ff3 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/e8 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/e8/e75af5bdf3d728595f56248068bf3c53e3ebc1 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/84 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/84/787e28f75ddd50121b97910b958ce26266ef8c wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/7f wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/7f/5ba13560562f754bcd23addc7d3eaa118100e1 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/7f/73f6ac3a8f0994b59b1360fadaa2a6c1b250b2 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/0e wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/0e/c616247fbfcf5742ec8a8fd33756f686069c08 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/bd wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/bd/56d609b2520818f56536954d2c9d247b832295 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/1c wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/1c/3742465cadba756402e88999ce0332170415b6 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/03 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/03/b48a759a3c3d0e282749552541a70463a8f824 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/89 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/89/e4043371a84758bea983ebc9976461e0bbe11d wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/23 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/23/92c25bff20d463dff6dce21529d46f2d9977e5 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/c0 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/c0/6a97cf186d57fc697fcc40cfdfb8cc44f2b802 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/53 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/53/7b01e262fb3529f2c1bc008dbeb62369960e93 wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/4e wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/4e/a271cc358d6923e186f0d94d109db6f039470a wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/info wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/info/commit-graph wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/info/packs wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/pack wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/pack/pack-d8fd7c9f0f4ec8311d4c1b1c084dca066650be2a.pack wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/pack/pack-bcfa2178e9451988c876dd58aba006012dfb3e5c.idx wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/pack/pack-d8fd7c9f0f4ec8311d4c1b1c084dca066650be2a.idx wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/pack/pack-bcfa2178e9451988c876dd58aba006012dfb3e5c.pack wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/pack/pack-aa5ac0cedd0f7ea77fe06ed973f51f790fac4d0a.pack wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/pack/pack-4e1c165f22ca0770c3b46533ef76652be02a0aa0.pack wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/pack/pack-aa5ac0cedd0f7ea77fe06ed973f51f790fac4d0a.idx wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/pack/pack-d8fd7c9f0f4ec8311d4c1b1c084dca066650be2a.rev wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/pack/pack-f6dcc7922502c586b37bde5690a2b25a64acbf04.idx wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/pack/pack-d8fd7c9f0f4ec8311d4c1b1c084dca066650be2a.bitmap wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/pack/pack-4e1c165f22ca0770c3b46533ef76652be02a0aa0.idx wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/objects/pack/pack-f6dcc7922502c586b37bde5690a2b25a64acbf04.pack wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/branches wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/hooks wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/hooks/update.sample wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/hooks/commit-msg.sample wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/hooks/applypatch-msg.sample wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/hooks/pre-merge-commit.sample wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/hooks/post-update.sample wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/hooks/pre-push.sample wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/hooks/pre-rebase.sample wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/hooks/push-to-checkout.sample wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/hooks/pre-commit.sample wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/hooks/pre-receive.sample wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/hooks/sendemail-validate.sample wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/hooks/pre-applypatch.sample wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/description wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/info wanted=false
[2026-01-20T14:06:14Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmps3T2jt/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
       cwd=/tmp/.tmpZJlxM2 (exists? true)
[2026-01-20T14:06:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T14:06:14Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-20T14:06:14Z DEBUG ambient_ci::run] Executing plan steps
[2026-01-20T14:06:14Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpdgJ0Wh/src.tar
[2026-01-20T14:06:14Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpdgJ0Wh/deps.tar
[2026-01-20T14:06:15Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2026-01-20T14:06:15Z 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:06:15Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2026-01-20T14:06:15Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpdgJ0Wh/ambient-execute-plan/run-ci
[2026-01-20T14:06:15Z DEBUG ambient_ci::run] copy OK: true
[2026-01-20T14:06:15Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpdgJ0Wh/executor.tar
[2026-01-20T14:06:21Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2026-01-20T14:06:21Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY, exists? true
[2026-01-20T14:06:21Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2026-01-20T14:06:21Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log OK
[2026-01-20T14:06:21Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2026-01-20T14:06:21Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2026-01-20T14:06:21Z 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:06:21Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2026-01-20T14:06:21Z DEBUG ambient_ci::cloud_init] with_network called: false
[2026-01-20T14:06:21Z 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:06:21Z DEBUG ambient_ci::qemu] run QEMU
[2026-01-20T14:06:21Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2026-01-20T14:06:21Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmp6nL3ry/.tmpmD3R53/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2026-01-20T14:06:22Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2026-01-20T14:06:22Z 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:06:22Z DEBUG ambient_ci::cloud_init] write /tmp/.tmp93kq2n/meta-data
[2026-01-20T14:06:22Z DEBUG ambient_ci::cloud_init] write /tmp/.tmp93kq2n/user-data
[2026-01-20T14:06:22Z DEBUG ambient_ci::cloud_init] write /tmp/.tmp93kq2n/network-config
[2026-01-20T14:06:22Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmp6nL3ry/.tmpmD3R53/console.log
[2026-01-20T14:06:22Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmp6nL3ry/.tmpmD3R53/console.log
[2026-01-20T14:06:22Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2026-01-20T14:06:22Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2026-01-20T14:06:22Z 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/.tmp6nL3ry/.tmpmD3R53/console.log",
            "-serial",
            "file:/home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log",
            "-drive",
            "format=qcow2,if=virtio,file=/home/_rad/tmp/.tmp6nL3ry/.tmpmD3R53/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpdgJ0Wh/executor.tar,readonly=on",
            "-cdrom",
            "/home/_rad/tmp/.tmp6nL3ry/.tmpmD3R53/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/.tmp6nL3ry/.tmpmD3R53/vars.fd",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpdgJ0Wh/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpdgJ0Wh/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpdgJ0Wh/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpdgJ0Wh/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2026-01-20T14:07:00Z DEBUG ambient_ci::qemu] QEMU finished OK
[2026-01-20T14:07:00Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2026-01-20T14:06:25Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-20T14:06:25Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-20T14:06:25Z INFO  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-20T14:06:25Z WARN  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-20T14:06:25Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-20T14:06:25Z 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:06:25Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/ci",
            },
        )
    [2026-01-20T14:06:25Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/ci",
            },
        )
    [2026-01-20T14:06:25Z 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:06:25Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T14:06:25Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/ci/artifacts",
            },
        )
    [2026-01-20T14:06:25Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/ci/artifacts",
            },
        )
    [2026-01-20T14:06:25Z 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:06:25Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T14:06:25Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/ci/src",
            },
        )
    [2026-01-20T14:06:25Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/ci/src",
            },
        )
    [2026-01-20T14:06:25Z 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:06:25Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
    [2026-01-20T14:06:25Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-20T14:06:25Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T14:06:25Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/ci/deps",
            },
        )
    [2026-01-20T14:06:25Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/ci/deps",
            },
        )
    [2026-01-20T14:06:25Z 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:06:25Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
    [2026-01-20T14:06:27Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-20T14:06:27Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T14:06:27Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-20T14:06:27Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-20T14:06:27Z 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:06:27Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
    [2026-01-20T14:06:39Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-20T14:06:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T14:06:39Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "ln -sf /ci /workspace",
            },
        )
    [2026-01-20T14:06:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "ln -sf /ci /workspace",
            },
        )
    [2026-01-20T14:06:39Z 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:06:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T14:06:39Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "git config --global user.name 'Ambient CI'",
            },
        )
    [2026-01-20T14:06:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "git config --global user.name 'Ambient CI'",
            },
        )
    [2026-01-20T14:06:39Z 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:06:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T14:06:39Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "git config --global user.email ambient@example.com",
            },
        )
    [2026-01-20T14:06:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "git config --global user.email ambient@example.com",
            },
        )
    [2026-01-20T14:06:39Z 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:06:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T14:06:39Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
            CargoFmt,
        )
    [2026-01-20T14:06:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
            CargoFmt,
        )
    [2026-01-20T14:06:39Z 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:06:40Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T14:06:40Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
            CargoClippy,
        )
    [2026-01-20T14:06:40Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
            CargoClippy,
        )
    [2026-01-20T14:06:40Z 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.69s
    [2026-01-20T14:06:42Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T14:06:42Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
            CargoBuild,
        )
    [2026-01-20T14:06:42Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
            CargoBuild,
        )
    [2026-01-20T14:06:42Z 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 3.58s
    [2026-01-20T14:06:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T14:06:46Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
            CargoTest,
        )
    [2026-01-20T14:06:46Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
            CargoTest,
        )
    [2026-01-20T14:06:46Z 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_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_read_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 (/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_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 cli::help_command_should_be_forwarded ... ok
    test commands::tui_patch::review::test::app_with_single_hunk_can_be_constructed ... ok
    test commands::tui_patch::review::test::app_with_single_file_multiple_hunks_can_be_constructed ... ok
    test commands::tui_patch::review::test::hunk_can_be_selected ... ok
    test commands::tui_patch::review::test::first_hunk_is_selected_by_default ... 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 ui::items::patch::tests::hunk_comments_on_modified_complex_are_inserted_correctly ... ok
    test commands::tui_patch::review::test::single_file_single_hunk_can_be_accepted ... 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.95s
    
       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:06:47Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T14:06:47Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-20T14:06:47Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-20T14:06:47Z 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:06:47Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vde",
            ),
            root: Some(
                "/ci/cache",
            ),
            size: None,
        }
    [2026-01-20T14:06:47Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
    [2026-01-20T14:06:47Z TRACE ambient_ci::vdrive] create archive file /dev/vde
    [2026-01-20T14:06:47Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
    [2026-01-20T14:06:47Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
    [2026-01-20T14:06:47Z TRACE ambient_ci::vdrive] calling tar_create
    [2026-01-20T14:06:56Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
    [2026-01-20T14:06:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T14:06:56Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/ci/artifacts",
            },
        )
    [2026-01-20T14:06:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/ci/artifacts",
            },
        )
    [2026-01-20T14:06: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:06:56Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vdd",
            ),
            root: Some(
                "/ci/artifacts",
            ),
            size: None,
        }
    [2026-01-20T14:06:56Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
    [2026-01-20T14:06:56Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
    [2026-01-20T14:06:56Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
    [2026-01-20T14:06:56Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
    [2026-01-20T14:06:56Z TRACE ambient_ci::vdrive] calling tar_create
    [2026-01-20T14:06:56Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
    [2026-01-20T14:06:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T14:06:56Z DEBUG ambient_ci::plan] All actions were performed successfully
    ambient-execute-plan ends
    EXIT CODE: 0
    
    ====================
[2026-01-20T14:07:00Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2026-01-20T14:07:01Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2026-01-20T14:07:01Z DEBUG ambient_ci::run] remove old cache
[2026-01-20T14:07:02Z DEBUG ambient_ci::run] extract cache
[2026-01-20T14:07:07Z DEBUG ambient_ci::run] Executing post-plan steps
[2026-01-20T14:07:07Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-20T14:07:07Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/meta.yaml
[2026-01-20T14:07:08Z INFO  ambient] ambient ends successfully

Ambient stderr

<empty log>