CI run for rad:zwTxygwuz5LDGBq255RA2CbNGrz8

Radicle repository id rad:zwTxygwuz5LDGBq255RA2CbNGrz8

Table of Contents

Run log

[2025-11-25T11:42:30Z INFO  ambient] ambient starts
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[=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
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    15M  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  27.9G  0 disk 
vdf    254:80   0 897.4M  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2025-11-25 11:35 ./
-rw-r--r-- _rad/_rad      1691 2025-11-25 11:35 ./plan.yaml
-rwxr-xr-x _rad/_rad   6394112 2025-11-25 11:35 ./run-ci
INFO: Extracted files:
  1078530      4 drwxr-xr-x   2 1000     1000         4096 Nov 25 11:35 .
  1078532   6248 -rwxr-xr-x   1 1000     1000      6394112 Nov 25 11:35 ./run-ci
  1078531      4 -rw-r--r--   1 1000     1000         1691 Nov 25 11:35 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-11-25T11:35:54Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-25T11:35:54Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-25T11:35:54Z INFO  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-25T11:35:54Z WARN  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-25T11:35:54Z 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.
    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:
    debemail: liw@liw.fi
    debfullname: Lars Wirzenius
- 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-11-25T11:35:54Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/workspace",
        },
    )
[2025-11-25T11:35:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/workspace",
        },
    )
[2025-11-25T11:35:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-25T11:35:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-25T11:35:54Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/workspace/artifacts",
        },
    )
[2025-11-25T11:35:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/workspace/artifacts",
        },
    )
[2025-11-25T11:35:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-25T11:35:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-25T11:35:54Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        },
    )
[2025-11-25T11:35:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        },
    )
[2025-11-25T11:35:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-25T11:35:54Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-11-25T11:35:54Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-25T11:35:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-25T11:35:54Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        },
    )
[2025-11-25T11:35:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        },
    )
[2025-11-25T11:35:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-25T11:35:54Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-11-25T11:35:57Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-25T11:35:57Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-25T11:35:57Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-11-25T11:35:57Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-11-25T11:35:57Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-25T11:35:57Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-11-25T11:36:17Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-25T11:36:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-25T11:36:17Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
        CargoClippy,
    )
[2025-11-25T11:36:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
        CargoClippy,
    )
[2025-11-25T11:36:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/workspace/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
       cwd=/workspace/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
       cwd=/workspace/src (exists? true)
    Checking sqlite3-sys v0.15.2
   Compiling radicle-ci-broker v0.23.0 (/workspace/src)
    Checking sqlite v0.32.0
    Checking radicle-crypto v0.13.0
    Checking radicle-cob v0.15.0
    Checking radicle v0.18.0
    Checking radicle-job v0.3.0
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.32s
[2025-11-25T11:36:27Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-25T11:36:27Z 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.\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-11-25T11:36:27Z 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.\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-11-25T11:36:27Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\n\n# Check that `rad` is there.\nrad --help >/dev/null || (echo rad is not there; exit 1)\n\ncargo doc --workspace --no-deps\n\n# FIXME: We can't run upgrade tests from older versions because\n# Ambient only fetches dependencies for the current version.\n# Thus, we can't build the old versions. This is an Ambient\n# problem that we can't fix here. So we skip the upgrade tests.\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.23.0 (/workspace/src)
 Documenting radicle-ci-broker v0.23.0 (/workspace/src)
warning: unresolved link to `RunningProcess`
   --> src/adapter.rs:363:44
    |
363 |     /// Error from [`TimeoutCommand`] or [`RunningProcess`].
    |                                            ^^^^^^^^^^^^^^ no item named `RunningProcess` in scope
    |
    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default

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

warning: `radicle-ci-broker` (lib doc) generated 2 warnings
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s
   Generated /workspace/cache/doc/radicle_ci_broker/index.html and 4 other files
+ cargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2
   Compiling sqlite3-sys v0.15.2
   Compiling sqlite v0.32.0
   Compiling radicle-crypto v0.13.0
   Compiling radicle-cob v0.15.0
   Compiling radicle v0.18.0
   Compiling radicle-job v0.3.0
   Compiling radicle-ci-broker v0.23.0 (/workspace/src)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 22.17s
     Running unittests src/lib.rs (/workspace/cache/debug/deps/radicle_ci_broker-c8d0494fb9af9a23)

running 86 tests
test adapter::test::adapter_does_not_exist ... ok
test adapter::test::adapter_ends_ok_before_first_message ... ok
test adapter::test::adapter_ends_ok_before_second_message ... ok
test adapter::test::adapter_exits_nonzero ... ok
test adapter::test::adapter_first_message_isnt_triggered ... ok
test adapter::test::adapter_has_bad_interpreter ... ok
test adapter::test::adapter_is_killed_after_second_message ... ok
test adapter::test::adapter_is_killed_before_any_messages ... ok
test adapter::test::adapter_is_killed_before_first_message ... ok
test adapter::test::adapter_is_not_executable ... ok
test adapter::test::adapter_outputs_too_many_messages ... ok
test adapter::test::adapter_produces_as_bad_message ... ok
test adapter::test::adapter_reports_failure ... ok
test adapter::test::adapter_reports_success ... ok
test broker::test::adapter_fails ... ok
test ci_event::test::branch_created ... ok
test broker::test::executes_adapter ... ok
test ci_event::test::branch_deleted ... 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::branch_updated ... ok
test ci_event::test_parsed_ref::branch ... ok
test ci_event::test_parsed_ref::patch ... ok
test config::test::parse_config_yaml ... ok
test config::test::parse_config_yaml_without_max_run_time ... ok
test ci_event::test_parsed_ref::tag ... ok
test filter::test::allows_all_for_default_repository ... ok
test filter::test::allows_all_for_main_branch ... ok
test filter::test::allows_all_for_right_node ... ok
test filter::test::allows_any_event ... ok
test filter::test::allows_branch_creation ... ok
test filter::test::allows_branch_deletion ... ok
test filter::test::allows_branch_update ... ok
test filter::test::allows_if_all_allow ... ok
test filter::test::allows_if_any_allows ... ok
test filter::test::allows_no_event ... ok
test filter::test::allows_none_for_wrong_node ... ok
test filter::test::allows_opposite ... ok
test filter::test::allows_patch_creation ... ok
test filter::test::allows_patch_update ... ok
test filter::test::allows_shutdown ... ok
test filter::test::allows_specific_patch ... ok
test filter::test::allows_wanted_tag ... ok
test filter::test::deserialize_yaml_nested_not ... ok
test filter::test::doesnt_allow_any_for_other_branch ... ok
test filter::test::doesnt_allow_any_for_other_repository ... ok
test filter::test::doesnt_allow_unexpected_tag ... ok
test filter::test::doesnt_allow_unexpected_tag_even_if_wanted_is_prefix ... ok
test filter::test::doesnt_allow_unexpected_tag_even_if_wanted_is_suffix ... ok
test filter::test::doesnt_allows_other_patch ... ok
test filter::test::only_allows_branch_creation ... ok
test filter::test::only_allows_branch_deletion ... ok
test filter::test::only_allows_branch_update ... ok
test filter::test::only_allows_patch_creation ... ok
test filter::test::only_allows_patch_update ... ok
test filter::test::yaml_roundtrip ... ok
test msg::trigger_from_ci_event_tests::trigger_patch_from_patch_created ... ok
test msg::trigger_from_ci_event_tests::trigger_patch_from_patch_updated ... ok
test msg::trigger_from_ci_event_tests::trigger_push_from_branch_created ... ok
test refs::test::creates_patch_from_str ... ok
test refs::test::extracts_branch_namespaced_branch ... ok
test refs::test::namespaced_branch_from_plain ... ok
test refs::test::plain_branch_name ... ok
test refs::test::qualified_branch_name_from_plain ... ok
test refs::test::ref_string_from_plain_branch_name ... ok
test run::test::serialize_run_state ... ok
test sensitive::test_sensitive::debugged ... ok
test sensitive::test_sensitive::deser ... ok
test sensitive::test_sensitive::displayed ... ok
test sensitive::test_sensitive::ser ... ok
test msg::trigger_from_ci_event_tests::trigger_push_from_branch_updated ... ok
test timeoutcmd::tests::bin_false ... ok
test timeoutcmd::tests::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. 86 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.29s

     Running unittests src/bin/cib.rs (/workspace/cache/debug/deps/cib-12766f03c901b2c0)

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-c20d9c3638416cb5)

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-7be5b97388d6af7d)

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-25524d5470c38c2b)

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-8e05a7097faa9bc7)

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 gives_helpful_error_message_if_it_doesn_t_understand_its_configuration_file ... ok
test filter_recorded_ci_events ... 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 has been running for over 60 seconds
test smoke_test__runs_adapter ... 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 result: ok. 73 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 217.04s

   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

