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    10M  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:29 ./
-rw-r--r-- _rad/_rad      1760 2025-12-22 17:29 ./plan.yaml
-rwxr-xr-x _rad/_rad   6394112 2025-12-22 17:29 ./run-ci
INFO: Extracted files:
  5636108      4 drwxr-xr-x   2 1000     1000         4096 Dec 22 17:29 .
  5636110   6248 -rwxr-xr-x   1 1000     1000      6394112 Dec 22 17:29 ./run-ci
  5636109      4 -rw-r--r--   1 1000     1000         1760 Dec 22 17:29 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-12-22T17:30:05Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-22T17:30:05Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-22T17:30:05Z INFO  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-22T17:30:05Z WARN  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-22T17:30:05Z 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:30:05Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/workspace",
        },
    )
[2025-12-22T17:30:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/workspace",
        },
    )
[2025-12-22T17:30:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-22T17:30:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-22T17:30:05Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/workspace/artifacts",
        },
    )
[2025-12-22T17:30:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/workspace/artifacts",
        },
    )
[2025-12-22T17:30:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-22T17:30:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-22T17:30:05Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        },
    )
[2025-12-22T17:30:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        },
    )
[2025-12-22T17:30:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-22T17:30:05Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-12-22T17:30:05Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-22T17:30:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-22T17:30:05Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        },
    )
[2025-12-22T17:30:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        },
    )
[2025-12-22T17:30:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-22T17:30:05Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-12-22T17:30:07Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-22T17:30:07Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-22T17:30:07Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-12-22T17:30:07Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-12-22T17:30:07Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-22T17:30:07Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-12-22T17:30:45Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-22T17:30:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-22T17:30:45Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
        CargoClippy,
    )
[2025-12-22T17:30:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
        CargoClippy,
    )
