Radicle repository id rad:zwTxygwuz5LDGBq255RA2CbNGrz8
[2J[01;01H[=3h[2J[01;01H[2J[01;01H[=3h[2J[01;01HBdsDxe: 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)
[0m[30m[47mWelcome to GRUB!
[0m[37m[40m[0m[30m[40m[2J[01;01H[0m[37m[40mINFO: Block devices
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sr0 11:0 1 370K 0 rom
vda 254:0 0 100G 0 disk
├─vda1 254:1 0 953M 0 part
└─vda2 254:2 0 99.1G 0 part /
vdb 254:16 0 6.1M 1 disk
vdc 254:32 0 10.3M 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 883.8M 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2026-01-12 12:07 ./
-rw-r--r-- _rad/_rad 1760 2026-01-12 12:07 ./plan.yaml
-rwxr-xr-x _rad/_rad 6394112 2026-01-12 12:07 ./run-ci
INFO: Extracted files:
5636106 4 drwxr-xr-x 2 1000 1000 4096 Jan 12 12:07 .
5636110 6248 -rwxr-xr-x 1 1000 1000 6394112 Jan 12 12:07 ./run-ci
5636109 4 -rw-r--r-- 1 1000 1000 1760 Jan 12 12:07 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2026-01-12T12:09:12Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-12T12:09:12Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-12T12:09:12Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-12T12:09:12Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-12T12:09:12Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /workspace
- action: mkdir
pathname: /workspace/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /workspace/src
- action: tar_extract
archive: /dev/vdf
directory: /workspace/deps
- action: tar_extract
archive: /dev/vde
directory: /workspace/cache
- action: cargo_clippy
- action: shell
shell: |
export CARGO_TARGET_DIR=/workspace/cache
export CARGO_HOME=/workspace/deps
export HOME=/root
export PATH="/root/.cargo/bin:/root/.radicle/bin:$PATH"
# Check that `rad` is there.
rad --help >/dev/null || (echo rad is not there; exit 1)
cargo doc --workspace --no-deps
# FIXME: We can't run upgrade tests from older versions because
# Ambient only fetches dependencies for the current version.
# Thus, we can't build the old versions. This is an Ambient
# problem that we can't fix here. So we skip the upgrade tests.
export RAD_PASSPHRAE=secret
rad auth --alias ambient
env
cargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2
subplot docgen ci-broker.subplot -o doc/ci-broker.html
subplot docgen doc/userguide.subplot -o doc/userguide.html
make -C doc
cp doc/*.html /workspace/artifacts/.
- action: custom
name: dch
args:
debfullname: Lars Wirzenius
debemail: liw@liw.fi
- action: deb
- action: tar_create
archive: /dev/vde
directory: /workspace/cache
- action: tar_create
archive: /dev/vdd
directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts
[2026-01-12T12:09:12Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2026-01-12T12:09:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2026-01-12T12:09:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:09:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:09:12Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2026-01-12T12:09:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2026-01-12T12:09:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:09:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:09:12Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2026-01-12T12:09:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2026-01-12T12:09:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:09:12Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2026-01-12T12:09:12Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-12T12:09:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:09:12Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2026-01-12T12:09:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2026-01-12T12:09:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:09:12Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2026-01-12T12:09:22Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-12T12:09:22Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:09:23Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2026-01-12T12:09:23Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2026-01-12T12:09:23Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:09:23Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2026-01-12T12:11:24Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-12T12:11:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:11:24Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2026-01-12T12:11:24Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2026-01-12T12:11:24Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/workspace/src (exists? true)
Compiling radicle-ci-broker v0.24.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.70s
[2026-01-12T12:11:31Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:11:31Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\n\n# Check that `rad` is there.\nrad --help >/dev/null || (echo rad is not there; exit 1)\n\ncargo doc --workspace --no-deps\n\n# FIXME: We can't run upgrade tests from older versions because\n# Ambient only fetches dependencies for the current version.\n# Thus, we can't build the old versions. This is an Ambient\n# problem that we can't fix here. So we skip the upgrade tests.\nexport RAD_PASSPHRAE=secret\nrad auth --alias ambient\nenv\ncargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2\n\nsubplot docgen ci-broker.subplot -o doc/ci-broker.html\nsubplot docgen doc/userguide.subplot -o doc/userguide.html\nmake -C doc\ncp doc/*.html /workspace/artifacts/.\n",
},
)
[2026-01-12T12:11:31Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\n\n# Check that `rad` is there.\nrad --help >/dev/null || (echo rad is not there; exit 1)\n\ncargo doc --workspace --no-deps\n\n# FIXME: We can't run upgrade tests from older versions because\n# Ambient only fetches dependencies for the current version.\n# Thus, we can't build the old versions. This is an Ambient\n# problem that we can't fix here. So we skip the upgrade tests.\nexport RAD_PASSPHRAE=secret\nrad auth --alias ambient\nenv\ncargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2\n\nsubplot docgen ci-broker.subplot -o doc/ci-broker.html\nsubplot docgen doc/userguide.subplot -o doc/userguide.html\nmake -C doc\ncp doc/*.html /workspace/artifacts/.\n",
},
)
[2026-01-12T12:11:31Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\n\n# Check that `rad` is there.\nrad --help >/dev/null || (echo rad is not there; exit 1)\n\ncargo doc --workspace --no-deps\n\n# FIXME: We can't run upgrade tests from older versions because\n# Ambient only fetches dependencies for the current version.\n# Thus, we can't build the old versions. This is an Ambient\n# problem that we can't fix here. So we skip the upgrade tests.\nexport RAD_PASSPHRAE=secret\nrad auth --alias ambient\nenv\ncargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2\n\nsubplot docgen ci-broker.subplot -o doc/ci-broker.html\nsubplot docgen doc/userguide.subplot -o doc/userguide.html\nmake -C doc\ncp doc/*.html /workspace/artifacts/.\n\n"]
cwd=/workspace/src (exists? true)
+ export CARGO_TARGET_DIR=/workspace/cache
+ CARGO_TARGET_DIR=/workspace/cache
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export HOME=/root
+ HOME=/root
+ export PATH=/root/.cargo/bin:/root/.radicle/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.radicle/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ rad --help
+ cargo doc --workspace --no-deps
Compiling radicle-ci-broker v0.24.0 (/workspace/src)
Documenting radicle-ci-broker v0.24.0 (/workspace/src)
warning: unresolved link to `RunningProcess`
--> src/adapter.rs:378:44
|
378 | /// Error from [`TimeoutCommand`] or [`RunningProcess`].
| ^^^^^^^^^^^^^^ no item named `RunningProcess` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
= note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
warning: unresolved link to `RunningProcess`
--> src/timeoutcmd.rs:74:24
|
74 | /// output. See also [`RunningProcess`].
| ^^^^^^^^^^^^^^ no item named `RunningProcess` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: `radicle-ci-broker` (lib doc) generated 2 warnings
Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s
Generated /workspace/cache/doc/radicle_ci_broker/index.html and 4 other files
+ export RAD_PASSPHRAE=secret
+ RAD_PASSPHRAE=secret
+ rad auth --alias ambient
Initializing your radicle 👾 identity
⠁ Creating your Ed25519 keypair...
[2K◢ Creating your Ed25519 keypair...
[2K◣ Creating your Ed25519 keypair...
[2K◣ Creating your Ed25519 keypair...
[2K◤ Creating your Ed25519 keypair...
[2K◤ Creating your Ed25519 keypair...
[2K◢ Creating your Ed25519 keypair...
[2K◢ Creating your Ed25519 keypair...
[2K◣ Creating your Ed25519 keypair...
[2K◣ Creating your Ed25519 keypair...
[2K◤ Creating your Ed25519 keypair...
[2K✓ Creating your Ed25519 keypair...
✓ Your Radicle DID is did:key:z6MkrnhfKTtH4XMLZ4CQUiXPfy6WDJuFdC7gB8DkvcvZeSJi. This identifies your device. Run `rad self` to show it at all times.
✓ You're all set.
To create a Radicle repository, run `rad init` from a Git repository with at least one commit.
To clone a repository, run `rad clone <rid>`. For example, `rad clone rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5` clones the Radicle 'heartwood' repository.
To get a list of all commands, run `rad`.
+ env
CARGO_TARGET_DIR=/workspace/cache
PWD=/workspace/src
SYSTEMD_EXEC_PID=317
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
INVOCATION_ID=3b2c4afdc68b457f83a0e76c8966da12
RAD_PASSPHRAE=secret
SHLVL=2
JOURNAL_STREAM=8:14737
PATH=/root/.cargo/bin:/root/.radicle/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
OLDPWD=/
_=/usr/bin/env
+ cargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2
Compiling radicle-ci-broker v0.24.0 (/workspace/src)
Finished `test` profile [unoptimized + debuginfo] target(s) in 7.04s
Running unittests src/lib.rs (/workspace/cache/debug/deps/radicle_ci_broker-b6ab12509e087945)
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 ci_event::test::branch_deleted ... ok
test ci_event::test::branch_updated ... ok
test ci_event::test::nothing_updated ... ok
test ci_event::test::patch_created ... ok
test ci_event::test::patch_updated ... ok
test ci_event::test::skipped ... ok
test ci_event::test_parsed_ref::branch ... ok
test ci_event::test_parsed_ref::patch ... ok
test ci_event::test_parsed_ref::tag ... ok
test config::test::parse_config_yaml ... ok
test config::test::parse_config_yaml_without_max_run_time ... ok
test filter::test::allows_all_for_default_repository ... ok
test filter::test::allows_all_for_main_branch ... ok
test filter::test::allows_all_for_right_node ... ok
test 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 broker::test::executes_adapter ... 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 timeoutcmd::tests::bin_false ... ok
test msg::trigger_from_ci_event_tests::trigger_push_from_branch_updated ... 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::pipe_through_cat ... ok
test timeoutcmd::tests::kill_stderr ... 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 9.60s
Running unittests src/bin/cib.rs (/workspace/cache/debug/deps/cib-76c8aed3d305eb68)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/bin/cibtool.rs (/workspace/cache/debug/deps/cibtool-ca60d6a11585f52b)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/bin/default_branch.rs (/workspace/cache/debug/deps/default_branch-8eec1c59936eb3f7)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/bin/synthetic-events.rs (/workspace/cache/debug/deps/synthetic_events-c0cf292476d8420f)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running tests/subplot.rs (/workspace/cache/debug/deps/subplot-20cce939691733ad)
running 73 tests
test adapter_with_url_runs_successfully ... ok
test add_information_about_run_that_s_finished_in_failure_to_database ... ok
test adapter_can_provide_url_for_info_on_run ... ok
test add_information_about_run_that_s_finished_successfully_to_database ... ok
test add_information_about_run_that_s_running_to_database ... ok
test allows_setting_minimum_log_level ... ok
test add_information_about_triggered_run_to_database ... ok
test can_add_a_branch_creation_event_to_queue ... ok
test can_add_a_branch_deletion_event_to_queue ... ok
test can_add_a_branch_update_event_to_queue ... ok
test can_add_a_patch_creation_event_to_queue ... ok
test can_add_a_patch_update_event_to_queue ... ok
test can_add_shutdown_event_to_queue ... ok
test can_output_trigger_message_for_a_ci_run ... ok
test can_remove_all_queued_events ... ok
test can_trigger_a_ci_run ... ok
test convert_recorded_node_events_into_ci_events ... ok
test can_shut_down_cleanly ... ok
test count_in_a_single_process has been running for over 60 seconds
test count_in_concurrent_processes has been running for over 60 seconds
test count_in_a_single_process ... ok
test create_a_repository ... ok
test don_t_insert_event_for_non_existent_repository ... ok
test dummy_adapter_runs_successfully ... ok
test event_synthesizer_terminates_after_first_connection ... ok
test events_can_be_queued_and_removed_from_queue ... ok
test extract_cib_log_from_journald_and_pretty_print ... ok
test count_in_concurrent_processes ... ok
test fails_run_if_building_trigger_fails__but_does_not_crash ... ok
test filter_predicate_allow ... ok
test filter_predicate_and ... ok
test filter_predicate_anydelegate ... ok
test filter_predicate_branch ... ok
test filter_predicate_branchcreated ... ok
test filter_predicate_branchdeleted ... ok
test filter_predicate_branchupdated ... ok
test filter_predicate_deny ... ok
test filter_predicate_defaultbranch ... ok
test filter_predicate_hasfile ... ok
test filter_predicate_not ... ok
test filter_predicate_node ... ok
test filter_predicate_repository ... ok
test filter_predicate_tag ... ok
test filter_predicate_or ... ok
test filter_recorded_ci_events ... ok
test gives_helpful_error_message_if_it_doesn_t_understand_its_configuration_file ... ok
test gives_helpful_error_message_if_node_socket_can_t_be_found ... ok
test handles_adapter_failing_on_a_failed_run ... ok
test handles_adapter_failing_on_a_successful_run ... ok
test insert_events_into_queue ... ok
test logs_adapter_stderr_output ... ok
test logs_start_and_successful_end ... ok
test logs_termination_due_to_error ... ok
test process_queued_events ... ok
test processes_empty_event_queue_successfully ... ok
test produces_a_json_status_file ... ok
test produces_a_report_page_upon_request ... ok
test queue_a_node_event_for_processing ... ok
test record_node_events ... ok
test refuses_config_with_an_unknown_field ... ok
test remove_information_about_a_run_from_the_database ... ok
test reports_it_version ... ok
test runs_adapter_on_each_type_of_event ... ok
test runs_adapter_with_configuration ... ok
test runs_adapter_without_a_report_directory ... ok
test runs_adapters_for_all_matching_triggers ... ok
test set_up_a_node ... ok
test shows_adapter_specification ... ok
test shows_json_config_as_json ... ok
test insert_many_events_into_queue ... ok
test shows_yaml_config_as_json ... ok
test stops_if_the_node_connection_breaks ... ok
test update_and_show_information_about_run_to_running ... ok
test we_can_run_rad ... ok
test smoke_test__runs_adapter ... ok
test result: ok. 73 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 209.14s
Doc-tests radicle_ci_broker
running 2 tests
test src/msg.rs - msg::RunId (line 49) ... ok
test src/timeoutcmd.rs - timeoutcmd (line 21) ... ok
test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
all doctests ran in 0.69s; merged doctests compilation took 0.67s
+ subplot docgen ci-broker.subplot -o doc/ci-broker.html
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
+ subplot docgen doc/userguide.subplot -o doc/userguide.html
[32m INFO[0m Starting Subplot
[32m INFO[0m 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.
[32m INFO[0m Starting Subplot
[32m INFO[0m 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/.
[2026-01-12T12:15:28Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:15:28Z DEBUG ambient_ci::plan] RUN: Action Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2026-01-12T12:15:28Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2026-01-12T12:15:28Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
custom: source=/workspace/src
custom: exe=".ambient/dch" exists=false
+ export 'DEBEMAIL="liw@liw.fi"'
+ DEBEMAIL='"liw@liw.fi"'
+ export 'DEBFULLNAME="Lars Wirzenius"'
+ DEBFULLNAME='"Lars Wirzenius"'
+ export CARGO_TARGET_DIR=/workspace/cache
+ CARGO_TARGET_DIR=/workspace/cache
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export HOME=/root
+ HOME=/root
+ export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ git reset --hard
HEAD is now at b6efecdd chore: update .ambient/dch
+ git clean -fdx
Removing doc/adapter-impl.html
Removing doc/architecture.html
Removing doc/ci-broker.html
Removing doc/filter-impl.html
Removing doc/messages.md
Removing doc/overview.html
Removing doc/userguide.html
++ dpkg-parsechangelog -SVersion
++ sed 's/-[^-]*$//'
+ V=0.24.0
++ date -u +%Y%m%dT%H%M%S
+ T=20260112T121528
+ version=0.24.0.ci20260112T121528-1
+ dch -v 0.24.0.ci20260112T121528-1 'CI build under Ambient.'
+ dch -r ''
custom action "dch" exit code Some(0)
[2026-01-12T12:15:28Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:15:28Z DEBUG ambient_ci::plan] RUN: Action Deb(
Deb,
)
[2026-01-12T12:15:28Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
Deb,
)
[2026-01-12T12:15:28Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["/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=317
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=3b2c4afdc68b457f83a0e76c8966da12
SHLVL=2
JOURNAL_STREAM=8:14737
PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
OLDPWD=/
_=/bin/env
+ command -v cargo
/root/.cargo/bin/cargo
+ command -v rustc
/root/.cargo/bin/rustc
+ cargo --version
cargo 1.92.0 (344c4567c 2025-10-21)
+ rustc --version
rustc 1.92.0 (ded5c06cf 2025-12-08)
++ dpkg-parsechangelog -SSource
+ name=radicle-ci-broker
++ dpkg-parsechangelog -SVersion
+ version=0.24.0.ci20260112T121528-1
++ echo 0.24.0.ci20260112T121528-1
++ sed 's/-[^-]*$//'
+ uv=0.24.0.ci20260112T121528
++ dpkg --print-architecture
+ arch=amd64
+ orig=../radicle-ci-broker_0.24.0.ci20260112T121528.orig.tar.xz
+ deb=../radicle-ci-broker_0.24.0.ci20260112T121528-1_amd64.deb
+ changes=../radicle-ci-broker_0.24.0.ci20260112T121528-1_amd64.changes
+ xz
+ git archive HEAD
+ dpkg-buildpackage -us -uc
[1mdpkg-buildpackage: [0m[32minfo[0m: source package radicle-ci-broker
[1mdpkg-buildpackage: [0m[32minfo[0m: source version 0.24.0.ci20260112T121528-1
[1mdpkg-buildpackage: [0m[32minfo[0m: source distribution unstable
[1mdpkg-buildpackage: [0m[32minfo[0m: source changed by "Lars Wirzenius" <"liw@liw.fi">
[1mdpkg-buildpackage: [0m[32minfo[0m: host architecture amd64
[1;35m dpkg-source --before-build .
[0m[1;35m debian/rules clean
[0mdh clean
dh_auto_clean
dh_clean
[1;35m dpkg-source -b .
[0m[1mdpkg-source: [0m[32minfo[0m: using source format '3.0 (quilt)'
[1mdpkg-source: [0m[32minfo[0m: building radicle-ci-broker using existing ./radicle-ci-broker_0.24.0.ci20260112T121528.orig.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building radicle-ci-broker in radicle-ci-broker_0.24.0.ci20260112T121528-1.debian.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building radicle-ci-broker in radicle-ci-broker_0.24.0.ci20260112T121528-1.dsc
[1;35m debian/rules build
[0mdh 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
[1;35m debian/rules binary
[0mdh binary
dh_testroot
dh_prep
debian/rules override_dh_auto_install
make[1]: Entering directory '/workspace/src'
cargo install --offline --locked --path=. --root=debian/radicle-ci-broker/usr --bin cib --bin cibtool
Installing radicle-ci-broker v0.24.0 (/workspace/src)
Compiling radicle-ci-broker v0.24.0 (/workspace/src)
Finished `release` profile [optimized + debuginfo] target(s) in 49.67s
Installing debian/radicle-ci-broker/usr/bin/cib
Installing debian/radicle-ci-broker/usr/bin/cibtool
Installed package `radicle-ci-broker v0.24.0 (/workspace/src)` (executables `cib`, `cibtool`)
warning: be sure to add `debian/radicle-ci-broker/usr/bin` to your PATH to be able to run the installed binaries
find debian -name '.crates*.*' -delete
make[1]: Leaving directory '/workspace/src'
dh_installdocs
dh_installchangelogs
dh_installman
dh_lintian
dh_perl
dh_link
dh_strip_nondeterminism
dh_compress
dh_fixperms
dh_missing
dh_strip
dh_makeshlibs
dh_shlibdeps
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
[1mdpkg-deb:[0m building package 'radicle-ci-broker-dbgsym' in '../radicle-ci-broker-dbgsym_0.24.0.ci20260112T121528-1_amd64.deb'.
[1mdpkg-deb:[0m building package 'radicle-ci-broker' in '../radicle-ci-broker_0.24.0.ci20260112T121528-1_amd64.deb'.
[1;35m dpkg-genbuildinfo -O../radicle-ci-broker_0.24.0.ci20260112T121528-1_amd64.buildinfo
[0m[1;35m dpkg-genchanges -O../radicle-ci-broker_0.24.0.ci20260112T121528-1_amd64.changes
[0m[1mdpkg-genchanges: [0m[32minfo[0m: including full source code in upload
[1;35m dpkg-source --after-build .
[0m[1mdpkg-buildpackage: [0m[32minfo[0m: full upload (original source is included)
+ ls -l ..
total 85636
drwxr-xr-x 2 root root 4096 Jan 12 12:15 artifacts
drwxr-xr-x 6 root root 4096 Nov 17 13:58 cache
drwxr-xr-x 3 root root 4096 Jan 12 12:15 deps
-rw-r--r-- 1 root root 80735260 Jan 12 12:16 radicle-ci-broker-dbgsym_0.24.0.ci20260112T121528-1_amd64.deb
-rw-r--r-- 1 root root 2356 Jan 12 12:15 radicle-ci-broker_0.24.0.ci20260112T121528-1.debian.tar.xz
-rw-r--r-- 1 root root 1078 Jan 12 12:15 radicle-ci-broker_0.24.0.ci20260112T121528-1.dsc
-rw-r--r-- 1 root root 6367 Jan 12 12:16 radicle-ci-broker_0.24.0.ci20260112T121528-1_amd64.buildinfo
-rw-r--r-- 1 root root 2640 Jan 12 12:16 radicle-ci-broker_0.24.0.ci20260112T121528-1_amd64.changes
-rw-r--r-- 1 root root 6389408 Jan 12 12:16 radicle-ci-broker_0.24.0.ci20260112T121528-1_amd64.deb
-rw-r--r-- 1 root root 527740 Jan 12 12:15 radicle-ci-broker_0.24.0.ci20260112T121528.orig.tar.xz
drwxr-xr-x 10 root root 4096 Jan 12 12:15 src
+ for x in ../*.deb
+ dpkg -c ../radicle-ci-broker-dbgsym_0.24.0.ci20260112T121528-1_amd64.deb
drwxr-xr-x root/root 0 2026-01-12 12:15 ./
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/lib/
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/lib/debug/
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/lib/debug/.build-id/02/
-rw-r--r-- root/root 40981256 2026-01-12 12:15 ./usr/lib/debug/.build-id/02/8ae35d7a911c0cd8278981c616a1eccd0a31db.debug
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/lib/debug/.build-id/6d/
-rw-r--r-- root/root 44519520 2026-01-12 12:15 ./usr/lib/debug/.build-id/6d/26b0b7fb15263a47c3475bf5edcc2878123cba.debug
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/share/
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/share/doc/
lrwxrwxrwx root/root 0 2026-01-12 12:15 ./usr/share/doc/radicle-ci-broker-dbgsym -> radicle-ci-broker
+ for x in ../*.deb
+ dpkg -c ../radicle-ci-broker_0.24.0.ci20260112T121528-1_amd64.deb
drwxr-xr-x root/root 0 2026-01-12 12:15 ./
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/bin/
-rwxr-xr-x root/root 10448040 2026-01-12 12:15 ./usr/bin/cib
-rwxr-xr-x root/root 11937080 2026-01-12 12:15 ./usr/bin/cibtool
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/share/
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/share/doc/
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/share/doc/radicle-ci-broker/
-rw-r--r-- root/root 691 2026-01-12 12:15 ./usr/share/doc/radicle-ci-broker/changelog.Debian.gz
-rw-r--r-- root/root 396 2026-01-12 12:15 ./usr/share/doc/radicle-ci-broker/copyright
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/share/lintian/
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/share/lintian/overrides/
-rw-r--r-- root/root 120 2026-01-12 12:15 ./usr/share/lintian/overrides/radicle-ci-broker
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/share/man/
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/share/man/man1/
-rw-r--r-- root/root 298 2026-01-12 12:15 ./usr/share/man/man1/cib.1.gz
-rw-r--r-- root/root 277 2026-01-12 12:15 ./usr/share/man/man1/cibtool.1.gz
+ mv ../radicle-ci-broker-dbgsym_0.24.0.ci20260112T121528-1_amd64.deb ../radicle-ci-broker_0.24.0.ci20260112T121528-1.debian.tar.xz ../radicle-ci-broker_0.24.0.ci20260112T121528-1.dsc ../radicle-ci-broker_0.24.0.ci20260112T121528-1_amd64.buildinfo ../radicle-ci-broker_0.24.0.ci20260112T121528-1_amd64.changes ../radicle-ci-broker_0.24.0.ci20260112T121528-1_amd64.deb ../radicle-ci-broker_0.24.0.ci20260112T121528.orig.tar.xz /workspace/artifacts
[2026-01-12T12:16:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:16:53Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2026-01-12T12:16:53Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2026-01-12T12:16:53Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:16:53Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2026-01-12T12:16:53Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-01-12T12:16:53Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-01-12T12:16:53Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2026-01-12T12:16:53Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2026-01-12T12:16:53Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-12T12:17:37Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-01-12T12:17:37Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:17:37Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2026-01-12T12:17:37Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2026-01-12T12:17:37Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:17:37Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2026-01-12T12:17:37Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-01-12T12:17:37Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-01-12T12:17:37Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2026-01-12T12:17:37Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2026-01-12T12:17:37Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-12T12:17:38Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-01-12T12:17:38Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:17:38Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
{
"request": "trigger",
"version": 1,
"event_type": "push",
"repository": {
"id": "rad:zwTxygwuz5LDGBq255RA2CbNGrz8",
"name": "radicle-ci-broker",
"description": "Radicle CI broker",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"did:key:z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT"
]
},
"pusher": {
"id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
"alias": "callisto.liw.fi"
},
"before": "b6efecdd720e6cf9a3c4769c794bdc544f31cc85",
"after": "b6efecdd720e6cf9a3c4769c794bdc544f31cc85",
"branch": "main",
"commits": [
"b6efecdd720e6cf9a3c4769c794bdc544f31cc85"
]
}[2026-01-12T12:07:44Z INFO ambient] ambient starts
[2026-01-12T12:07:44Z 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`
[2026-01-12T12:07:44Z 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",
},
}
[2026-01-12T12:07:44Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/meta.yaml
[2026-01-12T12:07:44Z DEBUG ambient_ci::run] latest commit: "b6efecdd720e6cf9a3c4769c794bdc544f31cc85"
[2026-01-12T12:07:44Z DEBUG ambient_ci::run] is a git repository
[2026-01-12T12:07:44Z DEBUG ambient_ci::run] git repository is clean
[2026-01-12T12:07:44Z DEBUG ambient_ci::run] current (HEAD) commit: b6efecdd720e6cf9a3c4769c794bdc544f31cc85
[2026-01-12T12:07:44Z DEBUG ambient_ci::run] no dry run requested
[2026-01-12T12:07:44Z DEBUG ambient_ci::run] forced run requested
[2026-01-12T12:07:44Z DEBUG ambient_ci::run] run? true
[2026-01-12T12:07:44Z INFO ambient_ci::run] project rad:zwTxygwuz5LDGBq255RA2CbNGrz8: running CI
[2026-01-12T12:07:44Z DEBUG ambient_ci::run] Executing pre-plan steps
[2026-01-12T12:07:44Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
CargoFetch,
)
[2026-01-12T12:07:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
CargoFetch,
)
[2026-01-12T12:07:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/cache",
"CARGO_HOME": "/home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/dependencies",
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
},
source_dir: "/tmp/.tmp2Q3PWG/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/.tmp2Q3PWG/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmp2Q3PWG/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmp2Q3PWG/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: /tmp/.tmp2Q3PWG/src => /tmp/.tmpctlPqE
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/tests wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/tests/subplot.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/tests/subplot.rs => /tmp/.tmpctlPqE/tests/subplot.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/test2.yaml wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/test.yaml wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/worker.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/worker.rs => /tmp/.tmpctlPqE/src/worker.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/util.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/util.rs => /tmp/.tmpctlPqE/src/util.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/timeoutcmd.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/timeoutcmd.rs => /tmp/.tmpctlPqE/src/timeoutcmd.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/test.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/test.rs => /tmp/.tmpctlPqE/src/test.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/subplot.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/subplot.rs => /tmp/.tmpctlPqE/src/subplot.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/sensitive.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/sensitive.rs => /tmp/.tmpctlPqE/src/sensitive.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/run.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/run.rs => /tmp/.tmpctlPqE/src/run.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/refs.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/refs.rs => /tmp/.tmpctlPqE/src/refs.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/radicle-ci.css wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/queueproc.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/queueproc.rs => /tmp/.tmpctlPqE/src/queueproc.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/queueadd.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/queueadd.rs => /tmp/.tmpctlPqE/src/queueadd.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/pages.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/pages.rs => /tmp/.tmpctlPqE/src/pages.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/notif.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/notif.rs => /tmp/.tmpctlPqE/src/notif.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/node_event_source.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/node_event_source.rs => /tmp/.tmpctlPqE/src/node_event_source.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/msg.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/msg.rs => /tmp/.tmpctlPqE/src/msg.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/logger.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/logger.rs => /tmp/.tmpctlPqE/src/logger.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/lib.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/lib.rs => /tmp/.tmpctlPqE/src/lib.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/filter wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/filter/arbitrary.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/filter/arbitrary.rs => /tmp/.tmpctlPqE/src/filter/arbitrary.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/filter.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/filter.rs => /tmp/.tmpctlPqE/src/filter.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/ergo.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/ergo.rs => /tmp/.tmpctlPqE/src/ergo.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/db.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/db.rs => /tmp/.tmpctlPqE/src/db.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/config.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/config.rs => /tmp/.tmpctlPqE/src/config.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/cob.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/cob.rs => /tmp/.tmpctlPqE/src/cob.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/ci_event_source.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/ci_event_source.rs => /tmp/.tmpctlPqE/src/ci_event_source.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/ci_event.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/ci_event.rs => /tmp/.tmpctlPqE/src/ci_event.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/broker.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/broker.rs => /tmp/.tmpctlPqE/src/broker.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/bin wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/bin/synthetic-events.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/bin/synthetic-events.rs => /tmp/.tmpctlPqE/src/bin/synthetic-events.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/bin/default_branch.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/bin/default_branch.rs => /tmp/.tmpctlPqE/src/bin/default_branch.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/bin/cibtoolcmd wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/bin/cibtoolcmd/trigger.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/bin/cibtoolcmd/trigger.rs => /tmp/.tmpctlPqE/src/bin/cibtoolcmd/trigger.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/bin/cibtoolcmd/timeout.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/bin/cibtoolcmd/timeout.rs => /tmp/.tmpctlPqE/src/bin/cibtoolcmd/timeout.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/bin/cibtoolcmd/run.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/bin/cibtoolcmd/run.rs => /tmp/.tmpctlPqE/src/bin/cibtoolcmd/run.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/bin/cibtoolcmd/report.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/bin/cibtoolcmd/report.rs => /tmp/.tmpctlPqE/src/bin/cibtoolcmd/report.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/bin/cibtoolcmd/mod.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/bin/cibtoolcmd/mod.rs => /tmp/.tmpctlPqE/src/bin/cibtoolcmd/mod.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/bin/cibtoolcmd/message.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/bin/cibtoolcmd/message.rs => /tmp/.tmpctlPqE/src/bin/cibtoolcmd/message.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/bin/cibtoolcmd/log.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/bin/cibtoolcmd/log.rs => /tmp/.tmpctlPqE/src/bin/cibtoolcmd/log.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/bin/cibtoolcmd/event.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/bin/cibtoolcmd/event.rs => /tmp/.tmpctlPqE/src/bin/cibtoolcmd/event.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/bin/cibtoolcmd/counter.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/bin/cibtoolcmd/counter.rs => /tmp/.tmpctlPqE/src/bin/cibtoolcmd/counter.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/bin/cibtoolcmd/cob.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/bin/cibtoolcmd/cob.rs => /tmp/.tmpctlPqE/src/bin/cibtoolcmd/cob.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/bin/cibtool.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/bin/cibtool.rs => /tmp/.tmpctlPqE/src/bin/cibtool.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/bin/cib.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/bin/cib.rs => /tmp/.tmpctlPqE/src/bin/cib.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/src/adapter.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/src/adapter.rs => /tmp/.tmpctlPqE/src/adapter.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/flake.nix wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/flake.lock wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/doc wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/doc/userguide.subplot wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/doc/userguide.md wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/doc/requirements.md wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/doc/overview.md wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/doc/messages.txt wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/doc/messages.sh wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/doc/filter-impl.md wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/doc/architecture.subplot wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/doc/architecture.md wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/doc/adapter-impl.md wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/doc/Makefile wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/debian wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/debian/source wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/debian/source/format wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/debian/rules wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/debian/radicle-ci-broker.manpages wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/debian/lintian-overrides wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/debian/copyright wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/debian/control wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/debian/compat wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/debian/changelog wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/debian/cargo-checksum.json wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/debian/build-deb wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/cibtool.1 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/cib.1 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/ci-broker.yaml wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/ci-broker.subplot wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/ci-broker.md wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/ci-broker.db wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/build.rs wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/build.rs => /tmp/.tmpctlPqE/build.rs
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/RELEASE.md wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/README.md wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/NEWS.md wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/Makefile wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/LICENSE-MIT wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/LICENSE-APACHE wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/Cargo.toml wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/Cargo.toml => /tmp/.tmpctlPqE/Cargo.toml
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/Cargo.lock wanted=true
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp2Q3PWG/src/Cargo.lock => /tmp/.tmpctlPqE/Cargo.lock
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/CONTRIBUTING.md wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.radicle wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.radicle/ambient.yaml wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.gitignore wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.envrc wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.cargo wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.cargo/deny.toml wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.cargo/audit.toml wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.ambient wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.ambient/dch wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/index wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/HEAD wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/config wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/logs wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/logs/HEAD wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/logs/refs wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/logs/refs/heads wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/logs/refs/heads/main wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/logs/refs/remotes wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/logs/refs/remotes/origin wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/packed-refs wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/refs wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/refs/remotes wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/refs/remotes/origin wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/refs/remotes/origin/HEAD wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/refs/tags wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/refs/heads wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/refs/heads/main wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/56 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/56/dfbfac36e4d159ee5533c290107cb83c7f81b0 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/67 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/67/8aa45488649f46f4d2fd62a457c113f94bbdf5 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/e9 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/e9/3c5308f6d8e8270580ca88cf12865ef4e38da2 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/24 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/24/7c706b056b73f68452d87a6e7183cbb188d0fb wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/ff wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/ff/cec7332beab6316aa958ccab4234de7364f3a6 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/5a wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/5a/6c873ae0672945b9ee47f4e7ea159d70b7091c wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/d7 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/d7/387bc8c1e47b0e42bd3ffe546dca181508ea0f wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/8e wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/8e/b19734036c470d94f26c1af8023e89fd5ce287 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/8e/d101afccec288799088970a446407153cd32dd wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/b2 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/b2/78ce2f333c8b4a00f31c6d13e89062621da346 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/c7 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/c7/829b875ef825c379f84166a76382a1f2226a80 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/c7/dd9b71898493b5d1afbee709cdda1eab34d787 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/d2 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/d2/c5e3c9191eaefea9b434c0fdfd6b32a0b6125e wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/ac wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/ac/f95dd8ac0c92b648af2e81896c985f947c60b1 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/ee wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/ee/c904110c8b534b499c90b48c4fd86f6f4939cd wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/ee/d1a164db56820674cdb22208468d7e87a9be46 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/34 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/34/0b7f7c68bc4d4512eab2ed9f65e7674ce15781 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/e4 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/e4/e6924dfe35aaa59155b4b6783a83bc59aedbd6 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/69 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/69/5f53ca2f3c2df844212444fe5c74be994ed94d wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/69/5423199377db450733dd568d1b502e5f7abca7 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/32 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/32/b326da9a463bb6e62880eef106d8336c5c6b95 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/7e wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/7e/a514858b242379b04e2ba018e83ed3143b0285 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/51 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/51/e6c2d33b94a26493023e56e3a37949d10116ea wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/1f wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/1f/bae3918a3fc27d22ee636729384c74961c5ee7 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/02 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/02/3bf928b370f0a6594392f5a2828a1a9a66af2f wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/c8 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/c8/460c8d5648af99ff07b540d7b0215c6b9e4789 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/8a wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/8a/ef47e555c0deea440edb26e39bb4c7d8a1b03b wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/8a/c6f1a8661085e1b41c3acd858df3bd1eb05b39 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/86 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/86/62bc78a21ad7a7dd12bd4f42d4d286d7abea93 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/66 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/66/d296a1c9a25bac7e216bc99eaf8db324676e98 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/97 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/97/25cb8774434214d402413dee987d4b5a9ec18e wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/26 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/26/536e80d74c8f944d7b874ed2f20e9eaaef9492 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/2f wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/2f/23bf6d12f69c43b08641c5b5de333ba011e9b6 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/a9 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/a9/bbf7ebbadc570389192d0cb8164740c2904af8 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/72 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/72/4f03d832e9c9bae44349df81475e722bcb2167 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/7d wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/7d/42673a17f3de72c398c585067f08aeae367095 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/b4 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/b4/1f04bcb5565dd4942c62cffcf39c11538f8ffb wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/99 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/99/46af7979d9b6a6b8047bcd19f252c39b7ff9b4 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/10 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/10/e6b62ec96099a81fdad9d822616533706e30ea wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/10/02e2e54d0ac40a986dae4b357ac433073ab08a wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/c3 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/c3/fb199cbe358aaa455709e42c742a69de530427 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/35 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/35/46211d5180acece884f2b31b42afe3fd69d862 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/35/a0f0e94b4938502014a823ddd58baa686f0726 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/52 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/52/2fb8b41b83390d874c7ef3e23d2caada9ef73b wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/1a wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/1a/0c7fbb2527b345201c6573004d0b54069614a9 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/42 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/42/098c5c72b86f3eff30a68fcd6f5eef19016ee9 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/42/64fbd809d794a07968ff69ef6f057eadd4d674 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/87 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/87/3a33410fa38b309b461197c5d1e969c34d6a88 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/54 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/54/d96196430514ba523e14adad960c397c42fcdb wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/28 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/28/710deb4c7c7b1bbe9ba2453f4812f2f44863ec wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/28/bf7f216bcf427668f3c807d887abaabda9669d wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/12 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/12/05808c4c13b124762c59ae930a0c70cc0ae4fe wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/12/e4a843a188920c30cc1f20f7dd438f392a78b2 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/fa wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/fa/f3fba621bf4640ff6826cb56e6736144b49e77 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/ca wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/ca/a793abca7d1b624f80bdaee37211b7ed47d175 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/4d wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/4d/9717c101f7e9c2bba97e22f082191a4046f893 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/2a wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/2a/153b026a0025bdf4c0c9bcc1d074a8ac928e79 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/01 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/01/1ef816659962fe6645fdcc266d49ede61fd785 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/fe wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/fe/51d366c95b71991be098b56986864888e8092d wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/7f wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/7f/d4239101b424c54ea4c001d42806e44b2d82ae wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/5e wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/5e/2c05b45a920eb6c07aa457417f2d58f76a6f07 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/5c wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/5c/d50bad3f5f60002c89354295948c6b31d4604e wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/5c/dd2b0d80dff4edc53acea4cd8bebfe97266a26 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/1c wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/1c/817621c9fa8c8c3042d17dc87484994334f76f wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/4c wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/4c/22329a03c380bcff11cae6cf3d016a9850a397 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/03 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/03/9a1ada6e56ea16bad84ce6b88b34a804b4a541 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/61 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/61/ea1171c780fd79a3e01936a922e7ddeee2f6a9 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/3b wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/3b/95147e789d411a8bacc21e199a3e5b73bab3e8 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/3e wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/3e/8c29375c236c84f9bd70ecf4f329469d88d377 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/6a wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/6a/9f93e5da8231e15e72e498a0b32d1b578bd8c1 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/53 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/53/eba0150466ca0ef710058724ed42f5bc4fd5b2 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/05 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/05/099478f262a05e63ba63af0a39ad495dc36aa4 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/17 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/17/30205490f8c6ccf06dd8f26fc4a94fa08ef543 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/8b wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/8b/812b7a6e58bcd649dd12ccf9433ee2ab850a69 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/9c wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/9c/2f137efec648fc173eaf9c276fff828c167211 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/09 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/09/97582fa85e52d6877bd10f7eb362e2b7548a8d wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/db wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/db/0266ed000996b3cc971a6817038de79c4f9840 wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/info wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/info/commit-graph wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/info/packs wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-4ec52df74290cc674965a2cdea7eac25c2e9f744.pack wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-1a63e7be6b756dd1856f5f079a5abbf83a25cac5.idx wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-590be283a820bedf97b2d21fe5bd48a55e6b8901.idx wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-f38368142481f513f22217f19debd403ed5cd2a2.idx wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-ef31a357ec8e34171038b5d604978b6ab1bb3c38.idx wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-1a63e7be6b756dd1856f5f079a5abbf83a25cac5.pack wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-24aa38f904632cf17c613a4b9e6609676b18cfe6.idx wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-c91777e673ea480505c8967938ebdb6f63f6ef37.idx wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-c91777e673ea480505c8967938ebdb6f63f6ef37.pack wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-4ec52df74290cc674965a2cdea7eac25c2e9f744.rev wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-4ec52df74290cc674965a2cdea7eac25c2e9f744.bitmap wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-0664017a5465133c97b5fea1db0b627816a2f338.idx wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-c37bf3743255cab6c3ddb4862776a8814835f335.idx wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-a8abdb16e77922bcc8f9d4b015b78ef1cc8df981.pack wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-67e504eb1d47758c8506ce76b6393ac1b938078d.idx wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-a10ee16d79156ae6ae0df568ebfb86fd0b7c807d.pack wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-a71492fcf36488218972d77dedd05b50aa9cd667.idx wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-0664017a5465133c97b5fea1db0b627816a2f338.pack wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-c37bf3743255cab6c3ddb4862776a8814835f335.pack wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-590be283a820bedf97b2d21fe5bd48a55e6b8901.pack wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-bbfa0e19513905456296b768f51954755492da18.pack wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-4ec52df74290cc674965a2cdea7eac25c2e9f744.idx wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-bbfa0e19513905456296b768f51954755492da18.idx wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-67e504eb1d47758c8506ce76b6393ac1b938078d.pack wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-a8abdb16e77922bcc8f9d4b015b78ef1cc8df981.idx wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-5c6afbcbd0d635ad85d742066e1c2f9de8043274.pack wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-a71492fcf36488218972d77dedd05b50aa9cd667.pack wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-a10ee16d79156ae6ae0df568ebfb86fd0b7c807d.idx wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-24aa38f904632cf17c613a4b9e6609676b18cfe6.pack wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-ef31a357ec8e34171038b5d604978b6ab1bb3c38.pack wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-f38368142481f513f22217f19debd403ed5cd2a2.pack wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/objects/pack/pack-5c6afbcbd0d635ad85d742066e1c2f9de8043274.idx wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/branches wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/hooks wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/hooks/update.sample wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/hooks/commit-msg.sample wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/hooks/applypatch-msg.sample wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/hooks/pre-merge-commit.sample wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/hooks/post-update.sample wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/hooks/pre-push.sample wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/hooks/pre-rebase.sample wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/hooks/push-to-checkout.sample wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/hooks/pre-commit.sample wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/hooks/pre-receive.sample wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/hooks/sendemail-validate.sample wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/hooks/pre-applypatch.sample wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/description wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/info wanted=false
[2026-01-12T12:07:44Z DEBUG ambient_ci::util] path=/tmp/.tmp2Q3PWG/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
cwd=/tmp/.tmpctlPqE (exists? true)
[2026-01-12T12:07:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:07:45Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-12T12:07:45Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpKlLcEg/src.tar
[2026-01-12T12:07:45Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpKlLcEg/deps.tar
[2026-01-12T12:07:54Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2026-01-12T12:07:54Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
steps: [
Mkdir(
Mkdir {
pathname: "/workspace",
},
),
Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
),
TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
),
CargoClippy(
CargoClippy,
),
Shell(
Shell {
shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\n\n# Check that `rad` is there.\nrad --help >/dev/null || (echo rad is not there; exit 1)\n\ncargo doc --workspace --no-deps\n\n# FIXME: We can't run upgrade tests from older versions because\n# Ambient only fetches dependencies for the current version.\n# Thus, we can't build the old versions. This is an Ambient\n# problem that we can't fix here. So we skip the upgrade tests.\nexport RAD_PASSPHRAE=secret\nrad auth --alias ambient\nenv\ncargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2\n\nsubplot docgen ci-broker.subplot -o doc/ci-broker.html\nsubplot docgen doc/userguide.subplot -o doc/userguide.html\nmake -C doc\ncp doc/*.html /workspace/artifacts/.\n",
},
),
Custom(
Custom {
name: "dch",
args: {
"debfullname": String("Lars Wirzenius"),
"debemail": String("liw@liw.fi"),
},
},
),
Deb(
Deb,
),
TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
),
TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
),
],
executor_drive: Some(
"/dev/vdb",
),
source_drive: Some(
"/dev/vdc",
),
artifact_drive: Some(
"/dev/vdd",
),
cache_drive: Some(
"/dev/vde",
),
deps_drive: Some(
"/dev/vdf",
),
workspace_dir: Some(
"/workspace",
),
source_dir: Some(
"/workspace/src",
),
deps_dir: Some(
"/workspace/deps",
),
cache_dir: Some(
"/workspace/cache",
),
artifacts_dir: Some(
"/workspace/artifacts",
),
}
[2026-01-12T12:07:54Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2026-01-12T12:07:54Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpKlLcEg/ambient-execute-plan/run-ci
[2026-01-12T12:07:54Z DEBUG ambient_ci::run] copy OK: true
[2026-01-12T12:07:54Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpKlLcEg/executor.tar
[2026-01-12T12:09:04Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log
[2026-01-12T12:09:04Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8, exists? true
[2026-01-12T12:09:04Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log
[2026-01-12T12:09:04Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log OK
[2026-01-12T12:09:04Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2026-01-12T12:09:04Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2026-01-12T12:09:04Z 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"
[2026-01-12T12:09:04Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2026-01-12T12:09:04Z 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",
],
}
[2026-01-12T12:09:04Z DEBUG ambient_ci::qemu] run QEMU
[2026-01-12T12:09:04Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2026-01-12T12:09:04Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpDgFoLm/.tmpGHADsa/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2026-01-12T12:09:04Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2026-01-12T12:09:04Z 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",
],
}
[2026-01-12T12:09:04Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpB0BUrw/meta-data
[2026-01-12T12:09:04Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpB0BUrw/user-data
[2026-01-12T12:09:04Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpDgFoLm/.tmpGHADsa/console.log
[2026-01-12T12:09:04Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpDgFoLm/.tmpGHADsa/console.log
[2026-01-12T12:09:04Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log
[2026-01-12T12:09:04Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log
[2026-01-12T12:09:04Z 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/.tmpDgFoLm/.tmpGHADsa/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/.tmpDgFoLm/.tmpGHADsa/vars.fd",
"-drive",
"format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpDgFoLm/.tmpGHADsa/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpKlLcEg/executor.tar,readonly=on",
"-cdrom",
"/home/_rad/tmp/.tmpDgFoLm/.tmpGHADsa/cloud_init.iso",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpKlLcEg/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpKlLcEg/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpKlLcEg/cache.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpKlLcEg/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2026-01-12T12:17:43Z DEBUG ambient_ci::qemu] QEMU finished OK
[2026-01-12T12:17:43Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2026-01-12T12:09:12Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-12T12:09:12Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-12T12:09:12Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-12T12:09:12Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-12T12:09:12Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /workspace
- action: mkdir
pathname: /workspace/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /workspace/src
- action: tar_extract
archive: /dev/vdf
directory: /workspace/deps
- action: tar_extract
archive: /dev/vde
directory: /workspace/cache
- action: cargo_clippy
- action: shell
shell: |
export CARGO_TARGET_DIR=/workspace/cache
export CARGO_HOME=/workspace/deps
export HOME=/root
export PATH="/root/.cargo/bin:/root/.radicle/bin:$PATH"
# Check that `rad` is there.
rad --help >/dev/null || (echo rad is not there; exit 1)
cargo doc --workspace --no-deps
# FIXME: We can't run upgrade tests from older versions because
# Ambient only fetches dependencies for the current version.
# Thus, we can't build the old versions. This is an Ambient
# problem that we can't fix here. So we skip the upgrade tests.
export RAD_PASSPHRAE=secret
rad auth --alias ambient
env
cargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2
subplot docgen ci-broker.subplot -o doc/ci-broker.html
subplot docgen doc/userguide.subplot -o doc/userguide.html
make -C doc
cp doc/*.html /workspace/artifacts/.
- action: custom
name: dch
args:
debfullname: Lars Wirzenius
debemail: liw@liw.fi
- action: deb
- action: tar_create
archive: /dev/vde
directory: /workspace/cache
- action: tar_create
archive: /dev/vdd
directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts
[2026-01-12T12:09:12Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2026-01-12T12:09:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2026-01-12T12:09:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:09:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:09:12Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2026-01-12T12:09:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2026-01-12T12:09:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:09:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:09:12Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2026-01-12T12:09:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2026-01-12T12:09:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:09:12Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2026-01-12T12:09:12Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-12T12:09:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:09:12Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2026-01-12T12:09:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2026-01-12T12:09:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:09:12Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2026-01-12T12:09:22Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-12T12:09:22Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:09:23Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2026-01-12T12:09:23Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2026-01-12T12:09:23Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:09:23Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2026-01-12T12:11:24Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-12T12:11:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:11:24Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2026-01-12T12:11:24Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2026-01-12T12:11:24Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/workspace/src (exists? true)
Compiling radicle-ci-broker v0.24.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.70s
[2026-01-12T12:11:31Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:11:31Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\n\n# Check that `rad` is there.\nrad --help >/dev/null || (echo rad is not there; exit 1)\n\ncargo doc --workspace --no-deps\n\n# FIXME: We can't run upgrade tests from older versions because\n# Ambient only fetches dependencies for the current version.\n# Thus, we can't build the old versions. This is an Ambient\n# problem that we can't fix here. So we skip the upgrade tests.\nexport RAD_PASSPHRAE=secret\nrad auth --alias ambient\nenv\ncargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2\n\nsubplot docgen ci-broker.subplot -o doc/ci-broker.html\nsubplot docgen doc/userguide.subplot -o doc/userguide.html\nmake -C doc\ncp doc/*.html /workspace/artifacts/.\n",
},
)
[2026-01-12T12:11:31Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\n\n# Check that `rad` is there.\nrad --help >/dev/null || (echo rad is not there; exit 1)\n\ncargo doc --workspace --no-deps\n\n# FIXME: We can't run upgrade tests from older versions because\n# Ambient only fetches dependencies for the current version.\n# Thus, we can't build the old versions. This is an Ambient\n# problem that we can't fix here. So we skip the upgrade tests.\nexport RAD_PASSPHRAE=secret\nrad auth --alias ambient\nenv\ncargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2\n\nsubplot docgen ci-broker.subplot -o doc/ci-broker.html\nsubplot docgen doc/userguide.subplot -o doc/userguide.html\nmake -C doc\ncp doc/*.html /workspace/artifacts/.\n",
},
)
[2026-01-12T12:11:31Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\n\n# Check that `rad` is there.\nrad --help >/dev/null || (echo rad is not there; exit 1)\n\ncargo doc --workspace --no-deps\n\n# FIXME: We can't run upgrade tests from older versions because\n# Ambient only fetches dependencies for the current version.\n# Thus, we can't build the old versions. This is an Ambient\n# problem that we can't fix here. So we skip the upgrade tests.\nexport RAD_PASSPHRAE=secret\nrad auth --alias ambient\nenv\ncargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2\n\nsubplot docgen ci-broker.subplot -o doc/ci-broker.html\nsubplot docgen doc/userguide.subplot -o doc/userguide.html\nmake -C doc\ncp doc/*.html /workspace/artifacts/.\n\n"]
cwd=/workspace/src (exists? true)
+ export CARGO_TARGET_DIR=/workspace/cache
+ CARGO_TARGET_DIR=/workspace/cache
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export HOME=/root
+ HOME=/root
+ export PATH=/root/.cargo/bin:/root/.radicle/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.radicle/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ rad --help
+ cargo doc --workspace --no-deps
Compiling radicle-ci-broker v0.24.0 (/workspace/src)
Documenting radicle-ci-broker v0.24.0 (/workspace/src)
warning: unresolved link to `RunningProcess`
--> src/adapter.rs:378:44
|
378 | /// Error from [`TimeoutCommand`] or [`RunningProcess`].
| ^^^^^^^^^^^^^^ no item named `RunningProcess` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
= note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
warning: unresolved link to `RunningProcess`
--> src/timeoutcmd.rs:74:24
|
74 | /// output. See also [`RunningProcess`].
| ^^^^^^^^^^^^^^ no item named `RunningProcess` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: `radicle-ci-broker` (lib doc) generated 2 warnings
Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s
Generated /workspace/cache/doc/radicle_ci_broker/index.html and 4 other files
+ export RAD_PASSPHRAE=secret
+ RAD_PASSPHRAE=secret
+ rad auth --alias ambient
Initializing your radicle 👾 identity
⠁ Creating your Ed25519 keypair...
◢ Creating your Ed25519 keypair...
◣ Creating your Ed25519 keypair...
◣ Creating your Ed25519 keypair...
◤ Creating your Ed25519 keypair...
◤ Creating your Ed25519 keypair...
◢ Creating your Ed25519 keypair...
◢ Creating your Ed25519 keypair...
◣ Creating your Ed25519 keypair...
◣ Creating your Ed25519 keypair...
◤ Creating your Ed25519 keypair...
✓ Creating your Ed25519 keypair...
✓ Your Radicle DID is did:key:z6MkrnhfKTtH4XMLZ4CQUiXPfy6WDJuFdC7gB8DkvcvZeSJi. This identifies your device. Run `rad self` to show it at all times.
✓ You're all set.
To create a Radicle repository, run `rad init` from a Git repository with at least one commit.
To clone a repository, run `rad clone <rid>`. For example, `rad clone rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5` clones the Radicle 'heartwood' repository.
To get a list of all commands, run `rad`.
+ env
CARGO_TARGET_DIR=/workspace/cache
PWD=/workspace/src
SYSTEMD_EXEC_PID=317
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
INVOCATION_ID=3b2c4afdc68b457f83a0e76c8966da12
RAD_PASSPHRAE=secret
SHLVL=2
JOURNAL_STREAM=8:14737
PATH=/root/.cargo/bin:/root/.radicle/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
OLDPWD=/
_=/usr/bin/env
+ cargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2
Compiling radicle-ci-broker v0.24.0 (/workspace/src)
Finished `test` profile [unoptimized + debuginfo] target(s) in 7.04s
Running unittests src/lib.rs (/workspace/cache/debug/deps/radicle_ci_broker-b6ab12509e087945)
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 ci_event::test::branch_deleted ... ok
test ci_event::test::branch_updated ... ok
test ci_event::test::nothing_updated ... ok
test ci_event::test::patch_created ... ok
test ci_event::test::patch_updated ... ok
test ci_event::test::skipped ... ok
test ci_event::test_parsed_ref::branch ... ok
test ci_event::test_parsed_ref::patch ... ok
test ci_event::test_parsed_ref::tag ... ok
test config::test::parse_config_yaml ... ok
test config::test::parse_config_yaml_without_max_run_time ... ok
test filter::test::allows_all_for_default_repository ... ok
test filter::test::allows_all_for_main_branch ... ok
test filter::test::allows_all_for_right_node ... ok
test 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 broker::test::executes_adapter ... 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 timeoutcmd::tests::bin_false ... ok
test msg::trigger_from_ci_event_tests::trigger_push_from_branch_updated ... 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::pipe_through_cat ... ok
test timeoutcmd::tests::kill_stderr ... 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 9.60s
Running unittests src/bin/cib.rs (/workspace/cache/debug/deps/cib-76c8aed3d305eb68)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/bin/cibtool.rs (/workspace/cache/debug/deps/cibtool-ca60d6a11585f52b)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/bin/default_branch.rs (/workspace/cache/debug/deps/default_branch-8eec1c59936eb3f7)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/bin/synthetic-events.rs (/workspace/cache/debug/deps/synthetic_events-c0cf292476d8420f)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running tests/subplot.rs (/workspace/cache/debug/deps/subplot-20cce939691733ad)
running 73 tests
test adapter_with_url_runs_successfully ... ok
test add_information_about_run_that_s_finished_in_failure_to_database ... ok
test adapter_can_provide_url_for_info_on_run ... ok
test add_information_about_run_that_s_finished_successfully_to_database ... ok
test add_information_about_run_that_s_running_to_database ... ok
test allows_setting_minimum_log_level ... ok
test add_information_about_triggered_run_to_database ... ok
test can_add_a_branch_creation_event_to_queue ... ok
test can_add_a_branch_deletion_event_to_queue ... ok
test can_add_a_branch_update_event_to_queue ... ok
test can_add_a_patch_creation_event_to_queue ... ok
test can_add_a_patch_update_event_to_queue ... ok
test can_add_shutdown_event_to_queue ... ok
test can_output_trigger_message_for_a_ci_run ... ok
test can_remove_all_queued_events ... ok
test can_trigger_a_ci_run ... ok
test convert_recorded_node_events_into_ci_events ... ok
test can_shut_down_cleanly ... ok
test count_in_a_single_process has been running for over 60 seconds
test count_in_concurrent_processes has been running for over 60 seconds
test count_in_a_single_process ... ok
test create_a_repository ... ok
test don_t_insert_event_for_non_existent_repository ... ok
test dummy_adapter_runs_successfully ... ok
test event_synthesizer_terminates_after_first_connection ... ok
test events_can_be_queued_and_removed_from_queue ... ok
test extract_cib_log_from_journald_and_pretty_print ... ok
test count_in_concurrent_processes ... ok
test fails_run_if_building_trigger_fails__but_does_not_crash ... ok
test filter_predicate_allow ... ok
test filter_predicate_and ... ok
test filter_predicate_anydelegate ... ok
test filter_predicate_branch ... ok
test filter_predicate_branchcreated ... ok
test filter_predicate_branchdeleted ... ok
test filter_predicate_branchupdated ... ok
test filter_predicate_deny ... ok
test filter_predicate_defaultbranch ... ok
test filter_predicate_hasfile ... ok
test filter_predicate_not ... ok
test filter_predicate_node ... ok
test filter_predicate_repository ... ok
test filter_predicate_tag ... ok
test filter_predicate_or ... ok
test filter_recorded_ci_events ... ok
test gives_helpful_error_message_if_it_doesn_t_understand_its_configuration_file ... ok
test gives_helpful_error_message_if_node_socket_can_t_be_found ... ok
test handles_adapter_failing_on_a_failed_run ... ok
test handles_adapter_failing_on_a_successful_run ... ok
test insert_events_into_queue ... ok
test logs_adapter_stderr_output ... ok
test logs_start_and_successful_end ... ok
test logs_termination_due_to_error ... ok
test process_queued_events ... ok
test processes_empty_event_queue_successfully ... ok
test produces_a_json_status_file ... ok
test produces_a_report_page_upon_request ... ok
test queue_a_node_event_for_processing ... ok
test record_node_events ... ok
test refuses_config_with_an_unknown_field ... ok
test remove_information_about_a_run_from_the_database ... ok
test reports_it_version ... ok
test runs_adapter_on_each_type_of_event ... ok
test runs_adapter_with_configuration ... ok
test runs_adapter_without_a_report_directory ... ok
test runs_adapters_for_all_matching_triggers ... ok
test set_up_a_node ... ok
test shows_adapter_specification ... ok
test shows_json_config_as_json ... ok
test insert_many_events_into_queue ... ok
test shows_yaml_config_as_json ... ok
test stops_if_the_node_connection_breaks ... ok
test update_and_show_information_about_run_to_running ... ok
test we_can_run_rad ... ok
test smoke_test__runs_adapter ... ok
test result: ok. 73 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 209.14s
Doc-tests radicle_ci_broker
running 2 tests
test src/msg.rs - msg::RunId (line 49) ... ok
test src/timeoutcmd.rs - timeoutcmd (line 21) ... ok
test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
all doctests ran in 0.69s; merged doctests compilation took 0.67s
+ 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/.
[2026-01-12T12:15:28Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:15:28Z DEBUG ambient_ci::plan] RUN: Action Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2026-01-12T12:15:28Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2026-01-12T12:15:28Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
custom: source=/workspace/src
custom: exe=".ambient/dch" exists=false
+ export 'DEBEMAIL="liw@liw.fi"'
+ DEBEMAIL='"liw@liw.fi"'
+ export 'DEBFULLNAME="Lars Wirzenius"'
+ DEBFULLNAME='"Lars Wirzenius"'
+ export CARGO_TARGET_DIR=/workspace/cache
+ CARGO_TARGET_DIR=/workspace/cache
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export HOME=/root
+ HOME=/root
+ export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ git reset --hard
HEAD is now at b6efecdd chore: update .ambient/dch
+ git clean -fdx
Removing doc/adapter-impl.html
Removing doc/architecture.html
Removing doc/ci-broker.html
Removing doc/filter-impl.html
Removing doc/messages.md
Removing doc/overview.html
Removing doc/userguide.html
++ dpkg-parsechangelog -SVersion
++ sed 's/-[^-]*$//'
+ V=0.24.0
++ date -u +%Y%m%dT%H%M%S
+ T=20260112T121528
+ version=0.24.0.ci20260112T121528-1
+ dch -v 0.24.0.ci20260112T121528-1 'CI build under Ambient.'
+ dch -r ''
custom action "dch" exit code Some(0)
[2026-01-12T12:15:28Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:15:28Z DEBUG ambient_ci::plan] RUN: Action Deb(
Deb,
)
[2026-01-12T12:15:28Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
Deb,
)
[2026-01-12T12:15:28Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["/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=317
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=3b2c4afdc68b457f83a0e76c8966da12
SHLVL=2
JOURNAL_STREAM=8:14737
PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
OLDPWD=/
_=/bin/env
+ command -v cargo
/root/.cargo/bin/cargo
+ command -v rustc
/root/.cargo/bin/rustc
+ cargo --version
cargo 1.92.0 (344c4567c 2025-10-21)
+ rustc --version
rustc 1.92.0 (ded5c06cf 2025-12-08)
++ dpkg-parsechangelog -SSource
+ name=radicle-ci-broker
++ dpkg-parsechangelog -SVersion
+ version=0.24.0.ci20260112T121528-1
++ echo 0.24.0.ci20260112T121528-1
++ sed 's/-[^-]*$//'
+ uv=0.24.0.ci20260112T121528
++ dpkg --print-architecture
+ arch=amd64
+ orig=../radicle-ci-broker_0.24.0.ci20260112T121528.orig.tar.xz
+ deb=../radicle-ci-broker_0.24.0.ci20260112T121528-1_amd64.deb
+ changes=../radicle-ci-broker_0.24.0.ci20260112T121528-1_amd64.changes
+ xz
+ git archive HEAD
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package radicle-ci-broker
dpkg-buildpackage: info: source version 0.24.0.ci20260112T121528-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by "Lars Wirzenius" <"liw@liw.fi">
dpkg-buildpackage: info: host architecture amd64
dpkg-source --before-build .
debian/rules clean
dh clean
dh_auto_clean
dh_clean
dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building radicle-ci-broker using existing ./radicle-ci-broker_0.24.0.ci20260112T121528.orig.tar.xz
dpkg-source: info: building radicle-ci-broker in radicle-ci-broker_0.24.0.ci20260112T121528-1.debian.tar.xz
dpkg-source: info: building radicle-ci-broker in radicle-ci-broker_0.24.0.ci20260112T121528-1.dsc
debian/rules build
dh build
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
debian/rules override_dh_auto_build
make[1]: Entering directory '/workspace/src'
true
make[1]: Leaving directory '/workspace/src'
debian/rules override_dh_auto_test
make[1]: Entering directory '/workspace/src'
echo tests are disabled, for now
tests are disabled, for now
make[1]: Leaving directory '/workspace/src'
create-stamp debian/debhelper-build-stamp
debian/rules binary
dh binary
dh_testroot
dh_prep
debian/rules override_dh_auto_install
make[1]: Entering directory '/workspace/src'
cargo install --offline --locked --path=. --root=debian/radicle-ci-broker/usr --bin cib --bin cibtool
Installing radicle-ci-broker v0.24.0 (/workspace/src)
Compiling radicle-ci-broker v0.24.0 (/workspace/src)
Finished `release` profile [optimized + debuginfo] target(s) in 49.67s
Installing debian/radicle-ci-broker/usr/bin/cib
Installing debian/radicle-ci-broker/usr/bin/cibtool
Installed package `radicle-ci-broker v0.24.0 (/workspace/src)` (executables `cib`, `cibtool`)
warning: be sure to add `debian/radicle-ci-broker/usr/bin` to your PATH to be able to run the installed binaries
find debian -name '.crates*.*' -delete
make[1]: Leaving directory '/workspace/src'
dh_installdocs
dh_installchangelogs
dh_installman
dh_lintian
dh_perl
dh_link
dh_strip_nondeterminism
dh_compress
dh_fixperms
dh_missing
dh_strip
dh_makeshlibs
dh_shlibdeps
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package 'radicle-ci-broker-dbgsym' in '../radicle-ci-broker-dbgsym_0.24.0.ci20260112T121528-1_amd64.deb'.
dpkg-deb: building package 'radicle-ci-broker' in '../radicle-ci-broker_0.24.0.ci20260112T121528-1_amd64.deb'.
dpkg-genbuildinfo -O../radicle-ci-broker_0.24.0.ci20260112T121528-1_amd64.buildinfo
dpkg-genchanges -O../radicle-ci-broker_0.24.0.ci20260112T121528-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 85636
drwxr-xr-x 2 root root 4096 Jan 12 12:15 artifacts
drwxr-xr-x 6 root root 4096 Nov 17 13:58 cache
drwxr-xr-x 3 root root 4096 Jan 12 12:15 deps
-rw-r--r-- 1 root root 80735260 Jan 12 12:16 radicle-ci-broker-dbgsym_0.24.0.ci20260112T121528-1_amd64.deb
-rw-r--r-- 1 root root 2356 Jan 12 12:15 radicle-ci-broker_0.24.0.ci20260112T121528-1.debian.tar.xz
-rw-r--r-- 1 root root 1078 Jan 12 12:15 radicle-ci-broker_0.24.0.ci20260112T121528-1.dsc
-rw-r--r-- 1 root root 6367 Jan 12 12:16 radicle-ci-broker_0.24.0.ci20260112T121528-1_amd64.buildinfo
-rw-r--r-- 1 root root 2640 Jan 12 12:16 radicle-ci-broker_0.24.0.ci20260112T121528-1_amd64.changes
-rw-r--r-- 1 root root 6389408 Jan 12 12:16 radicle-ci-broker_0.24.0.ci20260112T121528-1_amd64.deb
-rw-r--r-- 1 root root 527740 Jan 12 12:15 radicle-ci-broker_0.24.0.ci20260112T121528.orig.tar.xz
drwxr-xr-x 10 root root 4096 Jan 12 12:15 src
+ for x in ../*.deb
+ dpkg -c ../radicle-ci-broker-dbgsym_0.24.0.ci20260112T121528-1_amd64.deb
drwxr-xr-x root/root 0 2026-01-12 12:15 ./
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/lib/
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/lib/debug/
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/lib/debug/.build-id/02/
-rw-r--r-- root/root 40981256 2026-01-12 12:15 ./usr/lib/debug/.build-id/02/8ae35d7a911c0cd8278981c616a1eccd0a31db.debug
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/lib/debug/.build-id/6d/
-rw-r--r-- root/root 44519520 2026-01-12 12:15 ./usr/lib/debug/.build-id/6d/26b0b7fb15263a47c3475bf5edcc2878123cba.debug
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/share/
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/share/doc/
lrwxrwxrwx root/root 0 2026-01-12 12:15 ./usr/share/doc/radicle-ci-broker-dbgsym -> radicle-ci-broker
+ for x in ../*.deb
+ dpkg -c ../radicle-ci-broker_0.24.0.ci20260112T121528-1_amd64.deb
drwxr-xr-x root/root 0 2026-01-12 12:15 ./
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/bin/
-rwxr-xr-x root/root 10448040 2026-01-12 12:15 ./usr/bin/cib
-rwxr-xr-x root/root 11937080 2026-01-12 12:15 ./usr/bin/cibtool
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/share/
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/share/doc/
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/share/doc/radicle-ci-broker/
-rw-r--r-- root/root 691 2026-01-12 12:15 ./usr/share/doc/radicle-ci-broker/changelog.Debian.gz
-rw-r--r-- root/root 396 2026-01-12 12:15 ./usr/share/doc/radicle-ci-broker/copyright
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/share/lintian/
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/share/lintian/overrides/
-rw-r--r-- root/root 120 2026-01-12 12:15 ./usr/share/lintian/overrides/radicle-ci-broker
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/share/man/
drwxr-xr-x root/root 0 2026-01-12 12:15 ./usr/share/man/man1/
-rw-r--r-- root/root 298 2026-01-12 12:15 ./usr/share/man/man1/cib.1.gz
-rw-r--r-- root/root 277 2026-01-12 12:15 ./usr/share/man/man1/cibtool.1.gz
+ mv ../radicle-ci-broker-dbgsym_0.24.0.ci20260112T121528-1_amd64.deb ../radicle-ci-broker_0.24.0.ci20260112T121528-1.debian.tar.xz ../radicle-ci-broker_0.24.0.ci20260112T121528-1.dsc ../radicle-ci-broker_0.24.0.ci20260112T121528-1_amd64.buildinfo ../radicle-ci-broker_0.24.0.ci20260112T121528-1_amd64.changes ../radicle-ci-broker_0.24.0.ci20260112T121528-1_amd64.deb ../radicle-ci-broker_0.24.0.ci20260112T121528.orig.tar.xz /workspace/artifacts
[2026-01-12T12:16:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:16:53Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2026-01-12T12:16:53Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2026-01-12T12:16:53Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:16:53Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2026-01-12T12:16:53Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-01-12T12:16:53Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-01-12T12:16:53Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2026-01-12T12:16:53Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2026-01-12T12:16:53Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-12T12:17:37Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-01-12T12:17:37Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:17:37Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2026-01-12T12:17:37Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2026-01-12T12:17:37Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-12T12:17:37Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2026-01-12T12:17:37Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-01-12T12:17:37Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-01-12T12:17:37Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2026-01-12T12:17:37Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2026-01-12T12:17:37Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-12T12:17:38Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-01-12T12:17:38Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:17:38Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
====================
[2026-01-12T12:17:43Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2026-01-12T12:17:45Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2026-01-12T12:17:45Z DEBUG ambient_ci::run] remove old cache
[2026-01-12T12:17:48Z DEBUG ambient_ci::run] extract cache
[2026-01-12T12:18:03Z DEBUG ambient_ci::run] Executing post-plan steps
[2026-01-12T12:18:03Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-12T12:18:03Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/meta.yaml
[2026-01-12T12:18:06Z INFO ambient] ambient ends successfully
<empty log>