+ 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-11-25T11:40:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-25T11:40:44Z DEBUG ambient_ci::plan] RUN: Action Custom(
        Custom {
            name: "dch",
            args: {
                "debfullname": String("Lars Wirzenius"),
                "debemail": String("liw@liw.fi"),
            },
        },
    )
[2025-11-25T11:40:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
        Custom {
            name: "dch",
            args: {
                "debfullname": String("Lars Wirzenius"),
                "debemail": String("liw@liw.fi"),
            },
        },
    )
[2025-11-25T11:40:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
custom: source=/workspace/src
custom: exe=".ambient/dch" exists=false
HEAD is now at 1a329c79 chore: drop unused dependency on ctor
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
custom action "dch" exit code Some(0)
[2025-11-25T11:40:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-25T11:40:44Z DEBUG ambient_ci::plan] RUN: Action Deb(
        Deb,
    )
[2025-11-25T11:40:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
        Deb,
    )
[2025-11-25T11:40:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["/bin/bash", "-c", "#!/bin/bash\nset -xeuo pipefail\n\necho \"PATH at start: $PATH\"\nexport PATH=\"/root/.cargo/bin:$PATH\"\nexport CARGO_HOME=/workspace/deps\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\n/bin/env\n\ncommand -v cargo\ncommand -v rustc\n\ncargo --version\nrustc --version\n\n# Get name and version of source package.\nname=\"$(dpkg-parsechangelog -SSource)\"\nversion=\"$(dpkg-parsechangelog -SVersion)\"\n\n# Get upstream version: everything before the last dash.\nuv=\"$(echo \"$version\" | sed 's/-[^-]*$//')\"\n\n# Files that will be created.\narch=\"$(dpkg --print-architecture)\"\norig=\"../${name}_${uv}.orig.tar.xz\"\ndeb=\"../${name}_${version}_${arch}.deb\"\nchanges=\"../${name}_${version}_${arch}.changes\"\n\n# Create \"upstream tarball\".\ngit archive HEAD | xz >\"$orig\"\n\n# Build package.\ndpkg-buildpackage -us -uc\n\n# Dump some information to make it easier to visually verify\n# everything looks OK. Also, test the package with the lintian tool.\n\nls -l ..\nfor x in ../*.deb; do dpkg -c \"$x\"; done\n# FIXME: disabled while this prevents radicle-native-ci deb from being built.\n# lintian -i --allow-root --fail-on warning ../*.changes\n\n# Move files to artifacts directory.\nmv ../*_* /workspace/artifacts\n        "]
       cwd=/workspace/src (exists? true)
+ echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export DEBEMAIL=liw@liw.fi
+ DEBEMAIL=liw@liw.fi
+ export 'DEBFULLNAME=Lars Wirzenius'
+ DEBFULLNAME='Lars Wirzenius'
+ /bin/env
DEBFULLNAME=Lars Wirzenius
CARGO_TARGET_DIR=/workspace/cache
PWD=/workspace/src
SYSTEMD_EXEC_PID=293
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=421c530496244278b97758de18194e53
SHLVL=2
JOURNAL_STREAM=8:1757
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.91.1 (ea2d97820 2025-10-10)
+ rustc --version
rustc 1.91.1 (ed61e7d7e 2025-11-07)
++ dpkg-parsechangelog -SSource
+ name=radicle-ci-broker
++ dpkg-parsechangelog -SVersion
+ version=0.23.0.ci20251125T114044-1
++ echo 0.23.0.ci20251125T114044-1
++ sed 's/-[^-]*$//'
+ uv=0.23.0.ci20251125T114044
++ dpkg --print-architecture
+ arch=amd64
+ orig=../radicle-ci-broker_0.23.0.ci20251125T114044.orig.tar.xz
+ deb=../radicle-ci-broker_0.23.0.ci20251125T114044-1_amd64.deb
+ changes=../radicle-ci-broker_0.23.0.ci20251125T114044-1_amd64.changes
+ git archive HEAD
+ xz
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package radicle-ci-broker
dpkg-buildpackage: info: source version 0.23.0.ci20251125T114044-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.23.0.ci20251125T114044.orig.tar.xz
dpkg-source: info: building radicle-ci-broker in radicle-ci-broker_0.23.0.ci20251125T114044-1.debian.tar.xz
dpkg-source: info: building radicle-ci-broker in radicle-ci-broker_0.23.0.ci20251125T114044-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.23.0 (/workspace/src)
   Compiling sqlite3-sys v0.15.2
   Compiling radicle-ci-broker v0.23.0 (/workspace/src)
   Compiling sqlite v0.32.0
   Compiling radicle-crypto v0.13.0
   Compiling radicle-cob v0.15.0
   Compiling radicle v0.18.0
   Compiling radicle-job v0.3.0
    Finished `release` profile [optimized] target(s) in 56.64s
  Installing debian/radicle-ci-broker/usr/bin/cib
  Installing debian/radicle-ci-broker/usr/bin/cibtool
   Installed package `radicle-ci-broker v0.23.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.23.0.ci20251125T114044-1_amd64.deb'.
dpkg-deb: building package 'radicle-ci-broker' in '../radicle-ci-broker_0.23.0.ci20251125T114044-1_amd64.deb'.
 dpkg-genbuildinfo -O../radicle-ci-broker_0.23.0.ci20251125T114044-1_amd64.buildinfo
 dpkg-genchanges -O../radicle-ci-broker_0.23.0.ci20251125T114044-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 7140
drwxr-xr-x  2 root root    4096 Nov 25 11:40 artifacts
drwxr-xr-x  6 root root    4096 Nov 17 13:58 cache
drwxr-xr-x  3 root root    4096 Nov 25 11:40 deps
-rw-r--r--  1 root root  567080 Nov 25 11:41 radicle-ci-broker-dbgsym_0.23.0.ci20251125T114044-1_amd64.deb
-rw-r--r--  1 root root    2336 Nov 25 11:40 radicle-ci-broker_0.23.0.ci20251125T114044-1.debian.tar.xz
-rw-r--r--  1 root root    1078 Nov 25 11:40 radicle-ci-broker_0.23.0.ci20251125T114044-1.dsc
-rw-r--r--  1 root root    6361 Nov 25 11:41 radicle-ci-broker_0.23.0.ci20251125T114044-1_amd64.buildinfo
-rw-r--r--  1 root root    2634 Nov 25 11:41 radicle-ci-broker_0.23.0.ci20251125T114044-1_amd64.changes
-rw-r--r--  1 root root 6174364 Nov 25 11:41 radicle-ci-broker_0.23.0.ci20251125T114044-1_amd64.deb
-rw-r--r--  1 root root  526484 Nov 25 11:40 radicle-ci-broker_0.23.0.ci20251125T114044.orig.tar.xz
drwxr-xr-x 10 root root    4096 Nov 25 11:40 src
+ for x in ../*.deb
+ dpkg -c ../radicle-ci-broker-dbgsym_0.23.0.ci20251125T114044-1_amd64.deb
drwxr-xr-x root/root         0 2025-11-25 11:40 ./
drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/
drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/lib/
drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/lib/debug/
drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/lib/debug/.build-id/15/
-rw-r--r-- root/root   2435520 2025-11-25 11:40 ./usr/lib/debug/.build-id/15/3a826673188ec347135e8e581abb903137d19e.debug
drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/lib/debug/.build-id/57/
-rw-r--r-- root/root   2639864 2025-11-25 11:40 ./usr/lib/debug/.build-id/57/e918fc4bb3c533ec6dc955c42b1c4b1cafb157.debug
drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/share/
drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/share/doc/
lrwxrwxrwx root/root         0 2025-11-25 11:40 ./usr/share/doc/radicle-ci-broker-dbgsym -> radicle-ci-broker
+ for x in ../*.deb
+ dpkg -c ../radicle-ci-broker_0.23.0.ci20251125T114044-1_amd64.deb
drwxr-xr-x root/root         0 2025-11-25 11:40 ./
drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/
drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/bin/
-rwxr-xr-x root/root  10524720 2025-11-25 11:40 ./usr/bin/cib
-rwxr-xr-x root/root  11207488 2025-11-25 11:40 ./usr/bin/cibtool
drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/share/
drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/share/doc/radicle-ci-broker/
-rw-r--r-- root/root       667 2025-11-25 11:40 ./usr/share/doc/radicle-ci-broker/changelog.Debian.gz
-rw-r--r-- root/root       396 2025-11-25 11:40 ./usr/share/doc/radicle-ci-broker/copyright
drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/share/lintian/
drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/share/lintian/overrides/
-rw-r--r-- root/root       120 2025-11-25 11:40 ./usr/share/lintian/overrides/radicle-ci-broker
drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/share/man/
drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/share/man/man1/
-rw-r--r-- root/root       298 2025-11-25 11:40 ./usr/share/man/man1/cib.1.gz
-rw-r--r-- root/root       277 2025-11-25 11:40 ./usr/share/man/man1/cibtool.1.gz
+ mv ../radicle-ci-broker-dbgsym_0.23.0.ci20251125T114044-1_amd64.deb ../radicle-ci-broker_0.23.0.ci20251125T114044-1.debian.tar.xz ../radicle-ci-broker_0.23.0.ci20251125T114044-1.dsc ../radicle-ci-broker_0.23.0.ci20251125T114044-1_amd64.buildinfo ../radicle-ci-broker_0.23.0.ci20251125T114044-1_amd64.changes ../radicle-ci-broker_0.23.0.ci20251125T114044-1_amd64.deb ../radicle-ci-broker_0.23.0.ci20251125T114044.orig.tar.xz /workspace/artifacts
[2025-11-25T11:41:51Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-25T11:41:51Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-11-25T11:41:51Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-11-25T11:41:51Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-25T11:41:51Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vde",
        ),
        root: Some(
            "/workspace/cache",
        ),
        size: None,
    }
[2025-11-25T11:41:51Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-11-25T11:41:51Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-11-25T11:41:51Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-11-25T11:41:51Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-11-25T11:41:51Z TRACE ambient_ci::vdrive] calling tar_create
[2025-11-25T11:42:11Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-11-25T11:42:11Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-25T11:42:11Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        },
    )
[2025-11-25T11:42:11Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        },
    )
[2025-11-25T11:42:11Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-25T11:42:11Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vdd",
        ),
        root: Some(
            "/workspace/artifacts",
        ),
        size: None,
    }
[2025-11-25T11:42:11Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-11-25T11:42:11Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-11-25T11:42:11Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-11-25T11:42:11Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-11-25T11:42:11Z TRACE ambient_ci::vdrive] calling tar_create
[2025-11-25T11:42:11Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-11-25T11:42:11Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-25T11:42:11Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
[2025-11-25T11:42:30Z INFO  ambient] ambient ends successfully

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "patch",
  "repository": {
    "id": "rad:zwTxygwuz5LDGBq255RA2CbNGrz8",
    "name": "radicle-ci-broker",
    "description": "Radicle CI broker",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
      "did:key:z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT"
    ]
  },
  "action": "Created",
  "patch": {
    "id": "56d2e5fd9dac2d11bd5cf83f9c36884c654e4586",
    "author": {
      "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
      "alias": "liw"
    },
    "title": "chore: drop unused dependency valuable",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "25c9f0df22bcbfd5d46de777ad7b4389aa567844",
    "after": "1a329c791aa11aa3f4c771a9d8ffec09248c59ba",
    "commits": [
      "1a329c791aa11aa3f4c771a9d8ffec09248c59ba",
      "d75150dd4eccfcffb12c3f100d25f096352ca909",
      "8fbe2d8c5c4c4d8b29a75172fa3038e665703afd"
    ],
    "target": "25c9f0df22bcbfd5d46de777ad7b4389aa567844",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "56d2e5fd9dac2d11bd5cf83f9c36884c654e4586",
        "author": {
          "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
          "alias": "liw"
        },
        "description": "chore: drop unused dependency sqlite3-sys\n\nWe depend on it indirectly, but don't use it directly, so drop it.\n\n\nchore: drop unused dependency on ctor",
        "base": "25c9f0df22bcbfd5d46de777ad7b4389aa567844",
        "oid": "1a329c791aa11aa3f4c771a9d8ffec09248c59ba",
        "timestamp": 1764070539
      }
    ]
  }
}

Ambient stdout

[2025-11-25T11:35:40Z INFO  ambient] ambient starts
[2025-11-25T11:35:40Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[2025-11-25T11:35:40Z DEBUG ambient] complete configuration: Config {
        tmpdir: "/home/_rad/tmp",
        image_store: "/home/_rad/ambient-images",
        projects: "/dev/null",
        state: "/home/_rad/ambient-state",
        rsync_target: None,
        rsync_target_base: None,
        rsync_target_map: None,
        dput_target: None,
        executor: Some(
            "/usr/bin/ambient-execute-plan",
        ),
        artifacts_max_size: Byte(
            1000000000,
        ),
        cache_max_size: Byte(
            30000000000,
        ),
        qemu: QemuConfig {
            cpus: 2,
            memory: Byte(
                12000000000,
            ),
            kvm_binary: "/usr/bin/kvm",
            ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
            ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
        },
    }
[2025-11-25T11:35:40Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/meta.yaml
[2025-11-25T11:35:40Z DEBUG ambient_ci::run] latest commit: "25c9f0df22bcbfd5d46de777ad7b4389aa567844"
[2025-11-25T11:35:40Z DEBUG ambient_ci::run] is a git repository
[2025-11-25T11:35:40Z DEBUG ambient_ci::run] git repository is clean
[2025-11-25T11:35:40Z DEBUG ambient_ci::run] current (HEAD) commit: 1a329c791aa11aa3f4c771a9d8ffec09248c59ba
[2025-11-25T11:35:40Z DEBUG ambient_ci::run] no dry run requested
[2025-11-25T11:35:40Z DEBUG ambient_ci::run] forced run requested
[2025-11-25T11:35:40Z DEBUG ambient_ci::run] run? true
[2025-11-25T11:35:40Z INFO  ambient_ci::run] project rad:zwTxygwuz5LDGBq255RA2CbNGrz8: running CI
[2025-11-25T11:35:40Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-11-25T11:35:40Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
        CargoFetch,
    )
[2025-11-25T11:35:40Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
        CargoFetch,
    )
[2025-11-25T11:35:40Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/dependencies",
            "PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
            "CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/cache",
        },
        source_dir: "/tmp/.tmpsecoAA/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/.tmpsecoAA/src (exists? true)
cargo 1.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmpsecoAA/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmpsecoAA/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: /tmp/.tmpsecoAA/src => /tmp/.tmpYMWTnX
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/Cargo.toml wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/Cargo.toml => /tmp/.tmpYMWTnX/Cargo.toml
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/Cargo.lock wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/Cargo.lock => /tmp/.tmpYMWTnX/Cargo.lock
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/tests wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/tests/subplot.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/tests/subplot.rs => /tmp/.tmpYMWTnX/tests/subplot.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/test2.yaml wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/test.yaml wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/worker.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/worker.rs => /tmp/.tmpYMWTnX/src/worker.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/util.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/util.rs => /tmp/.tmpYMWTnX/src/util.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/timeoutcmd.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/timeoutcmd.rs => /tmp/.tmpYMWTnX/src/timeoutcmd.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/test.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/test.rs => /tmp/.tmpYMWTnX/src/test.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/subplot.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/subplot.rs => /tmp/.tmpYMWTnX/src/subplot.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/sensitive.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/sensitive.rs => /tmp/.tmpYMWTnX/src/sensitive.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/run.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/run.rs => /tmp/.tmpYMWTnX/src/run.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/refs.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/refs.rs => /tmp/.tmpYMWTnX/src/refs.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/radicle-ci.css wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/queueproc.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/queueproc.rs => /tmp/.tmpYMWTnX/src/queueproc.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/queueadd.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/queueadd.rs => /tmp/.tmpYMWTnX/src/queueadd.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/pages.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/pages.rs => /tmp/.tmpYMWTnX/src/pages.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/notif.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/notif.rs => /tmp/.tmpYMWTnX/src/notif.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/node_event_source.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/node_event_source.rs => /tmp/.tmpYMWTnX/src/node_event_source.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/msg.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/msg.rs => /tmp/.tmpYMWTnX/src/msg.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/logger.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/logger.rs => /tmp/.tmpYMWTnX/src/logger.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/lib.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/lib.rs => /tmp/.tmpYMWTnX/src/lib.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/filter wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/filter/arbitrary.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/filter/arbitrary.rs => /tmp/.tmpYMWTnX/src/filter/arbitrary.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/filter.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/filter.rs => /tmp/.tmpYMWTnX/src/filter.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/ergo.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/ergo.rs => /tmp/.tmpYMWTnX/src/ergo.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/db.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/db.rs => /tmp/.tmpYMWTnX/src/db.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/config.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/config.rs => /tmp/.tmpYMWTnX/src/config.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/cob.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/cob.rs => /tmp/.tmpYMWTnX/src/cob.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/ci_event_source.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/ci_event_source.rs => /tmp/.tmpYMWTnX/src/ci_event_source.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/ci_event.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/ci_event.rs => /tmp/.tmpYMWTnX/src/ci_event.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/broker.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/broker.rs => /tmp/.tmpYMWTnX/src/broker.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/bin wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/bin/synthetic-events.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/bin/synthetic-events.rs => /tmp/.tmpYMWTnX/src/bin/synthetic-events.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/bin/default_branch.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/bin/default_branch.rs => /tmp/.tmpYMWTnX/src/bin/default_branch.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/bin/cibtoolcmd wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/bin/cibtoolcmd/trigger.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/bin/cibtoolcmd/trigger.rs => /tmp/.tmpYMWTnX/src/bin/cibtoolcmd/trigger.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/bin/cibtoolcmd/timeout.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/bin/cibtoolcmd/timeout.rs => /tmp/.tmpYMWTnX/src/bin/cibtoolcmd/timeout.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/bin/cibtoolcmd/run.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/bin/cibtoolcmd/run.rs => /tmp/.tmpYMWTnX/src/bin/cibtoolcmd/run.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/bin/cibtoolcmd/report.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/bin/cibtoolcmd/report.rs => /tmp/.tmpYMWTnX/src/bin/cibtoolcmd/report.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/bin/cibtoolcmd/mod.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/bin/cibtoolcmd/mod.rs => /tmp/.tmpYMWTnX/src/bin/cibtoolcmd/mod.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/bin/cibtoolcmd/message.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/bin/cibtoolcmd/message.rs => /tmp/.tmpYMWTnX/src/bin/cibtoolcmd/message.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/bin/cibtoolcmd/log.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/bin/cibtoolcmd/log.rs => /tmp/.tmpYMWTnX/src/bin/cibtoolcmd/log.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/bin/cibtoolcmd/event.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/bin/cibtoolcmd/event.rs => /tmp/.tmpYMWTnX/src/bin/cibtoolcmd/event.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/bin/cibtoolcmd/counter.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/bin/cibtoolcmd/counter.rs => /tmp/.tmpYMWTnX/src/bin/cibtoolcmd/counter.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/bin/cibtool.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/bin/cibtool.rs => /tmp/.tmpYMWTnX/src/bin/cibtool.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/bin/cib.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/bin/cib.rs => /tmp/.tmpYMWTnX/src/bin/cib.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/src/adapter.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/src/adapter.rs => /tmp/.tmpYMWTnX/src/adapter.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/flake.nix wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/flake.lock wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/doc wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/doc/userguide.subplot wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/doc/userguide.md wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/doc/requirements.md wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/doc/overview.md wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/doc/messages.txt wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/doc/messages.sh wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/doc/filter-impl.md wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/doc/architecture.subplot wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/doc/architecture.md wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/doc/adapter-impl.md wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/doc/Makefile wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/debian wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/debian/source wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/debian/source/format wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/debian/rules wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/debian/radicle-ci-broker.manpages wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/debian/lintian-overrides wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/debian/copyright wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/debian/control wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/debian/compat wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/debian/changelog wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/debian/cargo-checksum.json wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/debian/build-deb wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/cibtool.1 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/cib.1 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/ci-broker.yaml wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/ci-broker.subplot wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/ci-broker.md wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/ci-broker.db wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/build.rs wanted=true
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpsecoAA/src/build.rs => /tmp/.tmpYMWTnX/build.rs
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/RELEASE.md wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/README.md wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/NEWS.md wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/Makefile wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/LICENSE-MIT wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/LICENSE-APACHE wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/CONTRIBUTING.md wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.radicle wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.radicle/ambient.yaml wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.gitignore wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.envrc wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.cargo wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.cargo/deny.toml wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.cargo/audit.toml wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.ambient wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.ambient/dch wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/index wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/HEAD wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/config wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/logs wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/logs/HEAD wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/logs/refs wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/logs/refs/heads wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/logs/refs/heads/main wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/logs/refs/remotes wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/logs/refs/remotes/origin wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/packed-refs wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/refs wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/refs/remotes wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/refs/remotes/origin wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/refs/remotes/origin/HEAD wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/refs/tags wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/refs/heads wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/refs/heads/main wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/9f wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/9f/646f81e44303637ac69e87ee27a14db107647d wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/7a wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/7a/89bb2cba9800355b354c5b64d15f1f32345fd5 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/5a wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/5a/6fd7e7787511b8ae01ea6bdec575516fbb58da wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/d7 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/d7/d730f3d243609921f178fc42dcc931162b6b40 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/14 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/14/75111799c15fcfeb23139cad94a834530c3b1e wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/6f wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/6f/f7452621af70d726c92d8a5f2edeb51566dd3b wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/c6 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/c6/03a5628336a3a095cf1025e167cb3eda79bc62 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/6e wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/6e/fe3bb6f781df115e0d4e4028b66e498e8a38d0 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/a4 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/a4/57065b132468fd7f0858c305e93f0a7e43701d wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/f9 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/f9/aa3704de3d08717999c36f07d9de4cae6b7341 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/33 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/33/55379453feec5da9bdc555668e562d8e33d9a8 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/33/425b27b74133a5c134b6e5172fe0e26b95d182 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/02 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/02/88f00f5a578a64b9d1e51d813755afcc70b684 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/8a wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/8a/88a1fa38e29599ad3a9797181caa955b164a12 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/66 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/66/3a4128820b72f6e719444bad131764b5aeabf2 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/ea wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/ea/2200c1ff11c889ca162c7eef644a908fd8055a wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/a9 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/a9/d096e949f6e7cb2c1d8757303f5aaabbdf9481 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/b9 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/b9/7e7a7c3b790a7041c39c940ec11fca0e8b4b3b wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/b4 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/b4/17d4c8c3a403ed671514d79b34ce5089fe7735 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/f0 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/f0/c73824d0c9f5f8ac08b0d76fd1723350be95c8 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/d0 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/d0/ad1f67e8d843cd6853c869162c2695c03853c2 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/38 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/38/8b4ec15af107f4757cfb4ea94e6435c316b8c0 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/52 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/52/1807abafe626ead120a769d76fa854199e3307 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/60 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/60/ff43281dbb3d2cc1ce28caf0df031d1002616a wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/6c wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/6c/bd5f73adc11dcb6779a7e3846cdc5f49a4c32d wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/90 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/90/184cbe0ccaefca6e50f5a265df2d0fa49b4b67 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/08 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/08/88a4f9dff838fac89f933e8ecf4c774dfbcfb0 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/ab wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/ab/a811e0ed518104b2b7eb381993d387a3f158e1 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/dd wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/dd/0c9250832a57616cf6acee8b7ea48745bc8d8b wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/47 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/47/a91da5ed581f847872024c97d5ff618fddaf17 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/76 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/76/2fd1e468f1727c5502b26a32486549c1f342a6 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/cc wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/cc/9fb5b99d04fa8c0a4ffc51ea78c15b7afd0a06 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/9b wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/9b/2bed5c223b118c52862e14bf2466e8347b1a56 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/25 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/25/c1dd8187e4e1d9c94bece4009ce23698f94192 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/c4 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/c4/f35e2832e696f23dc42a3baff03ebe1af70be7 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/94 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/94/e577b6935479c3479920e9544135bf318b468f wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/29 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/29/cacc942131d82b659ccc302dc305b5e52c8c7d wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/8f wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/8f/b56154b2ab0627735e90815db95c10e48318a8 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/84 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/84/7947c9cbb56fb98d74aeb7e2792d109f79cfe1 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/84/3a44df7d70df0a64e05408d5d9d32163d40fe8 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/ec wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/ec/6d9c8937d74c3fe972b59da26dd7a8f71cc473 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/6b wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/6b/31a5e82f424370e97d5ed786315641c16f61e3 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/04 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/04/88fbe49afb6e71bfd8cefaf462bee5891e666a wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/59 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/59/bc59358d8c4d03db106d255cff554b9be00cbd wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/5b wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/5b/e3becf177bc2ca03a553fd4487e8a94e0f7446 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/31 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/31/525304e9072323858698115984b07d61b5705d wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/3a wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/3a/e2363ec6c5148c96805fa5b5f7fd80549b0d0f wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/89 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/89/b5084ca2f3930ebd9cb95b13caae4bef4555a1 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/2c wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/2c/5a8c1e725b7e44ad3aa3f3b612a5cf2a4fd501 wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/info wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/info/commit-graph wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/info/packs wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-06c976e7a7c009af4f34e25b8e3fbd242380b405.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-e951f28ec1934b46985c8e41bd06791c8b36bacf.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-30955f2fee916e00e1fa5da5f1f3475bc42c7f99.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-8d2445684157c158e7026853664c58cd0119bdcf.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-14fdc827cd34a803e854e13edb24177f0b2247b4.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-3db821500fbdcdac056a1f9241f118e03ab414d8.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-d5c2f70451756d91000b2ef74145e49388552b2e.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-8c1960da0043313dde2df0a0ff3fb9d25889e60b.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-3f17f7876ad54213f02bee16ae19a09055979312.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-60aa7a39319db8981b424dd67c006a60a2255149.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-dfebf45d5e9b93c710be198916b41c2c47ca95b3.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-c2db18e5d1e23cf45d337891f60d5f2b1dfce5f1.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-bb8cf79e5f5e0637b9879f6d906cfd358e50ea0b.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-e629197ee4590a83d34e6ca308a62319a3afb83e.rev wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-a9aacbd17ebac424d09367443a4cd960867fe6c8.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-06c976e7a7c009af4f34e25b8e3fbd242380b405.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-14fdc827cd34a803e854e13edb24177f0b2247b4.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-591374f47012aad79cbfb7b53a0cbaf89cdcde2a.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-8f3a77eba45d56878c82b4f4c849a29c7236027c.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-7912733948b65731914f77d51c25edd9489b64bb.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-370059ad08ce1c90e5f8b0c2263ac5a1deeb73e3.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-add25b830cd8e797a4c93b550d7e3d9c44861b06.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-8d145251957e0737e8b6165e69659bb40235f0db.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-c58f88405f6f9135fdd69df267263499486d7c7d.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-8d145251957e0737e8b6165e69659bb40235f0db.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-60aa7a39319db8981b424dd67c006a60a2255149.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-cdf12165bb0be5525198ce2796f7bb23b5c310f9.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-b1c7ee282f69b481dfd8a882a0ef603ff8c85bdc.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-1f3b218cf5195503bb17f45709e5e546e2b9449e.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-4c995924a645a25138eaca4ff7e83d944a3f85a7.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-3f17f7876ad54213f02bee16ae19a09055979312.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-3840aa99db26989064d86bc550fea35971cc3ac3.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-73398ee566976bbc896a64abedfdc423f892c60a.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-67ecb833250bd3a0b535ed32733a77d95153fb73.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-64981a35663f7fe709634a4d4dbab47c62dc3374.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-ce5269f09695c054e38d395ea815104c48bd03d3.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/tmp_pack_zGXZXY wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-8c1960da0043313dde2df0a0ff3fb9d25889e60b.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-a3a15ef0b1653fceb5b2c69816cc2bdd37473292.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-bdfa002b465b57feb6dee3be1a5c5d9d2430b4ac.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-73398ee566976bbc896a64abedfdc423f892c60a.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-537c604a81b3769f75201572bbba8190b908411e.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-8f3a77eba45d56878c82b4f4c849a29c7236027c.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-05aa51eb0b915541d37a7bfee809ca78d2917ded.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-e629197ee4590a83d34e6ca308a62319a3afb83e.bitmap wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-daebb3b6837fc1b309c2ab505a0a13eaaf2e716e.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-c44dce0641205e65b3e3823e21b397c6a988da99.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-dfebf45d5e9b93c710be198916b41c2c47ca95b3.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-05aa51eb0b915541d37a7bfee809ca78d2917ded.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-fb86a4ef60d42c03588dee8023391585699d2674.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-a0b3aa0cf558ca75da3b71af35cc9d6c7c8ede95.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-1f3b218cf5195503bb17f45709e5e546e2b9449e.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-c58f88405f6f9135fdd69df267263499486d7c7d.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-a4f3176c4959520b264cdf60009ad4da27b458ae.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-64981a35663f7fe709634a4d4dbab47c62dc3374.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-63f1a0e1c0cd7645f8cd5b51ec7ddbdb92c7102e.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-bdfa002b465b57feb6dee3be1a5c5d9d2430b4ac.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-8774f1e5c7c3ef4f198b6d644f1a8378f88f4896.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-591374f47012aad79cbfb7b53a0cbaf89cdcde2a.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-9d7d546a16b9804238178db54109d4bef594b0af.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-55a635e7e0d9fda53fbe554f2132a37b92bdc3f1.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-ebb72afdc9c8f9d122587decccc8ca9fc91e4c37.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-25f0deab3b949f5acdb9ccf22157e9c7ea97a49e.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-a4f3176c4959520b264cdf60009ad4da27b458ae.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-8d2445684157c158e7026853664c58cd0119bdcf.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-f5dcdd5e8154b6ceea3efa24c40780bd956bacab.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-0089e03fe86bd853ece613892c517d99d163c313.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-a9aacbd17ebac424d09367443a4cd960867fe6c8.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-e951f28ec1934b46985c8e41bd06791c8b36bacf.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-0089e03fe86bd853ece613892c517d99d163c313.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-4c995924a645a25138eaca4ff7e83d944a3f85a7.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-ccdb58eee1ba9c3e390d4a6c1481065b0515ee23.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-daebb3b6837fc1b309c2ab505a0a13eaaf2e716e.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-cee8376ab628a42e7496f34023f54ab352335b42.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-537c604a81b3769f75201572bbba8190b908411e.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-c44dce0641205e65b3e3823e21b397c6a988da99.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-e629197ee4590a83d34e6ca308a62319a3afb83e.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-25f0deab3b949f5acdb9ccf22157e9c7ea97a49e.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-ebb72afdc9c8f9d122587decccc8ca9fc91e4c37.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-cdf12165bb0be5525198ce2796f7bb23b5c310f9.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-add25b830cd8e797a4c93b550d7e3d9c44861b06.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-a3a15ef0b1653fceb5b2c69816cc2bdd37473292.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-55a635e7e0d9fda53fbe554f2132a37b92bdc3f1.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-ccdb58eee1ba9c3e390d4a6c1481065b0515ee23.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-d5c2f70451756d91000b2ef74145e49388552b2e.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-3db821500fbdcdac056a1f9241f118e03ab414d8.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-a0b3aa0cf558ca75da3b71af35cc9d6c7c8ede95.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-e629197ee4590a83d34e6ca308a62319a3afb83e.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-3840aa99db26989064d86bc550fea35971cc3ac3.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-63f1a0e1c0cd7645f8cd5b51ec7ddbdb92c7102e.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-30955f2fee916e00e1fa5da5f1f3475bc42c7f99.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-370059ad08ce1c90e5f8b0c2263ac5a1deeb73e3.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-4f25b8e5fa39a40980eea6e33f02e7abbc7ef654.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-8774f1e5c7c3ef4f198b6d644f1a8378f88f4896.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-7912733948b65731914f77d51c25edd9489b64bb.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-67ecb833250bd3a0b535ed32733a77d95153fb73.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-cee8376ab628a42e7496f34023f54ab352335b42.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/tmp_idx_Qf8FSY wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-9d7d546a16b9804238178db54109d4bef594b0af.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-bb8cf79e5f5e0637b9879f6d906cfd358e50ea0b.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-c2db18e5d1e23cf45d337891f60d5f2b1dfce5f1.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-fb86a4ef60d42c03588dee8023391585699d2674.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-4f25b8e5fa39a40980eea6e33f02e7abbc7ef654.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-ce5269f09695c054e38d395ea815104c48bd03d3.idx wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-f5dcdd5e8154b6ceea3efa24c40780bd956bacab.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/objects/pack/pack-b1c7ee282f69b481dfd8a882a0ef603ff8c85bdc.pack wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/branches wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/hooks wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/hooks/update.sample wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/hooks/commit-msg.sample wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/hooks/applypatch-msg.sample wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/hooks/pre-merge-commit.sample wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/hooks/post-update.sample wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/hooks/pre-push.sample wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/hooks/pre-rebase.sample wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/hooks/push-to-checkout.sample wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/hooks/pre-commit.sample wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/hooks/pre-receive.sample wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/hooks/sendemail-validate.sample wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/hooks/pre-applypatch.sample wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/description wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/info wanted=false
[2025-11-25T11:35:40Z DEBUG ambient_ci::util] path=/tmp/.tmpsecoAA/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
       cwd=/tmp/.tmpYMWTnX (exists? true)
[2025-11-25T11:35:40Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-25T11:35:40Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-11-25T11:35:40Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmp8Q6yaJ/src.tar
[2025-11-25T11:35:40Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmp8Q6yaJ/deps.tar
[2025-11-25T11:35:41Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-11-25T11:35:41Z 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.\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: {
                        "debemail": String("liw@liw.fi"),
                        "debfullname": String("Lars Wirzenius"),
                    },
                },
            ),
            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-11-25T11:35:41Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-11-25T11:35:41Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmp8Q6yaJ/ambient-execute-plan/run-ci
[2025-11-25T11:35:41Z DEBUG ambient_ci::run] copy OK: true
[2025-11-25T11:35:41Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmp8Q6yaJ/executor.tar
[2025-11-25T11:35:52Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log
[2025-11-25T11:35:52Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8, exists? true
[2025-11-25T11:35:52Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log
[2025-11-25T11:35:52Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log OK
[2025-11-25T11:35:52Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-11-25T11:35:52Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-11-25T11:35:52Z DEBUG ambient_ci::cloud_init] with_runcmd called: "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n"
[2025-11-25T11:35:52Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-11-25T11:35:52Z DEBUG ambient_ci::cloud_init] LocalDataStoreBuilder: LocalDataStoreBuilder {
        hostname: Some(
            "ambient",
        ),
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2025-11-25T11:35:52Z DEBUG ambient_ci::qemu] run QEMU
[2025-11-25T11:35:52Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-11-25T11:35:52Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpJzH5gC/.tmpU4XlZu/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-11-25T11:35:52Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-11-25T11:35:52Z DEBUG ambient_ci::cloud_init] LocalDataStore: LocalDataStore {
        hostname: "ambient",
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2025-11-25T11:35:52Z DEBUG ambient_ci::cloud_init] write /tmp/.tmp8GzMIf/meta-data
[2025-11-25T11:35:52Z DEBUG ambient_ci::cloud_init] write /tmp/.tmp8GzMIf/user-data
[2025-11-25T11:35:52Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpJzH5gC/.tmpU4XlZu/console.log
[2025-11-25T11:35:52Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpJzH5gC/.tmpU4XlZu/console.log
[2025-11-25T11:35:52Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log
[2025-11-25T11:35:52Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log
[2025-11-25T11:35:52Z 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/.tmpJzH5gC/.tmpU4XlZu/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/.tmpJzH5gC/.tmpU4XlZu/vars.fd",
            "-drive",
            "format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpJzH5gC/.tmpU4XlZu/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmp8Q6yaJ/executor.tar,readonly=on",
            "-cdrom",
            "/home/_rad/tmp/.tmpJzH5gC/.tmpU4XlZu/cloud_init.iso",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmp8Q6yaJ/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmp8Q6yaJ/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmp8Q6yaJ/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmp8Q6yaJ/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2025-11-25T11:42:16Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-11-25T11:42:16Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2025-11-25T11:35:54Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-11-25T11:35:54Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-11-25T11:35:54Z INFO  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-11-25T11:35:54Z WARN  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-11-25T11:35:54Z 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.
        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:
        debemail: liw@liw.fi
        debfullname: Lars Wirzenius
    - 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-11-25T11:35:54Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/workspace",
            },
        )
    [2025-11-25T11:35:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/workspace",
            },
        )
    [2025-11-25T11:35:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-25T11:35:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-25T11:35:54Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/workspace/artifacts",
            },
        )
    [2025-11-25T11:35:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/workspace/artifacts",
            },
        )
    [2025-11-25T11:35:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-25T11:35:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-25T11:35:54Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
        )
    [2025-11-25T11:35:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
        )
    [2025-11-25T11:35:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-25T11:35:54Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
    [2025-11-25T11:35:54Z TRACE ambient_ci::vdrive] extraction OK
    [2025-11-25T11:35:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-25T11:35:54Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
        )
    [2025-11-25T11:35:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
        )
    [2025-11-25T11:35:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-25T11:35:54Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
    [2025-11-25T11:35:57Z TRACE ambient_ci::vdrive] extraction OK
    [2025-11-25T11:35:57Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-25T11:35:57Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-11-25T11:35:57Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-11-25T11:35:57Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-25T11:35:57Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
    [2025-11-25T11:36:17Z TRACE ambient_ci::vdrive] extraction OK
    [2025-11-25T11:36:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-25T11:36:17Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
            CargoClippy,
        )
    [2025-11-25T11:36:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
            CargoClippy,
        )
    [2025-11-25T11:36:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.91.1 (ea2d97820 2025-10-10)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/workspace/src (exists? true)
    clippy 0.1.91 (ed61e7d7e2 2025-11-07)
    SPAWN: argv=["rustc", "--version"]
           cwd=/workspace/src (exists? true)
    rustc 1.91.1 (ed61e7d7e 2025-11-07)
    SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
           cwd=/workspace/src (exists? true)
        Checking sqlite3-sys v0.15.2
       Compiling radicle-ci-broker v0.23.0 (/workspace/src)
        Checking sqlite v0.32.0
        Checking radicle-crypto v0.13.0
        Checking radicle-cob v0.15.0
        Checking radicle v0.18.0
        Checking radicle-job v0.3.0
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.32s
    [2025-11-25T11:36:27Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-25T11:36:27Z 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.\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-11-25T11:36:27Z 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.\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-11-25T11:36:27Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\n\n# Check that `rad` is there.\nrad --help >/dev/null || (echo rad is not there; exit 1)\n\ncargo doc --workspace --no-deps\n\n# FIXME: We can't run upgrade tests from older versions because\n# Ambient only fetches dependencies for the current version.\n# Thus, we can't build the old versions. This is an Ambient\n# problem that we can't fix here. So we skip the upgrade tests.\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.23.0 (/workspace/src)
     Documenting radicle-ci-broker v0.23.0 (/workspace/src)
    warning: unresolved link to `RunningProcess`
       --> src/adapter.rs:363:44
        |
    363 |     /// Error from [`TimeoutCommand`] or [`RunningProcess`].
        |                                            ^^^^^^^^^^^^^^ no item named `RunningProcess` in scope
        |
        = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
        = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
    
    warning: unresolved link to `RunningProcess`
      --> src/timeoutcmd.rs:74:24
       |
    74 | /// output. See also [`RunningProcess`].
       |                        ^^^^^^^^^^^^^^ no item named `RunningProcess` in scope
       |
       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
    
    warning: `radicle-ci-broker` (lib doc) generated 2 warnings
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s
       Generated /workspace/cache/doc/radicle_ci_broker/index.html and 4 other files
    + cargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2
       Compiling sqlite3-sys v0.15.2
       Compiling sqlite v0.32.0
       Compiling radicle-crypto v0.13.0
       Compiling radicle-cob v0.15.0
       Compiling radicle v0.18.0
       Compiling radicle-job v0.3.0
       Compiling radicle-ci-broker v0.23.0 (/workspace/src)
        Finished `test` profile [unoptimized + debuginfo] target(s) in 22.17s
         Running unittests src/lib.rs (/workspace/cache/debug/deps/radicle_ci_broker-c8d0494fb9af9a23)
    
    running 86 tests
    test adapter::test::adapter_does_not_exist ... ok
    test adapter::test::adapter_ends_ok_before_first_message ... ok
    test adapter::test::adapter_ends_ok_before_second_message ... ok
    test adapter::test::adapter_exits_nonzero ... ok
    test adapter::test::adapter_first_message_isnt_triggered ... ok
    test adapter::test::adapter_has_bad_interpreter ... ok
    test adapter::test::adapter_is_killed_after_second_message ... ok
    test adapter::test::adapter_is_killed_before_any_messages ... ok
    test adapter::test::adapter_is_killed_before_first_message ... ok
    test adapter::test::adapter_is_not_executable ... ok
    test adapter::test::adapter_outputs_too_many_messages ... ok
    test adapter::test::adapter_produces_as_bad_message ... ok
    test adapter::test::adapter_reports_failure ... ok
    test adapter::test::adapter_reports_success ... ok
    test broker::test::adapter_fails ... ok
    test ci_event::test::branch_created ... ok
    test broker::test::executes_adapter ... ok
    test ci_event::test::branch_deleted ... 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::branch_updated ... ok
    test ci_event::test_parsed_ref::branch ... ok
    test ci_event::test_parsed_ref::patch ... ok
    test config::test::parse_config_yaml ... ok
    test config::test::parse_config_yaml_without_max_run_time ... ok
    test ci_event::test_parsed_ref::tag ... ok
    test filter::test::allows_all_for_default_repository ... ok
    test filter::test::allows_all_for_main_branch ... ok
    test filter::test::allows_all_for_right_node ... ok
    test filter::test::allows_any_event ... ok
    test filter::test::allows_branch_creation ... ok
    test filter::test::allows_branch_deletion ... ok
    test filter::test::allows_branch_update ... ok
    test filter::test::allows_if_all_allow ... ok
    test filter::test::allows_if_any_allows ... ok
    test filter::test::allows_no_event ... ok
    test filter::test::allows_none_for_wrong_node ... ok
    test filter::test::allows_opposite ... ok
    test filter::test::allows_patch_creation ... ok
    test filter::test::allows_patch_update ... ok
    test filter::test::allows_shutdown ... ok
    test filter::test::allows_specific_patch ... ok
    test filter::test::allows_wanted_tag ... ok
    test filter::test::deserialize_yaml_nested_not ... ok
    test filter::test::doesnt_allow_any_for_other_branch ... ok
    test filter::test::doesnt_allow_any_for_other_repository ... ok
    test filter::test::doesnt_allow_unexpected_tag ... ok
    test filter::test::doesnt_allow_unexpected_tag_even_if_wanted_is_prefix ... ok
    test filter::test::doesnt_allow_unexpected_tag_even_if_wanted_is_suffix ... ok
    test filter::test::doesnt_allows_other_patch ... ok
    test filter::test::only_allows_branch_creation ... ok
    test filter::test::only_allows_branch_deletion ... ok
    test filter::test::only_allows_branch_update ... ok
    test filter::test::only_allows_patch_creation ... ok
    test filter::test::only_allows_patch_update ... ok
    test filter::test::yaml_roundtrip ... ok
    test msg::trigger_from_ci_event_tests::trigger_patch_from_patch_created ... ok
    test msg::trigger_from_ci_event_tests::trigger_patch_from_patch_updated ... ok
    test msg::trigger_from_ci_event_tests::trigger_push_from_branch_created ... ok
    test refs::test::creates_patch_from_str ... ok
    test refs::test::extracts_branch_namespaced_branch ... ok
    test refs::test::namespaced_branch_from_plain ... ok
    test refs::test::plain_branch_name ... ok
    test refs::test::qualified_branch_name_from_plain ... ok
    test refs::test::ref_string_from_plain_branch_name ... ok
    test run::test::serialize_run_state ... ok
    test sensitive::test_sensitive::debugged ... ok
    test sensitive::test_sensitive::deser ... ok
    test sensitive::test_sensitive::displayed ... ok
    test sensitive::test_sensitive::ser ... ok
    test msg::trigger_from_ci_event_tests::trigger_push_from_branch_updated ... ok
    test timeoutcmd::tests::bin_false ... ok
    test timeoutcmd::tests::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. 86 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.29s
    
         Running unittests src/bin/cib.rs (/workspace/cache/debug/deps/cib-12766f03c901b2c0)
    
    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-c20d9c3638416cb5)
    
    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-7be5b97388d6af7d)
    
    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-25524d5470c38c2b)
    
    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-8e05a7097faa9bc7)
    
    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 gives_helpful_error_message_if_it_doesn_t_understand_its_configuration_file ... ok
    test filter_recorded_ci_events ... 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 has been running for over 60 seconds
    test smoke_test__runs_adapter ... 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 result: ok. 73 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 217.04s
    
       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
    
    + 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-11-25T11:40:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-25T11:40:44Z DEBUG ambient_ci::plan] RUN: Action Custom(
            Custom {
                name: "dch",
                args: {
                    "debfullname": String("Lars Wirzenius"),
                    "debemail": String("liw@liw.fi"),
                },
            },
        )
    [2025-11-25T11:40:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
            Custom {
                name: "dch",
                args: {
                    "debfullname": String("Lars Wirzenius"),
                    "debemail": String("liw@liw.fi"),
                },
            },
        )
    [2025-11-25T11:40:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    custom: source=/workspace/src
    custom: exe=".ambient/dch" exists=false
    HEAD is now at 1a329c79 chore: drop unused dependency on ctor
    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
    custom action "dch" exit code Some(0)
    [2025-11-25T11:40:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-25T11:40:44Z DEBUG ambient_ci::plan] RUN: Action Deb(
            Deb,
        )
    [2025-11-25T11:40:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
            Deb,
        )
    [2025-11-25T11:40:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["/bin/bash", "-c", "#!/bin/bash\nset -xeuo pipefail\n\necho \"PATH at start: $PATH\"\nexport PATH=\"/root/.cargo/bin:$PATH\"\nexport CARGO_HOME=/workspace/deps\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\n/bin/env\n\ncommand -v cargo\ncommand -v rustc\n\ncargo --version\nrustc --version\n\n# Get name and version of source package.\nname=\"$(dpkg-parsechangelog -SSource)\"\nversion=\"$(dpkg-parsechangelog -SVersion)\"\n\n# Get upstream version: everything before the last dash.\nuv=\"$(echo \"$version\" | sed 's/-[^-]*$//')\"\n\n# Files that will be created.\narch=\"$(dpkg --print-architecture)\"\norig=\"../${name}_${uv}.orig.tar.xz\"\ndeb=\"../${name}_${version}_${arch}.deb\"\nchanges=\"../${name}_${version}_${arch}.changes\"\n\n# Create \"upstream tarball\".\ngit archive HEAD | xz >\"$orig\"\n\n# Build package.\ndpkg-buildpackage -us -uc\n\n# Dump some information to make it easier to visually verify\n# everything looks OK. Also, test the package with the lintian tool.\n\nls -l ..\nfor x in ../*.deb; do dpkg -c \"$x\"; done\n# FIXME: disabled while this prevents radicle-native-ci deb from being built.\n# lintian -i --allow-root --fail-on warning ../*.changes\n\n# Move files to artifacts directory.\nmv ../*_* /workspace/artifacts\n        "]
           cwd=/workspace/src (exists? true)
    + echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
    PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + export CARGO_HOME=/workspace/deps
    + CARGO_HOME=/workspace/deps
    + export DEBEMAIL=liw@liw.fi
    + DEBEMAIL=liw@liw.fi
    + export 'DEBFULLNAME=Lars Wirzenius'
    + DEBFULLNAME='Lars Wirzenius'
    + /bin/env
    DEBFULLNAME=Lars Wirzenius
    CARGO_TARGET_DIR=/workspace/cache
    PWD=/workspace/src
    SYSTEMD_EXEC_PID=293
    HOME=/root
    LANG=C.UTF-8
    CARGO_HOME=/workspace/deps
    DEBEMAIL=liw@liw.fi
    INVOCATION_ID=421c530496244278b97758de18194e53
    SHLVL=2
    JOURNAL_STREAM=8:1757
    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.91.1 (ea2d97820 2025-10-10)
    + rustc --version
    rustc 1.91.1 (ed61e7d7e 2025-11-07)
    ++ dpkg-parsechangelog -SSource
    + name=radicle-ci-broker
    ++ dpkg-parsechangelog -SVersion
    + version=0.23.0.ci20251125T114044-1
    ++ echo 0.23.0.ci20251125T114044-1
    ++ sed 's/-[^-]*$//'
    + uv=0.23.0.ci20251125T114044
    ++ dpkg --print-architecture
    + arch=amd64
    + orig=../radicle-ci-broker_0.23.0.ci20251125T114044.orig.tar.xz
    + deb=../radicle-ci-broker_0.23.0.ci20251125T114044-1_amd64.deb
    + changes=../radicle-ci-broker_0.23.0.ci20251125T114044-1_amd64.changes
    + git archive HEAD
    + xz
    + dpkg-buildpackage -us -uc
    dpkg-buildpackage: info: source package radicle-ci-broker
    dpkg-buildpackage: info: source version 0.23.0.ci20251125T114044-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.23.0.ci20251125T114044.orig.tar.xz
    dpkg-source: info: building radicle-ci-broker in radicle-ci-broker_0.23.0.ci20251125T114044-1.debian.tar.xz
    dpkg-source: info: building radicle-ci-broker in radicle-ci-broker_0.23.0.ci20251125T114044-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.23.0 (/workspace/src)
       Compiling sqlite3-sys v0.15.2
       Compiling radicle-ci-broker v0.23.0 (/workspace/src)
       Compiling sqlite v0.32.0
       Compiling radicle-crypto v0.13.0
       Compiling radicle-cob v0.15.0
       Compiling radicle v0.18.0
       Compiling radicle-job v0.3.0
        Finished `release` profile [optimized] target(s) in 56.64s
      Installing debian/radicle-ci-broker/usr/bin/cib
      Installing debian/radicle-ci-broker/usr/bin/cibtool
       Installed package `radicle-ci-broker v0.23.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.23.0.ci20251125T114044-1_amd64.deb'.
    dpkg-deb: building package 'radicle-ci-broker' in '../radicle-ci-broker_0.23.0.ci20251125T114044-1_amd64.deb'.
     dpkg-genbuildinfo -O../radicle-ci-broker_0.23.0.ci20251125T114044-1_amd64.buildinfo
     dpkg-genchanges -O../radicle-ci-broker_0.23.0.ci20251125T114044-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 7140
    drwxr-xr-x  2 root root    4096 Nov 25 11:40 artifacts
    drwxr-xr-x  6 root root    4096 Nov 17 13:58 cache
    drwxr-xr-x  3 root root    4096 Nov 25 11:40 deps
    -rw-r--r--  1 root root  567080 Nov 25 11:41 radicle-ci-broker-dbgsym_0.23.0.ci20251125T114044-1_amd64.deb
    -rw-r--r--  1 root root    2336 Nov 25 11:40 radicle-ci-broker_0.23.0.ci20251125T114044-1.debian.tar.xz
    -rw-r--r--  1 root root    1078 Nov 25 11:40 radicle-ci-broker_0.23.0.ci20251125T114044-1.dsc
    -rw-r--r--  1 root root    6361 Nov 25 11:41 radicle-ci-broker_0.23.0.ci20251125T114044-1_amd64.buildinfo
    -rw-r--r--  1 root root    2634 Nov 25 11:41 radicle-ci-broker_0.23.0.ci20251125T114044-1_amd64.changes
    -rw-r--r--  1 root root 6174364 Nov 25 11:41 radicle-ci-broker_0.23.0.ci20251125T114044-1_amd64.deb
    -rw-r--r--  1 root root  526484 Nov 25 11:40 radicle-ci-broker_0.23.0.ci20251125T114044.orig.tar.xz
    drwxr-xr-x 10 root root    4096 Nov 25 11:40 src
    + for x in ../*.deb
    + dpkg -c ../radicle-ci-broker-dbgsym_0.23.0.ci20251125T114044-1_amd64.deb
    drwxr-xr-x root/root         0 2025-11-25 11:40 ./
    drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/
    drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/lib/
    drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/lib/debug/
    drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/lib/debug/.build-id/
    drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/lib/debug/.build-id/15/
    -rw-r--r-- root/root   2435520 2025-11-25 11:40 ./usr/lib/debug/.build-id/15/3a826673188ec347135e8e581abb903137d19e.debug
    drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/lib/debug/.build-id/57/
    -rw-r--r-- root/root   2639864 2025-11-25 11:40 ./usr/lib/debug/.build-id/57/e918fc4bb3c533ec6dc955c42b1c4b1cafb157.debug
    drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/share/
    drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/share/doc/
    lrwxrwxrwx root/root         0 2025-11-25 11:40 ./usr/share/doc/radicle-ci-broker-dbgsym -> radicle-ci-broker
    + for x in ../*.deb
    + dpkg -c ../radicle-ci-broker_0.23.0.ci20251125T114044-1_amd64.deb
    drwxr-xr-x root/root         0 2025-11-25 11:40 ./
    drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/
    drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/bin/
    -rwxr-xr-x root/root  10524720 2025-11-25 11:40 ./usr/bin/cib
    -rwxr-xr-x root/root  11207488 2025-11-25 11:40 ./usr/bin/cibtool
    drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/share/
    drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/share/doc/
    drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/share/doc/radicle-ci-broker/
    -rw-r--r-- root/root       667 2025-11-25 11:40 ./usr/share/doc/radicle-ci-broker/changelog.Debian.gz
    -rw-r--r-- root/root       396 2025-11-25 11:40 ./usr/share/doc/radicle-ci-broker/copyright
    drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/share/lintian/
    drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/share/lintian/overrides/
    -rw-r--r-- root/root       120 2025-11-25 11:40 ./usr/share/lintian/overrides/radicle-ci-broker
    drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/share/man/
    drwxr-xr-x root/root         0 2025-11-25 11:40 ./usr/share/man/man1/
    -rw-r--r-- root/root       298 2025-11-25 11:40 ./usr/share/man/man1/cib.1.gz
    -rw-r--r-- root/root       277 2025-11-25 11:40 ./usr/share/man/man1/cibtool.1.gz
    + mv ../radicle-ci-broker-dbgsym_0.23.0.ci20251125T114044-1_amd64.deb ../radicle-ci-broker_0.23.0.ci20251125T114044-1.debian.tar.xz ../radicle-ci-broker_0.23.0.ci20251125T114044-1.dsc ../radicle-ci-broker_0.23.0.ci20251125T114044-1_amd64.buildinfo ../radicle-ci-broker_0.23.0.ci20251125T114044-1_amd64.changes ../radicle-ci-broker_0.23.0.ci20251125T114044-1_amd64.deb ../radicle-ci-broker_0.23.0.ci20251125T114044.orig.tar.xz /workspace/artifacts
    [2025-11-25T11:41:51Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-25T11:41:51Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-11-25T11:41:51Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-11-25T11:41:51Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-25T11:41:51Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vde",
            ),
            root: Some(
                "/workspace/cache",
            ),
            size: None,
        }
    [2025-11-25T11:41:51Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
    [2025-11-25T11:41:51Z TRACE ambient_ci::vdrive] create archive file /dev/vde
    [2025-11-25T11:41:51Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
    [2025-11-25T11:41:51Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
    [2025-11-25T11:41:51Z TRACE ambient_ci::vdrive] calling tar_create
    [2025-11-25T11:42:11Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
    [2025-11-25T11:42:11Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-25T11:42:11Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        )
    [2025-11-25T11:42:11Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        )
    [2025-11-25T11:42:11Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-25T11:42:11Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vdd",
            ),
            root: Some(
                "/workspace/artifacts",
            ),
            size: None,
        }
    [2025-11-25T11:42:11Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
    [2025-11-25T11:42:11Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
    [2025-11-25T11:42:11Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
    [2025-11-25T11:42:11Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
    [2025-11-25T11:42:11Z TRACE ambient_ci::vdrive] calling tar_create
    [2025-11-25T11:42:11Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
    [2025-11-25T11:42:11Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-25T11:42:11Z DEBUG ambient_ci::plan] All actions were performed successfully
    ambient-execute-plan ends
    EXIT CODE: 0
    
    ====================
[2025-11-25T11:42:16Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2025-11-25T11:42:18Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2025-11-25T11:42:18Z DEBUG ambient_ci::run] remove old cache
[2025-11-25T11:42:20Z DEBUG ambient_ci::run] extract cache
[2025-11-25T11:42:29Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-11-25T11:42:29Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-11-25T11:42:29Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/meta.yaml
[2025-11-25T11:42:30Z INFO  ambient] ambient ends successfully

Ambient stderr

<empty log>