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 372K 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 6M 1 disk
vdc 254:32 0 10.7M 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 872.3M 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2026-01-20 07:31 ./
-rw-r--r-- _rad/_rad 1881 2026-01-20 07:31 ./plan.yaml
-rwxr-xr-x _rad/_rad 6275392 2026-01-20 07:31 ./run-ci
INFO: Extracted files:
393226 4 drwxr-xr-x 2 1000 1000 4096 Jan 20 07:31 .
393230 6132 -rwxr-xr-x 1 1000 1000 6275392 Jan 20 07:31 ./run-ci
393229 4 -rw-r--r-- 1 1000 1000 1881 Jan 20 07:31 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2026-01-20T07:31:12Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T07:31:12Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T07:31:12Z INFO ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T07:31:12Z WARN ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T07:31:12Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T07:31:12Z TRACE ambient_ci::plan] RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /ci
- action: mkdir
pathname: /ci/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /ci/src
- action: tar_extract
archive: /dev/vdf
directory: /ci/deps
- action: tar_extract
archive: /dev/vde
directory: /ci/cache
- action: shell
shell: ln -sf /ci /workspace
- action: shell
shell: git config --global user.name 'Ambient CI'
- action: shell
shell: git config --global user.email ambient@example.com
- 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:
debemail: liw@liw.fi
debfullname: Lars Wirzenius
- action: deb
packages: .
- action: tar_create
archive: /dev/vde
directory: /ci/cache
- action: tar_create
archive: /dev/vdd
directory: /ci/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /ci
source_dir: /ci/src
deps_dir: /ci/deps
cache_dir: /ci/cache
artifacts_dir: /ci/artifacts
[2026-01-20T07:31:12Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-20T07:31:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-20T07:31:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T07:31:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:31:12Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-20T07:31:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-20T07:31:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T07:31:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:31:12Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-20T07:31:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-20T07:31:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T07:31:12Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-01-20T07:31:12Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T07:31:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:31:12Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-20T07:31:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-20T07:31:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T07:31:12Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-01-20T07:31:14Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T07:31:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:31:14Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T07:31:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T07:31:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T07:31:14Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-01-20T07:31:26Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T07:31:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:31:26Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-20T07:31:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-20T07:31:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nln -sf /ci /workspace\n"]
cwd=/ci/src (exists? true)
+ ln -sf /ci /workspace
[2026-01-20T07:31:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:31:26Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-20T07:31:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-20T07:31:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.name 'Ambient CI'\n"]
cwd=/ci/src (exists? true)
+ git config --global user.name 'Ambient CI'
[2026-01-20T07:31:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:31:26Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-20T07:31:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-20T07:31:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.email ambient@example.com\n"]
cwd=/ci/src (exists? true)
+ git config --global user.email ambient@example.com
[2026-01-20T07:31:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:31:26Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2026-01-20T07:31:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2026-01-20T07:31:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/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=/ci/src (exists? true)
Compiling radicle-ci-broker v0.25.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.04s
[2026-01-20T07:31:31Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:31: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-20T07:31: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-20T07:31:31Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["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=/ci/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.25.0 (/ci/src)
Documenting radicle-ci-broker v0.25.0 (/ci/src)
warning: unresolved link to `RunningProcess`
--> src/adapter.rs:378:44
|
378 | /// Error from [`TimeoutCommand`] or [`RunningProcess`].
| ^^^^^^^^^^^^^^ no item named `RunningProcess` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
= note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
warning: unresolved link to `RunningProcess`
--> src/timeoutcmd.rs:74:24
|
74 | /// output. See also [`RunningProcess`].
| ^^^^^^^^^^^^^^ no item named `RunningProcess` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: `radicle-ci-broker` (lib doc) generated 2 warnings
Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s
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...
[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:z6MknQzbu9AqSFLee8aP9mesBtWeyQaU7ksF1qXVWjtk16ee. 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=/ci/src
SYSTEMD_EXEC_PID=282
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
INVOCATION_ID=0bbf64a43ba04318b0f5fba4ddf8b219
RAD_PASSPHRAE=secret
SHLVL=2
JOURNAL_STREAM=8:13363
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.25.0 (/ci/src)
Finished `test` profile [unoptimized + debuginfo] target(s) in 13.24s
Running unittests src/lib.rs (/workspace/cache/debug/deps/radicle_ci_broker-7bf089772cc6095d)
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 broker::test::executes_adapter ... ok
test ci_event::test::skipped ... ok
test ci_event::test_parsed_ref::branch ... ok
test ci_event::test_parsed_ref::patch ... ok
test config::test::parse_config_yaml ... ok
test config::test::parse_config_yaml_without_max_run_time ... ok
test ci_event::test_parsed_ref::tag ... ok
test filter::test::allows_all_for_default_repository ... ok
test filter::test::allows_all_for_main_branch ... ok
test filter::test::allows_all_for_right_node ... ok
test filter::test::allows_any_event ... ok
test filter::test::allows_branch_creation ... ok
test filter::test::allows_branch_deletion ... ok
test filter::test::allows_branch_update ... ok
test filter::test::allows_if_all_allow ... ok
test filter::test::allows_if_any_allows ... ok
test filter::test::allows_no_event ... ok
test filter::test::allows_none_for_wrong_node ... ok
test filter::test::allows_opposite ... ok
test filter::test::allows_patch_creation ... ok
test filter::test::allows_patch_update ... ok
test filter::test::allows_shutdown ... ok
test filter::test::allows_specific_patch ... ok
test filter::test::allows_wanted_tag ... ok
test filter::test::deserialize_yaml_nested_not ... ok
test filter::test::doesnt_allow_any_for_other_branch ... ok
test filter::test::doesnt_allow_any_for_other_repository ... ok
test filter::test::doesnt_allow_unexpected_tag ... ok
test filter::test::doesnt_allow_unexpected_tag_even_if_wanted_is_prefix ... ok
test filter::test::doesnt_allow_unexpected_tag_even_if_wanted_is_suffix ... ok
test filter::test::doesnt_allows_other_patch ... ok
test filter::test::only_allows_branch_creation ... ok
test filter::test::only_allows_branch_deletion ... ok
test filter::test::only_allows_branch_update ... ok
test filter::test::only_allows_patch_creation ... ok
test filter::test::only_allows_patch_update ... ok
test filter::test::yaml_roundtrip ... ok
test msg::trigger_from_ci_event_tests::trigger_patch_from_patch_created ... ok
test msg::trigger_from_ci_event_tests::trigger_patch_from_patch_updated ... ok
test msg::trigger_from_ci_event_tests::trigger_push_from_branch_created ... ok
test refs::test::creates_patch_from_str ... ok
test refs::test::extracts_branch_namespaced_branch ... ok
test refs::test::namespaced_branch_from_plain ... ok
test refs::test::plain_branch_name ... ok
test refs::test::qualified_branch_name_from_plain ... ok
test refs::test::ref_string_from_plain_branch_name ... ok
test run::test::serialize_run_state ... ok
test sensitive::test_sensitive::debugged ... ok
test sensitive::test_sensitive::deser ... ok
test sensitive::test_sensitive::displayed ... ok
test sensitive::test_sensitive::ser ... ok
test timeoutcmd::tests::bin_false ... ok
test timeoutcmd::tests::bin_true ... ok
test msg::trigger_from_ci_event_tests::trigger_push_from_branch_updated ... ok
test timeoutcmd::tests::hello_world ... ok
test timeoutcmd::tests::hello_world_to_stderr ... ok
test timeoutcmd::tests::kill ... ok
test timeoutcmd::tests::kill_stderr ... ok
test timeoutcmd::tests::pipe_through_cat ... ok
test timeoutcmd::tests::sleep_1 ... ok
test timeoutcmd::tests::sleep_for_too_long ... ok
test timeoutcmd::tests::yes_to_stderr ... ok
test timeoutcmd::tests::sleep_for_too_long_while_reading_with_realtimelines ... ok
test timeoutcmd::tests::yes_to_stdout ... ok
test timeoutcmd::tests::yes_to_stdout_while_reading_with_realtimelines ... ok
test result: ok. 86 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.44s
Running unittests src/bin/cib.rs (/workspace/cache/debug/deps/cib-d34f5613409e8a22)
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-7df0f2a36a45d2cb)
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-2de1ec1b64a15ee0)
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-4a492bd696061f01)
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-7279402fb66bf5ef)
running 73 tests
test adapter_with_url_runs_successfully ... ok
test add_information_about_run_that_s_finished_in_failure_to_database ... ok
test adapter_can_provide_url_for_info_on_run ... ok
test add_information_about_run_that_s_finished_successfully_to_database ... ok
test add_information_about_run_that_s_running_to_database ... ok
test allows_setting_minimum_log_level ... ok
test add_information_about_triggered_run_to_database ... ok
test can_add_a_branch_creation_event_to_queue ... ok
test can_add_a_branch_deletion_event_to_queue ... ok
test can_add_a_branch_update_event_to_queue ... ok
test can_add_a_patch_creation_event_to_queue ... ok
test can_add_a_patch_update_event_to_queue ... ok
test can_add_shutdown_event_to_queue ... ok
test can_output_trigger_message_for_a_ci_run ... ok
test can_remove_all_queued_events ... ok
test can_trigger_a_ci_run ... ok
test convert_recorded_node_events_into_ci_events ... ok
test can_shut_down_cleanly ... ok
test count_in_a_single_process has been running for over 60 seconds
test count_in_concurrent_processes has been running for over 60 seconds
test count_in_a_single_process ... ok
test create_a_repository ... ok
test don_t_insert_event_for_non_existent_repository ... ok
test dummy_adapter_runs_successfully ... ok
test event_synthesizer_terminates_after_first_connection ... ok
test events_can_be_queued_and_removed_from_queue ... ok
test extract_cib_log_from_journald_and_pretty_print ... ok
test count_in_concurrent_processes ... ok
test fails_run_if_building_trigger_fails__but_does_not_crash ... ok
test filter_predicate_allow ... ok
test filter_predicate_anydelegate ... ok
test filter_predicate_and ... ok
test filter_predicate_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_or ... ok
test filter_predicate_repository ... ok
test filter_recorded_ci_events ... ok
test filter_predicate_tag ... 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_successful_run ... ok
test handles_adapter_failing_on_a_failed_run ... ok
test insert_events_into_queue ... ok
test logs_adapter_stderr_output ... ok
test logs_start_and_successful_end ... ok
test logs_termination_due_to_error ... ok
test process_queued_events ... ok
test processes_empty_event_queue_successfully ... ok
test produces_a_json_status_file ... ok
test produces_a_report_page_upon_request ... ok
test queue_a_node_event_for_processing ... ok
test record_node_events ... ok
test refuses_config_with_an_unknown_field ... ok
test remove_information_about_a_run_from_the_database ... ok
test reports_it_version ... ok
test runs_adapter_on_each_type_of_event ... ok
test runs_adapter_with_configuration ... ok
test runs_adapter_without_a_report_directory ... ok
test runs_adapters_for_all_matching_triggers ... ok
test set_up_a_node ... ok
test shows_adapter_specification ... ok
test shows_json_config_as_json ... ok
test shows_yaml_config_as_json ... ok
test insert_many_events_into_queue ... ok
test stops_if_the_node_connection_breaks ... ok
test update_and_show_information_about_run_to_running ... ok
test we_can_run_rad ... ok
test smoke_test__runs_adapter ... ok
test result: ok. 73 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 215.70s
Doc-tests radicle_ci_broker
running 2 tests
test src/msg.rs - msg::RunId (line 50) ... ok
test src/timeoutcmd.rs - timeoutcmd (line 21) ... ok
test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
all doctests ran in 0.62s; merged doctests compilation took 0.60s
+ 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 '/ci/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 '/ci/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-20T07:35:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:35:39Z DEBUG ambient_ci::plan] RUN: Action Custom(
Custom {
name: "dch",
args: {
"debfullname": String("Lars Wirzenius"),
"debemail": String("liw@liw.fi"),
},
},
)
[2026-01-20T07:35:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
Custom {
name: "dch",
args: {
"debfullname": String("Lars Wirzenius"),
"debemail": String("liw@liw.fi"),
},
},
)
[2026-01-20T07:35:39Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
custom: source=/ci/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 2e2c3f38 chore: prepare release 0.25.0
+ 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.25.0
++ date -u +%Y%m%dT%H%M%S
+ T=20260120T073539
+ version=0.25.0.ci20260120T073539-1
+ dch -v 0.25.0.ci20260120T073539-1 'CI build under Ambient.'
+ dch -r ''
custom action "dch" exit code Some(0)
[2026-01-20T07:35:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:35:39Z DEBUG ambient_ci::plan] RUN: Action Deb(
Deb {
packages: Some(
".",
),
},
)
[2026-01-20T07:35:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
Deb {
packages: Some(
".",
),
},
)
[2026-01-20T07:35:39Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["/bin/bash", "-c", "#!/usr/bin/env 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 ../*_* /ci/artifacts/.\n "]
cwd=/ci/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=/ci/cache/cargo-target
PWD=/ci/src
SYSTEMD_EXEC_PID=282
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=0bbf64a43ba04318b0f5fba4ddf8b219
SHLVL=2
JOURNAL_STREAM=8:13363
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.25.0.ci20260120T073539-1
++ echo 0.25.0.ci20260120T073539-1
++ sed 's/-[^-]*$//'
+ uv=0.25.0.ci20260120T073539
++ dpkg --print-architecture
+ arch=amd64
+ orig=../radicle-ci-broker_0.25.0.ci20260120T073539.orig.tar.xz
+ deb=../radicle-ci-broker_0.25.0.ci20260120T073539-1_amd64.deb
+ changes=../radicle-ci-broker_0.25.0.ci20260120T073539-1_amd64.changes
+ git archive HEAD
+ xz
+ dpkg-buildpackage -us -uc
[1mdpkg-buildpackage: [0m[32minfo[0m: source package radicle-ci-broker
[1mdpkg-buildpackage: [0m[32minfo[0m: source version 0.25.0.ci20260120T073539-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.25.0.ci20260120T073539.orig.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building radicle-ci-broker in radicle-ci-broker_0.25.0.ci20260120T073539-1.debian.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building radicle-ci-broker in radicle-ci-broker_0.25.0.ci20260120T073539-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 '/ci/src'
true
make[1]: Leaving directory '/ci/src'
debian/rules override_dh_auto_test
make[1]: Entering directory '/ci/src'
echo tests are disabled, for now
tests are disabled, for now
make[1]: Leaving directory '/ci/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 '/ci/src'
cargo install --offline --locked --path=. --root=debian/radicle-ci-broker/usr --bin cib --bin cibtool
Installing radicle-ci-broker v0.25.0 (/ci/src)
Compiling radicle-ci-broker v0.25.0 (/ci/src)
Finished `release` profile [optimized + debuginfo] target(s) in 46.18s
Installing debian/radicle-ci-broker/usr/bin/cib
Installing debian/radicle-ci-broker/usr/bin/cibtool
Installed package `radicle-ci-broker v0.25.0 (/ci/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 '/ci/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.25.0.ci20260120T073539-1_amd64.deb'.
[1mdpkg-deb:[0m building package 'radicle-ci-broker' in '../radicle-ci-broker_0.25.0.ci20260120T073539-1_amd64.deb'.
[1;35m dpkg-genbuildinfo -O../radicle-ci-broker_0.25.0.ci20260120T073539-1_amd64.buildinfo
[0m[1;35m dpkg-genchanges -O../radicle-ci-broker_0.25.0.ci20260120T073539-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 86660
drwxr-xr-x 2 root root 4096 Jan 20 07:35 artifacts
drwxr-xr-x 6 root root 4096 Jan 16 17:36 cache
drwxr-xr-x 3 root root 4096 Jan 20 07:30 deps
-rw-r--r-- 1 root root 81759336 Jan 20 07:36 radicle-ci-broker-dbgsym_0.25.0.ci20260120T073539-1_amd64.deb
-rw-r--r-- 1 root root 2352 Jan 20 07:35 radicle-ci-broker_0.25.0.ci20260120T073539-1.debian.tar.xz
-rw-r--r-- 1 root root 1078 Jan 20 07:35 radicle-ci-broker_0.25.0.ci20260120T073539-1.dsc
-rw-r--r-- 1 root root 6371 Jan 20 07:36 radicle-ci-broker_0.25.0.ci20260120T073539-1_amd64.buildinfo
-rw-r--r-- 1 root root 2640 Jan 20 07:36 radicle-ci-broker_0.25.0.ci20260120T073539-1_amd64.changes
-rw-r--r-- 1 root root 6411800 Jan 20 07:36 radicle-ci-broker_0.25.0.ci20260120T073539-1_amd64.deb
-rw-r--r-- 1 root root 528176 Jan 20 07:35 radicle-ci-broker_0.25.0.ci20260120T073539.orig.tar.xz
drwxr-xr-x 10 root root 4096 Jan 20 07:35 src
+ for x in ../*.deb
+ dpkg -c ../radicle-ci-broker-dbgsym_0.25.0.ci20260120T073539-1_amd64.deb
drwxr-xr-x root/root 0 2026-01-20 07:35 ./
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/lib/
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/lib/debug/
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/lib/debug/.build-id/3f/
-rw-r--r-- root/root 45052072 2026-01-20 07:35 ./usr/lib/debug/.build-id/3f/e0e916aca707508de4ab255ae26774279e9527.debug
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/lib/debug/.build-id/72/
-rw-r--r-- root/root 41504872 2026-01-20 07:35 ./usr/lib/debug/.build-id/72/fb9eab9cf018e6b2c63968bb7bf5f206fb465e.debug
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/share/
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/share/doc/
lrwxrwxrwx root/root 0 2026-01-20 07:35 ./usr/share/doc/radicle-ci-broker-dbgsym -> radicle-ci-broker
+ for x in ../*.deb
+ dpkg -c ../radicle-ci-broker_0.25.0.ci20260120T073539-1_amd64.deb
drwxr-xr-x root/root 0 2026-01-20 07:35 ./
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/bin/
-rwxr-xr-x root/root 10486152 2026-01-20 07:35 ./usr/bin/cib
-rwxr-xr-x root/root 11988024 2026-01-20 07:35 ./usr/bin/cibtool
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/share/
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/share/doc/
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/share/doc/radicle-ci-broker/
-rw-r--r-- root/root 695 2026-01-20 07:35 ./usr/share/doc/radicle-ci-broker/changelog.Debian.gz
-rw-r--r-- root/root 396 2026-01-20 07:35 ./usr/share/doc/radicle-ci-broker/copyright
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/share/lintian/
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/share/lintian/overrides/
-rw-r--r-- root/root 120 2026-01-20 07:35 ./usr/share/lintian/overrides/radicle-ci-broker
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/share/man/
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/share/man/man1/
-rw-r--r-- root/root 298 2026-01-20 07:35 ./usr/share/man/man1/cib.1.gz
-rw-r--r-- root/root 277 2026-01-20 07:35 ./usr/share/man/man1/cibtool.1.gz
+ mv ../radicle-ci-broker-dbgsym_0.25.0.ci20260120T073539-1_amd64.deb ../radicle-ci-broker_0.25.0.ci20260120T073539-1.debian.tar.xz ../radicle-ci-broker_0.25.0.ci20260120T073539-1.dsc ../radicle-ci-broker_0.25.0.ci20260120T073539-1_amd64.buildinfo ../radicle-ci-broker_0.25.0.ci20260120T073539-1_amd64.changes ../radicle-ci-broker_0.25.0.ci20260120T073539-1_amd64.deb ../radicle-ci-broker_0.25.0.ci20260120T073539.orig.tar.xz /ci/artifacts/.
[2026-01-20T07:36:57Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:36:57Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T07:36:57Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T07:36:57Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T07:36:57Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/ci/cache",
),
size: None,
}
[2026-01-20T07:36:57Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-01-20T07:36:57Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-01-20T07:36:57Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
[2026-01-20T07:36:57Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
[2026-01-20T07:36:57Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-20T07:37:08Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-01-20T07:37:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:37:08Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-01-20T07:37:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-01-20T07:37:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T07:37:08Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/ci/artifacts",
),
size: None,
}
[2026-01-20T07:37:08Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-01-20T07:37:08Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-01-20T07:37:08Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
[2026-01-20T07:37:08Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
[2026-01-20T07:37:08Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-20T07:37:08Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-01-20T07:37:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:37:08Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
{
"request": "trigger",
"version": 1,
"event_type": "patch",
"repository": {
"id": "rad:zwTxygwuz5LDGBq255RA2CbNGrz8",
"name": "radicle-ci-broker",
"description": "Radicle CI broker",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"did:key:z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT"
]
},
"action": "Created",
"patch": {
"id": "3014b37b9b5f4da0dfe9c8059a9483d33a6da3ec",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"title": "chore: prepare release 0.25.0",
"state": {
"status": "open",
"conflicts": []
},
"before": "13a686078a41bdc54dd6b05532948820463ab8b0",
"after": "2e2c3f3851e3a2a9295ee709d1ed077e18810503",
"commits": [
"2e2c3f3851e3a2a9295ee709d1ed077e18810503"
],
"target": "13a686078a41bdc54dd6b05532948820463ab8b0",
"labels": [],
"assignees": [],
"revisions": [
{
"id": "3014b37b9b5f4da0dfe9c8059a9483d33a6da3ec",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"description": "",
"base": "13a686078a41bdc54dd6b05532948820463ab8b0",
"oid": "2e2c3f3851e3a2a9295ee709d1ed077e18810503",
"timestamp": 1768894256
}
]
}
}[2026-01-20T07:30:57Z INFO ambient] ambient starts
[2026-01-20T07:30:57Z 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-20T07:30:57Z 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",
},
uefi: false,
lint: true,
}
[2026-01-20T07:30:57Z DEBUG ambient_ci::linter] linting project rad:zwTxygwuz5LDGBq255RA2CbNGrz8 with rsync_target
[2026-01-20T07:30:57Z DEBUG ambient_ci::linter] linting project rad:zwTxygwuz5LDGBq255RA2CbNGrz8 with http_get
[2026-01-20T07:30:57Z DEBUG ambient_ci::linter] linting project rad:zwTxygwuz5LDGBq255RA2CbNGrz8 with shellcheck
[2026-01-20T07:30:57Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/meta.yaml
[2026-01-20T07:30:57Z DEBUG ambient_ci::run] latest commit: "13a686078a41bdc54dd6b05532948820463ab8b0"
[2026-01-20T07:30:57Z DEBUG ambient_ci::run] is a git repository
[2026-01-20T07:30:57Z DEBUG ambient_ci::run] git repository is clean
[2026-01-20T07:30:57Z DEBUG ambient_ci::run] current (HEAD) commit: 2e2c3f3851e3a2a9295ee709d1ed077e18810503
[2026-01-20T07:30:57Z DEBUG ambient_ci::run] no dry run requested
[2026-01-20T07:30:57Z DEBUG ambient_ci::run] forced run requested
[2026-01-20T07:30:57Z DEBUG ambient_ci::run] run? true
[2026-01-20T07:30:57Z INFO ambient_ci::run] project rad:zwTxygwuz5LDGBq255RA2CbNGrz8: running CI
[2026-01-20T07:30:57Z DEBUG ambient_ci::run] Construct runnable plans for pre-plan, plan, and post-plan
[2026-01-20T07:30:57Z DEBUG ambient_ci::run] Executing pre-plan steps
[2026-01-20T07:30:57Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
CargoFetch,
)
[2026-01-20T07:30:57Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
CargoFetch,
)
[2026-01-20T07:30:57Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/cache/cargo-target",
"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/.tmpKTDJLy/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/.tmpKTDJLy/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmpKTDJLy/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmpKTDJLy/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: /tmp/.tmpKTDJLy/src => /tmp/.tmpPOjJJE
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/NEWS.md wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/Cargo.toml wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/Cargo.toml => /tmp/.tmpPOjJJE/Cargo.toml
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/Cargo.lock wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/Cargo.lock => /tmp/.tmpPOjJJE/Cargo.lock
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/tests wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/tests/subplot.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/tests/subplot.rs => /tmp/.tmpPOjJJE/tests/subplot.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/test2.yaml wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/test.yaml wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/worker.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/worker.rs => /tmp/.tmpPOjJJE/src/worker.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/util.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/util.rs => /tmp/.tmpPOjJJE/src/util.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/timeoutcmd.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/timeoutcmd.rs => /tmp/.tmpPOjJJE/src/timeoutcmd.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/test.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/test.rs => /tmp/.tmpPOjJJE/src/test.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/subplot.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/subplot.rs => /tmp/.tmpPOjJJE/src/subplot.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/sensitive.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/sensitive.rs => /tmp/.tmpPOjJJE/src/sensitive.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/run.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/run.rs => /tmp/.tmpPOjJJE/src/run.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/refs.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/refs.rs => /tmp/.tmpPOjJJE/src/refs.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/radicle-ci.css wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/queueproc.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/queueproc.rs => /tmp/.tmpPOjJJE/src/queueproc.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/queueadd.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/queueadd.rs => /tmp/.tmpPOjJJE/src/queueadd.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/pages.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/pages.rs => /tmp/.tmpPOjJJE/src/pages.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/notif.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/notif.rs => /tmp/.tmpPOjJJE/src/notif.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/node_event_source.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/node_event_source.rs => /tmp/.tmpPOjJJE/src/node_event_source.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/msg.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/msg.rs => /tmp/.tmpPOjJJE/src/msg.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/logger.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/logger.rs => /tmp/.tmpPOjJJE/src/logger.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/lib.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/lib.rs => /tmp/.tmpPOjJJE/src/lib.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/filter wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/filter/arbitrary.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/filter/arbitrary.rs => /tmp/.tmpPOjJJE/src/filter/arbitrary.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/filter.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/filter.rs => /tmp/.tmpPOjJJE/src/filter.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/ergo.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/ergo.rs => /tmp/.tmpPOjJJE/src/ergo.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/db.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/db.rs => /tmp/.tmpPOjJJE/src/db.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/config.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/config.rs => /tmp/.tmpPOjJJE/src/config.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/cob.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/cob.rs => /tmp/.tmpPOjJJE/src/cob.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/ci_event_source.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/ci_event_source.rs => /tmp/.tmpPOjJJE/src/ci_event_source.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/ci_event.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/ci_event.rs => /tmp/.tmpPOjJJE/src/ci_event.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/broker.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/broker.rs => /tmp/.tmpPOjJJE/src/broker.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/bin wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/bin/synthetic-events.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/bin/synthetic-events.rs => /tmp/.tmpPOjJJE/src/bin/synthetic-events.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/bin/default_branch.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/bin/default_branch.rs => /tmp/.tmpPOjJJE/src/bin/default_branch.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/bin/cibtoolcmd wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/bin/cibtoolcmd/trigger.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/bin/cibtoolcmd/trigger.rs => /tmp/.tmpPOjJJE/src/bin/cibtoolcmd/trigger.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/bin/cibtoolcmd/timeout.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/bin/cibtoolcmd/timeout.rs => /tmp/.tmpPOjJJE/src/bin/cibtoolcmd/timeout.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/bin/cibtoolcmd/run.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/bin/cibtoolcmd/run.rs => /tmp/.tmpPOjJJE/src/bin/cibtoolcmd/run.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/bin/cibtoolcmd/report.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/bin/cibtoolcmd/report.rs => /tmp/.tmpPOjJJE/src/bin/cibtoolcmd/report.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/bin/cibtoolcmd/mod.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/bin/cibtoolcmd/mod.rs => /tmp/.tmpPOjJJE/src/bin/cibtoolcmd/mod.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/bin/cibtoolcmd/message.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/bin/cibtoolcmd/message.rs => /tmp/.tmpPOjJJE/src/bin/cibtoolcmd/message.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/bin/cibtoolcmd/log.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/bin/cibtoolcmd/log.rs => /tmp/.tmpPOjJJE/src/bin/cibtoolcmd/log.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/bin/cibtoolcmd/event.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/bin/cibtoolcmd/event.rs => /tmp/.tmpPOjJJE/src/bin/cibtoolcmd/event.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/bin/cibtoolcmd/counter.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/bin/cibtoolcmd/counter.rs => /tmp/.tmpPOjJJE/src/bin/cibtoolcmd/counter.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/bin/cibtoolcmd/cob.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/bin/cibtoolcmd/cob.rs => /tmp/.tmpPOjJJE/src/bin/cibtoolcmd/cob.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/bin/cibtool.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/bin/cibtool.rs => /tmp/.tmpPOjJJE/src/bin/cibtool.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/bin/cib.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/bin/cib.rs => /tmp/.tmpPOjJJE/src/bin/cib.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/src/adapter.rs wanted=true
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpKTDJLy/src/src/adapter.rs => /tmp/.tmpPOjJJE/src/adapter.rs
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/flake.nix wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/flake.lock wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/doc wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/doc/userguide.subplot wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/doc/userguide.md wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/doc/requirements.md wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/doc/overview.md wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/doc/messages.txt wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/doc/messages.sh wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/doc/filter-impl.md wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/doc/architecture.subplot wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/doc/architecture.md wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/doc/adapter-impl.md wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/doc/Makefile wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/debian wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/debian/changelog wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/debian/source wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/debian/source/format wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/debian/rules wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/debian/radicle-ci-broker.manpages wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/debian/lintian-overrides wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/debian/copyright wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/debian/control wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/debian/compat wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/debian/cargo-checksum.json wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/debian/build-deb wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/cibtool.1 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/cib.1 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/ci-broker.yaml wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/ci-broker.subplot wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/ci-broker.md wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/ci-broker.db wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/build.rs wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/RELEASE.md wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/README.md wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/Makefile wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/LICENSE-MIT wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/LICENSE-APACHE wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/CONTRIBUTING.md wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.radicle wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.radicle/ambient.yaml wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.gitignore wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.envrc wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.cargo wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.cargo/deny.toml wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.cargo/audit.toml wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.ambient wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.ambient/dch wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/index wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/HEAD wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/config wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/logs wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/logs/HEAD wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/logs/refs wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/logs/refs/heads wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/logs/refs/heads/main wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/logs/refs/remotes wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/logs/refs/remotes/origin wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/packed-refs wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/refs wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/refs/remotes wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/refs/remotes/origin wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/refs/remotes/origin/HEAD wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/refs/tags wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/refs/heads wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/refs/heads/main wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/f3 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/f3/14e0747a6bace64b0527d138cb3e8af2e091d5 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/f3/6c670946b0310d92899bf529cdfb074857dc8e wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/7b wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/7b/76de3ad0a950c92b8ea87a0a2daa8c3947c1fc wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/0d wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/0d/f883260b9de2f69686fae549824338cf192ece wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/b0 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/b0/2f427300ee1c419532bba4fbc84e89d85df5b8 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/3f wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/3f/e1a82af695816a9f27bc274eb08e20a343b73c wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/7a wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/7a/ed65d1e3e7bd25df0714a99e25f8d36dbc586c wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/00 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/00/1550c4b33d78815ff71917eb8b4f24298281a7 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/00/1d510346c56bcd541ced344a558f299064392b wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/d9 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/d9/d9bd46fac74429722f779bd5a05ee0b3787132 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/d9/7fb7e14eacc08fbe8c50ce7b1a5a701729e95b wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/1b wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/1b/6282c9bd31298a07cf206ef53c12d7613e827d wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/d7 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/d7/5f6a4f60f23bb30d6e3730f16035012ae2cbfb wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/f4 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/f4/97db0fd54bbb2b364bfe4cc3673a36db7dca94 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/c6 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/c6/ffa453690e24bbb88d6ac57c8a5235a7032e30 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/b2 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/b2/e183c0ed4a560fb32c7ed7738348464730f7be wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/c7 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/c7/39da2dad19dfb8719378231780936b5ac511bd wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/62 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/62/93fe5843ed3620b19a71202bc0b13228f0b2fb wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/b7 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/b7/00703965ab33f3c8309781df3b00501271df72 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/b8 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/b8/2f4f413d40763d4644178e65ea3fe8f8a342a3 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/30 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/30/f98fece3ae923ae094d6c2f5c6e6a2785902d3 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/30/d02874ecacfc497dbcbfc9115e4d40c9410e4a wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/b5 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/b5/69acf8423705b9fbbf1fb567a90b8fdbd4816a wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/b5/f89fdc3146de224cdfd95a2a01da74da363168 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/06 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/06/c027130e0540fd36c3efa9ea3c4cb30f51f660 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/06/57d7db371a4d09895522678a09934fad1980f1 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/9e wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/9e/3a126b05d5e5350f84726a9dfa8bdebca4b0ee wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/9e/379cf9928bb162e15e90180d288c9ab26913df wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/9e/5648f439fd81a8895f4d599fe911534e888c43 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/7e wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/7e/1a2b6dc3768bd059a04a1b6466f993c5a43ef6 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/51 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/51/0ce0a70a88563e56d3851da026343278328396 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/73 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/73/6aa37920a8b92904eda1cd1d25f18015a110a3 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/1f wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/1f/6c1140771dd258f9a48ad8d25188cf07cf4b45 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/c8 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/c8/08de2e4671573056c420efd331d3936d00a9d2 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/8a wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/8a/06790e4bff765e5cb1d19d5a9cbfa811892ae6 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/66 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/66/cbe1f0222c80d161f5fca900b3cd51df2cdd3e wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/55 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/55/5574efa871ae805e20f23d6f45de99c9efdadd wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/7c wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/7c/7671ad3b5ffe74003028ecffdae1c375eab893 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/a5 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/a5/ca55057579d7d6a0bba18c07e6eab91af2088c wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/91 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/91/ebc012c6254c243c42d71e745a57185d9b7b63 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/2f wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/2f/14f3b3e9388ef6d912f97db7eebc8473ba8d76 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/2f/c1f89f36b088e414fa952d7117cec3bd98f543 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/a9 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/a9/b803f801df5c170944038e9ce0b1e1b480fd02 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/72 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/72/bd7d68e2a97d054c44201f30c1e2c9a9b3b2c2 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/63 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/63/7714275e39eacad503f46bbe934d7602862e61 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/f8 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/f8/556156728a9910ed66c27993aa198a9d235e2d wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/ed wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/ed/161a12bb86d7c1cfbc2ec930e7557257ab13c0 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/45 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/45/db92d2525463f47ea8018996c74530ce09dec1 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/99 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/99/5acfc4412c478e9758f4814fd3f9d460f09f2d wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/36 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/36/3d7bbca7d899a5ee3259787ad820063e911b69 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/93 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/93/7c8934013e7b4a2bde9765803245a44f5c7b0e wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/d0 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/d0/953314e4b640a287b8ef1aea55226e74ef6739 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/38 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/38/85d329a74cbf6b1283ce5889052adeeb6494c1 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/35 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/35/96927e5b9e109b1c0b3936419ff87065e5cbda wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/35/e7c67a73162a46592ee6aa5919ead5a8748eab wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/42 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/42/160463e5fb98e6f29ed00873321459e394f924 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/6c wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/6c/025a73cca7e58b1ee61f20e76122aad2c2d63d wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/54 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/54/407732be80c4c5857e267b5e9b63137f6d20bb wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/54/bceb0a481dc79c223eb888caa1e88a0c7d121c wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/90 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/90/50b9a475ee803241c3445fdf25cf1fef988f04 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/08 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/08/9a6fe5d754a0699595d7c84361eb50627aadfe wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/9a wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/9a/1b0c3afd8a7cec8c3b5a14b5d765b4ecf3d5a2 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/9a/4bd7e372445fa375e7d45039d5ca6a4f919492 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/ca wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/ca/51dec79d740f17629558070fdfd94282f92e88 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/96 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/96/64604fab28b733d0606f017c656982a802df61 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/47 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/47/2b2dce586b8bfb9b00c233d11eb0ba2bfa7e11 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/16 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/16/535bb0e0e5796609ee2c0ccaf6f6dbc54b48b5 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/18 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/18/e2e4ef13285a2be08d32549832c522cc5554f0 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/bf wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/bf/f5db25cde03348bed6323b49751dd1b1a500c1 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/29 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/29/4cb40d4890872da4c163dd1346e906454ef967 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/be wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/be/77835d9e3fc5d5567fb6779bfe068ff7bc0f93 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/fd wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/fd/8324eb09f57cc3c3b73b81c642f2b636d41bbb wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/84 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/84/5d9569473037924f7de33acebfa768e0dd5567 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/65 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/65/9ca4de551c922966ae1274acabe0d08f9a821a wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/5c wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/5c/7e987350a5125fee63de075c4d7d67db902577 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/eb wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/eb/8443ed60df75b9ef2b3dc6b7ee4299aff40597 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/a2 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/a2/443113aae30c6b39cd0aefeb038cb946478441 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/59 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/59/6eb7a0b955d9d3d0951a4db3376448f2b3ad10 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/59/1be16fe31ec56f6c22676f764c7dbfa66bfcc7 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/59/af94aa56b909bee4c6cd857eed07ec79e234b2 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/11 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/11/9702034151a0476837bbc98da1f52b7373702a wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/11/8e8472df5cf390856aa857b98bcfb8025207dd wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/f6 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/f6/ef48984e0be959101bc39c248bd1275680422a wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/3a wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/3a/4df0a9bac090586184be9ddfc37dd7bcbeb8c2 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/f1 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/f1/90c8c459e4faaaa2860a10b49130df58c6ddca wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/f1/5bab7f7020c9816728ae30a2c524fec950c4c1 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/c0 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/c0/ed8bcc8a3a00610e72be6c88908cd109f1b981 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/3e wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/3e/303337239edf685e0910d0dde5b08b8d263e89 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/43 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/43/39125c20595a55d068484a6cb5d4f6848081d0 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/53 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/53/3181a52ac515e0faf1156bef766f9ce583235c wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/05 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/05/e50eff0bb5838c83b6875342f77d230ff2e26c wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/17 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/17/710bf90ba3810f49656ce34bdb2ac23222acf8 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/8b wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/8b/94fd3ce6e1524c310150a379be37d72c42226f wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/2c wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/2c/f58ddf4a95ac77ffdffe1c1e73e61beb172385 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/2c/35282ef87e31fe7cbe426fa95358533d13481d wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/4e wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/4e/80e7316a02dc9cce566e891d6883cacc1224f3 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/80 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/80/c9886c20435d5ed1a62ff7d967deb3e7d811bc wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/db wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/db/26731ed9e405ae0577f080f1a43ed1b29d89e0 wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/info wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/info/commit-graph wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/info/packs wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-43cf1d63a4b6f445cdc7501fa978be20d7f88056.idx wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-22c2a8d388d1e156a110c0dde4adb9d92208c0a2.pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-15c0e86180eaa46fe4c43f5c4058e4255a0b8eb1.idx wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-11e94e4d876da94a9bd34480f697625472636478.pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-57c409f4fc33e075fd81f68283ae92d90335e603.idx wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-dd51078058cabcc494ef169c7fdd6633d0284c02.idx wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-ad1b72dbc6bb4351f19cbb6e9068af9c5baaaee4.pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-0d4bfae5f297ba4871e1df93bd356471c9c169fc.pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-dd51078058cabcc494ef169c7fdd6633d0284c02.pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-4172f7f24194881acfc82512914461db8079d630.rev wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-6033db21f93848cecf1ec544f569bcd1ed1d6db5.idx wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-e059be0d6d2b0aac32224953644ddbad67044f5c.pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-84134bd864eb8005405063c7119dfebfff572676.idx wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-ad1b72dbc6bb4351f19cbb6e9068af9c5baaaee4.idx wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-bcff1a37e0e4be8b734da42ffd15f5dd55e357c2.idx wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-4172f7f24194881acfc82512914461db8079d630.bitmap wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-e059be0d6d2b0aac32224953644ddbad67044f5c.idx wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-950db14aa0019918b7036fb5b453302e69d97c1d.idx wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-6033db21f93848cecf1ec544f569bcd1ed1d6db5.pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-11e94e4d876da94a9bd34480f697625472636478.idx wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-15c0e86180eaa46fe4c43f5c4058e4255a0b8eb1.pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-32a134c378b07fa84f36315f098eddd10ae40e32.pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-0ae5a594d3d17ef95186cf270446e36986fff266.idx wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-0ae5a594d3d17ef95186cf270446e36986fff266.pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-02416761fb8db442d0349e118c86d77da91783c6.idx wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-26d0e21c39fbb48391a63fe809b8637532c81e8e.idx wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-cf933674d832b598ac307ac1a54b0a65a24c2692.pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-5111a55fa199a90ba78a3a58ab3e03e8753a331c.idx wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-4172f7f24194881acfc82512914461db8079d630.pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-950db14aa0019918b7036fb5b453302e69d97c1d.pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-3f493273310f29f0ab6e379c5c77ad633cfbd937.idx wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-43cf1d63a4b6f445cdc7501fa978be20d7f88056.pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-22c2a8d388d1e156a110c0dde4adb9d92208c0a2.idx wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-57c409f4fc33e075fd81f68283ae92d90335e603.pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-84134bd864eb8005405063c7119dfebfff572676.pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-0b137805e2aa4d80f87ab34c8c65498e1a4ab7d9.pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-74f29681d2e2dafe2beca0c6da0ae81a4dc2dad6.idx wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-cf933674d832b598ac307ac1a54b0a65a24c2692.idx wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-e628f7a05d477ab65bdf3aa6911b581ceeaaf80a.idx wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-0d4bfae5f297ba4871e1df93bd356471c9c169fc.idx wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-32a134c378b07fa84f36315f098eddd10ae40e32.idx wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-0b137805e2aa4d80f87ab34c8c65498e1a4ab7d9.idx wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-c8849540e34634dec0a34dd122470f7a27814a33.idx wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-bcff1a37e0e4be8b734da42ffd15f5dd55e357c2.pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-02416761fb8db442d0349e118c86d77da91783c6.pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-26d0e21c39fbb48391a63fe809b8637532c81e8e.pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-5111a55fa199a90ba78a3a58ab3e03e8753a331c.pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-4172f7f24194881acfc82512914461db8079d630.idx wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-3f493273310f29f0ab6e379c5c77ad633cfbd937.pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-e628f7a05d477ab65bdf3aa6911b581ceeaaf80a.pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-4fb215296004fc48bb75649810820a564260af2b.idx wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-9aa27fc110b5424c3130d653b0e732ccf26ba74c.idx wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-74f29681d2e2dafe2beca0c6da0ae81a4dc2dad6.pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-4fb215296004fc48bb75649810820a564260af2b.pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-9aa27fc110b5424c3130d653b0e732ccf26ba74c.pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/objects/pack/pack-c8849540e34634dec0a34dd122470f7a27814a33.pack wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/branches wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/hooks wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/hooks/update.sample wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/hooks/commit-msg.sample wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/hooks/applypatch-msg.sample wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/hooks/pre-merge-commit.sample wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/hooks/post-update.sample wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/hooks/pre-push.sample wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/hooks/pre-rebase.sample wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/hooks/push-to-checkout.sample wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/hooks/pre-commit.sample wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/hooks/pre-receive.sample wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/hooks/sendemail-validate.sample wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/hooks/pre-applypatch.sample wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/description wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/info wanted=false
[2026-01-20T07:30:58Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpKTDJLy/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
cwd=/tmp/.tmpPOjJJE (exists? true)
[2026-01-20T07:30:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:30:58Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-20T07:30:58Z DEBUG ambient_ci::run] Executing plan steps
[2026-01-20T07:30:58Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmp230LEn/src.tar
[2026-01-20T07:30:58Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmp230LEn/deps.tar
[2026-01-20T07:31:02Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2026-01-20T07:31:02Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
steps: [
Mkdir(
Mkdir {
pathname: "/ci",
},
),
Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
),
TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
),
Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
),
Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
),
Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
),
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: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
),
Deb(
Deb {
packages: Some(
".",
),
},
),
TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
),
TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/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(
"/ci",
),
source_dir: Some(
"/ci/src",
),
deps_dir: Some(
"/ci/deps",
),
cache_dir: Some(
"/ci/cache",
),
artifacts_dir: Some(
"/ci/artifacts",
),
}
[2026-01-20T07:31:02Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2026-01-20T07:31:02Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmp230LEn/ambient-execute-plan/run-ci
[2026-01-20T07:31:02Z DEBUG ambient_ci::run] copy OK: true
[2026-01-20T07:31:02Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmp230LEn/executor.tar
[2026-01-20T07:31:09Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log
[2026-01-20T07:31:09Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8, exists? true
[2026-01-20T07:31:09Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log
[2026-01-20T07:31:09Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log OK
[2026-01-20T07:31:09Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2026-01-20T07:31:09Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2026-01-20T07:31:09Z 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-20T07:31:09Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2026-01-20T07:31:09Z DEBUG ambient_ci::cloud_init] with_network called: false
[2026-01-20T07:31:09Z 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-20T07:31:09Z DEBUG ambient_ci::qemu] run QEMU
[2026-01-20T07:31:09Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2026-01-20T07:31:09Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpAhHzj4/.tmpVpt2T4/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2026-01-20T07:31:09Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2026-01-20T07:31:09Z 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-20T07:31:09Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpp11esv/meta-data
[2026-01-20T07:31:09Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpp11esv/user-data
[2026-01-20T07:31:09Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpp11esv/network-config
[2026-01-20T07:31:09Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpAhHzj4/.tmpVpt2T4/console.log
[2026-01-20T07:31:09Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpAhHzj4/.tmpVpt2T4/console.log
[2026-01-20T07:31:09Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log
[2026-01-20T07:31:09Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log
[2026-01-20T07:31:09Z 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/.tmpAhHzj4/.tmpVpt2T4/console.log",
"-serial",
"file:/home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log",
"-drive",
"format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpAhHzj4/.tmpVpt2T4/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp230LEn/executor.tar,readonly=on",
"-cdrom",
"/home/_rad/tmp/.tmpAhHzj4/.tmpVpt2T4/cloud_init.iso",
"-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/.tmpAhHzj4/.tmpVpt2T4/vars.fd",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp230LEn/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp230LEn/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp230LEn/cache.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp230LEn/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2026-01-20T07:37:12Z DEBUG ambient_ci::qemu] QEMU finished OK
[2026-01-20T07:37:12Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2026-01-20T07:31:12Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T07:31:12Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T07:31:12Z INFO ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T07:31:12Z WARN ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T07:31:12Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T07:31:12Z TRACE ambient_ci::plan] RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /ci
- action: mkdir
pathname: /ci/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /ci/src
- action: tar_extract
archive: /dev/vdf
directory: /ci/deps
- action: tar_extract
archive: /dev/vde
directory: /ci/cache
- action: shell
shell: ln -sf /ci /workspace
- action: shell
shell: git config --global user.name 'Ambient CI'
- action: shell
shell: git config --global user.email ambient@example.com
- 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:
debemail: liw@liw.fi
debfullname: Lars Wirzenius
- action: deb
packages: .
- action: tar_create
archive: /dev/vde
directory: /ci/cache
- action: tar_create
archive: /dev/vdd
directory: /ci/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /ci
source_dir: /ci/src
deps_dir: /ci/deps
cache_dir: /ci/cache
artifacts_dir: /ci/artifacts
[2026-01-20T07:31:12Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-20T07:31:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-20T07:31:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T07:31:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:31:12Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-20T07:31:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-20T07:31:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T07:31:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:31:12Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-20T07:31:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-20T07:31:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T07:31:12Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-01-20T07:31:12Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T07:31:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:31:12Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-20T07:31:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-20T07:31:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T07:31:12Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-01-20T07:31:14Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T07:31:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:31:14Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T07:31:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T07:31:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T07:31:14Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-01-20T07:31:26Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T07:31:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:31:26Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-20T07:31:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-20T07:31:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nln -sf /ci /workspace\n"]
cwd=/ci/src (exists? true)
+ ln -sf /ci /workspace
[2026-01-20T07:31:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:31:26Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-20T07:31:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-20T07:31:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.name 'Ambient CI'\n"]
cwd=/ci/src (exists? true)
+ git config --global user.name 'Ambient CI'
[2026-01-20T07:31:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:31:26Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-20T07:31:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-20T07:31:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.email ambient@example.com\n"]
cwd=/ci/src (exists? true)
+ git config --global user.email ambient@example.com
[2026-01-20T07:31:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:31:26Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2026-01-20T07:31:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2026-01-20T07:31:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/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=/ci/src (exists? true)
Compiling radicle-ci-broker v0.25.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.04s
[2026-01-20T07:31:31Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:31: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-20T07:31: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-20T07:31:31Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["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=/ci/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.25.0 (/ci/src)
Documenting radicle-ci-broker v0.25.0 (/ci/src)
warning: unresolved link to `RunningProcess`
--> src/adapter.rs:378:44
|
378 | /// Error from [`TimeoutCommand`] or [`RunningProcess`].
| ^^^^^^^^^^^^^^ no item named `RunningProcess` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
= note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
warning: unresolved link to `RunningProcess`
--> src/timeoutcmd.rs:74:24
|
74 | /// output. See also [`RunningProcess`].
| ^^^^^^^^^^^^^^ no item named `RunningProcess` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: `radicle-ci-broker` (lib doc) generated 2 warnings
Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s
Generated /workspace/cache/doc/radicle_ci_broker/index.html and 4 other files
+ export RAD_PASSPHRAE=secret
+ RAD_PASSPHRAE=secret
+ rad auth --alias ambient
Initializing your radicle 👾 identity
⠁ Creating your Ed25519 keypair...
◢ Creating your Ed25519 keypair...
◣ Creating your Ed25519 keypair...
◣ Creating your Ed25519 keypair...
◤ Creating your Ed25519 keypair...
◤ Creating your Ed25519 keypair...
◢ Creating your Ed25519 keypair...
◢ Creating your Ed25519 keypair...
◣ Creating your Ed25519 keypair...
◣ Creating your Ed25519 keypair...
◤ Creating your Ed25519 keypair...
◤ Creating your Ed25519 keypair...
◢ Creating your Ed25519 keypair...
◢ Creating your Ed25519 keypair...
◣ Creating your Ed25519 keypair...
✓ Creating your Ed25519 keypair...
✓ Your Radicle DID is did:key:z6MknQzbu9AqSFLee8aP9mesBtWeyQaU7ksF1qXVWjtk16ee. 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=/ci/src
SYSTEMD_EXEC_PID=282
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
INVOCATION_ID=0bbf64a43ba04318b0f5fba4ddf8b219
RAD_PASSPHRAE=secret
SHLVL=2
JOURNAL_STREAM=8:13363
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.25.0 (/ci/src)
Finished `test` profile [unoptimized + debuginfo] target(s) in 13.24s
Running unittests src/lib.rs (/workspace/cache/debug/deps/radicle_ci_broker-7bf089772cc6095d)
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 broker::test::executes_adapter ... ok
test ci_event::test::skipped ... ok
test ci_event::test_parsed_ref::branch ... ok
test ci_event::test_parsed_ref::patch ... ok
test config::test::parse_config_yaml ... ok
test config::test::parse_config_yaml_without_max_run_time ... ok
test ci_event::test_parsed_ref::tag ... ok
test filter::test::allows_all_for_default_repository ... ok
test filter::test::allows_all_for_main_branch ... ok
test filter::test::allows_all_for_right_node ... ok
test filter::test::allows_any_event ... ok
test filter::test::allows_branch_creation ... ok
test filter::test::allows_branch_deletion ... ok
test filter::test::allows_branch_update ... ok
test filter::test::allows_if_all_allow ... ok
test filter::test::allows_if_any_allows ... ok
test filter::test::allows_no_event ... ok
test filter::test::allows_none_for_wrong_node ... ok
test filter::test::allows_opposite ... ok
test filter::test::allows_patch_creation ... ok
test filter::test::allows_patch_update ... ok
test filter::test::allows_shutdown ... ok
test filter::test::allows_specific_patch ... ok
test filter::test::allows_wanted_tag ... ok
test filter::test::deserialize_yaml_nested_not ... ok
test filter::test::doesnt_allow_any_for_other_branch ... ok
test filter::test::doesnt_allow_any_for_other_repository ... ok
test filter::test::doesnt_allow_unexpected_tag ... ok
test filter::test::doesnt_allow_unexpected_tag_even_if_wanted_is_prefix ... ok
test filter::test::doesnt_allow_unexpected_tag_even_if_wanted_is_suffix ... ok
test filter::test::doesnt_allows_other_patch ... ok
test filter::test::only_allows_branch_creation ... ok
test filter::test::only_allows_branch_deletion ... ok
test filter::test::only_allows_branch_update ... ok
test filter::test::only_allows_patch_creation ... ok
test filter::test::only_allows_patch_update ... ok
test filter::test::yaml_roundtrip ... ok
test msg::trigger_from_ci_event_tests::trigger_patch_from_patch_created ... ok
test msg::trigger_from_ci_event_tests::trigger_patch_from_patch_updated ... ok
test msg::trigger_from_ci_event_tests::trigger_push_from_branch_created ... ok
test refs::test::creates_patch_from_str ... ok
test refs::test::extracts_branch_namespaced_branch ... ok
test refs::test::namespaced_branch_from_plain ... ok
test refs::test::plain_branch_name ... ok
test refs::test::qualified_branch_name_from_plain ... ok
test refs::test::ref_string_from_plain_branch_name ... ok
test run::test::serialize_run_state ... ok
test sensitive::test_sensitive::debugged ... ok
test sensitive::test_sensitive::deser ... ok
test sensitive::test_sensitive::displayed ... ok
test sensitive::test_sensitive::ser ... ok
test timeoutcmd::tests::bin_false ... ok
test timeoutcmd::tests::bin_true ... ok
test msg::trigger_from_ci_event_tests::trigger_push_from_branch_updated ... ok
test timeoutcmd::tests::hello_world ... ok
test timeoutcmd::tests::hello_world_to_stderr ... ok
test timeoutcmd::tests::kill ... ok
test timeoutcmd::tests::kill_stderr ... ok
test timeoutcmd::tests::pipe_through_cat ... ok
test timeoutcmd::tests::sleep_1 ... ok
test timeoutcmd::tests::sleep_for_too_long ... ok
test timeoutcmd::tests::yes_to_stderr ... ok
test timeoutcmd::tests::sleep_for_too_long_while_reading_with_realtimelines ... ok
test timeoutcmd::tests::yes_to_stdout ... ok
test timeoutcmd::tests::yes_to_stdout_while_reading_with_realtimelines ... ok
test result: ok. 86 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.44s
Running unittests src/bin/cib.rs (/workspace/cache/debug/deps/cib-d34f5613409e8a22)
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-7df0f2a36a45d2cb)
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-2de1ec1b64a15ee0)
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-4a492bd696061f01)
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-7279402fb66bf5ef)
running 73 tests
test adapter_with_url_runs_successfully ... ok
test add_information_about_run_that_s_finished_in_failure_to_database ... ok
test adapter_can_provide_url_for_info_on_run ... ok
test add_information_about_run_that_s_finished_successfully_to_database ... ok
test add_information_about_run_that_s_running_to_database ... ok
test allows_setting_minimum_log_level ... ok
test add_information_about_triggered_run_to_database ... ok
test can_add_a_branch_creation_event_to_queue ... ok
test can_add_a_branch_deletion_event_to_queue ... ok
test can_add_a_branch_update_event_to_queue ... ok
test can_add_a_patch_creation_event_to_queue ... ok
test can_add_a_patch_update_event_to_queue ... ok
test can_add_shutdown_event_to_queue ... ok
test can_output_trigger_message_for_a_ci_run ... ok
test can_remove_all_queued_events ... ok
test can_trigger_a_ci_run ... ok
test convert_recorded_node_events_into_ci_events ... ok
test can_shut_down_cleanly ... ok
test count_in_a_single_process has been running for over 60 seconds
test count_in_concurrent_processes has been running for over 60 seconds
test count_in_a_single_process ... ok
test create_a_repository ... ok
test don_t_insert_event_for_non_existent_repository ... ok
test dummy_adapter_runs_successfully ... ok
test event_synthesizer_terminates_after_first_connection ... ok
test events_can_be_queued_and_removed_from_queue ... ok
test extract_cib_log_from_journald_and_pretty_print ... ok
test count_in_concurrent_processes ... ok
test fails_run_if_building_trigger_fails__but_does_not_crash ... ok
test filter_predicate_allow ... ok
test filter_predicate_anydelegate ... ok
test filter_predicate_and ... ok
test filter_predicate_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_or ... ok
test filter_predicate_repository ... ok
test filter_recorded_ci_events ... ok
test filter_predicate_tag ... 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_successful_run ... ok
test handles_adapter_failing_on_a_failed_run ... ok
test insert_events_into_queue ... ok
test logs_adapter_stderr_output ... ok
test logs_start_and_successful_end ... ok
test logs_termination_due_to_error ... ok
test process_queued_events ... ok
test processes_empty_event_queue_successfully ... ok
test produces_a_json_status_file ... ok
test produces_a_report_page_upon_request ... ok
test queue_a_node_event_for_processing ... ok
test record_node_events ... ok
test refuses_config_with_an_unknown_field ... ok
test remove_information_about_a_run_from_the_database ... ok
test reports_it_version ... ok
test runs_adapter_on_each_type_of_event ... ok
test runs_adapter_with_configuration ... ok
test runs_adapter_without_a_report_directory ... ok
test runs_adapters_for_all_matching_triggers ... ok
test set_up_a_node ... ok
test shows_adapter_specification ... ok
test shows_json_config_as_json ... ok
test shows_yaml_config_as_json ... ok
test insert_many_events_into_queue ... ok
test stops_if_the_node_connection_breaks ... ok
test update_and_show_information_about_run_to_running ... ok
test we_can_run_rad ... ok
test smoke_test__runs_adapter ... ok
test result: ok. 73 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 215.70s
Doc-tests radicle_ci_broker
running 2 tests
test src/msg.rs - msg::RunId (line 50) ... ok
test src/timeoutcmd.rs - timeoutcmd (line 21) ... ok
test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
all doctests ran in 0.62s; merged doctests compilation took 0.60s
+ subplot docgen ci-broker.subplot -o doc/ci-broker.html
INFO Starting Subplot
INFO Subplot finished successfully
+ subplot docgen doc/userguide.subplot -o doc/userguide.html
INFO Starting Subplot
INFO Subplot finished successfully
+ make -C doc
make: Entering directory '/ci/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 '/ci/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-20T07:35:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:35:39Z DEBUG ambient_ci::plan] RUN: Action Custom(
Custom {
name: "dch",
args: {
"debfullname": String("Lars Wirzenius"),
"debemail": String("liw@liw.fi"),
},
},
)
[2026-01-20T07:35:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
Custom {
name: "dch",
args: {
"debfullname": String("Lars Wirzenius"),
"debemail": String("liw@liw.fi"),
},
},
)
[2026-01-20T07:35:39Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
custom: source=/ci/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 2e2c3f38 chore: prepare release 0.25.0
+ 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.25.0
++ date -u +%Y%m%dT%H%M%S
+ T=20260120T073539
+ version=0.25.0.ci20260120T073539-1
+ dch -v 0.25.0.ci20260120T073539-1 'CI build under Ambient.'
+ dch -r ''
custom action "dch" exit code Some(0)
[2026-01-20T07:35:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:35:39Z DEBUG ambient_ci::plan] RUN: Action Deb(
Deb {
packages: Some(
".",
),
},
)
[2026-01-20T07:35:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
Deb {
packages: Some(
".",
),
},
)
[2026-01-20T07:35:39Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["/bin/bash", "-c", "#!/usr/bin/env 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 ../*_* /ci/artifacts/.\n "]
cwd=/ci/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=/ci/cache/cargo-target
PWD=/ci/src
SYSTEMD_EXEC_PID=282
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=0bbf64a43ba04318b0f5fba4ddf8b219
SHLVL=2
JOURNAL_STREAM=8:13363
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.25.0.ci20260120T073539-1
++ echo 0.25.0.ci20260120T073539-1
++ sed 's/-[^-]*$//'
+ uv=0.25.0.ci20260120T073539
++ dpkg --print-architecture
+ arch=amd64
+ orig=../radicle-ci-broker_0.25.0.ci20260120T073539.orig.tar.xz
+ deb=../radicle-ci-broker_0.25.0.ci20260120T073539-1_amd64.deb
+ changes=../radicle-ci-broker_0.25.0.ci20260120T073539-1_amd64.changes
+ git archive HEAD
+ xz
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package radicle-ci-broker
dpkg-buildpackage: info: source version 0.25.0.ci20260120T073539-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.25.0.ci20260120T073539.orig.tar.xz
dpkg-source: info: building radicle-ci-broker in radicle-ci-broker_0.25.0.ci20260120T073539-1.debian.tar.xz
dpkg-source: info: building radicle-ci-broker in radicle-ci-broker_0.25.0.ci20260120T073539-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 '/ci/src'
true
make[1]: Leaving directory '/ci/src'
debian/rules override_dh_auto_test
make[1]: Entering directory '/ci/src'
echo tests are disabled, for now
tests are disabled, for now
make[1]: Leaving directory '/ci/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 '/ci/src'
cargo install --offline --locked --path=. --root=debian/radicle-ci-broker/usr --bin cib --bin cibtool
Installing radicle-ci-broker v0.25.0 (/ci/src)
Compiling radicle-ci-broker v0.25.0 (/ci/src)
Finished `release` profile [optimized + debuginfo] target(s) in 46.18s
Installing debian/radicle-ci-broker/usr/bin/cib
Installing debian/radicle-ci-broker/usr/bin/cibtool
Installed package `radicle-ci-broker v0.25.0 (/ci/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 '/ci/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.25.0.ci20260120T073539-1_amd64.deb'.
dpkg-deb: building package 'radicle-ci-broker' in '../radicle-ci-broker_0.25.0.ci20260120T073539-1_amd64.deb'.
dpkg-genbuildinfo -O../radicle-ci-broker_0.25.0.ci20260120T073539-1_amd64.buildinfo
dpkg-genchanges -O../radicle-ci-broker_0.25.0.ci20260120T073539-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 86660
drwxr-xr-x 2 root root 4096 Jan 20 07:35 artifacts
drwxr-xr-x 6 root root 4096 Jan 16 17:36 cache
drwxr-xr-x 3 root root 4096 Jan 20 07:30 deps
-rw-r--r-- 1 root root 81759336 Jan 20 07:36 radicle-ci-broker-dbgsym_0.25.0.ci20260120T073539-1_amd64.deb
-rw-r--r-- 1 root root 2352 Jan 20 07:35 radicle-ci-broker_0.25.0.ci20260120T073539-1.debian.tar.xz
-rw-r--r-- 1 root root 1078 Jan 20 07:35 radicle-ci-broker_0.25.0.ci20260120T073539-1.dsc
-rw-r--r-- 1 root root 6371 Jan 20 07:36 radicle-ci-broker_0.25.0.ci20260120T073539-1_amd64.buildinfo
-rw-r--r-- 1 root root 2640 Jan 20 07:36 radicle-ci-broker_0.25.0.ci20260120T073539-1_amd64.changes
-rw-r--r-- 1 root root 6411800 Jan 20 07:36 radicle-ci-broker_0.25.0.ci20260120T073539-1_amd64.deb
-rw-r--r-- 1 root root 528176 Jan 20 07:35 radicle-ci-broker_0.25.0.ci20260120T073539.orig.tar.xz
drwxr-xr-x 10 root root 4096 Jan 20 07:35 src
+ for x in ../*.deb
+ dpkg -c ../radicle-ci-broker-dbgsym_0.25.0.ci20260120T073539-1_amd64.deb
drwxr-xr-x root/root 0 2026-01-20 07:35 ./
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/lib/
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/lib/debug/
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/lib/debug/.build-id/3f/
-rw-r--r-- root/root 45052072 2026-01-20 07:35 ./usr/lib/debug/.build-id/3f/e0e916aca707508de4ab255ae26774279e9527.debug
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/lib/debug/.build-id/72/
-rw-r--r-- root/root 41504872 2026-01-20 07:35 ./usr/lib/debug/.build-id/72/fb9eab9cf018e6b2c63968bb7bf5f206fb465e.debug
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/share/
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/share/doc/
lrwxrwxrwx root/root 0 2026-01-20 07:35 ./usr/share/doc/radicle-ci-broker-dbgsym -> radicle-ci-broker
+ for x in ../*.deb
+ dpkg -c ../radicle-ci-broker_0.25.0.ci20260120T073539-1_amd64.deb
drwxr-xr-x root/root 0 2026-01-20 07:35 ./
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/bin/
-rwxr-xr-x root/root 10486152 2026-01-20 07:35 ./usr/bin/cib
-rwxr-xr-x root/root 11988024 2026-01-20 07:35 ./usr/bin/cibtool
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/share/
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/share/doc/
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/share/doc/radicle-ci-broker/
-rw-r--r-- root/root 695 2026-01-20 07:35 ./usr/share/doc/radicle-ci-broker/changelog.Debian.gz
-rw-r--r-- root/root 396 2026-01-20 07:35 ./usr/share/doc/radicle-ci-broker/copyright
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/share/lintian/
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/share/lintian/overrides/
-rw-r--r-- root/root 120 2026-01-20 07:35 ./usr/share/lintian/overrides/radicle-ci-broker
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/share/man/
drwxr-xr-x root/root 0 2026-01-20 07:35 ./usr/share/man/man1/
-rw-r--r-- root/root 298 2026-01-20 07:35 ./usr/share/man/man1/cib.1.gz
-rw-r--r-- root/root 277 2026-01-20 07:35 ./usr/share/man/man1/cibtool.1.gz
+ mv ../radicle-ci-broker-dbgsym_0.25.0.ci20260120T073539-1_amd64.deb ../radicle-ci-broker_0.25.0.ci20260120T073539-1.debian.tar.xz ../radicle-ci-broker_0.25.0.ci20260120T073539-1.dsc ../radicle-ci-broker_0.25.0.ci20260120T073539-1_amd64.buildinfo ../radicle-ci-broker_0.25.0.ci20260120T073539-1_amd64.changes ../radicle-ci-broker_0.25.0.ci20260120T073539-1_amd64.deb ../radicle-ci-broker_0.25.0.ci20260120T073539.orig.tar.xz /ci/artifacts/.
[2026-01-20T07:36:57Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:36:57Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T07:36:57Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-20T07:36:57Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T07:36:57Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/ci/cache",
),
size: None,
}
[2026-01-20T07:36:57Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-01-20T07:36:57Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-01-20T07:36:57Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
[2026-01-20T07:36:57Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
[2026-01-20T07:36:57Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-20T07:37:08Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-01-20T07:37:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:37:08Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-01-20T07:37:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-01-20T07:37:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"CARGO_HOME": "/ci/deps",
"HOME": "/root",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-20T07:37:08Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/ci/artifacts",
),
size: None,
}
[2026-01-20T07:37:08Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-01-20T07:37:08Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-01-20T07:37:08Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
[2026-01-20T07:37:08Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
[2026-01-20T07:37:08Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-20T07:37:08Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-01-20T07:37:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T07:37:08Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
====================
[2026-01-20T07:37:12Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2026-01-20T07:37:13Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2026-01-20T07:37:13Z DEBUG ambient_ci::run] remove old cache
[2026-01-20T07:37:15Z DEBUG ambient_ci::run] extract cache
[2026-01-20T07:37:20Z DEBUG ambient_ci::run] Executing post-plan steps
[2026-01-20T07:37:20Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-20T07:37:20Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/meta.yaml
[2026-01-20T07:37:21Z INFO ambient] ambient ends successfully
<empty log>