[2025-12-22T17:30:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.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 4.10s
[2025-12-22T17:30:50Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-22T17:30:50Z 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:30:50Z 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:30:50Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["/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 2.95s
   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:z6MkutmZVJo9HZDzWcCRuE37f4ZM68EwTNtvtuN9MuJ62tu7. 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=313
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
INVOCATION_ID=2d998ab1b4934b0da041b1b7ad2c6556
RAD_PASSPHRAE=secret
SHLVL=2
JOURNAL_STREAM=8:15393
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 5.45s
     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 broker::test::executes_adapter ... ok
test ci_event::test::branch_created ... ok
test ci_event::test::branch_deleted ... ok
test ci_event::test::diff_refs ... ok
test ci_event::test::branch_updated ... ok
test ci_event::test::nothing_updated ... ok
test ci_event::test::patch_created ... ok
test ci_event::test::patch_updated ... ok
test ci_event::test::skipped ... 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 filter::test::allows_all_for_default_repository ... ok
test filter::test::allows_all_for_main_branch ... ok
test filter::test::allows_all_for_right_node ... ok
test ci_event::test_parsed_ref::tag ... 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_any_event ... 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 msg::trigger_from_ci_event_tests::trigger_push_from_branch_updated ... 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 timeoutcmd::tests::bin_false ... ok
test timeoutcmd::tests::bin_true ... ok
test timeoutcmd::tests::hello_world ... ok
test timeoutcmd::tests::hello_world_to_stderr ... 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.77s

     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_and ... ok
test filter_predicate_anydelegate ... ok
test filter_predicate_branch ... ok
test filter_predicate_branchcreated ... 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_repository ... ok
test filter_predicate_tag ... ok
test filter_predicate_or ... 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 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 insert_many_events_into_queue ... 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 205.86s

   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.00s

all doctests ran in 0.62s; merged doctests compilation took 0.60s
+ 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:34:38Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-22T17:34:38Z DEBUG ambient_ci::plan] RUN: Action Custom(
        Custom {
            name: "dch",
            args: {
                "debemail": String("liw@liw.fi"),
                "debfullname": String("Lars Wirzenius"),
            },
        },
    )
[2025-12-22T17:34:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
        Custom {
            name: "dch",
            args: {
                "debemail": String("liw@liw.fi"),
                "debfullname": String("Lars Wirzenius"),
            },
        },
    )
[2025-12-22T17:34:39Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
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 cd840f03 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=20251222T173439
+ version=0.24.0.ci20251222T173439-1
+ dch -v 0.24.0.ci20251222T173439-1 'CI build under Ambient.'
+ dch -r ''
custom action "dch" exit code Some(0)
[2025-12-22T17:34:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-22T17:34:39Z DEBUG ambient_ci::plan] RUN: Action Deb(
        Deb,
    )
[2025-12-22T17:34:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
        Deb,
    )
[2025-12-22T17:34:39Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["/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=313
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=2d998ab1b4934b0da041b1b7ad2c6556
SHLVL=2
JOURNAL_STREAM=8:15393
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.ci20251222T173439-1
++ echo 0.24.0.ci20251222T173439-1
++ sed 's/-[^-]*$//'
+ uv=0.24.0.ci20251222T173439
++ dpkg --print-architecture
+ arch=amd64
+ orig=../radicle-ci-broker_0.24.0.ci20251222T173439.orig.tar.xz
+ deb=../radicle-ci-broker_0.24.0.ci20251222T173439-1_amd64.deb
+ changes=../radicle-ci-broker_0.24.0.ci20251222T173439-1_amd64.changes
+ xz
+ git archive HEAD
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package radicle-ci-broker
dpkg-buildpackage: info: source version 0.24.0.ci20251222T173439-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.ci20251222T173439.orig.tar.xz
dpkg-source: info: building radicle-ci-broker in radicle-ci-broker_0.24.0.ci20251222T173439-1.debian.tar.xz
dpkg-source: info: building radicle-ci-broker in radicle-ci-broker_0.24.0.ci20251222T173439-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 47.44s
  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.ci20251222T173439-1_amd64.deb'.
dpkg-deb: building package 'radicle-ci-broker' in '../radicle-ci-broker_0.24.0.ci20251222T173439-1_amd64.deb'.
 dpkg-genbuildinfo -O../radicle-ci-broker_0.24.0.ci20251222T173439-1_amd64.buildinfo
 dpkg-genchanges -O../radicle-ci-broker_0.24.0.ci20251222T173439-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 85956
drwxr-xr-x  2 root root     4096 Dec 22 17:34 artifacts
drwxr-xr-x  6 root root     4096 Nov 17 13:58 cache
drwxr-xr-x  3 root root     4096 Dec 22 17:29 deps
-rw-r--r--  1 root root 81039252 Dec 22 17:35 radicle-ci-broker-dbgsym_0.24.0.ci20251222T173439-1_amd64.deb
-rw-r--r--  1 root root     2352 Dec 22 17:34 radicle-ci-broker_0.24.0.ci20251222T173439-1.debian.tar.xz
-rw-r--r--  1 root root     1078 Dec 22 17:34 radicle-ci-broker_0.24.0.ci20251222T173439-1.dsc
-rw-r--r--  1 root root     6367 Dec 22 17:35 radicle-ci-broker_0.24.0.ci20251222T173439-1_amd64.buildinfo
-rw-r--r--  1 root root     2640 Dec 22 17:35 radicle-ci-broker_0.24.0.ci20251222T173439-1_amd64.changes
-rw-r--r--  1 root root  6409356 Dec 22 17:35 radicle-ci-broker_0.24.0.ci20251222T173439-1_amd64.deb
-rw-r--r--  1 root root   528836 Dec 22 17:34 radicle-ci-broker_0.24.0.ci20251222T173439.orig.tar.xz
drwxr-xr-x 10 root root     4096 Dec 22 17:34 src
+ for x in ../*.deb
+ dpkg -c ../radicle-ci-broker-dbgsym_0.24.0.ci20251222T173439-1_amd64.deb
drwxr-xr-x root/root         0 2025-12-22 17:34 ./
drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/
drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/lib/
drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/lib/debug/
drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/lib/debug/.build-id/36/
-rw-r--r-- root/root  41141472 2025-12-22 17:34 ./usr/lib/debug/.build-id/36/f03215f4dbc0dec8ceef5679bf242702e58c8d.debug
drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/lib/debug/.build-id/77/
-rw-r--r-- root/root  44677656 2025-12-22 17:34 ./usr/lib/debug/.build-id/77/30941c689a1cd171d22e85a9f8dbaeebf0eb95.debug
drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/share/
drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/share/doc/
lrwxrwxrwx root/root         0 2025-12-22 17:34 ./usr/share/doc/radicle-ci-broker-dbgsym -> radicle-ci-broker
+ for x in ../*.deb
+ dpkg -c ../radicle-ci-broker_0.24.0.ci20251222T173439-1_amd64.deb
drwxr-xr-x root/root         0 2025-12-22 17:34 ./
drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/
drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/bin/
-rwxr-xr-x root/root  10479368 2025-12-22 17:34 ./usr/bin/cib
-rwxr-xr-x root/root  11961496 2025-12-22 17:34 ./usr/bin/cibtool
drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/share/
drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/share/doc/radicle-ci-broker/
-rw-r--r-- root/root       684 2025-12-22 17:34 ./usr/share/doc/radicle-ci-broker/changelog.Debian.gz
-rw-r--r-- root/root       396 2025-12-22 17:34 ./usr/share/doc/radicle-ci-broker/copyright
drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/share/lintian/
drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/share/lintian/overrides/
-rw-r--r-- root/root       120 2025-12-22 17:34 ./usr/share/lintian/overrides/radicle-ci-broker
drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/share/man/
drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/share/man/man1/
-rw-r--r-- root/root       298 2025-12-22 17:34 ./usr/share/man/man1/cib.1.gz
-rw-r--r-- root/root       277 2025-12-22 17:34 ./usr/share/man/man1/cibtool.1.gz
+ mv ../radicle-ci-broker-dbgsym_0.24.0.ci20251222T173439-1_amd64.deb ../radicle-ci-broker_0.24.0.ci20251222T173439-1.debian.tar.xz ../radicle-ci-broker_0.24.0.ci20251222T173439-1.dsc ../radicle-ci-broker_0.24.0.ci20251222T173439-1_amd64.buildinfo ../radicle-ci-broker_0.24.0.ci20251222T173439-1_amd64.changes ../radicle-ci-broker_0.24.0.ci20251222T173439-1_amd64.deb ../radicle-ci-broker_0.24.0.ci20251222T173439.orig.tar.xz /workspace/artifacts
[2025-12-22T17:35:59Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-22T17:35:59Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-12-22T17:35:59Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-12-22T17:35:59Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-22T17:35:59Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vde",
        ),
        root: Some(
            "/workspace/cache",
        ),
        size: None,
    }
[2025-12-22T17:35:59Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-12-22T17:35:59Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-12-22T17:35:59Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-12-22T17:35:59Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-12-22T17:35:59Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-22T17:36:35Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-12-22T17:36:35Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-22T17:36:35Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        },
    )
[2025-12-22T17:36:35Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        },
    )
[2025-12-22T17:36:35Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-22T17:36:35Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vdd",
        ),
        root: Some(
            "/workspace/artifacts",
        ),
        size: None,
    }
[2025-12-22T17:36:35Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-12-22T17:36:35Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-12-22T17:36:35Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-12-22T17:36:35Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-12-22T17:36:35Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-22T17:36:35Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-12-22T17:36:35Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-22T17:36:35Z 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": "cd840f03a6b1c7721f8a81d3fe8b01f9f64fda7f",
  "after": "cd840f03a6b1c7721f8a81d3fe8b01f9f64fda7f",
  "branch": "main",
  "commits": [
    "cd840f03a6b1c7721f8a81d3fe8b01f9f64fda7f",
    "b6efecdd720e6cf9a3c4769c794bdc544f31cc85",
    "322b61c55025e05cdef373873628bdf23d568fa0",
    "e681fc88840c9594896a116782126970d61101ff",
    "e90dfebddec256775492fa779dfb6b9f9f9e31c5",
    "1921aed19d983a98dc829845a11a404fc408e5f4",
    "e36b10a4cbe66e0935c2c2c45f88f02631e491df",
    "f307ac433d4c100578680be355cac65db2f3f9dc",
    "7a1320aa8c6df998a1628380be407f357ebb3089",
    "565892557b1401ff92ebccaca9013aebd432121d",
    "e541019e3a496e18a7068e1a136e7610684837f5",
    "21db3db163531ff0f652224d018a961822110b59",
    "c60c427eb94d9333f49366d540984ef5e50b9326",
    "24c95c85db3147a8167bb16a7d1a1711942fe499",
    "8413204bafff64aa32a64fba4c302d3bf5389b95",
    "ac530cf29efaffb9640b0cdd35d6c288d996bb71",
    "7d740a9f69f506fd40af2caa54d127e7e4b8f82e",
    "1a329c791aa11aa3f4c771a9d8ffec09248c59ba",
    "d75150dd4eccfcffb12c3f100d25f096352ca909",
    "8fbe2d8c5c4c4d8b29a75172fa3038e665703afd",
    "25c9f0df22bcbfd5d46de777ad7b4389aa567844",
    "99fc34b747a4e1b67beaf735f2a01e3f5427151e",
    "ef0a8aa1c3eedf57d814c71e5342ef762973ce3d",
    "460f08e661a4364e0d67d75c676e44e94248cdb1",
    "e98f577b87e0a6a1dd1ccde263263e57e3f4dbc8",
    "beaf6221c00d1ebc7c08da0ef3a3f6f58922e428",
    "c537e57dd63eacd8cf82dca196960ac7ea781799",
    "5d8d60beeecb586526b9be8c7ea42f2a63177b59",
    "97762c6dde9f09f90fa92cc4c427ee189899ba71",
    "20f36b07d0cafd133f675071bec305e40f2985cd",
    "01bad3406eacb1ac03b7406a9d6b6783bfa6cd73",
    "179ce402ca5e29fb7af2b9d066950b64dd5f91ce",
    "0a77f80d3172adf13b21235e8b89ccbec0702868",
    "0dc74cf8e7dee37d0a94005440bfe51f5e669e8f",
    "94fbd9f72fc4db779422fa97786c99bb9b3b14d4",
    "31543ca1dbdfe3932ebf99aafee6e887961c0fe6",
    "e8217e8c80d8860f12f0946ead79b12b8203f9fb",
    "92f309a75b3393718d0774940ef048e27a9016f1",
    "91358ed2dbfa22a1bcafe0ed71e9c3bd505177fb",
    "09d21f7624f4157b3ebcdece6e89ed8e57de67b4",
    "79955241072cca4def3d793f4fdb2bdfb848114c",
    "b9a8f9d586c85cc8e214b1b84a1db6f57d400e11",
    "0c1d5ac76d46b5ed7da01ea8618bfbb19825776d",
    "dffe0883f5c809301e410c1e96ac26d507c51d03",
    "7ad346eb4a66cee23b17b38a9680176a08c9fa79",
    "7b865840e80022fcf9279bad2ffe353812a10079",
    "59ef2c760ce6ef46101d1d80358047521a9beaba",
    "a17ab01ec5e80dfd3686de4727c096ff7964c639",
    "a2ff833fd7a6c9f6744f833d58789f6758c6e2d5",
    "7ba599bbe2edce8018e4c40dbf19d5a4554130a6",
    "2044a69e57b4c013582b517dadd110723107e1e4",
    "6bcf81400438044df0a11a564112fcdfbc9c381e",
    "dd9347b8acdce0022f0d8eb6378de849ba830834",
    "5379b676d52127a5c828eb488fb4e67d5f382850",
    "387207e4bff86a072f02b4db516fc4996961acf3",
    "f9aad668beccc978518ad048107593ad7360a6d8",
    "c459b6763a1e0c526c9c920bda813a324f2cc5cc",
    "a73a1c7fe87307a9bc39a18567e97e46c94d8abe",
    "6aced1f715304ea91d583266288983133ab8bb45",
    "5039a086f1a56335cdea1b627bd4a15e45907480",
    "1845c2bbec1a45552fcef0f1c84cd03440f370e0",
    "4f8865b771f5341975a097a9fc375530ee85e333",
    "acd3dd068ef2ca0d1f6f69beaf5b82cb99db0a8a",
    "eb4d4a33e21b1e3f4f582f182215908d767351df",
    "a2dec1a5b3ab5b34cea16c07b632023d9ce535fc",
    "aa70e645b36605db315cc012980e20571c9bb02f",
    "44e58863683ae5129551e4acd9ed6c16a5114fb8",
    "0d4387abfc1c185742886b1d26546730955d78fb",
    "4c81808fa30219ffad50213f48e7f7d562a5c598",
    "aa5e1eb0084e8cc7dbb97acdeed37145f24ffe6c",
    "3782dc2b7b1f8fbd59c9f00b8069a8b09e32db58",
    "6f29315b46d2bc8d1fa299e7b42e478d11f0d020",
    "adde3f443ca5060b6abae159d7e6a3750cb02534",
    "0c959144c2b7b74610a2e0fb7d550b8b6055d3d4",
    "a5849ecd317dd48fc90a2101bd1179966d61967e",
    "62f1ded7e6f5e5f5c36eca1ad4dfd8eb75e14fbb",
    "4610dcfd3a120b203906f111f39ecd84b99f7b3a",
    "acba12420648fe64dd710f57f826c1c65e99ec8b",
    "f20fefe8127b2d9f2c6bebd057d7fa4406c6f2f6",
    "27587a80d86a74aa2282806901e97a5352234d67",
    "16e534d2fb1f5ad0fdba3669f2f4cc206da297ec",
    "d981727b8d81eb9e501a245b97076a016ed667a3",
    "845a86c04f779fea9955d2e9635570a698e33e54",
    "6959f65fcc2cda4368e273639b88869323bc77a4",
    "1ca695f4d253b4db73fbc51e65aa6cd84ce5d576",
    "d49fd6cb2dd8d3147e804401309a42ec45b5debb",
    "ce9def492732ea1bcd537774eb266354257ee610",
    "7f97303e1742240e1cd4422fdd7517c30b842162",
    "27317200c10b027f6f32d9853976d974e52fd224",
    "b3898f653ff65b6c423096ce4a2c34b7aa22a7a8",
    "3f98488107f54f2eaaa475b2629785fa319a34b8",
    "ac9261bb8e669cee9562e29da44a7e0308dcc490",
    "04cc070cc5e6cec29c3d6bb5dfa474539020190c",
    "96c3b53309caebc74e1339982c19ee00a6162538",
    "e0ffdbcee4fbd109516eaecd54f1fdf05815dcfd",
    "7a27e0c01a732ebdc2d553daec49ab0416d7554d",
    "7c3af34ac135dcabd23669008a30c8e8d053061e",
    "cfb699805782e043d713cc9410f7e30838b1db50",
    "1855817e21141eae502c838445135f0272f1dc9f",
    "4b232bd238f2ff952f798b9f23cbe1ff2e7395e1",
    "80db71a4406d986537159c30c7a7f68560be1e0a",
    "a13b5a9868b4a6f4ebc60b6e20448f179024785b",
    "562465ef931917f9946a99762f6ccca63975b0c2",
    "5950499587a05fe2778c166ed1aa74543779659c",
    "b84fffaf02a598cbaed1b016e8d0ad25cf72bd6f",
    "cf188b6713dbdc718969417b8bbc31a0e8394311",
    "e171baf84f28c21a57f0093ef74dfb7ef9b2c113",
    "6596d9eced03eadc1aa598cf2c22347b34f91f45",
    "e9b055705e0f1c0b2edd52490b6d9fef96e6d46e",
    "4cea4f3657e69c97f21311fd5791a106a9413432",
    "66a374dd4bd64e5d43e75494e91afe1c0de537d9",
    "f6cab9bb577bc895edfd4c56dae02516be55643d",
    "6736324dd7a185f935b40a4a7f0f4c8dac3f5a61",
    "b177b785493759d68f7d945512b92c066e085a30",
    "9dee71a880d3c1c30b0d06810d292878edebace0",
    "8ed719a53fe9362c8f12e1513b68df889b048110",
    "5bb6cc1a05e6b1b92e5f1db2249a5e1f3bfd50a9",
    "5e32f7f3b45aab13919b3c9054d80aefeff0b42e",
    "5439018503e998cd4d53b3654250a3349c114e60",
    "a3d8d1aa20eb006981994a23c2712d481b428848",
    "57d5f7f11de149bfb31ccab287e5a999a15ceb8d",
    "d8aaa03624c8b3d310cad1bb8194872318adf803",
    "6909e4659b6d5f4262e98e55a188eb4f64a104e5",
    "5c10459d90d3a618340eee1be3adaf41b41f7439",
    "9ab275dde72fc98a1dabfb3f9661c024782f6ff9",
    "b40f9100fe50c7c8a99cd002c4c2a8bdfb4b1f25",
    "883cae63a4788c948c92c7c72061783c000c4dab",
    "022466a3565be5fae3f97352d370a08629d9e0e2",
    "d3681d23cae4fd15e97928e8a3bc7c9eaa09a270",
    "df22a8e11a4b8860da94862089cb681856fb0d07",
    "6af9c661aaf93da72045e833dce3e9c1d1589b98",
    "1f85b1b9e04c06a9c52790fcbd700004dd335432",
    "dd4982e8a38db25610811abf9fc5ceed4dce1e6c",
    "93dd7c49e2993d56f23938750d427057ec8a3224",
    "bda46bb06acc6a80c78007c8d5325bb762c5fb45",
    "2f56e46398f03ab88d3de94de1c65c3c309a673c",
    "b151768bbd27658633e8d13b92b4a34f817d27de",
    "9d218bd92f605ec6d5f2b70ecad8c1d06be5af0e",
    "05283ad35d3598afeb483bbe111cd076137e9273",
    "4db74c77f255b4531acecf71978526e45f37bd7a",
    "3bb98f3f7fc592d9e2ca7f54a596adf844c1674a",
    "e1a741e33a9c3a3a6778c53f43a57c156aa25bdf",
    "c55375e1303e628530e362df4620e2af12dd8ea2",
    "6a4c0260756e27829c12a4dfa1aab4ba9fc8845a",
    "ce5e5945dea5ab356823df0841c2c2d32fa447c3",
    "d5f684b2ec12dc875ec0278c8e2fe71faaa88d38",
    "d824691e1aeccd557b2deeb2cdfb18d275e15f3e",
    "31c36ec846946dd71a66667a64453a9486a50e6e",
    "17b1c9682b3ba4ce27a540757fd4e632fad4bc63",
    "38729b798b1a7361c4044106f1b6dac88db82d3c",
    "97a904c6cbf0fb258e25a67de64842abc49e9a8a",
    "0261d2523dee16c5e1a609b7558b09bb9db26efe",
    "3c0e165763c71edc29c406d9486c74f1514cfdeb",
    "073b652f7ce88ddcf63493d6db52d94356bea1cc",
    "ccfa86101b10109c92c9ca2f96c1882deaf36bcd",
    "d1db5e96ac29aae0a8a947fa6b1e7a6299368067",
    "e8285d75821d3f66f70fc10138eaa8eb98769e1f",
    "e61f38c72663d38fa17e62eca984455cc4cb992b",
    "f32efd91663a9774dc6617ed62beb9bd6af26530",
    "246068c68985d2886661edc79eec58c00c998586",
    "9a45e3fcc8e34937b28ff6b1b4e5dd7189831314",
    "a1de334746fa5cb2aceeb71ea50f49d3b1cdf266",
    "663de6013f628cef4565da2b103a49ff31869aaf",
    "beb35a1b11608011573a45b427cb5c0fbcb5d795",
    "6c505bb0bc9df537c1bc120d935fe3597c477739",
    "3b71380d86a4eeb4891272b6ca8a13b028bf6ab8",
    "5f8b73e9dc44bfe3189e5569dc613a1d4bddf7dd",
    "abffecf17d6ca418e442bfeb29f0cc7aa5755560",
    "7f8ddca5a38d50356bb57c9ff96507574e36b49a",
    "43f2de46054c5218cd6d732a479f1255e4c1e848",
    "6d94467d5178b70b28b33c55bfbc3be57d3c5922",
    "5f203cd2d7435d975c594868bf73e788ddce61ff",
    "b7dd71b27a8404fed6d999fcb1d38aa039c58b30",
    "9408939361675d4685b9b8c17b69ef7cd7a4627f",
    "2e3101a0db1f3e4d6e3447c495dec568b46d581f",
    "a90788296f96e033453df940a435bca597638bec",
    "4fd7d2a61bcbe1a0c4a9628810dccc61e0deeb21",
    "83aa0b0a0a2e88e756a370d976785520fa6ae191",
    "b93695ff4319c98646b6d54477b9f512e944b9f5",
    "46963aaa4f6d1a7a7c0f329ab36ca2a510993213",
    "941343071dc8902dc997d2e00cef288eb270e3a3",
    "5ae86e9103f07ed0eec864677df03a9b7d17541b",
    "af581de269dd81a0317dd4bd16bcb76fcebe9042",
    "4e5dbdae20f4c8b310c0fc0e1702c3f94a6d18b4",
    "78cf1269eb8373e82e349f27e2d7b52d2b680815",
    "6c14e5637185cf7b61c06f3b0a6c3406001334da",
    "4577682fd689384ffb125505cea07ba8a394a960",
    "19ede6dfed7bb10d90067a558f74802fddb57d2b",
    "582bd54b73feaab767b17988b31fdb4910ca4bfe",
    "e5723448d4d230ff81545ae83eeeb868a5c0ff66",
    "e49496122740153e2623df90d2de46a2591534e5",
    "62faeeec0228962c6d497275daa44f5fc5e3a39a",
    "c493ec4928869bf978c9388157d799e9be3b918a",
    "fd845f7e445999b1ef6d101f52ea146894fa577b",
    "1f8978186a41cb5161345bd9b08d2d11c0db13a3",
    "93177407b47b9ba8563b72d5ac18529bc74abe45",
    "d1e28dcd8a8ea621dcea162d404ceff647296be7",
    "06449445ec58b962136649448165071236f0c821",
    "55023f2e4fcf9d4a5ff021b893dc552197e55c72",
    "b73ab44962134073624f51e93e165b6bde4fe4d7",
    "0cf160d3d1aee6e7942c61ca42d89322e77421b1",
    "c16e9b0af76db10569a2bb04eaf17cc9b5ed7360",
    "ccb82c8890f7835b120ba44275e8287571d9dba8",
    "c7dbff55e5c706aa38adca054c014bb17046eb45",
    "5ce95bc360c4f20b2f21952667e7b9be818e876a",
    "d90b609b41ef3b7a8b59026f2cae85b9d99b23db",
    "0e746060fefd114dfb36c4b19e2bdd0b49dfb10b",
    "1d4442d42fa89e4e5d2af4413adfccaa6e6f6413",
    "b80a97d14636a7f6dfb7829f878abcd1c5621201",
    "22451b4b3aa48b671786e890f2e3df6a83e3968c",
    "768af45e7ee9e0606a89e4819ba312cfef558142",
    "8d7989cc6ace060ddb706023b4ebe062346ae096",
    "d035b4fd8d8454cfbfa0d04de8e29a8a0e7f664e",
    "dafd585a309637a4c95ac7ebcc86347532ac1a85",
    "9f0adbdc58a35ff947fbbf97bf6076ec4f239872",
    "4e99a74674c52d12c1ff8a2ee8078a0c9cec65cd",
    "15058d3d7f6f6d1b6cf264b3e7199ca3e3aa624a",
    "904f4bb249774cfe6b0e0fc1f4cfea8d0c03630c",
    "0bda319b548bae0a920fb9a91936a43d41b46856",
    "765e6b606ccc638372659a0f68c1f4cc43be8234",
    "900a457157da42eedcd5f7ebab48413a4406e27a",
    "756d7ac81d342726e637a9db6e425542df542814",
    "6ec75d19784849cadf50201a0e1de0338eb277e6",
    "a7d02c18c4e3282fd84238eb99d111bc904b5f2f",
    "b783ef65d7e0718a1e777d378c4d5d3b66c71728",
    "daa73ab7c22ab856941bf71d6f2777a2d98d96ec",
    "504f13262c0ade4ee57a0c55ccb4b8195f99df0c",
    "6dc057e27f55fced9b536e2a948a1cfb204427fe",
    "7cab201b41be1b921de328c586f5497a3c631b77",
    "5a83c3d9d48aad84d8748bad1bd405d2ea92c59d",
    "5038769a41ce6117a0b8574d3a7c4fab95e4b3b4",
    "68a7a596bf5a58ad4489c41d6d49b4d99b764b87",
    "19575f49f2f4e309b61de5e1136e10f6baea0d01",
    "2450f7b76455cdafa08c400824139f4bbdd73e37",
    "33b4b65b0f2136db4d3a5a6071061408533ee1e1",
    "88d819d5565943f55a32d15e08cca15ee5a8520b",
    "29c37f9095e2f5becaa48d488ca7e376bc23c5f4",
    "47fc1311866c0cc5bfc0fea7c84e6e6f55a2c853",
    "192af400edb4538b79400c6802ccdf3e43980893",
    "bcbd2ffcfa001913071dc94fd6bc61db9a469eb9",
    "6e0d8853d0304da84c1638584fe09a639a894983",
    "041e736a2365006e1f359b8195837c6f9c074188",
    "6ef5675a2a5956f0c95d036baace9652ad70338a",
    "3e51c02d0487764404c5dd144938e3077fa92ee5",
    "e17b467b3730789c1ba4eddd0ae60708abe83880",
    "11bb07ddf7005ed369ac0798529ea15b2689704c",
    "fb03457460e16ac81e4d714ac03d9cacb44c4dd6",
    "923a4f16373859de21cbb0c23c36f19e9254dce1",
    "b73d00df9dfdb5c5679ee04b886d21365ab6b7b2",
    "c22a12f085576e04736fa001a50701d46953b3fa",
    "0d1d3291cc97075b4d2279f8a4f50c171d352dc8",
    "9222f6d3323084fc3335b483fe5b076d7a821704",
    "b0adc805eceb21050f151d7fff2a8a8d5df71271",
    "4f981273229c641a43817aa6534585b0e2fec686",
    "746445cb86bb3508893b51285f94f58e0d715d63",
    "515cf386abbb7690b550edb74a95940ec6485d55",
    "e57c1e1ed751d3edb3c4f038fc6fe18d7eee4585",
    "43306e1513a0670e67617125facb8cf6f0a808bc",
    "fe9ffca3d27a486b321756fe932294225519cb27",
    "e167d05e04bff0e90bff72ce81a7df6b803c9321",
    "23ad83a9696c65e93a77352bf858f2f45f9f1cd3",
    "c7d4f192eaab744f2ca8ae565bb9dd53e933f97c",
    "e9a4070b5be4294c70258c764b111d94c02314b1",
    "c45291bc6a1f521611cae17eca7d7e1024f3e62a",
    "00ca0e8fccf23fd04697c35d044b5b89f915b49e",
    "e69262d1864f4369f105ea96fd9d3f1e683f83c2",
    "0c5eaeb8fa4d5a7b6b878b561a358f178a8a703f",
    "08bcf70308cfd4693336b5755fe2ecda9ce77819",
    "a01aa8ce493d5cd85075cf2ce6f4a7041c9558ea",
    "3fffb2fcdc1db671c8448f465d51b16e4d02a610",
    "2778011d40e902dc128a5bb85332991b53a77999",
    "322766897a6223343d00d222afb9b120bcbdde88",
    "2c0ef93a20c11e37f65d48ffa693eca36ceda54e",
    "918e24d90f1b62b972134f1b1cf262ce8e68ff47",
    "94b3de7385692d6c08dd3c1f4ff0bf2b5d8fe299",
    "cfac437f3b3fa99185afac094814d5eb73ac038b",
    "5a9fdb2a79418c404d73bfd90a39da56d8adc324",
    "9b35d1163761190ff1c3ebc53706ef36e54fae10",
    "623e590c2c00db90ee70b97377bb0852f59ed93b",
    "c7ae4fbb2397f8a62aa5a4ad275fd927a0c01b03",
    "74097d6026f426405a0e547d1c5fa9b06bb5ce8c",
    "2ef02467f86827ca627daabcdaf6bd14eba0ff21",
    "14ad23cc834137a7be1891009f2ce3e336322d0b",
    "a3dbd8f8be382ec6609546e4a27278cd8cb43a51",
    "f97b3da6de9697fe30691beb3e96e724ff4fc78f",
    "9e84afecbf9dbc7865c8b8b8c0be55bb7fd8d20c",
    "3edb0ed0170370be263233b0e8194d68be198c6b",
    "d31347d1798028bd1a8d963774287beb31c4c912",
    "d0c6a8c8c1e817ded633ef4f625f3da488df77a0",
    "d97f1c6720deeffde3a49d99db101f1ff77668d1",
    "42bded3825e564728e49905b073e12de33dff487",
    "28ee4580e06e6761d7f7b8cbc840fcf49aeff82f",
    "568592aabc3b42df44781a63782ce1336ddf5639",
    "e0a967af680025a45afe5ad6a792a836eab80c5d",
    "791b7cad6d656887799b54366422e68ec2600594",
    "bb5cf1273a3aa88f089e7cc938a5044442076368",
    "d1e9b5e159cbc0ef58012534efd8a6f03181885f",
    "59deeed8c13b8eae054fdeb033266dce7c0775ef",
    "2ea38588ad1090db8a89a11ed8711c66ab2e2640",
    "c4bae7b09b0e3e5617ee5c32e5463c06ce1d89a7",
    "c045335b69f0bdfba63bcf324910b8a43974a074",
    "d491111726ae697f0a10a1fd75b894dbd9748729",
    "88e7d75a5943e00e8a09edc23c416ce99c76ee17",
    "f65a5b83b310009c49a07e136c83a196cab08391",
    "64e76a97a817c87a72bb4cded661488c225410b7",
    "030a39015965c68aee823286a6577170c8beb4ef",
    "f736bdf8e66f5e55eba72ad6a8835509cc81feda",
    "ba9b4365f9a72bfb4c20af5e9b3489e5aa78e85b",
    "3da72805e9c95010862a36a0d0443754e1822113",
    "da7971ada31b9684abe6182429eb3f7488d5d13c",
    "8d67442766386b1ff17457de3a118a602433506a",
    "ddac7386c9cf5340ce120223ad3a120497d4b9b4",
    "8cbc1fe3130345479c7719ea45b71558c6c2520e",
    "25a8d24d303f86cec672c792bb702edbd533df34",
    "1336037b91f1255f3a505332d77fc7b92bca379b",
    "501bb8ca3dbf62735860e9002fedecafc60f5244",
    "7141c3261a9504ff46e40c8b6f02f0ff69d90ccb",
    "c5bcb6e918838776aa9e29e8c5e729e96d2c236f",
    "c239dfb0a9b3ffc8137a2cae2021fe64e7f52fda",
    "aaf687376c0a5a64bf578e866feed0588c6ca532",
    "9af108485d32a05b44dad461c3d4dcd6778c4823",
    "ee34af59f16c692f4bf1db5bde35d541a22c843f",
    "7ebe081334f233906291a716cd578b571487c03c",
    "ba644e14d61f983547663e5d51fa2fe946eb9b3b",
    "73c533580af998fcd86140508b6513d057bf3851",
    "2e37eb04f4800797d28b8b5d23ba30d7c32863dc",
    "e55a7de242448000b97b91b8b287758c2c57bf10",
    "9418e98863e107b1f3c9358fb00278539d01cc4d",
    "2a7ddc303af6684fa5fddcb0ca70b22556d27101",
    "6e52f1da50d3f7b461a92c78f5781993555e4bae",
    "346b8719382a3b96696764463a80a65ac8de0957",
    "67ec871f238b4c0d6e71d59b4e72fc8205b4cff5",
    "b8171031f6e44db7159c40b2fd66b0da7830fba0",
    "3ca4462e5ab1c99e5a93c921ddd711f726a557e8",
    "07d9db2018e6181f2cffafddf5d5b5e36fec3c4f",
    "c89b471f847c66761afb1147edf502e937011080",
    "558cc34cc35d8af929cd5d59543ae48938163a58",
    "47f776392e7a5b1205e498525cce50af73cb3732",
    "30fcabba09b6812274c61e4eb2940faa7cb6da00",
    "daed76ff4d1db49ddb2554b9901bf0765bebff09",
    "f814880aeb9a4f9fd6491852aeb57255a55bfb9b",
    "b33aae598c7e679f40af9f660efa289675a3d42e",
    "cadb933d4147ffa41f77ff65013486d13d87f8e8",
    "c108cf11085a23258525f8bf4c02e3fda2b69a77",
    "14d7b5322b87eac37af183c08437534bb20f19f5",
    "09db9b767417b9723513aba561a2266406004fa8",
    "fda28dbaae66053e344f0dd39a35f025f5266164",
    "7a754fe10481622057bf46498962757d064895d2",
    "e9f51c5c93e2f262e6e740a53d4e9e0c1cc0b6f3",
    "b40826314ece336e4b3a3d2498acc68b54a5908d",
    "11c002d9c50694817095b7bb0550127a80b5eab1",
    "01d60563ea05b5c102b7cdcbb39bee4f5c12b6cd",
    "52dba0ca857a3e1b72a3f3c4481897fa59727278",
    "69b6db769ef62e4cf7952e73a72954441a0fb819",
    "909cc28e4ea8e3f126330918b62112fbc6c79091",
    "9f5fff09b01367008a2843f87f1b1f40deb85bf8",
    "3ce84a47c0300cacd98fc13766d58829570e64b1",
    "cdd6a6c212d935b19e8e94058bd6fa4e502a2272",
    "a7c9bd13c537bf09351a0e7ba03dd74730448d26",
    "f42ea5cb9ce2dc7a9b87834ccee5b9bb3867db90",
    "e431a10f359e03e117c7ccf549f07c74551b4713",
    "162d80347c6be8bdbe858e24af100194ac897e17",
    "6dc8f8e2024d450a7bb6ca5e13cfc31de49d5b6e",
    "2e2236aea751a401b6a6f4e6e702e8a1bc5105ec",
    "10f52163ba7041d92b569222b4a57890cd0a2e3f",
    "660109e72e0351aa2d4ef5efea900479a3027b41",
    "3d942273f9ff93b7edf01cfacf29e04e8b3a2330",
    "bb9e9f27bc34f33f15215654a4d6ba7ad8b99d09",
    "1bc0ad40dc9aeb2c4631f86b6305869105d45bce",
    "46651b7fa55e20a13ad3f312e88a38decd81f3c6",
    "ac3fcf28a33428c61c1487692a76211b0ed39ecb",
    "f0a3e65c59a0f93c8d8390a2bb08f1845213b5b7",
    "45129128043f732cac0370be218c39f25774cf06",
    "4589438f46c47c9f0f4c5df5fc2a76c596737517",
    "d802be2a69d2ccbd84abe962a1c2b1c87b9682fe",
    "d7428e5f94f9b3ad4b56b08e27a1b3bb462790c8",
    "a1ff0a41b72dcfd261f626d4349331eac384127d",
    "964d3e1ed224a1efd21da67091e178984df2c53e",
    "b4f379ad262b12392d349a56033efb3cc078efbd",
    "ee177c8f202d52886e5d020ff837320eaa6d82ca",
    "a506c6ebd37b9adf96b303ca5302d64e2e6bc07e",
    "9727a392aa15c1fdeb481dc4ec8809fc7d1417be",
    "cf395350eade13c1c739e96375111d2957bf921e",
    "84cfab01debee84dfa0be219bc2f00ac2450ee73",
    "67c215c9d85109e7787d74511d11bd806b3f83e7",
    "70f1ba7de5950c8e544fc35e49a7f1123c34d96f",
    "54c3459aa4363f937a4965fee908c91339d2f17e",
    "b707c812dfcb3511a3afe463b8efae0ec42ac79c",
    "d5f6520486a4bc853964ed1540034f01b85898d5",
    "331caf78ff38db072a38a75d78944dbe697b9c18",
    "b8027442ca13b5eafc188a4b9493017729c0fbdb",
    "d7bccbfc0bf3eede130f41cf86a6ead037d75776",
    "4caab2118c56ad6b4794aba5cab3be5b94ae9f30",
    "dc61d2bbbbb9aecae59cf74c7089ce093056ea3b",
    "92cbd0c73039c8c3b3f09bf19bb4fa86aaa76f99",
    "b199175ac0e98d8d9a8219f0092861a977bf8638",
    "7ddb877a1540e7a2144bca8449bd4a1c57b05293",
    "43c076c22ef98ff507f16f50c19487ac75c32913",
    "c377b05a97dc21e212539430b058d8f3891c7b9c",
    "d76efe40073b0dcde00c2cb20768259aa10f6f66",
    "842ce74f0227ac6fe584ce3555d2f5ca477ce318",
    "768b96689078e66e8688a401d6d080c5710e4fea",
    "1e1587e820e2f7f15836f2420e331d8c2c9e8f5c",
    "f3b83c30d88b69ba8a74b3e19b487383a11d3a39",
    "5aea92df7b1fb702ce8c52f5db63016dfbf89523",
    "26d55f0604218e2705ca303343f1aecd647a42bf",
    "10b6e6da9ecc6c71c6a507a098f4b172a2989a9a",
    "869b451728d16719b560df142b2d901cbaf3764c",
    "55e1e7dba593cc2f771001c1ac265dbcd93b5b66",
    "30435e200124dd04bc20877e432fd4b486cd7753",
    "0e78c6a8d86b7fc93a4557fb725b12b0124693af",
    "68f392dd7806bbf2297635792160f6ac18b540a9",
    "0f90e97a3ebec4ea7011a36167291de7f7226651",
    "10ee855966a11b04110349511d83cbf8aa0acd76",
    "d537fd39d134550a61e8f83b1554d1235c280f2a",
    "caf839b592198a3f50e5fa7c792ece511578450d",
    "32825106299b8a4ceeb86a9d1abb542da736b7be",
    "35acece8d02a4741e870e5bcbb73c81f9d7e2a70",
    "98665ff4acceb8633aac50f18f01606be450a709",
    "fa61cdda232335c1ec8196e0e6e6abff6ca6822d",
    "513eb2c5689762f891f4d4e09fec361620eda337",
    "535b1592904125fbe62c3c8c383d7741d9f432ac",
    "938f627443bb28e12e8928dbf168ad1ca5868b27",
    "a0122d884220439bb80c8745b961506c78cee0ab",
    "320c426904887adefb6376067fca436651151a1f",
    "145e061affb30bfe851a5ff13b191c27948f05bb",
    "5e813f739ee320732075d082f60e5d7c100a4ac5",
    "441a9db7dc2f87aa726de8a9439734488acef890",
    "85efaa10d1228e03a261946adc9141d3a5b398f5",
    "5b5ba29e9df4755c9ea9af617c3eea453ad5316d",
    "c8d6c0f53f245459d082103dcf14d8d9b85d34a4",
    "47064e57857914d508b255100123938c1e805e8d",
    "a9fea0fdbe7cda440fdacec15807a7aba6755f11",
    "48f40d53f7f8ea47f0682ff3a7c16934c9885543",
    "feec4a501e529a6aa978bf56e0e103107c409376",
    "5483acf427c9e611f7b3f31a070d4273a5c09cf8",
    "0ac3b62301d5779b6077c16c202120b7f6bdc35a",
    "3a345c649263f7daec33bd09a9a21ac0638dbfb4",
    "593cedeaad9548a90cadb77ee5e772adea77ed68",
    "d2324ca652f5f0a623c37042d1fbbdd2986fa7aa",
    "21b14a2328be75f233f70a1eb7be35e87efb2f92",
    "92bee78f7820ff5d176ad67e0f6b85dc3a7f59d5",
    "51a0834b7faeaa3c9fe651519081eb292798566a",
    "69f10e3eb2d3a359f86fc2b1cd49457fd1f18f45",
    "f147c77d3270ca14b08670fe7e4c8253fc449922",
    "07612f53e9f77c08991a37d898724b337071b33a",
    "d44877da78f02c9e742acc8ebe5a0f9c80afabef",
    "31e930aecfdab902f2d5b6829bf1105b8344a7e8",
    "41375b8bb628048d90601781b5999b85ed85c441",
    "e82652b522e1489ba7aca2aceb3a731461a037e0",
    "1876b0f186b18da14207b0c5fc2d632eb00595ea",
    "c75c87030b9f0ed0afd64711fb08a20b06685933",
    "42d6184967e3e184f044aa468ab5fe0532bd457e",
    "31ee715d30cf047f71027f80455223f315e2ef75",
    "ef8384b05b48b4bc3148154ae6f8feac5cb3e9cc",
    "1274368a2095f32fce9397b5837cefcd5706fa14",
    "426a9d3315126619a60d0371e62bcad7d75b74ee",
    "96c17ea7aff9d97b100b3710cafddaa0d4f7c869",
    "b78b3631a167fecf95f2ea2220a44cf745c569b6",
    "425e42f815ed841d94b13a2724e7f1356cd4fc31",
    "975ce518fe49013d97583f610d6ad75c10df3991",
    "e2a5d91d47597fbb50a3d4ba00a52d2aa1592eaa",
    "bc710c36f1ed7e257ca3c1e0532ae8e00e014da5",
    "1a46a855e19be5d52fc3eb785d8ccb9ea612ff6f",
    "cdc4af1462af48fa61ec96da1e549cfb8c537028",
    "11f36aab73743008c7c2583d86c656103af393c7",
    "13d37ce087afc19c8ab57835fb4e819af7e10957",
    "b8a9aa6dc89e559bb05f331be08613940674f727",
    "29be34bd1a071ed2f98ee801bbc61cba842aa0c7",
    "1ef04663a22f9f6c01832f5ab207a03526e034ef",
    "50e82fc41177cc83b71e83df1135e337bb318df8",
    "5017e2cc77888775e1922d25ebeb4d960663e9e3",
    "72f09aa9f64d456eb88da9f0b89a0bccc5822fc7",
    "edc6cb407db7d4d7878d1d2b6b98e26b8ec5b13d",
    "54618c6250ee15cbf498874e8d304d5f5fdf0033",
    "72c6a3396fc37212dc5487c670fa67fa2d53a739",
    "c7b0b393679bfa249f22013232b0549b1deb36d3",
    "6981c483c6cc81b7a3a9f842db4292fdba5e8eaf",
    "795dc1c97aa39e91f906a33d4ccb26449ea8248a",
    "e5873fd0ea6e14351cf470ab7983740dde5ac004",
    "12d74098287336f2f76b1806d90c64a612840744",
    "84029fe19ae6d8b041ed05c27ca4542a362c927c",
    "f2b86a4c014118ca5e104e2d6cb6ed14d36ce453",
    "a979033cea11a4f2d82717b3f9d2ff02025c5bff",
    "98ba35e4af610329175892a12f15b1417979f009",
    "31c2b58cc379a2cb3a074de8610a8852a295ed41",
    "3f426a71f5cf7008c849934821c8fabea590ee51",
    "dd677bfd2a248f363bc049a510414b595580299c",
    "057650b9a424d68c4b153712cf34df05658def7b",
    "55320371804c8b0783e5c11f35e4c449defe5243",
    "89b89ac6b2f07e5a621b09bd80eab56755e7592f",
    "a2975ab6a4815d3dd4363766f72c03c8f0d27708",
    "17b7aef6a13686659d0edd59d4ffe9a6380f42e6",
    "b0dc2b9f830d85e8ab96d0ea50eeeaac41e27b33",
    "6232422f2113e5f55888d309640de1660ad8cda7",
    "26f6edf06add96aee4d12570a0b769ecb1ee21b7",
    "e82503bf951280285bf5f7decb5af9968bccfce2",
    "58ceb33620b9b2dbeb8642f3cbf70b85d167d1ca",
    "609e33c13ba03f6e9998e0a9eb9fafe91753bc7c",
    "dd043e01544de42afd1245441f6bf83a4dab7ba7",
    "2c70b462bc3b0abc1f452d747752433eb3465a59",
    "40cb793a547656ddfed9250823b7b603e33e64ab",
    "c7cbcb007157680803a4967365451105b27e6445",
    "968207a5f1c25da928b8eed9fa24a9da86498e5b",
    "0e4aeb832e59b8a11b93de0734ca03d82b05996c",
    "14aa65534111c415a1361b4a73186672bf67331c",
    "250134022881ee74d00b8a00b646a5895aff9638",
    "1da1308655f647f91e8b9d8a5f307d62297e9b0a",
    "85414e8673da912b6370f9bf0e82b71046680581",
    "f0a995900e57c181e879d6520e47d69d5d6ee891",
    "07b3a48a5e1edbfa031d6c2b77dc3c7f9aeda870",
    "2a40a12a9def72594cbab2ce783cae949619e5e5",
    "1e9f6c146d1dd6cd8e31f9451a4c583b3da92fcd",
    "5676cf8607f0f7616c2fac4b95a9654f70247f0b",
    "05ab47af7416aefa2213efa66741054fc16cc636",
    "0c6656f701afbfa92d4db35743d1788275601bdd",
    "81a9a7b3b044f2bc3df6cc503c2335be2f7620e3",
    "13ce97b1f0ed902076fc6c81d6c84a9b9b790701",
    "e58d4c3af68e96a4686af29b387f354a3ab39450",
    "c808b03cabce626beed1b7ce6abf5560a58f5127",
    "404a8dcd979b8652d54d7ab3bb99439fe5d018e4",
    "39b5c0a2fe9c632f05f88467c4007575aa4c4534",
    "a34df9980facec6d4cd302a96bc879aa9e5ecdff",
    "54029ae3e7e630065c805a8385cfd498b1da0497",
    "7a11bedc001353d784199515ddfa19dda7632671",
    "413fd68642e79dbf7a3cacb35a75b17ae99355f3",
    "402d58eea0e854ae84a67e01b458ce49c67bc20d",
    "f75a78e82f81f7f384c7e858fa3cea4a11692820",
    "00b0d2bec0aef79374b560bad18bcbdf4fb70b22",
    "f07da18fbc42208bb7106adda6519ae0b081d594",
    "2cc1dc4bca7d5898b9ff8fc218c32165d7c1b3c3",
    "a80ab49d7da71559ca16ea15ff4f6aa4e943e85f",
    "8ee42c7cc2b447b75518df5be08671403ed9c6c9",
    "bdad79d4427b78a974251abed19fd45b9442d032",
    "2414e342d1b45c4141a91631801b7b5e269189ff",
    "d5159a7400703ea991407e5b0c17b9313a3ee979",
    "9a4a39f73b9a6d05913b3f5a98158ac26f91a3c2",
    "2317a19fd0d1cd89add95ac7de240485d7413c3f",
    "eeb79ef0903045ee027ced7aaece0ac59399841a",
    "9d912e6ee67ef2de6eb38d628ee287c51568c097",
    "6dadbcd27de1eea3e06421db734699e6714dc23c",
    "a4a03b414af62570e1cf300030cf1a51ada01531",
    "17828919aef9596bf76c5cf9575ce7368ab6ab40",
    "105a09a8db9c708976121d4ca50f0f66344ad0b9",
    "a3fbb6e0e44f78b5124f1d83e8a0b76107929532",
    "ba1396ff58f1f7a620dec4b6d5e33f80c98075f4",
    "607699b8d32b700752370e63435ead5c2803032d",
    "0a8925d9617d35b548377d217cf9c70603395b0d",
    "f5edaff8f3344917ccb811ffc6131a69546425d5",
    "8b31157ab3adc66ec57ca1e119be0095b783e168",
    "d82c077579a51fabf65932c0119cfe1a7cacff93",
    "07fa94d40627ee6fe8f908c47603c92db5896894",
    "89f88e92182ca68c8a7ad89cad4ec3b15d8b3af3",
    "aea1347c5c653d7b375088c072e95e9a87809e80",
    "bc4b4fc113cf967744eb8863332a3ca0bd3eae51",
    "fedd3f675236ffa51911e12a42c76b1faf1122f5",
    "aa6eed00a9282c92ed778513e01bc90267669ece",
    "cd071e09579e28f74e753803bad56b6b87619c58",
    "6737686d769df685041f7b3e8b413a2f3e3ad4a6",
    "f0fcfa94eb1cba086dec60be0573f75c81772d8c",
    "962e78482c890ae05040ddb46f809ef2a6bd3049",
    "15ae4148c95d043fec63579c4365050686b8bd99",
    "1e736c46ea6bca039216ead96bad2439769f2e23",
    "1bf620feca12126ad3700a82202ac92281056f9f",
    "573bc76a20b3210605596a4cf744dda4aa0d3b98",
    "07ed0639e7478a1ed3f3cd7f43397441804dd0cc",
    "cf66efb550ad9e87dd405fb24372770bf98fb288",
    "2104c1a6711aaa7a50ad4d8224378547df6aa313",
    "4acabd5f559c2abe0ca9f206070bbbdb3f6d91bd",
    "5c44b43e6cd268b61733f302e4d390fff89618c3",
    "33f73013478032ce2486aecc5d378873bc5421a6",
    "37b23f0fe4aeae1e90abc18f2dc03e92932e41bd",
    "90240a5cfd676d0744381d6aa11556078c9b08e4",
    "1b5700c0c55a657f1891b9021ea0b579cd00909f",
    "1a8abc59902847ca14f861e04eb8c0303eeb4428",
    "a3ba1cac59411e91064fe5dff52ee946443aac95",
    "49fd17fd290e5a6f637659c38604aa090f230a67",
    "01c666547f40adbf561f51a067693213b13323be",
    "2d4bf57936544c370d47a46b123e61e6f218f757",
    "912347a56410c9824f2c32f89a4bd69dd15b3d2c",
    "5f24cf53fc809861f72fd1465530553e7cf90ef6",
    "fe0a86bf83dbd6280a04e47d7c48c0c45b150974",
    "bbaa1c27c60610310349106ed211dce72e7ba059",
    "5fe771bd57c7df0f0c0bedc3de64a8668837189e",
    "0b433336fcd997084f1243d49ae42341c3d889ea",
    "42b1265a43ca2b3fb461db8d7f49ab71263cb31c",
    "ba999b971957fdbdeb48ccd1acb4917a4780d7c1",
    "a123034ead8b218cc9c2c0b8a47f195c6698b822",
    "a059a0fb087ddf9fbebfd3f51ad6b4c26c068638",
    "128622370b5feaecb8811093895241af69f1d61c",
    "2be7b8b0e028cebaea027946fce34a40cbb9d1ae",
    "a3953e4b953391a3b1df8dabc6d487a1dac51831",
    "b7e71f380bfc26f1cd0c9d6f8d049e3010461b14",
    "7a1f7a7a1a1b07932c6d09c926cf7f5a0e42576c",
    "34f7fcf86900a7b19ba5806d27870ed6d9b55605",
    "285047d5a5d50c40cc053ca2afd59f046b3dda1b",
    "b3042b85ff604e0bc2b7f231be94bd0f1d907ed2",
    "95de0878de2556e207f306649f5b9b7c53653533",
    "d69be6f457b663dca4288a98bf5e2802b4ae0ce3",
    "01cf7394a909b72d8a36785525bf312f7ce60642",
    "d36e68768a47ff3cb03d1165dfb30ca6a4031602",
    "cf5e61cc0772da9274884159e34e82503e87be33",
    "eb923962bbfeecfa49eead258f83722e1b5d70e4",
    "4300fe34596453897143e8a6266bdd3dc367b8e9",
    "c3a4c5f7aa3c6173f940c6fa0e26a4379d13e943",
    "c2b083ae42003017e7de004ffb5075b440351af5",
    "9f238c4988e607413e7032d32c76f2af4c1ea08c",
    "32562b760526597ebf593bc66765da23bd871015",
    "f4c14229c44314e0bb9dfa98d3b04db25af3e388",
    "5e662275b0d43234fefb09fd2a1f9f994ecca28f",
    "6bd555f6d2be55e6a2187f6222168d1d0fd78818",
    "e29dd23f75d07d17e853893f2f23833c69280a94",
    "b46e9493a7bb4d990ec37e0e633e53c7deeb4101",
    "11236e7c64852f469863308bbe5da45ba2b3c387",
    "e85d4c7cfce9f05c585164be1419b678e6b50669",
    "800b2ffb44597c7acd53d74c13ec6bffcb869569",
    "866d6a879f880e8c3ec17c5b76300923c0d190d7",
    "6e375867009679f98da44b82c1b517c66337007d",
    "0bbfebc80da0796f92456f01f814e19886c4ef39",
    "f713e4aa6a2d5d90f13c6e32d458c47ecf0add78",
    "cb9142ac8b7495eb2bcbeab6c86947da2482f931",
    "3812aba1f7515021b109b1547539c206d262283a",
    "6acd11d08651f416c6ae47f2ddafb1ff45d34049",
    "3b882c43d08607cbb7db2f55ce08905a4f2bcf22",
    "8d622c78ed9fcba237bcdb423bb0513936979d62",
    "8da1598d2f8e3570429d94372988be6a3d450c6a",
    "ab23fd0f8e0586d9dada3c017d5aded6cacb8134",
    "a2f223c8a7a71be8a0c795e1ff5ed70902dff549",
    "2a281b209bf332c9b9b5d469cf09ac721f5cdbe3",
    "f94ba6efae9d1a894fc5e18559856148f4d47be1",
    "1d57cc1f2f7460b5c771eac36db002f3b56caa06",
    "7c8919c5070b6a25d2e90aa0219c156c672d407c",
    "84eb898b71cc8b0f5027cfb5264e837649ea1711",
    "58e7b83d3be8563a2df71752d8a6948943b3d923",
    "b8fd97a493a5caa709013b8c031073cfad158a59",
    "58738a01f0f09a7fcdd2f17f31b97bf459331858",
    "29c754245e85748f58eaff33d65bf7222dfd1844",
    "3f755facf3fed28465713b3ed5569d9e7c1f4643",
    "294a04f951f0405944d21f5e486515df94ad45cd",
    "ddbac4fd6efef20f9fcd9aace88456ee6a4ee5fc",
    "fbb123d953753b75cc13940f5a064d7a5ba4df00",
    "d421a6ef17874d999246f2fb9bd797c0ed55e6a7",
    "c1dc0508191d1e019ce11baa677e222246d4a421",
    "ff33dcdb1e917ac366a19603012ae0a399b0df4a",
    "7cb352fd4ffec949be8095718d78c060a10f7fe4",
    "84d868c919aa1e28ec9b65333750a28ae2290343",
    "24ed10c6da3536883b8ff1d04662ea3b736d5983",
    "3303d7d87337b2abbf8cfb25596e7dd2e0ea71e2",
    "8c055c1f3b695d48c82f86b2a6ef6b6fd6f92e53",
    "0511e7770235df3e4d84bed3e842d3d23f837312",
    "d1c3f1801d7843b70d7941e1ae1cf9007a85b1ea",
    "14e2eaec015bf62f9b3472c6552aa3d5a20e3bdc",
    "ad807720336ae92c385db6acf50ab44d27796d68",
    "08706d1d4e1499fec483c0946ebec9fb4c17f982",
    "8245df47223154ef292c85aa891acf996218ead3",
    "bbf65cb29a892f6527160c0477922876c7098392",
    "968d0e091b0b3c9943aef24f9dd08504296a6673",
    "6cd968d48078c86f866d8868d8f7fcea65c504d0",
    "5f1ce255c01c8ae2bcafc01953262fdd9abeb381",
    "d4cbcc81ed917d5244d23767195b55d33d93a4a4",
    "9f5db36e44c30983daee27b0ed3cc18dbd712f7e",
    "e4b689703791af0c86a6f6418d375b7329594568",
    "50ea2eb1e560b392d1fdd2b9ffe486b3f06a49c7",
    "0e5c1d7dc9c5be23c656bc2ec94de03d1452a940",
    "0d86c048b900983469de3536afc6f1f165cab37c",
    "5478af8f419a657c6268d2b2f4077699ad3fc624",
    "93e17fe9ec49188ab1924ceeaba76c96308871ec",
    "8850f18a7564cec10846dc748f588cdafdacae88",
    "70538ba31bb07bc42d41e95790bb5d659ac9a81d",
    "441030205addf2e56ea324357a0bf47bf6ed69ae",
    "99f0124aa12f01f307f628af24ec7f1f720b5d20",
    "cb05ca9e65cc4f9ad997cc60940bf8a395d2d6b2",
    "f4e9ba5470d22456a5c20eef8f496a71447cfd0e",
    "7a1b7e0a9fc7730bc606805a406f62f83a6ebfb6",
    "384041506b33d3472f6d3aa714fcd6b8fa6b3cfe",
    "63dd3f92abd4786cdcba46ed73f914de801f3f9e",
    "d4e409150945065dab39e7d15806f24c0fedeea0",
    "c62a4bee9577d0c21aa5478b839eb68d61fbe326",
    "b24692c6d1dbd476de7126a0ffd5cec02f7c8d85",
    "b3638a2342e8c1bf39c3bd0f24c69256c54e9a55",
    "67b66b1f910e0a84b7b4bc515ba54aca780a12a0",
    "e4573ec3fbb7579d3691348df8de8efc9a23c8e0",
    "0db9dfe34cee8b24574ab9449ee4310950c36f47",
    "003e9012792694586d59764c8db2d59c38a3cd7d",
    "86884cbe433a967c3da5b0d9df0223a0ea60e527",
    "21ef36aa234ce83fa950e2ccd665568a10ea0fb7",
    "1fbb4ccbd596a98021dfbf797a24f83573acc57d",
    "56c212a8cac857a8d6c3adfe48fc2890e8caa045",
    "77d08d3fccff45a9aa18cef01935f0d055e232f6",
    "6e5c0d02903409df8fb744b9fd78722f729fdd05",
    "1386c94189c60ddb3037e5946c59e2c5f058f3e2",
    "969f4fb2fb4786364a0f6a273a1eafe95a9f6e10",
    "fc5a466426abc032a065364ea7b27be66def76be",
    "61cbf9e23649a1c5a8aa39871ac27b188490aa29",
    "74862206fb7d44da4277213326a905e7b503c307",
    "0266df7e21aaad5aaf527a86be963f8c509940ad",
    "1010100c290ee8bbb9b292a2a2036825f0e4fc8b",
    "c69c4c44ca3166a5af0ffc8d778cd19e8dfbd22d",
    "b1820f3c2adbcb8523ed5085557c5739cbe4914f",
    "3a9f8ff3e2e52aebf97f1b4889d9b38445a6b594",
    "e842e01ac1e32c9f995f3a2690823a5cc74cfe4d",
    "b4484b946d321688073930a76dd9a3b4bf7e0f4e",
    "f38697e2d9af3f12dd2df41992a6b7ccffebb2e2",
    "d84eccdcb6f799757120ad3da4c790fe9674f0f2",
    "5fa43fc325bc72ccae0dfa10671db78bca2f8f15",
    "a216b84bd1b10a2148cc3b8c0b765d0a5ff79d9f",
    "96499aa1baf998573d6ae969b7819454f166af54",
    "4f1036970c8c6d9729a3976fd420602da18cc04c",
    "c82fc3f657d31c9e737bcbc96000cb6bb4c8ad79",
    "645c5436cb3bffc5fc5f9157d31ea9412f62ac35",
    "e16308414b7076dcf4aad60e9695bc541adb0f44",
    "e3a90dfc1930f2861889f3f4a0814c2cc935fe86",
    "8adca82fe3f5745310a8f9c57842662351ad7f47",
    "3a0ef23cd50d0458463e54282ed2ca958ecce072",
    "95b7b44a18c1278d9fe859cf773f92f67b2b1351",
    "f837f29ce4e5279a897a157aa89db76dc5e33603",
    "fb51ce2bd97464467f54a0518fc288aa622e1908",
    "e529ffbb5c866e2270bc89dd343023251c36fdc6",
    "f6d61de9a542e18cb124678c773752ff88670439",
    "9c822c67d2896f2ff725149939c43228b27d6bdf",
    "98db404e737971ea8f9e58b34069547961d97726",
    "b165bf3d968f2e57ae202bd7777d66c5d26b876f",
    "9580c3e6b828785493893f8042faafb05d0cfb8e",
    "8809b09c9a318a32b609068100cd80e0cc152ab5",
    "5a5e2af108dfc22421c22c218b9c43e76ec06b2a",
    "d4ab0af114bba5286f3818746d1f9a17cc8a5d0c",
    "742824f07dc093dc8b7289b5e55d29dc43f84e29",
    "730d6abcb7086156e174f483e37edbe426832c4e",
    "89beb82a5a17997de24b7c2dbaf7958ca8973fc7",
    "af0bac1ec1b5610f5c7dc7916c512c0e61dbd3d2",
    "1f1e0c72b7a946ae09837571e2d7cbf8349a4ec8",
    "c3eda6c3f1ec37fda3fba6857985813f1dfecc00",
    "bb24029ff50edd864b359eb05dc2fde2f4f2f950",
    "1a44586eac8e2d0011af775e457c09f08b0c2fbe",
    "e24368765815de9a685fa01d77d84af43bd74413",
    "defea3a7844863b1eb40f7a2bc43d32821788f4f",
    "6897866977dceb9419993f284ad9ad61981db5e9",
    "f74baba14d38610c5b82d7ae2088d8251b8304a3",
    "a59b2dba825b6786e74b502d03734de0d9f3adb1",
    "d12e4206e8eaa057e1d4ce2e557132646ab88363",
    "9791d8079268a6cc6857b0b7eda8014da4ffb94c",
    "f834f3ee5f6a9caad7806950d910ddbd3e960754",
    "6b4c93146f4d7327ca8226e8572035a554dd4ba4",
    "2fe966abf39936111e99217e8918597c25c0f562",
    "a8a9946836512c0201c408f77336af64408dcf4e",
    "e342d614cbe4f0dffa4976e60ef8eaf927a05774",
    "db73047f4815deb6a9ccf6c88b8b6cdaa9ad76c2",
    "b42745093cd07a594df1073e1dc065aa8ac1bd1a",
    "d8a1035da0996f1cc98511072cc47c99ed65087f",
    "9085ada0db9fa277230ba306f7ee1c750b1f9497",
    "08e8f32a2ba1b0ad34241e9b81fb9ebbbea5612a",
    "5ea5baa1cb1746ada00188e7f8cf1938eec0226e",
    "fe9abb99ba4bf4dc67169fa87eaa010cd98a98e3",
    "00affabff8c3930663db218f19d51745a8d36cf9",
    "5d7efc43fa88de6dc2d2825b7afd020d98157609",
    "8770e40bab25b621199af21736bcc0efd31f4429",
    "1e0c9ed755b7de25c17f11cebf88c056681c7295",
    "601abc94d32ad67ee17576256769f2efb7c4efb5",
    "68fd1877e60812e2c6b2cf426f3117f45ae85255",
    "d4f7475ab88b0f21befa3b8b806d2c61261bd02d",
    "ed9df5a86efd3bf8b71eb2fd32c509550dd1fb1e",
    "f9196a2c9a48af60740b93d43d6e64499418abe5",
    "10bdac0768235be901915d4bc2379aa1ba1d1ddf",
    "42603ef31f9513d92b67d395eaab5f62fc490d04",
    "3285c0d40750b54984e6941b84fe9d432b1615aa",
    "0935bbdbbeec1b9334d9c1098c25cf60b8ebcae8",
    "706d92b9c2f4c675237ec9e083f1106df24e1a3d",
    "30c7d59e686514e2ad7e76c38af16604abc3289d",
    "4740c81c0e1796f145ce4b2b4741e571b5f98fb8",
    "1c64e2eb04f16075cedc20eb83364e491ec14dff",
    "c0c48fd3c09fc0b54b0482afb296f0255003ee2d",
    "88e4af565a196e7e4512ed71e85013312ec267ff",
    "de9c54ece4c0fc3619f9f527bfbeeb7d7ebb829d",
    "4c504912e312e80cc5d67ef22f84d6c8912bbe8f",
    "de44786001b1a55cdd6c4c10fc80e57d3d352aab",
    "23be5b2133a904b4cde3fe8c1f3a147cbbce6b6c",
    "173231d46c14625013660db8420d7cdf224bb521",
    "eac7f53dffc191e77c0d1b45002b8f6ba7a2812b",
    "6260b8117ea727c2c4f9656e4febe49b526d0a9c",
    "68b589ce376cdb50730a94191e2179281083665f",
    "fee8700dc8d1845c7c8c55e0fd2dd99b29d3efe6",
    "65c2cbfd92534a1de6907feae1b9aaa6072700dc",
    "dbc269b2a13d71c33e7cf83f0cfe7cba40829814",
    "fd672cbdf70a1c933b9ea51dd51d70773365ca74",
    "3c2c2c2494e88f6eaa6a1e8ca3a8808effb41847",
    "a4d6e64dd2ce6da8d038c3296ac1a3d50d6e9451",
    "472ca9ba8ae85d01aafa159c4930758a88340b45",
    "f0cb3d2944812d5d0128221d53cf842fe6da783c",
    "7861fdff9e092a6ae2970daa7d1927c9d252becd",
    "6877e2c7024ba6d9b815858d4c717149a4c890b5",
    "d9aafdc87cc7cc396c5a1faca697ea9bb267f397",
    "443bf0b184aa4cd4842d787dd4e8b0874784d5e6",
    "d96861408c0dbf59622228e4b795ffe231a449be",
    "43b434faddfa9aecd0dc18c108b66428c25f132c",
    "5d3aa44a92be306481612d8c8f10c85e9c9feefa",
    "2dafe88a84dc031485a71b405f3cda43fa8e00fa",
    "729e054222b28fd02a0752c4c33450af3e65b832",
    "24fb53b39516974f53f9ef8f3763f29ff62ada0a",
    "d6be37d7eedc2a0e08d729b98253e5ff3d996c09",
    "15ddf5d0e7e6badfe3c0deccd9e848e0d8642d3a",
    "ab5197b7e4c0aafc00e3a5de3abaa577a49178ab",
    "0e80ed89e26ef47b0aa08a799f36f12648beea28",
    "b483ab914de22741d250785f5401184e0021a1f2",
    "1c87d349efa2556005b5d41f05db8b704a883eb5",
    "9886cfd48b7e53b95120dc00dce4225b05df99e4",
    "f298cc3ebd8bcb72ce530558b0d112c6da856e93",
    "30ea57549e7a5015541f3b58cbe71773a372d9c1",
    "7c562e1cbf5e356bb62c5f1eccc57bb88c44e7c5",
    "1c90e35cef8d04745536199ec37d81b7b9597a73",
    "b096d9fb6f6322aae92070c0c8d6c6faad325a18",
    "13e2c2488e2ccbdcfefd46d76ad6fc42040184c1",
    "c468331c10aee5b848230c38799a88685bf1936d",
    "fbd1911e2fa6d97e8efa66afb14b162c00d59700",
    "1321c25f296ccf6ef80c7eeb1136d9bbd786af86",
    "84051a2f1dc0b90ca6e391d6e47ab6ee25734b5b",
    "b53cf99e22d69070d4d86581d87cf68ed5167dbd",
    "cd3c81222a2ffc78e0c006a9b68c1805622826b7",
    "0b862ab0ed18777e63fd3e62a3df202a07ddcb3e",
    "f31ac159e087e90d621aca6bd78c28f1b0decdd4",
    "de92f988b34c6b3cd216147bdfb65b1e37aa54f9",
    "e43dfc9a980b937a4f099c57f125fe0f7950447e",
    "a6da02f8521ad831b47b56275531233ff0343769",
    "833be8d0cc704b96db6a8468e959f7aca9a1b048",
    "fe08cb9248c888759dcafa431795a98e8dbe0bbe",
    "c3d223d7fc328a609b73a2585122aafbcba969a2",
    "c7a2572e805c4c9271cabeee0451028d58bf1d20",
    "a3a8a222a601f4f09196e1cee9610270a11816bb",
    "da51901b85236024018f050217ef8af99df50f3d",
    "c73447a74506bac36fa67777cfb398c2663972af",
    "4ffa6115e72059fdd5a0c0c68be2fd06c9d92989",
    "e11a62ead1bbb18bba2e17e04a15083647b1cfce",
    "0c6ce3247258715a8ff50514e7b7711069f3b80d",
    "a00212538ba5ec909a05a8933360520af93b303d",
    "93654fa547eee7f6cf92add54a6824d71db28a79",
    "77860a8c288fd7255ff68828810ab3c9122f38d8",
    "b2862d22907806ff4f653e76079b1960b5a5fd41",
    "43d1a0851bd92aac74920d82aadbed053a73b7e5",
    "6c5012453ef362b6e687999f3326a94db1859c1d",
    "a4047dc96833ae628262f95401ecbdbdac78bb60",
    "176235883e225baca2c65dacd8aa328e4b38d533",
    "c7153deb3f885ef806066ac7843714168b0ef955",
    "acfa963774967b77c1b9ec89842e8c5e4ab90089",
    "b4fb1e347be7db19f0859717062f94116b5bec9f",
    "7b31ac5c465c40559aa796b4913a6749cd1b6d6c",
    "f37948149bb0fda3b4428751cf074c4432e152ad",
    "af03df85177e52046c75dd4f078f955817e3efb8",
    "f31ff2718fd5b4c500bd94580fcbd1fe00fb3e60",
    "0014c6a4ddb6a74a12cd1402aa8954dd430f5f1c",
    "e2f352d68e54495077658a0dd610845e2e28c381",
    "53281dee849dbc3ad610ac6a648a3cdb3746bfba",
    "46e3afad6b1f1041d1a86531fdd159315f60946e",
    "a9baf73eb66aa72fa86879e95e08a18098c579e0",
    "0ca17e15b9f9786da396cc1b852c3c42d3b991e6",
    "87b93de0784f59f6d86b701cc51a48e830b82b25",
    "cd86193927e99148782a10846020e320d1d33b29",
    "2bd8b98528cb910220c49632d501420fdd159155"
  ]
}

Ambient stdout

[2025-12-22T17:29:42Z INFO  ambient] ambient starts
[2025-12-22T17:29:42Z 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:29:42Z 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:29:42Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/meta.yaml
[2025-12-22T17:29:42Z DEBUG ambient_ci::run] latest commit: "27319c907efe6d43d2c8d836f0c7afc8df827903"
[2025-12-22T17:29:42Z DEBUG ambient_ci::run] is a git repository
[2025-12-22T17:29:42Z DEBUG ambient_ci::run] git repository is clean
[2025-12-22T17:29:42Z DEBUG ambient_ci::run] current (HEAD) commit: cd840f03a6b1c7721f8a81d3fe8b01f9f64fda7f
[2025-12-22T17:29:42Z DEBUG ambient_ci::run] no dry run requested
[2025-12-22T17:29:42Z DEBUG ambient_ci::run] forced run requested
[2025-12-22T17:29:42Z DEBUG ambient_ci::run] run? true
[2025-12-22T17:29:42Z INFO  ambient_ci::run] project rad:zwTxygwuz5LDGBq255RA2CbNGrz8: running CI
[2025-12-22T17:29:42Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-12-22T17:29:42Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
        CargoFetch,
    )
[2025-12-22T17:29:42Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
        CargoFetch,
    )
[2025-12-22T17:29:42Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
            "CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/cache",
            "CARGO_HOME": "/home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/dependencies",
        },
        source_dir: "/tmp/.tmpKdJ2dI/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/.tmpKdJ2dI/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmpKdJ2dI/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmpKdJ2dI/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: /tmp/.tmpKdJ2dI/src => /tmp/.tmpmpdWuP
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/tests wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/tests/subplot.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/tests/subplot.rs => /tmp/.tmpmpdWuP/tests/subplot.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/test2.yaml wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/test.yaml wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/queueadd.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/queueadd.rs => /tmp/.tmpmpdWuP/src/queueadd.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/ci_event_source.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/ci_event_source.rs => /tmp/.tmpmpdWuP/src/ci_event_source.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/ci_event.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/ci_event.rs => /tmp/.tmpmpdWuP/src/ci_event.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/worker.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/worker.rs => /tmp/.tmpmpdWuP/src/worker.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/util.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/util.rs => /tmp/.tmpmpdWuP/src/util.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/timeoutcmd.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/timeoutcmd.rs => /tmp/.tmpmpdWuP/src/timeoutcmd.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/test.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/test.rs => /tmp/.tmpmpdWuP/src/test.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/subplot.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/subplot.rs => /tmp/.tmpmpdWuP/src/subplot.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/sensitive.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/sensitive.rs => /tmp/.tmpmpdWuP/src/sensitive.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/run.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/run.rs => /tmp/.tmpmpdWuP/src/run.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/refs.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/refs.rs => /tmp/.tmpmpdWuP/src/refs.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/radicle-ci.css wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/queueproc.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/queueproc.rs => /tmp/.tmpmpdWuP/src/queueproc.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/pages.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/pages.rs => /tmp/.tmpmpdWuP/src/pages.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/notif.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/notif.rs => /tmp/.tmpmpdWuP/src/notif.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/node_event_source.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/node_event_source.rs => /tmp/.tmpmpdWuP/src/node_event_source.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/msg.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/msg.rs => /tmp/.tmpmpdWuP/src/msg.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/logger.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/logger.rs => /tmp/.tmpmpdWuP/src/logger.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/lib.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/lib.rs => /tmp/.tmpmpdWuP/src/lib.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/filter wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/filter/arbitrary.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/filter/arbitrary.rs => /tmp/.tmpmpdWuP/src/filter/arbitrary.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/filter.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/filter.rs => /tmp/.tmpmpdWuP/src/filter.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/ergo.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/ergo.rs => /tmp/.tmpmpdWuP/src/ergo.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/db.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/db.rs => /tmp/.tmpmpdWuP/src/db.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/config.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/config.rs => /tmp/.tmpmpdWuP/src/config.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/cob.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/cob.rs => /tmp/.tmpmpdWuP/src/cob.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/broker.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/broker.rs => /tmp/.tmpmpdWuP/src/broker.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/bin wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/bin/synthetic-events.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/bin/synthetic-events.rs => /tmp/.tmpmpdWuP/src/bin/synthetic-events.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/bin/default_branch.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/bin/default_branch.rs => /tmp/.tmpmpdWuP/src/bin/default_branch.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/bin/cibtoolcmd wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/bin/cibtoolcmd/event.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/bin/cibtoolcmd/event.rs => /tmp/.tmpmpdWuP/src/bin/cibtoolcmd/event.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/bin/cibtoolcmd/trigger.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/bin/cibtoolcmd/trigger.rs => /tmp/.tmpmpdWuP/src/bin/cibtoolcmd/trigger.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/bin/cibtoolcmd/timeout.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/bin/cibtoolcmd/timeout.rs => /tmp/.tmpmpdWuP/src/bin/cibtoolcmd/timeout.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/bin/cibtoolcmd/run.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/bin/cibtoolcmd/run.rs => /tmp/.tmpmpdWuP/src/bin/cibtoolcmd/run.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/bin/cibtoolcmd/report.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/bin/cibtoolcmd/report.rs => /tmp/.tmpmpdWuP/src/bin/cibtoolcmd/report.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/bin/cibtoolcmd/mod.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/bin/cibtoolcmd/mod.rs => /tmp/.tmpmpdWuP/src/bin/cibtoolcmd/mod.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/bin/cibtoolcmd/message.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/bin/cibtoolcmd/message.rs => /tmp/.tmpmpdWuP/src/bin/cibtoolcmd/message.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/bin/cibtoolcmd/log.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/bin/cibtoolcmd/log.rs => /tmp/.tmpmpdWuP/src/bin/cibtoolcmd/log.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/bin/cibtoolcmd/counter.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/bin/cibtoolcmd/counter.rs => /tmp/.tmpmpdWuP/src/bin/cibtoolcmd/counter.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/bin/cibtoolcmd/cob.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/bin/cibtoolcmd/cob.rs => /tmp/.tmpmpdWuP/src/bin/cibtoolcmd/cob.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/bin/cibtool.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/bin/cibtool.rs => /tmp/.tmpmpdWuP/src/bin/cibtool.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/bin/cib.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/bin/cib.rs => /tmp/.tmpmpdWuP/src/bin/cib.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/src/adapter.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/src/adapter.rs => /tmp/.tmpmpdWuP/src/adapter.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/flake.nix wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/flake.lock wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/doc wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/doc/userguide.subplot wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/doc/userguide.md wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/doc/requirements.md wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/doc/overview.md wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/doc/messages.txt wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/doc/messages.sh wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/doc/filter-impl.md wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/doc/architecture.subplot wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/doc/architecture.md wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/doc/adapter-impl.md wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/doc/Makefile wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/debian wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/debian/source wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/debian/source/format wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/debian/rules wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/debian/radicle-ci-broker.manpages wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/debian/lintian-overrides wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/debian/copyright wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/debian/control wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/debian/compat wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/debian/changelog wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/debian/cargo-checksum.json wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/debian/build-deb wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/cibtool.1 wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/cib.1 wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/ci-broker.yaml wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/ci-broker.subplot wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/ci-broker.md wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/ci-broker.db wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/build.rs wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/build.rs => /tmp/.tmpmpdWuP/build.rs
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/RELEASE.md wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/README.md wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/NEWS.md wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/Makefile wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/LICENSE-MIT wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/LICENSE-APACHE wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/Cargo.toml wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/Cargo.toml => /tmp/.tmpmpdWuP/Cargo.toml
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/Cargo.lock wanted=true
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpKdJ2dI/src/Cargo.lock => /tmp/.tmpmpdWuP/Cargo.lock
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/CONTRIBUTING.md wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.radicle wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.radicle/ambient.yaml wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.gitignore wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.envrc wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.cargo wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.cargo/deny.toml wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.cargo/audit.toml wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.ambient wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.ambient/dch wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/index wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/HEAD wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/config wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/logs wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/logs/HEAD wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/logs/refs wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/logs/refs/heads wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/logs/refs/heads/main wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/logs/refs/remotes wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/logs/refs/remotes/origin wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/packed-refs wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/refs wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/refs/remotes wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/refs/remotes/origin wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/refs/remotes/origin/HEAD wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/refs/tags wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/refs/heads wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/refs/heads/main wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/ac wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/ac/f95dd8ac0c92b648af2e81896c985f947c60b1 wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/ee wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/ee/c904110c8b534b499c90b48c4fd86f6f4939cd wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/1f wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/1f/bae3918a3fc27d22ee636729384c74961c5ee7 wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/97 wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/97/25cb8774434214d402413dee987d4b5a9ec18e wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/2f wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/2f/23bf6d12f69c43b08641c5b5de333ba011e9b6 wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/a9 wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/a9/bbf7ebbadc570389192d0cb8164740c2904af8 wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/10 wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/10/02e2e54d0ac40a986dae4b357ac433073ab08a wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/28 wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/28/710deb4c7c7b1bbe9ba2453f4812f2f44863ec wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/fa wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/fa/f3fba621bf4640ff6826cb56e6736144b49e77 wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/2a wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/2a/153b026a0025bdf4c0c9bcc1d074a8ac928e79 wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/03 wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/03/9a1ada6e56ea16bad84ce6b88b34a804b4a541 wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/61 wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/61/ea1171c780fd79a3e01936a922e7ddeee2f6a9 wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/8b wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/8b/812b7a6e58bcd649dd12ccf9433ee2ab850a69 wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/09 wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/09/97582fa85e52d6877bd10f7eb362e2b7548a8d wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/info wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/info/commit-graph wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/info/packs wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/pack wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/pack/pack-4ec52df74290cc674965a2cdea7eac25c2e9f744.pack wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/pack/pack-1a63e7be6b756dd1856f5f079a5abbf83a25cac5.idx wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/pack/pack-1a63e7be6b756dd1856f5f079a5abbf83a25cac5.pack wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/pack/pack-4ec52df74290cc674965a2cdea7eac25c2e9f744.rev wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/pack/pack-4ec52df74290cc674965a2cdea7eac25c2e9f744.bitmap wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/pack/pack-4ec52df74290cc674965a2cdea7eac25c2e9f744.idx wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/pack/pack-5c6afbcbd0d635ad85d742066e1c2f9de8043274.pack wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/objects/pack/pack-5c6afbcbd0d635ad85d742066e1c2f9de8043274.idx wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/branches wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/hooks wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/hooks/update.sample wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/hooks/commit-msg.sample wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/hooks/applypatch-msg.sample wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/hooks/pre-merge-commit.sample wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/hooks/post-update.sample wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/hooks/pre-push.sample wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/hooks/pre-rebase.sample wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/hooks/push-to-checkout.sample wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/hooks/pre-commit.sample wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/hooks/pre-receive.sample wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/hooks/sendemail-validate.sample wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/hooks/pre-applypatch.sample wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/description wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/info wanted=false
[2025-12-22T17:29:42Z DEBUG ambient_ci::util] path=/tmp/.tmpKdJ2dI/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
       cwd=/tmp/.tmpmpdWuP (exists? true)
[2025-12-22T17:29:42Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-22T17:29:42Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-22T17:29:42Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpre2GAt/src.tar
[2025-12-22T17:29:42Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpre2GAt/deps.tar
[2025-12-22T17:29:43Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-12-22T17:29:43Z 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:29:43Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-12-22T17:29:43Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpre2GAt/ambient-execute-plan/run-ci
[2025-12-22T17:29:43Z DEBUG ambient_ci::run] copy OK: true
[2025-12-22T17:29:43Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpre2GAt/executor.tar
[2025-12-22T17:30:02Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log
[2025-12-22T17:30:02Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8, exists? true
[2025-12-22T17:30:02Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log
[2025-12-22T17:30:02Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log OK
[2025-12-22T17:30:02Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-12-22T17:30:02Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-12-22T17:30:02Z 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:30:02Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-12-22T17:30:02Z 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:30:02Z DEBUG ambient_ci::qemu] run QEMU
[2025-12-22T17:30:02Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-12-22T17:30:02Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmplSCZsz/.tmpJP0520/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-12-22T17:30:02Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-12-22T17:30:02Z 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:30:02Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpX3ZuUL/meta-data
[2025-12-22T17:30:02Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpX3ZuUL/user-data
[2025-12-22T17:30:02Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmplSCZsz/.tmpJP0520/console.log
[2025-12-22T17:30:02Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmplSCZsz/.tmpJP0520/console.log
[2025-12-22T17:30:02Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log
[2025-12-22T17:30:02Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log
[2025-12-22T17:30:02Z 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/.tmplSCZsz/.tmpJP0520/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/.tmplSCZsz/.tmpJP0520/vars.fd",
            "-drive",
            "format=qcow2,if=virtio,file=/home/_rad/tmp/.tmplSCZsz/.tmpJP0520/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpre2GAt/executor.tar,readonly=on",
            "-cdrom",
            "/home/_rad/tmp/.tmplSCZsz/.tmpJP0520/cloud_init.iso",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpre2GAt/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpre2GAt/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpre2GAt/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpre2GAt/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2025-12-22T17:36:39Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-12-22T17:36:39Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2025-12-22T17:30:05Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-12-22T17:30:05Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-12-22T17:30:05Z INFO  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-12-22T17:30:05Z WARN  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-12-22T17:30:05Z 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:30:05Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/workspace",
            },
        )
    [2025-12-22T17:30:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/workspace",
            },
        )
    [2025-12-22T17:30:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-22T17:30:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-22T17:30:05Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/workspace/artifacts",
            },
        )
    [2025-12-22T17:30:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/workspace/artifacts",
            },
        )
    [2025-12-22T17:30:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-22T17:30:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-22T17:30:05Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
        )
    [2025-12-22T17:30:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
        )
    [2025-12-22T17:30:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-22T17:30:05Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
    [2025-12-22T17:30:05Z TRACE ambient_ci::vdrive] extraction OK
    [2025-12-22T17:30:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-22T17:30:05Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
        )
    [2025-12-22T17:30:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
        )
    [2025-12-22T17:30:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-22T17:30:05Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
    [2025-12-22T17:30:07Z TRACE ambient_ci::vdrive] extraction OK
    [2025-12-22T17:30:07Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-22T17:30:07Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-12-22T17:30:07Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-12-22T17:30:07Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-22T17:30:07Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
    [2025-12-22T17:30:45Z TRACE ambient_ci::vdrive] extraction OK
    [2025-12-22T17:30:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-22T17:30:45Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
            CargoClippy,
        )
    [2025-12-22T17:30:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
            CargoClippy,
        )
    [2025-12-22T17:30:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.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 4.10s
    [2025-12-22T17:30:50Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-22T17:30:50Z 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:30:50Z 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:30:50Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["/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 2.95s
       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:z6MkutmZVJo9HZDzWcCRuE37f4ZM68EwTNtvtuN9MuJ62tu7. 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=313
    HOME=/root
    LANG=C.UTF-8
    CARGO_HOME=/workspace/deps
    INVOCATION_ID=2d998ab1b4934b0da041b1b7ad2c6556
    RAD_PASSPHRAE=secret
    SHLVL=2
    JOURNAL_STREAM=8:15393
    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 5.45s
         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 broker::test::executes_adapter ... ok
    test ci_event::test::branch_created ... ok
    test ci_event::test::branch_deleted ... ok
    test ci_event::test::diff_refs ... ok
    test ci_event::test::branch_updated ... ok
    test ci_event::test::nothing_updated ... ok
    test ci_event::test::patch_created ... ok
    test ci_event::test::patch_updated ... ok
    test ci_event::test::skipped ... 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 filter::test::allows_all_for_default_repository ... ok
    test filter::test::allows_all_for_main_branch ... ok
    test filter::test::allows_all_for_right_node ... ok
    test ci_event::test_parsed_ref::tag ... 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_any_event ... 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 msg::trigger_from_ci_event_tests::trigger_push_from_branch_updated ... 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 timeoutcmd::tests::bin_false ... ok
    test timeoutcmd::tests::bin_true ... ok
    test timeoutcmd::tests::hello_world ... ok
    test timeoutcmd::tests::hello_world_to_stderr ... 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.77s
    
         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_and ... ok
    test filter_predicate_anydelegate ... ok
    test filter_predicate_branch ... ok
    test filter_predicate_branchcreated ... 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_repository ... ok
    test filter_predicate_tag ... ok
    test filter_predicate_or ... 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 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 insert_many_events_into_queue ... 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 205.86s
    
       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.00s
    
    all doctests ran in 0.62s; merged doctests compilation took 0.60s
    + 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:34:38Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-22T17:34:38Z DEBUG ambient_ci::plan] RUN: Action Custom(
            Custom {
                name: "dch",
                args: {
                    "debemail": String("liw@liw.fi"),
                    "debfullname": String("Lars Wirzenius"),
                },
            },
        )
    [2025-12-22T17:34:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
            Custom {
                name: "dch",
                args: {
                    "debemail": String("liw@liw.fi"),
                    "debfullname": String("Lars Wirzenius"),
                },
            },
        )
    [2025-12-22T17:34:39Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    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 cd840f03 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=20251222T173439
    + version=0.24.0.ci20251222T173439-1
    + dch -v 0.24.0.ci20251222T173439-1 'CI build under Ambient.'
    + dch -r ''
    custom action "dch" exit code Some(0)
    [2025-12-22T17:34:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-22T17:34:39Z DEBUG ambient_ci::plan] RUN: Action Deb(
            Deb,
        )
    [2025-12-22T17:34:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
            Deb,
        )
    [2025-12-22T17:34:39Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["/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=313
    HOME=/root
    LANG=C.UTF-8
    CARGO_HOME=/workspace/deps
    DEBEMAIL=liw@liw.fi
    INVOCATION_ID=2d998ab1b4934b0da041b1b7ad2c6556
    SHLVL=2
    JOURNAL_STREAM=8:15393
    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.ci20251222T173439-1
    ++ echo 0.24.0.ci20251222T173439-1
    ++ sed 's/-[^-]*$//'
    + uv=0.24.0.ci20251222T173439
    ++ dpkg --print-architecture
    + arch=amd64
    + orig=../radicle-ci-broker_0.24.0.ci20251222T173439.orig.tar.xz
    + deb=../radicle-ci-broker_0.24.0.ci20251222T173439-1_amd64.deb
    + changes=../radicle-ci-broker_0.24.0.ci20251222T173439-1_amd64.changes
    + xz
    + git archive HEAD
    + dpkg-buildpackage -us -uc
    dpkg-buildpackage: info: source package radicle-ci-broker
    dpkg-buildpackage: info: source version 0.24.0.ci20251222T173439-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.ci20251222T173439.orig.tar.xz
    dpkg-source: info: building radicle-ci-broker in radicle-ci-broker_0.24.0.ci20251222T173439-1.debian.tar.xz
    dpkg-source: info: building radicle-ci-broker in radicle-ci-broker_0.24.0.ci20251222T173439-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 47.44s
      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.ci20251222T173439-1_amd64.deb'.
    dpkg-deb: building package 'radicle-ci-broker' in '../radicle-ci-broker_0.24.0.ci20251222T173439-1_amd64.deb'.
     dpkg-genbuildinfo -O../radicle-ci-broker_0.24.0.ci20251222T173439-1_amd64.buildinfo
     dpkg-genchanges -O../radicle-ci-broker_0.24.0.ci20251222T173439-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 85956
    drwxr-xr-x  2 root root     4096 Dec 22 17:34 artifacts
    drwxr-xr-x  6 root root     4096 Nov 17 13:58 cache
    drwxr-xr-x  3 root root     4096 Dec 22 17:29 deps
    -rw-r--r--  1 root root 81039252 Dec 22 17:35 radicle-ci-broker-dbgsym_0.24.0.ci20251222T173439-1_amd64.deb
    -rw-r--r--  1 root root     2352 Dec 22 17:34 radicle-ci-broker_0.24.0.ci20251222T173439-1.debian.tar.xz
    -rw-r--r--  1 root root     1078 Dec 22 17:34 radicle-ci-broker_0.24.0.ci20251222T173439-1.dsc
    -rw-r--r--  1 root root     6367 Dec 22 17:35 radicle-ci-broker_0.24.0.ci20251222T173439-1_amd64.buildinfo
    -rw-r--r--  1 root root     2640 Dec 22 17:35 radicle-ci-broker_0.24.0.ci20251222T173439-1_amd64.changes
    -rw-r--r--  1 root root  6409356 Dec 22 17:35 radicle-ci-broker_0.24.0.ci20251222T173439-1_amd64.deb
    -rw-r--r--  1 root root   528836 Dec 22 17:34 radicle-ci-broker_0.24.0.ci20251222T173439.orig.tar.xz
    drwxr-xr-x 10 root root     4096 Dec 22 17:34 src
    + for x in ../*.deb
    + dpkg -c ../radicle-ci-broker-dbgsym_0.24.0.ci20251222T173439-1_amd64.deb
    drwxr-xr-x root/root         0 2025-12-22 17:34 ./
    drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/
    drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/lib/
    drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/lib/debug/
    drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/lib/debug/.build-id/
    drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/lib/debug/.build-id/36/
    -rw-r--r-- root/root  41141472 2025-12-22 17:34 ./usr/lib/debug/.build-id/36/f03215f4dbc0dec8ceef5679bf242702e58c8d.debug
    drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/lib/debug/.build-id/77/
    -rw-r--r-- root/root  44677656 2025-12-22 17:34 ./usr/lib/debug/.build-id/77/30941c689a1cd171d22e85a9f8dbaeebf0eb95.debug
    drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/share/
    drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/share/doc/
    lrwxrwxrwx root/root         0 2025-12-22 17:34 ./usr/share/doc/radicle-ci-broker-dbgsym -> radicle-ci-broker
    + for x in ../*.deb
    + dpkg -c ../radicle-ci-broker_0.24.0.ci20251222T173439-1_amd64.deb
    drwxr-xr-x root/root         0 2025-12-22 17:34 ./
    drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/
    drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/bin/
    -rwxr-xr-x root/root  10479368 2025-12-22 17:34 ./usr/bin/cib
    -rwxr-xr-x root/root  11961496 2025-12-22 17:34 ./usr/bin/cibtool
    drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/share/
    drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/share/doc/
    drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/share/doc/radicle-ci-broker/
    -rw-r--r-- root/root       684 2025-12-22 17:34 ./usr/share/doc/radicle-ci-broker/changelog.Debian.gz
    -rw-r--r-- root/root       396 2025-12-22 17:34 ./usr/share/doc/radicle-ci-broker/copyright
    drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/share/lintian/
    drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/share/lintian/overrides/
    -rw-r--r-- root/root       120 2025-12-22 17:34 ./usr/share/lintian/overrides/radicle-ci-broker
    drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/share/man/
    drwxr-xr-x root/root         0 2025-12-22 17:34 ./usr/share/man/man1/
    -rw-r--r-- root/root       298 2025-12-22 17:34 ./usr/share/man/man1/cib.1.gz
    -rw-r--r-- root/root       277 2025-12-22 17:34 ./usr/share/man/man1/cibtool.1.gz
    + mv ../radicle-ci-broker-dbgsym_0.24.0.ci20251222T173439-1_amd64.deb ../radicle-ci-broker_0.24.0.ci20251222T173439-1.debian.tar.xz ../radicle-ci-broker_0.24.0.ci20251222T173439-1.dsc ../radicle-ci-broker_0.24.0.ci20251222T173439-1_amd64.buildinfo ../radicle-ci-broker_0.24.0.ci20251222T173439-1_amd64.changes ../radicle-ci-broker_0.24.0.ci20251222T173439-1_amd64.deb ../radicle-ci-broker_0.24.0.ci20251222T173439.orig.tar.xz /workspace/artifacts
    [2025-12-22T17:35:59Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-22T17:35:59Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-12-22T17:35:59Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-12-22T17:35:59Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-22T17:35:59Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vde",
            ),
            root: Some(
                "/workspace/cache",
            ),
            size: None,
        }
    [2025-12-22T17:35:59Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
    [2025-12-22T17:35:59Z TRACE ambient_ci::vdrive] create archive file /dev/vde
    [2025-12-22T17:35:59Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
    [2025-12-22T17:35:59Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
    [2025-12-22T17:35:59Z TRACE ambient_ci::vdrive] calling tar_create
    [2025-12-22T17:36:35Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
    [2025-12-22T17:36:35Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-22T17:36:35Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        )
    [2025-12-22T17:36:35Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        )
    [2025-12-22T17:36:35Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-22T17:36:35Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vdd",
            ),
            root: Some(
                "/workspace/artifacts",
            ),
            size: None,
        }
    [2025-12-22T17:36:35Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
    [2025-12-22T17:36:35Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
    [2025-12-22T17:36:35Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
    [2025-12-22T17:36:35Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
    [2025-12-22T17:36:35Z TRACE ambient_ci::vdrive] calling tar_create
    [2025-12-22T17:36:35Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
    [2025-12-22T17:36:35Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-22T17:36:35Z DEBUG ambient_ci::plan] All actions were performed successfully
    ambient-execute-plan ends
    EXIT CODE: 0
    
    ====================
[2025-12-22T17:36:39Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2025-12-22T17:36:42Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2025-12-22T17:36:42Z DEBUG ambient_ci::run] remove old cache
[2025-12-22T17:36:46Z DEBUG ambient_ci::run] extract cache
[2025-12-22T17:37:01Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-12-22T17:37:01Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-22T17:37:01Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/meta.yaml
[2025-12-22T17:37:04Z INFO  ambient] ambient ends successfully

Ambient stderr

<empty log>