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   6.9M  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  27.9G  0 disk 
vdf    254:80   0 925.3M  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2025-11-26 11:37 ./
-rw-r--r-- _rad/_rad       799 2025-11-26 11:37 ./plan.yaml
-rwxr-xr-x _rad/_rad   6394112 2025-11-26 11:37 ./run-ci
INFO: Extracted files:
  1078530      4 drwxr-xr-x   2 1000     1000         4096 Nov 26 11:37 .
  1078532   6248 -rwxr-xr-x   1 1000     1000      6394112 Nov 26 11:37 ./run-ci
  1078531      4 -rw-r--r--   1 1000     1000          799 Nov 26 11:37 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-11-26T11:38:01Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-26T11:38:01Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-26T11:38:01Z INFO  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-26T11:38:01Z WARN  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-26T11:38:01Z 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-11-26T11:38:01Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/workspace",
        },
    )
[2025-11-26T11:38:01Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/workspace",
        },
    )
[2025-11-26T11:38:01Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-26T11:38:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-26T11:38:01Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/workspace/artifacts",
        },
    )
[2025-11-26T11:38:01Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/workspace/artifacts",
        },
    )
[2025-11-26T11:38:01Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-26T11:38:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-26T11:38:01Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        },
    )
[2025-11-26T11:38:01Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        },
    )
[2025-11-26T11:38:01Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-26T11:38:01Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-11-26T11:38:01Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-26T11:38:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-26T11:38:01Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        },
    )
[2025-11-26T11:38:01Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        },
    )
[2025-11-26T11:38:01Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-26T11:38:01Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-11-26T11:38:03Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-26T11:38:03Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-26T11:38:03Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-11-26T11:38:03Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-11-26T11:38:03Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-26T11:38:03Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-11-26T11:38:09Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-26T11:38:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-26T11:38:09Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
        CargoFmt,
    )
[2025-11-26T11:38:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
        CargoFmt,
    )
[2025-11-26T11:38:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
        },
        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-11-26T11:38:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-26T11:38:09Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
        CargoClippy,
    )
[2025-11-26T11:38:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
        CargoClippy,
    )
[2025-11-26T11:38:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
        },
        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 3.57s
[2025-11-26T11:38:13Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-26T11:38:13Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
        CargoBuild,
    )
[2025-11-26T11:38:13Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
        CargoBuild,
    )
[2025-11-26T11:38:13Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
        },
        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 14.73s
[2025-11-26T11:38:28Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-26T11:38:28Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
        CargoTest,
    )
[2025-11-26T11:38:28Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
        CargoTest,
    )
[2025-11-26T11:38:28Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.88.0 (873a06493 2025-05-10)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/workspace/src (exists? true)
clippy 0.1.88 (6b00bc3880 2025-06-23)
SPAWN: argv=["rustc", "--version"]
       cwd=/workspace/src (exists? true)
rustc 1.88.0 (6b00bc388 2025-06-23)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
       cwd=/workspace/src (exists? true)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
     Running unittests src/lib.rs (/workspace/cache/debug/deps/radicle_tui-5e33d8a2822a401c)

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

test 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-3f7b42f47699c764)

running 70 tests
test cli::empty_command_should_be_forwarded ... ok
test cli::empty_command_should_not_be_forwarded ... ok
test cli::help_command_should_be_forwarded ... ok
test cli::help_command_should_not_be_forwarded ... ok
test cli::version_command_should_be_forwarded ... ok
test cli::version_command_should_not_be_forwarded ... ok
test cli::version_command_should_print_json ... ok
test 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_file_multiple_hunks_can_be_constructed ... ok
test commands::tui_patch::review::test::app_with_single_hunk_can_be_constructed ... ok
test commands::tui_patch::review::test::hunk_can_be_selected ... ok
test commands::tui_patch::review::test::first_hunk_is_selected_by_default ... ok
test commands::tui_patch::review::test::hunks_are_rejected_by_default ... ok
test commands::tui_patch::review::test::hunk_state_is_synchronized ... ok
test commands::tui_patch::review::test::multiple_files_single_hunk_can_be_accepted ... ok
test commands::tui_patch::review::test::single_file_multiple_hunks_only_first_can_be_accepted ... ok
test commands::tui_patch::review::test::single_file_multiple_hunks_only_last_can_be_accepted ... ok
test ui::items::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_type_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 ui::items::tests::hunk_comments_on_modified_complex_are_inserted_correctly ... ok
test commands::tui_patch::review::test::single_file_single_hunk_can_be_accepted ... ok
test ui::items::tests::issue_item_filter_from_str_should_succeed ... ok
test ui::items::tests::patch_item_filter_from_str_should_succeed ... ok
test ui::items::tests::hunk_comments_on_modified_simple_are_inserted_correctly ... ok

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

   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-11-26T11:38:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-26T11:38:30Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-11-26T11:38:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-11-26T11:38:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-26T11:38:30Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vde",
        ),
        root: Some(
            "/workspace/cache",
        ),
        size: None,
    }
[2025-11-26T11:38:30Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-11-26T11:38:30Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-11-26T11:38:30Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-11-26T11:38:30Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-11-26T11:38:30Z TRACE ambient_ci::vdrive] calling tar_create
[2025-11-26T11:38:33Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-11-26T11:38:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-26T11:38:33Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        },
    )
[2025-11-26T11:38:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        },
    )
[2025-11-26T11:38:33Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-26T11:38:33Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vdd",
        ),
        root: Some(
            "/workspace/artifacts",
        ),
        size: None,
    }
[2025-11-26T11:38:33Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-11-26T11:38:33Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-11-26T11:38:33Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-11-26T11:38:33Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-11-26T11:38:33Z TRACE ambient_ci::vdrive] calling tar_create
[2025-11-26T11:38:33Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-11-26T11:38:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-26T11:38:33Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "patch",
  "repository": {
    "id": "rad:z39mP9rQAaGmERfUMPULfPUi473tY",
    "name": "radicle-tui",
    "description": "Radicle terminal user interface",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
      "did:key:z6MkswQE8gwZw924amKatxnNCXA55BMupMmRg7LvJuim2C1V",
      "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz"
    ]
  },
  "action": "Updated",
  "patch": {
    "id": "cd0ff439a0580ef9cc15d6e1a45fb5fa8a3e528f",
    "author": {
      "id": "did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
      "alias": "erikli"
    },
    "title": "bin/inbox: Improve loading & filtering notifications",
    "state": {
      "status": "draft",
      "conflicts": []
    },
    "before": "ee20b956ad6fd11194160bcebb2b640134fe7607",
    "after": "f3a48147318067382b423ecd9d199a6fecb7e764",
    "commits": [
      "f3a48147318067382b423ecd9d199a6fecb7e764",
      "0e1c18b2257c3af145609dfb77eb60ab3abfbc7d",
      "a0b143e3a2e45e1368528ff1ceb597a5937cbea2",
      "a3d9a4eed0bb156e8da95dd502b570cbad5fb3ab",
      "904586f8c6a83b9f19b429c54e43f1c2b2067825",
      "fe60e62dd784890f45080b2a8a15e19e2577b63e",
      "c7aff1b4b97a7b8c544e11b46d8486c6ffd0924a",
      "df8eedef7a81a92e66fec7edaab05988d4491241",
      "5b90f92b5fcc3a9d5a14b5e99d5645dd019d53ca",
      "1a768ecea03c9efef5ab7efdf0620b47e1aac2b2",
      "4ec2cd1ee338b76e4d239ade31894aa9a86d6ffd"
    ],
    "target": "ee20b956ad6fd11194160bcebb2b640134fe7607",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "cd0ff439a0580ef9cc15d6e1a45fb5fa8a3e528f",
        "author": {
          "id": "did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
          "alias": "erikli"
        },
        "description": "Firstly, this patch reworks the filter expression grammar and fixes some issues\naround the filter's UI integration.\n\nSecondly, this implements an async notification loading mechanism using a\nworker that sends progress updates to the app's message channel.",
        "base": "ee20b956ad6fd11194160bcebb2b640134fe7607",
        "oid": "f06dad54979a7c7889cf8af4670a1ce0f43b3b85",
        "timestamp": 1763080816
      },
      {
        "id": "53e17479b8b564bd337da7fb337d7447ada7804f",
        "author": {
          "id": "did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
          "alias": "erikli"
        },
        "description": "Load notifications on background task",
        "base": "ee20b956ad6fd11194160bcebb2b640134fe7607",
        "oid": "f3a48147318067382b423ecd9d199a6fecb7e764",
        "timestamp": 1763649272
      }
    ]
  }
}

