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   370K  0 rom  
vda    254:0    0   100G  0 disk 
├─vda1 254:1    0   953M  0 part 
└─vda2 254:2    0  99.1G  0 part /
vdb    254:16   0   6.1M  1 disk 
vdc    254:32   0   7.5M  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  27.9G  0 disk 
vdf    254:80   0 939.5M  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2025-12-11 12:56 ./
-rw-r--r-- _rad/_rad       799 2025-12-11 12:56 ./plan.yaml
-rwxr-xr-x _rad/_rad   6394112 2025-12-11 12:56 ./run-ci
INFO: Extracted files:
  6291464      4 drwxr-xr-x   2 1000     1000         4096 Dec 11 12:56 .
  6291468   6248 -rwxr-xr-x   1 1000     1000      6394112 Dec 11 12:56 ./run-ci
  6291465      4 -rw-r--r--   1 1000     1000          799 Dec 11 12:56 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-12-11T12:58:34Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-11T12:58:34Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-11T12:58:34Z INFO  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-11T12:58:34Z WARN  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-11T12:58:34Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
  pathname: /workspace
- action: mkdir
  pathname: /workspace/artifacts
- action: tar_extract
  archive: /dev/vdc
  directory: /workspace/src
- action: tar_extract
  archive: /dev/vdf
  directory: /workspace/deps
- action: tar_extract
  archive: /dev/vde
  directory: /workspace/cache
- action: cargo_fmt
- action: cargo_clippy
- action: cargo_build
- action: cargo_test
- action: tar_create
  archive: /dev/vde
  directory: /workspace/cache
- action: tar_create
  archive: /dev/vdd
  directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts


[2025-12-11T12:58:34Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/workspace",
        },
    )
[2025-12-11T12:58:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/workspace",
        },
    )
[2025-12-11T12:58:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-11T12:58:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:58:34Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/workspace/artifacts",
        },
    )
[2025-12-11T12:58:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/workspace/artifacts",
        },
    )
[2025-12-11T12:58:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-11T12:58:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:58:34Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        },
    )
[2025-12-11T12:58:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        },
    )
[2025-12-11T12:58:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-11T12:58:34Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-12-11T12:58:34Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-11T12:58:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:58:34Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        },
    )
[2025-12-11T12:58:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        },
    )
[2025-12-11T12:58:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-11T12:58:34Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-12-11T12:58:37Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-11T12:58:37Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:58:37Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-12-11T12:58:37Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-12-11T12:58:37Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-11T12:58:37Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-12-11T12:58:44Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-11T12:58:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:58:44Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
        CargoFmt,
    )
[2025-12-11T12:58:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
        CargoFmt,
    )
