CI run for rad:zwTxygwuz5LDGBq255RA2CbNGrz8

Radicle repository id rad:zwTxygwuz5LDGBq255RA2CbNGrz8

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  11.6M  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  27.9G  0 disk 
vdf    254:80   0 905.3M  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2025-12-22 17:22 ./
-rw-r--r-- _rad/_rad      1760 2025-12-22 17:22 ./plan.yaml
-rwxr-xr-x _rad/_rad   6394112 2025-12-22 17:22 ./run-ci
INFO: Extracted files:
  5636108      4 drwxr-xr-x   2 1000     1000         4096 Dec 22 17:22 .
  5636110   6248 -rwxr-xr-x   1 1000     1000      6394112 Dec 22 17:22 ./run-ci
  5636109      4 -rw-r--r--   1 1000     1000         1760 Dec 22 17:22 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-12-22T17:22:21Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-22T17:22:21Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-22T17:22:21Z INFO  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-22T17:22:21Z WARN  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-22T17:22:21Z 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_clippy
- action: shell
  shell: |
    export CARGO_TARGET_DIR=/workspace/cache
    export CARGO_HOME=/workspace/deps
    export HOME=/root
    export PATH="/root/.cargo/bin:/root/.radicle/bin:$PATH"

    # Check that `rad` is there.
    rad --help >/dev/null || (echo rad is not there; exit 1)

    cargo doc --workspace --no-deps

    # FIXME: We can't run upgrade tests from older versions because
    # Ambient only fetches dependencies for the current version.
    # Thus, we can't build the old versions. This is an Ambient
    # problem that we can't fix here. So we skip the upgrade tests.
    export RAD_PASSPHRAE=secret
    rad auth --alias ambient
    env
    cargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2

    subplot docgen ci-broker.subplot -o doc/ci-broker.html
    subplot docgen doc/userguide.subplot -o doc/userguide.html
    make -C doc
    cp doc/*.html /workspace/artifacts/.
- action: custom
  name: dch
  args:
    debfullname: Lars Wirzenius
    debemail: liw@liw.fi
- action: deb
- action: tar_create
  archive: /dev/vde
  directory: /workspace/cache
- action: tar_create
  archive: /dev/vdd
  directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts


[2025-12-22T17:22:21Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/workspace",
        },
    )
[2025-12-22T17:22:21Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/workspace",
        },
    )
[2025-12-22T17:22:21Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-22T17:22:21Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-22T17:22:21Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/workspace/artifacts",
        },
    )
[2025-12-22T17:22:21Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/workspace/artifacts",
        },
    )
[2025-12-22T17:22:21Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-22T17:22:21Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-22T17:22:21Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        },
    )
[2025-12-22T17:22:21Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        },
    )
[2025-12-22T17:22:21Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-22T17:22:21Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-12-22T17:22:21Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-22T17:22:21Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-22T17:22:21Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        },
    )
[2025-12-22T17:22:21Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        },
    )
[2025-12-22T17:22:21Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-22T17:22:21Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-12-22T17:22:23Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-22T17:22:23Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-22T17:22:23Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-12-22T17:22:23Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-12-22T17:22:23Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-22T17:22:23Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-12-22T17:23:10Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-22T17:23:10Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-22T17:23:10Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
        CargoClippy,
    )
[2025-12-22T17:23:10Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
        CargoClippy,
    )
[2025-12-22T17:23:10Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
       cwd=/workspace/src (exists? true)
   Compiling radicle-ci-broker v0.24.0 (/workspace/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
[2025-12-22T17:23:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-22T17:23:14Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\n\n# Check that `rad` is there.\nrad --help >/dev/null || (echo rad is not there; exit 1)\n\ncargo doc --workspace --no-deps\n\n# FIXME: We can't run upgrade tests from older versions because\n# Ambient only fetches dependencies for the current version.\n# Thus, we can't build the old versions. This is an Ambient\n# problem that we can't fix here. So we skip the upgrade tests.\nexport RAD_PASSPHRAE=secret\nrad auth --alias ambient\nenv\ncargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2\n\nsubplot docgen ci-broker.subplot -o doc/ci-broker.html\nsubplot docgen doc/userguide.subplot -o doc/userguide.html\nmake -C doc\ncp doc/*.html /workspace/artifacts/.\n",
        },
    )
[2025-12-22T17:23:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\n\n# Check that `rad` is there.\nrad --help >/dev/null || (echo rad is not there; exit 1)\n\ncargo doc --workspace --no-deps\n\n# FIXME: We can't run upgrade tests from older versions because\n# Ambient only fetches dependencies for the current version.\n# Thus, we can't build the old versions. This is an Ambient\n# problem that we can't fix here. So we skip the upgrade tests.\nexport RAD_PASSPHRAE=secret\nrad auth --alias ambient\nenv\ncargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2\n\nsubplot docgen ci-broker.subplot -o doc/ci-broker.html\nsubplot docgen doc/userguide.subplot -o doc/userguide.html\nmake -C doc\ncp doc/*.html /workspace/artifacts/.\n",
        },
    )
[2025-12-22T17:23:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\n\n# Check that `rad` is there.\nrad --help >/dev/null || (echo rad is not there; exit 1)\n\ncargo doc --workspace --no-deps\n\n# FIXME: We can't run upgrade tests from older versions because\n# Ambient only fetches dependencies for the current version.\n# Thus, we can't build the old versions. This is an Ambient\n# problem that we can't fix here. So we skip the upgrade tests.\nexport RAD_PASSPHRAE=secret\nrad auth --alias ambient\nenv\ncargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2\n\nsubplot docgen ci-broker.subplot -o doc/ci-broker.html\nsubplot docgen doc/userguide.subplot -o doc/userguide.html\nmake -C doc\ncp doc/*.html /workspace/artifacts/.\n\n"]
       cwd=/workspace/src (exists? true)
+ export CARGO_TARGET_DIR=/workspace/cache
+ CARGO_TARGET_DIR=/workspace/cache
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export HOME=/root
+ HOME=/root
+ export PATH=/root/.cargo/bin:/root/.radicle/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.radicle/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ rad --help
+ cargo doc --workspace --no-deps
   Compiling radicle-ci-broker v0.24.0 (/workspace/src)
 Documenting radicle-ci-broker v0.24.0 (/workspace/src)
warning: unresolved link to `RunningProcess`
   --> src/adapter.rs:378:44
    |
378 |     /// Error from [`TimeoutCommand`] or [`RunningProcess`].
    |                                            ^^^^^^^^^^^^^^ no item named `RunningProcess` in scope
    |
    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default

warning: unresolved link to `RunningProcess`
  --> src/timeoutcmd.rs:74:24
   |
74 | /// output. See also [`RunningProcess`].
   |                        ^^^^^^^^^^^^^^ no item named `RunningProcess` in scope
   |
   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`

warning: `radicle-ci-broker` (lib doc) generated 2 warnings
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
   Generated /workspace/cache/doc/radicle_ci_broker/index.html and 4 other files
+ export RAD_PASSPHRAE=secret
+ RAD_PASSPHRAE=secret
+ rad auth --alias ambient

Initializing your radicle 👾 identity

⠁ Creating your Ed25519 keypair...                                              
◢ Creating your Ed25519 keypair...                                              
◣ Creating your Ed25519 keypair...                                              
◣ Creating your Ed25519 keypair...                                              
◤ Creating your Ed25519 keypair...                                              
◤ Creating your Ed25519 keypair...                                              
◢ Creating your Ed25519 keypair...                                              
◢ Creating your Ed25519 keypair...                                              
◣ Creating your Ed25519 keypair...                                              
◣ Creating your Ed25519 keypair...                                              
◤ Creating your Ed25519 keypair...                                              
◤ Creating your Ed25519 keypair...                                              
◢ Creating your Ed25519 keypair...                                              
✓ Creating your Ed25519 keypair...
✓ Your Radicle DID is did:key:z6MkjbwxBsb81HqBACbrpfPuxtzmQAwkD3TcM9z254jj26R9. This identifies your device. Run `rad self` to show it at all times.
✓ You're all set.

To create a Radicle repository, run `rad init` from a Git repository with at least one commit.
To clone a repository, run `rad clone <rid>`. For example, `rad clone rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5` clones the Radicle 'heartwood' repository.
To get a list of all commands, run `rad`.
+ env
CARGO_TARGET_DIR=/workspace/cache
PWD=/workspace/src
SYSTEMD_EXEC_PID=315
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
INVOCATION_ID=e68838dda7ba46a09996125dbf8c056b
RAD_PASSPHRAE=secret
SHLVL=2
JOURNAL_STREAM=8:13492
PATH=/root/.cargo/bin:/root/.radicle/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
OLDPWD=/
_=/usr/bin/env
+ cargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2
   Compiling radicle-ci-broker v0.24.0 (/workspace/src)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 7.74s
     Running unittests src/lib.rs (/workspace/cache/debug/deps/radicle_ci_broker-b6ab12509e087945)

running 87 tests
test adapter::test::adapter_does_not_exist ... ok
test adapter::test::adapter_ends_ok_before_first_message ... ok
test adapter::test::adapter_ends_ok_before_second_message ... ok
test adapter::test::adapter_exits_nonzero ... ok
test adapter::test::adapter_first_message_isnt_triggered ... ok
test adapter::test::adapter_has_bad_interpreter ... ok
test adapter::test::adapter_is_killed_after_second_message ... ok
test adapter::test::adapter_is_killed_before_any_messages ... ok
test adapter::test::adapter_is_killed_before_first_message ... ok
test adapter::test::adapter_is_not_executable ... ok
test adapter::test::adapter_outputs_too_many_messages ... ok
test adapter::test::adapter_produces_as_bad_message ... ok
test adapter::test::adapter_reports_failure ... ok
test adapter::test::adapter_reports_success ... ok
test broker::test::adapter_fails ... ok
test ci_event::test::branch_created ... ok
test ci_event::test::branch_deleted ... ok
test ci_event::test::branch_updated ... ok
test ci_event::test::diff_refs ... ok
test broker::test::executes_adapter ... ok
test ci_event::test::nothing_updated ... ok
test ci_event::test::patch_updated ... ok
test ci_event::test::skipped ... ok
test ci_event::test::patch_created ... ok
test ci_event::test_parsed_ref::branch ... ok
test ci_event::test_parsed_ref::patch ... ok
test config::test::parse_config_yaml ... ok
test config::test::parse_config_yaml_without_max_run_time ... ok
test ci_event::test_parsed_ref::tag ... ok
test filter::test::allows_all_for_main_branch ... ok
test filter::test::allows_all_for_right_node ... ok
test filter::test::allows_any_event ... ok
test filter::test::allows_branch_creation ... ok
test filter::test::allows_branch_deletion ... ok
test filter::test::allows_branch_update ... ok
test filter::test::allows_if_all_allow ... ok
test filter::test::allows_if_any_allows ... ok
test filter::test::allows_no_event ... ok
test filter::test::allows_none_for_wrong_node ... ok
test filter::test::allows_opposite ... ok
test filter::test::allows_patch_creation ... ok
test filter::test::allows_patch_update ... ok
test filter::test::allows_shutdown ... ok
test filter::test::allows_specific_patch ... ok
test filter::test::allows_wanted_tag ... ok
test filter::test::deserialize_yaml_nested_not ... ok
test filter::test::doesnt_allow_any_for_other_branch ... ok
test filter::test::doesnt_allow_any_for_other_repository ... ok
test filter::test::doesnt_allow_unexpected_tag ... ok
test filter::test::doesnt_allow_unexpected_tag_even_if_wanted_is_prefix ... ok
test filter::test::doesnt_allow_unexpected_tag_even_if_wanted_is_suffix ... ok
test filter::test::doesnt_allows_other_patch ... ok
test filter::test::only_allows_branch_creation ... ok
test filter::test::only_allows_branch_deletion ... ok
test filter::test::only_allows_branch_update ... ok
test filter::test::only_allows_patch_creation ... ok
test filter::test::only_allows_patch_update ... ok
test filter::test::yaml_roundtrip ... ok
test filter::test::allows_all_for_default_repository ... ok
test msg::trigger_from_ci_event_tests::trigger_patch_from_patch_created ... ok
test msg::trigger_from_ci_event_tests::trigger_patch_from_patch_updated ... ok
test msg::trigger_from_ci_event_tests::trigger_push_from_branch_created ... ok
test refs::test::creates_patch_from_str ... ok
test refs::test::extracts_branch_namespaced_branch ... ok
test refs::test::namespaced_branch_from_plain ... ok
test refs::test::plain_branch_name ... ok
test refs::test::qualified_branch_name_from_plain ... ok
test refs::test::ref_string_from_plain_branch_name ... ok
test run::test::serialize_run_state ... ok
test sensitive::test_sensitive::debugged ... ok
test sensitive::test_sensitive::deser ... ok
test sensitive::test_sensitive::displayed ... ok
test sensitive::test_sensitive::ser ... ok
test msg::trigger_from_ci_event_tests::trigger_push_from_branch_updated ... ok
test timeoutcmd::tests::bin_false ... ok
test timeoutcmd::tests::hello_world ... ok
test timeoutcmd::tests::hello_world_to_stderr ... ok
test timeoutcmd::tests::bin_true ... ok
test timeoutcmd::tests::kill ... ok
test timeoutcmd::tests::kill_stderr ... ok
test timeoutcmd::tests::pipe_through_cat ... ok
test timeoutcmd::tests::sleep_1 ... ok
test timeoutcmd::tests::sleep_for_too_long ... ok
test timeoutcmd::tests::yes_to_stderr ... ok
test timeoutcmd::tests::sleep_for_too_long_while_reading_with_realtimelines ... ok
test timeoutcmd::tests::yes_to_stdout ... ok
test timeoutcmd::tests::yes_to_stdout_while_reading_with_realtimelines ... ok

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

     Running unittests src/bin/cib.rs (/workspace/cache/debug/deps/cib-76c8aed3d305eb68)

running 0 tests

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

     Running unittests src/bin/cibtool.rs (/workspace/cache/debug/deps/cibtool-ca60d6a11585f52b)

running 0 tests

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

     Running unittests src/bin/default_branch.rs (/workspace/cache/debug/deps/default_branch-8eec1c59936eb3f7)

running 0 tests

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

     Running unittests src/bin/synthetic-events.rs (/workspace/cache/debug/deps/synthetic_events-c0cf292476d8420f)

running 0 tests

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

     Running tests/subplot.rs (/workspace/cache/debug/deps/subplot-20cce939691733ad)

running 73 tests
test adapter_with_url_runs_successfully ... ok
test add_information_about_run_that_s_finished_in_failure_to_database ... ok
test adapter_can_provide_url_for_info_on_run ... ok
test add_information_about_run_that_s_finished_successfully_to_database ... ok
test add_information_about_run_that_s_running_to_database ... ok
test allows_setting_minimum_log_level ... ok
test add_information_about_triggered_run_to_database ... ok
test can_add_a_branch_creation_event_to_queue ... ok
test can_add_a_branch_deletion_event_to_queue ... ok
test can_add_a_branch_update_event_to_queue ... ok
test can_add_a_patch_creation_event_to_queue ... ok
test can_add_a_patch_update_event_to_queue ... ok
test can_add_shutdown_event_to_queue ... ok
test can_output_trigger_message_for_a_ci_run ... ok
test can_remove_all_queued_events ... ok
test can_trigger_a_ci_run ... ok
test convert_recorded_node_events_into_ci_events ... ok
test can_shut_down_cleanly ... ok
test count_in_a_single_process has been running for over 60 seconds
test count_in_concurrent_processes has been running for over 60 seconds
test count_in_a_single_process ... ok
test create_a_repository ... ok
test don_t_insert_event_for_non_existent_repository ... ok
test dummy_adapter_runs_successfully ... ok
test event_synthesizer_terminates_after_first_connection ... ok
test events_can_be_queued_and_removed_from_queue ... ok
test extract_cib_log_from_journald_and_pretty_print ... ok
test count_in_concurrent_processes ... ok
test fails_run_if_building_trigger_fails__but_does_not_crash ... ok
test filter_predicate_allow ... ok
test filter_predicate_anydelegate ... ok
test filter_predicate_and ... ok
test filter_predicate_branchcreated ... ok
test filter_predicate_branch ... ok
test filter_predicate_branchdeleted ... ok
test filter_predicate_branchupdated ... ok
test filter_predicate_deny ... ok
test filter_predicate_defaultbranch ... ok
test filter_predicate_hasfile ... ok
test filter_predicate_not ... ok
test filter_predicate_node ... ok
test filter_predicate_or ... ok
test filter_predicate_repository ... ok
test filter_predicate_tag ... ok
test filter_recorded_ci_events ... ok
test gives_helpful_error_message_if_it_doesn_t_understand_its_configuration_file ... ok
test gives_helpful_error_message_if_node_socket_can_t_be_found ... ok
test handles_adapter_failing_on_a_failed_run ... ok
test handles_adapter_failing_on_a_successful_run ... ok
test insert_events_into_queue ... ok
test logs_adapter_stderr_output ... ok
test logs_start_and_successful_end ... ok
test logs_termination_due_to_error ... ok
test process_queued_events ... ok
test processes_empty_event_queue_successfully ... ok
test produces_a_json_status_file ... ok
test produces_a_report_page_upon_request ... ok
test queue_a_node_event_for_processing ... ok
test record_node_events ... ok
test refuses_config_with_an_unknown_field ... ok
test remove_information_about_a_run_from_the_database ... ok
test reports_it_version ... ok
test runs_adapter_on_each_type_of_event ... ok
test runs_adapter_with_configuration ... ok
test runs_adapter_without_a_report_directory ... ok
test runs_adapters_for_all_matching_triggers ... ok
test insert_many_events_into_queue ... ok
test set_up_a_node ... ok
test shows_adapter_specification ... ok
test shows_json_config_as_json ... ok
test shows_yaml_config_as_json ... ok
test stops_if_the_node_connection_breaks ... ok
test update_and_show_information_about_run_to_running ... ok
test we_can_run_rad ... ok
test smoke_test__runs_adapter ... ok

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

   Doc-tests radicle_ci_broker

running 2 tests
test src/msg.rs - msg::RunId (line 49) ... ok
test src/timeoutcmd.rs - timeoutcmd (line 21) ... ok

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

all doctests ran in 0.66s; merged doctests compilation took 0.64s
+ subplot docgen ci-broker.subplot -o doc/ci-broker.html
 INFO Starting Subplot
 INFO Subplot finished successfully
+ subplot docgen doc/userguide.subplot -o doc/userguide.html
 INFO Starting Subplot
 INFO Subplot finished successfully
+ make -C doc
make: Entering directory '/workspace/src/doc'
./messages.sh > messages.md
subplot docgen --date "Version: $(git describe --long --dirty)" architecture.subplot -o architecture.html
fatal: No names found, cannot describe anything.
 INFO Starting Subplot
 INFO Subplot finished successfully
pandoc --standalone --metadata title="Radicle CI overview" "overview.md" --output "overview.html"
pandoc --standalone --metadata title="Radicle CI event filter implementation" "filter-impl.md" --output "filter-impl.html"
pandoc --standalone --metadata title="Radicle CI adapter implementation" "adapter-impl.md" --output "adapter-impl.html"
make: Leaving directory '/workspace/src/doc'
+ cp doc/adapter-impl.html doc/architecture.html doc/ci-broker.html doc/filter-impl.html doc/overview.html doc/userguide.html /workspace/artifacts/.
[2025-12-22T17:27:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-22T17:27:09Z DEBUG ambient_ci::plan] RUN: Action Custom(
        Custom {
            name: "dch",
            args: {
                "debfullname": String("Lars Wirzenius"),
                "debemail": String("liw@liw.fi"),
            },
        },
    )
[2025-12-22T17:27:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
        Custom {
            name: "dch",
            args: {
                "debfullname": String("Lars Wirzenius"),
                "debemail": String("liw@liw.fi"),
            },
        },
    )
[2025-12-22T17:27:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
custom: source=/workspace/src
custom: exe=".ambient/dch" exists=false
+ export 'DEBEMAIL="liw@liw.fi"'
+ DEBEMAIL='"liw@liw.fi"'
+ export 'DEBFULLNAME="Lars Wirzenius"'
+ DEBFULLNAME='"Lars Wirzenius"'
+ export CARGO_TARGET_DIR=/workspace/cache
+ CARGO_TARGET_DIR=/workspace/cache
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export HOME=/root
+ HOME=/root
+ export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ git reset --hard
HEAD is now at 27319c90 feat: handle `LocalRefsAnnounced` events
+ git clean -fdx
Removing doc/adapter-impl.html
Removing doc/architecture.html
Removing doc/ci-broker.html
Removing doc/filter-impl.html
Removing doc/messages.md
Removing doc/overview.html
Removing doc/userguide.html
++ dpkg-parsechangelog -SVersion
++ sed 's/-[^-]*$//'
+ V=0.24.0
++ date -u +%Y%m%dT%H%M%S
+ T=20251222T172709
+ version=0.24.0.ci20251222T172709-1
+ dch -v 0.24.0.ci20251222T172709-1 'CI build under Ambient.'
+ dch -r ''
custom action "dch" exit code Some(0)
[2025-12-22T17:27:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-22T17:27:09Z DEBUG ambient_ci::plan] RUN: Action Deb(
        Deb,
    )
[2025-12-22T17:27:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
        Deb,
    )
[2025-12-22T17:27:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["/bin/bash", "-c", "#!/bin/bash\nset -xeuo pipefail\n\necho \"PATH at start: $PATH\"\nexport PATH=\"/root/.cargo/bin:$PATH\"\nexport CARGO_HOME=/workspace/deps\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\n/bin/env\n\ncommand -v cargo\ncommand -v rustc\n\ncargo --version\nrustc --version\n\n# Get name and version of source package.\nname=\"$(dpkg-parsechangelog -SSource)\"\nversion=\"$(dpkg-parsechangelog -SVersion)\"\n\n# Get upstream version: everything before the last dash.\nuv=\"$(echo \"$version\" | sed 's/-[^-]*$//')\"\n\n# Files that will be created.\narch=\"$(dpkg --print-architecture)\"\norig=\"../${name}_${uv}.orig.tar.xz\"\ndeb=\"../${name}_${version}_${arch}.deb\"\nchanges=\"../${name}_${version}_${arch}.changes\"\n\n# Create \"upstream tarball\".\ngit archive HEAD | xz >\"$orig\"\n\n# Build package.\ndpkg-buildpackage -us -uc\n\n# Dump some information to make it easier to visually verify\n# everything looks OK. Also, test the package with the lintian tool.\n\nls -l ..\nfor x in ../*.deb; do dpkg -c \"$x\"; done\n# FIXME: disabled while this prevents radicle-native-ci deb from being built.\n# lintian -i --allow-root --fail-on warning ../*.changes\n\n# Move files to artifacts directory.\nmv ../*_* /workspace/artifacts\n        "]
       cwd=/workspace/src (exists? true)
+ echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export DEBEMAIL=liw@liw.fi
+ DEBEMAIL=liw@liw.fi
+ export 'DEBFULLNAME=Lars Wirzenius'
+ DEBFULLNAME='Lars Wirzenius'
+ /bin/env
DEBFULLNAME=Lars Wirzenius
CARGO_TARGET_DIR=/workspace/cache
PWD=/workspace/src
SYSTEMD_EXEC_PID=315
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=e68838dda7ba46a09996125dbf8c056b
SHLVL=2
JOURNAL_STREAM=8:13492
PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
OLDPWD=/
_=/bin/env
+ command -v cargo
/root/.cargo/bin/cargo
+ command -v rustc
/root/.cargo/bin/rustc
+ cargo --version
cargo 1.92.0 (344c4567c 2025-10-21)
+ rustc --version
rustc 1.92.0 (ded5c06cf 2025-12-08)
++ dpkg-parsechangelog -SSource
+ name=radicle-ci-broker
++ dpkg-parsechangelog -SVersion
+ version=0.24.0.ci20251222T172709-1
++ echo 0.24.0.ci20251222T172709-1
++ sed 's/-[^-]*$//'
+ uv=0.24.0.ci20251222T172709
++ dpkg --print-architecture
+ arch=amd64
+ orig=../radicle-ci-broker_0.24.0.ci20251222T172709.orig.tar.xz
+ deb=../radicle-ci-broker_0.24.0.ci20251222T172709-1_amd64.deb
+ changes=../radicle-ci-broker_0.24.0.ci20251222T172709-1_amd64.changes
+ git archive HEAD
+ xz
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package radicle-ci-broker
dpkg-buildpackage: info: source version 0.24.0.ci20251222T172709-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by "Lars Wirzenius" <"liw@liw.fi">
dpkg-buildpackage: info: host architecture amd64
 dpkg-source --before-build .
 debian/rules clean
dh clean
   dh_auto_clean
   dh_clean
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building radicle-ci-broker using existing ./radicle-ci-broker_0.24.0.ci20251222T172709.orig.tar.xz
dpkg-source: info: building radicle-ci-broker in radicle-ci-broker_0.24.0.ci20251222T172709-1.debian.tar.xz
dpkg-source: info: building radicle-ci-broker in radicle-ci-broker_0.24.0.ci20251222T172709-1.dsc
 debian/rules build
dh build
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/workspace/src'
true
make[1]: Leaving directory '/workspace/src'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/workspace/src'
echo tests are disabled, for now
tests are disabled, for now
make[1]: Leaving directory '/workspace/src'
   create-stamp debian/debhelper-build-stamp
 debian/rules binary
dh binary
   dh_testroot
   dh_prep
   debian/rules override_dh_auto_install
make[1]: Entering directory '/workspace/src'
cargo install --offline --locked --path=. --root=debian/radicle-ci-broker/usr --bin cib --bin cibtool
  Installing radicle-ci-broker v0.24.0 (/workspace/src)
   Compiling radicle-ci-broker v0.24.0 (/workspace/src)
    Finished `release` profile [optimized + debuginfo] target(s) in 48.88s
  Installing debian/radicle-ci-broker/usr/bin/cib
  Installing debian/radicle-ci-broker/usr/bin/cibtool
   Installed package `radicle-ci-broker v0.24.0 (/workspace/src)` (executables `cib`, `cibtool`)
warning: be sure to add `debian/radicle-ci-broker/usr/bin` to your PATH to be able to run the installed binaries
find debian -name '.crates*.*' -delete
make[1]: Leaving directory '/workspace/src'
   dh_installdocs
   dh_installchangelogs
   dh_installman
   dh_lintian
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
   dh_strip
   dh_makeshlibs
   dh_shlibdeps
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'radicle-ci-broker-dbgsym' in '../radicle-ci-broker-dbgsym_0.24.0.ci20251222T172709-1_amd64.deb'.
dpkg-deb: building package 'radicle-ci-broker' in '../radicle-ci-broker_0.24.0.ci20251222T172709-1_amd64.deb'.
 dpkg-genbuildinfo -O../radicle-ci-broker_0.24.0.ci20251222T172709-1_amd64.buildinfo
 dpkg-genchanges -O../radicle-ci-broker_0.24.0.ci20251222T172709-1_amd64.changes
dpkg-genchanges: info: including full source code in upload
 dpkg-source --after-build .
dpkg-buildpackage: info: full upload (original source is included)
+ ls -l ..
total 85952
drwxr-xr-x  2 root root     4096 Dec 22 17:27 artifacts
drwxr-xr-x  6 root root     4096 Nov 17 13:58 cache
drwxr-xr-x  3 root root     4096 Dec 22 17:27 deps
-rw-r--r--  1 root root 81041320 Dec 22 17:28 radicle-ci-broker-dbgsym_0.24.0.ci20251222T172709-1_amd64.deb
-rw-r--r--  1 root root     2348 Dec 22 17:27 radicle-ci-broker_0.24.0.ci20251222T172709-1.debian.tar.xz
-rw-r--r--  1 root root     1078 Dec 22 17:27 radicle-ci-broker_0.24.0.ci20251222T172709-1.dsc
-rw-r--r--  1 root root     6367 Dec 22 17:28 radicle-ci-broker_0.24.0.ci20251222T172709-1_amd64.buildinfo
-rw-r--r--  1 root root     2640 Dec 22 17:28 radicle-ci-broker_0.24.0.ci20251222T172709-1_amd64.changes
-rw-r--r--  1 root root  6400416 Dec 22 17:28 radicle-ci-broker_0.24.0.ci20251222T172709-1_amd64.deb
-rw-r--r--  1 root root   528624 Dec 22 17:27 radicle-ci-broker_0.24.0.ci20251222T172709.orig.tar.xz
drwxr-xr-x 10 root root     4096 Dec 22 17:27 src
+ for x in ../*.deb
+ dpkg -c ../radicle-ci-broker-dbgsym_0.24.0.ci20251222T172709-1_amd64.deb
drwxr-xr-x root/root         0 2025-12-22 17:27 ./
drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/
drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/lib/
drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/lib/debug/
drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/lib/debug/.build-id/22/
-rw-r--r-- root/root  44677656 2025-12-22 17:27 ./usr/lib/debug/.build-id/22/47a88d7e0e7b96a93626cf07b5aba67dc42a51.debug
drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/lib/debug/.build-id/38/
-rw-r--r-- root/root  41141592 2025-12-22 17:27 ./usr/lib/debug/.build-id/38/ee91720875d16fde00f0b25d54351f2e8a008b.debug
drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/share/
drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/share/doc/
lrwxrwxrwx root/root         0 2025-12-22 17:27 ./usr/share/doc/radicle-ci-broker-dbgsym -> radicle-ci-broker
+ for x in ../*.deb
+ dpkg -c ../radicle-ci-broker_0.24.0.ci20251222T172709-1_amd64.deb
drwxr-xr-x root/root         0 2025-12-22 17:27 ./
drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/
drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/bin/
-rwxr-xr-x root/root  10479368 2025-12-22 17:27 ./usr/bin/cib
-rwxr-xr-x root/root  11961496 2025-12-22 17:27 ./usr/bin/cibtool
drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/share/
drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/share/doc/radicle-ci-broker/
-rw-r--r-- root/root       684 2025-12-22 17:27 ./usr/share/doc/radicle-ci-broker/changelog.Debian.gz
-rw-r--r-- root/root       396 2025-12-22 17:27 ./usr/share/doc/radicle-ci-broker/copyright
drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/share/lintian/
drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/share/lintian/overrides/
-rw-r--r-- root/root       120 2025-12-22 17:27 ./usr/share/lintian/overrides/radicle-ci-broker
drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/share/man/
drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/share/man/man1/
-rw-r--r-- root/root       298 2025-12-22 17:27 ./usr/share/man/man1/cib.1.gz
-rw-r--r-- root/root       277 2025-12-22 17:27 ./usr/share/man/man1/cibtool.1.gz
+ mv ../radicle-ci-broker-dbgsym_0.24.0.ci20251222T172709-1_amd64.deb ../radicle-ci-broker_0.24.0.ci20251222T172709-1.debian.tar.xz ../radicle-ci-broker_0.24.0.ci20251222T172709-1.dsc ../radicle-ci-broker_0.24.0.ci20251222T172709-1_amd64.buildinfo ../radicle-ci-broker_0.24.0.ci20251222T172709-1_amd64.changes ../radicle-ci-broker_0.24.0.ci20251222T172709-1_amd64.deb ../radicle-ci-broker_0.24.0.ci20251222T172709.orig.tar.xz /workspace/artifacts
[2025-12-22T17:28:32Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-22T17:28:32Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-12-22T17:28:32Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-12-22T17:28:32Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-22T17:28:32Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vde",
        ),
        root: Some(
            "/workspace/cache",
        ),
        size: None,
    }
[2025-12-22T17:28:32Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-12-22T17:28:32Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-12-22T17:28:32Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-12-22T17:28:32Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-12-22T17:28:32Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-22T17:29:11Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-12-22T17:29:11Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-22T17:29:11Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        },
    )
[2025-12-22T17:29:11Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        },
    )
[2025-12-22T17:29:11Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-22T17:29:11Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vdd",
        ),
        root: Some(
            "/workspace/artifacts",
        ),
        size: None,
    }
[2025-12-22T17:29:11Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-12-22T17:29:11Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-12-22T17:29:11Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-12-22T17:29:11Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-12-22T17:29:11Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-22T17:29:11Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-12-22T17:29:11Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-22T17:29:11Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "push",
  "repository": {
    "id": "rad:zwTxygwuz5LDGBq255RA2CbNGrz8",
    "name": "radicle-ci-broker",
    "description": "Radicle CI broker",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
      "did:key:z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT"
    ]
  },
  "pusher": {
    "id": "did:key:z6Mkondm5dgAxsQnV3iuvZBCGMAQgfAg4zSdJWoNVJr7i7wp",
    "alias": "defelo"
  },
  "before": "27319c907efe6d43d2c8d836f0c7afc8df827903",
  "after": "27319c907efe6d43d2c8d836f0c7afc8df827903",
  "branch": "main",
  "commits": [
    "27319c907efe6d43d2c8d836f0c7afc8df827903"
  ]
}

Ambient stdout

[2025-12-22T17:21:55Z INFO  ambient] ambient starts
[2025-12-22T17:21:55Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[2025-12-22T17:21:55Z DEBUG ambient] complete configuration: Config {
        tmpdir: "/home/_rad/tmp",
        image_store: "/home/_rad/ambient-images",
        projects: "/dev/null",
        state: "/home/_rad/ambient-state",
        rsync_target: None,
        rsync_target_base: None,
        rsync_target_map: None,
        dput_target: None,
        executor: Some(
            "/usr/bin/ambient-execute-plan",
        ),
        artifacts_max_size: Byte(
            1000000000,
        ),
        cache_max_size: Byte(
            30000000000,
        ),
        qemu: QemuConfig {
            cpus: 2,
            memory: Byte(
                12000000000,
            ),
            kvm_binary: "/usr/bin/kvm",
            ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
            ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
        },
    }
[2025-12-22T17:21:55Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/meta.yaml
[2025-12-22T17:21:55Z DEBUG ambient_ci::run] latest commit: "b6efecdd720e6cf9a3c4769c794bdc544f31cc85"
[2025-12-22T17:21:55Z DEBUG ambient_ci::run] is a git repository
[2025-12-22T17:21:55Z DEBUG ambient_ci::run] git repository is clean
[2025-12-22T17:21:55Z DEBUG ambient_ci::run] current (HEAD) commit: 27319c907efe6d43d2c8d836f0c7afc8df827903
[2025-12-22T17:21:55Z DEBUG ambient_ci::run] no dry run requested
[2025-12-22T17:21:55Z DEBUG ambient_ci::run] forced run requested
[2025-12-22T17:21:55Z DEBUG ambient_ci::run] run? true
[2025-12-22T17:21:55Z INFO  ambient_ci::run] project rad:zwTxygwuz5LDGBq255RA2CbNGrz8: running CI
[2025-12-22T17:21:55Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-12-22T17:21:55Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
        CargoFetch,
    )
[2025-12-22T17:21:55Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
        CargoFetch,
    )
[2025-12-22T17:21:55Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/cache",
            "PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
            "CARGO_HOME": "/home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/dependencies",
        },
        source_dir: "/tmp/.tmpVjkzmx/src",
        deps_dir: "/home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/dependencies",
        artifacts_dir: "/home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/tmp/.tmpVjkzmx/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmpVjkzmx/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmpVjkzmx/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: /tmp/.tmpVjkzmx/src => /tmp/.tmpHifvsB
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/tests wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/tests/subplot.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/tests/subplot.rs => /tmp/.tmpHifvsB/tests/subplot.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/test2.yaml wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/test.yaml wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/queueadd.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/queueadd.rs => /tmp/.tmpHifvsB/src/queueadd.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/ci_event_source.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/ci_event_source.rs => /tmp/.tmpHifvsB/src/ci_event_source.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/ci_event.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/ci_event.rs => /tmp/.tmpHifvsB/src/ci_event.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/worker.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/worker.rs => /tmp/.tmpHifvsB/src/worker.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/util.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/util.rs => /tmp/.tmpHifvsB/src/util.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/timeoutcmd.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/timeoutcmd.rs => /tmp/.tmpHifvsB/src/timeoutcmd.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/test.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/test.rs => /tmp/.tmpHifvsB/src/test.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/subplot.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/subplot.rs => /tmp/.tmpHifvsB/src/subplot.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/sensitive.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/sensitive.rs => /tmp/.tmpHifvsB/src/sensitive.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/run.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/run.rs => /tmp/.tmpHifvsB/src/run.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/refs.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/refs.rs => /tmp/.tmpHifvsB/src/refs.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/radicle-ci.css wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/queueproc.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/queueproc.rs => /tmp/.tmpHifvsB/src/queueproc.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/pages.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/pages.rs => /tmp/.tmpHifvsB/src/pages.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/notif.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/notif.rs => /tmp/.tmpHifvsB/src/notif.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/node_event_source.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/node_event_source.rs => /tmp/.tmpHifvsB/src/node_event_source.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/msg.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/msg.rs => /tmp/.tmpHifvsB/src/msg.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/logger.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/logger.rs => /tmp/.tmpHifvsB/src/logger.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/lib.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/lib.rs => /tmp/.tmpHifvsB/src/lib.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/filter wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/filter/arbitrary.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/filter/arbitrary.rs => /tmp/.tmpHifvsB/src/filter/arbitrary.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/filter.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/filter.rs => /tmp/.tmpHifvsB/src/filter.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/ergo.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/ergo.rs => /tmp/.tmpHifvsB/src/ergo.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/db.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/db.rs => /tmp/.tmpHifvsB/src/db.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/config.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/config.rs => /tmp/.tmpHifvsB/src/config.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/cob.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/cob.rs => /tmp/.tmpHifvsB/src/cob.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/broker.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/broker.rs => /tmp/.tmpHifvsB/src/broker.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/bin wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/bin/synthetic-events.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/bin/synthetic-events.rs => /tmp/.tmpHifvsB/src/bin/synthetic-events.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/bin/default_branch.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/bin/default_branch.rs => /tmp/.tmpHifvsB/src/bin/default_branch.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/bin/cibtoolcmd wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/bin/cibtoolcmd/event.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/bin/cibtoolcmd/event.rs => /tmp/.tmpHifvsB/src/bin/cibtoolcmd/event.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/bin/cibtoolcmd/trigger.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/bin/cibtoolcmd/trigger.rs => /tmp/.tmpHifvsB/src/bin/cibtoolcmd/trigger.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/bin/cibtoolcmd/timeout.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/bin/cibtoolcmd/timeout.rs => /tmp/.tmpHifvsB/src/bin/cibtoolcmd/timeout.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/bin/cibtoolcmd/run.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/bin/cibtoolcmd/run.rs => /tmp/.tmpHifvsB/src/bin/cibtoolcmd/run.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/bin/cibtoolcmd/report.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/bin/cibtoolcmd/report.rs => /tmp/.tmpHifvsB/src/bin/cibtoolcmd/report.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/bin/cibtoolcmd/mod.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/bin/cibtoolcmd/mod.rs => /tmp/.tmpHifvsB/src/bin/cibtoolcmd/mod.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/bin/cibtoolcmd/message.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/bin/cibtoolcmd/message.rs => /tmp/.tmpHifvsB/src/bin/cibtoolcmd/message.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/bin/cibtoolcmd/log.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/bin/cibtoolcmd/log.rs => /tmp/.tmpHifvsB/src/bin/cibtoolcmd/log.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/bin/cibtoolcmd/counter.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/bin/cibtoolcmd/counter.rs => /tmp/.tmpHifvsB/src/bin/cibtoolcmd/counter.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/bin/cibtoolcmd/cob.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/bin/cibtoolcmd/cob.rs => /tmp/.tmpHifvsB/src/bin/cibtoolcmd/cob.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/bin/cibtool.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/bin/cibtool.rs => /tmp/.tmpHifvsB/src/bin/cibtool.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/bin/cib.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/bin/cib.rs => /tmp/.tmpHifvsB/src/bin/cib.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/src/adapter.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/src/adapter.rs => /tmp/.tmpHifvsB/src/adapter.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/flake.nix wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/flake.lock wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/doc wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/doc/userguide.subplot wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/doc/userguide.md wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/doc/requirements.md wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/doc/overview.md wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/doc/messages.txt wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/doc/messages.sh wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/doc/filter-impl.md wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/doc/architecture.subplot wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/doc/architecture.md wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/doc/adapter-impl.md wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/doc/Makefile wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/debian wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/debian/source wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/debian/source/format wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/debian/rules wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/debian/radicle-ci-broker.manpages wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/debian/lintian-overrides wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/debian/copyright wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/debian/control wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/debian/compat wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/debian/changelog wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/debian/cargo-checksum.json wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/debian/build-deb wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/cibtool.1 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/cib.1 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/ci-broker.yaml wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/ci-broker.subplot wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/ci-broker.md wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/ci-broker.db wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/build.rs wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/build.rs => /tmp/.tmpHifvsB/build.rs
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/RELEASE.md wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/README.md wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/NEWS.md wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/Makefile wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/LICENSE-MIT wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/LICENSE-APACHE wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/Cargo.toml wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/Cargo.toml => /tmp/.tmpHifvsB/Cargo.toml
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/Cargo.lock wanted=true
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpVjkzmx/src/Cargo.lock => /tmp/.tmpHifvsB/Cargo.lock
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/CONTRIBUTING.md wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.radicle wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.radicle/ambient.yaml wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.gitignore wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.envrc wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.cargo wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.cargo/deny.toml wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.cargo/audit.toml wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.ambient wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.ambient/dch wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/index wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/HEAD wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/config wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/logs wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/logs/HEAD wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/logs/refs wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/logs/refs/heads wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/logs/refs/heads/main wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/logs/refs/remotes wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/logs/refs/remotes/origin wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/packed-refs wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/refs wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/refs/remotes wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/refs/remotes/origin wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/refs/remotes/origin/HEAD wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/refs/tags wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/refs/heads wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/refs/heads/main wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/56 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/56/9d867ac0d46b63c88b74743149754993063d85 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/0d wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/0d/751d3e0e851da99fefff1f17390cc2b9af96d1 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/24 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/24/b6b716f4df9de86fc79878a68a135050a7a247 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/b0 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/b0/4fe5d2fc2bd15bbeeecf8f8799404d566ac70e wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/07 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/07/ae2d4d165c796e732ee9add922c12876111819 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/9f wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/9f/37b7361d7cfd5af3b4171dd084560c97e6c4d6 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/81 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/81/b1aa8575e07b56517f94026e3d93b00a87a5b7 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/ff wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/ff/a056af84fa1f399b10a83eb9e4efe31ad08aa9 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/14 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/14/5ecbd56b92fb1a4d0dbedf24e07a069df2090d wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/c6 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/c6/f58244aa3d1aee69bfadb75033b5901d1f70a8 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/8e wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/8e/f1728ea0febe6b41987105545709738db1ac5d wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/8e/ca4c85bd5b2d7e17bf5897f951bfb38e549b04 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/b2 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/b2/c24ff10789090adc9bb01dbbc2460df8acd132 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/6e wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/6e/719b9585e540fdbddda276e0419e79daa4d236 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/c7 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/c7/8b2e1b3369cd96fac38108611d8fd12265a588 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/62 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/62/c032a537ca98206ab662214611677d7ad1e855 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/a4 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/a4/55aa498e2f1102daadeef2695691645037a4da wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/4f wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/4f/86cca4fdabf98369aa4d760cce4b798ca1c1b4 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/d2 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/d2/75cc74dfc4f8bddc455d3b1000c21184deb8ef wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/3d wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/3d/ff51bb546ab9c19a7361a96c86d6706376b03b wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/3d/88f8ede951ef3eccfe6df4cbc2f16b39a29d5f wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/3d/662a1f52e3f9297dd3a27dcd283ab85ddae53a wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/3d/1ab6216a7a1630716d0ff938cee9de809bd805 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/fb wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/fb/2dfe64d9c1043ffe22df66b89e11cc3dc42186 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/f9 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/f9/9fa20adc2a5a29268ade0df47973e968883a1b wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/ef wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/ef/df3804a39d3f331e34982c6920c704adc10812 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/32 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/32/ebe982b11aec2e41f3631d0edf263e7ea60080 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/33 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/33/57e0994a1b707f6550efb6c171568f1a01ae6d wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/51 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/51/22389bebcdf6c59dd89cee52b35e40e4a70cb2 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/51/89e18a8605bd394c51591bc386aa84e19b6a8f wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/a6 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/a6/205af9938ddb73561d45907ee413d0c0a2526e wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/73 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/73/71f462ba820429534de5028de983243730f462 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/1f wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/1f/d740435028617273602e16f1860fb21c01f801 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/c2 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/c2/666edca778eff90f8be002eed5ae7a64e2d7bd wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/e3 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/e3/3612708d9f1f80591e80eb88ff9516863ebe70 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/e3/2ba5c7df0c6a7ca0a07194cf12f8827d4addc3 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/c8 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/c8/53e9c8046788bcfe9b395489a3423175851c1d wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/ba wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/ba/9f5c90eb84ba1dbb00ffc1e11005e361a29870 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/ba/3360b5887c4a77e5ba1ad14a578712b6c348d7 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/66 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/66/e2385795bb1f3edec4bbdbc473d41565561514 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/66/f462eccf057d39ad84d2676f0bce7446853359 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/aa wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/aa/3ca0142c00e82c3581f707bc6baee7f0ec22b0 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/75 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/75/2f21190e153ee1f7f5b7cdd7e29d0c1c6cb82f wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/79 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/79/07d9b635c87dda1834753a702744ccc251c661 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/a7 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/a7/1e9f485e5f122ac894a899556643c011c2349a wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/8c wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/8c/dee00c79f8c8c904f5aac38ed5e8c06c7b7609 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/91 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/91/264cf7e7d2cadf24766164d2fc6adf0f737c20 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/26 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/26/47e898856f91f9a76e0bcac2f1747b7a5e8b47 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/2f wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/2f/af5aa381a91fbc10fa57603266451104073d5d wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/a9 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/a9/681c3fd3e994acc2d474ffe056a0a31e9cd159 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/8d wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/8d/4e28b3b9145b8c4bb1c2ab667658d86a45a392 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/ad wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/ad/6168ee53be213408615f3bac59ec0674f75642 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/7d wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/7d/a077c76f6700c51ec74e5b37e605c6ee6edb50 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/f2 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/f2/9187144f268073c6b7563137c10b2343267a16 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/ed wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/ed/6ca052720aae64d80517005575f97fd1c3bdbd wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/ed/62bd829229931a027710d1a06d5434893cedd0 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/ed/2eca193085dff160c51107aa0ef9cb5caf8a8c wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/49 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/49/589c77a9122463ee63133355b03067d82d06b7 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/f0 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/f0/30342643819d868d18f4696a0aa5006d385706 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/36 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/36/9b7cc41e7c35c0a6b24f82c06233d0165081b6 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/36/3970987b556bf635cc8a8d25b64c8128052074 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/cb wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/cb/69441d9477c18e5d4805fb5b138d8341fa4ba7 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/cb/4041a961c9cad7b950e3682eb169615436d8b2 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/42 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/42/a8ea0c5dcedad021ff0a9ae8ce93293d8645e8 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/60 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/60/cd6bd442a40b3e57e1cc8330952e3250c69432 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/87 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/87/f75a52333222d704f0e022e46c9d50bdda637d wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/27 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/27/a0dd45c37b64df6f05ce032be8c75ee9a4f8a3 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/54 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/54/e3f3849f980509f2405e679d4ac3abd76c4a62 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/54/9bef6d0c5dae9c6ab6e176ff8fa6695fd6c2dd wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/2e wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/2e/0a05cad3c144a9db0c0f8b94614bf0a96aa1ee wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/98 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/98/f8e7383fd9dfe60167317454014cd9b56bfca4 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/28 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/28/35e7b4ebfe478ec48002d5d96350a26dead979 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/28/f8e629f764d2d2f5ea999c433503841db1cc57 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/28/da4f52b3255b3a78126434e05624cadb239c06 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/41 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/41/df39a29709c26c1aab45ba0cf70531756f3494 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/9a wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/9a/e3145ba2171ee69146614226539a4df4c78c64 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/bb wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/bb/715bf75c76e9008c81fbad15ebcc25368204a7 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/de wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/de/d295e1c393eb0f28b04b97b07d8acb8afc48c9 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/96 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/96/15fb3035c00b092ac2f7b7549ef791b0da750d wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/4d wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/4d/14c1b45fa53e5be5f5b0c0583c6e3d5c18260c wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/4d/c567f48644b05dc4579e98d82b1c6196b101fb wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/37 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/37/dc0d4d8120a210296369cb45a90652bfb2236c wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/9b wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/9b/b72583497be4aa80130e414490e538b52345a6 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/25 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/25/9923499892735d208878a1f3a960191ad49954 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/d8 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/d8/9f23f7940beed7cfa06c8070c16e1d5796ba07 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/46 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/46/45f2f9c7a155ea93faa3b41f13a721233f0dee wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/18 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/18/31048dc93263442526b6ce6a575c792bc1a672 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/d1 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/d1/dabd564eb41f3a8bac5aab1378b0259ba8c983 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/82 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/82/6ac9fe00474ee5408601f90c319c9b5e4193f1 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/94 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/94/ce2ce29a81aca3623c6e11596e53bcffeb3aaf wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/94/ee4a20def9668cd916ce4c8d4f30183263391f wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/2b wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/2b/660a505194dd7f5fe219f7c68f17723983bcd4 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/2b/5c3390eb61b6c1b1eca0f01579311686b45857 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/8f wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/8f/216bf2efc674435ea815de21d3b22d9f2d4ec9 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/2a wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/2a/0efb2b18cb3a785a1b9116151fe2478fced35e wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/e2 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/e2/f27c21f1559fa3adf4c64cb0f9ba5078a91e89 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/bc wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/bc/16eb55a5c09d7735137112198b2b60ec2e632c wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/bc/edc012a7a99fbf476c7d3b61ca25128b796f71 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/be wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/be/14aa7ad84dca745bf63e9b71e8b31fc32697a1 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/fd wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/fd/3ab30f559548c672cb43c9d75d281ec4f8a39c wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/0c wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/0c/4961c5dee76283a430d691ab779a89fd532048 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/0b wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/0b/a9b53e5c59956d1abd5ca781333abe59cbd494 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/0b/011991bcf0545b95d5d955eb99d9aed057cf16 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/0b/bbf0387aa777b8c375377ef171369890f29be2 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/3c wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/3c/8acd01386a8af1f2c0dd137887169f877c9473 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/3c/e0c4b6255156eabb5c22393747d46ab0cf2ba4 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/3c/3f41989acc5dfae4babc441a233407e51897a1 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/5e wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/5e/cdeea7723994ee40f98da6a6d1e4c5e3d8a4a7 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/5e/474db1869be09973d653fd2aed2705f78d58be wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/5e/86bc552a88665c419fd2767e99e8a7ad662469 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/65 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/65/e2b26ded34a41b66debb797775516fe94630ae wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/ec wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/ec/4256e871ba4928cee800dabb9d36deea033303 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/e7 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/e7/6c41841e585c733947884e76d5c15f060864d9 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/6b wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/6b/437d93f1cf41e1e8795af06a6f37c62d955337 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/a2 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/a2/80d8936cfbd1489a18f0a41cbcb4c25f2a0520 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/bd wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/bd/6596f7b46fcd921ea15759c847a5508c81bea8 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/31 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/31/0ca5273cd4a33bb4faa359ec2c411b79ba7f0a wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/22 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/22/3f51dcd37cd5e536a5450257275c1c6c7be91b wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/22/264177e51fb169672fa0cd09c5bbe43ee3a221 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/f1 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/f1/ad9ce4ce0d2459970c8faf116bce3cae76f3d3 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/df wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/df/1468106b1fd8ccfd548fb4ad29f3a7bdb093a3 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/71 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/71/ac68b6c0e5b6018833f983a6a8e44d20f695d4 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/43 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/43/6431e9380d0df3bcb026b2fc0f72b5c2cd2013 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/0a wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/0a/84adcb4cb6c861fb7998b6cd56227525a6fb09 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/d3 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/d3/414de98c71abcd59195fde2ea75c804a96fa31 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/83 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/83/29ff988c180047346923ad3e844341507df3ad wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/68 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/68/3980a780d15d18e57539405e4b0a845ea24517 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/20 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/20/d7e4a766e0250f7a639b769e32b95fc8bfca96 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/9c wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/9c/84c21cac6b1710dc6ad49640ef02423335170b wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/4e wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/4e/74545c0416c07ac910d21db1f3b7bda95d0be2 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/09 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/09/24c79bb8dc48911dda54bba952c59aa9798028 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/1d wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/1d/4806cd90b6d2420cf1062494ab454eb98ad580 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/b1 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/b1/99b0b27c1d9fdea526331f65df0d4611ddcb52 wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/info wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/info/commit-graph wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/info/packs wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-3cef85bca39690a6028b8950f74f938ef7db9346.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-b4c17fa8f6bbc83671019c06c4a82b42dfa43bfc.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-a88813bc4c5bf9d410f4672c417b04f3b728a04a.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-5f31b2470f4aa1e152bf315fc310e56a28831d4d.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-a5c91b40cfc8aef720adad40bc679b029e41cc6d.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-dd11aac394f3f20ed1117c4ff8d7f562ef35ada7.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-22ed1db86346bb01ec48b9d50f6665add676ed65.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-58f7fd55a343c27c3e43eae2ffe69be9da5c3266.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-3fc5996044ef4ad154363d4613e95d851b562a93.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-4472573fd19b38b9171d5330e8339763f157f06f.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-66a829ca2d953cd7770e505642ffbb8aae5ddd9d.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-e0796bf548b76ea41c1603222f4eccf46ab6e7fe.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-0b47dc0afc6edf3ef20628b25fb56e4a27f2a7a2.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-096e870b81c6940cc99f5c1ceecf2f7bfc2c64ff.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-9d2263de815a3901dbd9e52eebe688499032f78b.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-3cef85bca39690a6028b8950f74f938ef7db9346.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-b685ebc518c7c975f2179972ce71bf1f7493944d.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-0200408af011e40ba4ba38e680e2622f1653df75.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-a49a55a22d18f5a702c197e34de92b82703b9d3f.bitmap wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-1f279410a4f003b976da88aae5362aef7f25b3f4.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-2a552c9a32fb15eb1a915d043897015f0e38a9d6.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-0b47dc0afc6edf3ef20628b25fb56e4a27f2a7a2.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-0200408af011e40ba4ba38e680e2622f1653df75.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-4a0844c359d058bbefe5e22bceb5dd876ecaaec3.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-6d994513080900eed45155eed3bfaccc3bbdb6d3.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-de48312677ac6a8b11770a5da46f661bb4635bb1.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-f96fe6a0b4205b5fa242260ebd50a01c7ca219b5.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-cb361366253c99d5331a1f633688c5123b08b75d.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-2a552c9a32fb15eb1a915d043897015f0e38a9d6.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-c18abe3fbc2b18e7df9cd980b9815f69b55c62df.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-5a261cd8d48742e028b6b0742c0e9b2cf20ea73e.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-b685ebc518c7c975f2179972ce71bf1f7493944d.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-a5c91b40cfc8aef720adad40bc679b029e41cc6d.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-0b7389d2f6ed8ea74af444b5a162875fd7c003df.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-a49a55a22d18f5a702c197e34de92b82703b9d3f.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-37814f384fb313cec2f2f0a2dbe67082ac9f0c43.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-3ca2ad6e2ec480f8f79d757f9b7ad1f433eefb81.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-738d593040efbc04aeac848668dffb23ac260870.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-58e3d4a8e3ce9db3328159d3f960d7e48727aa08.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-12db9fbeee360013086b88f341a05cf7660aa1fd.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-de48312677ac6a8b11770a5da46f661bb4635bb1.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-e0796bf548b76ea41c1603222f4eccf46ab6e7fe.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-c24bef8a68f4525466b3a7506bc6479e434ba41c.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-64d152fecf31a8e71595b917e10f2c5c8648cec1.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-f96fe6a0b4205b5fa242260ebd50a01c7ca219b5.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-3fc5996044ef4ad154363d4613e95d851b562a93.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-a88813bc4c5bf9d410f4672c417b04f3b728a04a.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-7d02ad4c1f7c77d9913a72b9d3b06b0ab2bd65d0.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-42dbb5b26a48e3fc0035570ff5db46c0d20e8e7b.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-a49a55a22d18f5a702c197e34de92b82703b9d3f.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-58e3d4a8e3ce9db3328159d3f960d7e48727aa08.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-dcd68780737b29bc25d93c4c474225cfeaa083b1.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-227204eea605f4ef1e386d1d92964b4781150460.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-1223f09a97023f00c46eb261ea5437f797bd9477.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-0b7389d2f6ed8ea74af444b5a162875fd7c003df.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-37814f384fb313cec2f2f0a2dbe67082ac9f0c43.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-738d593040efbc04aeac848668dffb23ac260870.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-dcd68780737b29bc25d93c4c474225cfeaa083b1.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-ed272815b1fd94a34b9104e28c0a8839db6e9652.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-64d152fecf31a8e71595b917e10f2c5c8648cec1.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-227204eea605f4ef1e386d1d92964b4781150460.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-74d1886b46491101362e846ffb73a5053cc9029c.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-266dbbc6815d951f7e707a05cbdf41ce83e1d9c6.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-a49a55a22d18f5a702c197e34de92b82703b9d3f.rev wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-1223f09a97023f00c46eb261ea5437f797bd9477.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-cb361366253c99d5331a1f633688c5123b08b75d.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-1b6ca100c82ffe5a6b660b38ce42df37db7b1290.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-4a0844c359d058bbefe5e22bceb5dd876ecaaec3.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-ddaa94b2eee87c0d42ff727f506c4019bab413b8.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-266dbbc6815d951f7e707a05cbdf41ce83e1d9c6.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-6d994513080900eed45155eed3bfaccc3bbdb6d3.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-22ed1db86346bb01ec48b9d50f6665add676ed65.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-f195dd3e78099a89d79b2ba97aec98f617143b11.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-ed272815b1fd94a34b9104e28c0a8839db6e9652.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-50cd653565558a17523544338380c486505b6dfd.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-66a829ca2d953cd7770e505642ffbb8aae5ddd9d.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-da866cbb871b1d63318c9bed8b208eebd1e0c78e.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-6253d5ce67b68c5487998ba119ba0fe8722caa78.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-b4c17fa8f6bbc83671019c06c4a82b42dfa43bfc.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-c24bef8a68f4525466b3a7506bc6479e434ba41c.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-dd11aac394f3f20ed1117c4ff8d7f562ef35ada7.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-3ca2ad6e2ec480f8f79d757f9b7ad1f433eefb81.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-1f279410a4f003b976da88aae5362aef7f25b3f4.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-6253d5ce67b68c5487998ba119ba0fe8722caa78.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-096e870b81c6940cc99f5c1ceecf2f7bfc2c64ff.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-1b6ca100c82ffe5a6b660b38ce42df37db7b1290.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-f195dd3e78099a89d79b2ba97aec98f617143b11.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-c18abe3fbc2b18e7df9cd980b9815f69b55c62df.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-12db9fbeee360013086b88f341a05cf7660aa1fd.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-50cd653565558a17523544338380c486505b6dfd.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-4472573fd19b38b9171d5330e8339763f157f06f.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-da866cbb871b1d63318c9bed8b208eebd1e0c78e.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-ddaa94b2eee87c0d42ff727f506c4019bab413b8.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-5f31b2470f4aa1e152bf315fc310e56a28831d4d.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-5a261cd8d48742e028b6b0742c0e9b2cf20ea73e.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-42dbb5b26a48e3fc0035570ff5db46c0d20e8e7b.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-7d02ad4c1f7c77d9913a72b9d3b06b0ab2bd65d0.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-9d2263de815a3901dbd9e52eebe688499032f78b.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-74d1886b46491101362e846ffb73a5053cc9029c.pack wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/objects/pack/pack-58f7fd55a343c27c3e43eae2ffe69be9da5c3266.idx wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/branches wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/hooks wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/hooks/update.sample wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/hooks/commit-msg.sample wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/hooks/applypatch-msg.sample wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/hooks/pre-merge-commit.sample wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/hooks/post-update.sample wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/hooks/pre-push.sample wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/hooks/pre-rebase.sample wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/hooks/push-to-checkout.sample wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/hooks/pre-commit.sample wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/hooks/pre-receive.sample wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/hooks/sendemail-validate.sample wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/hooks/pre-applypatch.sample wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/description wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/info wanted=false
[2025-12-22T17:21:55Z DEBUG ambient_ci::util] path=/tmp/.tmpVjkzmx/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
       cwd=/tmp/.tmpHifvsB (exists? true)
[2025-12-22T17:21:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-22T17:21:56Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-22T17:21:56Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpXmSbUl/src.tar
[2025-12-22T17:21:56Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpXmSbUl/deps.tar
[2025-12-22T17:22:00Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-12-22T17:22:00Z 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",
                },
            ),
            CargoClippy(
                CargoClippy,
            ),
            Shell(
                Shell {
                    shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\n\n# Check that `rad` is there.\nrad --help >/dev/null || (echo rad is not there; exit 1)\n\ncargo doc --workspace --no-deps\n\n# FIXME: We can't run upgrade tests from older versions because\n# Ambient only fetches dependencies for the current version.\n# Thus, we can't build the old versions. This is an Ambient\n# problem that we can't fix here. So we skip the upgrade tests.\nexport RAD_PASSPHRAE=secret\nrad auth --alias ambient\nenv\ncargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2\n\nsubplot docgen ci-broker.subplot -o doc/ci-broker.html\nsubplot docgen doc/userguide.subplot -o doc/userguide.html\nmake -C doc\ncp doc/*.html /workspace/artifacts/.\n",
                },
            ),
            Custom(
                Custom {
                    name: "dch",
                    args: {
                        "debfullname": String("Lars Wirzenius"),
                        "debemail": String("liw@liw.fi"),
                    },
                },
            ),
            Deb(
                Deb,
            ),
            TarCreate(
                TarCreate {
                    archive: "/dev/vde",
                    directory: "/workspace/cache",
                },
            ),
            TarCreate(
                TarCreate {
                    archive: "/dev/vdd",
                    directory: "/workspace/artifacts",
                },
            ),
        ],
        executor_drive: Some(
            "/dev/vdb",
        ),
        source_drive: Some(
            "/dev/vdc",
        ),
        artifact_drive: Some(
            "/dev/vdd",
        ),
        cache_drive: Some(
            "/dev/vde",
        ),
        deps_drive: Some(
            "/dev/vdf",
        ),
        workspace_dir: Some(
            "/workspace",
        ),
        source_dir: Some(
            "/workspace/src",
        ),
        deps_dir: Some(
            "/workspace/deps",
        ),
        cache_dir: Some(
            "/workspace/cache",
        ),
        artifacts_dir: Some(
            "/workspace/artifacts",
        ),
    }
[2025-12-22T17:22:00Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-12-22T17:22:00Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpXmSbUl/ambient-execute-plan/run-ci
[2025-12-22T17:22:00Z DEBUG ambient_ci::run] copy OK: true
[2025-12-22T17:22:00Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpXmSbUl/executor.tar
[2025-12-22T17:22:18Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log
[2025-12-22T17:22:18Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8, exists? true
[2025-12-22T17:22:18Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log
[2025-12-22T17:22:18Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log OK
[2025-12-22T17:22:18Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-12-22T17:22:18Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-12-22T17:22:18Z DEBUG ambient_ci::cloud_init] with_runcmd called: "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n"
[2025-12-22T17:22:18Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-12-22T17:22:18Z DEBUG ambient_ci::cloud_init] LocalDataStoreBuilder: LocalDataStoreBuilder {
        hostname: Some(
            "ambient",
        ),
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2025-12-22T17:22:18Z DEBUG ambient_ci::qemu] run QEMU
[2025-12-22T17:22:18Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-12-22T17:22:18Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmptg3cr3/.tmpud5iUn/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-12-22T17:22:18Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-12-22T17:22:18Z DEBUG ambient_ci::cloud_init] LocalDataStore: LocalDataStore {
        hostname: "ambient",
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2025-12-22T17:22:18Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpb8ZZbG/meta-data
[2025-12-22T17:22:18Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpb8ZZbG/user-data
[2025-12-22T17:22:18Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmptg3cr3/.tmpud5iUn/console.log
[2025-12-22T17:22:18Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmptg3cr3/.tmpud5iUn/console.log
[2025-12-22T17:22:18Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log
[2025-12-22T17:22:18Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log
[2025-12-22T17:22:18Z 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/.tmptg3cr3/.tmpud5iUn/console.log",
            "-serial",
            "file:/home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/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/.tmptg3cr3/.tmpud5iUn/vars.fd",
            "-drive",
            "format=qcow2,if=virtio,file=/home/_rad/tmp/.tmptg3cr3/.tmpud5iUn/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpXmSbUl/executor.tar,readonly=on",
            "-cdrom",
            "/home/_rad/tmp/.tmptg3cr3/.tmpud5iUn/cloud_init.iso",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpXmSbUl/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpXmSbUl/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpXmSbUl/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpXmSbUl/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2025-12-22T17:29:14Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-12-22T17:29:14Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2025-12-22T17:22:21Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-12-22T17:22:21Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-12-22T17:22:21Z INFO  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-12-22T17:22:21Z WARN  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-12-22T17:22:21Z 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_clippy
    - action: shell
      shell: |
        export CARGO_TARGET_DIR=/workspace/cache
        export CARGO_HOME=/workspace/deps
        export HOME=/root
        export PATH="/root/.cargo/bin:/root/.radicle/bin:$PATH"
    
        # Check that `rad` is there.
        rad --help >/dev/null || (echo rad is not there; exit 1)
    
        cargo doc --workspace --no-deps
    
        # FIXME: We can't run upgrade tests from older versions because
        # Ambient only fetches dependencies for the current version.
        # Thus, we can't build the old versions. This is an Ambient
        # problem that we can't fix here. So we skip the upgrade tests.
        export RAD_PASSPHRAE=secret
        rad auth --alias ambient
        env
        cargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2
    
        subplot docgen ci-broker.subplot -o doc/ci-broker.html
        subplot docgen doc/userguide.subplot -o doc/userguide.html
        make -C doc
        cp doc/*.html /workspace/artifacts/.
    - action: custom
      name: dch
      args:
        debfullname: Lars Wirzenius
        debemail: liw@liw.fi
    - action: deb
    - action: tar_create
      archive: /dev/vde
      directory: /workspace/cache
    - action: tar_create
      archive: /dev/vdd
      directory: /workspace/artifacts
    executor_drive: /dev/vdb
    source_drive: /dev/vdc
    artifact_drive: /dev/vdd
    cache_drive: /dev/vde
    deps_drive: /dev/vdf
    workspace_dir: /workspace
    source_dir: /workspace/src
    deps_dir: /workspace/deps
    cache_dir: /workspace/cache
    artifacts_dir: /workspace/artifacts
    
    
    [2025-12-22T17:22:21Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/workspace",
            },
        )
    [2025-12-22T17:22:21Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/workspace",
            },
        )
    [2025-12-22T17:22:21Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-22T17:22:21Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-22T17:22:21Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/workspace/artifacts",
            },
        )
    [2025-12-22T17:22:21Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/workspace/artifacts",
            },
        )
    [2025-12-22T17:22:21Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-22T17:22:21Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-22T17:22:21Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
        )
    [2025-12-22T17:22:21Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
        )
    [2025-12-22T17:22:21Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-22T17:22:21Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
    [2025-12-22T17:22:21Z TRACE ambient_ci::vdrive] extraction OK
    [2025-12-22T17:22:21Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-22T17:22:21Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
        )
    [2025-12-22T17:22:21Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
        )
    [2025-12-22T17:22:21Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-22T17:22:21Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
    [2025-12-22T17:22:23Z TRACE ambient_ci::vdrive] extraction OK
    [2025-12-22T17:22:23Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-22T17:22:23Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-12-22T17:22:23Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-12-22T17:22:23Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-22T17:22:23Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
    [2025-12-22T17:23:10Z TRACE ambient_ci::vdrive] extraction OK
    [2025-12-22T17:23:10Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-22T17:23:10Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
            CargoClippy,
        )
    [2025-12-22T17:23:10Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
            CargoClippy,
        )
    [2025-12-22T17:23:10Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.92.0 (344c4567c 2025-10-21)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/workspace/src (exists? true)
    clippy 0.1.92 (ded5c06cf2 2025-12-08)
    SPAWN: argv=["rustc", "--version"]
           cwd=/workspace/src (exists? true)
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
           cwd=/workspace/src (exists? true)
       Compiling radicle-ci-broker v0.24.0 (/workspace/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
    [2025-12-22T17:23:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-22T17:23:14Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\n\n# Check that `rad` is there.\nrad --help >/dev/null || (echo rad is not there; exit 1)\n\ncargo doc --workspace --no-deps\n\n# FIXME: We can't run upgrade tests from older versions because\n# Ambient only fetches dependencies for the current version.\n# Thus, we can't build the old versions. This is an Ambient\n# problem that we can't fix here. So we skip the upgrade tests.\nexport RAD_PASSPHRAE=secret\nrad auth --alias ambient\nenv\ncargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2\n\nsubplot docgen ci-broker.subplot -o doc/ci-broker.html\nsubplot docgen doc/userguide.subplot -o doc/userguide.html\nmake -C doc\ncp doc/*.html /workspace/artifacts/.\n",
            },
        )
    [2025-12-22T17:23:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\n\n# Check that `rad` is there.\nrad --help >/dev/null || (echo rad is not there; exit 1)\n\ncargo doc --workspace --no-deps\n\n# FIXME: We can't run upgrade tests from older versions because\n# Ambient only fetches dependencies for the current version.\n# Thus, we can't build the old versions. This is an Ambient\n# problem that we can't fix here. So we skip the upgrade tests.\nexport RAD_PASSPHRAE=secret\nrad auth --alias ambient\nenv\ncargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2\n\nsubplot docgen ci-broker.subplot -o doc/ci-broker.html\nsubplot docgen doc/userguide.subplot -o doc/userguide.html\nmake -C doc\ncp doc/*.html /workspace/artifacts/.\n",
            },
        )
    [2025-12-22T17:23:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\n\n# Check that `rad` is there.\nrad --help >/dev/null || (echo rad is not there; exit 1)\n\ncargo doc --workspace --no-deps\n\n# FIXME: We can't run upgrade tests from older versions because\n# Ambient only fetches dependencies for the current version.\n# Thus, we can't build the old versions. This is an Ambient\n# problem that we can't fix here. So we skip the upgrade tests.\nexport RAD_PASSPHRAE=secret\nrad auth --alias ambient\nenv\ncargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2\n\nsubplot docgen ci-broker.subplot -o doc/ci-broker.html\nsubplot docgen doc/userguide.subplot -o doc/userguide.html\nmake -C doc\ncp doc/*.html /workspace/artifacts/.\n\n"]
           cwd=/workspace/src (exists? true)
    + export CARGO_TARGET_DIR=/workspace/cache
    + CARGO_TARGET_DIR=/workspace/cache
    + export CARGO_HOME=/workspace/deps
    + CARGO_HOME=/workspace/deps
    + export HOME=/root
    + HOME=/root
    + export PATH=/root/.cargo/bin:/root/.radicle/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + PATH=/root/.cargo/bin:/root/.radicle/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + rad --help
    + cargo doc --workspace --no-deps
       Compiling radicle-ci-broker v0.24.0 (/workspace/src)
     Documenting radicle-ci-broker v0.24.0 (/workspace/src)
    warning: unresolved link to `RunningProcess`
       --> src/adapter.rs:378:44
        |
    378 |     /// Error from [`TimeoutCommand`] or [`RunningProcess`].
        |                                            ^^^^^^^^^^^^^^ no item named `RunningProcess` in scope
        |
        = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
        = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
    
    warning: unresolved link to `RunningProcess`
      --> src/timeoutcmd.rs:74:24
       |
    74 | /// output. See also [`RunningProcess`].
       |                        ^^^^^^^^^^^^^^ no item named `RunningProcess` in scope
       |
       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
    
    warning: `radicle-ci-broker` (lib doc) generated 2 warnings
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
       Generated /workspace/cache/doc/radicle_ci_broker/index.html and 4 other files
    + export RAD_PASSPHRAE=secret
    + RAD_PASSPHRAE=secret
    + rad auth --alias ambient
    
    Initializing your radicle 👾 identity
    
    ⠁ Creating your Ed25519 keypair...                                              
◢ Creating your Ed25519 keypair...                                              
◣ Creating your Ed25519 keypair...                                              
◣ Creating your Ed25519 keypair...                                              
◤ Creating your Ed25519 keypair...                                              
◤ Creating your Ed25519 keypair...                                              
◢ Creating your Ed25519 keypair...                                              
◢ Creating your Ed25519 keypair...                                              
◣ Creating your Ed25519 keypair...                                              
◣ Creating your Ed25519 keypair...                                              
◤ Creating your Ed25519 keypair...                                              
◤ Creating your Ed25519 keypair...                                              
◢ Creating your Ed25519 keypair...                                              
✓ Creating your Ed25519 keypair...
    ✓ Your Radicle DID is did:key:z6MkjbwxBsb81HqBACbrpfPuxtzmQAwkD3TcM9z254jj26R9. This identifies your device. Run `rad self` to show it at all times.
    ✓ You're all set.
    
    To create a Radicle repository, run `rad init` from a Git repository with at least one commit.
    To clone a repository, run `rad clone <rid>`. For example, `rad clone rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5` clones the Radicle 'heartwood' repository.
    To get a list of all commands, run `rad`.
    + env
    CARGO_TARGET_DIR=/workspace/cache
    PWD=/workspace/src
    SYSTEMD_EXEC_PID=315
    HOME=/root
    LANG=C.UTF-8
    CARGO_HOME=/workspace/deps
    INVOCATION_ID=e68838dda7ba46a09996125dbf8c056b
    RAD_PASSPHRAE=secret
    SHLVL=2
    JOURNAL_STREAM=8:13492
    PATH=/root/.cargo/bin:/root/.radicle/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    OLDPWD=/
    _=/usr/bin/env
    + cargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2
       Compiling radicle-ci-broker v0.24.0 (/workspace/src)
        Finished `test` profile [unoptimized + debuginfo] target(s) in 7.74s
         Running unittests src/lib.rs (/workspace/cache/debug/deps/radicle_ci_broker-b6ab12509e087945)
    
    running 87 tests
    test adapter::test::adapter_does_not_exist ... ok
    test adapter::test::adapter_ends_ok_before_first_message ... ok
    test adapter::test::adapter_ends_ok_before_second_message ... ok
    test adapter::test::adapter_exits_nonzero ... ok
    test adapter::test::adapter_first_message_isnt_triggered ... ok
    test adapter::test::adapter_has_bad_interpreter ... ok
    test adapter::test::adapter_is_killed_after_second_message ... ok
    test adapter::test::adapter_is_killed_before_any_messages ... ok
    test adapter::test::adapter_is_killed_before_first_message ... ok
    test adapter::test::adapter_is_not_executable ... ok
    test adapter::test::adapter_outputs_too_many_messages ... ok
    test adapter::test::adapter_produces_as_bad_message ... ok
    test adapter::test::adapter_reports_failure ... ok
    test adapter::test::adapter_reports_success ... ok
    test broker::test::adapter_fails ... ok
    test ci_event::test::branch_created ... ok
    test ci_event::test::branch_deleted ... ok
    test ci_event::test::branch_updated ... ok
    test ci_event::test::diff_refs ... ok
    test broker::test::executes_adapter ... ok
    test ci_event::test::nothing_updated ... ok
    test ci_event::test::patch_updated ... ok
    test ci_event::test::skipped ... ok
    test ci_event::test::patch_created ... ok
    test ci_event::test_parsed_ref::branch ... ok
    test ci_event::test_parsed_ref::patch ... ok
    test config::test::parse_config_yaml ... ok
    test config::test::parse_config_yaml_without_max_run_time ... ok
    test ci_event::test_parsed_ref::tag ... ok
    test filter::test::allows_all_for_main_branch ... ok
    test filter::test::allows_all_for_right_node ... ok
    test filter::test::allows_any_event ... ok
    test filter::test::allows_branch_creation ... ok
    test filter::test::allows_branch_deletion ... ok
    test filter::test::allows_branch_update ... ok
    test filter::test::allows_if_all_allow ... ok
    test filter::test::allows_if_any_allows ... ok
    test filter::test::allows_no_event ... ok
    test filter::test::allows_none_for_wrong_node ... ok
    test filter::test::allows_opposite ... ok
    test filter::test::allows_patch_creation ... ok
    test filter::test::allows_patch_update ... ok
    test filter::test::allows_shutdown ... ok
    test filter::test::allows_specific_patch ... ok
    test filter::test::allows_wanted_tag ... ok
    test filter::test::deserialize_yaml_nested_not ... ok
    test filter::test::doesnt_allow_any_for_other_branch ... ok
    test filter::test::doesnt_allow_any_for_other_repository ... ok
    test filter::test::doesnt_allow_unexpected_tag ... ok
    test filter::test::doesnt_allow_unexpected_tag_even_if_wanted_is_prefix ... ok
    test filter::test::doesnt_allow_unexpected_tag_even_if_wanted_is_suffix ... ok
    test filter::test::doesnt_allows_other_patch ... ok
    test filter::test::only_allows_branch_creation ... ok
    test filter::test::only_allows_branch_deletion ... ok
    test filter::test::only_allows_branch_update ... ok
    test filter::test::only_allows_patch_creation ... ok
    test filter::test::only_allows_patch_update ... ok
    test filter::test::yaml_roundtrip ... ok
    test filter::test::allows_all_for_default_repository ... ok
    test msg::trigger_from_ci_event_tests::trigger_patch_from_patch_created ... ok
    test msg::trigger_from_ci_event_tests::trigger_patch_from_patch_updated ... ok
    test msg::trigger_from_ci_event_tests::trigger_push_from_branch_created ... ok
    test refs::test::creates_patch_from_str ... ok
    test refs::test::extracts_branch_namespaced_branch ... ok
    test refs::test::namespaced_branch_from_plain ... ok
    test refs::test::plain_branch_name ... ok
    test refs::test::qualified_branch_name_from_plain ... ok
    test refs::test::ref_string_from_plain_branch_name ... ok
    test run::test::serialize_run_state ... ok
    test sensitive::test_sensitive::debugged ... ok
    test sensitive::test_sensitive::deser ... ok
    test sensitive::test_sensitive::displayed ... ok
    test sensitive::test_sensitive::ser ... ok
    test msg::trigger_from_ci_event_tests::trigger_push_from_branch_updated ... ok
    test timeoutcmd::tests::bin_false ... ok
    test timeoutcmd::tests::hello_world ... ok
    test timeoutcmd::tests::hello_world_to_stderr ... ok
    test timeoutcmd::tests::bin_true ... ok
    test timeoutcmd::tests::kill ... ok
    test timeoutcmd::tests::kill_stderr ... ok
    test timeoutcmd::tests::pipe_through_cat ... ok
    test timeoutcmd::tests::sleep_1 ... ok
    test timeoutcmd::tests::sleep_for_too_long ... ok
    test timeoutcmd::tests::yes_to_stderr ... ok
    test timeoutcmd::tests::sleep_for_too_long_while_reading_with_realtimelines ... ok
    test timeoutcmd::tests::yes_to_stdout ... ok
    test timeoutcmd::tests::yes_to_stdout_while_reading_with_realtimelines ... ok
    
    test result: ok. 87 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.96s
    
         Running unittests src/bin/cib.rs (/workspace/cache/debug/deps/cib-76c8aed3d305eb68)
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
         Running unittests src/bin/cibtool.rs (/workspace/cache/debug/deps/cibtool-ca60d6a11585f52b)
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
         Running unittests src/bin/default_branch.rs (/workspace/cache/debug/deps/default_branch-8eec1c59936eb3f7)
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
         Running unittests src/bin/synthetic-events.rs (/workspace/cache/debug/deps/synthetic_events-c0cf292476d8420f)
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
         Running tests/subplot.rs (/workspace/cache/debug/deps/subplot-20cce939691733ad)
    
    running 73 tests
    test adapter_with_url_runs_successfully ... ok
    test add_information_about_run_that_s_finished_in_failure_to_database ... ok
    test adapter_can_provide_url_for_info_on_run ... ok
    test add_information_about_run_that_s_finished_successfully_to_database ... ok
    test add_information_about_run_that_s_running_to_database ... ok
    test allows_setting_minimum_log_level ... ok
    test add_information_about_triggered_run_to_database ... ok
    test can_add_a_branch_creation_event_to_queue ... ok
    test can_add_a_branch_deletion_event_to_queue ... ok
    test can_add_a_branch_update_event_to_queue ... ok
    test can_add_a_patch_creation_event_to_queue ... ok
    test can_add_a_patch_update_event_to_queue ... ok
    test can_add_shutdown_event_to_queue ... ok
    test can_output_trigger_message_for_a_ci_run ... ok
    test can_remove_all_queued_events ... ok
    test can_trigger_a_ci_run ... ok
    test convert_recorded_node_events_into_ci_events ... ok
    test can_shut_down_cleanly ... ok
    test count_in_a_single_process has been running for over 60 seconds
    test count_in_concurrent_processes has been running for over 60 seconds
    test count_in_a_single_process ... ok
    test create_a_repository ... ok
    test don_t_insert_event_for_non_existent_repository ... ok
    test dummy_adapter_runs_successfully ... ok
    test event_synthesizer_terminates_after_first_connection ... ok
    test events_can_be_queued_and_removed_from_queue ... ok
    test extract_cib_log_from_journald_and_pretty_print ... ok
    test count_in_concurrent_processes ... ok
    test fails_run_if_building_trigger_fails__but_does_not_crash ... ok
    test filter_predicate_allow ... ok
    test filter_predicate_anydelegate ... ok
    test filter_predicate_and ... ok
    test filter_predicate_branchcreated ... ok
    test filter_predicate_branch ... ok
    test filter_predicate_branchdeleted ... ok
    test filter_predicate_branchupdated ... ok
    test filter_predicate_deny ... ok
    test filter_predicate_defaultbranch ... ok
    test filter_predicate_hasfile ... ok
    test filter_predicate_not ... ok
    test filter_predicate_node ... ok
    test filter_predicate_or ... ok
    test filter_predicate_repository ... ok
    test filter_predicate_tag ... ok
    test filter_recorded_ci_events ... ok
    test gives_helpful_error_message_if_it_doesn_t_understand_its_configuration_file ... ok
    test gives_helpful_error_message_if_node_socket_can_t_be_found ... ok
    test handles_adapter_failing_on_a_failed_run ... ok
    test handles_adapter_failing_on_a_successful_run ... ok
    test insert_events_into_queue ... ok
    test logs_adapter_stderr_output ... ok
    test logs_start_and_successful_end ... ok
    test logs_termination_due_to_error ... ok
    test process_queued_events ... ok
    test processes_empty_event_queue_successfully ... ok
    test produces_a_json_status_file ... ok
    test produces_a_report_page_upon_request ... ok
    test queue_a_node_event_for_processing ... ok
    test record_node_events ... ok
    test refuses_config_with_an_unknown_field ... ok
    test remove_information_about_a_run_from_the_database ... ok
    test reports_it_version ... ok
    test runs_adapter_on_each_type_of_event ... ok
    test runs_adapter_with_configuration ... ok
    test runs_adapter_without_a_report_directory ... ok
    test runs_adapters_for_all_matching_triggers ... ok
    test insert_many_events_into_queue ... ok
    test set_up_a_node ... ok
    test shows_adapter_specification ... ok
    test shows_json_config_as_json ... ok
    test shows_yaml_config_as_json ... ok
    test stops_if_the_node_connection_breaks ... ok
    test update_and_show_information_about_run_to_running ... ok
    test we_can_run_rad ... ok
    test smoke_test__runs_adapter ... ok
    
    test result: ok. 73 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 208.80s
    
       Doc-tests radicle_ci_broker
    
    running 2 tests
    test src/msg.rs - msg::RunId (line 49) ... ok
    test src/timeoutcmd.rs - timeoutcmd (line 21) ... ok
    
    test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
    
    all doctests ran in 0.66s; merged doctests compilation took 0.64s
    + subplot docgen ci-broker.subplot -o doc/ci-broker.html
     INFO Starting Subplot
     INFO Subplot finished successfully
    + subplot docgen doc/userguide.subplot -o doc/userguide.html
     INFO Starting Subplot
     INFO Subplot finished successfully
    + make -C doc
    make: Entering directory '/workspace/src/doc'
    ./messages.sh > messages.md
    subplot docgen --date "Version: $(git describe --long --dirty)" architecture.subplot -o architecture.html
    fatal: No names found, cannot describe anything.
     INFO Starting Subplot
     INFO Subplot finished successfully
    pandoc --standalone --metadata title="Radicle CI overview" "overview.md" --output "overview.html"
    pandoc --standalone --metadata title="Radicle CI event filter implementation" "filter-impl.md" --output "filter-impl.html"
    pandoc --standalone --metadata title="Radicle CI adapter implementation" "adapter-impl.md" --output "adapter-impl.html"
    make: Leaving directory '/workspace/src/doc'
    + cp doc/adapter-impl.html doc/architecture.html doc/ci-broker.html doc/filter-impl.html doc/overview.html doc/userguide.html /workspace/artifacts/.
    [2025-12-22T17:27:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-22T17:27:09Z DEBUG ambient_ci::plan] RUN: Action Custom(
            Custom {
                name: "dch",
                args: {
                    "debfullname": String("Lars Wirzenius"),
                    "debemail": String("liw@liw.fi"),
                },
            },
        )
    [2025-12-22T17:27:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
            Custom {
                name: "dch",
                args: {
                    "debfullname": String("Lars Wirzenius"),
                    "debemail": String("liw@liw.fi"),
                },
            },
        )
    [2025-12-22T17:27:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    custom: source=/workspace/src
    custom: exe=".ambient/dch" exists=false
    + export 'DEBEMAIL="liw@liw.fi"'
    + DEBEMAIL='"liw@liw.fi"'
    + export 'DEBFULLNAME="Lars Wirzenius"'
    + DEBFULLNAME='"Lars Wirzenius"'
    + export CARGO_TARGET_DIR=/workspace/cache
    + CARGO_TARGET_DIR=/workspace/cache
    + export CARGO_HOME=/workspace/deps
    + CARGO_HOME=/workspace/deps
    + export HOME=/root
    + HOME=/root
    + export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + git reset --hard
    HEAD is now at 27319c90 feat: handle `LocalRefsAnnounced` events
    + git clean -fdx
    Removing doc/adapter-impl.html
    Removing doc/architecture.html
    Removing doc/ci-broker.html
    Removing doc/filter-impl.html
    Removing doc/messages.md
    Removing doc/overview.html
    Removing doc/userguide.html
    ++ dpkg-parsechangelog -SVersion
    ++ sed 's/-[^-]*$//'
    + V=0.24.0
    ++ date -u +%Y%m%dT%H%M%S
    + T=20251222T172709
    + version=0.24.0.ci20251222T172709-1
    + dch -v 0.24.0.ci20251222T172709-1 'CI build under Ambient.'
    + dch -r ''
    custom action "dch" exit code Some(0)
    [2025-12-22T17:27:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-22T17:27:09Z DEBUG ambient_ci::plan] RUN: Action Deb(
            Deb,
        )
    [2025-12-22T17:27:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
            Deb,
        )
    [2025-12-22T17:27:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["/bin/bash", "-c", "#!/bin/bash\nset -xeuo pipefail\n\necho \"PATH at start: $PATH\"\nexport PATH=\"/root/.cargo/bin:$PATH\"\nexport CARGO_HOME=/workspace/deps\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\n/bin/env\n\ncommand -v cargo\ncommand -v rustc\n\ncargo --version\nrustc --version\n\n# Get name and version of source package.\nname=\"$(dpkg-parsechangelog -SSource)\"\nversion=\"$(dpkg-parsechangelog -SVersion)\"\n\n# Get upstream version: everything before the last dash.\nuv=\"$(echo \"$version\" | sed 's/-[^-]*$//')\"\n\n# Files that will be created.\narch=\"$(dpkg --print-architecture)\"\norig=\"../${name}_${uv}.orig.tar.xz\"\ndeb=\"../${name}_${version}_${arch}.deb\"\nchanges=\"../${name}_${version}_${arch}.changes\"\n\n# Create \"upstream tarball\".\ngit archive HEAD | xz >\"$orig\"\n\n# Build package.\ndpkg-buildpackage -us -uc\n\n# Dump some information to make it easier to visually verify\n# everything looks OK. Also, test the package with the lintian tool.\n\nls -l ..\nfor x in ../*.deb; do dpkg -c \"$x\"; done\n# FIXME: disabled while this prevents radicle-native-ci deb from being built.\n# lintian -i --allow-root --fail-on warning ../*.changes\n\n# Move files to artifacts directory.\nmv ../*_* /workspace/artifacts\n        "]
           cwd=/workspace/src (exists? true)
    + echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
    PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + export CARGO_HOME=/workspace/deps
    + CARGO_HOME=/workspace/deps
    + export DEBEMAIL=liw@liw.fi
    + DEBEMAIL=liw@liw.fi
    + export 'DEBFULLNAME=Lars Wirzenius'
    + DEBFULLNAME='Lars Wirzenius'
    + /bin/env
    DEBFULLNAME=Lars Wirzenius
    CARGO_TARGET_DIR=/workspace/cache
    PWD=/workspace/src
    SYSTEMD_EXEC_PID=315
    HOME=/root
    LANG=C.UTF-8
    CARGO_HOME=/workspace/deps
    DEBEMAIL=liw@liw.fi
    INVOCATION_ID=e68838dda7ba46a09996125dbf8c056b
    SHLVL=2
    JOURNAL_STREAM=8:13492
    PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    OLDPWD=/
    _=/bin/env
    + command -v cargo
    /root/.cargo/bin/cargo
    + command -v rustc
    /root/.cargo/bin/rustc
    + cargo --version
    cargo 1.92.0 (344c4567c 2025-10-21)
    + rustc --version
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    ++ dpkg-parsechangelog -SSource
    + name=radicle-ci-broker
    ++ dpkg-parsechangelog -SVersion
    + version=0.24.0.ci20251222T172709-1
    ++ echo 0.24.0.ci20251222T172709-1
    ++ sed 's/-[^-]*$//'
    + uv=0.24.0.ci20251222T172709
    ++ dpkg --print-architecture
    + arch=amd64
    + orig=../radicle-ci-broker_0.24.0.ci20251222T172709.orig.tar.xz
    + deb=../radicle-ci-broker_0.24.0.ci20251222T172709-1_amd64.deb
    + changes=../radicle-ci-broker_0.24.0.ci20251222T172709-1_amd64.changes
    + git archive HEAD
    + xz
    + dpkg-buildpackage -us -uc
    dpkg-buildpackage: info: source package radicle-ci-broker
    dpkg-buildpackage: info: source version 0.24.0.ci20251222T172709-1
    dpkg-buildpackage: info: source distribution unstable
    dpkg-buildpackage: info: source changed by "Lars Wirzenius" <"liw@liw.fi">
    dpkg-buildpackage: info: host architecture amd64
     dpkg-source --before-build .
     debian/rules clean
    dh clean
       dh_auto_clean
       dh_clean
     dpkg-source -b .
    dpkg-source: info: using source format '3.0 (quilt)'
    dpkg-source: info: building radicle-ci-broker using existing ./radicle-ci-broker_0.24.0.ci20251222T172709.orig.tar.xz
    dpkg-source: info: building radicle-ci-broker in radicle-ci-broker_0.24.0.ci20251222T172709-1.debian.tar.xz
    dpkg-source: info: building radicle-ci-broker in radicle-ci-broker_0.24.0.ci20251222T172709-1.dsc
     debian/rules build
    dh build
       dh_update_autotools_config
       dh_autoreconf
       dh_auto_configure
       debian/rules override_dh_auto_build
    make[1]: Entering directory '/workspace/src'
    true
    make[1]: Leaving directory '/workspace/src'
       debian/rules override_dh_auto_test
    make[1]: Entering directory '/workspace/src'
    echo tests are disabled, for now
    tests are disabled, for now
    make[1]: Leaving directory '/workspace/src'
       create-stamp debian/debhelper-build-stamp
     debian/rules binary
    dh binary
       dh_testroot
       dh_prep
       debian/rules override_dh_auto_install
    make[1]: Entering directory '/workspace/src'
    cargo install --offline --locked --path=. --root=debian/radicle-ci-broker/usr --bin cib --bin cibtool
      Installing radicle-ci-broker v0.24.0 (/workspace/src)
       Compiling radicle-ci-broker v0.24.0 (/workspace/src)
        Finished `release` profile [optimized + debuginfo] target(s) in 48.88s
      Installing debian/radicle-ci-broker/usr/bin/cib
      Installing debian/radicle-ci-broker/usr/bin/cibtool
       Installed package `radicle-ci-broker v0.24.0 (/workspace/src)` (executables `cib`, `cibtool`)
    warning: be sure to add `debian/radicle-ci-broker/usr/bin` to your PATH to be able to run the installed binaries
    find debian -name '.crates*.*' -delete
    make[1]: Leaving directory '/workspace/src'
       dh_installdocs
       dh_installchangelogs
       dh_installman
       dh_lintian
       dh_perl
       dh_link
       dh_strip_nondeterminism
       dh_compress
       dh_fixperms
       dh_missing
       dh_strip
       dh_makeshlibs
       dh_shlibdeps
       dh_installdeb
       dh_gencontrol
       dh_md5sums
       dh_builddeb
    dpkg-deb: building package 'radicle-ci-broker-dbgsym' in '../radicle-ci-broker-dbgsym_0.24.0.ci20251222T172709-1_amd64.deb'.
    dpkg-deb: building package 'radicle-ci-broker' in '../radicle-ci-broker_0.24.0.ci20251222T172709-1_amd64.deb'.
     dpkg-genbuildinfo -O../radicle-ci-broker_0.24.0.ci20251222T172709-1_amd64.buildinfo
     dpkg-genchanges -O../radicle-ci-broker_0.24.0.ci20251222T172709-1_amd64.changes
    dpkg-genchanges: info: including full source code in upload
     dpkg-source --after-build .
    dpkg-buildpackage: info: full upload (original source is included)
    + ls -l ..
    total 85952
    drwxr-xr-x  2 root root     4096 Dec 22 17:27 artifacts
    drwxr-xr-x  6 root root     4096 Nov 17 13:58 cache
    drwxr-xr-x  3 root root     4096 Dec 22 17:27 deps
    -rw-r--r--  1 root root 81041320 Dec 22 17:28 radicle-ci-broker-dbgsym_0.24.0.ci20251222T172709-1_amd64.deb
    -rw-r--r--  1 root root     2348 Dec 22 17:27 radicle-ci-broker_0.24.0.ci20251222T172709-1.debian.tar.xz
    -rw-r--r--  1 root root     1078 Dec 22 17:27 radicle-ci-broker_0.24.0.ci20251222T172709-1.dsc
    -rw-r--r--  1 root root     6367 Dec 22 17:28 radicle-ci-broker_0.24.0.ci20251222T172709-1_amd64.buildinfo
    -rw-r--r--  1 root root     2640 Dec 22 17:28 radicle-ci-broker_0.24.0.ci20251222T172709-1_amd64.changes
    -rw-r--r--  1 root root  6400416 Dec 22 17:28 radicle-ci-broker_0.24.0.ci20251222T172709-1_amd64.deb
    -rw-r--r--  1 root root   528624 Dec 22 17:27 radicle-ci-broker_0.24.0.ci20251222T172709.orig.tar.xz
    drwxr-xr-x 10 root root     4096 Dec 22 17:27 src
    + for x in ../*.deb
    + dpkg -c ../radicle-ci-broker-dbgsym_0.24.0.ci20251222T172709-1_amd64.deb
    drwxr-xr-x root/root         0 2025-12-22 17:27 ./
    drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/
    drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/lib/
    drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/lib/debug/
    drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/lib/debug/.build-id/
    drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/lib/debug/.build-id/22/
    -rw-r--r-- root/root  44677656 2025-12-22 17:27 ./usr/lib/debug/.build-id/22/47a88d7e0e7b96a93626cf07b5aba67dc42a51.debug
    drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/lib/debug/.build-id/38/
    -rw-r--r-- root/root  41141592 2025-12-22 17:27 ./usr/lib/debug/.build-id/38/ee91720875d16fde00f0b25d54351f2e8a008b.debug
    drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/share/
    drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/share/doc/
    lrwxrwxrwx root/root         0 2025-12-22 17:27 ./usr/share/doc/radicle-ci-broker-dbgsym -> radicle-ci-broker
    + for x in ../*.deb
    + dpkg -c ../radicle-ci-broker_0.24.0.ci20251222T172709-1_amd64.deb
    drwxr-xr-x root/root         0 2025-12-22 17:27 ./
    drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/
    drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/bin/
    -rwxr-xr-x root/root  10479368 2025-12-22 17:27 ./usr/bin/cib
    -rwxr-xr-x root/root  11961496 2025-12-22 17:27 ./usr/bin/cibtool
    drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/share/
    drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/share/doc/
    drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/share/doc/radicle-ci-broker/
    -rw-r--r-- root/root       684 2025-12-22 17:27 ./usr/share/doc/radicle-ci-broker/changelog.Debian.gz
    -rw-r--r-- root/root       396 2025-12-22 17:27 ./usr/share/doc/radicle-ci-broker/copyright
    drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/share/lintian/
    drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/share/lintian/overrides/
    -rw-r--r-- root/root       120 2025-12-22 17:27 ./usr/share/lintian/overrides/radicle-ci-broker
    drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/share/man/
    drwxr-xr-x root/root         0 2025-12-22 17:27 ./usr/share/man/man1/
    -rw-r--r-- root/root       298 2025-12-22 17:27 ./usr/share/man/man1/cib.1.gz
    -rw-r--r-- root/root       277 2025-12-22 17:27 ./usr/share/man/man1/cibtool.1.gz
    + mv ../radicle-ci-broker-dbgsym_0.24.0.ci20251222T172709-1_amd64.deb ../radicle-ci-broker_0.24.0.ci20251222T172709-1.debian.tar.xz ../radicle-ci-broker_0.24.0.ci20251222T172709-1.dsc ../radicle-ci-broker_0.24.0.ci20251222T172709-1_amd64.buildinfo ../radicle-ci-broker_0.24.0.ci20251222T172709-1_amd64.changes ../radicle-ci-broker_0.24.0.ci20251222T172709-1_amd64.deb ../radicle-ci-broker_0.24.0.ci20251222T172709.orig.tar.xz /workspace/artifacts
    [2025-12-22T17:28:32Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-22T17:28:32Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-12-22T17:28:32Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-12-22T17:28:32Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-22T17:28:32Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vde",
            ),
            root: Some(
                "/workspace/cache",
            ),
            size: None,
        }
    [2025-12-22T17:28:32Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
    [2025-12-22T17:28:32Z TRACE ambient_ci::vdrive] create archive file /dev/vde
    [2025-12-22T17:28:32Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
    [2025-12-22T17:28:32Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
    [2025-12-22T17:28:32Z TRACE ambient_ci::vdrive] calling tar_create
    [2025-12-22T17:29:11Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
    [2025-12-22T17:29:11Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-22T17:29:11Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        )
    [2025-12-22T17:29:11Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        )
    [2025-12-22T17:29:11Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-22T17:29:11Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vdd",
            ),
            root: Some(
                "/workspace/artifacts",
            ),
            size: None,
        }
    [2025-12-22T17:29:11Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
    [2025-12-22T17:29:11Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
    [2025-12-22T17:29:11Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
    [2025-12-22T17:29:11Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
    [2025-12-22T17:29:11Z TRACE ambient_ci::vdrive] calling tar_create
    [2025-12-22T17:29:11Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
    [2025-12-22T17:29:11Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-22T17:29:11Z DEBUG ambient_ci::plan] All actions were performed successfully
    ambient-execute-plan ends
    EXIT CODE: 0
    
    ====================
[2025-12-22T17:29:14Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2025-12-22T17:29:17Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2025-12-22T17:29:17Z DEBUG ambient_ci::run] remove old cache
[2025-12-22T17:29:21Z DEBUG ambient_ci::run] extract cache
[2025-12-22T17:29:36Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-12-22T17:29:36Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-22T17:29:36Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/meta.yaml
[2025-12-22T17:29:39Z INFO  ambient] ambient ends successfully

Ambient stderr

<empty log>