Radicle repository id rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6
[2025-09-22T07:31:06Z INFO ambient] ambient starts
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[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
vda 254:0 0 100G 0 disk
├─vda1 254:1 0 953M 0 part
└─vda2 254:2 0 99.1G 0 part /
vdb 254:16 0 6.1M 1 disk
vdc 254:32 0 1M 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 1G 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2025-09-22 07:22 ./
-rw-r--r-- _rad/_rad 1711 2025-09-22 07:22 ./plan.yaml
-rwxr-xr-x _rad/_rad 6365440 2025-09-22 07:22 ./run-ci
INFO: Extracted files:
6291466 4 drwxr-xr-x 2 1000 1000 4096 Sep 22 07:22 .
6291468 6220 -rwxr-xr-x 1 1000 1000 6365440 Sep 22 07:22 ./run-ci
6291467 4 -rw-r--r-- 1 1000 1000 1711 Sep 22 07:22 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-09-22T07:22:23Z TRACE ambient_execute_plan] ambient-execute-plan version 0.7.0@12daec3 starts
[2025-09-22T07:22:23Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.7.0@12daec3 starts
[2025-09-22T07:22:23Z INFO ambient_execute_plan] ambient-execute-plan version 0.7.0@12daec3 starts
[2025-09-22T07:22:23Z WARN ambient_execute_plan] ambient-execute-plan version 0.7.0@12daec3 starts
[2025-09-22T07:22:23Z ERROR ambient_execute_plan] ambient-execute-plan version 0.7.0@12daec3 starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /workspace
- action: mkdir
pathname: /workspace/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /workspace/src
- action: tar_extract
archive: /dev/vdf
directory: /workspace/deps
- action: tar_extract
archive: /dev/vde
directory: /workspace/cache
- action: spawn
argv:
- find
- /workspace
- -maxdepth
- '2'
- -ls
- action: cargo_fmt
- action: cargo_clippy
- action: shell
shell: |
export DEBEMAIL=liw@liw.fi
export DEBFULLNAME="Lars Wirzenius"
export CARGO_HOME=/workspace/deps
export CARGO_TARGET_DIR=/workspace/cache
export HOME=/root
export PATH="/root/.cargo/bin:/bin:/sbin"
make ambient.html
mv ambient.html /workspace/artifacts/.
git reset --hard
git clean -fdx
# git switch main
git status --ignored
# git clean -fdx
# Configure Git so that it can be used in the tests for this
# project.
git config --global user.email "test@example.com"
git config --global user.name "Testy McTestface"
find /workspace/deps -name "*.crate"
cargo test --offline
V="$(dpkg-parsechangelog -SVersion | sed 's/-[^-]*$//')"
T="$(date -u "+%Y%m%dT%H%M%S")"
version="$V.ci$T-1"
dch -v "$version" "CI build under Ambient."
dch -r ''
- action: deb
- action: tar_create
archive: /dev/vde
directory: /workspace/cache
- action: tar_create
archive: /dev/vdd
directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts
[2025-09-22T07:22:23Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
pathname: "/workspace",
}
[2025-09-22T07:22:23Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
pathname: "/workspace",
}
[2025-09-22T07:22:23Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-09-22T07:22:23Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-22T07:22:23Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
pathname: "/workspace/artifacts",
}
[2025-09-22T07:22:23Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
pathname: "/workspace/artifacts",
}
[2025-09-22T07:22:23Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-09-22T07:22:23Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-22T07:22:23Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
}
[2025-09-22T07:22:23Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
}
[2025-09-22T07:22:23Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-09-22T07:22:23Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-09-22T07:22:23Z TRACE ambient_ci::vdrive] extraction OK
[2025-09-22T07:22:23Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-22T07:22:23Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
}
[2025-09-22T07:22:23Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
}
[2025-09-22T07:22:23Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-09-22T07:22:23Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-09-22T07:22:29Z TRACE ambient_ci::vdrive] extraction OK
[2025-09-22T07:22:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-22T07:22:29Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-09-22T07:22:29Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-09-22T07:22:29Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-09-22T07:22:29Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-09-22T07:22:29Z TRACE ambient_ci::vdrive] extraction OK
[2025-09-22T07:22:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-22T07:22:29Z DEBUG ambient_ci::plan] RUN: Action Spawn {
argv: [
"find",
"/workspace",
"-maxdepth",
"2",
"-ls",
],
}
[2025-09-22T07:22:29Z DEBUG ambient_ci::action] Plan::execute: plan=Spawn {
argv: [
"find",
"/workspace",
"-maxdepth",
"2",
"-ls",
],
}
[2025-09-22T07:22:29Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
SPAWN: argv=["find", "/workspace", "-maxdepth", "2", "-ls"]
cwd=/workspace/src (exists? true)
2621441 4 drwxr-xr-x 6 root root 4096 Sep 22 07:22 /workspace
2621442 4 drwxr-xr-x 2 root root 4096 Sep 22 07:22 /workspace/artifacts
2664626 4 drwxr-xr-x 2 root root 4096 Sep 19 13:31 /workspace/cache
2664627 4 -rw-r--r-- 1 root root 1038 Sep 22 07:22 /workspace/cache/.rustc_info.json
2621528 4 drwxr-xr-x 3 root root 4096 Sep 22 07:22 /workspace/deps
2664625 0 -rw-r--r-- 1 root root 0 Sep 10 13:33 /workspace/deps/.package-cache
2621529 4 drwxr-xr-x 5 root root 4096 Sep 10 13:33 /workspace/deps/registry
2664623 152 -rw-r--r-- 1 root root 155648 Sep 22 07:22 /workspace/deps/.global-cache
2664624 0 -rw-r--r-- 1 root root 0 Sep 10 13:33 /workspace/deps/.package-cache-mutate
2621443 4 drwxr-xr-x 7 root root 4096 Sep 22 07:22 /workspace/src
2621464 4 -rw-r--r-- 1 root root 114 Sep 22 07:22 /workspace/src/config.yaml
2621471 8 -rw-r--r-- 1 root root 5294 Sep 22 07:22 /workspace/src/NEWS.md
2621451 0 -rw-r--r-- 1 root root 0 Sep 22 07:22 /workspace/src/foo.txt
2621475 4 drwxr-xr-x 2 root root 4096 Sep 22 07:22 /workspace/src/.radicle
2621467 4 -rw-r--r-- 1 root root 285 Sep 22 07:22 /workspace/src/ambient.subplot
2621473 4 -rw-r--r-- 1 root root 890 Sep 22 07:22 /workspace/src/Cargo.toml
2621470 4 -rw-r--r-- 1 root root 2446 Sep 22 07:22 /workspace/src/README.md
2621468 4 -rw-r--r-- 1 root root 1390 Sep 22 07:22 /workspace/src/ambient.py
2621477 4 -rw-r--r-- 1 root root 30 Sep 22 07:22 /workspace/src/.gitignore
2621450 4 -rw-r--r-- 1 root root 338 Sep 22 07:22 /workspace/src/radicle-ci-ambient.1
2621465 4 -rw-r--r-- 1 root root 802 Sep 22 07:22 /workspace/src/build.rs
2621474 124 -rw-r--r-- 1 root root 126641 Sep 22 07:22 /workspace/src/Cargo.lock
2621452 4 drwxr-xr-x 3 root root 4096 Sep 22 07:22 /workspace/src/debian
2621466 4 -rw-r--r-- 1 root root 232 Sep 22 07:22 /workspace/src/ambient.yaml
2621480 4 drwxr-xr-x 8 root root 4096 Sep 22 07:22 /workspace/src/.git
2621472 4 -rw-r--r-- 1 root root 432 Sep 22 07:22 /workspace/src/Makefile
2621469 12 -rw-r--r-- 1 root root 8272 Sep 22 07:22 /workspace/src/ambient.md
2621478 4 drwxr-xr-x 2 root root 4096 Sep 22 07:22 /workspace/src/.cargo
2621444 4 drwxr-xr-x 2 root root 4096 Sep 22 07:22 /workspace/src/src
[2025-09-22T07:22:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-22T07:22:29Z DEBUG ambient_ci::plan] RUN: Action CargoFmt
[2025-09-22T07:22:29Z DEBUG ambient_ci::action] Plan::execute: plan=CargoFmt
[2025-09-22T07:22:29Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.90.0 (840b83a10 2025-07-30)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.90 (1159e78c47 2025-09-14)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.90.0 (1159e78c4 2025-09-14)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/workspace/src (exists? true)
[2025-09-22T07:22:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-22T07:22:30Z DEBUG ambient_ci::plan] RUN: Action CargoClippy
[2025-09-22T07:22:30Z DEBUG ambient_ci::action] Plan::execute: plan=CargoClippy
[2025-09-22T07:22:30Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.90.0 (840b83a10 2025-07-30)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.90 (1159e78c47 2025-09-14)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.90.0 (1159e78c4 2025-09-14)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/workspace/src (exists? true)
Compiling proc-macro2 v1.0.101
Compiling unicode-ident v1.0.19
Compiling version_check v0.9.5
Compiling libc v0.2.175
Compiling quote v1.0.40
Compiling syn v2.0.106
Checking cfg-if v1.0.3
Compiling serde_core v1.0.225
Compiling jobserver v0.1.34
Compiling shlex v1.3.0
Compiling find-msvc-tools v0.1.2
Compiling cc v1.2.38
Compiling serde_derive v1.0.225
Compiling typenum v1.18.0
Compiling generic-array v0.14.7
Compiling serde v1.0.225
Checking crypto-common v0.1.6
Compiling synstructure v0.13.2
Checking subtle v2.6.1
Checking stable_deref_trait v1.2.0
Compiling thiserror v1.0.69
Compiling zerofrom-derive v0.1.6
Compiling yoke-derive v0.8.0
Compiling thiserror-impl v1.0.69
Checking zerofrom v0.1.6
Checking yoke v0.8.0
Checking memchr v2.7.5
Compiling zerovec-derive v0.11.1
Checking bitflags v2.9.4
Checking zerovec v0.11.4
Compiling displaydoc v0.2.5
Checking itoa v1.0.15
Checking getrandom v0.2.16
Checking once_cell v1.21.3
Compiling pkg-config v0.3.32
Compiling thiserror v2.0.16
Compiling thiserror-impl v2.0.16
Checking smallvec v1.15.1
Compiling anyhow v1.0.99
Compiling zerocopy v0.8.27
Checking tinystr v0.8.1
Checking writeable v0.6.1
Compiling syn v1.0.109
Compiling crossbeam-utils v0.8.21
Compiling getrandom v0.3.3
Checking litemap v0.8.0
Checking icu_locale_core v2.0.0
Checking potential_utf v0.1.3
Checking zerotrie v0.2.2
Compiling icu_normalizer_data v2.0.0
Compiling icu_properties_data v2.0.1
Checking icu_provider v2.0.0
Checking icu_collections v2.0.0
Checking block-buffer v0.10.4
Compiling tracing-attributes v0.1.30
Checking percent-encoding v2.3.2
Compiling rustix v1.1.2
Checking cpufeatures v0.2.17
Checking digest v0.10.7
Checking block-padding v0.3.3
Compiling linux-raw-sys v0.11.0
Checking pin-project-lite v0.2.16
Checking log v0.4.28
Compiling same-file v1.0.6
Compiling walkdir v2.5.0
Checking inout v0.1.4
Checking icu_properties v2.0.1
Checking icu_normalizer v2.0.0
Compiling ahash v0.8.12
Checking equivalent v1.0.2
Checking zeroize v1.8.1
Checking hashbrown v0.16.0
Compiling vcpkg v0.2.15
Compiling libz-sys v1.1.22
Checking indexmap v2.11.4
Checking idna_adapter v1.2.1
Checking cipher v0.4.4
Checking form_urlencoded v1.2.2
Compiling aho-corasick v1.1.3
Checking bytes v1.10.1
Compiling regex-syntax v0.8.6
Checking utf8_iter v1.0.4
Compiling regex-automata v0.4.10
Checking idna v1.1.0
Compiling encoding_rs v0.8.35
Checking futures-core v0.3.31
Compiling arraydeque v0.5.1
Compiling doc-comment v0.3.3
Compiling unicode-width v0.2.1
Compiling ucd-trie v0.1.7
Compiling pest v2.8.2
Compiling crossbeam-epoch v0.9.18
Compiling hashbrown v0.14.5
Checking url v2.5.7
Compiling libgit2-sys v0.17.0+1.8.1
Compiling bstr v1.12.0
Compiling proc-macro-error-attr v1.0.4
Compiling libm v0.2.15
Compiling unic-common v0.9.0
Compiling autocfg v1.5.0
Compiling unic-char-range v0.9.0
Compiling unic-char-property v0.9.0
Compiling num-traits v0.2.19
Compiling globset v0.4.16
Compiling unic-ucd-version v0.9.0
Compiling rand_core v0.6.4
Compiling hashlink v0.9.1
Compiling pest_meta v2.8.2
Compiling crossbeam-deque v0.8.6
Compiling serde_path_to_error v0.1.20
Compiling amplify_syn v2.0.1
Compiling ppv-lite86 v0.2.21
Checking tracing-core v0.1.34
Checking universal-hash v0.5.1
Checking mio v1.0.4
Checking socket2 v0.6.0
Compiling proc-macro-error v1.0.4
Checking ryu v1.0.20
Checking opaque-debug v0.3.1
Compiling serde_json v1.0.145
Checking futures-sink v0.3.31
Checking signature v1.6.4
Checking ed25519 v1.5.3
Checking tokio v1.47.1
Compiling rand_chacha v0.3.1
Compiling amplify_derive v4.0.1
Compiling ignore v0.4.23
Compiling pest_generator v2.8.2
Compiling yaml-rust2 v0.9.0
Compiling unic-ucd-segment v0.9.0
Compiling getopts v0.2.24
Checking sha2 v0.10.9
Compiling pikchr v0.1.4
Checking ascii v1.1.0
Checking amplify_num v0.5.3
Compiling fastrand v2.3.0
Checking ct-codecs v1.1.6
Compiling unicase v2.8.1
Compiling unicode-linebreak v0.1.5
Compiling smawk v0.3.2
Compiling deunicode v1.6.2
Checking fnv v1.0.7
Compiling pulldown-cmark-escape v0.11.0
Checking http v1.3.1
Compiling slug v0.1.6
Compiling textwrap v0.16.2
Checking ec25519 v0.1.0
Compiling tempfile v3.22.0
Checking amplify v4.9.0
Compiling humansize v2.1.3
Compiling unic-segment v0.9.0
Compiling marked-yaml v0.7.2
Compiling pest_derive v2.8.2
Compiling globwalk v0.9.1
Compiling rand v0.8.5
Checking polyval v0.6.2
Compiling regex v1.11.2
Compiling git-ref-format-core v0.3.1
Compiling sqlite3-src v0.5.1
Compiling ring v0.17.14
Compiling ident_case v1.0.1
Checking keccak v0.1.5
Compiling foldhash v0.1.5
Compiling strsim v0.11.1
Compiling utf8-width v0.1.7
Compiling lazy_static v1.5.0
Checking base64ct v1.8.0
Checking radicle-std-ext v0.1.1
Checking slab v0.4.11
Compiling tracing v0.1.41
Compiling darling_core v0.20.11
Compiling tera v1.20.0
Checking pem-rfc7468 v0.7.0
Compiling html-escape v0.2.13
Compiling hashbrown v0.15.5
Checking sha3 v0.10.8
Checking git2 v0.19.0
Compiling git-ref-format-macro v0.3.1
Checking ghash v0.5.1
Compiling roadmap v0.7.0
Checking cyphergraphy v0.3.0
Checking aes v0.8.4
Checking ctr v0.9.2
Checking aead v0.5.2
Compiling proc-macro-error-attr2 v2.0.0
Checking utf8parse v0.2.2
Checking byteorder v1.5.0
Compiling base64 v0.22.1
Checking pin-utils v0.1.0
Checking base32 v0.4.0
Compiling descape v2.0.3
Compiling data-encoding v2.9.0
Compiling line-col v0.2.1
Compiling data-encoding-macro-internal v0.1.16
Checking cypheraddr v0.4.0
Checking blowfish v0.9.1
Checking anstyle-parse v0.2.7
Compiling proc-macro-error2 v2.0.1
Checking aes-gcm v0.10.3
Checking git-ref-format v0.3.1
Compiling hashlink v0.10.0
Checking ssh-encoding v0.2.0
Compiling darling_macro v0.20.11
Checking http-body v1.0.1
Checking poly1305 v0.8.0
Checking chacha20 v0.9.1
Checking cbc v0.1.2
Checking rustls-pki-types v1.12.0
Checking pbkdf2 v0.12.2
Checking anstyle v1.0.11
Checking is_terminal_polyfill v1.70.1
Checking futures-task v0.3.31
Checking anstyle-query v1.1.4
Compiling cfg_aliases v0.2.1
Compiling pulldown-cmark v0.13.0
Checking futures-io v0.3.31
Checking colorchoice v1.0.4
Compiling crc32fast v1.5.0
Checking untrusted v0.9.0
Compiling typeid v1.0.3
Compiling httparse v1.10.1
Checking anstream v0.6.20
Checking futures-util v0.3.31
Checking data-encoding-macro v0.1.18
Compiling nix v0.29.0
Checking bcrypt-pbkdf v0.10.0
Checking ssh-cipher v0.2.0
Compiling darling v0.20.11
Compiling yaml-rust2 v0.10.4
Checking radicle-git-ext v0.8.1
Checking socks5-client v0.4.1
Checking tokio-util v0.7.16
Compiling subplot v0.13.0
Compiling rustls v0.23.32
Checking atomic-waker v1.1.2
Checking try-lock v0.2.5
Checking signature v2.2.0
Compiling rust_decimal v1.38.0
Checking base-x v0.2.11
Compiling adler2 v2.0.1
Compiling pulldown-cmark v0.12.2
Checking powerfmt v0.2.0
Checking tower-service v0.3.3
Compiling num-conv v0.1.0
Compiling erased-serde v0.4.8
Compiling time-core v0.1.6
Compiling time-macros v0.2.24
Checking sqlite3-sys v0.15.2
Checking sqlite v0.32.0
Checking deranged v0.5.3
Compiling miniz_oxide v0.8.9
Checking multibase v0.9.1
Checking ssh-key v0.6.7
Checking want v0.3.1
Checking h2 v0.4.12
Checking qcheck v1.0.0
Checking cyphernet v0.5.2
Compiling marked-yaml v0.8.0
Compiling derive_builder_core v0.20.2
Checking rustls-webpki v0.103.6
Checking chrono v0.4.42
Checking terminal_size v0.4.3
Checking futures-channel v0.3.31
Checking radicle-ssh v0.10.0
Compiling xattr v1.5.1
Compiling subplot v0.12.0
Checking nonempty v0.9.0
Compiling filetime v0.2.26
Compiling culpa-macros v1.0.2
Checking arrayvec v0.7.6
Checking clap_lex v0.7.5
Checking tinyvec_macros v0.1.1
Compiling heck v0.5.0
Compiling clap_derive v4.5.47
Checking clap_builder v4.5.47
Checking tinyvec v1.10.0
Checking time v0.3.44
Compiling tar v0.4.44
Checking radicle-crypto v0.13.0
Checking hyper v1.7.0
Compiling flate2 v1.1.2
Compiling derive_builder_macro v0.20.2
Checking radicle-dag v0.10.0
Checking sync_wrapper v1.0.2
Compiling git-ref-format-core v0.4.0
Checking bytesize v2.1.0
Checking cvt v0.1.2
Checking ipnet v2.11.0
Checking base64 v0.21.7
Checking tower-layer v0.3.3
Checking winnow v0.7.13
Checking unsafe-libyaml-norway v0.2.15
Compiling portable-atomic v1.11.1
Checking serde_norway v0.9.42
Checking toml_parser v1.0.3
Checking quick-xml v0.37.5
Checking tower v0.5.2
Checking hyper-util v0.1.17
Checking fs_at v0.2.1
Checking crossbeam-channel v0.5.15
Compiling git-ref-format-macro v0.4.0
Checking radicle-cob v0.15.0
Checking derive_builder v0.20.2
Compiling radicle-surf v0.22.1
Checking tokio-rustls v0.26.3
Compiling subplot-build v0.13.0
Checking serde-untagged v0.1.9
Checking unicode-normalization v0.1.24
Checking clap v4.5.47
Compiling culpa v1.0.2
Checking diligent-date-parser v0.1.5
Checking webpki-roots v1.0.2
Compiling git-ref-format-core v0.5.0
Checking localtime v1.3.1
Checking toml_datetime v0.7.2
Checking serde_spanned v1.0.2
Checking dirs-sys-next v0.1.2
Compiling valuable v0.1.1
Checking normpath v1.4.0
Checking toml_writer v1.0.3
Checking fast-glob v0.3.3
Checking iri-string v0.7.8
Checking siphasher v1.0.1
Compiling subplotlib v0.12.0
Checking never v0.1.0
Checking option-ext v0.2.0
Checking dirs-sys v0.5.0
Checking atom_syndication v0.12.7
Checking console v0.15.11
Checking tower-http v0.6.6
Checking radicle v0.18.0
Checking toml v0.9.7
Checking remove_dir_all v1.0.0
Checking directories-next v2.0.0
Compiling git-ref-format-macro v0.5.0
Compiling subplotlib-derive v0.12.0
Checking git-ref-format v0.4.0
Checking hyper-rustls v0.27.7
Compiling radicle-ci-broker v0.20.1
Checking sharded-slab v0.1.7
Checking env_filter v0.1.3
Checking http-body-util v0.1.3
Checking uuid v1.18.1
Checking matchers v0.2.0
Checking serde_urlencoded v0.7.1
Checking tracing-serde v0.2.0
Checking tracing-log v0.2.0
Compiling valuable-derive v0.1.1
Checking thread_local v1.1.9
Checking fs2 v0.4.3
Checking jiff v0.2.15
Checking state v0.6.0
Checking unicode-segmentation v1.12.0
Checking nonempty v0.11.0
Compiling ambient-ci v0.6.0
Checking shell-words v1.1.0
Checking nu-ansi-term v0.50.1
Checking winnow v0.6.26
Checking number_prefix v0.4.0
Checking indicatif v0.17.11
Checking env_logger v0.11.8
Checking duration-str v0.12.0
Checking tracing-subscriber v0.3.20
Checking radicle-job v0.3.0
Checking git-ref-format v0.5.0
Checking reqwest v0.12.23
Checking html-page v0.4.0
Checking radicle-git-ext v0.9.0
Checking clingwrap v0.4.0
Checking rss v2.0.12
Checking directories v6.0.0
Checking byte-unit v5.1.6
Compiling radicle-ci-ambient v0.11.4 (/workspace/src)
Checking hex v0.4.3
Checking radicle-git-ext v0.10.0
Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 51s
[2025-09-22T07:25:22Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-22T07:25:22Z DEBUG ambient_ci::plan] RUN: Action Shell {
shell: "export DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\nexport CARGO_HOME=/workspace/deps\nexport CARGO_TARGET_DIR=/workspace/cache\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/bin:/sbin\"\n\nmake ambient.html\nmv ambient.html /workspace/artifacts/.\n\ngit reset --hard\ngit clean -fdx\n# git switch main\ngit status --ignored\n# git clean -fdx\n\n# Configure Git so that it can be used in the tests for this\n# project.\ngit config --global user.email \"test@example.com\"\ngit config --global user.name \"Testy McTestface\"\n\nfind /workspace/deps -name \"*.crate\"\ncargo test --offline\n\nV=\"$(dpkg-parsechangelog -SVersion | sed 's/-[^-]*$//')\"\nT=\"$(date -u \"+%Y%m%dT%H%M%S\")\"\nversion=\"$V.ci$T-1\"\ndch -v \"$version\" \"CI build under Ambient.\"\ndch -r ''\n",
}
[2025-09-22T07:25:22Z DEBUG ambient_ci::action] Plan::execute: plan=Shell {
shell: "export DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\nexport CARGO_HOME=/workspace/deps\nexport CARGO_TARGET_DIR=/workspace/cache\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/bin:/sbin\"\n\nmake ambient.html\nmv ambient.html /workspace/artifacts/.\n\ngit reset --hard\ngit clean -fdx\n# git switch main\ngit status --ignored\n# git clean -fdx\n\n# Configure Git so that it can be used in the tests for this\n# project.\ngit config --global user.email \"test@example.com\"\ngit config --global user.name \"Testy McTestface\"\n\nfind /workspace/deps -name \"*.crate\"\ncargo test --offline\n\nV=\"$(dpkg-parsechangelog -SVersion | sed 's/-[^-]*$//')\"\nT=\"$(date -u \"+%Y%m%dT%H%M%S\")\"\nversion=\"$V.ci$T-1\"\ndch -v \"$version\" \"CI build under Ambient.\"\ndch -r ''\n",
}
[2025-09-22T07:25:22Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\nexport CARGO_HOME=/workspace/deps\nexport CARGO_TARGET_DIR=/workspace/cache\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/bin:/sbin\"\n\nmake ambient.html\nmv ambient.html /workspace/artifacts/.\n\ngit reset --hard\ngit clean -fdx\n# git switch main\ngit status --ignored\n# git clean -fdx\n\n# Configure Git so that it can be used in the tests for this\n# project.\ngit config --global user.email \"test@example.com\"\ngit config --global user.name \"Testy McTestface\"\n\nfind /workspace/deps -name \"*.crate\"\ncargo test --offline\n\nV=\"$(dpkg-parsechangelog -SVersion | sed 's/-[^-]*$//')\"\nT=\"$(date -u \"+%Y%m%dT%H%M%S\")\"\nversion=\"$V.ci$T-1\"\ndch -v \"$version\" \"CI build under Ambient.\"\ndch -r ''\n\n"]
cwd=/workspace/src (exists? true)
+ export DEBEMAIL=liw@liw.fi
+ DEBEMAIL=liw@liw.fi
+ export 'DEBFULLNAME=Lars Wirzenius'
+ DEBFULLNAME='Lars Wirzenius'
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export CARGO_TARGET_DIR=/workspace/cache
+ CARGO_TARGET_DIR=/workspace/cache
+ export HOME=/root
+ HOME=/root
+ export PATH=/root/.cargo/bin:/bin:/sbin
+ PATH=/root/.cargo/bin:/bin:/sbin
+ make ambient.html
subplot docgen ambient.subplot -o ambient.html
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
+ mv ambient.html /workspace/artifacts/.
+ git reset --hard
HEAD is now at ab4b4c1 chore: prepare release 0.11.4
+ git clean -fdx
+ git status --ignored
HEAD detached at ab4b4c1
nothing to commit, working tree clean
+ git config --global user.email test@example.com
+ git config --global user.name 'Testy McTestface'
+ find /workspace/deps -name '*.crate'
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/subplotlib-derive-0.12.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.46.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/cyphergraphy-0.3.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/winpipe-0.1.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/inout-0.1.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasip2-1.0.1+wasi-0.2.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rand-0.9.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/redox_syscall-0.5.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.33.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unic-segment-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wyz-0.5.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/funty-2.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tempfile-fast-0.3.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-link-0.1.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/git-ref-format-macro-0.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/crypto-bigint-0.5.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/jiff-static-0.2.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.24.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/subplot-0.13.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/git-ref-format-macro-0.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.10.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.12.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/valuable-derive-0.1.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rust_decimal-1.37.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/git2-0.19.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/derive_builder-0.20.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/generator-0.7.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rend-0.4.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pkcs8-0.10.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/hmac-0.12.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/redox_users-0.5.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/anstream-0.6.18.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.0.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/litemap-0.7.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-git-ext-0.10.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/url-2.5.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/aes-0.8.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/litemap-0.8.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/libc-0.2.171.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rustc-hash-2.1.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.100.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/globwalk-0.9.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-std-ext-0.1.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/directories-6.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ssh-encoding-0.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/autocfg-1.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/time-0.3.44.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/bitvec-1.0.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.16.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.9.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/flate2-1.1.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde-untagged-0.1.9.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/chrono-0.4.42.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/atom_syndication-0.12.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/hex-0.4.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/sqlite-0.32.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radium-0.7.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tinyvec_macros-0.1.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/yaml-rust2-0.10.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.8.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/signature-1.6.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/libyml-0.0.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/derive_builder_macro-0.20.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ctr-0.9.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-targets-0.52.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/textwrap-0.15.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pem-rfc7468-0.7.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.32.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasi-0.14.2+wasi-0.2.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/winnow-0.7.13.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/git-ref-format-0.3.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/hyper-1.7.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.47.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/linked-hash-map-0.5.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-core-0.58.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ignore-0.4.23.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.48.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/git-ref-format-0.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ordered-float-2.10.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/winapi-i686-pc-windows-gnu-0.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/sec1-0.7.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/option-ext-0.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/quinn-proto-0.11.13.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.103.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/scoped-tls-1.0.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/subplot-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/winapi-0.3.9.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/hashlink-0.9.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/anstream-0.6.20.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.52.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/errno-0.3.14.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/gimli-0.31.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/redox_syscall-0.5.17.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wit-bindgen-rt-0.39.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wit-bindgen-0.46.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/h2-0.4.12.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/state-0.6.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rustls-0.23.31.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pest-2.8.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/spin-0.9.8.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_provider-2.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/libm-0.2.15.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.52.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.6.29.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.8.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.48.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/matchers-0.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/simdutf8-0.1.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/elliptic-curve-0.13.8.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unic-char-property-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/subplot-build-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pulldown-cmark-escape-0.11.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-0.18.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.30.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-git-ext-0.8.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/dirs-sys-next-0.1.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/syn-2.0.100.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.47.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/socket2-0.6.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rfc6979-0.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/duration-str-0.12.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ambient-ci-0.5.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.12.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-crypto-0.13.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde-1.0.225.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/git-ref-format-macro-0.3.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/never-0.1.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/indicatif-0.17.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/sqlite3-sys-0.15.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/xattr-1.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.225.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/quinn-0.11.9.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.9.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde-value-0.7.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.48.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/deranged-0.5.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/time-0.3.43.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.23.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/writeable-0.6.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/git-testament-derive-0.2.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde-1.0.219.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/num-conv-0.1.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/libm-0.2.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.8.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/textwrap-0.16.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde_yml-0.0.12.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/deunicode-1.6.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-crypto-0.12.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/jiff-0.2.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/yoke-0.7.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/culpa-1.0.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rsa-0.9.8.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tempfile-3.20.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/borsh-1.5.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/deunicode-1.6.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-ci-broker-0.20.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ecdsa-0.16.9.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/deranged-0.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/regex-1.11.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.48.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.52.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.12.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.8.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.103.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.8.26.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/redox_users-0.4.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-git-ext-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.17.0+1.8.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/time-core-0.1.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/env_logger-0.10.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.24.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pulldown-cmark-0.12.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/aligned-0.4.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.41.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ff-0.13.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/base16ct-0.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/smawk-0.3.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.3.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/log-0.4.27.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/seahash-4.1.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/line-col-0.2.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/p384-0.13.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ident_case-1.0.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/fs2-0.4.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.22.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/matchers-0.1.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasi-0.11.1+wasi-snapshot-preview1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.8.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.52.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/time-0.3.41.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/subtle-2.6.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/clap-4.5.41.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-ssh-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/subplot-build-0.12.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_properties-2.0.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ec25519-0.1.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/idna-1.1.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.11.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tracing-log-0.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.2.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/io-uring-0.7.10.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.16.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/subplot-0.12.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/git-ref-format-0.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/utf8-width-0.1.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/indexmap-2.11.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/heck-0.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/getopts-0.2.24.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.24.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/descape-2.0.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-targets-0.48.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/normpath-1.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.52.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/quick-xml-0.37.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/subplotlib-0.12.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/bytesize-2.1.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ghash-0.5.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/arraydeque-0.5.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.48.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/borsh-derive-1.5.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/slug-0.1.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/quick-xml-0.37.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/signature-2.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ascii-1.1.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/multibase-0.9.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.100.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/syn-1.0.109.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde-untagged-0.1.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/overload-0.1.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pkcs1-0.7.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/r-efi-5.3.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/proc-macro-error2-2.0.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/addr2line-0.24.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/clap-4.5.47.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.16.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rss-2.0.12.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/roadmap-0.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/git-ref-format-core-0.3.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasi-0.11.0+wasi-snapshot-preview1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/defer-heavy-0.1.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/sha3-0.10.8.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/humantime-2.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/bcrypt-pbkdf-0.10.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/filetime-0.2.26.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-job-0.3.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/base64-0.21.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/group-0.13.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-0.16.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/doc-comment-0.3.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-interface-0.58.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/regex-automata-0.1.10.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rustc-demangle-0.1.26.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/yoke-0.8.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-implement-0.58.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/byte-unit-5.1.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/winnow-0.6.26.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.7.35.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/data-encoding-macro-0.1.18.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/termcolor-1.4.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.41.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pikchr-0.1.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.20.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/data-encoding-2.8.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.145.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.10.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/poly1305-0.8.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ssh-cipher-0.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/roadmap-0.7.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/polyval-0.6.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/amplify-4.8.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unic-ucd-version-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/base32-0.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/jiff-0.2.15.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/base64ct-1.6.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.33.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/write16-1.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/blowfish-0.9.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/keccak-0.1.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.77.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.19.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/time-core-0.1.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/amplify_derive-4.0.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.11.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/cc-1.2.38.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/r-efi-5.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/nix-0.29.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.46.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasi-0.14.7+wasi-0.2.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/p521-0.13.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/winapi-x86_64-pc-windows-gnu-0.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/http-1.3.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/adler2-2.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-strings-0.1.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-norway-0.2.15.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.27.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ptr_meta_derive-0.1.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-job-0.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/web-sys-0.3.80.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/git-ref-format-core-0.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/errno-0.3.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/directories-next-2.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rand-0.8.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tar-0.4.44.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/cyphernet-0.5.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.103.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/remove_dir_all-1.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/flate2-1.1.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/amplify_syn-2.0.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.48.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/der-0.7.9.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/cipher-0.4.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/as-slice-0.2.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/culpa-macros-1.0.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/file_diff-1.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/getopts-0.2.21.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unicode-linebreak-0.1.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unicase-2.8.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/uuid-1.18.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.22.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/valuable-serde-0.1.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.80.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-ssh-0.10.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/bumpalo-3.17.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/lru-slab-0.1.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-0.58.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/fast-glob-0.3.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unic-common-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde-aux-4.6.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/bytecheck-0.6.12.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ct-codecs-1.1.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/git-ref-format-core-0.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/console-0.15.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/clingwrap-0.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-ci-broker-0.20.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/crc32fast-1.4.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/syn-2.0.106.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pest-2.8.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.100.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.100.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.103.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.14.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/normpath-1.3.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/subplot-build-0.13.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.17.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rust_decimal-1.38.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/loom-0.5.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ssh-key-0.6.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/spki-0.7.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rkyv_derive-0.7.45.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-sys-0.52.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/clingwrap-0.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-cob-0.14.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.17.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.52.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-cob-0.15.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/hermit-abi-0.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/amplify-4.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.9.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde_norway-0.9.42.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.35.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/aes-gcm-0.10.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/idna-1.0.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.101.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/localtime-1.3.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tinyvec-1.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/globset-0.4.16.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tower-0.5.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/humansize-2.1.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/xattr-1.5.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rkyv-0.7.45.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/log-0.4.28.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/amplify_num-0.5.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.24.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ct-codecs-1.1.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/socks5-client-0.4.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/der-0.7.10.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pulldown-cmark-0.13.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/sqlite3-src-0.5.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/fs_at-0.2.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.9.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/webpki-roots-1.0.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-sys-0.59.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tracing-serde-0.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.10.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/object-0.36.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tera-1.20.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/const-oid-0.9.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/digest-0.10.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/number_prefix-0.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/want-0.3.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/jiff-static-0.2.15.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr2-2.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/block-padding-0.3.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.0.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/uuid-1.16.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.48.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.19.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/cc-1.2.18.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rustix-1.0.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/nonempty-0.11.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-dag-0.10.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/bstr-1.12.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/slab-0.4.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/p256-0.13.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/darling-0.20.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.12.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.52.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/nonempty-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tap-1.0.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/html-page-0.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/data-encoding-2.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/valuable-0.1.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/git-testament-0.2.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.28.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ptr_meta-0.1.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/universal-hash-0.5.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/num-iter-0.1.45.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/quote-1.0.40.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/base-x-0.2.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/html-escape-0.2.13.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pulldown-cmark-0.9.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/url-2.5.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/marked-yaml-0.8.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/yaml-rust2-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/portable-atomic-util-0.2.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tempfile-3.22.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_collections-2.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/memchr-2.7.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-futures-0.4.53.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/data-encoding-macro-internal-0.1.15.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/libredox-0.1.10.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-0.48.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.225.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/primeorder-0.13.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ed25519-1.5.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/cbc-0.1.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/qcheck-1.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/shell-words-1.1.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/regex-1.11.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/marked-yaml-0.7.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/quinn-udp-0.5.14.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/toml-0.9.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ambient-ci-0.6.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/libredox-0.1.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unic-char-range-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/yaml-rust-0.4.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.103.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unic-ucd-segment-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/chacha20-0.9.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.75.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/sync-ptr-0.1.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/opaque-debug-0.3.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/cvt-0.1.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/aead-0.5.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/cypheraddr-0.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ring-0.17.14.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/filetime-0.2.25.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/bytesize-2.0.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/bytecheck_derive-0.6.12.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/diligent-date-parser-0.1.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-surf-0.22.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/env_filter-0.1.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/libc-0.2.175.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-result-0.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ahash-0.7.8.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.52.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/base64-0.22.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/data-encoding-macro-0.1.17.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rustls-0.23.32.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-ci-broker-0.19.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/data-encoding-macro-internal-0.1.16.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.16.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/chrono-0.4.40.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/mio-1.0.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/bstr-1.11.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.34.crate
+ cargo test --offline
Compiling cfg-if v1.0.3
Compiling libc v0.2.175
Compiling memchr v2.7.5
Compiling serde_core v1.0.225
Compiling bitflags v2.9.4
Compiling once_cell v1.21.3
Compiling typenum v1.18.0
Compiling itoa v1.0.15
Compiling generic-array v0.14.7
Compiling crypto-common v0.1.6
Compiling serde v1.0.225
Compiling subtle v2.6.1
Compiling zerofrom v0.1.6
Compiling stable_deref_trait v1.2.0
Compiling linux-raw-sys v0.11.0
Compiling percent-encoding v2.3.2
Compiling yoke v0.8.0
Compiling pin-project-lite v0.2.16
Compiling thiserror v1.0.69
Compiling getrandom v0.2.16
Compiling zerovec v0.11.4
Compiling regex-syntax v0.8.6
Compiling ryu v1.0.20
Compiling smallvec v1.15.1
Compiling tinystr v0.8.1
Compiling fnv v1.0.7
Compiling writeable v0.6.1
Compiling litemap v0.8.0
Compiling icu_locale_core v2.0.0
Compiling thiserror v2.0.16
Compiling potential_utf v0.1.3
Compiling zerotrie v0.2.2
Compiling fastrand v2.3.0
Compiling icu_provider v2.0.0
Compiling icu_collections v2.0.0
Compiling anyhow v1.0.99
Compiling block-buffer v0.10.4
Compiling same-file v1.0.6
Compiling cpufeatures v0.2.17
Compiling walkdir v2.5.0
Compiling digest v0.10.7
Compiling icu_properties_data v2.0.1
Compiling icu_normalizer_data v2.0.0
Compiling crossbeam-utils v0.8.21
Compiling block-padding v0.3.3
Compiling encoding_rs v0.8.35
Compiling log v0.4.28
Compiling unicode-width v0.2.1
Compiling inout v0.1.4
Compiling icu_normalizer v2.0.0
Compiling icu_properties v2.0.1
Compiling rustix v1.1.2
Compiling zeroize v1.8.1
Compiling hashbrown v0.16.0
Compiling equivalent v1.0.2
Compiling indexmap v2.11.4
Compiling idna_adapter v1.2.1
Compiling cipher v0.4.4
Compiling form_urlencoded v1.2.2
Compiling aho-corasick v1.1.3
Compiling utf8_iter v1.0.4
Compiling bytes v1.10.1
Compiling idna v1.1.0
Compiling regex-automata v0.4.10
Compiling ahash v0.8.12
Compiling futures-core v0.3.31
Compiling strsim v0.11.1
Compiling pest v2.8.2
Compiling hashbrown v0.14.5
Compiling url v2.5.7
Compiling crossbeam-epoch v0.9.18
Compiling bstr v1.12.0
Compiling utf8-width v0.1.7
Compiling base64 v0.22.1
Compiling globset v0.4.16
Compiling rand_core v0.6.4
Compiling crossbeam-deque v0.8.6
Compiling hashlink v0.9.1
Compiling pest_meta v2.8.2
Compiling libz-sys v1.1.22
Compiling serde_path_to_error v0.1.20
Compiling universal-hash v0.5.1
Compiling tracing-core v0.1.34
Compiling socket2 v0.6.0
Compiling mio v1.0.4
Compiling signature v1.6.4
Compiling futures-sink v0.3.31
Compiling opaque-debug v0.3.1
Compiling lazy_static v1.5.0
Compiling ed25519 v1.5.3
Compiling tokio v1.47.1
Compiling pest_generator v2.8.2
Compiling rand_chacha v0.3.1
Compiling libgit2-sys v0.17.0+1.8.1
Compiling yaml-rust2 v0.9.0
Compiling ignore v0.4.23
Compiling getopts v0.2.24
Compiling sha2 v0.10.9
Compiling getrandom v0.3.3
Compiling amplify_num v0.5.3
Compiling ct-codecs v1.1.6
Compiling ascii v1.1.0
Compiling textwrap v0.16.2
Compiling ec25519 v0.1.0
Compiling amplify v4.9.0
Compiling tempfile v3.22.0
Compiling num-traits v0.2.19
Compiling globwalk v0.9.1
Compiling marked-yaml v0.7.2
Compiling git2 v0.19.0
Compiling rand v0.8.5
Compiling pest_derive v2.8.2
Compiling serde_json v1.0.145
Compiling polyval v0.6.2
Compiling html-escape v0.2.13
Compiling regex v1.11.2
Compiling http v1.3.1
Compiling git-ref-format-core v0.3.1
Compiling slab v0.4.11
Compiling radicle-std-ext v0.1.1
Compiling keccak v0.1.5
Compiling base64ct v1.8.0
Compiling darling_core v0.20.11
Compiling pem-rfc7468 v0.7.0
Compiling sha3 v0.10.8
Compiling tracing v0.1.41
Compiling git-ref-format-macro v0.3.1
Compiling tera v1.20.0
Compiling ghash v0.5.1
Compiling roadmap v0.7.0
Compiling cyphergraphy v0.3.0
Compiling aes v0.8.4
Compiling ctr v0.9.2
Compiling aead v0.5.2
Compiling pin-utils v0.1.0
Compiling utf8parse v0.2.2
Compiling base32 v0.4.0
Compiling byteorder v1.5.0
Compiling cypheraddr v0.4.0
Compiling blowfish v0.9.1
Compiling git-ref-format v0.3.1
Compiling anstyle-parse v0.2.7
Compiling aes-gcm v0.10.3
Compiling sqlite3-src v0.5.1
Compiling darling_macro v0.20.11
Compiling ssh-encoding v0.2.0
Compiling http-body v1.0.1
Compiling poly1305 v0.8.0
Compiling cbc v0.1.2
Compiling chacha20 v0.9.1
Compiling rustls-pki-types v1.12.0
Compiling pbkdf2 v0.12.2
Compiling untrusted v0.9.0
Compiling data-encoding v2.9.0
Compiling futures-task v0.3.31
Compiling anstyle v1.0.11
Compiling colorchoice v1.0.4
Compiling is_terminal_polyfill v1.70.1
Compiling anstyle-query v1.1.4
Compiling futures-io v0.3.31
Compiling futures-util v0.3.31
Compiling anstream v0.6.20
Compiling data-encoding-macro v0.1.18
Compiling ring v0.17.14
Compiling bcrypt-pbkdf v0.10.0
Compiling ssh-cipher v0.2.0
Compiling darling v0.20.11
Compiling yaml-rust2 v0.10.4
Compiling sqlite3-sys v0.15.2
Compiling radicle-git-ext v0.8.1
Compiling socks5-client v0.4.1
Compiling tokio-util v0.7.16
Compiling subplot v0.13.0
Compiling powerfmt v0.2.0
Compiling base-x v0.2.11
Compiling signature v2.2.0
Compiling try-lock v0.2.5
Compiling time-core v0.1.6
Compiling num-conv v0.1.0
Compiling atomic-waker v1.1.2
Compiling tower-service v0.3.3
Compiling h2 v0.4.12
Compiling time-macros v0.2.24
Compiling ssh-key v0.6.7
Compiling want v0.3.1
Compiling multibase v0.9.1
Compiling deranged v0.5.3
Compiling qcheck v1.0.0
Compiling cyphernet v0.5.2
Compiling sqlite v0.32.0
Compiling marked-yaml v0.8.0
Compiling derive_builder_core v0.20.2
Compiling rustls-webpki v0.103.6
Compiling crc32fast v1.5.0
Compiling typeid v1.0.3
Compiling pulldown-cmark v0.13.0
Compiling httparse v1.10.1
Compiling chrono v0.4.42
Compiling terminal_size v0.4.3
Compiling futures-channel v0.3.31
Compiling xattr v1.5.1
Compiling radicle-ssh v0.10.0
Compiling subplot v0.12.0
Compiling nonempty v0.9.0
Compiling filetime v0.2.26
Compiling arrayvec v0.7.6
Compiling clap_lex v0.7.5
Compiling tinyvec_macros v0.1.1
Compiling tinyvec v1.10.0
Compiling clap_builder v4.5.47
Compiling rust_decimal v1.38.0
Compiling tar v0.4.44
Compiling radicle-crypto v0.13.0
Compiling hyper v1.7.0
Compiling nix v0.29.0
Compiling erased-serde v0.4.8
Compiling flate2 v1.1.2
Compiling derive_builder_macro v0.20.2
Compiling rustls v0.23.32
Compiling time v0.3.44
Compiling pulldown-cmark v0.12.2
Compiling sync_wrapper v1.0.2
Compiling radicle-dag v0.10.0
Compiling git-ref-format-core v0.4.0
Compiling bytesize v2.1.0
Compiling cvt v0.1.2
Compiling winnow v0.7.13
Compiling base64 v0.21.7
Compiling ipnet v2.11.0
Compiling unsafe-libyaml-norway v0.2.15
Compiling tower-layer v0.3.3
Compiling tower v0.5.2
Compiling serde_norway v0.9.42
Compiling hyper-util v0.1.17
Compiling toml_parser v1.0.3
Compiling culpa v1.0.2
Compiling fs_at v0.2.1
Compiling git-ref-format-macro v0.4.0
Compiling radicle-cob v0.15.0
Compiling tokio-rustls v0.26.3
Compiling derive_builder v0.20.2
Compiling radicle-surf v0.22.1
Compiling serde-untagged v0.1.9
Compiling subplot-build v0.13.0
Compiling clap v4.5.47
Compiling unicode-normalization v0.1.24
Compiling diligent-date-parser v0.1.5
Compiling webpki-roots v1.0.2
Compiling quick-xml v0.37.5
Compiling crossbeam-channel v0.5.15
Compiling git-ref-format-core v0.5.0
Compiling localtime v1.3.1
Compiling toml_datetime v0.7.2
Compiling serde_spanned v1.0.2
Compiling dirs-sys-next v0.1.2
Compiling never v0.1.0
Compiling option-ext v0.2.0
Compiling toml_writer v1.0.3
Compiling normpath v1.4.0
Compiling iri-string v0.7.8
Compiling fast-glob v0.3.3
Compiling siphasher v1.0.1
Compiling radicle v0.18.0
Compiling tower-http v0.6.6
Compiling remove_dir_all v1.0.0
Compiling toml v0.9.7
Compiling dirs-sys v0.5.0
Compiling atom_syndication v0.12.7
Compiling directories-next v2.0.0
Compiling git-ref-format v0.4.0
Compiling git-ref-format-macro v0.5.0
Compiling subplotlib-derive v0.12.0
Compiling hyper-rustls v0.27.7
Compiling radicle-ci-broker v0.20.1
Compiling portable-atomic v1.11.1
Compiling env_filter v0.1.3
Compiling http-body-util v0.1.3
Compiling uuid v1.18.1
Compiling matchers v0.2.0
Compiling sharded-slab v0.1.7
Compiling tracing-serde v0.2.0
Compiling tracing-log v0.2.0
Compiling serde_urlencoded v0.7.1
Compiling console v0.15.11
Compiling fs2 v0.4.3
Compiling thread_local v1.1.9
Compiling shell-words v1.1.0
Compiling state v0.6.0
Compiling unicode-segmentation v1.12.0
Compiling number_prefix v0.4.0
Compiling jiff v0.2.15
Compiling nu-ansi-term v0.50.1
Compiling winnow v0.6.26
Compiling nonempty v0.11.0
Compiling duration-str v0.12.0
Compiling radicle-job v0.3.0
Compiling tracing-subscriber v0.3.20
Compiling env_logger v0.11.8
Compiling indicatif v0.17.11
Compiling subplotlib v0.12.0
Compiling valuable v0.1.1
Compiling git-ref-format v0.5.0
Compiling reqwest v0.12.23
Compiling radicle-git-ext v0.9.0
Compiling clingwrap v0.4.0
Compiling rss v2.0.12
Compiling directories v6.0.0
Compiling byte-unit v5.1.6
Compiling html-page v0.4.0
Compiling hex v0.4.3
Compiling radicle-ci-ambient v0.11.4 (/workspace/src)
Compiling ambient-ci v0.6.0
Compiling radicle-git-ext v0.10.0
Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 24s
Running unittests src/lib.rs (/workspace/cache/debug/deps/radicle_ci_ambient-80a9986c2d8f8739)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/main.rs (/workspace/cache/debug/deps/radicle_ci_ambient-03304fd3ed549d9b)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests radicle_ci_ambient
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
++ dpkg-parsechangelog -SVersion
++ sed 's/-[^-]*$//'
+ V=0.11.4
++ date -u +%Y%m%dT%H%M%S
+ T=20250922T072648
+ version=0.11.4.ci20250922T072648-1
+ dch -v 0.11.4.ci20250922T072648-1 'CI build under Ambient.'
+ dch -r ''
[2025-09-22T07:26:48Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-22T07:26:48Z DEBUG ambient_ci::plan] RUN: Action Deb
[2025-09-22T07:26:48Z DEBUG ambient_ci::action] Plan::execute: plan=Deb
[2025-09-22T07:26:48Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
SPAWN: argv=["/bin/bash", "-c", "#!/bin/bash\nset -xeuo pipefail\n\necho \"PATH at start: $PATH\"\nexport PATH=\"/root/.cargo/bin:$PATH\"\nexport CARGO_HOME=/workspace/deps\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\n/bin/env\n\ncommand -v cargo\ncommand -v rustc\n\ncargo --version\nrustc --version\n\n# Get name and version of source package.\nname=\"$(dpkg-parsechangelog -SSource)\"\nversion=\"$(dpkg-parsechangelog -SVersion)\"\n\n# Get upstream version: everything before the last dash.\nuv=\"$(echo \"$version\" | sed 's/-[^-]*$//')\"\n\n# Files that will be created.\narch=\"$(dpkg --print-architecture)\"\norig=\"../${name}_${uv}.orig.tar.xz\"\ndeb=\"../${name}_${version}_${arch}.deb\"\nchanges=\"../${name}_${version}_${arch}.changes\"\n\n# Create \"upstream tarball\".\ngit archive HEAD | xz >\"$orig\"\n\n# Build package.\ndpkg-buildpackage -us -uc\n\n# Dump some information to make it easier to visually verify\n# everything looks OK. Also, test the package with the lintian tool.\n\nls -l ..\nfor x in ../*.deb; do dpkg -c \"$x\"; done\n# FIXME: disabled while this prevents radicle-native-ci deb from being built.\n# lintian -i --allow-root --fail-on warning ../*.changes\n\n# Move files to artifacts directory.\nmv ../*_* /workspace/artifacts\n "]
cwd=/workspace/src (exists? true)
+ echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export DEBEMAIL=liw@liw.fi
+ DEBEMAIL=liw@liw.fi
+ export 'DEBFULLNAME=Lars Wirzenius'
+ DEBFULLNAME='Lars Wirzenius'
+ /bin/env
DEBFULLNAME=Lars Wirzenius
CARGO_TARGET_DIR=/workspace/cache
PWD=/workspace/src
SYSTEMD_EXEC_PID=294
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=49278b65c84e4332b537a20cbe858b3a
SHLVL=2
JOURNAL_STREAM=8:13425
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.90.0 (840b83a10 2025-07-30)
+ rustc --version
rustc 1.90.0 (1159e78c4 2025-09-14)
++ dpkg-parsechangelog -SSource
+ name=radicle-ci-ambient
++ dpkg-parsechangelog -SVersion
+ version=0.11.4.ci20250922T072648-1
++ echo 0.11.4.ci20250922T072648-1
++ sed 's/-[^-]*$//'
+ uv=0.11.4.ci20250922T072648
++ dpkg --print-architecture
+ arch=amd64
+ orig=../radicle-ci-ambient_0.11.4.ci20250922T072648.orig.tar.xz
+ deb=../radicle-ci-ambient_0.11.4.ci20250922T072648-1_amd64.deb
+ changes=../radicle-ci-ambient_0.11.4.ci20250922T072648-1_amd64.changes
+ git archive HEAD
+ xz
+ dpkg-buildpackage -us -uc
[1mdpkg-buildpackage: [0m[32minfo[0m: source package radicle-ci-ambient
[1mdpkg-buildpackage: [0m[32minfo[0m: source version 0.11.4.ci20250922T072648-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-ambient using existing ./radicle-ci-ambient_0.11.4.ci20250922T072648.orig.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building radicle-ci-ambient in radicle-ci-ambient_0.11.4.ci20250922T072648-1.debian.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building radicle-ci-ambient in radicle-ci-ambient_0.11.4.ci20250922T072648-1.dsc
[1;35m debian/rules build
[0mdh build
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
debian/rules override_dh_auto_build
make[1]: Entering directory '/workspace/src'
true
make[1]: Leaving directory '/workspace/src'
debian/rules override_dh_auto_test
make[1]: Entering directory '/workspace/src'
echo tests are disabled, for now
tests are disabled, for now
make[1]: Leaving directory '/workspace/src'
create-stamp debian/debhelper-build-stamp
[1;35m debian/rules binary
[0mdh binary
dh_testroot
dh_prep
debian/rules override_dh_auto_install
make[1]: Entering directory '/workspace/src'
cargo install --locked --offline --path=. --root=debian/radicle-ci-ambient/usr
Installing radicle-ci-ambient v0.11.4 (/workspace/src)
Compiling proc-macro2 v1.0.101
Compiling unicode-ident v1.0.19
Compiling version_check v0.9.5
Compiling libc v0.2.175
Compiling quote v1.0.40
Compiling syn v2.0.106
Compiling cfg-if v1.0.3
Compiling serde_core v1.0.225
Compiling jobserver v0.1.34
Compiling serde_derive v1.0.225
Compiling shlex v1.3.0
Compiling find-msvc-tools v0.1.2
Compiling cc v1.2.38
Compiling typenum v1.18.0
Compiling generic-array v0.14.7
Compiling serde v1.0.225
Compiling crypto-common v0.1.6
Compiling synstructure v0.13.2
Compiling subtle v2.6.1
Compiling thiserror v1.0.69
Compiling zerofrom-derive v0.1.6
Compiling yoke-derive v0.8.0
Compiling stable_deref_trait v1.2.0
Compiling thiserror-impl v1.0.69
Compiling zerofrom v0.1.6
Compiling yoke v0.8.0
Compiling memchr v2.7.5
Compiling zerovec-derive v0.11.1
Compiling bitflags v2.9.4
Compiling zerovec v0.11.4
Compiling displaydoc v0.2.5
Compiling thiserror v2.0.16
Compiling itoa v1.0.15
Compiling getrandom v0.2.16
Compiling anyhow v1.0.99
Compiling pkg-config v0.3.32
Compiling once_cell v1.21.3
Compiling thiserror-impl v2.0.16
Compiling getrandom v0.3.3
Compiling smallvec v1.15.1
Compiling zerocopy v0.8.27
Compiling crossbeam-utils v0.8.21
Compiling tinystr v0.8.1
Compiling syn v1.0.109
Compiling litemap v0.8.0
Compiling writeable v0.6.1
Compiling icu_locale_core v2.0.0
Compiling potential_utf v0.1.3
Compiling zerotrie v0.2.2
Compiling icu_normalizer_data v2.0.0
Compiling icu_properties_data v2.0.1
Compiling icu_provider v2.0.0
Compiling icu_collections v2.0.0
Compiling block-buffer v0.10.4
Compiling tracing-attributes v0.1.30
Compiling rustix v1.1.2
Compiling cpufeatures v0.2.17
Compiling percent-encoding v2.3.2
Compiling digest v0.10.7
Compiling block-padding v0.3.3
Compiling linux-raw-sys v0.11.0
Compiling pin-project-lite v0.2.16
Compiling log v0.4.28
Compiling same-file v1.0.6
Compiling walkdir v2.5.0
Compiling inout v0.1.4
Compiling icu_properties v2.0.1
Compiling icu_normalizer v2.0.0
Compiling ahash v0.8.12
Compiling vcpkg v0.2.15
Compiling equivalent v1.0.2
Compiling hashbrown v0.16.0
Compiling zeroize v1.8.1
Compiling libz-sys v1.1.22
Compiling indexmap v2.11.4
Compiling idna_adapter v1.2.1
Compiling cipher v0.4.4
Compiling form_urlencoded v1.2.2
Compiling aho-corasick v1.1.3
Compiling regex-syntax v0.8.6
Compiling bytes v1.10.1
Compiling utf8_iter v1.0.4
Compiling idna v1.1.0
Compiling regex-automata v0.4.10
Compiling encoding_rs v0.8.35
Compiling arraydeque v0.5.1
Compiling doc-comment v0.3.3
Compiling futures-core v0.3.31
Compiling ucd-trie v0.1.7
Compiling unicode-width v0.2.1
Compiling pest v2.8.2
Compiling hashbrown v0.14.5
Compiling crossbeam-epoch v0.9.18
Compiling url v2.5.7
Compiling libgit2-sys v0.17.0+1.8.1
Compiling bstr v1.12.0
Compiling proc-macro-error-attr v1.0.4
Compiling unic-char-range v0.9.0
Compiling libm v0.2.15
Compiling unic-common v0.9.0
Compiling autocfg v1.5.0
Compiling unic-ucd-version v0.9.0
Compiling num-traits v0.2.19
Compiling globset v0.4.16
Compiling unic-char-property v0.9.0
Compiling rand_core v0.6.4
Compiling crossbeam-deque v0.8.6
Compiling hashlink v0.9.1
Compiling pest_meta v2.8.2
Compiling serde_path_to_error v0.1.20
Compiling amplify_syn v2.0.1
Compiling ppv-lite86 v0.2.21
Compiling tracing-core v0.1.34
Compiling universal-hash v0.5.1
Compiling socket2 v0.6.0
Compiling mio v1.0.4
Compiling proc-macro-error v1.0.4
Compiling serde_json v1.0.145
Compiling ryu v1.0.20
Compiling futures-sink v0.3.31
Compiling opaque-debug v0.3.1
Compiling signature v1.6.4
Compiling ed25519 v1.5.3
Compiling tokio v1.47.1
Compiling rand_chacha v0.3.1
Compiling amplify_derive v4.0.1
Compiling pest_generator v2.8.2
Compiling yaml-rust2 v0.9.0
Compiling ignore v0.4.23
Compiling unic-ucd-segment v0.9.0
Compiling getopts v0.2.24
Compiling sha2 v0.10.9
Compiling pikchr v0.1.4
Compiling ascii v1.1.0
Compiling fastrand v2.3.0
Compiling deunicode v1.6.2
Compiling unicase v2.8.1
Compiling pulldown-cmark-escape v0.11.0
Compiling amplify_num v0.5.3
Compiling smawk v0.3.2
Compiling unicode-linebreak v0.1.5
Compiling ct-codecs v1.1.6
Compiling fnv v1.0.7
Compiling http v1.3.1
Compiling ec25519 v0.1.0
Compiling textwrap v0.16.2
Compiling amplify v4.9.0
Compiling slug v0.1.6
Compiling tempfile v3.22.0
Compiling humansize v2.1.3
Compiling unic-segment v0.9.0
Compiling globwalk v0.9.1
Compiling marked-yaml v0.7.2
Compiling pest_derive v2.8.2
Compiling rand v0.8.5
Compiling polyval v0.6.2
Compiling regex v1.11.2
Compiling git-ref-format-core v0.3.1
Compiling sqlite3-src v0.5.1
Compiling ring v0.17.14
Compiling keccak v0.1.5
Compiling ident_case v1.0.1
Compiling lazy_static v1.5.0
Compiling utf8-width v0.1.7
Compiling foldhash v0.1.5
Compiling slab v0.4.11
Compiling base64ct v1.8.0
Compiling strsim v0.11.1
Compiling radicle-std-ext v0.1.1
Compiling darling_core v0.20.11
Compiling pem-rfc7468 v0.7.0
Compiling hashbrown v0.15.5
Compiling html-escape v0.2.13
Compiling tera v1.20.0
Compiling tracing v0.1.41
Compiling sha3 v0.10.8
Compiling git2 v0.19.0
Compiling git-ref-format-macro v0.3.1
Compiling ghash v0.5.1
Compiling roadmap v0.7.0
Compiling cyphergraphy v0.3.0
Compiling ctr v0.9.2
Compiling aes v0.8.4
Compiling aead v0.5.2
Compiling proc-macro-error-attr2 v2.0.0
Compiling byteorder v1.5.0
Compiling utf8parse v0.2.2
Compiling line-col v0.2.1
Compiling data-encoding v2.9.0
Compiling base32 v0.4.0
Compiling descape v2.0.3
Compiling base64 v0.22.1
Compiling pin-utils v0.1.0
Compiling cypheraddr v0.4.0
Compiling data-encoding-macro-internal v0.1.16
Compiling anstyle-parse v0.2.7
Compiling blowfish v0.9.1
Compiling proc-macro-error2 v2.0.1
Compiling aes-gcm v0.10.3
Compiling git-ref-format v0.3.1
Compiling hashlink v0.10.0
Compiling ssh-encoding v0.2.0
Compiling darling_macro v0.20.11
Compiling http-body v1.0.1
Compiling poly1305 v0.8.0
Compiling cbc v0.1.2
Compiling chacha20 v0.9.1
Compiling rustls-pki-types v1.12.0
Compiling pbkdf2 v0.12.2
Compiling futures-task v0.3.31
Compiling anstyle-query v1.1.4
Compiling typeid v1.0.3
Compiling httparse v1.10.1
Compiling futures-io v0.3.31
Compiling pulldown-cmark v0.13.0
Compiling untrusted v0.9.0
Compiling crc32fast v1.5.0
Compiling is_terminal_polyfill v1.70.1
Compiling anstyle v1.0.11
Compiling colorchoice v1.0.4
Compiling cfg_aliases v0.2.1
Compiling nix v0.29.0
Compiling anstream v0.6.20
Compiling data-encoding-macro v0.1.18
Compiling futures-util v0.3.31
Compiling bcrypt-pbkdf v0.10.0
Compiling ssh-cipher v0.2.0
Compiling darling v0.20.11
Compiling yaml-rust2 v0.10.4
Compiling radicle-git-ext v0.8.1
Compiling socks5-client v0.4.1
Compiling sqlite3-sys v0.15.2
Compiling tokio-util v0.7.16
Compiling subplot v0.13.0
Compiling rust_decimal v1.38.0
Compiling rustls v0.23.32
Compiling try-lock v0.2.5
Compiling base-x v0.2.11
Compiling num-conv v0.1.0
Compiling signature v2.2.0
Compiling atomic-waker v1.1.2
Compiling adler2 v2.0.1
Compiling erased-serde v0.4.8
Compiling tower-service v0.3.3
Compiling pulldown-cmark v0.12.2
Compiling time-core v0.1.6
Compiling powerfmt v0.2.0
Compiling time-macros v0.2.24
Compiling deranged v0.5.3
Compiling miniz_oxide v0.8.9
Compiling h2 v0.4.12
Compiling ssh-key v0.6.7
Compiling multibase v0.9.1
Compiling want v0.3.1
Compiling sqlite v0.32.0
Compiling qcheck v1.0.0
Compiling cyphernet v0.5.2
Compiling marked-yaml v0.8.0
Compiling derive_builder_core v0.20.2
Compiling rustls-webpki v0.103.6
Compiling chrono v0.4.42
Compiling terminal_size v0.4.3
Compiling futures-channel v0.3.31
Compiling radicle-ssh v0.10.0
Compiling xattr v1.5.1
Compiling subplot v0.12.0
Compiling nonempty v0.9.0
Compiling filetime v0.2.26
Compiling culpa-macros v1.0.2
Compiling tinyvec_macros v0.1.1
Compiling heck v0.5.0
Compiling clap_lex v0.7.5
Compiling arrayvec v0.7.6
Compiling time v0.3.44
Compiling clap_builder v4.5.47
Compiling clap_derive v4.5.47
Compiling tinyvec v1.10.0
Compiling tar v0.4.44
Compiling radicle-crypto v0.13.0
Compiling hyper v1.7.0
Compiling flate2 v1.1.2
Compiling derive_builder_macro v0.20.2
Compiling radicle-dag v0.10.0
Compiling sync_wrapper v1.0.2
Compiling git-ref-format-core v0.4.0
Compiling bytesize v2.1.0
Compiling cvt v0.1.2
Compiling portable-atomic v1.11.1
Compiling ipnet v2.11.0
Compiling tower-layer v0.3.3
Compiling winnow v0.7.13
Compiling unsafe-libyaml-norway v0.2.15
Compiling base64 v0.21.7
Compiling serde_norway v0.9.42
Compiling toml_parser v1.0.3
Compiling tower v0.5.2
Compiling hyper-util v0.1.17
Compiling fs_at v0.2.1
Compiling quick-xml v0.37.5
Compiling git-ref-format-macro v0.4.0
Compiling radicle-cob v0.15.0
Compiling derive_builder v0.20.2
Compiling serde-untagged v0.1.9
Compiling subplot-build v0.13.0
Compiling tokio-rustls v0.26.3
Compiling radicle-surf v0.22.1
Compiling crossbeam-channel v0.5.15
Compiling unicode-normalization v0.1.24
Compiling clap v4.5.47
Compiling culpa v1.0.2
Compiling diligent-date-parser v0.1.5
Compiling webpki-roots v1.0.2
Compiling git-ref-format-core v0.5.0
Compiling localtime v1.3.1
Compiling toml_datetime v0.7.2
Compiling serde_spanned v1.0.2
Compiling dirs-sys-next v0.1.2
Compiling subplotlib v0.12.0
Compiling iri-string v0.7.8
Compiling valuable v0.1.1
Compiling fast-glob v0.3.3
Compiling option-ext v0.2.0
Compiling toml_writer v1.0.3
Compiling siphasher v1.0.1
Compiling never v0.1.0
Compiling normpath v1.4.0
Compiling remove_dir_all v1.0.0
Compiling tower-http v0.6.6
Compiling atom_syndication v0.12.7
Compiling radicle v0.18.0
Compiling toml v0.9.7
Compiling console v0.15.11
Compiling dirs-sys v0.5.0
Compiling directories-next v2.0.0
Compiling git-ref-format-macro v0.5.0
Compiling git-ref-format v0.4.0
Compiling hyper-rustls v0.27.7
Compiling subplotlib-derive v0.12.0
Compiling radicle-ci-broker v0.20.1
Compiling sharded-slab v0.1.7
Compiling env_filter v0.1.3
Compiling http-body-util v0.1.3
Compiling uuid v1.18.1
Compiling matchers v0.2.0
Compiling serde_urlencoded v0.7.1
Compiling tracing-serde v0.2.0
Compiling tracing-log v0.2.0
Compiling valuable-derive v0.1.1
Compiling thread_local v1.1.9
Compiling fs2 v0.4.3
Compiling state v0.6.0
Compiling number_prefix v0.4.0
Compiling shell-words v1.1.0
Compiling winnow v0.6.26
Compiling ambient-ci v0.6.0
Compiling nu-ansi-term v0.50.1
Compiling jiff v0.2.15
Compiling nonempty v0.11.0
Compiling unicode-segmentation v1.12.0
Compiling indicatif v0.17.11
Compiling radicle-job v0.3.0
Compiling env_logger v0.11.8
Compiling tracing-subscriber v0.3.20
Compiling duration-str v0.12.0
Compiling git-ref-format v0.5.0
Compiling reqwest v0.12.23
Compiling html-page v0.4.0
Compiling radicle-git-ext v0.9.0
Compiling clingwrap v0.4.0
Compiling directories v6.0.0
Compiling rss v2.0.12
Compiling byte-unit v5.1.6
Compiling hex v0.4.3
Compiling radicle-ci-ambient v0.11.4 (/workspace/src)
Compiling radicle-git-ext v0.10.0
Finished `release` profile [optimized] target(s) in 4m 06s
Installing debian/radicle-ci-ambient/usr/bin/radicle-ci-ambient
Installed package `radicle-ci-ambient v0.11.4 (/workspace/src)` (executable `radicle-ci-ambient`)
warning: be sure to add `debian/radicle-ci-ambient/usr/bin` to your PATH to be able to run the installed binaries
find debian -name '.crates*' -delete
make[1]: Leaving directory '/workspace/src'
dh_installdocs
dh_installchangelogs
dh_installman
dh_lintian
dh_perl
dh_link
dh_strip_nondeterminism
dh_compress
dh_fixperms
dh_missing
dh_strip
dh_makeshlibs
dh_shlibdeps
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
[1mdpkg-deb:[0m building package 'radicle-ci-ambient-dbgsym' in '../radicle-ci-ambient-dbgsym_0.11.4.ci20250922T072648-1_amd64.deb'.
[1mdpkg-deb:[0m building package 'radicle-ci-ambient' in '../radicle-ci-ambient_0.11.4.ci20250922T072648-1_amd64.deb'.
[1;35m dpkg-genbuildinfo -O../radicle-ci-ambient_0.11.4.ci20250922T072648-1_amd64.buildinfo
[0m[1;35m dpkg-genchanges -O../radicle-ci-ambient_0.11.4.ci20250922T072648-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 1636
drwxr-xr-x 2 root root 4096 Sep 22 07:25 artifacts
drwxr-xr-x 4 root root 4096 Sep 22 07:26 cache
drwxr-xr-x 3 root root 4096 Sep 22 07:22 deps
-rw-r--r-- 1 root root 192724 Sep 22 07:30 radicle-ci-ambient-dbgsym_0.11.4.ci20250922T072648-1_amd64.deb
-rw-r--r-- 1 root root 2052 Sep 22 07:26 radicle-ci-ambient_0.11.4.ci20250922T072648-1.debian.tar.xz
-rw-r--r-- 1 root root 1084 Sep 22 07:26 radicle-ci-ambient_0.11.4.ci20250922T072648-1.dsc
-rw-r--r-- 1 root root 6373 Sep 22 07:30 radicle-ci-ambient_0.11.4.ci20250922T072648-1_amd64.buildinfo
-rw-r--r-- 1 root root 2623 Sep 22 07:30 radicle-ci-ambient_0.11.4.ci20250922T072648-1_amd64.changes
-rw-r--r-- 1 root root 1393420 Sep 22 07:30 radicle-ci-ambient_0.11.4.ci20250922T072648-1_amd64.deb
-rw-r--r-- 1 root root 42468 Sep 22 07:26 radicle-ci-ambient_0.11.4.ci20250922T072648.orig.tar.xz
drwxr-xr-x 7 root root 4096 Sep 22 07:25 src
+ for x in ../*.deb
+ dpkg -c ../radicle-ci-ambient-dbgsym_0.11.4.ci20250922T072648-1_amd64.deb
drwxr-xr-x root/root 0 2025-09-22 07:26 ./
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/lib/
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/lib/debug/
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/lib/debug/.build-id/48/
-rw-r--r-- root/root 1218664 2025-09-22 07:26 ./usr/lib/debug/.build-id/48/4ce8d23e3b5c66ccdff4e4b3339813b6e11b9a.debug
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/share/
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/share/doc/
lrwxrwxrwx root/root 0 2025-09-22 07:26 ./usr/share/doc/radicle-ci-ambient-dbgsym -> radicle-ci-ambient
+ for x in ../*.deb
+ dpkg -c ../radicle-ci-ambient_0.11.4.ci20250922T072648-1_amd64.deb
drwxr-xr-x root/root 0 2025-09-22 07:26 ./
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/bin/
-rwxr-xr-x root/root 4231808 2025-09-22 07:26 ./usr/bin/radicle-ci-ambient
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/share/
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/share/doc/
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/share/doc/radicle-ci-ambient/
-rw-r--r-- root/root 403 2025-09-22 07:26 ./usr/share/doc/radicle-ci-ambient/changelog.Debian.gz
-rw-r--r-- root/root 392 2025-09-22 07:25 ./usr/share/doc/radicle-ci-ambient/copyright
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/share/lintian/
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/share/lintian/overrides/
-rw-r--r-- root/root 74 2025-09-22 07:25 ./usr/share/lintian/overrides/radicle-ci-ambient
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/share/man/
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/share/man/man1/
-rw-r--r-- root/root 245 2025-09-22 07:26 ./usr/share/man/man1/radicle-ci-ambient.1.gz
+ mv ../radicle-ci-ambient-dbgsym_0.11.4.ci20250922T072648-1_amd64.deb ../radicle-ci-ambient_0.11.4.ci20250922T072648-1.debian.tar.xz ../radicle-ci-ambient_0.11.4.ci20250922T072648-1.dsc ../radicle-ci-ambient_0.11.4.ci20250922T072648-1_amd64.buildinfo ../radicle-ci-ambient_0.11.4.ci20250922T072648-1_amd64.changes ../radicle-ci-ambient_0.11.4.ci20250922T072648-1_amd64.deb ../radicle-ci-ambient_0.11.4.ci20250922T072648.orig.tar.xz /workspace/artifacts
[2025-09-22T07:30:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-22T07:30:58Z DEBUG ambient_ci::plan] RUN: Action TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-09-22T07:30:58Z DEBUG ambient_ci::action] Plan::execute: plan=TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-09-22T07:30:58Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-09-22T07:30:58Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-09-22T07:30:58Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-09-22T07:30:58Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-09-22T07:30:58Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-09-22T07:30:58Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-09-22T07:30:58Z TRACE ambient_ci::vdrive] calling tar_create
[2025-09-22T07:31:02Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-09-22T07:31:02Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-22T07:31:02Z DEBUG ambient_ci::plan] RUN: Action TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
}
[2025-09-22T07:31:02Z DEBUG ambient_ci::action] Plan::execute: plan=TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
}
[2025-09-22T07:31:02Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-09-22T07:31:02Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-09-22T07:31:02Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-09-22T07:31:02Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-09-22T07:31:02Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-09-22T07:31:02Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-09-22T07:31:02Z TRACE ambient_ci::vdrive] calling tar_create
[2025-09-22T07:31:02Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-09-22T07:31:02Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-22T07:31:02Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
[2025-09-22T07:31:06Z INFO ambient] ambient ends successfully
{
"request": "trigger",
"version": 1,
"event_type": "push",
"repository": {
"id": "rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6",
"name": "radicle-ci-ambient",
"description": "Radicle CI adapter for the Ambient CI engine",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
]
},
"pusher": {
"id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
"alias": "callisto.liw.fi"
},
"before": "ab4b4c1a9a0a5ee19942e3228618cbbc08465799",
"after": "ab4b4c1a9a0a5ee19942e3228618cbbc08465799",
"branch": "main",
"commits": [
"ab4b4c1a9a0a5ee19942e3228618cbbc08465799"
]
}[2025-09-22T07:22:09Z INFO ambient] ambient starts
[2025-09-22T07:22:09Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[2025-09-22T07:22:09Z DEBUG ambient] complete configuration: Config {
tmpdir: "/home/_rad/tmp",
image_store: "/home/_rad/ambient-images",
projects: "/dev/null",
state: "/home/_rad/ambient-state",
rsync_target: None,
rsync_target_base: None,
rsync_target_map: None,
dput_target: None,
executor: Some(
"/usr/bin/ambient-execute-plan",
),
artifacts_max_size: Byte(
1000000000,
),
cache_max_size: Byte(
30000000000,
),
qemu: QemuConfig {
cpus: 2,
memory: Byte(
12000000000,
),
kvm_binary: "/usr/bin/kvm",
ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
},
}
[2025-09-22T07:22:09Z DEBUG ambient] configuration: Config {
tmpdir: "/home/_rad/tmp",
image_store: "/home/_rad/ambient-images",
projects: "/dev/null",
state: "/home/_rad/ambient-state",
rsync_target: None,
rsync_target_base: None,
rsync_target_map: None,
dput_target: None,
executor: Some(
"/usr/bin/ambient-execute-plan",
),
artifacts_max_size: Byte(
1000000000,
),
cache_max_size: Byte(
30000000000,
),
qemu: QemuConfig {
cpus: 2,
memory: Byte(
12000000000,
),
kvm_binary: "/usr/bin/kvm",
ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
},
}
[2025-09-22T07:22:09Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/meta.yaml
[2025-09-22T07:22:09Z DEBUG ambient_ci::run] latest commit: "ab4b4c1a9a0a5ee19942e3228618cbbc08465799"
[2025-09-22T07:22:09Z DEBUG ambient_ci::run] is a git repository
[2025-09-22T07:22:09Z DEBUG ambient_ci::run] git repository is clean
[2025-09-22T07:22:09Z DEBUG ambient_ci::run] current (HEAD) commit: ab4b4c1a9a0a5ee19942e3228618cbbc08465799
[2025-09-22T07:22:09Z DEBUG ambient_ci::run] no dry run requested
[2025-09-22T07:22:09Z DEBUG ambient_ci::run] forced run requested
[2025-09-22T07:22:09Z DEBUG ambient_ci::run] run? true
[2025-09-22T07:22:09Z INFO ambient_ci::run] project rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6: running CI
[2025-09-22T07:22:09Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-09-22T07:22:09Z DEBUG ambient_ci::plan] RUN: Action CargoFetch {
sourcedir: "/tmp/.tmpxgCeDJ/src",
}
[2025-09-22T07:22:09Z DEBUG ambient_ci::action] Plan::execute: plan=CargoFetch {
sourcedir: "/tmp/.tmpxgCeDJ/src",
}
[2025-09-22T07:22:09Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/cache",
"CARGO_HOME": "/home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/dependencies",
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
},
source_dir: "/tmp/.tmpxgCeDJ/src",
}
SPAWN: argv=["cargo", "--version"]
cwd=/tmp/.tmpxgCeDJ/src (exists? true)
cargo 1.90.0 (840b83a10 2025-07-30)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmpxgCeDJ/src (exists? true)
clippy 0.1.90 (1159e78c47 2025-09-14)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmpxgCeDJ/src (exists? true)
rustc 1.90.0 (1159e78c4 2025-09-14)
SPAWN: argv=["cargo", "fetch"]
cwd=/tmp/.tmpxgCeDJ/src (exists? true)
[2025-09-22T07:22:10Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-22T07:22:10Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-09-22T07:22:10Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmp0q16s0/src.tar
[2025-09-22T07:22:10Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmp0q16s0/deps.tar
[2025-09-22T07:22:19Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-09-22T07:22:19Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
steps: [
Mkdir {
pathname: "/workspace",
},
Mkdir {
pathname: "/workspace/artifacts",
},
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
Spawn {
argv: [
"find",
"/workspace",
"-maxdepth",
"2",
"-ls",
],
},
CargoFmt,
CargoClippy,
Shell {
shell: "export DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\nexport CARGO_HOME=/workspace/deps\nexport CARGO_TARGET_DIR=/workspace/cache\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/bin:/sbin\"\n\nmake ambient.html\nmv ambient.html /workspace/artifacts/.\n\ngit reset --hard\ngit clean -fdx\n# git switch main\ngit status --ignored\n# git clean -fdx\n\n# Configure Git so that it can be used in the tests for this\n# project.\ngit config --global user.email \"test@example.com\"\ngit config --global user.name \"Testy McTestface\"\n\nfind /workspace/deps -name \"*.crate\"\ncargo test --offline\n\nV=\"$(dpkg-parsechangelog -SVersion | sed 's/-[^-]*$//')\"\nT=\"$(date -u \"+%Y%m%dT%H%M%S\")\"\nversion=\"$V.ci$T-1\"\ndch -v \"$version\" \"CI build under Ambient.\"\ndch -r ''\n",
},
Deb,
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
],
executor_drive: Some(
"/dev/vdb",
),
source_drive: Some(
"/dev/vdc",
),
artifact_drive: Some(
"/dev/vdd",
),
cache_drive: Some(
"/dev/vde",
),
deps_drive: Some(
"/dev/vdf",
),
workspace_dir: Some(
"/workspace",
),
source_dir: Some(
"/workspace/src",
),
deps_dir: Some(
"/workspace/deps",
),
cache_dir: Some(
"/workspace/cache",
),
artifacts_dir: Some(
"/workspace/artifacts",
),
}
[2025-09-22T07:22:19Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-09-22T07:22:19Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmp0q16s0/ambient-execute-plan/run-ci
[2025-09-22T07:22:19Z DEBUG ambient_ci::run] copy OK: true
[2025-09-22T07:22:19Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmp0q16s0/executor.tar
[2025-09-22T07:22:19Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/run.log
[2025-09-22T07:22:19Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6, exists? true
[2025-09-22T07:22:19Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/run.log
[2025-09-22T07:22:19Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/run.log OK
[2025-09-22T07:22:19Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-09-22T07:22:19Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-09-22T07:22:19Z DEBUG ambient_ci::cloud_init] with_runcmd called: "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n echo \"EXIT CODE: 0\"\nelse\n echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n"
[2025-09-22T07:22:19Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-09-22T07:22:19Z DEBUG ambient_ci::cloud_init] LocalDataStoreBuilder: LocalDataStoreBuilder {
hostname: Some(
"ambient",
),
network: false,
bootcmd: [],
runcmd: [
"echo xyzzy > /dev/ttyS1",
"\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n echo \"EXIT CODE: 0\"\nelse\n echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
"poweroff",
],
}
[2025-09-22T07:22:19Z DEBUG ambient_ci::qemu] run QEMU
[2025-09-22T07:22:19Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-09-22T07:22:19Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpL35ETo/.tmp4rbMQp/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-09-22T07:22:19Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-09-22T07:22:19Z DEBUG ambient_ci::cloud_init] LocalDataStore: LocalDataStore {
hostname: "ambient",
network: false,
bootcmd: [],
runcmd: [
"echo xyzzy > /dev/ttyS1",
"\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n echo \"EXIT CODE: 0\"\nelse\n echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
"poweroff",
],
}
[2025-09-22T07:22:19Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpYrYd4K/meta-data
[2025-09-22T07:22:19Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpYrYd4K/user-data
[2025-09-22T07:22:19Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpL35ETo/.tmp4rbMQp/console.log
[2025-09-22T07:22:19Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpL35ETo/.tmp4rbMQp/console.log
[2025-09-22T07:22:19Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/run.log
[2025-09-22T07:22:19Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/run.log
[2025-09-22T07:22:19Z 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/.tmpL35ETo/.tmp4rbMQp/console.log",
"-serial",
"file:/home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/run.log",
"-drive",
"if=pflash,format=raw,unit=0,file=/usr/share/ovmf/OVMF.fd,readonly=on",
"-drive",
"if=pflash,format=raw,unit=1,file=/home/_rad/tmp/.tmpL35ETo/.tmp4rbMQp/vars.fd",
"-drive",
"format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpL35ETo/.tmp4rbMQp/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp0q16s0/executor.tar,readonly=on",
"-cdrom",
"/home/_rad/tmp/.tmpL35ETo/.tmp4rbMQp/cloud_init.iso",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp0q16s0/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp0q16s0/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp0q16s0/cache.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp0q16s0/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2025-09-22T07:31:03Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-09-22T07:31:03Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2025-09-22T07:22:23Z TRACE ambient_execute_plan] ambient-execute-plan version 0.7.0@12daec3 starts
[2025-09-22T07:22:23Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.7.0@12daec3 starts
[2025-09-22T07:22:23Z INFO ambient_execute_plan] ambient-execute-plan version 0.7.0@12daec3 starts
[2025-09-22T07:22:23Z WARN ambient_execute_plan] ambient-execute-plan version 0.7.0@12daec3 starts
[2025-09-22T07:22:23Z ERROR ambient_execute_plan] ambient-execute-plan version 0.7.0@12daec3 starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /workspace
- action: mkdir
pathname: /workspace/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /workspace/src
- action: tar_extract
archive: /dev/vdf
directory: /workspace/deps
- action: tar_extract
archive: /dev/vde
directory: /workspace/cache
- action: spawn
argv:
- find
- /workspace
- -maxdepth
- '2'
- -ls
- action: cargo_fmt
- action: cargo_clippy
- action: shell
shell: |
export DEBEMAIL=liw@liw.fi
export DEBFULLNAME="Lars Wirzenius"
export CARGO_HOME=/workspace/deps
export CARGO_TARGET_DIR=/workspace/cache
export HOME=/root
export PATH="/root/.cargo/bin:/bin:/sbin"
make ambient.html
mv ambient.html /workspace/artifacts/.
git reset --hard
git clean -fdx
# git switch main
git status --ignored
# git clean -fdx
# Configure Git so that it can be used in the tests for this
# project.
git config --global user.email "test@example.com"
git config --global user.name "Testy McTestface"
find /workspace/deps -name "*.crate"
cargo test --offline
V="$(dpkg-parsechangelog -SVersion | sed 's/-[^-]*$//')"
T="$(date -u "+%Y%m%dT%H%M%S")"
version="$V.ci$T-1"
dch -v "$version" "CI build under Ambient."
dch -r ''
- action: deb
- action: tar_create
archive: /dev/vde
directory: /workspace/cache
- action: tar_create
archive: /dev/vdd
directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts
[2025-09-22T07:22:23Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
pathname: "/workspace",
}
[2025-09-22T07:22:23Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
pathname: "/workspace",
}
[2025-09-22T07:22:23Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-09-22T07:22:23Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-22T07:22:23Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
pathname: "/workspace/artifacts",
}
[2025-09-22T07:22:23Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
pathname: "/workspace/artifacts",
}
[2025-09-22T07:22:23Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-09-22T07:22:23Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-22T07:22:23Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
}
[2025-09-22T07:22:23Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
}
[2025-09-22T07:22:23Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-09-22T07:22:23Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-09-22T07:22:23Z TRACE ambient_ci::vdrive] extraction OK
[2025-09-22T07:22:23Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-22T07:22:23Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
}
[2025-09-22T07:22:23Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
}
[2025-09-22T07:22:23Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-09-22T07:22:23Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-09-22T07:22:29Z TRACE ambient_ci::vdrive] extraction OK
[2025-09-22T07:22:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-22T07:22:29Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-09-22T07:22:29Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-09-22T07:22:29Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-09-22T07:22:29Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-09-22T07:22:29Z TRACE ambient_ci::vdrive] extraction OK
[2025-09-22T07:22:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-22T07:22:29Z DEBUG ambient_ci::plan] RUN: Action Spawn {
argv: [
"find",
"/workspace",
"-maxdepth",
"2",
"-ls",
],
}
[2025-09-22T07:22:29Z DEBUG ambient_ci::action] Plan::execute: plan=Spawn {
argv: [
"find",
"/workspace",
"-maxdepth",
"2",
"-ls",
],
}
[2025-09-22T07:22:29Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
SPAWN: argv=["find", "/workspace", "-maxdepth", "2", "-ls"]
cwd=/workspace/src (exists? true)
2621441 4 drwxr-xr-x 6 root root 4096 Sep 22 07:22 /workspace
2621442 4 drwxr-xr-x 2 root root 4096 Sep 22 07:22 /workspace/artifacts
2664626 4 drwxr-xr-x 2 root root 4096 Sep 19 13:31 /workspace/cache
2664627 4 -rw-r--r-- 1 root root 1038 Sep 22 07:22 /workspace/cache/.rustc_info.json
2621528 4 drwxr-xr-x 3 root root 4096 Sep 22 07:22 /workspace/deps
2664625 0 -rw-r--r-- 1 root root 0 Sep 10 13:33 /workspace/deps/.package-cache
2621529 4 drwxr-xr-x 5 root root 4096 Sep 10 13:33 /workspace/deps/registry
2664623 152 -rw-r--r-- 1 root root 155648 Sep 22 07:22 /workspace/deps/.global-cache
2664624 0 -rw-r--r-- 1 root root 0 Sep 10 13:33 /workspace/deps/.package-cache-mutate
2621443 4 drwxr-xr-x 7 root root 4096 Sep 22 07:22 /workspace/src
2621464 4 -rw-r--r-- 1 root root 114 Sep 22 07:22 /workspace/src/config.yaml
2621471 8 -rw-r--r-- 1 root root 5294 Sep 22 07:22 /workspace/src/NEWS.md
2621451 0 -rw-r--r-- 1 root root 0 Sep 22 07:22 /workspace/src/foo.txt
2621475 4 drwxr-xr-x 2 root root 4096 Sep 22 07:22 /workspace/src/.radicle
2621467 4 -rw-r--r-- 1 root root 285 Sep 22 07:22 /workspace/src/ambient.subplot
2621473 4 -rw-r--r-- 1 root root 890 Sep 22 07:22 /workspace/src/Cargo.toml
2621470 4 -rw-r--r-- 1 root root 2446 Sep 22 07:22 /workspace/src/README.md
2621468 4 -rw-r--r-- 1 root root 1390 Sep 22 07:22 /workspace/src/ambient.py
2621477 4 -rw-r--r-- 1 root root 30 Sep 22 07:22 /workspace/src/.gitignore
2621450 4 -rw-r--r-- 1 root root 338 Sep 22 07:22 /workspace/src/radicle-ci-ambient.1
2621465 4 -rw-r--r-- 1 root root 802 Sep 22 07:22 /workspace/src/build.rs
2621474 124 -rw-r--r-- 1 root root 126641 Sep 22 07:22 /workspace/src/Cargo.lock
2621452 4 drwxr-xr-x 3 root root 4096 Sep 22 07:22 /workspace/src/debian
2621466 4 -rw-r--r-- 1 root root 232 Sep 22 07:22 /workspace/src/ambient.yaml
2621480 4 drwxr-xr-x 8 root root 4096 Sep 22 07:22 /workspace/src/.git
2621472 4 -rw-r--r-- 1 root root 432 Sep 22 07:22 /workspace/src/Makefile
2621469 12 -rw-r--r-- 1 root root 8272 Sep 22 07:22 /workspace/src/ambient.md
2621478 4 drwxr-xr-x 2 root root 4096 Sep 22 07:22 /workspace/src/.cargo
2621444 4 drwxr-xr-x 2 root root 4096 Sep 22 07:22 /workspace/src/src
[2025-09-22T07:22:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-22T07:22:29Z DEBUG ambient_ci::plan] RUN: Action CargoFmt
[2025-09-22T07:22:29Z DEBUG ambient_ci::action] Plan::execute: plan=CargoFmt
[2025-09-22T07:22:29Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.90.0 (840b83a10 2025-07-30)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.90 (1159e78c47 2025-09-14)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.90.0 (1159e78c4 2025-09-14)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/workspace/src (exists? true)
[2025-09-22T07:22:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-22T07:22:30Z DEBUG ambient_ci::plan] RUN: Action CargoClippy
[2025-09-22T07:22:30Z DEBUG ambient_ci::action] Plan::execute: plan=CargoClippy
[2025-09-22T07:22:30Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.90.0 (840b83a10 2025-07-30)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.90 (1159e78c47 2025-09-14)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.90.0 (1159e78c4 2025-09-14)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/workspace/src (exists? true)
Compiling proc-macro2 v1.0.101
Compiling unicode-ident v1.0.19
Compiling version_check v0.9.5
Compiling libc v0.2.175
Compiling quote v1.0.40
Compiling syn v2.0.106
Checking cfg-if v1.0.3
Compiling serde_core v1.0.225
Compiling jobserver v0.1.34
Compiling shlex v1.3.0
Compiling find-msvc-tools v0.1.2
Compiling cc v1.2.38
Compiling serde_derive v1.0.225
Compiling typenum v1.18.0
Compiling generic-array v0.14.7
Compiling serde v1.0.225
Checking crypto-common v0.1.6
Compiling synstructure v0.13.2
Checking subtle v2.6.1
Checking stable_deref_trait v1.2.0
Compiling thiserror v1.0.69
Compiling zerofrom-derive v0.1.6
Compiling yoke-derive v0.8.0
Compiling thiserror-impl v1.0.69
Checking zerofrom v0.1.6
Checking yoke v0.8.0
Checking memchr v2.7.5
Compiling zerovec-derive v0.11.1
Checking bitflags v2.9.4
Checking zerovec v0.11.4
Compiling displaydoc v0.2.5
Checking itoa v1.0.15
Checking getrandom v0.2.16
Checking once_cell v1.21.3
Compiling pkg-config v0.3.32
Compiling thiserror v2.0.16
Compiling thiserror-impl v2.0.16
Checking smallvec v1.15.1
Compiling anyhow v1.0.99
Compiling zerocopy v0.8.27
Checking tinystr v0.8.1
Checking writeable v0.6.1
Compiling syn v1.0.109
Compiling crossbeam-utils v0.8.21
Compiling getrandom v0.3.3
Checking litemap v0.8.0
Checking icu_locale_core v2.0.0
Checking potential_utf v0.1.3
Checking zerotrie v0.2.2
Compiling icu_normalizer_data v2.0.0
Compiling icu_properties_data v2.0.1
Checking icu_provider v2.0.0
Checking icu_collections v2.0.0
Checking block-buffer v0.10.4
Compiling tracing-attributes v0.1.30
Checking percent-encoding v2.3.2
Compiling rustix v1.1.2
Checking cpufeatures v0.2.17
Checking digest v0.10.7
Checking block-padding v0.3.3
Compiling linux-raw-sys v0.11.0
Checking pin-project-lite v0.2.16
Checking log v0.4.28
Compiling same-file v1.0.6
Compiling walkdir v2.5.0
Checking inout v0.1.4
Checking icu_properties v2.0.1
Checking icu_normalizer v2.0.0
Compiling ahash v0.8.12
Checking equivalent v1.0.2
Checking zeroize v1.8.1
Checking hashbrown v0.16.0
Compiling vcpkg v0.2.15
Compiling libz-sys v1.1.22
Checking indexmap v2.11.4
Checking idna_adapter v1.2.1
Checking cipher v0.4.4
Checking form_urlencoded v1.2.2
Compiling aho-corasick v1.1.3
Checking bytes v1.10.1
Compiling regex-syntax v0.8.6
Checking utf8_iter v1.0.4
Compiling regex-automata v0.4.10
Checking idna v1.1.0
Compiling encoding_rs v0.8.35
Checking futures-core v0.3.31
Compiling arraydeque v0.5.1
Compiling doc-comment v0.3.3
Compiling unicode-width v0.2.1
Compiling ucd-trie v0.1.7
Compiling pest v2.8.2
Compiling crossbeam-epoch v0.9.18
Compiling hashbrown v0.14.5
Checking url v2.5.7
Compiling libgit2-sys v0.17.0+1.8.1
Compiling bstr v1.12.0
Compiling proc-macro-error-attr v1.0.4
Compiling libm v0.2.15
Compiling unic-common v0.9.0
Compiling autocfg v1.5.0
Compiling unic-char-range v0.9.0
Compiling unic-char-property v0.9.0
Compiling num-traits v0.2.19
Compiling globset v0.4.16
Compiling unic-ucd-version v0.9.0
Compiling rand_core v0.6.4
Compiling hashlink v0.9.1
Compiling pest_meta v2.8.2
Compiling crossbeam-deque v0.8.6
Compiling serde_path_to_error v0.1.20
Compiling amplify_syn v2.0.1
Compiling ppv-lite86 v0.2.21
Checking tracing-core v0.1.34
Checking universal-hash v0.5.1
Checking mio v1.0.4
Checking socket2 v0.6.0
Compiling proc-macro-error v1.0.4
Checking ryu v1.0.20
Checking opaque-debug v0.3.1
Compiling serde_json v1.0.145
Checking futures-sink v0.3.31
Checking signature v1.6.4
Checking ed25519 v1.5.3
Checking tokio v1.47.1
Compiling rand_chacha v0.3.1
Compiling amplify_derive v4.0.1
Compiling ignore v0.4.23
Compiling pest_generator v2.8.2
Compiling yaml-rust2 v0.9.0
Compiling unic-ucd-segment v0.9.0
Compiling getopts v0.2.24
Checking sha2 v0.10.9
Compiling pikchr v0.1.4
Checking ascii v1.1.0
Checking amplify_num v0.5.3
Compiling fastrand v2.3.0
Checking ct-codecs v1.1.6
Compiling unicase v2.8.1
Compiling unicode-linebreak v0.1.5
Compiling smawk v0.3.2
Compiling deunicode v1.6.2
Checking fnv v1.0.7
Compiling pulldown-cmark-escape v0.11.0
Checking http v1.3.1
Compiling slug v0.1.6
Compiling textwrap v0.16.2
Checking ec25519 v0.1.0
Compiling tempfile v3.22.0
Checking amplify v4.9.0
Compiling humansize v2.1.3
Compiling unic-segment v0.9.0
Compiling marked-yaml v0.7.2
Compiling pest_derive v2.8.2
Compiling globwalk v0.9.1
Compiling rand v0.8.5
Checking polyval v0.6.2
Compiling regex v1.11.2
Compiling git-ref-format-core v0.3.1
Compiling sqlite3-src v0.5.1
Compiling ring v0.17.14
Compiling ident_case v1.0.1
Checking keccak v0.1.5
Compiling foldhash v0.1.5
Compiling strsim v0.11.1
Compiling utf8-width v0.1.7
Compiling lazy_static v1.5.0
Checking base64ct v1.8.0
Checking radicle-std-ext v0.1.1
Checking slab v0.4.11
Compiling tracing v0.1.41
Compiling darling_core v0.20.11
Compiling tera v1.20.0
Checking pem-rfc7468 v0.7.0
Compiling html-escape v0.2.13
Compiling hashbrown v0.15.5
Checking sha3 v0.10.8
Checking git2 v0.19.0
Compiling git-ref-format-macro v0.3.1
Checking ghash v0.5.1
Compiling roadmap v0.7.0
Checking cyphergraphy v0.3.0
Checking aes v0.8.4
Checking ctr v0.9.2
Checking aead v0.5.2
Compiling proc-macro-error-attr2 v2.0.0
Checking utf8parse v0.2.2
Checking byteorder v1.5.0
Compiling base64 v0.22.1
Checking pin-utils v0.1.0
Checking base32 v0.4.0
Compiling descape v2.0.3
Compiling data-encoding v2.9.0
Compiling line-col v0.2.1
Compiling data-encoding-macro-internal v0.1.16
Checking cypheraddr v0.4.0
Checking blowfish v0.9.1
Checking anstyle-parse v0.2.7
Compiling proc-macro-error2 v2.0.1
Checking aes-gcm v0.10.3
Checking git-ref-format v0.3.1
Compiling hashlink v0.10.0
Checking ssh-encoding v0.2.0
Compiling darling_macro v0.20.11
Checking http-body v1.0.1
Checking poly1305 v0.8.0
Checking chacha20 v0.9.1
Checking cbc v0.1.2
Checking rustls-pki-types v1.12.0
Checking pbkdf2 v0.12.2
Checking anstyle v1.0.11
Checking is_terminal_polyfill v1.70.1
Checking futures-task v0.3.31
Checking anstyle-query v1.1.4
Compiling cfg_aliases v0.2.1
Compiling pulldown-cmark v0.13.0
Checking futures-io v0.3.31
Checking colorchoice v1.0.4
Compiling crc32fast v1.5.0
Checking untrusted v0.9.0
Compiling typeid v1.0.3
Compiling httparse v1.10.1
Checking anstream v0.6.20
Checking futures-util v0.3.31
Checking data-encoding-macro v0.1.18
Compiling nix v0.29.0
Checking bcrypt-pbkdf v0.10.0
Checking ssh-cipher v0.2.0
Compiling darling v0.20.11
Compiling yaml-rust2 v0.10.4
Checking radicle-git-ext v0.8.1
Checking socks5-client v0.4.1
Checking tokio-util v0.7.16
Compiling subplot v0.13.0
Compiling rustls v0.23.32
Checking atomic-waker v1.1.2
Checking try-lock v0.2.5
Checking signature v2.2.0
Compiling rust_decimal v1.38.0
Checking base-x v0.2.11
Compiling adler2 v2.0.1
Compiling pulldown-cmark v0.12.2
Checking powerfmt v0.2.0
Checking tower-service v0.3.3
Compiling num-conv v0.1.0
Compiling erased-serde v0.4.8
Compiling time-core v0.1.6
Compiling time-macros v0.2.24
Checking sqlite3-sys v0.15.2
Checking sqlite v0.32.0
Checking deranged v0.5.3
Compiling miniz_oxide v0.8.9
Checking multibase v0.9.1
Checking ssh-key v0.6.7
Checking want v0.3.1
Checking h2 v0.4.12
Checking qcheck v1.0.0
Checking cyphernet v0.5.2
Compiling marked-yaml v0.8.0
Compiling derive_builder_core v0.20.2
Checking rustls-webpki v0.103.6
Checking chrono v0.4.42
Checking terminal_size v0.4.3
Checking futures-channel v0.3.31
Checking radicle-ssh v0.10.0
Compiling xattr v1.5.1
Compiling subplot v0.12.0
Checking nonempty v0.9.0
Compiling filetime v0.2.26
Compiling culpa-macros v1.0.2
Checking arrayvec v0.7.6
Checking clap_lex v0.7.5
Checking tinyvec_macros v0.1.1
Compiling heck v0.5.0
Compiling clap_derive v4.5.47
Checking clap_builder v4.5.47
Checking tinyvec v1.10.0
Checking time v0.3.44
Compiling tar v0.4.44
Checking radicle-crypto v0.13.0
Checking hyper v1.7.0
Compiling flate2 v1.1.2
Compiling derive_builder_macro v0.20.2
Checking radicle-dag v0.10.0
Checking sync_wrapper v1.0.2
Compiling git-ref-format-core v0.4.0
Checking bytesize v2.1.0
Checking cvt v0.1.2
Checking ipnet v2.11.0
Checking base64 v0.21.7
Checking tower-layer v0.3.3
Checking winnow v0.7.13
Checking unsafe-libyaml-norway v0.2.15
Compiling portable-atomic v1.11.1
Checking serde_norway v0.9.42
Checking toml_parser v1.0.3
Checking quick-xml v0.37.5
Checking tower v0.5.2
Checking hyper-util v0.1.17
Checking fs_at v0.2.1
Checking crossbeam-channel v0.5.15
Compiling git-ref-format-macro v0.4.0
Checking radicle-cob v0.15.0
Checking derive_builder v0.20.2
Compiling radicle-surf v0.22.1
Checking tokio-rustls v0.26.3
Compiling subplot-build v0.13.0
Checking serde-untagged v0.1.9
Checking unicode-normalization v0.1.24
Checking clap v4.5.47
Compiling culpa v1.0.2
Checking diligent-date-parser v0.1.5
Checking webpki-roots v1.0.2
Compiling git-ref-format-core v0.5.0
Checking localtime v1.3.1
Checking toml_datetime v0.7.2
Checking serde_spanned v1.0.2
Checking dirs-sys-next v0.1.2
Compiling valuable v0.1.1
Checking normpath v1.4.0
Checking toml_writer v1.0.3
Checking fast-glob v0.3.3
Checking iri-string v0.7.8
Checking siphasher v1.0.1
Compiling subplotlib v0.12.0
Checking never v0.1.0
Checking option-ext v0.2.0
Checking dirs-sys v0.5.0
Checking atom_syndication v0.12.7
Checking console v0.15.11
Checking tower-http v0.6.6
Checking radicle v0.18.0
Checking toml v0.9.7
Checking remove_dir_all v1.0.0
Checking directories-next v2.0.0
Compiling git-ref-format-macro v0.5.0
Compiling subplotlib-derive v0.12.0
Checking git-ref-format v0.4.0
Checking hyper-rustls v0.27.7
Compiling radicle-ci-broker v0.20.1
Checking sharded-slab v0.1.7
Checking env_filter v0.1.3
Checking http-body-util v0.1.3
Checking uuid v1.18.1
Checking matchers v0.2.0
Checking serde_urlencoded v0.7.1
Checking tracing-serde v0.2.0
Checking tracing-log v0.2.0
Compiling valuable-derive v0.1.1
Checking thread_local v1.1.9
Checking fs2 v0.4.3
Checking jiff v0.2.15
Checking state v0.6.0
Checking unicode-segmentation v1.12.0
Checking nonempty v0.11.0
Compiling ambient-ci v0.6.0
Checking shell-words v1.1.0
Checking nu-ansi-term v0.50.1
Checking winnow v0.6.26
Checking number_prefix v0.4.0
Checking indicatif v0.17.11
Checking env_logger v0.11.8
Checking duration-str v0.12.0
Checking tracing-subscriber v0.3.20
Checking radicle-job v0.3.0
Checking git-ref-format v0.5.0
Checking reqwest v0.12.23
Checking html-page v0.4.0
Checking radicle-git-ext v0.9.0
Checking clingwrap v0.4.0
Checking rss v2.0.12
Checking directories v6.0.0
Checking byte-unit v5.1.6
Compiling radicle-ci-ambient v0.11.4 (/workspace/src)
Checking hex v0.4.3
Checking radicle-git-ext v0.10.0
Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 51s
[2025-09-22T07:25:22Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-22T07:25:22Z DEBUG ambient_ci::plan] RUN: Action Shell {
shell: "export DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\nexport CARGO_HOME=/workspace/deps\nexport CARGO_TARGET_DIR=/workspace/cache\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/bin:/sbin\"\n\nmake ambient.html\nmv ambient.html /workspace/artifacts/.\n\ngit reset --hard\ngit clean -fdx\n# git switch main\ngit status --ignored\n# git clean -fdx\n\n# Configure Git so that it can be used in the tests for this\n# project.\ngit config --global user.email \"test@example.com\"\ngit config --global user.name \"Testy McTestface\"\n\nfind /workspace/deps -name \"*.crate\"\ncargo test --offline\n\nV=\"$(dpkg-parsechangelog -SVersion | sed 's/-[^-]*$//')\"\nT=\"$(date -u \"+%Y%m%dT%H%M%S\")\"\nversion=\"$V.ci$T-1\"\ndch -v \"$version\" \"CI build under Ambient.\"\ndch -r ''\n",
}
[2025-09-22T07:25:22Z DEBUG ambient_ci::action] Plan::execute: plan=Shell {
shell: "export DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\nexport CARGO_HOME=/workspace/deps\nexport CARGO_TARGET_DIR=/workspace/cache\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/bin:/sbin\"\n\nmake ambient.html\nmv ambient.html /workspace/artifacts/.\n\ngit reset --hard\ngit clean -fdx\n# git switch main\ngit status --ignored\n# git clean -fdx\n\n# Configure Git so that it can be used in the tests for this\n# project.\ngit config --global user.email \"test@example.com\"\ngit config --global user.name \"Testy McTestface\"\n\nfind /workspace/deps -name \"*.crate\"\ncargo test --offline\n\nV=\"$(dpkg-parsechangelog -SVersion | sed 's/-[^-]*$//')\"\nT=\"$(date -u \"+%Y%m%dT%H%M%S\")\"\nversion=\"$V.ci$T-1\"\ndch -v \"$version\" \"CI build under Ambient.\"\ndch -r ''\n",
}
[2025-09-22T07:25:22Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\nexport CARGO_HOME=/workspace/deps\nexport CARGO_TARGET_DIR=/workspace/cache\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/bin:/sbin\"\n\nmake ambient.html\nmv ambient.html /workspace/artifacts/.\n\ngit reset --hard\ngit clean -fdx\n# git switch main\ngit status --ignored\n# git clean -fdx\n\n# Configure Git so that it can be used in the tests for this\n# project.\ngit config --global user.email \"test@example.com\"\ngit config --global user.name \"Testy McTestface\"\n\nfind /workspace/deps -name \"*.crate\"\ncargo test --offline\n\nV=\"$(dpkg-parsechangelog -SVersion | sed 's/-[^-]*$//')\"\nT=\"$(date -u \"+%Y%m%dT%H%M%S\")\"\nversion=\"$V.ci$T-1\"\ndch -v \"$version\" \"CI build under Ambient.\"\ndch -r ''\n\n"]
cwd=/workspace/src (exists? true)
+ export DEBEMAIL=liw@liw.fi
+ DEBEMAIL=liw@liw.fi
+ export 'DEBFULLNAME=Lars Wirzenius'
+ DEBFULLNAME='Lars Wirzenius'
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export CARGO_TARGET_DIR=/workspace/cache
+ CARGO_TARGET_DIR=/workspace/cache
+ export HOME=/root
+ HOME=/root
+ export PATH=/root/.cargo/bin:/bin:/sbin
+ PATH=/root/.cargo/bin:/bin:/sbin
+ make ambient.html
subplot docgen ambient.subplot -o ambient.html
INFO Starting Subplot
INFO Subplot finished successfully
+ mv ambient.html /workspace/artifacts/.
+ git reset --hard
HEAD is now at ab4b4c1 chore: prepare release 0.11.4
+ git clean -fdx
+ git status --ignored
HEAD detached at ab4b4c1
nothing to commit, working tree clean
+ git config --global user.email test@example.com
+ git config --global user.name 'Testy McTestface'
+ find /workspace/deps -name '*.crate'
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/subplotlib-derive-0.12.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.46.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/cyphergraphy-0.3.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/winpipe-0.1.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/inout-0.1.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasip2-1.0.1+wasi-0.2.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rand-0.9.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/redox_syscall-0.5.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.33.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unic-segment-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wyz-0.5.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/funty-2.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tempfile-fast-0.3.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-link-0.1.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.53.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/git-ref-format-macro-0.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/crypto-bigint-0.5.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/jiff-static-0.2.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.24.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/subplot-0.13.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/git-ref-format-macro-0.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.10.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.12.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/valuable-derive-0.1.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rust_decimal-1.37.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-targets-0.53.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/git2-0.19.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/derive_builder-0.20.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/generator-0.7.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rend-0.4.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pkcs8-0.10.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/hmac-0.12.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/redox_users-0.5.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.53.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/anstream-0.6.18.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.0.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/litemap-0.7.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-git-ext-0.10.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/url-2.5.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/aes-0.8.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/litemap-0.8.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/libc-0.2.171.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rustc-hash-2.1.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.100.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/globwalk-0.9.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-std-ext-0.1.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/directories-6.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ssh-encoding-0.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/autocfg-1.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/time-0.3.44.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/bitvec-1.0.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.16.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.9.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/flate2-1.1.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde-untagged-0.1.9.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/chrono-0.4.42.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/atom_syndication-0.12.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.53.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/hex-0.4.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/sqlite-0.32.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radium-0.7.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tinyvec_macros-0.1.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/yaml-rust2-0.10.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.8.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/signature-1.6.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/libyml-0.0.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/derive_builder_macro-0.20.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ctr-0.9.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-targets-0.52.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/textwrap-0.15.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pem-rfc7468-0.7.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.32.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasi-0.14.2+wasi-0.2.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/winnow-0.7.13.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/git-ref-format-0.3.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/hyper-1.7.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.47.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/linked-hash-map-0.5.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-core-0.58.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ignore-0.4.23.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.48.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/git-ref-format-0.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ordered-float-2.10.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/winapi-i686-pc-windows-gnu-0.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/sec1-0.7.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/option-ext-0.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/quinn-proto-0.11.13.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.103.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/scoped-tls-1.0.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/subplot-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/winapi-0.3.9.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/hashlink-0.9.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/anstream-0.6.20.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.52.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/errno-0.3.14.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/gimli-0.31.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/redox_syscall-0.5.17.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wit-bindgen-rt-0.39.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wit-bindgen-0.46.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/h2-0.4.12.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/state-0.6.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rustls-0.23.31.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pest-2.8.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/spin-0.9.8.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_provider-2.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.53.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/libm-0.2.15.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.52.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.6.29.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.8.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.48.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.53.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/matchers-0.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/simdutf8-0.1.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/elliptic-curve-0.13.8.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unic-char-property-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/subplot-build-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pulldown-cmark-escape-0.11.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-0.18.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.30.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-git-ext-0.8.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/dirs-sys-next-0.1.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/syn-2.0.100.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.47.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-link-0.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/socket2-0.6.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rfc6979-0.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/duration-str-0.12.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ambient-ci-0.5.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.12.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-crypto-0.13.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde-1.0.225.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/git-ref-format-macro-0.3.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/never-0.1.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/indicatif-0.17.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/sqlite3-sys-0.15.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/xattr-1.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.225.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/quinn-0.11.9.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.9.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde-value-0.7.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.48.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/deranged-0.5.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/time-0.3.43.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.23.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/writeable-0.6.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/git-testament-derive-0.2.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde-1.0.219.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/num-conv-0.1.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/libm-0.2.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.8.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/textwrap-0.16.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde_yml-0.0.12.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/deunicode-1.6.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-crypto-0.12.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/jiff-0.2.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/yoke-0.7.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/culpa-1.0.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rsa-0.9.8.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tempfile-3.20.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/borsh-1.5.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/deunicode-1.6.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-ci-broker-0.20.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ecdsa-0.16.9.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/deranged-0.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/regex-1.11.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_aarch64_gnullvm-0.48.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.52.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.12.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.8.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.103.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.8.26.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/redox_users-0.4.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-git-ext-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.17.0+1.8.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/time-core-0.1.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/env_logger-0.10.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.24.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pulldown-cmark-0.12.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/aligned-0.4.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.41.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ff-0.13.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/base16ct-0.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/smawk-0.3.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.3.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/log-0.4.27.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/seahash-4.1.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/bumpalo-3.19.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/line-col-0.2.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/p384-0.13.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ident_case-1.0.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/fs2-0.4.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.22.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/matchers-0.1.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasi-0.11.1+wasi-snapshot-preview1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.8.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnullvm-0.52.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/time-0.3.41.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/subtle-2.6.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/clap-4.5.41.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-ssh-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/subplot-build-0.12.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_properties-2.0.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ec25519-0.1.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/idna-1.1.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.11.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tracing-log-0.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.2.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/io-uring-0.7.10.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.16.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/subplot-0.12.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/git-ref-format-0.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/utf8-width-0.1.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/indexmap-2.11.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/heck-0.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/getopts-0.2.24.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.24.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/descape-2.0.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-targets-0.48.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/normpath-1.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rustix-1.1.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.52.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/quick-xml-0.37.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/subplotlib-0.12.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/bytesize-2.1.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ghash-0.5.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/arraydeque-0.5.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.48.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/borsh-derive-1.5.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/slug-0.1.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/quick-xml-0.37.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/signature-2.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ascii-1.1.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/multibase-0.9.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.100.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/syn-1.0.109.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde-untagged-0.1.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/overload-0.1.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pkcs1-0.7.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/r-efi-5.3.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/proc-macro-error2-2.0.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/addr2line-0.24.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/clap-4.5.47.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.16.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rss-2.0.12.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/roadmap-0.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/git-ref-format-core-0.3.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasi-0.11.0+wasi-snapshot-preview1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/defer-heavy-0.1.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/sha3-0.10.8.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/encode_unicode-1.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/humantime-2.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/bcrypt-pbkdf-0.10.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/filetime-0.2.26.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-job-0.3.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/base64-0.21.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/group-0.13.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-0.16.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/doc-comment-0.3.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-interface-0.58.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/regex-automata-0.1.10.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rustc-demangle-0.1.26.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/yoke-0.8.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-implement-0.58.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/byte-unit-5.1.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/winnow-0.6.26.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.7.35.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/data-encoding-macro-0.1.18.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/termcolor-1.4.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.41.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pikchr-0.1.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.20.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/data-encoding-2.8.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.145.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-wincon-3.0.10.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/poly1305-0.8.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ssh-cipher-0.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/roadmap-0.7.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/polyval-0.6.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/amplify-4.8.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unic-ucd-version-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/base32-0.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/jiff-0.2.15.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/once_cell_polyfill-1.70.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/base64ct-1.6.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.33.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/write16-1.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/blowfish-0.9.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/keccak-0.1.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.77.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.19.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/time-core-0.1.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/amplify_derive-4.0.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.11.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/cc-1.2.38.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/r-efi-5.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/nix-0.29.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.46.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasi-0.14.7+wasi-0.2.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/p521-0.13.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/winapi-x86_64-pc-windows-gnu-0.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/http-1.3.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/adler2-2.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-strings-0.1.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-norway-0.2.15.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.27.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ptr_meta_derive-0.1.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-job-0.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/web-sys-0.3.80.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/git-ref-format-core-0.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/errno-0.3.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/directories-next-2.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rand-0.8.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tar-0.4.44.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/cyphernet-0.5.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.103.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/remove_dir_all-1.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/flate2-1.1.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/amplify_syn-2.0.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.48.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_aarch64_msvc-0.53.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/der-0.7.9.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/cipher-0.4.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/as-slice-0.2.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/culpa-macros-1.0.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/file_diff-1.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/getopts-0.2.21.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unicode-linebreak-0.1.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unicase-2.8.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/uuid-1.18.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.22.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/valuable-serde-0.1.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.80.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-ssh-0.10.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/bumpalo-3.17.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/lru-slab-0.1.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-0.58.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/fast-glob-0.3.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unic-common-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde-aux-4.6.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/bytecheck-0.6.12.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ct-codecs-1.1.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/git-ref-format-core-0.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/console-0.15.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/clingwrap-0.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-ci-broker-0.20.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/crc32fast-1.4.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/syn-2.0.106.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pest-2.8.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.100.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.100.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.103.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.14.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/normpath-1.3.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/subplot-build-0.13.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.17.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rust_decimal-1.38.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/loom-0.5.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ssh-key-0.6.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/spki-0.7.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rkyv_derive-0.7.45.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-sys-0.52.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/clingwrap-0.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_msvc-0.53.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-cob-0.14.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.17.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_gnullvm-0.52.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-cob-0.15.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/hermit-abi-0.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/amplify-4.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.9.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde_norway-0.9.42.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-sys-0.61.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.35.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/aes-gcm-0.10.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/idna-1.0.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.101.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/localtime-1.3.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tinyvec-1.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/globset-0.4.16.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tower-0.5.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/humansize-2.1.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/xattr-1.5.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rkyv-0.7.45.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/log-0.4.28.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/amplify_num-0.5.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.24.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ct-codecs-1.1.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/socks5-client-0.4.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/der-0.7.10.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pulldown-cmark-0.13.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/sqlite3-src-0.5.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/fs_at-0.2.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.9.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/webpki-roots-1.0.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-sys-0.59.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tracing-serde-0.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.10.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/object-0.36.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tera-1.20.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/const-oid-0.9.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/digest-0.10.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/number_prefix-0.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/want-0.3.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/jiff-static-0.2.15.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr2-2.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/block-padding-0.3.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.0.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/uuid-1.16.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_msvc-0.48.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.19.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/cc-1.2.18.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rustix-1.0.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/nonempty-0.11.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-dag-0.10.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/bstr-1.12.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/slab-0.4.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/p256-0.13.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/darling-0.20.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/web-time-1.1.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.12.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.52.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/nonempty-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tap-1.0.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/html-page-0.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/data-encoding-2.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/valuable-0.1.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/git-testament-0.2.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.28.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ptr_meta-0.1.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/universal-hash-0.5.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/num-iter-0.1.45.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/quote-1.0.40.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/base-x-0.2.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/winapi-util-0.1.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/html-escape-0.2.13.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pulldown-cmark-0.9.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_i686_gnu-0.53.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/url-2.5.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/marked-yaml-0.8.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/yaml-rust2-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/portable-atomic-util-0.2.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tempfile-3.22.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_collections-2.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/memchr-2.7.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-futures-0.4.53.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/data-encoding-macro-internal-0.1.15.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/libredox-0.1.10.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-0.48.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.225.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/primeorder-0.13.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ed25519-1.5.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/cbc-0.1.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/qcheck-1.0.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/shell-words-1.1.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/regex-1.11.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/marked-yaml-0.7.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/quinn-udp-0.5.14.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/toml-0.9.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ambient-ci-0.6.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/libredox-0.1.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unic-char-range-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/yaml-rust-0.4.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.103.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/unic-ucd-segment-0.9.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/chacha20-0.9.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.75.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/sync-ptr-0.1.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/opaque-debug-0.3.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/cvt-0.1.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/aead-0.5.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/cypheraddr-0.4.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ring-0.17.14.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/filetime-0.2.25.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/bytesize-2.0.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/bytecheck_derive-0.6.12.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/diligent-date-parser-0.1.5.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.7.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-surf-0.22.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/env_filter-0.1.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/libc-0.2.175.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-result-0.2.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/ahash-0.7.8.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows-sys-0.60.2.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/windows_x86_64_gnu-0.52.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/base64-0.22.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/data-encoding-macro-0.1.17.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/rustls-0.23.32.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/radicle-ci-broker-0.19.1.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/data-encoding-macro-internal-0.1.16.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.16.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/chrono-0.4.40.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/mio-1.0.4.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.6.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/bstr-1.11.3.crate
/workspace/deps/registry/cache/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.34.crate
+ cargo test --offline
Compiling cfg-if v1.0.3
Compiling libc v0.2.175
Compiling memchr v2.7.5
Compiling serde_core v1.0.225
Compiling bitflags v2.9.4
Compiling once_cell v1.21.3
Compiling typenum v1.18.0
Compiling itoa v1.0.15
Compiling generic-array v0.14.7
Compiling crypto-common v0.1.6
Compiling serde v1.0.225
Compiling subtle v2.6.1
Compiling zerofrom v0.1.6
Compiling stable_deref_trait v1.2.0
Compiling linux-raw-sys v0.11.0
Compiling percent-encoding v2.3.2
Compiling yoke v0.8.0
Compiling pin-project-lite v0.2.16
Compiling thiserror v1.0.69
Compiling getrandom v0.2.16
Compiling zerovec v0.11.4
Compiling regex-syntax v0.8.6
Compiling ryu v1.0.20
Compiling smallvec v1.15.1
Compiling tinystr v0.8.1
Compiling fnv v1.0.7
Compiling writeable v0.6.1
Compiling litemap v0.8.0
Compiling icu_locale_core v2.0.0
Compiling thiserror v2.0.16
Compiling potential_utf v0.1.3
Compiling zerotrie v0.2.2
Compiling fastrand v2.3.0
Compiling icu_provider v2.0.0
Compiling icu_collections v2.0.0
Compiling anyhow v1.0.99
Compiling block-buffer v0.10.4
Compiling same-file v1.0.6
Compiling cpufeatures v0.2.17
Compiling walkdir v2.5.0
Compiling digest v0.10.7
Compiling icu_properties_data v2.0.1
Compiling icu_normalizer_data v2.0.0
Compiling crossbeam-utils v0.8.21
Compiling block-padding v0.3.3
Compiling encoding_rs v0.8.35
Compiling log v0.4.28
Compiling unicode-width v0.2.1
Compiling inout v0.1.4
Compiling icu_normalizer v2.0.0
Compiling icu_properties v2.0.1
Compiling rustix v1.1.2
Compiling zeroize v1.8.1
Compiling hashbrown v0.16.0
Compiling equivalent v1.0.2
Compiling indexmap v2.11.4
Compiling idna_adapter v1.2.1
Compiling cipher v0.4.4
Compiling form_urlencoded v1.2.2
Compiling aho-corasick v1.1.3
Compiling utf8_iter v1.0.4
Compiling bytes v1.10.1
Compiling idna v1.1.0
Compiling regex-automata v0.4.10
Compiling ahash v0.8.12
Compiling futures-core v0.3.31
Compiling strsim v0.11.1
Compiling pest v2.8.2
Compiling hashbrown v0.14.5
Compiling url v2.5.7
Compiling crossbeam-epoch v0.9.18
Compiling bstr v1.12.0
Compiling utf8-width v0.1.7
Compiling base64 v0.22.1
Compiling globset v0.4.16
Compiling rand_core v0.6.4
Compiling crossbeam-deque v0.8.6
Compiling hashlink v0.9.1
Compiling pest_meta v2.8.2
Compiling libz-sys v1.1.22
Compiling serde_path_to_error v0.1.20
Compiling universal-hash v0.5.1
Compiling tracing-core v0.1.34
Compiling socket2 v0.6.0
Compiling mio v1.0.4
Compiling signature v1.6.4
Compiling futures-sink v0.3.31
Compiling opaque-debug v0.3.1
Compiling lazy_static v1.5.0
Compiling ed25519 v1.5.3
Compiling tokio v1.47.1
Compiling pest_generator v2.8.2
Compiling rand_chacha v0.3.1
Compiling libgit2-sys v0.17.0+1.8.1
Compiling yaml-rust2 v0.9.0
Compiling ignore v0.4.23
Compiling getopts v0.2.24
Compiling sha2 v0.10.9
Compiling getrandom v0.3.3
Compiling amplify_num v0.5.3
Compiling ct-codecs v1.1.6
Compiling ascii v1.1.0
Compiling textwrap v0.16.2
Compiling ec25519 v0.1.0
Compiling amplify v4.9.0
Compiling tempfile v3.22.0
Compiling num-traits v0.2.19
Compiling globwalk v0.9.1
Compiling marked-yaml v0.7.2
Compiling git2 v0.19.0
Compiling rand v0.8.5
Compiling pest_derive v2.8.2
Compiling serde_json v1.0.145
Compiling polyval v0.6.2
Compiling html-escape v0.2.13
Compiling regex v1.11.2
Compiling http v1.3.1
Compiling git-ref-format-core v0.3.1
Compiling slab v0.4.11
Compiling radicle-std-ext v0.1.1
Compiling keccak v0.1.5
Compiling base64ct v1.8.0
Compiling darling_core v0.20.11
Compiling pem-rfc7468 v0.7.0
Compiling sha3 v0.10.8
Compiling tracing v0.1.41
Compiling git-ref-format-macro v0.3.1
Compiling tera v1.20.0
Compiling ghash v0.5.1
Compiling roadmap v0.7.0
Compiling cyphergraphy v0.3.0
Compiling aes v0.8.4
Compiling ctr v0.9.2
Compiling aead v0.5.2
Compiling pin-utils v0.1.0
Compiling utf8parse v0.2.2
Compiling base32 v0.4.0
Compiling byteorder v1.5.0
Compiling cypheraddr v0.4.0
Compiling blowfish v0.9.1
Compiling git-ref-format v0.3.1
Compiling anstyle-parse v0.2.7
Compiling aes-gcm v0.10.3
Compiling sqlite3-src v0.5.1
Compiling darling_macro v0.20.11
Compiling ssh-encoding v0.2.0
Compiling http-body v1.0.1
Compiling poly1305 v0.8.0
Compiling cbc v0.1.2
Compiling chacha20 v0.9.1
Compiling rustls-pki-types v1.12.0
Compiling pbkdf2 v0.12.2
Compiling untrusted v0.9.0
Compiling data-encoding v2.9.0
Compiling futures-task v0.3.31
Compiling anstyle v1.0.11
Compiling colorchoice v1.0.4
Compiling is_terminal_polyfill v1.70.1
Compiling anstyle-query v1.1.4
Compiling futures-io v0.3.31
Compiling futures-util v0.3.31
Compiling anstream v0.6.20
Compiling data-encoding-macro v0.1.18
Compiling ring v0.17.14
Compiling bcrypt-pbkdf v0.10.0
Compiling ssh-cipher v0.2.0
Compiling darling v0.20.11
Compiling yaml-rust2 v0.10.4
Compiling sqlite3-sys v0.15.2
Compiling radicle-git-ext v0.8.1
Compiling socks5-client v0.4.1
Compiling tokio-util v0.7.16
Compiling subplot v0.13.0
Compiling powerfmt v0.2.0
Compiling base-x v0.2.11
Compiling signature v2.2.0
Compiling try-lock v0.2.5
Compiling time-core v0.1.6
Compiling num-conv v0.1.0
Compiling atomic-waker v1.1.2
Compiling tower-service v0.3.3
Compiling h2 v0.4.12
Compiling time-macros v0.2.24
Compiling ssh-key v0.6.7
Compiling want v0.3.1
Compiling multibase v0.9.1
Compiling deranged v0.5.3
Compiling qcheck v1.0.0
Compiling cyphernet v0.5.2
Compiling sqlite v0.32.0
Compiling marked-yaml v0.8.0
Compiling derive_builder_core v0.20.2
Compiling rustls-webpki v0.103.6
Compiling crc32fast v1.5.0
Compiling typeid v1.0.3
Compiling pulldown-cmark v0.13.0
Compiling httparse v1.10.1
Compiling chrono v0.4.42
Compiling terminal_size v0.4.3
Compiling futures-channel v0.3.31
Compiling xattr v1.5.1
Compiling radicle-ssh v0.10.0
Compiling subplot v0.12.0
Compiling nonempty v0.9.0
Compiling filetime v0.2.26
Compiling arrayvec v0.7.6
Compiling clap_lex v0.7.5
Compiling tinyvec_macros v0.1.1
Compiling tinyvec v1.10.0
Compiling clap_builder v4.5.47
Compiling rust_decimal v1.38.0
Compiling tar v0.4.44
Compiling radicle-crypto v0.13.0
Compiling hyper v1.7.0
Compiling nix v0.29.0
Compiling erased-serde v0.4.8
Compiling flate2 v1.1.2
Compiling derive_builder_macro v0.20.2
Compiling rustls v0.23.32
Compiling time v0.3.44
Compiling pulldown-cmark v0.12.2
Compiling sync_wrapper v1.0.2
Compiling radicle-dag v0.10.0
Compiling git-ref-format-core v0.4.0
Compiling bytesize v2.1.0
Compiling cvt v0.1.2
Compiling winnow v0.7.13
Compiling base64 v0.21.7
Compiling ipnet v2.11.0
Compiling unsafe-libyaml-norway v0.2.15
Compiling tower-layer v0.3.3
Compiling tower v0.5.2
Compiling serde_norway v0.9.42
Compiling hyper-util v0.1.17
Compiling toml_parser v1.0.3
Compiling culpa v1.0.2
Compiling fs_at v0.2.1
Compiling git-ref-format-macro v0.4.0
Compiling radicle-cob v0.15.0
Compiling tokio-rustls v0.26.3
Compiling derive_builder v0.20.2
Compiling radicle-surf v0.22.1
Compiling serde-untagged v0.1.9
Compiling subplot-build v0.13.0
Compiling clap v4.5.47
Compiling unicode-normalization v0.1.24
Compiling diligent-date-parser v0.1.5
Compiling webpki-roots v1.0.2
Compiling quick-xml v0.37.5
Compiling crossbeam-channel v0.5.15
Compiling git-ref-format-core v0.5.0
Compiling localtime v1.3.1
Compiling toml_datetime v0.7.2
Compiling serde_spanned v1.0.2
Compiling dirs-sys-next v0.1.2
Compiling never v0.1.0
Compiling option-ext v0.2.0
Compiling toml_writer v1.0.3
Compiling normpath v1.4.0
Compiling iri-string v0.7.8
Compiling fast-glob v0.3.3
Compiling siphasher v1.0.1
Compiling radicle v0.18.0
Compiling tower-http v0.6.6
Compiling remove_dir_all v1.0.0
Compiling toml v0.9.7
Compiling dirs-sys v0.5.0
Compiling atom_syndication v0.12.7
Compiling directories-next v2.0.0
Compiling git-ref-format v0.4.0
Compiling git-ref-format-macro v0.5.0
Compiling subplotlib-derive v0.12.0
Compiling hyper-rustls v0.27.7
Compiling radicle-ci-broker v0.20.1
Compiling portable-atomic v1.11.1
Compiling env_filter v0.1.3
Compiling http-body-util v0.1.3
Compiling uuid v1.18.1
Compiling matchers v0.2.0
Compiling sharded-slab v0.1.7
Compiling tracing-serde v0.2.0
Compiling tracing-log v0.2.0
Compiling serde_urlencoded v0.7.1
Compiling console v0.15.11
Compiling fs2 v0.4.3
Compiling thread_local v1.1.9
Compiling shell-words v1.1.0
Compiling state v0.6.0
Compiling unicode-segmentation v1.12.0
Compiling number_prefix v0.4.0
Compiling jiff v0.2.15
Compiling nu-ansi-term v0.50.1
Compiling winnow v0.6.26
Compiling nonempty v0.11.0
Compiling duration-str v0.12.0
Compiling radicle-job v0.3.0
Compiling tracing-subscriber v0.3.20
Compiling env_logger v0.11.8
Compiling indicatif v0.17.11
Compiling subplotlib v0.12.0
Compiling valuable v0.1.1
Compiling git-ref-format v0.5.0
Compiling reqwest v0.12.23
Compiling radicle-git-ext v0.9.0
Compiling clingwrap v0.4.0
Compiling rss v2.0.12
Compiling directories v6.0.0
Compiling byte-unit v5.1.6
Compiling html-page v0.4.0
Compiling hex v0.4.3
Compiling radicle-ci-ambient v0.11.4 (/workspace/src)
Compiling ambient-ci v0.6.0
Compiling radicle-git-ext v0.10.0
Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 24s
Running unittests src/lib.rs (/workspace/cache/debug/deps/radicle_ci_ambient-80a9986c2d8f8739)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/main.rs (/workspace/cache/debug/deps/radicle_ci_ambient-03304fd3ed549d9b)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests radicle_ci_ambient
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
++ dpkg-parsechangelog -SVersion
++ sed 's/-[^-]*$//'
+ V=0.11.4
++ date -u +%Y%m%dT%H%M%S
+ T=20250922T072648
+ version=0.11.4.ci20250922T072648-1
+ dch -v 0.11.4.ci20250922T072648-1 'CI build under Ambient.'
+ dch -r ''
[2025-09-22T07:26:48Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-22T07:26:48Z DEBUG ambient_ci::plan] RUN: Action Deb
[2025-09-22T07:26:48Z DEBUG ambient_ci::action] Plan::execute: plan=Deb
[2025-09-22T07:26:48Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
SPAWN: argv=["/bin/bash", "-c", "#!/bin/bash\nset -xeuo pipefail\n\necho \"PATH at start: $PATH\"\nexport PATH=\"/root/.cargo/bin:$PATH\"\nexport CARGO_HOME=/workspace/deps\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\n/bin/env\n\ncommand -v cargo\ncommand -v rustc\n\ncargo --version\nrustc --version\n\n# Get name and version of source package.\nname=\"$(dpkg-parsechangelog -SSource)\"\nversion=\"$(dpkg-parsechangelog -SVersion)\"\n\n# Get upstream version: everything before the last dash.\nuv=\"$(echo \"$version\" | sed 's/-[^-]*$//')\"\n\n# Files that will be created.\narch=\"$(dpkg --print-architecture)\"\norig=\"../${name}_${uv}.orig.tar.xz\"\ndeb=\"../${name}_${version}_${arch}.deb\"\nchanges=\"../${name}_${version}_${arch}.changes\"\n\n# Create \"upstream tarball\".\ngit archive HEAD | xz >\"$orig\"\n\n# Build package.\ndpkg-buildpackage -us -uc\n\n# Dump some information to make it easier to visually verify\n# everything looks OK. Also, test the package with the lintian tool.\n\nls -l ..\nfor x in ../*.deb; do dpkg -c \"$x\"; done\n# FIXME: disabled while this prevents radicle-native-ci deb from being built.\n# lintian -i --allow-root --fail-on warning ../*.changes\n\n# Move files to artifacts directory.\nmv ../*_* /workspace/artifacts\n "]
cwd=/workspace/src (exists? true)
+ echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export DEBEMAIL=liw@liw.fi
+ DEBEMAIL=liw@liw.fi
+ export 'DEBFULLNAME=Lars Wirzenius'
+ DEBFULLNAME='Lars Wirzenius'
+ /bin/env
DEBFULLNAME=Lars Wirzenius
CARGO_TARGET_DIR=/workspace/cache
PWD=/workspace/src
SYSTEMD_EXEC_PID=294
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=49278b65c84e4332b537a20cbe858b3a
SHLVL=2
JOURNAL_STREAM=8:13425
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.90.0 (840b83a10 2025-07-30)
+ rustc --version
rustc 1.90.0 (1159e78c4 2025-09-14)
++ dpkg-parsechangelog -SSource
+ name=radicle-ci-ambient
++ dpkg-parsechangelog -SVersion
+ version=0.11.4.ci20250922T072648-1
++ echo 0.11.4.ci20250922T072648-1
++ sed 's/-[^-]*$//'
+ uv=0.11.4.ci20250922T072648
++ dpkg --print-architecture
+ arch=amd64
+ orig=../radicle-ci-ambient_0.11.4.ci20250922T072648.orig.tar.xz
+ deb=../radicle-ci-ambient_0.11.4.ci20250922T072648-1_amd64.deb
+ changes=../radicle-ci-ambient_0.11.4.ci20250922T072648-1_amd64.changes
+ git archive HEAD
+ xz
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package radicle-ci-ambient
dpkg-buildpackage: info: source version 0.11.4.ci20250922T072648-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-ambient using existing ./radicle-ci-ambient_0.11.4.ci20250922T072648.orig.tar.xz
dpkg-source: info: building radicle-ci-ambient in radicle-ci-ambient_0.11.4.ci20250922T072648-1.debian.tar.xz
dpkg-source: info: building radicle-ci-ambient in radicle-ci-ambient_0.11.4.ci20250922T072648-1.dsc
debian/rules build
dh build
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
debian/rules override_dh_auto_build
make[1]: Entering directory '/workspace/src'
true
make[1]: Leaving directory '/workspace/src'
debian/rules override_dh_auto_test
make[1]: Entering directory '/workspace/src'
echo tests are disabled, for now
tests are disabled, for now
make[1]: Leaving directory '/workspace/src'
create-stamp debian/debhelper-build-stamp
debian/rules binary
dh binary
dh_testroot
dh_prep
debian/rules override_dh_auto_install
make[1]: Entering directory '/workspace/src'
cargo install --locked --offline --path=. --root=debian/radicle-ci-ambient/usr
Installing radicle-ci-ambient v0.11.4 (/workspace/src)
Compiling proc-macro2 v1.0.101
Compiling unicode-ident v1.0.19
Compiling version_check v0.9.5
Compiling libc v0.2.175
Compiling quote v1.0.40
Compiling syn v2.0.106
Compiling cfg-if v1.0.3
Compiling serde_core v1.0.225
Compiling jobserver v0.1.34
Compiling serde_derive v1.0.225
Compiling shlex v1.3.0
Compiling find-msvc-tools v0.1.2
Compiling cc v1.2.38
Compiling typenum v1.18.0
Compiling generic-array v0.14.7
Compiling serde v1.0.225
Compiling crypto-common v0.1.6
Compiling synstructure v0.13.2
Compiling subtle v2.6.1
Compiling thiserror v1.0.69
Compiling zerofrom-derive v0.1.6
Compiling yoke-derive v0.8.0
Compiling stable_deref_trait v1.2.0
Compiling thiserror-impl v1.0.69
Compiling zerofrom v0.1.6
Compiling yoke v0.8.0
Compiling memchr v2.7.5
Compiling zerovec-derive v0.11.1
Compiling bitflags v2.9.4
Compiling zerovec v0.11.4
Compiling displaydoc v0.2.5
Compiling thiserror v2.0.16
Compiling itoa v1.0.15
Compiling getrandom v0.2.16
Compiling anyhow v1.0.99
Compiling pkg-config v0.3.32
Compiling once_cell v1.21.3
Compiling thiserror-impl v2.0.16
Compiling getrandom v0.3.3
Compiling smallvec v1.15.1
Compiling zerocopy v0.8.27
Compiling crossbeam-utils v0.8.21
Compiling tinystr v0.8.1
Compiling syn v1.0.109
Compiling litemap v0.8.0
Compiling writeable v0.6.1
Compiling icu_locale_core v2.0.0
Compiling potential_utf v0.1.3
Compiling zerotrie v0.2.2
Compiling icu_normalizer_data v2.0.0
Compiling icu_properties_data v2.0.1
Compiling icu_provider v2.0.0
Compiling icu_collections v2.0.0
Compiling block-buffer v0.10.4
Compiling tracing-attributes v0.1.30
Compiling rustix v1.1.2
Compiling cpufeatures v0.2.17
Compiling percent-encoding v2.3.2
Compiling digest v0.10.7
Compiling block-padding v0.3.3
Compiling linux-raw-sys v0.11.0
Compiling pin-project-lite v0.2.16
Compiling log v0.4.28
Compiling same-file v1.0.6
Compiling walkdir v2.5.0
Compiling inout v0.1.4
Compiling icu_properties v2.0.1
Compiling icu_normalizer v2.0.0
Compiling ahash v0.8.12
Compiling vcpkg v0.2.15
Compiling equivalent v1.0.2
Compiling hashbrown v0.16.0
Compiling zeroize v1.8.1
Compiling libz-sys v1.1.22
Compiling indexmap v2.11.4
Compiling idna_adapter v1.2.1
Compiling cipher v0.4.4
Compiling form_urlencoded v1.2.2
Compiling aho-corasick v1.1.3
Compiling regex-syntax v0.8.6
Compiling bytes v1.10.1
Compiling utf8_iter v1.0.4
Compiling idna v1.1.0
Compiling regex-automata v0.4.10
Compiling encoding_rs v0.8.35
Compiling arraydeque v0.5.1
Compiling doc-comment v0.3.3
Compiling futures-core v0.3.31
Compiling ucd-trie v0.1.7
Compiling unicode-width v0.2.1
Compiling pest v2.8.2
Compiling hashbrown v0.14.5
Compiling crossbeam-epoch v0.9.18
Compiling url v2.5.7
Compiling libgit2-sys v0.17.0+1.8.1
Compiling bstr v1.12.0
Compiling proc-macro-error-attr v1.0.4
Compiling unic-char-range v0.9.0
Compiling libm v0.2.15
Compiling unic-common v0.9.0
Compiling autocfg v1.5.0
Compiling unic-ucd-version v0.9.0
Compiling num-traits v0.2.19
Compiling globset v0.4.16
Compiling unic-char-property v0.9.0
Compiling rand_core v0.6.4
Compiling crossbeam-deque v0.8.6
Compiling hashlink v0.9.1
Compiling pest_meta v2.8.2
Compiling serde_path_to_error v0.1.20
Compiling amplify_syn v2.0.1
Compiling ppv-lite86 v0.2.21
Compiling tracing-core v0.1.34
Compiling universal-hash v0.5.1
Compiling socket2 v0.6.0
Compiling mio v1.0.4
Compiling proc-macro-error v1.0.4
Compiling serde_json v1.0.145
Compiling ryu v1.0.20
Compiling futures-sink v0.3.31
Compiling opaque-debug v0.3.1
Compiling signature v1.6.4
Compiling ed25519 v1.5.3
Compiling tokio v1.47.1
Compiling rand_chacha v0.3.1
Compiling amplify_derive v4.0.1
Compiling pest_generator v2.8.2
Compiling yaml-rust2 v0.9.0
Compiling ignore v0.4.23
Compiling unic-ucd-segment v0.9.0
Compiling getopts v0.2.24
Compiling sha2 v0.10.9
Compiling pikchr v0.1.4
Compiling ascii v1.1.0
Compiling fastrand v2.3.0
Compiling deunicode v1.6.2
Compiling unicase v2.8.1
Compiling pulldown-cmark-escape v0.11.0
Compiling amplify_num v0.5.3
Compiling smawk v0.3.2
Compiling unicode-linebreak v0.1.5
Compiling ct-codecs v1.1.6
Compiling fnv v1.0.7
Compiling http v1.3.1
Compiling ec25519 v0.1.0
Compiling textwrap v0.16.2
Compiling amplify v4.9.0
Compiling slug v0.1.6
Compiling tempfile v3.22.0
Compiling humansize v2.1.3
Compiling unic-segment v0.9.0
Compiling globwalk v0.9.1
Compiling marked-yaml v0.7.2
Compiling pest_derive v2.8.2
Compiling rand v0.8.5
Compiling polyval v0.6.2
Compiling regex v1.11.2
Compiling git-ref-format-core v0.3.1
Compiling sqlite3-src v0.5.1
Compiling ring v0.17.14
Compiling keccak v0.1.5
Compiling ident_case v1.0.1
Compiling lazy_static v1.5.0
Compiling utf8-width v0.1.7
Compiling foldhash v0.1.5
Compiling slab v0.4.11
Compiling base64ct v1.8.0
Compiling strsim v0.11.1
Compiling radicle-std-ext v0.1.1
Compiling darling_core v0.20.11
Compiling pem-rfc7468 v0.7.0
Compiling hashbrown v0.15.5
Compiling html-escape v0.2.13
Compiling tera v1.20.0
Compiling tracing v0.1.41
Compiling sha3 v0.10.8
Compiling git2 v0.19.0
Compiling git-ref-format-macro v0.3.1
Compiling ghash v0.5.1
Compiling roadmap v0.7.0
Compiling cyphergraphy v0.3.0
Compiling ctr v0.9.2
Compiling aes v0.8.4
Compiling aead v0.5.2
Compiling proc-macro-error-attr2 v2.0.0
Compiling byteorder v1.5.0
Compiling utf8parse v0.2.2
Compiling line-col v0.2.1
Compiling data-encoding v2.9.0
Compiling base32 v0.4.0
Compiling descape v2.0.3
Compiling base64 v0.22.1
Compiling pin-utils v0.1.0
Compiling cypheraddr v0.4.0
Compiling data-encoding-macro-internal v0.1.16
Compiling anstyle-parse v0.2.7
Compiling blowfish v0.9.1
Compiling proc-macro-error2 v2.0.1
Compiling aes-gcm v0.10.3
Compiling git-ref-format v0.3.1
Compiling hashlink v0.10.0
Compiling ssh-encoding v0.2.0
Compiling darling_macro v0.20.11
Compiling http-body v1.0.1
Compiling poly1305 v0.8.0
Compiling cbc v0.1.2
Compiling chacha20 v0.9.1
Compiling rustls-pki-types v1.12.0
Compiling pbkdf2 v0.12.2
Compiling futures-task v0.3.31
Compiling anstyle-query v1.1.4
Compiling typeid v1.0.3
Compiling httparse v1.10.1
Compiling futures-io v0.3.31
Compiling pulldown-cmark v0.13.0
Compiling untrusted v0.9.0
Compiling crc32fast v1.5.0
Compiling is_terminal_polyfill v1.70.1
Compiling anstyle v1.0.11
Compiling colorchoice v1.0.4
Compiling cfg_aliases v0.2.1
Compiling nix v0.29.0
Compiling anstream v0.6.20
Compiling data-encoding-macro v0.1.18
Compiling futures-util v0.3.31
Compiling bcrypt-pbkdf v0.10.0
Compiling ssh-cipher v0.2.0
Compiling darling v0.20.11
Compiling yaml-rust2 v0.10.4
Compiling radicle-git-ext v0.8.1
Compiling socks5-client v0.4.1
Compiling sqlite3-sys v0.15.2
Compiling tokio-util v0.7.16
Compiling subplot v0.13.0
Compiling rust_decimal v1.38.0
Compiling rustls v0.23.32
Compiling try-lock v0.2.5
Compiling base-x v0.2.11
Compiling num-conv v0.1.0
Compiling signature v2.2.0
Compiling atomic-waker v1.1.2
Compiling adler2 v2.0.1
Compiling erased-serde v0.4.8
Compiling tower-service v0.3.3
Compiling pulldown-cmark v0.12.2
Compiling time-core v0.1.6
Compiling powerfmt v0.2.0
Compiling time-macros v0.2.24
Compiling deranged v0.5.3
Compiling miniz_oxide v0.8.9
Compiling h2 v0.4.12
Compiling ssh-key v0.6.7
Compiling multibase v0.9.1
Compiling want v0.3.1
Compiling sqlite v0.32.0
Compiling qcheck v1.0.0
Compiling cyphernet v0.5.2
Compiling marked-yaml v0.8.0
Compiling derive_builder_core v0.20.2
Compiling rustls-webpki v0.103.6
Compiling chrono v0.4.42
Compiling terminal_size v0.4.3
Compiling futures-channel v0.3.31
Compiling radicle-ssh v0.10.0
Compiling xattr v1.5.1
Compiling subplot v0.12.0
Compiling nonempty v0.9.0
Compiling filetime v0.2.26
Compiling culpa-macros v1.0.2
Compiling tinyvec_macros v0.1.1
Compiling heck v0.5.0
Compiling clap_lex v0.7.5
Compiling arrayvec v0.7.6
Compiling time v0.3.44
Compiling clap_builder v4.5.47
Compiling clap_derive v4.5.47
Compiling tinyvec v1.10.0
Compiling tar v0.4.44
Compiling radicle-crypto v0.13.0
Compiling hyper v1.7.0
Compiling flate2 v1.1.2
Compiling derive_builder_macro v0.20.2
Compiling radicle-dag v0.10.0
Compiling sync_wrapper v1.0.2
Compiling git-ref-format-core v0.4.0
Compiling bytesize v2.1.0
Compiling cvt v0.1.2
Compiling portable-atomic v1.11.1
Compiling ipnet v2.11.0
Compiling tower-layer v0.3.3
Compiling winnow v0.7.13
Compiling unsafe-libyaml-norway v0.2.15
Compiling base64 v0.21.7
Compiling serde_norway v0.9.42
Compiling toml_parser v1.0.3
Compiling tower v0.5.2
Compiling hyper-util v0.1.17
Compiling fs_at v0.2.1
Compiling quick-xml v0.37.5
Compiling git-ref-format-macro v0.4.0
Compiling radicle-cob v0.15.0
Compiling derive_builder v0.20.2
Compiling serde-untagged v0.1.9
Compiling subplot-build v0.13.0
Compiling tokio-rustls v0.26.3
Compiling radicle-surf v0.22.1
Compiling crossbeam-channel v0.5.15
Compiling unicode-normalization v0.1.24
Compiling clap v4.5.47
Compiling culpa v1.0.2
Compiling diligent-date-parser v0.1.5
Compiling webpki-roots v1.0.2
Compiling git-ref-format-core v0.5.0
Compiling localtime v1.3.1
Compiling toml_datetime v0.7.2
Compiling serde_spanned v1.0.2
Compiling dirs-sys-next v0.1.2
Compiling subplotlib v0.12.0
Compiling iri-string v0.7.8
Compiling valuable v0.1.1
Compiling fast-glob v0.3.3
Compiling option-ext v0.2.0
Compiling toml_writer v1.0.3
Compiling siphasher v1.0.1
Compiling never v0.1.0
Compiling normpath v1.4.0
Compiling remove_dir_all v1.0.0
Compiling tower-http v0.6.6
Compiling atom_syndication v0.12.7
Compiling radicle v0.18.0
Compiling toml v0.9.7
Compiling console v0.15.11
Compiling dirs-sys v0.5.0
Compiling directories-next v2.0.0
Compiling git-ref-format-macro v0.5.0
Compiling git-ref-format v0.4.0
Compiling hyper-rustls v0.27.7
Compiling subplotlib-derive v0.12.0
Compiling radicle-ci-broker v0.20.1
Compiling sharded-slab v0.1.7
Compiling env_filter v0.1.3
Compiling http-body-util v0.1.3
Compiling uuid v1.18.1
Compiling matchers v0.2.0
Compiling serde_urlencoded v0.7.1
Compiling tracing-serde v0.2.0
Compiling tracing-log v0.2.0
Compiling valuable-derive v0.1.1
Compiling thread_local v1.1.9
Compiling fs2 v0.4.3
Compiling state v0.6.0
Compiling number_prefix v0.4.0
Compiling shell-words v1.1.0
Compiling winnow v0.6.26
Compiling ambient-ci v0.6.0
Compiling nu-ansi-term v0.50.1
Compiling jiff v0.2.15
Compiling nonempty v0.11.0
Compiling unicode-segmentation v1.12.0
Compiling indicatif v0.17.11
Compiling radicle-job v0.3.0
Compiling env_logger v0.11.8
Compiling tracing-subscriber v0.3.20
Compiling duration-str v0.12.0
Compiling git-ref-format v0.5.0
Compiling reqwest v0.12.23
Compiling html-page v0.4.0
Compiling radicle-git-ext v0.9.0
Compiling clingwrap v0.4.0
Compiling directories v6.0.0
Compiling rss v2.0.12
Compiling byte-unit v5.1.6
Compiling hex v0.4.3
Compiling radicle-ci-ambient v0.11.4 (/workspace/src)
Compiling radicle-git-ext v0.10.0
Finished `release` profile [optimized] target(s) in 4m 06s
Installing debian/radicle-ci-ambient/usr/bin/radicle-ci-ambient
Installed package `radicle-ci-ambient v0.11.4 (/workspace/src)` (executable `radicle-ci-ambient`)
warning: be sure to add `debian/radicle-ci-ambient/usr/bin` to your PATH to be able to run the installed binaries
find debian -name '.crates*' -delete
make[1]: Leaving directory '/workspace/src'
dh_installdocs
dh_installchangelogs
dh_installman
dh_lintian
dh_perl
dh_link
dh_strip_nondeterminism
dh_compress
dh_fixperms
dh_missing
dh_strip
dh_makeshlibs
dh_shlibdeps
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package 'radicle-ci-ambient-dbgsym' in '../radicle-ci-ambient-dbgsym_0.11.4.ci20250922T072648-1_amd64.deb'.
dpkg-deb: building package 'radicle-ci-ambient' in '../radicle-ci-ambient_0.11.4.ci20250922T072648-1_amd64.deb'.
dpkg-genbuildinfo -O../radicle-ci-ambient_0.11.4.ci20250922T072648-1_amd64.buildinfo
dpkg-genchanges -O../radicle-ci-ambient_0.11.4.ci20250922T072648-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 1636
drwxr-xr-x 2 root root 4096 Sep 22 07:25 artifacts
drwxr-xr-x 4 root root 4096 Sep 22 07:26 cache
drwxr-xr-x 3 root root 4096 Sep 22 07:22 deps
-rw-r--r-- 1 root root 192724 Sep 22 07:30 radicle-ci-ambient-dbgsym_0.11.4.ci20250922T072648-1_amd64.deb
-rw-r--r-- 1 root root 2052 Sep 22 07:26 radicle-ci-ambient_0.11.4.ci20250922T072648-1.debian.tar.xz
-rw-r--r-- 1 root root 1084 Sep 22 07:26 radicle-ci-ambient_0.11.4.ci20250922T072648-1.dsc
-rw-r--r-- 1 root root 6373 Sep 22 07:30 radicle-ci-ambient_0.11.4.ci20250922T072648-1_amd64.buildinfo
-rw-r--r-- 1 root root 2623 Sep 22 07:30 radicle-ci-ambient_0.11.4.ci20250922T072648-1_amd64.changes
-rw-r--r-- 1 root root 1393420 Sep 22 07:30 radicle-ci-ambient_0.11.4.ci20250922T072648-1_amd64.deb
-rw-r--r-- 1 root root 42468 Sep 22 07:26 radicle-ci-ambient_0.11.4.ci20250922T072648.orig.tar.xz
drwxr-xr-x 7 root root 4096 Sep 22 07:25 src
+ for x in ../*.deb
+ dpkg -c ../radicle-ci-ambient-dbgsym_0.11.4.ci20250922T072648-1_amd64.deb
drwxr-xr-x root/root 0 2025-09-22 07:26 ./
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/lib/
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/lib/debug/
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/lib/debug/.build-id/48/
-rw-r--r-- root/root 1218664 2025-09-22 07:26 ./usr/lib/debug/.build-id/48/4ce8d23e3b5c66ccdff4e4b3339813b6e11b9a.debug
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/share/
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/share/doc/
lrwxrwxrwx root/root 0 2025-09-22 07:26 ./usr/share/doc/radicle-ci-ambient-dbgsym -> radicle-ci-ambient
+ for x in ../*.deb
+ dpkg -c ../radicle-ci-ambient_0.11.4.ci20250922T072648-1_amd64.deb
drwxr-xr-x root/root 0 2025-09-22 07:26 ./
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/bin/
-rwxr-xr-x root/root 4231808 2025-09-22 07:26 ./usr/bin/radicle-ci-ambient
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/share/
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/share/doc/
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/share/doc/radicle-ci-ambient/
-rw-r--r-- root/root 403 2025-09-22 07:26 ./usr/share/doc/radicle-ci-ambient/changelog.Debian.gz
-rw-r--r-- root/root 392 2025-09-22 07:25 ./usr/share/doc/radicle-ci-ambient/copyright
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/share/lintian/
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/share/lintian/overrides/
-rw-r--r-- root/root 74 2025-09-22 07:25 ./usr/share/lintian/overrides/radicle-ci-ambient
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/share/man/
drwxr-xr-x root/root 0 2025-09-22 07:26 ./usr/share/man/man1/
-rw-r--r-- root/root 245 2025-09-22 07:26 ./usr/share/man/man1/radicle-ci-ambient.1.gz
+ mv ../radicle-ci-ambient-dbgsym_0.11.4.ci20250922T072648-1_amd64.deb ../radicle-ci-ambient_0.11.4.ci20250922T072648-1.debian.tar.xz ../radicle-ci-ambient_0.11.4.ci20250922T072648-1.dsc ../radicle-ci-ambient_0.11.4.ci20250922T072648-1_amd64.buildinfo ../radicle-ci-ambient_0.11.4.ci20250922T072648-1_amd64.changes ../radicle-ci-ambient_0.11.4.ci20250922T072648-1_amd64.deb ../radicle-ci-ambient_0.11.4.ci20250922T072648.orig.tar.xz /workspace/artifacts
[2025-09-22T07:30:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-22T07:30:58Z DEBUG ambient_ci::plan] RUN: Action TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-09-22T07:30:58Z DEBUG ambient_ci::action] Plan::execute: plan=TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-09-22T07:30:58Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-09-22T07:30:58Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-09-22T07:30:58Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-09-22T07:30:58Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-09-22T07:30:58Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-09-22T07:30:58Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-09-22T07:30:58Z TRACE ambient_ci::vdrive] calling tar_create
[2025-09-22T07:31:02Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-09-22T07:31:02Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-22T07:31:02Z DEBUG ambient_ci::plan] RUN: Action TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
}
[2025-09-22T07:31:02Z DEBUG ambient_ci::action] Plan::execute: plan=TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
}
[2025-09-22T07:31:02Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-09-22T07:31:02Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-09-22T07:31:02Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-09-22T07:31:02Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-09-22T07:31:02Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-09-22T07:31:02Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-09-22T07:31:02Z TRACE ambient_ci::vdrive] calling tar_create
[2025-09-22T07:31:02Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-09-22T07:31:02Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-22T07:31:02Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
====================
[2025-09-22T07:31:04Z DEBUG ambient_ci::run] remove old cache
[2025-09-22T07:31:04Z DEBUG ambient_ci::run] extract cache
[2025-09-22T07:31:06Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-09-22T07:31:06Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-09-22T07:31:06Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/meta.yaml
[2025-09-22T07:31:06Z INFO ambient] ambient ends successfully
<empty log>