Ambient stdout

[2025-11-26T11:37:48Z INFO  ambient] ambient starts
[2025-11-26T11:37:48Z 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-11-26T11:37:48Z 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-11-26T11:37:48Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/meta.yaml
[2025-11-26T11:37:48Z DEBUG ambient_ci::run] latest commit: "ee20b956ad6fd11194160bcebb2b640134fe7607"
[2025-11-26T11:37:48Z DEBUG ambient_ci::run] is a git repository
[2025-11-26T11:37:48Z DEBUG ambient_ci::run] git repository is clean
[2025-11-26T11:37:48Z DEBUG ambient_ci::run] current (HEAD) commit: f3a48147318067382b423ecd9d199a6fecb7e764
[2025-11-26T11:37:48Z DEBUG ambient_ci::run] no dry run requested
[2025-11-26T11:37:48Z DEBUG ambient_ci::run] forced run requested
[2025-11-26T11:37:48Z DEBUG ambient_ci::run] run? true
[2025-11-26T11:37:48Z INFO  ambient_ci::run] project rad:z39mP9rQAaGmERfUMPULfPUi473tY: running CI
[2025-11-26T11:37:48Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-11-26T11:37:48Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
        CargoFetch,
    )
[2025-11-26T11:37:48Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
        CargoFetch,
    )
[2025-11-26T11:37:48Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/dependencies",
            "PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
            "CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/cache",
        },
        source_dir: "/tmp/.tmpbfpwvC/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/.tmpbfpwvC/src (exists? true)
cargo 1.88.0 (873a06493 2025-05-10)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmpbfpwvC/src (exists? true)
clippy 0.1.88 (6b00bc3880 2025-06-23)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmpbfpwvC/src (exists? true)
rustc 1.88.0 (6b00bc388 2025-06-23)
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: /tmp/.tmpbfpwvC/src => /tmp/.tmpKhmpWv
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/src wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/src/task.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/src/task.rs => /tmp/.tmpKhmpWv/src/task.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/src/store.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/src/store.rs => /tmp/.tmpKhmpWv/src/store.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/src/lib.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/src/lib.rs => /tmp/.tmpKhmpWv/src/lib.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/src/ui wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/src/ui/rm.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/src/ui/rm.rs => /tmp/.tmpKhmpWv/src/ui/rm.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/src/ui/im.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/src/ui/im.rs => /tmp/.tmpKhmpWv/src/ui/im.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/src/ui/utils.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/src/ui/utils.rs => /tmp/.tmpKhmpWv/src/ui/utils.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/src/ui/theme.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/src/ui/theme.rs => /tmp/.tmpKhmpWv/src/ui/theme.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/src/ui/span.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/src/ui/span.rs => /tmp/.tmpKhmpWv/src/ui/span.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/src/ui/rm wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/src/ui/rm/widget.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/src/ui/rm/widget.rs => /tmp/.tmpKhmpWv/src/ui/rm/widget.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/src/ui/rm/widget wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/src/ui/rm/widget/window.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/src/ui/rm/widget/window.rs => /tmp/.tmpKhmpWv/src/ui/rm/widget/window.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/src/ui/rm/widget/utils.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/src/ui/rm/widget/utils.rs => /tmp/.tmpKhmpWv/src/ui/rm/widget/utils.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/src/ui/rm/widget/list.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/src/ui/rm/widget/list.rs => /tmp/.tmpKhmpWv/src/ui/rm/widget/list.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/src/ui/rm/widget/input.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/src/ui/rm/widget/input.rs => /tmp/.tmpKhmpWv/src/ui/rm/widget/input.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/src/ui/rm/widget/container.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/src/ui/rm/widget/container.rs => /tmp/.tmpKhmpWv/src/ui/rm/widget/container.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/src/ui/layout.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/src/ui/layout.rs => /tmp/.tmpKhmpWv/src/ui/layout.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/src/ui/im wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/src/ui/im/widget.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/src/ui/im/widget.rs => /tmp/.tmpKhmpWv/src/ui/im/widget.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/src/ui/ext.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/src/ui/ext.rs => /tmp/.tmpKhmpWv/src/ui/ext.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/src/ui.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/src/ui.rs => /tmp/.tmpKhmpWv/src/ui.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/src/terminal.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/src/terminal.rs => /tmp/.tmpKhmpWv/src/terminal.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/src/event.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/src/event.rs => /tmp/.tmpKhmpWv/src/event.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/rust-toolchain.toml wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/flake.nix wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/flake.lock wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/examples wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/examples/selection.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/examples/selection.rs => /tmp/.tmpKhmpWv/examples/selection.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/examples/hello_rrmui.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/examples/hello_rrmui.rs => /tmp/.tmpKhmpWv/examples/hello_rrmui.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/examples/hello.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/examples/hello.rs => /tmp/.tmpKhmpWv/examples/hello.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/examples/basic_rmui.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/examples/basic_rmui.rs => /tmp/.tmpKhmpWv/examples/basic_rmui.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/deny.toml wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/demo.png wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/build.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/build.rs => /tmp/.tmpKhmpWv/build.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/cob.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/cob.rs => /tmp/.tmpKhmpWv/bin/cob.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/ui wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/ui/rm.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/ui/rm.rs => /tmp/.tmpKhmpWv/bin/ui/rm.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/ui/items wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/ui/items/notification.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/ui/items/notification.rs => /tmp/.tmpKhmpWv/bin/ui/items/notification.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/ui/items.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/ui/items.rs => /tmp/.tmpKhmpWv/bin/ui/items.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/ui/span.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/ui/span.rs => /tmp/.tmpKhmpWv/bin/ui/span.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/ui/layout.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/ui/layout.rs => /tmp/.tmpKhmpWv/bin/ui/layout.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/ui/im.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/ui/im.rs => /tmp/.tmpKhmpWv/bin/ui/im.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/ui/format.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/ui/format.rs => /tmp/.tmpKhmpWv/bin/ui/format.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/ui.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/ui.rs => /tmp/.tmpKhmpWv/bin/ui.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/test.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/test.rs => /tmp/.tmpKhmpWv/bin/test.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/terminal.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/terminal.rs => /tmp/.tmpKhmpWv/bin/terminal.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/state.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/state.rs => /tmp/.tmpKhmpWv/bin/state.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/settings.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/settings.rs => /tmp/.tmpKhmpWv/bin/settings.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/main.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/main.rs => /tmp/.tmpKhmpWv/bin/main.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/log.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/log.rs => /tmp/.tmpKhmpWv/bin/log.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/git.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/git.rs => /tmp/.tmpKhmpWv/bin/git.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/commands wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/commands/inbox.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/commands/inbox.rs => /tmp/.tmpKhmpWv/bin/commands/inbox.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/commands/patch wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/commands/patch/review.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/commands/patch/review.rs => /tmp/.tmpKhmpWv/bin/commands/patch/review.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/commands/patch/list.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/commands/patch/list.rs => /tmp/.tmpKhmpWv/bin/commands/patch/list.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/commands/patch/review wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/commands/patch/review/builder.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/commands/patch/review/builder.rs => /tmp/.tmpKhmpWv/bin/commands/patch/review/builder.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/commands/patch/list wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/commands/patch/list/rmui.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/commands/patch/list/rmui.rs => /tmp/.tmpKhmpWv/bin/commands/patch/list/rmui.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/commands/patch/list/imui.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/commands/patch/list/imui.rs => /tmp/.tmpKhmpWv/bin/commands/patch/list/imui.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/commands/patch/common.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/commands/patch/common.rs => /tmp/.tmpKhmpWv/bin/commands/patch/common.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/commands/patch.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/commands/patch.rs => /tmp/.tmpKhmpWv/bin/commands/patch.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/commands/issue wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/commands/issue/list.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/commands/issue/list.rs => /tmp/.tmpKhmpWv/bin/commands/issue/list.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/commands/issue/list wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/commands/issue/list/ui.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/commands/issue/list/ui.rs => /tmp/.tmpKhmpWv/bin/commands/issue/list/ui.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/commands/issue/common.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/commands/issue/common.rs => /tmp/.tmpKhmpWv/bin/commands/issue/common.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/commands/issue.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/commands/issue.rs => /tmp/.tmpKhmpWv/bin/commands/issue.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/commands/inbox wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/commands/inbox/list.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/commands/inbox/list.rs => /tmp/.tmpKhmpWv/bin/commands/inbox/list.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/commands/inbox/list wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/commands/inbox/list/ui.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/commands/inbox/list/ui.rs => /tmp/.tmpKhmpWv/bin/commands/inbox/list/ui.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/commands/inbox/common.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/commands/inbox/common.rs => /tmp/.tmpKhmpWv/bin/commands/inbox/common.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/commands/help.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/commands/help.rs => /tmp/.tmpKhmpWv/bin/commands/help.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/commands.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/commands.rs => /tmp/.tmpKhmpWv/bin/commands.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/cob wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/cob/patch.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/cob/patch.rs => /tmp/.tmpKhmpWv/bin/cob/patch.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/bin/cob/issue.rs wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/bin/cob/issue.rs => /tmp/.tmpKhmpWv/bin/cob/issue.rs
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/README.md wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/LICENSE-MIT wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/LICENSE-APACHE wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/Cargo.toml wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/Cargo.toml => /tmp/.tmpKhmpWv/Cargo.toml
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/Cargo.lock wanted=true
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpbfpwvC/src/Cargo.lock => /tmp/.tmpKhmpWv/Cargo.lock
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/CHANGELOG.md wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.radicle wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.radicle/native.yaml wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.radicle/ambient.yaml wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.gitsigners wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.gitignore wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.github wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.github/workflows wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.github/workflows/binaries.yml wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.cargo wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.cargo/config.toml wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/index wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/HEAD wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/config wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/logs wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/logs/HEAD wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/logs/refs wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/logs/refs/heads wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/logs/refs/heads/main wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/logs/refs/remotes wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/logs/refs/remotes/origin wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/packed-refs wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/refs wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/refs/remotes wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/refs/remotes/origin wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/refs/remotes/origin/HEAD wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/refs/tags wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/refs/heads wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/refs/heads/main wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/56 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/56/dbcab57734f3fb05337ea5c5370095fd041701 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/56/433a33d9b43aa87846202db18a5390e7ea448f wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/f3 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/f3/e382b63c1446148c61b767683083300aca5754 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/0d wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/0d/c5b5736075ed37033b8e1d5bbc96aedc7e91ad wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/e9 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/e9/bc62402d4ffc9b86f790b7ebc9ea39cce766e4 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/24 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/24/a71cdbef3c2e657562211f6f31b7d02b306fec wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/b0 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/b0/6e8a6f120add1f17c9cac9609abd4e417cf597 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/07 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/07/397666f077997dca893d3132c50dbedf9e2d37 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/07/2c844a58ce4deb2199849647c011083ee3a92f wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/07/dd3ce2ab918a57cc29acf439963711ef9739df wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a1 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a1/5f0e6357fbe9fbf87c1221f556a494f59d519b wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a1/e65cd76e60bd01a9b212b75af2cd5e4075261c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/9f wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/9f/019c1ce601d9252f5837ce9db9d46f2f1784ce wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/9f/32b270b919d6e1644e6f2f7228478c49d06556 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/81 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/81/a4a09debf34b13bc84f0a47bbb72867ff78d7a wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/81/5887a708a0f7ae6dba0dbc9301653268ea2b6d wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/3f wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/3f/080f1c336bdddcbf31e8b5dedad2e4ddf59a44 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/3f/326c71c1d64669209aee7e3956cc1532d96bd2 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/7a wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/7a/333ab8cf81f468ebb8043e74125576521e4135 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/7a/d0684bce8731fb2780696640cd5a8e7790185b wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/7a/29de60b2a207731f1cc0eb3c077edec9e9939e wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/ff wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/ff/7b5e369230ab4507feb34551d2f05b1eecaee4 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/ff/b2318d3647cde5c148ccb094ed2de8262ea307 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/ff/c29599c646993cf21edf8f305ac69a3de3074a wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/5a wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/5a/3e8119f58c83c1e6d1a1462ac32fc5d6590327 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a8 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a8/b569bb544798b16a39236a7b0d2e646142820a wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a8/d98eee5c2ba8f087c0103e659b162bf0f2a24c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/1b wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/1b/4c7b767d11718ac04b0f083ad0afce27fa4bdc wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/d7 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/d7/78a4de76120d15661201f7e9ee3dca5dde67b9 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/d7/93526b8f8fc58592e274dfe135016d892a00de wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/d7/8eb2c1580dfc2b99945e04df9591a0c8c91809 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/f4 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/f4/1d53a8891e9b8ff2430babdb844ba004339ad4 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/f4/3c73cc12cc7a25242d45d3e4791db94628bf59 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/14 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/14/d5b7f0e405660fec9ab2ceb51e5dbd35c0d848 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/14/a5c7ad6632183bcbac3e7d4fd4da03b9368999 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/6f wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/6f/79950db4982ed53a7eee72667d007709b48dbd wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/b2 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/b2/0e87a4ba9367164a2fcf5187c9d46cc5ebcde1 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/b2/3c68b32afbe105e404464d119afd5e42ed2503 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/b2/f13c42b10f9c2d134e2677c14ed7b26c5195f9 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/b2/0ad5de5237f2f84cf7da69e186ca454ff7ba8f wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/13 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/13/459e6ea6c385e1333faf2c5a3b9d7543347c69 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/c7 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/c7/4241e959605e435776ff6b4a0548c45b02e79f wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/c7/29d067b01454a6d135980ce0d35e1aebb9b567 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/c7/019cdc2c1543bf73abf3d7db11adb329f71621 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a4 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a4/12669030584c3eb08c659dbbda45d3fca650b2 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a0 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a0/b46439ee326076f15fdc363440738fce8b4a28 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a0/4194aac7a9a5ef944e1adc751bc09453ad465d wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a0/54989542af7c0aedc34ed2c1f18f37db58861f wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/5f wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/5f/7627bc5b6c720245d9dfc3424e87c507823ea9 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/c5 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/c5/ebdc20c22678fc33d4bb8a1e783e7a73e325c2 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/4f wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/4f/af7e0262aced6e2c91a028acb75d0bf999e6b9 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/d2 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/d2/7d7c9040d71d3254e053c9ed50d55d1dee7a8b wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/d2/6e7d5084a72c3e508995dff43ee33db81c95b4 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/ac wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/ac/9484d9c2dbd7d586fbbe893aab6617346c3054 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/ac/2be4219b8cd4ca33ac7d105411c462d6a6990c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/ee wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/ee/bd538d62c454856804f034dd31d1e88f57f4a6 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/3d wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/3d/bbfd6f19a630cbbb0d7318dd42a6088a4a5ae6 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/3d/65e540f802be2f8e2fe458906c5ab0c89ef61b wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/3d/59444cddb07cfe6cccaf9e0909ddce6e2cb47a wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/fb wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/fb/6a6029350dd5ec10d88cfb39e3f08645e7c1c6 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/fb/69c70b48bbb4a5c50f112eed5fbda72be3ec36 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/30 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/30/b9e7c9221d762def2205b2459e8dc8baf5c751 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/b5 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/b5/80ab757c7f4420eb2f58eb73d279debf03856c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/f9 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/f9/0f7fbd40242c19f4bd7564c18db445d5f6f106 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/34 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/34/4c6d665c484c60c61605cf19645f0f327d6647 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/34/45c26a779b76c6b0f012549aec44d6828b9cf0 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/e4 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/e4/c3f3e6d2a1bc00e85e834dbb486307ec193dd6 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/06 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/06/aa782f447971b43146430ec5e85f0553244586 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/ef wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/ef/66851287311e7f6890aa1fa0bef1240e5984de wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/95 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/95/f4e6df00678c94ca178d1fa01f4d336f67a2bb wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/95/8e033844c84a8ac2e216a13c871b62945474cf wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/69 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/69/98dd9c71f7413be0c4544bf1584ecb3f53a6f6 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/69/36d689652146f3432136c2b2d6f08a8af7c860 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/69/1ac69a2ebbb9b12521a7d21bdecd47f1346326 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/f7 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/f7/b5383151ffe3f2358974dd8b833577deedcf98 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/51 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/51/a5c1d4eaae8e4bef7b87cb4db9b1f18ac85433 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/51/98003756371691dffef0e7b82224ee74bee878 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a6 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a6/296bc84a62594609812ec2c6e762439f05ded6 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a6/63fbc3cba14817b9e085a1f0b9f621ecbb1286 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/1f wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/1f/616289ef0d243ff35047f0fef9a5504b74c2cf wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/1f/74fb714a53612ef94af4294e6d659a226b71a3 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/1f/cf34e93dfe1e7e3b7fa36cd958a31663bc3193 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/1f/80dbd14543e94d5303162b484c72a526f02a17 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/1f/bcf24228ec04e4291948335a4b91a7d0145f99 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/1f/2aaec90062a2d388a42e1b4a35439e33c61fcd wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/c2 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/c2/0f6268b2e236d8d55658a8c90ad87531e9ea4c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/c8 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/c8/9b995325c3d7887eb49970eb9e479c74b24926 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/8a wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/8a/8914e6567992e77312f47796b2684779f199a3 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/8a/acf4071f7f4d05125743c5e13633be72443d64 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/ba wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/ba/dc9a0c8e9d143c08bea50e344b715e10e8a82c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/66 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/66/1d17a72897f2803f6407dce004b7fb8a3fd7a8 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/aa wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/aa/d149c471c3256a435e3e720fef2fee4e66f764 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/75 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/75/7eec7a28394386cf78e6ceaeb1d2baf8c4c0f8 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/f5 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/f5/767d8671aae383eb06c56fff10e644e25ac747 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/79 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/79/8bcfffdca418abf38d85617fd6b648a4e13f82 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/79/6dac5376c2d45196bace9fed5a830debddbfc4 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/55 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/55/775afd86fffa662bd601b9bba45ffe5675c43a wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/55/b1a456612bd57e0d42fcc707f42e09d14e3da8 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/55/a2d74f0d8a1fe65bfa3f312ad34545ee676b58 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/97 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/97/1f03bd00f908e49c1d4e3a581d456e4519af24 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/97/1839800b38dcb32eb45b3170fffd2cce3f7ffc wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/97/8ec903c6d9bf516092ae23b860226d14dd88d7 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/7c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/7c/aab86052c3de588627d6ce4e321ab032a829bf wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a5 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a5/aeb10b5918433c273d66e1470cd072c2583903 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/8c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/8c/cbb857697ffdb4e1a3ddcfbf13dd5739d0b57d wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/8c/298d36b32b8c1a9933992290b9777359978920 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/26 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/26/b6cc692d4d6dd6c37b1c4a5bac99d0618fa6c5 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/2f wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/2f/8a856c467003008a0269760e165770f5c04360 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a9 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a9/c7001141297ee212f12a8ef6e9323c5df94e69 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a9/d24cd766df6070ae047d920d93cde13a6cd806 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/72 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/72/6ee9f4a2207842f8751f4d8802e4458d041d44 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/72/3f95f53410c8f7844b3727f06c84a4e4eecefd wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/72/3bd8274b3244f54b78b451eaff2df98bec5cc2 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/72/24a5155103ce38dc24146584543ab7a0e8e720 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/8d wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/8d/439f5779bc53a23f3379c8600e1e6141e29889 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/39 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/39/d20a96f690b59feff2c28acc39b64c0873d587 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/63 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/63/e50962963f5012ce2897526f00129346890a28 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/63/bdea08682705b145fdf873c4f672d3a8d29abd wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/b9 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/b9/0d5dd277c3f3d5e4795cc4b2e320b1fa94a5fb wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/b9/7aabd25a0d8c51641c875427e37cf5633d9486 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a3 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a3/0351d4b9121317df73a02891185cd453f84778 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a3/d5d1a754700aa843a0f9b434094d504b0e5252 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a3/4ba0d9dcc552e28cd36d37cc2bd7d3880871ae wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/7d wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/7d/c27e3c6e2ac7049b8907da8c3494f0197feff1 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/7d/255d323eb694a69cfeb2688849f694665caf7a wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/b4 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/b4/9ec4ca0191df2b28d973cc5dae12bc3b702473 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/b4/12a98107a1ee822856ef20d4a9ed9e352aca8e wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/f2 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/f2/91d059463daa8403c706c6fb1c49839d8df9ee wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/f2/a825dede41f7e6c3ca415c6ce266968f619ff6 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/f8 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/f8/60448597b6858d4ba57b11bece604ef29e803b wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/ed wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/ed/057feca5a2486423971341493fe090c3fa28fd wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/49 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/49/8deb43a7f3d65edeba4aee1c790b9b48ba1925 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/49/b08de1c6acaca7a14cf2315bc04ef7a7b4c667 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/49/af1ced3bb93c2c5b4bc5c461c7859f77622925 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/da wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/da/8064e44939d0e50aedfa51123d159362e48d67 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/da/4bd89d181108306b1caec13fadac846edde0d4 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/e5 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/e5/fa3608225932553b9a320762de164602e39cdd wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/e5/3be5079de6ef9d3ef4ae80e8995e32d8c86f8e wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/e5/ffdce953fd443a329d0920689944e031566edc wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/f0 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/f0/e654f4aad31b56d528465fc4d431a6db65c440 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/99 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/99/37351c95d51e4faa47e7bcb5b141dfb4774bae wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/99/ec98a812a72d75a29377cf7052fa1913c024a8 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/36 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/36/fed1a0c6382ab97c15597a459dcc4471b415ae wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/10 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/10/09aa912643ef10750b031f7860911d8cf4fb24 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/10/0c041f516e52a1426f9329c77c66a8cc5ebcb6 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/93 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/93/3b9a3438a728467c86c4ec2c519f2e2a645751 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/93/31f6cb827be328d47c000a8b0ac2a9ab007e02 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/af wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/af/4987e4d20e0b762ae1a207a546969d0470be11 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/38 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/38/3f362e2d6ce96954b185f6d9143cc0abefaff5 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/38/94377238b8b21e8b67b736afec430ec2722306 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/38/67e3bf79398604286c8a07894b498360fc02fb wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/38/68452a6f39546370bda850b3c5594bcd8ec4b8 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/38/cf3d968b2d49e76f34210a7aea6e30cc759413 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/cb wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/cb/61ef33e76d70541b841999c65239fb456c30e0 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/35 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/35/27c402277d31b722f21488c5b4a9a3cb044e47 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/52 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/52/b30779dc7ea110002f0ddbcf2393af1b29f150 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/52/98570934e46bb7937c1249e8e4398c64a74dd4 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/1a wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/1a/153ecc2d4778cd7eb428697d3503799ee3cff9 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/42 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/42/800b0a9e522f996f71858ea634999f4f358109 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/60 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/60/073b28f6ec8ac8b14625cc6f020327d8f07530 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/cd wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/cd/9de7e1e1018aeb811a1f253fdd111e18c527cf wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/cd/e6027b39bf579cc11ffb34a548d0f5b07b5fbc wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/cd/6b01cf7abe3f9b4239abe6d0fa080afed80e7c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/4b wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/4b/7f416ed8d5f07082286a797e95f15bdf39211b wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/6c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/6c/081bf611133c19838fcbf358364a48f6145272 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/6c/c2b96f50772d1a2ace615638a0f990923f68bc wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/6c/6e2b94547a1b8ef7cf5a984aff7db109f30d02 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/87 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/87/559007a68021e3300fed6054b85d88827ad7f8 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/87/a7c49d1a3e31fa8802a153e28f9659194eda04 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/27 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/27/2a2fe039f060a748c3491d688cc0a437200a1c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/27/9a5e067d7a437ef90a3baa15e7bf496d5dcd6c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/27/1cab011f2a14a1792ea7e7a8d216266c854e6f wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/54 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/54/af11df8f5d40f28eec087eb1d5e17ff86fb184 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/2e wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/2e/b307b2edcff9f51883c968a044131ae56b12ac wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/e6 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/e6/e9d82f025ccecbe849f8a9b5b0eef21a4efdbf wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/e6/3a58e5e630bfae9a8262564b9ee96bfc3181bc wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/e6/e4e0a907119f0dd1c853e3a0f2b6efa887e986 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/98 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/98/b116715f0eb57fbe0bc6cd850acec7a1442c90 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/28 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/28/4b136035742aeef2f0c87cbb817d3dd2e55222 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/28/fce0b6c51f1e0ef899a930ad8f411a42af820b wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/28/77d47592dce0e5e6b76e7c38d4c87404ac33f5 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/41 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/41/742eae34017c9928bb2bd145d6ad5f25248778 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/08 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/08/8b9b8257c29c972f1678c974b2d74ea6869167 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/08/316129c017f56f1d9b4622fe3909db7f13d7a9 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/ab wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/ab/26c73deea0db39f92d754282175a5f92432081 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/9a wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/9a/5fe65b221b7a70a3548c4beede773066dc2a17 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/9a/9cb43cb0dd8e5c98567b3c60b2104336c1163f wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/fa wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/fa/cd3e0b707f2ae5ac9d1efe5fe1f76a2afb5711 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/fa/a33f73d1921e474dea170d4fd5477dc4bd5f89 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/ca wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/ca/ef78c719e530e93e1a0e3ad4610dc021b0907c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/ca/56483eef481291f944df49753999e167a9383c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/88 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/88/4dac0a5acb8b7efd83284675f44f10579c6e30 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/88/ded584a055cad6ab22ae2cf83343ac2c1b4416 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/88/1eaeeb9873c2cc2ea7da10c6cbe46aee0e3d1a wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/cf wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/cf/d9d1bcbcfdb9883606d43d87cb0e65cfb477b8 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/96 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/96/0f623d5d03b208e9a221e636fdf323e4688fc9 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/96/29d56ca284d280786575e112134903aba0e7a4 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/dd wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/dd/0185490096bc193da953dd90fbe5c1e502ed50 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/dd/48899a24058db2d0837cb056cc2f69881b17e7 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/47 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/47/0553625bcd0041276d7652558b371204b07417 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/47/3beabad6b6a15423b09c32d90555c02774cf8d wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/76 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/76/51e5d407aac44c3a5f783eac6a08ae1b673dd7 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/cc wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/cc/b59819712f2f8b7117ab9ac0e32766440e783f wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/4d wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/4d/047b7f95ae6d555d4b05a7ef289b165cf083aa wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/b6 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/b6/2c9b60daf07d88611969ae30fc3a55f8ba47fd wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/9b wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/9b/fd17fe778fb0b6c334b1aad2e2d88159198e0e wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/5d wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/5d/0a4122925f886984f0c40239aa3c44d670ccbf wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/5d/01319d1eecd47293f8eb840cadff1f5fb2957a wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/25 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/25/c939fdf8e5226b89e62ffccc7ce9cf2c35604c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/25/cd35bd1838b45815d04cc42bf671a03afb7eba wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/d8 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/d8/a9b4e8e7ff7864609c59b817b1438f230233fe wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/ce wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/ce/37fc44ddcb4b6dcd259f8ed081618443a7d1be wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/ce/4c5aa00b98ae86f36bf24849be5745161ace76 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/ce/baebbfdccf6075e60afa1754bfbaba031cfea0 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/16 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/16/720061f76c712de9928b0662a78c8c01863182 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/18 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/18/cf428bfdb956515ce5546988c0b7b20fe2694a wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/18/95efee8aaa8cccbba3ef28ccd3298bc2b80ec5 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/82 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/82/83a820d55d065c9a76be5e89c4c9ffd5cbf982 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/82/418efa4598e8ef7d2443164418abe21158e484 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/82/51bd58fbcfa804f2c9081df1f8a84cec6d5c92 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/c4 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/c4/248b15be10e256a19f8e66061c53e69ea2450e wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/94 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/94/7de755536a08d8114f4ace1a7698caeabf80b6 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/2b wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/2b/5dd21f14b98bd8ca5df35a352bb29e276ffb4f wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/2b/cb65e237872c8799c3bfdca3cc3dd5c9094f90 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/2b/9e800aa5c879e7e064c73f78d8d02e1bf28417 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/29 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/29/6a6e7677ef3849653fdc327a4af26a33555776 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/29/36ff20c39a0c64d7fe7aa34000db0a15a9a53d wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/29/6a577e7099f1e2d3616a19b98541dcdc273f7c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/29/58169530292d8c2ac0a45ecc4be0dafa1b424c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/8f wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/8f/5d31ef180633fc5d177ee6c75b7b3814024daf wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/c1 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/c1/78b4e238e588f8089197ae6000e07e4fc34855 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/c1/5949fd9b42924b4341887df37e11bb3358e10a wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/c1/fdc09b7b798662bc78ab55c861a8ad9a217885 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/c1/b8d4c45081887d62b96d184d0bc1aa300cba2c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/2a wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/2a/2bfe3ac4ff198522d5ac4b3a0d39582f5e4c2c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/2a/2f1a90b3c61a0aaa201ebc3ed71b8f818c0198 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/77 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/77/4eef70e67a20f3cf9d944cb7b796e57b407a40 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/77/87b4f6804b9f6175a1b018c6891f7f1b5e5a80 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/77/fe4005751f14636ee2cf06d22c71e402d2b561 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/50 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/50/2291618ab86f4adda73b969e48ae546a9d0469 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/50/da82f86c6747545d32b4777c0ccc652b4c3911 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/70 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/70/ff02e29a330d948824be8b3c17d624eed02b85 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/70/959057fecdf979ebd9d6d5388acd5f563c6ed2 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/70/547cc6f429f4f8b705575c6ec37a1e02aa7d9e wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/e2 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/e2/e16d0b5e386b7ffc42e458e843dd2931aedd07 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/bc wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/bc/f9b1cfc333b684de99a56330fcbf793799eda0 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/0f wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/0f/fba43a6d2c7c02054c4046ff58849b5606f32f wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/fd wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/fd/f4e54e3a42e5cd9c8e3c62e291235987e2e80c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/fd/c0bf04dcc02c8864cf1a2cbb9678742aff3a7b wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/01 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/01/96b7d96854468856ae47c7cef09e227f4ba115 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/01/ee21bcaab214842c8274f32a1e4297927380c6 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/01/0766e1613f7b0c5dc442f376eaa0be11e9e005 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/01/bb62bf1c11ced6259015be6982f509f12e617b wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/0c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/0c/bcee50e2165eb2f2d615acfb1d62eedfa65813 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/21 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/21/863446061482f2ec19b7e98f75e90079844235 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/21/a65aaff58654ced86f2a463153d25ed39a4090 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/4a wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/4a/9fba938ed69e95ae8ffdff59b0047de1724e26 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/84 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/84/5db836adcda90e2b31807920cf40ce0e9a8564 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/84/9f28c022fd511d2d17fba434628d5dff07d903 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/84/a2880b604e15c4bd3c575599990202472d84e4 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/0b wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/0b/d69df5058c62e1f3a182733349e940461c481e wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/0b/18dc681058206bb36b600f299bbf126cd60da2 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/0b/18550bb12781d1cd43e843e181fe8671c28d17 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/0b/9517e4f11895c6838db745ab2b6d1338960b32 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/fe wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/fe/75d5588583d3f577f8aff83a1a9e5dfc6a18e3 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/3c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/3c/f9bd320becac25cf2494fb5bff5891d011119f wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/92 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/92/f2d76d390b5237d91a6550908a6fec5e984bfb wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/92/903615afa5600531bc2c6e0822465b3c175b9e wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/e0 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/e0/86e9f12ecaaf3d24bc0be39c46e5a77f80f7a3 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/e0/e558129f0322156dac17ec70d3a409d7ee322c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/7f wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/7f/727a9c1d00a032a22d8cdd8dc91a2abc795dc7 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/7f/ea34485387d104238d8fef24449add947e38c2 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/65 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/65/53a56c66e1eb974b59064e0c033b5ad24c1a9a wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/e7 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/e7/512b7a4c2b65f304c13f036f052ef7fac5a038 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/e7/3f5a7cd0cc83ce9756fe447ce757708add4092 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/e7/7b36fa6a62d61450bb065adb0a5be5212f431c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/e7/de16dfbc499de1af1dfb769b585bdcee1c5ed2 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/0e wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/0e/5a988fd93c90411a000fe3d9fd8c74f3013c37 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/0e/ed238643362c8874c6c5269db5db96e8a3ad51 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/0e/e6e28e3eebf6e061d768c2abb5205bfbe4806b wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/6b wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/6b/6b80719ba52d30cbb1b9f9c35a48337832ff55 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/5c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/5c/4ce5900d35d47076a35e640cbbcf94b3d5a391 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/5c/aefe514669f7e90b34c2ff6b712fa59f6dbf79 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a2 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a2/894ef120c92ba58013e95006ea3641d4e5dc8e wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a2/77dda10770034cf4f7f3ac0948c525035b82df wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/a2/09802ef89e19b1d1b5be87c55f5c26bec28ac0 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/59 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/59/45f2a4a2ae72fc5a91bf11014d628acc0ae108 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/59/ee64adcdc73a726b34951fb108de3ee1804e33 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/11 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/11/adeb4e2b1c255738d989368ccbc50d56457917 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/58 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/58/9a2ee37e39d1eaf271a5e671ea3bf7d6ac1c2d wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/58/51fb0c56fb4b2ec8ba5855c5ea042a99a0b496 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/58/14a3d76a5471d593b67c1acf1fdf208664fe76 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/f6 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/f6/f70e083b6b1f4364ecaa5353fe4bc3f40768f5 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/5b wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/5b/8a719c789ca5ce70830c34a98d2cdd36c3a2de wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/31 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/31/ec8722a300097f8bdb5ffde33227954757a348 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/31/e1d042ffe73ee6bc9ab622a95091d4e44cfdce wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/31/e1ca14e3490b182b4ef444a9e955db3bede7b2 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/31/ecaac5d30f2bc73d67c8d33fd73cd925f521b3 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/64 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/64/e003f7b8359ba6d77c9a674ecd3036ae10ed88 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/64/36e8cd110a38870668cd1f01800085b6870ebf wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/3a wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/3a/8d48db5ae7cd5459217bedeeee0603ceaa5a97 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/3a/bc9fd39839b7c22c479b12d2b2b923a26726cc wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/3a/976631475cd0175c85776dff025f4619d4eade wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/03 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/03/20bc69ed28224136b79232ba4dcd6a84e0f19f wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/03/26524e978f9c973c1d4a6a75f8ec863779e75d wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/03/dcd90e128d00f7fa64dfa52ab1b8025340b637 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/89 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/89/3be3d80d2779050ad30b5f820359e7d7d946a4 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/89/8070d59d6c2a9ef8b187e40099b7647071064c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/23 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/23/ba1d2f4d78aaa5bed5717a66a161064964b2a5 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/23/b9f5ac3aead1795296d3a0c120ecdccb2b6deb wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/23/e992748a36c84852221a239db90adca7282615 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/23/5459d067e13851e2fcaacb7535036f84d53a11 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/f1 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/f1/5650f7b144b8c38e7ed36b53c14ad2f361719d wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/f1/ca9535ee90bb8493a2cb65d7b4a0b4b3ca7425 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/19 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/19/684eee00e09754eb6889ed47a36e33e5d33f5f wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/c0 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/c0/12ab2301355810e6caf50d612af6a5c1ac6520 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/df wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/df/c806e6fd52429e11a60cba4862548a01e43308 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/df/e1a0c6dd3fc75186785c6ade318716e1b535aa wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/3b wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/3b/661706ad1407e66e6707551ed33963af07a19f wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/3e wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/3e/da76b7893e25759cf53540ea911233f41330db wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/71 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/71/44e63af2582caed1f8ddce99cabd1ae9a2c591 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/71/9e857568d6126061057b3b0603d86795bc3013 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/71/215fef136347fa5ebfb5941b63559b7113de3e wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/71/540bb341bd9dc50745e6ae2c71c32962248f8b wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/48 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/48/948810b9e2f513425b691091c270141c749107 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/48/c83983472d7c74f6975b77e567194477b3e7e8 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/0a wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/0a/d28b92d06fa0ed7f79d0da1e47e4bffced91a8 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/0a/d5ef4dd0c4ceb01baa48cdf015be512a8c8696 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/0a/c65166e041f6c4c32ac22515ae126e697a019d wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/0a/d74ea1f39bc00e2a097e30050fa75e2561b566 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/d3 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/d3/51751ef7818221558a4d61e4715b32cd5cd964 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/d3/483197c900ede1a6cf1d9f59453c7b9b0bcaae wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/d3/4e40eb0c115563d25dd6d1650e61e7f27ed279 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/d3/e12e2ef9ad08e0a3e0b7b3e193bfe941062610 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/d3/7084f69f7cc64f896c49275d2be91d9f15df55 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/d5 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/d5/8c8c9b44ccce26d847bb4e245671348a776c2d wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/d5/eb88675ac899d91fa4dfa4d6591e55bdcf0677 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/68 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/68/26888b8f093f28524154a1ba4f30a4532f6d9d wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/68/801da6aeec3dcd82a33596ede9bf3571814689 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/68/c0e82c0f405bd853256bde957a6887509b617c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/6a wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/6a/a13f150a5c43e731b0a4afccad33e6fc474f91 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/53 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/53/96bcf3a41567b717b7b7c8d4ad07699b01ab68 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/05 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/05/1715e9d19af4881f8d9717de5987afdac8f9ac wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/05/85670f643be5d1d934d7b6682770ba44c8cd12 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/17 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/17/929b0ea4dae93d41f941538fc0e474f76d0917 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/17/c30a01ac36cbffe099b44e1d35433a1de32667 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/17/4d4d3d301c55699f776ae04f8ac6829c44810c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/17/371b4fcdf1a0b45f412b100cabc20fbb0bc780 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/e1 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/e1/85d3ff52bec47e0a2caa296be5bf7660a0340e wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/e1/206e7c8c065798ad3135a778979982a53cebdb wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/d4 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/d4/ff5e32c7829a9f36160dafe478704a14d88a04 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/d4/cb80673a4c2004e844f523b6ab969da9a7f216 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/d4/bc0661a2bb9bd68fb2b984f0eceb9e53b34106 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/d4/d40bf182767af3b061be374a9039504c9ab2ef wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/78 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/78/366213db3d6739c3e3c32b441eedf8bd5865bd wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/2d wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/2d/1ec6f0975ff708488802d9d3fc886989e7329b wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/2d/b447887629b5974e2cb56c01242c2b27145561 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/4e wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/4e/7014fab3174f13da2cc42cfaad5d904661ce48 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/80 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/80/3dbf704877dbecd1e21c16c466089a9bbc993c wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/09 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/09/df9faab92f47698370be6fa2ab144cd7553b47 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/1e wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/1e/44e49fa058520e54f24eb0b37645759d40d2f7 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/1e/fe4d939f11ceb71800603e53d53fcf3b516144 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/b1 wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/b1/d83ef8bd367794ff8c441da0fd6c4606c36c3e wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/b1/b45312effcff75b4bcad082451d2e9acccedfb wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/info wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-06b9d863ab48552537732f07e6e0701534295ad6.idx wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-ff719824a59adeadbed002d6c9a3c59f976c0583.pack wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-924c431339ae4211e63923234a9febc49da94d53.idx wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-124874c6c1e0f6c0e67e0349322d0c1d9a0aece1.idx wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-bc67dad39d45472af472edd596c94a4ce69d72cb.pack wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-b50812067ac31235f0dd0b1f359252b9abc0ebb9.pack wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-d40537a4ccc88103521e643d0356fe045898a3e6.idx wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-d40537a4ccc88103521e643d0356fe045898a3e6.pack wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-dc047b7b9187c143d0c4d8aa418e152a1e75c539.pack wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-697dc846d47309bcf7e4e2d7459e53eec7488126.idx wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-e4111d09629c058618500953d01d1125348be05d.pack wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-bc60fafe904f9a6a48571821d04fdb3a6f64a14a.pack wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-06b9d863ab48552537732f07e6e0701534295ad6.pack wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-124874c6c1e0f6c0e67e0349322d0c1d9a0aece1.pack wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-6bc92451494625c4a9c172530821b0caf84a610f.pack wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-b50812067ac31235f0dd0b1f359252b9abc0ebb9.idx wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-6bc92451494625c4a9c172530821b0caf84a610f.idx wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-6a4add46565bce75d67e76c37933de2fb7de62cd.idx wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-8e08508c3fa20d0956d013b6656bb510caf4727e.pack wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-6e7aa171b26fe9d3492f833a174e41460bd6a530.pack wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-924c431339ae4211e63923234a9febc49da94d53.pack wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-ff719824a59adeadbed002d6c9a3c59f976c0583.idx wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-697dc846d47309bcf7e4e2d7459e53eec7488126.pack wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-295abe033ef3ef6aa8bd0e95fae93f2bccb69f56.idx wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-bc60fafe904f9a6a48571821d04fdb3a6f64a14a.idx wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-29062587bd34d5fd31b823459d01f6d7470affeb.idx wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-29062587bd34d5fd31b823459d01f6d7470affeb.pack wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-dc047b7b9187c143d0c4d8aa418e152a1e75c539.idx wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-8e08508c3fa20d0956d013b6656bb510caf4727e.idx wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-6e7aa171b26fe9d3492f833a174e41460bd6a530.idx wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-bc67dad39d45472af472edd596c94a4ce69d72cb.idx wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-6a4add46565bce75d67e76c37933de2fb7de62cd.pack wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-295abe033ef3ef6aa8bd0e95fae93f2bccb69f56.pack wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/objects/pack/pack-e4111d09629c058618500953d01d1125348be05d.idx wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/branches wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/hooks wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/hooks/update.sample wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/hooks/commit-msg.sample wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/hooks/applypatch-msg.sample wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/hooks/pre-merge-commit.sample wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/hooks/post-update.sample wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/hooks/pre-push.sample wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/hooks/pre-rebase.sample wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/hooks/push-to-checkout.sample wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/hooks/pre-commit.sample wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/hooks/pre-receive.sample wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/hooks/sendemail-validate.sample wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/hooks/pre-applypatch.sample wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/description wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/info wanted=false
[2025-11-26T11:37:48Z DEBUG ambient_ci::util] path=/tmp/.tmpbfpwvC/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
       cwd=/tmp/.tmpKhmpWv (exists? true)
[2025-11-26T11:37:49Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-26T11:37:49Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-11-26T11:37:49Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpNEhfIL/src.tar
[2025-11-26T11:37:49Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpNEhfIL/deps.tar
[2025-11-26T11:37:53Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-11-26T11:37:53Z 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-11-26T11:37:53Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-11-26T11:37:53Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpNEhfIL/ambient-execute-plan/run-ci
[2025-11-26T11:37:53Z DEBUG ambient_ci::run] copy OK: true
[2025-11-26T11:37:53Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpNEhfIL/executor.tar
[2025-11-26T11:37:58Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2025-11-26T11:37:58Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY, exists? true
[2025-11-26T11:37:58Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2025-11-26T11:37:58Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log OK
[2025-11-26T11:37:58Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-11-26T11:37:58Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-11-26T11:37:58Z 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-11-26T11:37:58Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-11-26T11:37:58Z 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-11-26T11:37:58Z DEBUG ambient_ci::qemu] run QEMU
[2025-11-26T11:37:58Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-11-26T11:37:58Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpqpVBQs/.tmpiYLi6N/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-11-26T11:37:58Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-11-26T11:37:58Z 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-11-26T11:37:58Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpFzzVg4/meta-data
[2025-11-26T11:37:58Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpFzzVg4/user-data
[2025-11-26T11:37:58Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpqpVBQs/.tmpiYLi6N/console.log
[2025-11-26T11:37:58Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpqpVBQs/.tmpiYLi6N/console.log
[2025-11-26T11:37:58Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2025-11-26T11:37:58Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2025-11-26T11:37:58Z 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/.tmpqpVBQs/.tmpiYLi6N/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/.tmpqpVBQs/.tmpiYLi6N/vars.fd",
            "-drive",
            "format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpqpVBQs/.tmpiYLi6N/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpNEhfIL/executor.tar,readonly=on",
            "-cdrom",
            "/home/_rad/tmp/.tmpqpVBQs/.tmpiYLi6N/cloud_init.iso",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpNEhfIL/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpNEhfIL/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpNEhfIL/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpNEhfIL/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2025-11-26T11:38:36Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-11-26T11:38:36Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2025-11-26T11:38:01Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-11-26T11:38:01Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-11-26T11:38:01Z INFO  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-11-26T11:38:01Z WARN  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-11-26T11:38:01Z 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-11-26T11:38:01Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/workspace",
            },
        )
    [2025-11-26T11:38:01Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/workspace",
            },
        )
    [2025-11-26T11:38:01Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-26T11:38:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-26T11:38:01Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/workspace/artifacts",
            },
        )
    [2025-11-26T11:38:01Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/workspace/artifacts",
            },
        )
    [2025-11-26T11:38:01Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-26T11:38:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-26T11:38:01Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
        )
    [2025-11-26T11:38:01Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
        )
    [2025-11-26T11:38:01Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-26T11:38:01Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
    [2025-11-26T11:38:01Z TRACE ambient_ci::vdrive] extraction OK
    [2025-11-26T11:38:01Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-26T11:38:01Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
        )
    [2025-11-26T11:38:01Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
        )
    [2025-11-26T11:38:01Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-26T11:38:01Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
    [2025-11-26T11:38:03Z TRACE ambient_ci::vdrive] extraction OK
    [2025-11-26T11:38:03Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-26T11:38:03Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-11-26T11:38:03Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-11-26T11:38:03Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-26T11:38:03Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
    [2025-11-26T11:38:09Z TRACE ambient_ci::vdrive] extraction OK
    [2025-11-26T11:38:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-26T11:38:09Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
            CargoFmt,
        )
    [2025-11-26T11:38:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
            CargoFmt,
        )
    [2025-11-26T11:38:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
            },
            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-11-26T11:38:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-26T11:38:09Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
            CargoClippy,
        )
    [2025-11-26T11:38:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
            CargoClippy,
        )
    [2025-11-26T11:38:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
            },
            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 3.57s
    [2025-11-26T11:38:13Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-26T11:38:13Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
            CargoBuild,
        )
    [2025-11-26T11:38:13Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
            CargoBuild,
        )
    [2025-11-26T11:38:13Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
            },
            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 14.73s
    [2025-11-26T11:38:28Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-26T11:38:28Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
            CargoTest,
        )
    [2025-11-26T11:38:28Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
            CargoTest,
        )
    [2025-11-26T11:38:28Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.88.0 (873a06493 2025-05-10)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/workspace/src (exists? true)
    clippy 0.1.88 (6b00bc3880 2025-06-23)
    SPAWN: argv=["rustc", "--version"]
           cwd=/workspace/src (exists? true)
    rustc 1.88.0 (6b00bc388 2025-06-23)
    SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
           cwd=/workspace/src (exists? true)
        Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
         Running unittests src/lib.rs (/workspace/cache/debug/deps/radicle_tui-5e33d8a2822a401c)
    
    running 7 tests
    test ui::test::state_value_apply_should_succeed ... ok
    test ui::test::state_value_read_buffer_should_succeed ... ok
    test ui::test::state_value_read_should_succeed ... ok
    test ui::test::state_value_reset_after_apply_should_succeed ... ok
    test ui::test::state_value_reset_should_succeed ... ok
    test ui::utils::test::lines_should_be_merged_correctly ... ok
    test ui::utils::test::lines_with_start_should_be_merged_correctly ... ok
    
    test 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-3f7b42f47699c764)
    
    running 70 tests
    test cli::empty_command_should_be_forwarded ... ok
    test cli::empty_command_should_not_be_forwarded ... ok
    test cli::help_command_should_be_forwarded ... ok
    test cli::help_command_should_not_be_forwarded ... ok
    test cli::version_command_should_be_forwarded ... ok
    test cli::version_command_should_not_be_forwarded ... ok
    test cli::version_command_should_print_json ... ok
    test 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_file_multiple_hunks_can_be_constructed ... ok
    test commands::tui_patch::review::test::app_with_single_hunk_can_be_constructed ... ok
    test commands::tui_patch::review::test::hunk_can_be_selected ... ok
    test commands::tui_patch::review::test::first_hunk_is_selected_by_default ... ok
    test commands::tui_patch::review::test::hunks_are_rejected_by_default ... ok
    test commands::tui_patch::review::test::hunk_state_is_synchronized ... ok
    test commands::tui_patch::review::test::multiple_files_single_hunk_can_be_accepted ... ok
    test commands::tui_patch::review::test::single_file_multiple_hunks_only_first_can_be_accepted ... ok
    test commands::tui_patch::review::test::single_file_multiple_hunks_only_last_can_be_accepted ... ok
    test ui::items::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_type_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 ui::items::tests::hunk_comments_on_modified_complex_are_inserted_correctly ... ok
    test commands::tui_patch::review::test::single_file_single_hunk_can_be_accepted ... ok
    test ui::items::tests::issue_item_filter_from_str_should_succeed ... ok
    test ui::items::tests::patch_item_filter_from_str_should_succeed ... ok
    test ui::items::tests::hunk_comments_on_modified_simple_are_inserted_correctly ... ok
    
    test result: ok. 70 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.97s
    
       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-11-26T11:38:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-26T11:38:30Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-11-26T11:38:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-11-26T11:38:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-26T11:38:30Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vde",
            ),
            root: Some(
                "/workspace/cache",
            ),
            size: None,
        }
    [2025-11-26T11:38:30Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
    [2025-11-26T11:38:30Z TRACE ambient_ci::vdrive] create archive file /dev/vde
    [2025-11-26T11:38:30Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
    [2025-11-26T11:38:30Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
    [2025-11-26T11:38:30Z TRACE ambient_ci::vdrive] calling tar_create
    [2025-11-26T11:38:33Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
    [2025-11-26T11:38:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-26T11:38:33Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        )
    [2025-11-26T11:38:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        )
    [2025-11-26T11:38:33Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-26T11:38:33Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vdd",
            ),
            root: Some(
                "/workspace/artifacts",
            ),
            size: None,
        }
    [2025-11-26T11:38:33Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
    [2025-11-26T11:38:33Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
    [2025-11-26T11:38:33Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
    [2025-11-26T11:38:33Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
    [2025-11-26T11:38:33Z TRACE ambient_ci::vdrive] calling tar_create
    [2025-11-26T11:38:33Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
    [2025-11-26T11:38:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-26T11:38:33Z DEBUG ambient_ci::plan] All actions were performed successfully
    ambient-execute-plan ends
    EXIT CODE: 0
    
    ====================
[2025-11-26T11:38:36Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2025-11-26T11:38:37Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2025-11-26T11:38:37Z DEBUG ambient_ci::run] remove old cache
[2025-11-26T11:38:37Z DEBUG ambient_ci::run] extract cache
[2025-11-26T11:38:39Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-11-26T11:38:39Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-11-26T11:38:39Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/meta.yaml
[2025-11-26T11:38:40Z INFO  ambient] ambient ends successfully

Ambient stderr

<empty log>