[2025-12-11T12:58:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.88.0 (873a06493 2025-05-10)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/workspace/src (exists? true)
clippy 0.1.88 (6b00bc3880 2025-06-23)
SPAWN: argv=["rustc", "--version"]
       cwd=/workspace/src (exists? true)
rustc 1.88.0 (6b00bc388 2025-06-23)
SPAWN: argv=["cargo", "fmt", "--check"]
       cwd=/workspace/src (exists? true)
[2025-12-11T12:58:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:58:45Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
        CargoClippy,
    )
[2025-12-11T12:58:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
        CargoClippy,
    )
[2025-12-11T12:58:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.88.0 (873a06493 2025-05-10)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/workspace/src (exists? true)
clippy 0.1.88 (6b00bc3880 2025-06-23)
SPAWN: argv=["rustc", "--version"]
       cwd=/workspace/src (exists? true)
rustc 1.88.0 (6b00bc388 2025-06-23)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
       cwd=/workspace/src (exists? true)
   Compiling radicle-tui v0.6.0 (/workspace/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
[2025-12-11T12:58:47Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:58:47Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
        CargoBuild,
    )
[2025-12-11T12:58:47Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
        CargoBuild,
    )
[2025-12-11T12:58:47Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.88.0 (873a06493 2025-05-10)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/workspace/src (exists? true)
clippy 0.1.88 (6b00bc3880 2025-06-23)
SPAWN: argv=["rustc", "--version"]
       cwd=/workspace/src (exists? true)
rustc 1.88.0 (6b00bc388 2025-06-23)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
       cwd=/workspace/src (exists? true)
   Compiling radicle-tui v0.6.0 (/workspace/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.20s
[2025-12-11T12:58:55Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:58:55Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
        CargoTest,
    )
[2025-12-11T12:58:55Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
        CargoTest,
    )
[2025-12-11T12:58:55Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.88.0 (873a06493 2025-05-10)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/workspace/src (exists? true)
clippy 0.1.88 (6b00bc3880 2025-06-23)
SPAWN: argv=["rustc", "--version"]
       cwd=/workspace/src (exists? true)
rustc 1.88.0 (6b00bc388 2025-06-23)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
       cwd=/workspace/src (exists? true)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
     Running unittests src/lib.rs (/workspace/cache/debug/deps/radicle_tui-d1ecafa284268094)

running 7 tests
test ui::test::state_value_read_buffer_should_succeed ... ok
test ui::test::state_value_apply_should_succeed ... ok
test ui::test::state_value_read_should_succeed ... ok
test ui::test::state_value_reset_after_apply_should_succeed ... ok
test ui::test::state_value_reset_should_succeed ... ok
test ui::utils::test::lines_should_be_merged_correctly ... ok
test ui::utils::test::lines_with_start_should_be_merged_correctly ... ok

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

     Running unittests bin/main.rs (/workspace/cache/debug/deps/rad_tui-38841d2e0c3c51ee)

running 70 tests
test cli::empty_command_should_not_be_forwarded ... ok
test cli::empty_command_should_be_forwarded ... ok
test cli::help_command_should_be_forwarded ... ok
test cli::help_command_should_not_be_forwarded ... ok
test cli::version_command_should_be_forwarded ... ok
test cli::version_command_should_not_be_forwarded ... ok
test cli::version_command_should_print_json ... ok
test cob::issue::tests::issue_filter_display_with_state_and_assigned_should_succeed ... ok
test cob::issue::tests::issue_filter_display_with_state_should_succeed ... ok
test cob::issue::tests::issue_filter_display_with_status_and_author_should_succeed ... ok
test cob::patch::tests::patch_filter_display_with_status_and_author_should_succeed ... ok
test cob::patch::tests::patch_filter_display_with_status_and_authored_should_succeed ... ok
test cob::patch::tests::patch_filter_display_with_status_should_succeed ... ok
test commands::tui_inbox::cli::empty_operation_should_default_to_list_and_not_be_forwarded ... ok
test commands::tui_inbox::cli::empty_operation_should_not_be_forwarded ... ok
test commands::tui_inbox::cli::empty_operation_with_help_should_be_forwarded ... ok
test commands::tui_inbox::cli::empty_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_inbox::cli::list_operation_should_not_be_forwarded ... ok
test commands::tui_inbox::cli::list_operation_should_not_be_forwarded_explicitly ... ok
test commands::tui_inbox::cli::list_operation_with_help_should_be_forwarded ... ok
test commands::tui_inbox::cli::list_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_inbox::cli::list_operation_with_help_should_not_be_forwarded_reversed ... ok
test commands::tui_inbox::cli::unknown_operation_should_be_forwarded ... ok
test commands::tui_inbox::cli::unknown_operation_should_not_be_forwarded ... ok
test commands::tui_issue::cli::empty_operation_should_default_to_list_and_not_be_forwarded ... ok
test commands::tui_issue::cli::empty_operation_should_not_be_forwarded ... ok
test commands::tui_issue::cli::empty_operation_with_help_should_be_forwarded ... ok
test commands::tui_issue::cli::empty_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_issue::cli::list_operation_should_not_be_forwarded ... ok
test commands::tui_issue::cli::list_operation_should_not_be_forwarded_explicitly ... ok
test commands::tui_issue::cli::list_operation_with_help_should_be_forwarded ... ok
test commands::tui_issue::cli::list_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_issue::cli::list_operation_with_help_should_not_be_forwarded_reversed ... ok
test commands::tui_issue::cli::unknown_operation_should_be_forwarded ... ok
test commands::tui_issue::cli::unknown_operation_should_not_be_forwarded ... ok
test commands::tui_patch::cli::empty_operation_should_default_to_list_and_not_be_forwarded ... ok
test commands::tui_patch::cli::empty_operation_should_not_be_forwarded ... ok
test commands::tui_patch::cli::empty_operation_with_help_should_be_forwarded ... ok
test commands::tui_patch::cli::empty_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_patch::cli::list_operation_should_not_be_forwarded ... ok
test commands::tui_patch::cli::list_operation_should_not_be_forwarded_explicitly ... ok
test commands::tui_patch::cli::list_operation_with_help_should_be_forwarded ... ok
test commands::tui_patch::cli::list_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_patch::cli::list_operation_with_help_should_not_be_forwarded_reversed ... ok
test commands::tui_patch::cli::unknown_operation_should_be_forwarded ... ok
test commands::tui_patch::cli::unknown_operation_should_not_be_forwarded ... ok
test commands::tui_patch::review::builder::tests::test_review_comments_basic ... ok
test commands::tui_patch::review::builder::tests::test_review_comments_before ... ok
test commands::tui_patch::review::builder::tests::test_review_comments_multiline ... ok
test commands::tui_patch::review::builder::tests::test_review_comments_split_hunk ... ok
test 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::first_hunk_is_selected_by_default ... ok
test commands::tui_patch::review::test::hunk_can_be_selected ... ok
test commands::tui_patch::review::test::hunks_are_rejected_by_default ... ok
test commands::tui_patch::review::test::hunk_state_is_synchronized ... ok
test commands::tui_patch::review::test::multiple_files_single_hunk_can_be_accepted ... ok
test commands::tui_patch::review::test::single_file_multiple_hunks_only_first_can_be_accepted ... ok
test commands::tui_patch::review::test::single_file_multiple_hunks_only_last_can_be_accepted ... ok
test ui::items::notification::tests::notification_item_filter_with_all_should_succeed ... ok
test ui::items::notification::tests::notification_item_filter_with_author_should_not_succeed ... ok
test ui::items::notification::tests::notification_item_filter_with_author_should_succeed ... ok
test ui::items::notification::tests::notification_item_filter_with_concrete_kind_should_succeed ... ok
test ui::items::tests::diff_line_index_checks_ranges_correctly ... ok
test ui::items::tests::hunk_comments_on_deleted_simple_are_inserted_correctly ... ok
test commands::tui_patch::review::test::single_file_single_hunk_can_be_accepted ... ok
test ui::items::tests::hunk_comments_on_modified_complex_are_inserted_correctly ... ok
test ui::items::tests::issue_item_filter_from_str_should_succeed ... ok
test ui::items::tests::patch_item_filter_from_str_should_succeed ... ok
test ui::items::tests::hunk_comments_on_modified_simple_are_inserted_correctly ... ok

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

   Doc-tests radicle_tui

running 0 tests

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

[2025-12-11T12:58:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:58:56Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-12-11T12:58:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-12-11T12:58:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-11T12:58:56Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vde",
        ),
        root: Some(
            "/workspace/cache",
        ),
        size: None,
    }
[2025-12-11T12:58:56Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-12-11T12:58:56Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-12-11T12:58:56Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-12-11T12:58:56Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-12-11T12:58:56Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-11T12:59:02Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-12-11T12:59:02Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:59:02Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        },
    )
[2025-12-11T12:59:02Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        },
    )
[2025-12-11T12:59:02Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-11T12:59:02Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vdd",
        ),
        root: Some(
            "/workspace/artifacts",
        ),
        size: None,
    }
[2025-12-11T12:59:02Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-12-11T12:59:02Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-12-11T12:59:02Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-12-11T12:59:02Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-12-11T12:59:02Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-11T12:59:02Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-12-11T12:59:02Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:59:02Z 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": "e7f335732e9325a2107b291e6a80acd1e32b7453",
  "after": "e7f335732e9325a2107b291e6a80acd1e32b7453",
  "branch": "main",
  "commits": [
    "e7f335732e9325a2107b291e6a80acd1e32b7453"
  ]
}

Ambient stdout

[2025-12-11T12:56:25Z INFO  ambient] ambient starts
[2025-12-11T12:56:25Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[2025-12-11T12:56:25Z DEBUG ambient] complete configuration: Config {
        tmpdir: "/home/_rad/tmp",
        image_store: "/home/_rad/ambient-images",
        projects: "/dev/null",
        state: "/home/_rad/ambient-state",
        rsync_target: None,
        rsync_target_base: None,
        rsync_target_map: None,
        dput_target: None,
        executor: Some(
            "/usr/bin/ambient-execute-plan",
        ),
        artifacts_max_size: Byte(
            1000000000,
        ),
        cache_max_size: Byte(
            30000000000,
        ),
        qemu: QemuConfig {
            cpus: 2,
            memory: Byte(
                12000000000,
            ),
            kvm_binary: "/usr/bin/kvm",
            ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
            ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
        },
    }
[2025-12-11T12:56:25Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/meta.yaml
[2025-12-11T12:56:25Z DEBUG ambient_ci::run] latest commit: "e7f335732e9325a2107b291e6a80acd1e32b7453"
[2025-12-11T12:56:25Z DEBUG ambient_ci::run] is a git repository
[2025-12-11T12:56:25Z DEBUG ambient_ci::run] git repository is clean
[2025-12-11T12:56:25Z DEBUG ambient_ci::run] current (HEAD) commit: e7f335732e9325a2107b291e6a80acd1e32b7453
[2025-12-11T12:56:25Z DEBUG ambient_ci::run] no dry run requested
[2025-12-11T12:56:25Z DEBUG ambient_ci::run] forced run requested
[2025-12-11T12:56:25Z DEBUG ambient_ci::run] run? true
[2025-12-11T12:56:25Z INFO  ambient_ci::run] project rad:z39mP9rQAaGmERfUMPULfPUi473tY: running CI
[2025-12-11T12:56:25Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-12-11T12:56:25Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
        CargoFetch,
    )
[2025-12-11T12:56:25Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
        CargoFetch,
    )
[2025-12-11T12:56:25Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/cache",
            "CARGO_HOME": "/home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/dependencies",
            "PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
        },
        source_dir: "/tmp/.tmpVCcZy7/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/.tmpVCcZy7/src (exists? true)
cargo 1.88.0 (873a06493 2025-05-10)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmpVCcZy7/src (exists? true)
clippy 0.1.88 (6b00bc3880 2025-06-23)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmpVCcZy7/src (exists? true)
rustc 1.88.0 (6b00bc388 2025-06-23)
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: /tmp/.tmpVCcZy7/src => /tmp/.tmp8rjjYL
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/src wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/src/ui wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/src/ui/utils.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/src/ui/utils.rs => /tmp/.tmp8rjjYL/src/ui/utils.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/src/ui/theme.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/src/ui/theme.rs => /tmp/.tmp8rjjYL/src/ui/theme.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/src/ui/span.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/src/ui/span.rs => /tmp/.tmp8rjjYL/src/ui/span.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/src/ui/rm wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/src/ui/rm/widget wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/src/ui/rm/widget/window.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/src/ui/rm/widget/window.rs => /tmp/.tmp8rjjYL/src/ui/rm/widget/window.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/src/ui/rm/widget/utils.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/src/ui/rm/widget/utils.rs => /tmp/.tmp8rjjYL/src/ui/rm/widget/utils.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/src/ui/rm/widget/text.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/src/ui/rm/widget/text.rs => /tmp/.tmp8rjjYL/src/ui/rm/widget/text.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/src/ui/rm/widget/list.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/src/ui/rm/widget/list.rs => /tmp/.tmp8rjjYL/src/ui/rm/widget/list.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/src/ui/rm/widget/container.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/src/ui/rm/widget/container.rs => /tmp/.tmp8rjjYL/src/ui/rm/widget/container.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/src/ui/rm/widget.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/src/ui/rm/widget.rs => /tmp/.tmp8rjjYL/src/ui/rm/widget.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/src/ui/rm.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/src/ui/rm.rs => /tmp/.tmp8rjjYL/src/ui/rm.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/src/ui/layout.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/src/ui/layout.rs => /tmp/.tmp8rjjYL/src/ui/layout.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/src/ui/im wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/src/ui/im/widget.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/src/ui/im/widget.rs => /tmp/.tmp8rjjYL/src/ui/im/widget.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/src/ui/im.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/src/ui/im.rs => /tmp/.tmp8rjjYL/src/ui/im.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/src/ui/ext.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/src/ui/ext.rs => /tmp/.tmp8rjjYL/src/ui/ext.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/src/ui.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/src/ui.rs => /tmp/.tmp8rjjYL/src/ui.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/src/terminal.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/src/terminal.rs => /tmp/.tmp8rjjYL/src/terminal.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/src/task.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/src/task.rs => /tmp/.tmp8rjjYL/src/task.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/src/store.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/src/store.rs => /tmp/.tmp8rjjYL/src/store.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/src/lib.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/src/lib.rs => /tmp/.tmp8rjjYL/src/lib.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/src/event.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/src/event.rs => /tmp/.tmp8rjjYL/src/event.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/rust-toolchain.toml wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/flake.nix wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/flake.lock wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/examples wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/examples/selection.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/examples/selection.rs => /tmp/.tmp8rjjYL/examples/selection.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/examples/hello_rrmui.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/examples/hello_rrmui.rs => /tmp/.tmp8rjjYL/examples/hello_rrmui.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/examples/hello.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/examples/hello.rs => /tmp/.tmp8rjjYL/examples/hello.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/examples/basic_rmui.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/examples/basic_rmui.rs => /tmp/.tmp8rjjYL/examples/basic_rmui.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/deny.toml wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/demo.png wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/build wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/build/radicle-build wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/build/radicle-build/version wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/build/radicle-build/rust-version wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/build/radicle-build/macos-sdk-11.3.tar.xz wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/build/radicle-build/checksums wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/build/radicle-build/build wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/build/radicle-build/Dockerfile wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/build/config.toml wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/build/build wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/build/TARGETS wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/build.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/build.rs => /tmp/.tmp8rjjYL/build.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/ui wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/ui/span.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/ui/span.rs => /tmp/.tmp8rjjYL/bin/ui/span.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/ui/rm.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/ui/rm.rs => /tmp/.tmp8rjjYL/bin/ui/rm.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/ui/layout.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/ui/layout.rs => /tmp/.tmp8rjjYL/bin/ui/layout.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/ui/items wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/ui/items/notification.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/ui/items/notification.rs => /tmp/.tmp8rjjYL/bin/ui/items/notification.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/ui/items.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/ui/items.rs => /tmp/.tmp8rjjYL/bin/ui/items.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/ui/im.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/ui/im.rs => /tmp/.tmp8rjjYL/bin/ui/im.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/ui/format.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/ui/format.rs => /tmp/.tmp8rjjYL/bin/ui/format.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/ui.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/ui.rs => /tmp/.tmp8rjjYL/bin/ui.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/test.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/test.rs => /tmp/.tmp8rjjYL/bin/test.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/terminal.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/terminal.rs => /tmp/.tmp8rjjYL/bin/terminal.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/state.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/state.rs => /tmp/.tmp8rjjYL/bin/state.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/settings.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/settings.rs => /tmp/.tmp8rjjYL/bin/settings.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/main.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/main.rs => /tmp/.tmp8rjjYL/bin/main.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/log.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/log.rs => /tmp/.tmp8rjjYL/bin/log.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/git.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/git.rs => /tmp/.tmp8rjjYL/bin/git.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/commands wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/commands/patch wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/commands/patch/review wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/commands/patch/review/builder.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/commands/patch/review/builder.rs => /tmp/.tmp8rjjYL/bin/commands/patch/review/builder.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/commands/patch/review.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/commands/patch/review.rs => /tmp/.tmp8rjjYL/bin/commands/patch/review.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/commands/patch/list.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/commands/patch/list.rs => /tmp/.tmp8rjjYL/bin/commands/patch/list.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/commands/patch/common.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/commands/patch/common.rs => /tmp/.tmp8rjjYL/bin/commands/patch/common.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/commands/patch.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/commands/patch.rs => /tmp/.tmp8rjjYL/bin/commands/patch.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/commands/issue wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/commands/issue/list wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/commands/issue/list/ui.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/commands/issue/list/ui.rs => /tmp/.tmp8rjjYL/bin/commands/issue/list/ui.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/commands/issue/list.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/commands/issue/list.rs => /tmp/.tmp8rjjYL/bin/commands/issue/list.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/commands/issue/common.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/commands/issue/common.rs => /tmp/.tmp8rjjYL/bin/commands/issue/common.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/commands/issue.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/commands/issue.rs => /tmp/.tmp8rjjYL/bin/commands/issue.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/commands/inbox wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/commands/inbox/list.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/commands/inbox/list.rs => /tmp/.tmp8rjjYL/bin/commands/inbox/list.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/commands/inbox/common.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/commands/inbox/common.rs => /tmp/.tmp8rjjYL/bin/commands/inbox/common.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/commands/inbox.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/commands/inbox.rs => /tmp/.tmp8rjjYL/bin/commands/inbox.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/commands/help.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/commands/help.rs => /tmp/.tmp8rjjYL/bin/commands/help.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/commands.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/commands.rs => /tmp/.tmp8rjjYL/bin/commands.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/cob wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/cob/patch.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/cob/patch.rs => /tmp/.tmp8rjjYL/bin/cob/patch.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/cob/issue.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/cob/issue.rs => /tmp/.tmp8rjjYL/bin/cob/issue.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/bin/cob.rs wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/bin/cob.rs => /tmp/.tmp8rjjYL/bin/cob.rs
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/README.md wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/LICENSE-MIT wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/LICENSE-APACHE wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/Cargo.toml wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/Cargo.toml => /tmp/.tmp8rjjYL/Cargo.toml
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/Cargo.lock wanted=true
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVCcZy7/src/Cargo.lock => /tmp/.tmp8rjjYL/Cargo.lock
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/CHANGELOG.md wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.radicle wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.radicle/native.yaml wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.radicle/ambient.yaml wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.gitsigners wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.gitignore wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/index wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/HEAD wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/config wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/logs wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/logs/HEAD wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/logs/refs wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/logs/refs/heads wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/logs/refs/heads/main wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/logs/refs/remotes wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/logs/refs/remotes/origin wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/packed-refs wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/refs wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/refs/remotes wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/refs/remotes/origin wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/refs/remotes/origin/HEAD wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/refs/tags wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/refs/heads wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/refs/heads/main wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/56 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/56/3b895acb03e3e0c5851fad0479366daca3e076 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/7b wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/7b/2540209c06f3e6fc356942af270e8adcae107f wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/24 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/24/d160188b02cccee25ebf2aaf7e5a5f5ab4abac wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/9f wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/9f/d11c26504992db6ecaf5d2cff98a3bbbe6b109 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/81 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/81/ac31166ac9345e425731fd9f4511d8d4141614 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/1b wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/1b/a3c72ca7eaf774f78a2bd685f44180e4b47515 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/14 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/14/96e40e921a4841878aea7ff32110ec554e4169 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/6f wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/6f/53f9af10103b2118d2b8706d40c612f028463c wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/c6 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/c6/863233df5193316fb0cbfcca130a0ab8ce3b65 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/8e wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/8e/91c6dd69d6da53c75c2241cd1fc20a5d4cf705 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/6e wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/6e/86d103f173967de5ae7b3a2b52e24700a1c084 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/5f wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/5f/3650602c241a074a9d3aff90ba0169885cdf3c wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/c5 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/c5/0a70bbd7933ca4848766ed0304ab66fd7a28ab wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/b5 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/b5/8d472ab45420266404f9a1f929c82c22f0a947 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/f9 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/f9/6f3e174e29ab74bca07f53385eff44956e51ca wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/f9/aee47ab0ddb1dc67c8cd488c8fef9fdf17f5c4 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/06 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/06/e8a120d2e616360d6939d55dd4a73e57d4d8af wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/95 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/95/b1038f01a5b1a74456e3929861cc4b891c5c3e wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/69 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/69/e999115c24720f849b4a4058fbcf8c2e6d1620 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/32 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/32/63a8a689bdc03e0825dd340cb3bd0678303d65 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/73 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/73/8b4b58434f17ab64405c617f9cdf397ad83f66 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/1f wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/1f/6dfaced57f059c17e7da1dbee732d07b920863 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/02 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/02/b25db82ddea381ebd7041dabd0c7c8523be557 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/02/f9f7658765b596908bedf56ae7724435867264 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/e3 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/e3/ff959439f0128cb356da8ee219902914a62909 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/85 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/85/b6bd2182d83e1ca57938c4695e3d9aa591913c wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/75 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/75/1e5a2317ccfaa29b00b0ff8d656d0c546555b3 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/79 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/79/032ff634d6deb702d3b1c51d48eb16a9459519 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/55 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/55/94382e22d71402280d727db26d1cb4b25a3f1a wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/7c wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/7c/bf0d988ce4d4d0bbafe55a9b3fc1275695827d wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/ae wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/ae/ba51255bde10df46854f21066a0d86fc9ccda6 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/26 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/26/a7b47f34bb59bab5d38a12ccd0321932dc6327 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/63 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/63/e8f9fad5fdc0a2aa10620afb3093aab81b7e3c wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/63/d2ec117e322440cbedfe507c03cb13fb938eda wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/6d wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/6d/aeef5969f6f49960e6a41172496ce65ceb70dd wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/ad wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/ad/82c73b684406706633372c35c2287cd597ff37 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/f2 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/f2/cea4940128465b81d98bab451111fdcd9cb2f1 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/e5 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/e5/3bb3358d41e6c2bba547652dec10f3997facc3 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/f0 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/f0/0ba0e9f299821aede9276540e27d924f9c19a5 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/f0/6eaac16156e9d5270be63bc58c6fe7fed97988 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/36 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/36/33db8d55c98713f557cbd748c77c37df2ed8ec wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/d0 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/d0/37150a04605e968aebcb854dc8391b7ed59025 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/c3 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/c3/85762dc5a875727d6b2f157c445aa43ecfc16f wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/38 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/38/115c60e11d2e9186a187728d4dd2745e76c9f4 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/42 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/42/9a033040380a6d3c8b385383b3ea79c7aac99d wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/cd wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/cd/e35c503b843bc594dedb33b70f4bfc8dc8a2b5 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/cd/bfc1ccaf2955a3c5d7e6827d650c390f97fcd6 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/4b wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/4b/cf3832f21695e1576a5a7961f0accd089f4957 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/6c wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/6c/db8fa67f47dbef4f69578805d6f6bcd59a7153 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/54 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/54/b79411b8acc312777ea62517b9538b14345c13 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/e6 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/e6/ac790d1e6b229d1fde2b31535d1413afbd7a51 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/9d wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/9d/820e276789f320d6cdf0c4804ae530e16b73ad wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/90 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/90/f787687a0407f10eeda6f1f1b5b78ced4ec782 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/28 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/28/02b7f239f0db1d693ba5195f0869ce7553e8fe wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/08 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/08/b0b9e55d1bae8bc468b49dc9ef783c92fec829 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/12 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/12/3b403ebb78aebd26614c60bd6ee18ad14d7a31 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/fa wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/fa/e1601748dd6d9926facef81307ff7aa1a665a5 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/44 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/44/8c9824f806fabfa1d2e8cc1dd10b5c0ebb6f3e wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/96 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/96/b942df0c728d23d2b75b79ff5004f521c122c3 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/dd wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/dd/289336e67b2fb8c13352b1251bcd2f2d34f390 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/d8 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/d8/e8e9786d3673878cec34526598ec8e06453327 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/16 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/16/b9142d142d587e98dc1c52b07963c60d3e4906 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/46 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/46/9bc04f95b4f8c118818e45e3d3b99f3871eca6 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/8f wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/8f/5814d45fe0a6a6f26dd65a1ef57051ed932e6c wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/2a wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/2a/f7b4b671def68947ffdbaaaa0ea0de8d3af1ec wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/be wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/be/9051f8f582e0b1e646a3ea04639fdabdc81081 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/be/efd16fdc18b6269190b4919d3142bf129efa33 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/0c wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/0c/5f612679177fa8e29d0f04b181c0e2d486009d wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/84 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/84/21f277f01a6265e0713686a44b442c7122866e wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/fe wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/fe/36076877171ce27917db26ac92ba4b5d09ff83 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/fe/c3da06a0fbc199ea2a183daf2e89199fc96d0a wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/dc wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/dc/4c9e260c418b1574c188cf4dc25e748f726955 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/e7 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/e7/077f8ffbf30d4d2684a62f2b1f1bc59a5c13b9 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/0e wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/0e/85d51265324957aad435ed90fc6344be83c5a6 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/0e/9b7f4628cfdb3be9d2ca2222a6167491ec7c30 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/f6 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/f6/9e4f9922c3ae27f382bd350c2029fe86faff53 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/1c wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/1c/57c69e6b00705d107c9ff85049b2b42f1059ec wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/1c/0e749543fa2d8a59bfa7b96aed6b9873f5fb62 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/31 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/31/dc9c490ac89a6b89430ae2923a8269cc6f60b5 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/89 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/89/1d2c1721e6ddd4617e3659fdd234dabdec5483 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/22 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/22/dcc0feb272d38052dc1fe586a9b0696a82b32e wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/23 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/23/c3cadba2f1f24d83630d7351ee2f87bdbfed75 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/23/ac8a018891e67d6cabeef5a10713a388dc705a wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/c0 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/c0/4ddea1e9456b63d58d5ec91480277d9019cbc3 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/43 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/43/1b77963b42a2f526bd9aa9d1ae2c20e38f9edc wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/43/d28217178c5930b77f0bfaa2a9cea2116663a2 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/83 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/83/9d5958c164c71c23e4b43f34e323627ef28f21 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/8b wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/8b/a9b49404d8a9c234fdd99123702b5e141c45e2 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/20 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/20/fbd3fb6dd7e31cd0d29560dbc86b9084faff06 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/80 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/80/bca94152dcba8671757e75ff8e583811665bed wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/b1 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/b1/4a98a44133aee579ffe2154e9a502c11898ec3 wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/info wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/info/commit-graph wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/info/packs wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/pack wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/pack/pack-d3474d64a2a99de1dc805be120a4deb50b39f746.rev wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/pack/pack-f20b6fafcd93a50863f09ca241fa2594801f6717.pack wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/pack/pack-8065f334c47a6b9392e6eb7972c4c44828745600.pack wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/pack/pack-d3474d64a2a99de1dc805be120a4deb50b39f746.bitmap wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/pack/pack-d3474d64a2a99de1dc805be120a4deb50b39f746.pack wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/pack/pack-1b797c6337645bc605f0271c7112224336fa74dc.idx wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/pack/pack-d3474d64a2a99de1dc805be120a4deb50b39f746.idx wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/pack/pack-f20b6fafcd93a50863f09ca241fa2594801f6717.idx wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/pack/pack-1456e54435276e73c764c82f772564c53c0a22df.idx wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/pack/pack-1b797c6337645bc605f0271c7112224336fa74dc.pack wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/pack/pack-0cbe69588a288c18d1b00d3cb0a1bd16fc5751e1.pack wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/pack/pack-1456e54435276e73c764c82f772564c53c0a22df.pack wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/pack/pack-d185cf34f40ebeeca81393de5e95544aa2391921.pack wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/pack/pack-daefb3b4a65367ade1aeaea94b55b7acca1f4f29.idx wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/pack/pack-851829b0ea7b7ed2bc1358d3e4442b28c430ab22.idx wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/pack/pack-851829b0ea7b7ed2bc1358d3e4442b28c430ab22.pack wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/pack/pack-225ffdb5c7447fd2c8079c2cc4729699b3606ba1.pack wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/pack/pack-d6c8d80280b8671da893b612da724571122d1d45.pack wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/pack/pack-d6c8d80280b8671da893b612da724571122d1d45.idx wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/pack/pack-8065f334c47a6b9392e6eb7972c4c44828745600.idx wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/pack/pack-daefb3b4a65367ade1aeaea94b55b7acca1f4f29.pack wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/pack/pack-d185cf34f40ebeeca81393de5e95544aa2391921.idx wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/pack/pack-225ffdb5c7447fd2c8079c2cc4729699b3606ba1.idx wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/objects/pack/pack-0cbe69588a288c18d1b00d3cb0a1bd16fc5751e1.idx wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/branches wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/hooks wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/hooks/update.sample wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/hooks/commit-msg.sample wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/hooks/applypatch-msg.sample wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/hooks/pre-merge-commit.sample wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/hooks/post-update.sample wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/hooks/pre-push.sample wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/hooks/pre-rebase.sample wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/hooks/push-to-checkout.sample wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/hooks/pre-commit.sample wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/hooks/pre-receive.sample wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/hooks/sendemail-validate.sample wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/hooks/pre-applypatch.sample wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/description wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/info wanted=false
[2025-12-11T12:56:25Z DEBUG ambient_ci::util] path=/tmp/.tmpVCcZy7/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
       cwd=/tmp/.tmp8rjjYL (exists? true)
[2025-12-11T12:56:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-11T12:56:26Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-11T12:56:26Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpWhK13v/src.tar
[2025-12-11T12:56:26Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpWhK13v/deps.tar
[2025-12-11T12:56:26Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-12-11T12:56:26Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
        steps: [
            Mkdir(
                Mkdir {
                    pathname: "/workspace",
                },
            ),
            Mkdir(
                Mkdir {
                    pathname: "/workspace/artifacts",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vdc",
                    directory: "/workspace/src",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vdf",
                    directory: "/workspace/deps",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vde",
                    directory: "/workspace/cache",
                },
            ),
            CargoFmt(
                CargoFmt,
            ),
            CargoClippy(
                CargoClippy,
            ),
            CargoBuild(
                CargoBuild,
            ),
            CargoTest(
                CargoTest,
            ),
            TarCreate(
                TarCreate {
                    archive: "/dev/vde",
                    directory: "/workspace/cache",
                },
            ),
            TarCreate(
                TarCreate {
                    archive: "/dev/vdd",
                    directory: "/workspace/artifacts",
                },
            ),
        ],
        executor_drive: Some(
            "/dev/vdb",
        ),
        source_drive: Some(
            "/dev/vdc",
        ),
        artifact_drive: Some(
            "/dev/vdd",
        ),
        cache_drive: Some(
            "/dev/vde",
        ),
        deps_drive: Some(
            "/dev/vdf",
        ),
        workspace_dir: Some(
            "/workspace",
        ),
        source_dir: Some(
            "/workspace/src",
        ),
        deps_dir: Some(
            "/workspace/deps",
        ),
        cache_dir: Some(
            "/workspace/cache",
        ),
        artifacts_dir: Some(
            "/workspace/artifacts",
        ),
    }
[2025-12-11T12:56:26Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-12-11T12:56:26Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpWhK13v/ambient-execute-plan/run-ci
[2025-12-11T12:56:26Z DEBUG ambient_ci::run] copy OK: true
[2025-12-11T12:56:26Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpWhK13v/executor.tar
[2025-12-11T12:56:30Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2025-12-11T12:56:30Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY, exists? true
[2025-12-11T12:56:30Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2025-12-11T12:56:30Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log OK
[2025-12-11T12:56:30Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-12-11T12:56:30Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-12-11T12:56:30Z DEBUG ambient_ci::cloud_init] with_runcmd called: "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n"
[2025-12-11T12:56:30Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-12-11T12:56:30Z DEBUG ambient_ci::cloud_init] LocalDataStoreBuilder: LocalDataStoreBuilder {
        hostname: Some(
            "ambient",
        ),
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2025-12-11T12:56:30Z DEBUG ambient_ci::qemu] run QEMU
[2025-12-11T12:56:30Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-12-11T12:56:30Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmp2bSBir/.tmpY58ukb/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-12-11T12:56:31Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-12-11T12:56:31Z DEBUG ambient_ci::cloud_init] LocalDataStore: LocalDataStore {
        hostname: "ambient",
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2025-12-11T12:56:31Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpVurm5d/meta-data
[2025-12-11T12:56:31Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpVurm5d/user-data
[2025-12-11T12:56:31Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmp2bSBir/.tmpY58ukb/console.log
[2025-12-11T12:56:31Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmp2bSBir/.tmpY58ukb/console.log
[2025-12-11T12:56:31Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2025-12-11T12:56:31Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2025-12-11T12:56:31Z 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/.tmp2bSBir/.tmpY58ukb/console.log",
            "-serial",
            "file:/home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log",
            "-drive",
            "if=pflash,format=raw,unit=0,file=/usr/share/ovmf/OVMF.fd,readonly=on",
            "-drive",
            "if=pflash,format=raw,unit=1,file=/home/_rad/tmp/.tmp2bSBir/.tmpY58ukb/vars.fd",
            "-drive",
            "format=qcow2,if=virtio,file=/home/_rad/tmp/.tmp2bSBir/.tmpY58ukb/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpWhK13v/executor.tar,readonly=on",
            "-cdrom",
            "/home/_rad/tmp/.tmp2bSBir/.tmpY58ukb/cloud_init.iso",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpWhK13v/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpWhK13v/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpWhK13v/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpWhK13v/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2025-12-11T12:59:05Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-12-11T12:59:05Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2025-12-11T12:58:34Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-12-11T12:58:34Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-12-11T12:58:34Z INFO  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-12-11T12:58:34Z WARN  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-12-11T12:58:34Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    RunnablePlan::from_file: filename=plan.yaml
    steps:
    - action: mkdir
      pathname: /workspace
    - action: mkdir
      pathname: /workspace/artifacts
    - action: tar_extract
      archive: /dev/vdc
      directory: /workspace/src
    - action: tar_extract
      archive: /dev/vdf
      directory: /workspace/deps
    - action: tar_extract
      archive: /dev/vde
      directory: /workspace/cache
    - action: cargo_fmt
    - action: cargo_clippy
    - action: cargo_build
    - action: cargo_test
    - action: tar_create
      archive: /dev/vde
      directory: /workspace/cache
    - action: tar_create
      archive: /dev/vdd
      directory: /workspace/artifacts
    executor_drive: /dev/vdb
    source_drive: /dev/vdc
    artifact_drive: /dev/vdd
    cache_drive: /dev/vde
    deps_drive: /dev/vdf
    workspace_dir: /workspace
    source_dir: /workspace/src
    deps_dir: /workspace/deps
    cache_dir: /workspace/cache
    artifacts_dir: /workspace/artifacts
    
    
    [2025-12-11T12:58:34Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/workspace",
            },
        )
    [2025-12-11T12:58:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/workspace",
            },
        )
    [2025-12-11T12:58:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-11T12:58:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-11T12:58:34Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/workspace/artifacts",
            },
        )
    [2025-12-11T12:58:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/workspace/artifacts",
            },
        )
    [2025-12-11T12:58:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-11T12:58:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-11T12:58:34Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
        )
    [2025-12-11T12:58:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
        )
    [2025-12-11T12:58:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-11T12:58:34Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
    [2025-12-11T12:58:34Z TRACE ambient_ci::vdrive] extraction OK
    [2025-12-11T12:58:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-11T12:58:34Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
        )
    [2025-12-11T12:58:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
        )
    [2025-12-11T12:58:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-11T12:58:34Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
    [2025-12-11T12:58:37Z TRACE ambient_ci::vdrive] extraction OK
    [2025-12-11T12:58:37Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-11T12:58:37Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-12-11T12:58:37Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-12-11T12:58:37Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-11T12:58:37Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
    [2025-12-11T12:58:44Z TRACE ambient_ci::vdrive] extraction OK
    [2025-12-11T12:58:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-11T12:58:44Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
            CargoFmt,
        )
    [2025-12-11T12:58:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
            CargoFmt,
        )
    [2025-12-11T12:58:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.88.0 (873a06493 2025-05-10)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/workspace/src (exists? true)
    clippy 0.1.88 (6b00bc3880 2025-06-23)
    SPAWN: argv=["rustc", "--version"]
           cwd=/workspace/src (exists? true)
    rustc 1.88.0 (6b00bc388 2025-06-23)
    SPAWN: argv=["cargo", "fmt", "--check"]
           cwd=/workspace/src (exists? true)
    [2025-12-11T12:58:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-11T12:58:45Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
            CargoClippy,
        )
    [2025-12-11T12:58:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
            CargoClippy,
        )
    [2025-12-11T12:58:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.88.0 (873a06493 2025-05-10)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/workspace/src (exists? true)
    clippy 0.1.88 (6b00bc3880 2025-06-23)
    SPAWN: argv=["rustc", "--version"]
           cwd=/workspace/src (exists? true)
    rustc 1.88.0 (6b00bc388 2025-06-23)
    SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
           cwd=/workspace/src (exists? true)
       Compiling radicle-tui v0.6.0 (/workspace/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
    [2025-12-11T12:58:47Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-11T12:58:47Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
            CargoBuild,
        )
    [2025-12-11T12:58:47Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
            CargoBuild,
        )
    [2025-12-11T12:58:47Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.88.0 (873a06493 2025-05-10)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/workspace/src (exists? true)
    clippy 0.1.88 (6b00bc3880 2025-06-23)
    SPAWN: argv=["rustc", "--version"]
           cwd=/workspace/src (exists? true)
    rustc 1.88.0 (6b00bc388 2025-06-23)
    SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
           cwd=/workspace/src (exists? true)
       Compiling radicle-tui v0.6.0 (/workspace/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.20s
    [2025-12-11T12:58:55Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-11T12:58:55Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
            CargoTest,
        )
    [2025-12-11T12:58:55Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
            CargoTest,
        )
    [2025-12-11T12:58:55Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.88.0 (873a06493 2025-05-10)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/workspace/src (exists? true)
    clippy 0.1.88 (6b00bc3880 2025-06-23)
    SPAWN: argv=["rustc", "--version"]
           cwd=/workspace/src (exists? true)
    rustc 1.88.0 (6b00bc388 2025-06-23)
    SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
           cwd=/workspace/src (exists? true)
        Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
         Running unittests src/lib.rs (/workspace/cache/debug/deps/radicle_tui-d1ecafa284268094)
    
    running 7 tests
    test ui::test::state_value_read_buffer_should_succeed ... ok
    test ui::test::state_value_apply_should_succeed ... ok
    test ui::test::state_value_read_should_succeed ... ok
    test ui::test::state_value_reset_after_apply_should_succeed ... ok
    test ui::test::state_value_reset_should_succeed ... ok
    test ui::utils::test::lines_should_be_merged_correctly ... ok
    test ui::utils::test::lines_with_start_should_be_merged_correctly ... ok
    
    test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
    
         Running unittests bin/main.rs (/workspace/cache/debug/deps/rad_tui-38841d2e0c3c51ee)
    
    running 70 tests
    test cli::empty_command_should_not_be_forwarded ... ok
    test cli::empty_command_should_be_forwarded ... ok
    test cli::help_command_should_be_forwarded ... ok
    test cli::help_command_should_not_be_forwarded ... ok
    test cli::version_command_should_be_forwarded ... ok
    test cli::version_command_should_not_be_forwarded ... ok
    test cli::version_command_should_print_json ... ok
    test cob::issue::tests::issue_filter_display_with_state_and_assigned_should_succeed ... ok
    test cob::issue::tests::issue_filter_display_with_state_should_succeed ... ok
    test cob::issue::tests::issue_filter_display_with_status_and_author_should_succeed ... ok
    test cob::patch::tests::patch_filter_display_with_status_and_author_should_succeed ... ok
    test cob::patch::tests::patch_filter_display_with_status_and_authored_should_succeed ... ok
    test cob::patch::tests::patch_filter_display_with_status_should_succeed ... ok
    test commands::tui_inbox::cli::empty_operation_should_default_to_list_and_not_be_forwarded ... ok
    test commands::tui_inbox::cli::empty_operation_should_not_be_forwarded ... ok
    test commands::tui_inbox::cli::empty_operation_with_help_should_be_forwarded ... ok
    test commands::tui_inbox::cli::empty_operation_with_help_should_not_be_forwarded ... ok
    test commands::tui_inbox::cli::list_operation_should_not_be_forwarded ... ok
    test commands::tui_inbox::cli::list_operation_should_not_be_forwarded_explicitly ... ok
    test commands::tui_inbox::cli::list_operation_with_help_should_be_forwarded ... ok
    test commands::tui_inbox::cli::list_operation_with_help_should_not_be_forwarded ... ok
    test commands::tui_inbox::cli::list_operation_with_help_should_not_be_forwarded_reversed ... ok
    test commands::tui_inbox::cli::unknown_operation_should_be_forwarded ... ok
    test commands::tui_inbox::cli::unknown_operation_should_not_be_forwarded ... ok
    test commands::tui_issue::cli::empty_operation_should_default_to_list_and_not_be_forwarded ... ok
    test commands::tui_issue::cli::empty_operation_should_not_be_forwarded ... ok
    test commands::tui_issue::cli::empty_operation_with_help_should_be_forwarded ... ok
    test commands::tui_issue::cli::empty_operation_with_help_should_not_be_forwarded ... ok
    test commands::tui_issue::cli::list_operation_should_not_be_forwarded ... ok
    test commands::tui_issue::cli::list_operation_should_not_be_forwarded_explicitly ... ok
    test commands::tui_issue::cli::list_operation_with_help_should_be_forwarded ... ok
    test commands::tui_issue::cli::list_operation_with_help_should_not_be_forwarded ... ok
    test commands::tui_issue::cli::list_operation_with_help_should_not_be_forwarded_reversed ... ok
    test commands::tui_issue::cli::unknown_operation_should_be_forwarded ... ok
    test commands::tui_issue::cli::unknown_operation_should_not_be_forwarded ... ok
    test commands::tui_patch::cli::empty_operation_should_default_to_list_and_not_be_forwarded ... ok
    test commands::tui_patch::cli::empty_operation_should_not_be_forwarded ... ok
    test commands::tui_patch::cli::empty_operation_with_help_should_be_forwarded ... ok
    test commands::tui_patch::cli::empty_operation_with_help_should_not_be_forwarded ... ok
    test commands::tui_patch::cli::list_operation_should_not_be_forwarded ... ok
    test commands::tui_patch::cli::list_operation_should_not_be_forwarded_explicitly ... ok
    test commands::tui_patch::cli::list_operation_with_help_should_be_forwarded ... ok
    test commands::tui_patch::cli::list_operation_with_help_should_not_be_forwarded ... ok
    test commands::tui_patch::cli::list_operation_with_help_should_not_be_forwarded_reversed ... ok
    test commands::tui_patch::cli::unknown_operation_should_be_forwarded ... ok
    test commands::tui_patch::cli::unknown_operation_should_not_be_forwarded ... ok
    test commands::tui_patch::review::builder::tests::test_review_comments_basic ... ok
    test commands::tui_patch::review::builder::tests::test_review_comments_before ... ok
    test commands::tui_patch::review::builder::tests::test_review_comments_multiline ... ok
    test commands::tui_patch::review::builder::tests::test_review_comments_split_hunk ... ok
    test 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::first_hunk_is_selected_by_default ... ok
    test commands::tui_patch::review::test::hunk_can_be_selected ... ok
    test commands::tui_patch::review::test::hunks_are_rejected_by_default ... ok
    test commands::tui_patch::review::test::hunk_state_is_synchronized ... ok
    test commands::tui_patch::review::test::multiple_files_single_hunk_can_be_accepted ... ok
    test commands::tui_patch::review::test::single_file_multiple_hunks_only_first_can_be_accepted ... ok
    test commands::tui_patch::review::test::single_file_multiple_hunks_only_last_can_be_accepted ... ok
    test ui::items::notification::tests::notification_item_filter_with_all_should_succeed ... ok
    test ui::items::notification::tests::notification_item_filter_with_author_should_not_succeed ... ok
    test ui::items::notification::tests::notification_item_filter_with_author_should_succeed ... ok
    test ui::items::notification::tests::notification_item_filter_with_concrete_kind_should_succeed ... ok
    test ui::items::tests::diff_line_index_checks_ranges_correctly ... ok
    test ui::items::tests::hunk_comments_on_deleted_simple_are_inserted_correctly ... ok
    test commands::tui_patch::review::test::single_file_single_hunk_can_be_accepted ... ok
    test ui::items::tests::hunk_comments_on_modified_complex_are_inserted_correctly ... ok
    test ui::items::tests::issue_item_filter_from_str_should_succeed ... ok
    test ui::items::tests::patch_item_filter_from_str_should_succeed ... ok
    test ui::items::tests::hunk_comments_on_modified_simple_are_inserted_correctly ... ok
    
    test result: ok. 70 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.00s
    
       Doc-tests radicle_tui
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
    [2025-12-11T12:58:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-11T12:58:56Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-12-11T12:58:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-12-11T12:58:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-11T12:58:56Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vde",
            ),
            root: Some(
                "/workspace/cache",
            ),
            size: None,
        }
    [2025-12-11T12:58:56Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
    [2025-12-11T12:58:56Z TRACE ambient_ci::vdrive] create archive file /dev/vde
    [2025-12-11T12:58:56Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
    [2025-12-11T12:58:56Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
    [2025-12-11T12:58:56Z TRACE ambient_ci::vdrive] calling tar_create
    [2025-12-11T12:59:02Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
    [2025-12-11T12:59:02Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-11T12:59:02Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        )
    [2025-12-11T12:59:02Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        )
    [2025-12-11T12:59:02Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-11T12:59:02Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vdd",
            ),
            root: Some(
                "/workspace/artifacts",
            ),
            size: None,
        }
    [2025-12-11T12:59:02Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
    [2025-12-11T12:59:02Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
    [2025-12-11T12:59:02Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
    [2025-12-11T12:59:02Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
    [2025-12-11T12:59:02Z TRACE ambient_ci::vdrive] calling tar_create
    [2025-12-11T12:59:02Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
    [2025-12-11T12:59:02Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-11T12:59:02Z DEBUG ambient_ci::plan] All actions were performed successfully
    ambient-execute-plan ends
    EXIT CODE: 0
    
    ====================
[2025-12-11T12:59:05Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2025-12-11T12:59:05Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2025-12-11T12:59:05Z DEBUG ambient_ci::run] remove old cache
[2025-12-11T12:59:06Z DEBUG ambient_ci::run] extract cache
[2025-12-11T12:59:09Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-12-11T12:59:09Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-11T12:59:09Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/meta.yaml
[2025-12-11T12:59:10Z INFO  ambient] ambient ends successfully

Ambient stderr

<empty log>