01M0WW5E41Q4SNP6D1A7033S9J: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01M0WW64493S3M22N2RW62GBFE

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T16:32:08.917Zjob assigned to worker 01M0WW6BQ8CTZA7T945BAETWD8 [factory aws, i-065544242d9c1c5e2] (queued for 48 s)
 
22026-08-25T16:32:15.638Zstarting task 0: "setup"
32026-08-25T16:32:15.641Z++ uname -s
42026-08-25T16:32:15.644Z+ kern=SunOS
52026-08-25T16:32:15.644Z+ build_user=build
62026-08-25T16:32:15.644Z+ build_uid=12345
72026-08-25T16:32:15.644Z+ work_dir=/work
82026-08-25T16:32:15.644Z+ input_dir=/input
92026-08-25T16:32:15.644Z+ [[ 0 == 12345 ]]
102026-08-25T16:32:15.644Z+ case "$kern" in
112026-08-25T16:32:15.644Z+ groupadd -g 12345 build
122026-08-25T16:32:15.683Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T16:32:17.651Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T16:32:17.737Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T16:32:17.740Z+ home_fs=zfs
162026-08-25T16:32:17.740Z+ [[ zfs == autofs ]]
172026-08-25T16:32:17.740Z+ mkdir -p /home/build
182026-08-25T16:32:17.743Z+ chown build:build /home/build /work
192026-08-25T16:32:19.741Z+ chmod 0700 /home/build /work
202026-08-25T16:32:19.744Zprocess exited: duration 4106 ms, exit code 0
 
212026-08-25T16:32:19.751Zstarting task 1: "rust-toolchain"
222026-08-25T16:32:19.754Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T16:32:19.754Z * rust toolchain channel = "1.97.1"
242026-08-25T16:32:19.754Z * rust toolchain profile = "default"
252026-08-25T16:32:19.754Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-25T16:32:19.755Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T16:32:19.755Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T16:32:19.758Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T16:32:19.758Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T16:32:19.848Zinfo: downloading installer
312026-08-25T16:32:21.181Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T16:32:21.181Zwarn: /home/build/.rustup/settings.toml
332026-08-25T16:32:21.181Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T16:32:21.181Zwarn: instead of the one inferred from the default host triple.
352026-08-25T16:32:21.194Zinfo: profile set to default
362026-08-25T16:32:21.194Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T16:32:21.197Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T16:32:21.324Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T16:32:21.327Zinfo: downloading 6 components
402026-08-25T16:32:34.526Z
412026-08-25T16:32:34.526Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-25T16:32:34.556Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T16:32:34.556Z
442026-08-25T16:32:34.556Z
452026-08-25T16:32:34.556ZRust is installed now. Great!
462026-08-25T16:32:34.556Z
472026-08-25T16:32:34.556ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T16:32:34.556Zenvironment variable. This has not been done automatically.
492026-08-25T16:32:34.556Z
502026-08-25T16:32:34.556ZTo configure your current shell, you need to source
512026-08-25T16:32:34.556Zthe corresponding env file under $HOME/.cargo.
522026-08-25T16:32:34.556Z
532026-08-25T16:32:34.556ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T16:32:34.559Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T16:32:34.559Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T16:32:34.559Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T16:32:34.559Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T16:32:34.559Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T16:32:34.559Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T16:32:34.559Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T16:32:34.559Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T16:32:34.650Z+ rustup --version
632026-08-25T16:32:34.656Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T16:32:34.659Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T16:32:34.678Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T16:32:34.681Z+ cargo --version
672026-08-25T16:32:34.695Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T16:32:34.698Z+ rustc --version
692026-08-25T16:32:34.716Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T16:32:34.719Zprocess exited: duration 14967 ms, exit code 0
 
712026-08-25T16:32:34.724Zstarting task 2: "authentication"
722026-08-25T16:32:34.741Zprocess exited: duration 16 ms, exit code 0
 
732026-08-25T16:32:34.747Zstarting task 3: "clone repository"
742026-08-25T16:32:34.750Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T16:32:34.753Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T16:32:34.784ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T16:32:46.788Z+ cd /work/oxidecomputer/omicron
782026-08-25T16:32:46.788Z+ git fetch origin b8a01ad542c31c9797d40ccbeafc0fc50c91f826
792026-08-25T16:32:47.123ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T16:32:47.123Z * branch b8a01ad542c31c9797d40ccbeafc0fc50c91f826 -> FETCH_HEAD
812026-08-25T16:32:47.132Z+ [[ -n '' ]]
822026-08-25T16:32:47.132Z+ git reset --hard b8a01ad542c31c9797d40ccbeafc0fc50c91f826
832026-08-25T16:32:47.153ZHEAD is now at b8a01ad54 Update Rust crate tokio-postgres to v0.7.18 [SECURITY]
842026-08-25T16:32:47.157Zprocess exited: duration 12404 ms, exit code 0
 
852026-08-25T16:32:47.175Zstarting task 4: "build"
862026-08-25T16:32:47.178Z+ source .github/buildomat/ci-env.sh
872026-08-25T16:32:47.178Z++ export CARGO_TERM_COLOR=always
882026-08-25T16:32:47.178Z++ CARGO_TERM_COLOR=always
892026-08-25T16:32:47.182Z+++ uname -s
902026-08-25T16:32:47.182Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-25T16:32:47.182Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-25T16:32:47.182Z+ cargo --version
932026-08-25T16:32:47.190Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-25T16:32:47.193Z+ rustc --version
952026-08-25T16:32:47.211Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-25T16:32:47.213Z+ source ./env.sh
972026-08-25T16:32:47.214Z++ OLD_SHELL_OPTS=ehxB
982026-08-25T16:32:47.214Z++ set -o xtrace
992026-08-25T16:32:47.216Z++++ dirname ./env.sh
1002026-08-25T16:32:47.216Z+++ readlink -f .
1012026-08-25T16:32:47.219Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-08-25T16:32:47.219Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-25T16:32:47.219Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-25T16:32:47.219Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-25T16:32:47.219Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-08-25T16:32:47.219Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-08-25T16:32:47.219Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-08-25T16:32:47.219Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-08-25T16:32:47.219Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-25T16:32:47.219Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-08-25T16:32:47.219Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-08-25T16:32:47.219Z++ case $OLD_SHELL_OPTS in
1132026-08-25T16:32:47.219Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-08-25T16:32:47.219Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1152026-08-25T16:32:47.219Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-08-25T16:32:47.219Z+ banner prerequisites
1172026-08-25T16:32:47.222Z
1182026-08-25T16:32:47.223Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-08-25T16:32:47.223Z # # # # # # # # # # # # # # #
1202026-08-25T16:32:47.223Z # # # # ##### # # ##### # # # # # #### #
1212026-08-25T16:32:47.223Z ##### ##### # ##### # # # # # # # # #
1222026-08-25T16:32:47.223Z # # # # # # # # # # # # # # #
1232026-08-25T16:32:47.223Z # # # ###### # # ###### ### # #### # #### #
1242026-08-25T16:32:47.223Z
1252026-08-25T16:32:47.223Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-08-25T16:32:49.317Z Startup: Refreshing catalog 'helios' ... Done
1272026-08-25T16:32:49.703Z Startup: Caching catalogs ... Done
1282026-08-25T16:32:51.844ZPlanning: Solver setup ... Done (2.022s)
1292026-08-25T16:32:51.908ZPlanning: Running solver ... Done (0.063s)
1302026-08-25T16:32:51.956ZPlanning: Finding local manifests ... Done (0.003s)
1312026-08-25T16:32:51.965ZPlanning: Fetching manifests: 0/2 0% complete
1322026-08-25T16:32:51.982ZPlanning: Fetching manifests: 2/2 100% complete
1332026-08-25T16:32:51.998ZPlanning: Package planning ... Done (0.013s)
1342026-08-25T16:32:52.003ZPlanning: Merging actions ... Done (0.001s)
1352026-08-25T16:32:52.214ZPlanning: Checking for conflicting actions ... Done (0.217s)
1362026-08-25T16:32:52.217ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-08-25T16:32:52.984ZPlanning: Evaluating mediators ... Done (0.768s)
1382026-08-25T16:32:52.987ZPlanning: Planning completed in 3.24 seconds
1392026-08-25T16:32:52.992Z Packages to install: 2
1402026-08-25T16:32:52.992Z Estimated space available: 156.01 GB
1412026-08-25T16:32:52.995ZEstimated space to be consumed: 80.56 MB
1422026-08-25T16:32:52.996Z Create boot environment: No
1432026-08-25T16:32:52.996ZCreate backup boot environment: No
1442026-08-25T16:32:52.996Z Rebuild boot archive: No
1452026-08-25T16:32:52.996Z
1462026-08-25T16:32:52.996ZChanged packages:
1472026-08-25T16:32:52.996Zhelios
1482026-08-25T16:32:52.996Z developer/build-essential
1492026-08-25T16:32:52.996Z None -> 11-3.0
1502026-08-25T16:32:52.996Z library/libxmlsec1
1512026-08-25T16:32:52.996Z None -> 1.2.35-3.0
1522026-08-25T16:32:53.016Z
1532026-08-25T16:32:53.016ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-08-25T16:32:53.095ZDownload: Completed 1.28 MB in 0.08 seconds (16.9M/s)
1552026-08-25T16:32:53.178Z Actions: 1/268 actions (Installing new actions)
1562026-08-25T16:32:53.222Z Actions: Completed 268 actions in 0.04 seconds.
1572026-08-25T16:32:53.252ZFinalize: Updating package state database ... Done (0.036s)
1582026-08-25T16:32:53.255ZFinalize: Updating package cache ... Done (0.000s)
1592026-08-25T16:32:53.339ZFinalize: Updating image state ... Done (0.086s)
1602026-08-25T16:32:55.867ZFinalize: Creating fast lookup database ... Done (2.474s)
1612026-08-25T16:32:55.934ZFinalize: Reading search index ... Done (0.012s)
1622026-08-25T16:32:55.937ZFinalize: Updating search index ... Done (0.000s)
1632026-08-25T16:32:56.057ZFinalize: Updating package cache ... Done (0.000s)
1642026-08-25T16:32:56.426ZPlanning: Evaluating mediator changes ... Done
1652026-08-25T16:32:56.531ZPlanning: Checking for conflicting actions ... Done
1662026-08-25T16:32:56.534ZPlanning: Consolidating action changes ... Done
1672026-08-25T16:32:56.688ZPlanning: Evaluating mediators ... Done
1682026-08-25T16:32:56.691ZPlanning: Planning completed in 0.26 seconds
1692026-08-25T16:32:56.711Z Mediators to change: 2
1702026-08-25T16:32:56.711Z Create boot environment: No
1712026-08-25T16:32:56.711ZCreate backup boot environment: No
1722026-08-25T16:32:56.767ZFinalize: Updating package state database ... Done
1732026-08-25T16:32:56.767ZFinalize: Updating package cache ... Done
1742026-08-25T16:32:56.819ZFinalize: Updating image state ... Done
1752026-08-25T16:32:58.740ZFinalize: Creating fast lookup database ... Done
1762026-08-25T16:32:58.799ZFinalize: Reading search index ... Done
1772026-08-25T16:32:58.802ZFinalize: Updating search index ... Done
1782026-08-25T16:32:58.879ZFinalize: Updating package cache ... Done
1792026-08-25T16:32:59.161ZPlanning: Evaluating mediator changes ... Done
1802026-08-25T16:32:59.272ZPlanning: Checking for conflicting actions ... Done
1812026-08-25T16:32:59.278ZPlanning: Consolidating action changes ... Done
1822026-08-25T16:32:59.424ZPlanning: Evaluating mediators ... Done
1832026-08-25T16:32:59.426ZPlanning: Planning completed in 0.26 seconds
1842026-08-25T16:32:59.446Z Mediators to change: 1
1852026-08-25T16:32:59.446Z Create boot environment: No
1862026-08-25T16:32:59.449ZCreate backup boot environment: No
1872026-08-25T16:32:59.492ZFinalize: Updating package state database ... Done
1882026-08-25T16:32:59.492ZFinalize: Updating package cache ... Done
1892026-08-25T16:32:59.544ZFinalize: Updating image state ... Done
1902026-08-25T16:33:01.496ZFinalize: Creating fast lookup database ... Done
1912026-08-25T16:33:01.535ZFinalize: Reading search index ... Done
1922026-08-25T16:33:01.538ZFinalize: Updating search index ... Done
1932026-08-25T16:33:01.606ZFinalize: Updating package cache ... Done
1942026-08-25T16:33:01.917ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-08-25T16:33:01.917Zapache system 2.4 system
1962026-08-25T16:33:01.917Zclang system 15 system
1972026-08-25T16:33:01.918Zcsh system system illumos
1982026-08-25T16:33:01.918Zctags system system illumos
1992026-08-25T16:33:01.918Zfile vendor vendor darwinsys
2002026-08-25T16:33:01.918Zfile system system illumos
2012026-08-25T16:33:01.918Zgcc vendor 14 vendor
2022026-08-25T16:33:01.918Zgcc system 13 system
2032026-08-25T16:33:01.918Zgcc system 10 system
2042026-08-25T16:33:01.918Zgo system 1.25 system
2052026-08-25T16:33:01.918Zllvm system 15 system
2062026-08-25T16:33:01.918Zmariadb system 11.4 system
2072026-08-25T16:33:01.918Zmta vendor vendor dma
2082026-08-25T16:33:01.918Zopenjdk system 17 system
2092026-08-25T16:33:01.918Zopenjdk system 11 system
2102026-08-25T16:33:01.918Zopenssl vendor 3 vendor
2112026-08-25T16:33:01.918Zperl system 5.40 system
2122026-08-25T16:33:01.918Zpostgresql system 18 system
2132026-08-25T16:33:01.918Zpostgresql system 17 system
2142026-08-25T16:33:01.918Zpython vendor 3 vendor
2152026-08-25T16:33:01.918Zpython system 2 system
2162026-08-25T16:33:01.918Zpython3 vendor 3.13 vendor
2172026-08-25T16:33:01.918Zruby system 3.4 system
2182026-08-25T16:33:01.918Zruby system 3.0 system
2192026-08-25T16:33:01.918Zwords vendor vendor american-english
2202026-08-25T16:33:01.918Zwords system system australian-english
2212026-08-25T16:33:01.918Zwords system system british-english
2222026-08-25T16:33:01.918Zwords system system canadian-english
2232026-08-25T16:33:01.918Zwords system system french
2242026-08-25T16:33:01.918Zwords system system italian
2252026-08-25T16:33:01.918Zwords system system ngerman
2262026-08-25T16:33:01.918Zwords system system ogerman
2272026-08-25T16:33:01.918Zwords system system spanish
2282026-08-25T16:33:02.167ZPUBLISHER TYPE STATUS P LOCATION
2292026-08-25T16:33:02.167Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-08-25T16:33:02.650ZFMRI IFO
2312026-08-25T16:33:02.650Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-08-25T16:33:02.650Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-08-25T16:33:02.650Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-08-25T16:33:02.650Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-08-25T16:33:02.650Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-08-25T16:33:02.650Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-08-25T16:33:02.650Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-08-25T16:33:02.651Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-08-25T16:33:02.651Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-08-25T16:33:03.004Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-08-25T16:33:03.962Z Updating crates.io index
2422026-08-25T16:33:03.965Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-08-25T16:33:04.273Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-08-25T16:33:04.704Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-08-25T16:33:05.696Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-08-25T16:33:06.208Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-08-25T16:33:08.577Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-08-25T16:33:12.340Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-08-25T16:33:12.653Z Updating git repository `https://github.com/oxidecomputer/lldp`
2502026-08-25T16:33:13.063Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-08-25T16:33:15.092Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-08-25T16:33:15.431Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-08-25T16:33:15.846Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2542026-08-25T16:33:16.135Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2552026-08-25T16:33:17.277Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2562026-08-25T16:33:18.042Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2572026-08-25T16:33:19.553Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-08-25T16:33:19.817Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-08-25T16:33:20.155Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2602026-08-25T16:33:21.158Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2612026-08-25T16:33:21.575Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2622026-08-25T16:33:21.871Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2632026-08-25T16:33:22.984Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2642026-08-25T16:33:23.330Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2652026-08-25T16:33:23.889Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-08-25T16:33:24.752Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-08-25T16:33:25.015Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-08-25T16:33:25.681Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-08-25T16:33:25.979Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2702026-08-25T16:33:26.407Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2712026-08-25T16:33:26.761Z Updating git repository `https://github.com/oxidecomputer/ispf`
2722026-08-25T16:33:27.058Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-08-25T16:33:27.371Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2742026-08-25T16:33:27.741Z Updating git repository `https://github.com/oxidecomputer/tough`
2752026-08-25T16:33:29.928Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2762026-08-25T16:33:30.971Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-08-25T16:33:31.286Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-08-25T16:33:32.775Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-08-25T16:33:33.112Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2802026-08-25T16:33:34.102Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812026-08-25T16:33:34.426Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822026-08-25T16:33:35.322Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832026-08-25T16:33:35.659Z Updating git repository `https://github.com/illumos/smf-rs`
2842026-08-25T16:33:35.943Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2852026-08-25T16:33:38.845Z Downloading crates ...
2862026-08-25T16:33:38.892Z Downloaded itoa v1.0.17
2872026-08-25T16:33:38.898Z Downloaded dtrace-parser v0.2.0
2882026-08-25T16:33:38.901Z Downloaded fastrand v2.3.0
2892026-08-25T16:33:38.901Z Downloaded anstyle-query v1.1.5
2902026-08-25T16:33:38.901Z Downloaded crypto-common v0.1.7
2912026-08-25T16:33:38.901Z Downloaded thread-id v4.2.2
2922026-08-25T16:33:38.903Z Downloaded swrite v0.1.0
2932026-08-25T16:33:38.907Z Downloaded anstream v1.0.0
2942026-08-25T16:33:38.907Z Downloaded fs-err v3.3.0
2952026-08-25T16:33:38.907Z Downloaded thiserror v2.0.18
2962026-08-25T16:33:38.910Z Downloaded bytecount v0.6.9
2972026-08-25T16:33:38.914Z Downloaded toml_edit v0.22.27
2982026-08-25T16:33:38.914Z Downloaded memmap v0.7.0
2992026-08-25T16:33:38.914Z Downloaded errno v0.3.14
3002026-08-25T16:33:38.918Z Downloaded zerocopy v0.7.35
3012026-08-25T16:33:38.925Z Downloaded is_terminal_polyfill v1.70.2
3022026-08-25T16:33:38.928Z Downloaded zmij v1.0.21
3032026-08-25T16:33:38.928Z Downloaded zerocopy-derive v0.7.35
3042026-08-25T16:33:38.931Z Downloaded pest_derive v2.8.6
3052026-08-25T16:33:38.931Z Downloaded indexmap v2.14.0
3062026-08-25T16:33:38.934Z Downloaded clap_lex v1.0.0
3072026-08-25T16:33:38.934Z Downloaded fnv v1.0.7
3082026-08-25T16:33:38.934Z Downloaded version_check v0.9.5
3092026-08-25T16:33:38.934Z Downloaded pest_meta v2.8.6
3102026-08-25T16:33:38.937Z Downloaded cfg-if v1.0.4
3112026-08-25T16:33:38.937Z Downloaded autocfg v1.5.0
3122026-08-25T16:33:38.938Z Downloaded cargo_toml v0.21.0
3132026-08-25T16:33:38.938Z Downloaded byteorder v1.5.0
3142026-08-25T16:33:38.940Z Downloaded equivalent v1.0.2
3152026-08-25T16:33:38.940Z Downloaded scroll_derive v0.12.1
3162026-08-25T16:33:38.944Z Downloaded toml_write v0.1.2
3172026-08-25T16:33:38.944Z Downloaded heck v0.4.1
3182026-08-25T16:33:38.947Z Downloaded usdt-attr-macro v0.5.0
3192026-08-25T16:33:38.947Z Downloaded block-buffer v0.10.4
3202026-08-25T16:33:38.947Z Downloaded heck v0.5.0
3212026-08-25T16:33:38.951Z Downloaded macaddr v1.0.1
3222026-08-25T16:33:38.955Z Downloaded colorchoice v1.0.4
3232026-08-25T16:33:38.959Z Downloaded smawk v0.3.2
3242026-08-25T16:33:38.962Z Downloaded usdt-macro v0.5.0
3252026-08-25T16:33:38.962Z Downloaded cpufeatures v0.2.17
3262026-08-25T16:33:38.966Z Downloaded usdt v0.5.0
3272026-08-25T16:33:38.971Z Downloaded plain v0.2.3
3282026-08-25T16:33:38.971Z Downloaded terminal_size v0.4.3
3292026-08-25T16:33:38.971Z Downloaded utf8parse v0.2.2
3302026-08-25T16:33:38.979Z Downloaded cargo-platform v0.3.2
3312026-08-25T16:33:38.982Z Downloaded pretty-hex v0.4.1
3322026-08-25T16:33:38.985Z Downloaded proc-macro-error-attr v1.0.4
3332026-08-25T16:33:38.989Z Downloaded unicode-linebreak v0.1.5
3342026-08-25T16:33:38.992Z Downloaded toml_datetime v0.6.11
3352026-08-25T16:33:38.992Z Downloaded generic-array v0.14.7
3362026-08-25T16:33:38.995Z Downloaded dof v0.3.0
3372026-08-25T16:33:38.999Z Downloaded anstyle v1.0.14
3382026-08-25T16:33:39.007Z Downloaded serde_spanned v0.6.9
3392026-08-25T16:33:39.011Z Downloaded cargo_metadata v0.23.1
3402026-08-25T16:33:39.011Z Downloaded thiserror-impl v1.0.69
3412026-08-25T16:33:39.011Z Downloaded tabled_derive v0.7.0
3422026-08-25T16:33:39.011Z Downloaded thiserror v1.0.69
3432026-08-25T16:33:39.014Z Downloaded sha2 v0.10.9
3442026-08-25T16:33:39.017Z Downloaded anstyle-parse v1.0.0
3452026-08-25T16:33:39.017Z Downloaded proc-macro-error v1.0.4
3462026-08-25T16:33:39.020Z Downloaded serde_tokenstream v0.2.3
3472026-08-25T16:33:39.020Z Downloaded strsim v0.11.1
3482026-08-25T16:33:39.025Z Downloaded usdt-impl v0.5.0
3492026-08-25T16:33:39.025Z Downloaded digest v0.10.7
3502026-08-25T16:33:39.025Z Downloaded quote v1.0.45
3512026-08-25T16:33:39.025Z Downloaded thiserror-impl v2.0.18
3522026-08-25T16:33:39.028Z Downloaded ucd-trie v0.1.7
3532026-08-25T16:33:39.031Z Downloaded scroll v0.12.0
3542026-08-25T16:33:39.032Z Downloaded anyhow v1.0.104
3552026-08-25T16:33:39.036Z Downloaded clap_derive v4.6.1
3562026-08-25T16:33:39.044Z Downloaded once_cell v1.21.3
3572026-08-25T16:33:39.047Z Downloaded camino-tempfile v1.4.1
3582026-08-25T16:33:39.047Z Downloaded pest_generator v2.8.6
3592026-08-25T16:33:39.047Z Downloaded camino v1.2.5
3602026-08-25T16:33:39.050Z Downloaded semver v1.0.28
3612026-08-25T16:33:39.052Z Downloaded getrandom v0.4.3
3622026-08-25T16:33:39.052Z Downloaded papergrid v0.11.0
3632026-08-25T16:33:39.056Z Downloaded bitflags v2.11.0
3642026-08-25T16:33:39.060Z Downloaded hashbrown v0.17.0
3652026-08-25T16:33:39.063Z Downloaded unicode-ident v1.0.24
3662026-08-25T16:33:39.067Z Downloaded proc-macro2 v1.0.106
3672026-08-25T16:33:39.067Z Downloaded clap v4.6.1
3682026-08-25T16:33:39.070Z Downloaded textwrap v0.16.2
3692026-08-25T16:33:39.070Z Downloaded toml v0.8.23
3702026-08-25T16:33:39.075Z Downloaded tempfile v3.27.0
3712026-08-25T16:33:39.075Z Downloaded serde_core v1.0.228
3722026-08-25T16:33:39.078Z Downloaded clap_builder v4.6.0
3732026-08-25T16:33:39.081Z Downloaded log v0.4.33
3742026-08-25T16:33:39.090Z Downloaded serde_derive v1.0.228
3752026-08-25T16:33:39.093Z Downloaded serde v1.0.228
3762026-08-25T16:33:39.100Z Downloaded memchr v2.8.0
3772026-08-25T16:33:39.108Z Downloaded typenum v1.20.1
3782026-08-25T16:33:39.120Z Downloaded pest v2.8.6
3792026-08-25T16:33:39.123Z Downloaded serde_json v1.0.151
3802026-08-25T16:33:39.138Z Downloaded goblin v0.8.2
3812026-08-25T16:33:39.143Z Downloaded winnow v0.7.14
3822026-08-25T16:33:39.154Z Downloaded tabled v0.15.0
3832026-08-25T16:33:39.168Z Downloaded unicode-width v0.2.0
3842026-08-25T16:33:39.171Z Downloaded syn v1.0.109
3852026-08-25T16:33:39.176Z Downloaded unicode-width v0.1.14
3862026-08-25T16:33:39.179Z Downloaded syn v2.0.117
3872026-08-25T16:33:39.191Z Downloaded rustix v1.1.4
3882026-08-25T16:33:39.211Z Downloaded libc v0.2.185
3892026-08-25T16:33:39.276Z Compiling proc-macro2 v1.0.106
3902026-08-25T16:33:39.276Z Compiling quote v1.0.45
3912026-08-25T16:33:39.279Z Compiling unicode-ident v1.0.24
3922026-08-25T16:33:39.279Z Compiling serde_core v1.0.228
3932026-08-25T16:33:39.279Z Compiling libc v0.2.185
3942026-08-25T16:33:39.279Z Compiling version_check v0.9.5
3952026-08-25T16:33:39.279Z Compiling memchr v2.8.0
3962026-08-25T16:33:39.279Z Compiling serde v1.0.228
3972026-08-25T16:33:39.602Z Compiling zmij v1.0.21
3982026-08-25T16:33:39.847Z Compiling thiserror v1.0.69
3992026-08-25T16:33:39.850Z Compiling itoa v1.0.17
4002026-08-25T16:33:39.876Z Compiling ucd-trie v0.1.7
4012026-08-25T16:33:40.061Z Compiling pest v2.8.6
4022026-08-25T16:33:40.160Z Compiling rustix v1.1.4
4032026-08-25T16:33:40.275Z Compiling byteorder v1.5.0
4042026-08-25T16:33:40.307Z Compiling errno v0.3.14
4052026-08-25T16:33:40.455Z Compiling serde_json v1.0.151
4062026-08-25T16:33:40.569Z Compiling bitflags v2.11.0
4072026-08-25T16:33:40.663Z Compiling syn v2.0.117
4082026-08-25T16:33:40.756Z Compiling thread-id v4.2.2
4092026-08-25T16:33:40.787Z Compiling usdt-impl v0.5.0
4102026-08-25T16:33:40.841Z Compiling proc-macro-error-attr v1.0.4
4112026-08-25T16:33:40.905Z Compiling camino v1.2.5
4122026-08-25T16:33:40.993Z Compiling syn v1.0.109
4132026-08-25T16:33:41.080Z Compiling pest_meta v2.8.6
4142026-08-25T16:33:41.288Z Compiling proc-macro-error v1.0.4
4152026-08-25T16:33:41.336Z Compiling plain v0.2.3
4162026-08-25T16:33:41.365Z Compiling getrandom v0.4.3
4172026-08-25T16:33:41.447Z Compiling utf8parse v0.2.2
4182026-08-25T16:33:41.483Z Compiling log v0.4.33
4192026-08-25T16:33:41.581Z Compiling hashbrown v0.17.0
4202026-08-25T16:33:41.749Z Compiling equivalent v1.0.2
4212026-08-25T16:33:41.799Z Compiling terminal_size v0.4.3
4222026-08-25T16:33:41.862Z Compiling anstyle-parse v1.0.0
4232026-08-25T16:33:42.238Z Compiling indexmap v2.14.0
4242026-08-25T16:33:42.472Z Compiling winnow v0.7.14
4252026-08-25T16:33:42.489Z Compiling is_terminal_polyfill v1.70.2
4262026-08-25T16:33:42.591Z Compiling pretty-hex v0.4.1
4272026-08-25T16:33:42.732Z Compiling thiserror v2.0.18
4282026-08-25T16:33:42.748Z Compiling colorchoice v1.0.4
4292026-08-25T16:33:42.764Z Compiling anstyle v1.0.14
4302026-08-25T16:33:42.863Z Compiling cfg-if v1.0.4
4312026-08-25T16:33:42.866Z Compiling autocfg v1.5.0
4322026-08-25T16:33:42.953Z Compiling pest_generator v2.8.6
4332026-08-25T16:33:42.983Z Compiling toml_write v0.1.2
4342026-08-25T16:33:43.055Z Compiling anstyle-query v1.1.5
4352026-08-25T16:33:43.185Z Compiling anstream v1.0.0
4362026-08-25T16:33:43.284Z Compiling fs-err v3.3.0
4372026-08-25T16:33:43.470Z Compiling unicode-width v0.1.14
4382026-08-25T16:33:43.503Z Compiling bytecount v0.6.9
4392026-08-25T16:33:43.575Z Compiling strsim v0.11.1
4402026-08-25T16:33:43.592Z Compiling heck v0.5.0
4412026-08-25T16:33:43.619Z Compiling once_cell v1.21.3
4422026-08-25T16:33:43.636Z Compiling heck v0.4.1
4432026-08-25T16:33:43.754Z Compiling fnv v1.0.7
4442026-08-25T16:33:43.819Z Compiling fastrand v2.3.0
4452026-08-25T16:33:43.838Z Compiling clap_lex v1.0.0
4462026-08-25T16:33:43.855Z Compiling anyhow v1.0.104
4472026-08-25T16:33:43.859Z Compiling papergrid v0.11.0
4482026-08-25T16:33:43.931Z Compiling semver v1.0.28
4492026-08-25T16:33:44.032Z Compiling tempfile v3.27.0
4502026-08-25T16:33:44.050Z Compiling tabled_derive v0.7.0
4512026-08-25T16:33:44.075Z Compiling clap_builder v4.6.0
4522026-08-25T16:33:44.078Z Compiling cargo-platform v0.3.2
4532026-08-25T16:33:44.272Z Compiling memmap v0.7.0
4542026-08-25T16:33:44.364Z Compiling smawk v0.3.2
4552026-08-25T16:33:44.385Z Compiling unicode-width v0.2.0
4562026-08-25T16:33:44.403Z Compiling unicode-linebreak v0.1.5
4572026-08-25T16:33:44.503Z Compiling camino-tempfile v1.4.1
4582026-08-25T16:33:44.587Z Compiling serde_derive v1.0.228
4592026-08-25T16:33:44.640Z Compiling thiserror-impl v1.0.69
4602026-08-25T16:33:44.658Z Compiling zerocopy-derive v0.7.35
4612026-08-25T16:33:44.724Z Compiling pest_derive v2.8.6
4622026-08-25T16:33:44.795Z Compiling scroll_derive v0.12.1
4632026-08-25T16:33:44.937Z Compiling thiserror-impl v2.0.18
4642026-08-25T16:33:45.161Z Compiling clap_derive v4.6.1
4652026-08-25T16:33:45.277Z Compiling tabled v0.15.0
4662026-08-25T16:33:45.494Z Compiling scroll v0.12.0
4672026-08-25T16:33:45.516Z Compiling zerocopy v0.7.35
4682026-08-25T16:33:45.768Z Compiling goblin v0.8.2
4692026-08-25T16:33:45.977Z Compiling dtrace-parser v0.2.0
4702026-08-25T16:33:46.071Z Compiling textwrap v0.16.2
4712026-08-25T16:33:46.529Z Compiling swrite v0.1.0
4722026-08-25T16:33:46.997Z Compiling clap v4.6.1
4732026-08-25T16:33:47.693Z Compiling serde_spanned v0.6.9
4742026-08-25T16:33:47.693Z Compiling toml_datetime v0.6.11
4752026-08-25T16:33:47.697Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4762026-08-25T16:33:47.697Z Compiling macaddr v1.0.1
4772026-08-25T16:33:47.697Z Compiling cargo_metadata v0.23.1
4782026-08-25T16:33:47.772Z Compiling dof v0.3.0
4792026-08-25T16:33:47.789Z Compiling serde_tokenstream v0.2.3
4802026-08-25T16:33:47.889Z Compiling toml_edit v0.22.27
4812026-08-25T16:33:48.545Z Compiling usdt-attr-macro v0.5.0
4822026-08-25T16:33:48.549Z Compiling usdt-macro v0.5.0
4832026-08-25T16:33:49.118Z Compiling usdt v0.5.0
4842026-08-25T16:33:49.199Z Compiling toml v0.8.23
4852026-08-25T16:33:49.521Z Compiling cargo_toml v0.21.0
4862026-08-25T16:33:50.774Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4872026-08-25T16:33:52.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.96s
4882026-08-25T16:33:52.988Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4892026-08-25T16:33:53.595Z Downloading crates ...
4902026-08-25T16:33:53.686Z Downloaded addr2line v0.25.1
4912026-08-25T16:33:53.686Z Downloaded async-stream v0.3.6
4922026-08-25T16:33:53.686Z Downloaded bitfield-struct v0.6.2
4932026-08-25T16:33:53.686Z Downloaded aead v0.6.1
4942026-08-25T16:33:53.686Z Downloaded colored v3.1.1
4952026-08-25T16:33:53.686Z Downloaded cipher v0.5.2
4962026-08-25T16:33:53.686Z Downloaded chacha20 v0.10.0
4972026-08-25T16:33:53.686Z Downloaded aead v0.5.2
4982026-08-25T16:33:53.686Z Downloaded adler2 v2.0.1
4992026-08-25T16:33:53.686Z Downloaded bitfield-macros v0.19.4
5002026-08-25T16:33:53.686Z Downloaded aho-corasick v1.1.4
5012026-08-25T16:33:53.687Z Downloaded assert_matches v1.5.0
5022026-08-25T16:33:53.687Z Downloaded ascii-canvas v3.0.0
5032026-08-25T16:33:53.687Z Downloaded backtrace-ext v0.2.1
5042026-08-25T16:33:53.687Z Downloaded bit-vec v0.8.0
5052026-08-25T16:33:53.687Z Downloaded foreign-types-shared v0.1.1
5062026-08-25T16:33:53.687Z Downloaded futures-macro v0.3.32
5072026-08-25T16:33:53.687Z Downloaded float-cmp v0.10.0
5082026-08-25T16:33:53.687Z Downloaded async-bb8-diesel v0.2.1
5092026-08-25T16:33:53.687Z Downloaded flagset v0.4.7
5102026-08-25T16:33:53.687Z Downloaded fxhash v0.2.1
5112026-08-25T16:33:53.687Z Downloaded float-ord v0.3.2
5122026-08-25T16:33:53.687Z Downloaded foreign-types-shared v0.3.1
5132026-08-25T16:33:53.687Z Downloaded headers-core v0.3.0
5142026-08-25T16:33:53.687Z Downloaded hostname v0.4.2
5152026-08-25T16:33:53.688Z Downloaded allocator-api2 v0.2.21
5162026-08-25T16:33:53.688Z Downloaded ghash v0.6.0
5172026-08-25T16:33:53.688Z Downloaded git-stub v1.0.0
5182026-08-25T16:33:53.688Z Downloaded fixedbitset v0.4.2
5192026-08-25T16:33:53.688Z Downloaded futures-executor v0.3.32
5202026-08-25T16:33:53.688Z Downloaded env_logger v0.11.11
5212026-08-25T16:33:53.688Z Downloaded fd-lock v4.0.4
5222026-08-25T16:33:53.688Z Downloaded ff v0.13.1
5232026-08-25T16:33:53.688Z Downloaded futures-task v0.3.32
5242026-08-25T16:33:53.688Z Downloaded atty v0.2.14
5252026-08-25T16:33:53.688Z Downloaded gethostname v0.5.0
5262026-08-25T16:33:53.688Z Downloaded atomic-waker v1.1.2
5272026-08-25T16:33:53.688Z Downloaded fallible-iterator v0.2.0
5282026-08-25T16:33:53.688Z Downloaded git-stub-vcs v0.1.0
5292026-08-25T16:33:53.688Z Downloaded base16ct v0.2.0
5302026-08-25T16:33:53.688Z Downloaded bcrypt-pbkdf v0.11.0
5312026-08-25T16:33:53.689Z Downloaded bit-set v0.8.0
5322026-08-25T16:33:53.689Z Downloaded funty v2.0.0
5332026-08-25T16:33:53.689Z Downloaded futures-core v0.3.32
5342026-08-25T16:33:53.689Z Downloaded globwalk v0.9.1
5352026-08-25T16:33:53.689Z Downloaded array-init v0.0.4
5362026-08-25T16:33:53.689Z Downloaded bb8 v0.8.6
5372026-08-25T16:33:53.689Z Downloaded futures-sink v0.3.32
5382026-08-25T16:33:53.689Z Downloaded argon2 v0.5.3
5392026-08-25T16:33:53.689Z Downloaded base64ct v1.8.3
5402026-08-25T16:33:53.689Z Downloaded bitfield v0.19.4
5412026-08-25T16:33:53.689Z Downloaded num-integer v0.1.46
5422026-08-25T16:33:53.689Z Downloaded cfg_aliases v0.2.1
5432026-08-25T16:33:53.690Z Downloaded find-msvc-tools v0.1.9
5442026-08-25T16:33:53.690Z Downloaded async-recursion v1.1.1
5452026-08-25T16:33:53.690Z Downloaded ciborium-io v0.2.2
5462026-08-25T16:33:53.690Z Downloaded const-oid v0.10.2
5472026-08-25T16:33:53.690Z Downloaded async-stream-impl v0.3.6
5482026-08-25T16:33:53.690Z Downloaded base16ct v1.0.0
5492026-08-25T16:33:53.690Z Downloaded hash32 v0.3.1
5502026-08-25T16:33:53.690Z Downloaded hostname v0.3.1
5512026-08-25T16:33:53.690Z Downloaded cobs v0.3.0
5522026-08-25T16:33:53.690Z Downloaded hubpack_derive v0.1.1
5532026-08-25T16:33:53.690Z Downloaded env_filter v2.0.0
5542026-08-25T16:33:53.690Z Downloaded form_urlencoded v1.2.2
5552026-08-25T16:33:53.690Z Downloaded fs_extra v1.3.0
5562026-08-25T16:33:53.758Z Downloaded foreign-types v0.3.2
5572026-08-25T16:33:53.758Z Downloaded httpdate v1.0.3
5582026-08-25T16:33:53.758Z Downloaded atomicwrites v0.4.4
5592026-08-25T16:33:53.758Z Downloaded cfg_aliases v0.1.1
5602026-08-25T16:33:53.758Z Downloaded ciborium-ll v0.2.2
5612026-08-25T16:33:53.758Z Downloaded http-range v0.1.5
5622026-08-25T16:33:53.758Z Downloaded foreign-types-macros v0.2.3
5632026-08-25T16:33:53.758Z Downloaded block-buffer v0.12.1
5642026-08-25T16:33:53.758Z Downloaded compression-core v0.4.31
5652026-08-25T16:33:53.758Z Downloaded home v0.5.12
5662026-08-25T16:33:53.759Z Downloaded nonempty v0.12.0
5672026-08-25T16:33:53.759Z Downloaded num_threads v0.1.7
5682026-08-25T16:33:53.759Z Downloaded ff v0.14.0
5692026-08-25T16:33:53.759Z Downloaded erased-serde v0.3.31
5702026-08-25T16:33:53.759Z Downloaded cmake v0.1.57
5712026-08-25T16:33:53.759Z Downloaded fs-err v2.11.0
5722026-08-25T16:33:53.759Z Downloaded highway v1.3.0
5732026-08-25T16:33:53.759Z Downloaded humantime v2.3.0
5742026-08-25T16:33:53.759Z Downloaded blowfish v0.10.0
5752026-08-25T16:33:53.759Z Downloaded castaway v0.2.4
5762026-08-25T16:33:53.760Z Downloaded async-trait v0.1.89
5772026-08-25T16:33:53.760Z Downloaded futures-io v0.3.32
5782026-08-25T16:33:53.760Z Downloaded bitflags v1.3.2
5792026-08-25T16:33:53.760Z Downloaded normalize-line-endings v0.3.0
5802026-08-25T16:33:53.760Z Downloaded foreign-types v0.5.0
5812026-08-25T16:33:53.760Z Downloaded hyper-tls v0.6.0
5822026-08-25T16:33:53.760Z Downloaded openssl-macros v0.1.1
5832026-08-25T16:33:53.760Z Downloaded hubpack v0.1.2
5842026-08-25T16:33:53.760Z Downloaded anstream v0.6.21
5852026-08-25T16:33:53.760Z Downloaded backoff v0.4.0
5862026-08-25T16:33:53.760Z Downloaded http-body v1.0.1
5872026-08-25T16:33:53.760Z Downloaded hex-literal v1.1.0
5882026-08-25T16:33:53.760Z Downloaded peg-runtime v0.8.5
5892026-08-25T16:33:53.760Z Downloaded block-padding v0.4.2
5902026-08-25T16:33:53.760Z Downloaded hash32 v0.2.1
5912026-08-25T16:33:53.761Z Downloaded bit-vec v0.6.3
5922026-08-25T16:33:53.761Z Downloaded anstyle-parse v0.2.7
5932026-08-25T16:33:53.761Z Downloaded arrayvec v0.7.6
5942026-08-25T16:33:53.761Z Downloaded arrayref v0.3.9
5952026-08-25T16:33:53.761Z Downloaded cassowary v0.3.0
5962026-08-25T16:33:53.761Z Downloaded foldhash v0.2.0
5972026-08-25T16:33:53.761Z Downloaded cipher v0.4.4
5982026-08-25T16:33:53.761Z Downloaded bs58 v0.5.1
5992026-08-25T16:33:53.761Z Downloaded compression-codecs v0.4.37
6002026-08-25T16:33:53.761Z Downloaded filetime v0.2.27
6012026-08-25T16:33:53.761Z Downloaded foldhash v0.1.5
6022026-08-25T16:33:53.761Z Downloaded bcs v0.1.6
6032026-08-25T16:33:53.762Z Downloaded buf-list v1.1.2
6042026-08-25T16:33:53.762Z Downloaded phf_shared v0.11.3
6052026-08-25T16:33:53.762Z Downloaded powerfmt v0.2.0
6062026-08-25T16:33:53.762Z Downloaded proc-macro-error-attr2 v2.0.0
6072026-08-25T16:33:53.762Z Downloaded bit-set v0.5.3
6082026-08-25T16:33:53.762Z Downloaded russh-cryptovec v0.62.0
6092026-08-25T16:33:53.762Z Downloaded futures-channel v0.3.32
6102026-08-25T16:33:53.762Z Downloaded secrecy v0.10.3
6112026-08-25T16:33:53.762Z Downloaded password-hash v0.5.0
6122026-08-25T16:33:53.762Z Downloaded camino-tempfile-ext v0.3.3
6132026-08-25T16:33:53.859Z Downloaded cexpr v0.6.0
6142026-08-25T16:33:53.859Z Downloaded cmov v0.5.4
6152026-08-25T16:33:53.859Z Downloaded hyper-staticfile v0.10.1
6162026-08-25T16:33:53.859Z Downloaded scopeguard v1.2.0
6172026-08-25T16:33:53.859Z Downloaded console v0.15.11
6182026-08-25T16:33:53.859Z Downloaded sha1 v0.11.0
6192026-08-25T16:33:53.860Z Downloaded serde_bytes v0.11.19
6202026-08-25T16:33:53.860Z Downloaded sha1 v0.10.6
6212026-08-25T16:33:53.860Z Downloaded signature v2.2.0
6222026-08-25T16:33:53.860Z Downloaded getrandom v0.3.4
6232026-08-25T16:33:53.860Z Downloaded glob v0.3.3
6242026-08-25T16:33:53.860Z Downloaded sqlparser_derive v0.5.0
6252026-08-25T16:33:53.860Z Downloaded strsim v0.10.0
6262026-08-25T16:33:53.860Z Downloaded structmeta v0.3.0
6272026-08-25T16:33:53.860Z Downloaded globset v0.4.18
6282026-08-25T16:33:53.860Z Downloaded supports-unicode v3.0.0
6292026-08-25T16:33:53.860Z Downloaded tokio-macros v2.7.0
6302026-08-25T16:33:53.860Z Downloaded hex v0.4.3
6312026-08-25T16:33:53.860Z Downloaded const-oid v0.9.6
6322026-08-25T16:33:53.860Z Downloaded bzip2 v0.6.1
6332026-08-25T16:33:53.861Z Downloaded ciborium v0.2.2
6342026-08-25T16:33:53.861Z Downloaded clang-sys v1.8.1
6352026-08-25T16:33:53.861Z Downloaded bzip2 v0.4.4
6362026-08-25T16:33:53.861Z Downloaded chacha20 v0.9.1
6372026-08-25T16:33:53.861Z Downloaded backon v1.6.0
6382026-08-25T16:33:53.861Z Downloaded fixedbitset v0.5.7
6392026-08-25T16:33:53.861Z Downloaded oxnet v0.1.6
6402026-08-25T16:33:53.861Z Downloaded blake2 v0.10.6
6412026-08-25T16:33:53.861Z Downloaded subtle v2.6.1
6422026-08-25T16:33:53.861Z Downloaded byte-wrapper v0.1.0
6432026-08-25T16:33:53.861Z Downloaded colored v2.2.0
6442026-08-25T16:33:53.861Z Downloaded console v0.16.2
6452026-08-25T16:33:53.861Z Downloaded rustversion v1.0.22
6462026-08-25T16:33:53.861Z Downloaded take_mut v0.2.2
6472026-08-25T16:33:53.861Z Downloaded time-core v0.1.8
6482026-08-25T16:33:53.861Z Downloaded http-body-util v0.1.3
6492026-08-25T16:33:53.861Z Downloaded rusty-fork v0.3.1
6502026-08-25T16:33:53.862Z Downloaded ahash v0.8.12
6512026-08-25T16:33:53.862Z Downloaded pbkdf2 v0.13.0
6522026-08-25T16:33:53.862Z Downloaded argon2 v0.6.0-rc.8
6532026-08-25T16:33:53.862Z Downloaded cancel-safe-futures v0.1.5
6542026-08-25T16:33:53.862Z Downloaded blake2 v0.11.0-rc.6
6552026-08-25T16:33:53.862Z Downloaded progenitor-extras v0.2.0
6562026-08-25T16:33:53.862Z Downloaded usdt-macro v0.6.0
6572026-08-25T16:33:53.862Z Downloaded ppv-lite86 v0.2.21
6582026-08-25T16:33:53.862Z Downloaded want v0.3.1
6592026-08-25T16:33:53.862Z Downloaded serde_tokenstream v0.3.0
6602026-08-25T16:33:53.862Z Downloaded half v1.8.3
6612026-08-25T16:33:53.862Z Downloaded rand_core v0.9.5
6622026-08-25T16:33:53.863Z Downloaded rand_core v0.10.0
6632026-08-25T16:33:53.863Z Downloaded serde-hex v0.1.0
6642026-08-25T16:33:53.863Z Downloaded xshell-macros v0.2.7
6652026-08-25T16:33:53.863Z Downloaded hyper-rustls v0.27.7
6662026-08-25T16:33:53.863Z Downloaded httparse v1.10.1
6672026-08-25T16:33:53.863Z Downloaded convert_case v0.4.0
6682026-08-25T16:33:53.863Z Downloaded crunchy v0.2.4
6692026-08-25T16:33:53.863Z Downloaded unarray v0.1.4
6702026-08-25T16:33:53.863Z Downloaded usdt v0.6.0
6712026-08-25T16:33:53.863Z Downloaded snafu-derive v0.8.9
6722026-08-25T16:33:53.863Z Downloaded radium v0.7.0
6732026-08-25T16:33:53.863Z Downloaded curve25519-dalek-derive v0.1.1
6742026-08-25T16:33:53.863Z Downloaded rpassword v7.5.4
6752026-08-25T16:33:53.863Z Downloaded scroll v0.13.0
6762026-08-25T16:33:53.863Z Downloaded slog-envlogger v2.2.0
6772026-08-25T16:33:53.863Z Downloaded darling_macro v0.20.11
6782026-08-25T16:33:53.863Z Downloaded darling_macro v0.21.3
6792026-08-25T16:33:53.863Z Downloaded yoke-derive v0.8.1
6802026-08-25T16:33:53.863Z Downloaded zone_cfg_derive v0.3.1
6812026-08-25T16:33:53.863Z Downloaded flate2 v1.1.9
6822026-08-25T16:33:53.863Z Downloaded elliptic-curve v0.14.1
6832026-08-25T16:33:53.863Z Downloaded cbc v0.2.1
6842026-08-25T16:33:53.863Z Downloaded toml_writer v1.1.1+spec-1.1.0
6852026-08-25T16:33:53.985Z Downloaded group v0.14.0
6862026-08-25T16:33:53.985Z Downloaded hmac v0.12.1
6872026-08-25T16:33:53.985Z Downloaded num-traits v0.2.19
6882026-08-25T16:33:53.985Z Downloaded hmac v0.13.0
6892026-08-25T16:33:53.985Z Downloaded iana-time-zone v0.1.65
6902026-08-25T16:33:53.985Z Downloaded slog-term v2.9.2
6912026-08-25T16:33:53.985Z Downloaded stable_deref_trait v1.2.1
6922026-08-25T16:33:53.985Z Downloaded defmt-parser v1.0.0
6932026-08-25T16:33:53.985Z Downloaded dirs-sys-next v0.1.2
6942026-08-25T16:33:53.985Z Downloaded dtrace-parser v0.3.0
6952026-08-25T16:33:53.985Z Downloaded wyz v0.5.1
6962026-08-25T16:33:53.985Z Downloaded downcast-rs v2.0.2
6972026-08-25T16:33:53.985Z Downloaded generic-array v1.4.3
6982026-08-25T16:33:53.985Z Downloaded smallvec v0.6.14
6992026-08-25T16:33:53.985Z Downloaded string_cache v0.8.9
7002026-08-25T16:33:53.985Z Downloaded thread_local v1.1.9
7012026-08-25T16:33:53.985Z Downloaded parking_lot_core v0.9.12
7022026-08-25T16:33:53.986Z Downloaded pkcs1 v0.7.5
7032026-08-25T16:33:53.986Z Downloaded oso v0.27.3
7042026-08-25T16:33:53.986Z Downloaded base64 v0.22.1
7052026-08-25T16:33:53.986Z Downloaded zeroize v1.9.0
7062026-08-25T16:33:53.986Z Downloaded getrandom v0.2.17
7072026-08-25T16:33:53.986Z Downloaded illumos-nvpair v0.3.0
7082026-08-25T16:33:53.986Z Downloaded inout v0.2.2
7092026-08-25T16:33:53.986Z Downloaded kstat-rs v0.2.5
7102026-08-25T16:33:53.986Z Downloaded keccak v0.1.6
7112026-08-25T16:33:53.986Z Downloaded lru-cache v0.1.2
7122026-08-25T16:33:53.986Z Downloaded dof v0.4.0
7132026-08-25T16:33:53.986Z Downloaded embedded-io v0.6.1
7142026-08-25T16:33:53.986Z Downloaded ident_case v1.0.1
7152026-08-25T16:33:53.986Z Downloaded flume v0.11.1
7162026-08-25T16:33:53.986Z Downloaded futures v0.3.32
7172026-08-25T16:33:53.986Z Downloaded group v0.13.0
7182026-08-25T16:33:53.986Z Downloaded papergrid v0.18.0
7192026-08-25T16:33:53.987Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7202026-08-25T16:33:53.987Z Downloaded vergen-lib v0.1.6
7212026-08-25T16:33:53.987Z Downloaded maplit v1.0.2
7222026-08-25T16:33:53.987Z Downloaded match_cfg v0.1.0
7232026-08-25T16:33:53.987Z Downloaded internet-checksum v0.2.1
7242026-08-25T16:33:53.987Z Downloaded critical-section v1.2.0
7252026-08-25T16:33:53.987Z Downloaded libscf-sys v1.2.0
7262026-08-25T16:33:53.987Z Downloaded new_debug_unreachable v1.0.6
7272026-08-25T16:33:53.987Z Downloaded lazy_static v1.5.0
7282026-08-25T16:33:53.987Z Downloaded newline-converter v0.3.0
7292026-08-25T16:33:53.987Z Downloaded num-iter v0.1.45
7302026-08-25T16:33:53.987Z Downloaded openssl-probe v0.1.6
7312026-08-25T16:33:53.987Z Downloaded tokio-native-tls v0.3.1
7322026-08-25T16:33:53.987Z Downloaded num_enum_derive v0.5.11
7332026-08-25T16:33:53.987Z Downloaded postcard v1.1.3
7342026-08-25T16:33:53.988Z Downloaded der_derive v0.7.3
7352026-08-25T16:33:53.988Z Downloaded rcgen v0.12.1
7362026-08-25T16:33:53.988Z Downloaded ctr v0.10.1
7372026-08-25T16:33:53.988Z Downloaded compact_str v0.8.1
7382026-08-25T16:33:53.988Z Downloaded half v2.7.1
7392026-08-25T16:33:53.988Z Downloaded fatfs v0.3.6
7402026-08-25T16:33:53.988Z Downloaded ar_archive_writer v0.5.1
7412026-08-25T16:33:53.988Z Downloaded base64 v0.21.7
7422026-08-25T16:33:53.988Z Downloaded chumsky v0.9.3
7432026-08-25T16:33:53.988Z Downloaded ed25519 v2.2.3
7442026-08-25T16:33:53.988Z Downloaded omicron-zone-package v0.12.3
7452026-08-25T16:33:53.988Z Downloaded uzers v0.12.2
7462026-08-25T16:33:53.989Z Downloaded arc-swap v1.8.2
7472026-08-25T16:33:53.989Z Downloaded unicode-properties v0.1.4
7482026-08-25T16:33:53.989Z Downloaded bytes v1.11.1
7492026-08-25T16:33:53.989Z Downloaded expectorate v1.2.0
7502026-08-25T16:33:53.989Z Downloaded headers v0.4.1
7512026-08-25T16:33:53.989Z Downloaded hybrid-array v0.4.13
7522026-08-25T16:33:53.989Z Downloaded rand_chacha v0.3.1
7532026-08-25T16:33:53.989Z Downloaded quick-error v1.2.3
7542026-08-25T16:33:53.989Z Downloaded chacha20poly1305 v0.10.1
7552026-08-25T16:33:53.989Z Downloaded openssl-sys v0.9.117
7562026-08-25T16:33:53.990Z Downloaded signal-hook v0.3.18
7572026-08-25T16:33:53.990Z Downloaded diesel-dtrace v0.5.0
7582026-08-25T16:33:53.990Z Downloaded pkcs1 v0.8.0-rc.4
7592026-08-25T16:33:53.990Z Downloaded pkcs5 v0.8.1
7602026-08-25T16:33:54.045Z Downloaded enum_dispatch v0.3.13
7612026-08-25T16:33:54.046Z Downloaded proc-macro-crate v3.4.0
7622026-08-25T16:33:54.046Z Downloaded hickory-resolver v0.24.4
7632026-08-25T16:33:54.046Z Downloaded cookie_store v0.22.1
7642026-08-25T16:33:54.046Z Downloaded oxide-update-engine-types v0.1.2
7652026-08-25T16:33:54.046Z Downloaded similar v2.7.0
7662026-08-25T16:33:54.046Z Downloaded tracing-attributes v0.1.31
7672026-08-25T16:33:54.046Z Downloaded russh-util v0.52.0
7682026-08-25T16:33:54.046Z Downloaded darling v0.20.11
7692026-08-25T16:33:54.046Z Downloaded test-strategy v0.4.5
7702026-08-25T16:33:54.046Z Downloaded ipnet v2.12.0
7712026-08-25T16:33:54.046Z Downloaded libsw v3.5.0
7722026-08-25T16:33:54.046Z Downloaded miette-derive v7.6.0
7732026-08-25T16:33:54.046Z Downloaded rtoolbox v0.0.3
7742026-08-25T16:33:54.046Z Downloaded serde_spanned v1.1.1
7752026-08-25T16:33:54.046Z Downloaded sponge-cursor v0.1.0
7762026-08-25T16:33:54.046Z Downloaded strum v0.26.3
7772026-08-25T16:33:54.046Z Downloaded strum v0.27.2
7782026-08-25T16:33:54.046Z Downloaded same-file v1.0.6
7792026-08-25T16:33:54.046Z Downloaded sapling-renderdag v0.1.0
7802026-08-25T16:33:54.046Z Downloaded scheduled-thread-pool v0.2.7
7812026-08-25T16:33:54.046Z Downloaded rayon-core v1.13.0
7822026-08-25T16:33:54.046Z Downloaded bumpalo v3.20.2
7832026-08-25T16:33:54.047Z Downloaded signal-hook-mio v0.2.5
7842026-08-25T16:33:54.047Z Downloaded signal-hook-tokio v0.3.1
7852026-08-25T16:33:54.047Z Downloaded shell-words v1.1.1
7862026-08-25T16:33:54.047Z Downloaded hyper-util v0.1.20
7872026-08-25T16:33:54.047Z Downloaded oxide-generation v0.1.3
7882026-08-25T16:33:54.047Z Downloaded derive_builder v0.20.2
7892026-08-25T16:33:54.047Z Downloaded tabwriter v1.4.1
7902026-08-25T16:33:54.047Z Downloaded phc v0.6.1
7912026-08-25T16:33:54.047Z Downloaded rustls-platform-verifier v0.6.2
7922026-08-25T16:33:54.047Z Downloaded parking_lot_core v0.8.6
7932026-08-25T16:33:54.047Z Downloaded cc v1.2.56
7942026-08-25T16:33:54.047Z Downloaded vte v0.14.1
7952026-08-25T16:33:54.047Z Downloaded ecdsa v0.17.0
7962026-08-25T16:33:54.047Z Downloaded heapless v0.7.17
7972026-08-25T16:33:54.047Z Downloaded primefield v0.14.0
7982026-08-25T16:33:54.048Z Downloaded unicode-xid v0.2.6
7992026-08-25T16:33:54.048Z Downloaded heapless v0.8.0
8002026-08-25T16:33:54.048Z Downloaded num_enum_derive v0.7.6
8012026-08-25T16:33:54.048Z Downloaded peg v0.8.5
8022026-08-25T16:33:54.048Z Downloaded pem-rfc7468 v1.0.0
8032026-08-25T16:33:54.048Z Downloaded postgres-protocol v0.6.12
8042026-08-25T16:33:54.048Z Downloaded whoami v1.6.1
8052026-08-25T16:33:54.048Z Downloaded thiserror-impl-no-std v2.0.2
8062026-08-25T16:33:54.048Z Downloaded testing_table v0.3.0
8072026-08-25T16:33:54.048Z Downloaded tokio-test v0.4.5
8082026-08-25T16:33:54.048Z Downloaded tower-layer v0.3.3
8092026-08-25T16:33:54.049Z Downloaded try-lock v0.2.5
8102026-08-25T16:33:54.049Z Downloaded term v0.7.0
8112026-08-25T16:33:54.049Z Downloaded universal-hash v0.6.1
8122026-08-25T16:33:54.049Z Downloaded oxide-update-engine-display v0.1.2
8132026-08-25T16:33:54.049Z Downloaded predicates v3.1.4
8142026-08-25T16:33:54.049Z Downloaded resolv-conf v0.7.6
8152026-08-25T16:33:54.049Z Downloaded cpubits v0.1.1
8162026-08-25T16:33:54.049Z Downloaded pretty_assertions v1.4.1
8172026-08-25T16:33:54.049Z Downloaded prefix-trie v0.7.0
8182026-08-25T16:33:54.049Z Downloaded progenitor v0.13.0
8192026-08-25T16:33:54.049Z Downloaded snafu v0.8.9
8202026-08-25T16:33:54.050Z Downloaded icu_collections v2.1.1
8212026-08-25T16:33:54.050Z Downloaded ssh-cipher v0.3.0
8222026-08-25T16:33:54.050Z Downloaded serde_path_to_error v0.1.20
8232026-08-25T16:33:54.050Z Downloaded async-compression v0.4.41
8242026-08-25T16:33:54.050Z Downloaded backtrace v0.3.76
8252026-08-25T16:33:54.050Z Downloaded zopfli v0.8.3
8262026-08-25T16:33:54.050Z Downloaded crc-any v2.5.0
8272026-08-25T16:33:54.050Z Downloaded rustls-webpki v0.103.13
8282026-08-25T16:33:54.050Z Downloaded parking_lot v0.12.5
8292026-08-25T16:33:54.050Z Downloaded serdect v0.4.3
8302026-08-25T16:33:54.050Z Downloaded dyn-clone v1.0.20
8312026-08-25T16:33:54.050Z Downloaded embedded-io v0.4.0
8322026-08-25T16:33:54.050Z Downloaded inout v0.1.4
8332026-08-25T16:33:54.051Z Downloaded signal-hook-registry v1.4.8
8342026-08-25T16:33:54.051Z Downloaded diesel_table_macro_syntax v0.3.0
8352026-08-25T16:33:54.051Z Downloaded difflib v0.4.0
8362026-08-25T16:33:54.051Z Downloaded lalrpop-util v0.19.12
8372026-08-25T16:33:54.051Z Downloaded illumos-nvpair-sys v0.2.0
8382026-08-25T16:33:54.051Z Downloaded lzss v0.8.2
8392026-08-25T16:33:54.051Z Downloaded parse-display v0.10.0
8402026-08-25T16:33:54.051Z Downloaded darling v0.21.3
8412026-08-25T16:33:54.051Z Downloaded zip v0.6.6
8422026-08-25T16:33:54.051Z Downloaded pkcs8 v0.11.0
8432026-08-25T16:33:54.051Z Downloaded thiserror-no-std v2.0.2
8442026-08-25T16:33:54.051Z Downloaded tls_codec v0.4.2
8452026-08-25T16:33:54.051Z Downloaded tui-tree-widget v0.23.1
8462026-08-25T16:33:54.051Z Downloaded walkdir v2.5.0
8472026-08-25T16:33:54.051Z Downloaded linked-hash-map v0.5.6
8482026-08-25T16:33:54.052Z Downloaded whoami v2.1.0
8492026-08-25T16:33:54.052Z Downloaded zstd-safe v7.2.4
8502026-08-25T16:33:54.162Z Downloaded predicates-tree v1.0.13
8512026-08-25T16:33:54.162Z Downloaded progenitor-client v0.14.0
8522026-08-25T16:33:54.162Z Downloaded proc-macro-crate v1.3.1
8532026-08-25T16:33:54.162Z Downloaded progenitor-impl v0.13.0
8542026-08-25T16:33:54.162Z Downloaded publicsuffix v2.3.0
8552026-08-25T16:33:54.162Z Downloaded poly1305 v0.9.0
8562026-08-25T16:33:54.163Z Downloaded quinn v0.11.11
8572026-08-25T16:33:54.163Z Downloaded proc-macro-error2 v2.0.1
8582026-08-25T16:33:54.163Z Downloaded vergen-lib v9.1.0
8592026-08-25T16:33:54.163Z Downloaded opaque-debug v0.3.1
8602026-08-25T16:33:54.163Z Downloaded vergen-gitcl v1.0.8
8612026-08-25T16:33:54.163Z Downloaded native-tls v0.2.18
8622026-08-25T16:33:54.163Z Downloaded path-slash v0.1.5
8632026-08-25T16:33:54.163Z Downloaded daft-derive v0.1.8
8642026-08-25T16:33:54.163Z Downloaded darling v0.13.4
8652026-08-25T16:33:54.163Z Downloaded delegate v0.13.5
8662026-08-25T16:33:54.163Z Downloaded tracing-core v0.1.36
8672026-08-25T16:33:54.163Z Downloaded unsafe-libyaml v0.2.11
8682026-08-25T16:33:54.163Z Downloaded http v1.4.2
8692026-08-25T16:33:54.163Z Downloaded derive-ex v0.1.8
8702026-08-25T16:33:54.164Z Downloaded ecdsa v0.16.9
8712026-08-25T16:33:54.164Z Downloaded rfc6979 v0.4.0
8722026-08-25T16:33:54.164Z Downloaded rand_pcg v0.10.2
8732026-08-25T16:33:54.164Z Downloaded tokio-stream v0.1.18
8742026-08-25T16:33:54.164Z Downloaded secrecy v0.8.0
8752026-08-25T16:33:54.164Z Downloaded shlex v1.3.0
8762026-08-25T16:33:54.165Z Downloaded keccak v0.2.0
8772026-08-25T16:33:54.165Z Downloaded linear-map v1.2.0
8782026-08-25T16:33:54.165Z Downloaded newtype-uuid-macros v0.1.0
8792026-08-25T16:33:54.165Z Downloaded pin-project v1.1.11
8802026-08-25T16:33:54.165Z Downloaded digest v0.11.3
8812026-08-25T16:33:54.165Z Downloaded mime_guess v2.0.5
8822026-08-25T16:33:54.165Z Downloaded newtype-uuid v1.3.2
8832026-08-25T16:33:54.165Z Downloaded nu-ansi-term v0.50.3
8842026-08-25T16:33:54.165Z Downloaded sigpipe v0.1.3
8852026-08-25T16:33:54.165Z Downloaded icu_locale_core v2.1.1
8862026-08-25T16:33:54.166Z Downloaded indexmap v1.9.3
8872026-08-25T16:33:54.166Z Downloaded indicatif v0.18.4
8882026-08-25T16:33:54.285Z Downloaded supports-color v3.0.2
8892026-08-25T16:33:54.285Z Downloaded num_enum v0.5.11
8902026-08-25T16:33:54.285Z Downloaded tower-service v0.3.3
8912026-08-25T16:33:54.285Z Downloaded void v1.0.2
8922026-08-25T16:33:54.286Z Downloaded csv-core v0.1.13
8932026-08-25T16:33:54.286Z Downloaded hickory-resolver v0.25.2
8942026-08-25T16:33:54.286Z Downloaded darling v0.23.0
8952026-08-25T16:33:54.286Z Downloaded hashbrown v0.12.3
8962026-08-25T16:33:54.286Z Downloaded hashbrown v0.13.2
8972026-08-25T16:33:54.286Z Downloaded miniz_oxide v0.8.9
8982026-08-25T16:33:54.286Z Downloaded ipnetwork v0.21.1
8992026-08-25T16:33:54.286Z Downloaded module-lattice v0.2.3
9002026-08-25T16:33:54.286Z Downloaded rand v0.10.1
9012026-08-25T16:33:54.286Z Downloaded strum_macros v0.24.3
9022026-08-25T16:33:54.286Z Downloaded tinyvec_macros v0.1.1
9032026-08-25T16:33:54.286Z Downloaded rand_chacha v0.9.0
9042026-08-25T16:33:54.286Z Downloaded rand_core v0.6.4
9052026-08-25T16:33:54.286Z Downloaded crc-catalog v2.4.0
9062026-08-25T16:33:54.286Z Downloaded phf v0.13.1
9072026-08-25T16:33:54.286Z Downloaded olpc-cjson v0.1.4
9082026-08-25T16:33:54.286Z Downloaded paste v1.0.15
9092026-08-25T16:33:54.286Z Downloaded utf8_iter v1.0.4
9102026-08-25T16:33:54.287Z Downloaded zerofrom v0.1.6
9112026-08-25T16:33:54.287Z Downloaded constant_time_eq v0.4.2
9122026-08-25T16:33:54.287Z Downloaded crc32fast v1.5.0
9132026-08-25T16:33:54.287Z Downloaded crossbeam-utils v0.8.21
9142026-08-25T16:33:54.287Z Downloaded pin-project-lite v0.2.17
9152026-08-25T16:33:54.287Z Downloaded pkcs8 v0.10.2
9162026-08-25T16:33:54.287Z Downloaded strum_macros v0.26.4
9172026-08-25T16:33:54.287Z Downloaded time-macros v0.2.27
9182026-08-25T16:33:54.287Z Downloaded memmap2 v0.9.10
9192026-08-25T16:33:54.287Z Downloaded rustc-demangle v0.1.27
9202026-08-25T16:33:54.287Z Downloaded zerofrom-derive v0.1.6
9212026-08-25T16:33:54.287Z Downloaded crypto-common v0.2.2
9222026-08-25T16:33:54.287Z Downloaded tokio-dtrace v0.1.1
9232026-08-25T16:33:54.287Z Downloaded dsl_auto_type v0.2.0
9242026-08-25T16:33:54.287Z Downloaded ron v0.8.1
9252026-08-25T16:33:54.287Z Downloaded rustls-pki-types v1.14.0
9262026-08-25T16:33:54.288Z Downloaded schemars v0.8.22
9272026-08-25T16:33:54.288Z Downloaded serde_yaml v0.9.34+deprecated
9282026-08-25T16:33:54.288Z Downloaded aes v0.9.1
9292026-08-25T16:33:54.288Z Downloaded rustls-pemfile v2.2.0
9302026-08-25T16:33:54.288Z Downloaded serde_derive_internals v0.29.1
9312026-08-25T16:33:54.288Z Downloaded simd-adler32 v0.3.8
9322026-08-25T16:33:54.288Z Downloaded slog-json v2.6.1
9332026-08-25T16:33:54.288Z Downloaded slog-scope v4.4.1
9342026-08-25T16:33:54.288Z Downloaded slog-stdlog v4.1.1
9352026-08-25T16:33:54.288Z Downloaded synstructure v0.13.2
9362026-08-25T16:33:54.288Z Downloaded darling_macro v0.13.4
9372026-08-25T16:33:54.288Z Downloaded instant v0.1.13
9382026-08-25T16:33:54.288Z Downloaded jiff-static v0.2.34
9392026-08-25T16:33:54.288Z Downloaded zerocopy v0.6.6
9402026-08-25T16:33:54.288Z Downloaded untrusted v0.9.0
9412026-08-25T16:33:54.289Z Downloaded indent_write v2.2.0
9422026-08-25T16:33:54.289Z Downloaded md5 v0.8.0
9432026-08-25T16:33:54.289Z Downloaded nodrop v0.1.14
9442026-08-25T16:33:54.289Z Downloaded lru-slab v0.1.2
9452026-08-25T16:33:54.289Z Downloaded hickory-server v0.25.2
9462026-08-25T16:33:54.289Z Downloaded postgres-types v0.2.14
9472026-08-25T16:33:54.289Z Downloaded quinn-udp v0.5.14
9482026-08-25T16:33:54.289Z Downloaded crossbeam-channel v0.5.15
9492026-08-25T16:33:54.289Z Downloaded writeable v0.6.2
9502026-08-25T16:33:54.289Z Downloaded hashbrown v0.15.5
9512026-08-25T16:33:54.289Z Downloaded derive_more v2.1.1
9522026-08-25T16:33:54.289Z Downloaded derive-where v1.6.0
9532026-08-25T16:33:54.289Z Downloaded tokio-tungstenite v0.21.0
9542026-08-25T16:33:54.289Z Downloaded p256 v0.14.0
9552026-08-25T16:33:54.289Z Downloaded precomputed-hash v0.1.1
9562026-08-25T16:33:54.289Z Downloaded predicates-core v1.0.10
9572026-08-25T16:33:54.289Z Downloaded rfc6979 v0.6.0
9582026-08-25T16:33:54.290Z Downloaded rustc-hash v2.1.1
9592026-08-25T16:33:54.290Z Downloaded display-error-chain v0.2.2
9602026-08-25T16:33:54.290Z Downloaded derive_builder_core v0.20.2
9612026-08-25T16:33:54.290Z Downloaded serde-big-array v0.5.1
9622026-08-25T16:33:54.290Z Downloaded rustls-native-certs v0.8.3
9632026-08-25T16:33:54.290Z Downloaded serde_with_macros v1.5.2
9642026-08-25T16:33:54.290Z Downloaded either v1.15.0
9652026-08-25T16:33:54.290Z Downloaded impl-trait-for-tuples v0.2.3
9662026-08-25T16:33:54.290Z Downloaded serde_urlencoded v0.7.1
9672026-08-25T16:33:54.290Z Downloaded libloading v0.8.9
9682026-08-25T16:33:54.290Z Downloaded libsw-core v0.3.2
9692026-08-25T16:33:54.290Z Downloaded topological-sort v0.2.2
9702026-08-25T16:33:54.290Z Downloaded uuid v1.23.4
9712026-08-25T16:33:54.290Z Downloaded yansi v1.0.1
9722026-08-25T16:33:54.290Z Downloaded aes-gcm v0.11.0
9732026-08-25T16:33:54.290Z Downloaded smallvec v1.15.1
9742026-08-25T16:33:54.290Z Downloaded term v1.2.1
9752026-08-25T16:33:54.290Z Downloaded ignore v0.4.25
9762026-08-25T16:33:54.291Z Downloaded zerocopy-derive v0.8.55
9772026-08-25T16:33:54.365Z Downloaded toml_parser v1.1.2+spec-1.1.0
9782026-08-25T16:33:54.365Z Downloaded vsss-rs v3.3.4
9792026-08-25T16:33:54.365Z Downloaded owo-colors v4.3.0
9802026-08-25T16:33:54.365Z Downloaded unit-prefix v0.5.2
9812026-08-25T16:33:54.365Z Downloaded zeroize_derive v1.5.0
9822026-08-25T16:33:54.365Z Downloaded zone v0.3.1
9832026-08-25T16:33:54.365Z Downloaded crucible-workspace-hack v0.1.0
9842026-08-25T16:33:54.365Z Downloaded defmt v0.3.100
9852026-08-25T16:33:54.365Z Downloaded enum-as-inner v0.6.1
9862026-08-25T16:33:54.365Z Downloaded xattr v1.6.1
9872026-08-25T16:33:54.365Z Downloaded dropshot-api-manager-types v0.8.0
9882026-08-25T16:33:54.365Z Downloaded pin-project-internal v1.1.11
9892026-08-25T16:33:54.365Z Downloaded tungstenite v0.21.0
9902026-08-25T16:33:54.365Z Downloaded diesel_derives v2.3.7
9912026-08-25T16:33:54.365Z Downloaded libbz2-rs-sys v0.2.2
9922026-08-25T16:33:54.365Z Downloaded twox-hash v2.1.2
9932026-08-25T16:33:54.365Z Downloaded polyval v0.7.1
9942026-08-25T16:33:54.365Z Downloaded primeorder v0.13.6
9952026-08-25T16:33:54.365Z Downloaded typed-path v0.9.3
9962026-08-25T16:33:54.365Z Downloaded xshell v0.2.7
9972026-08-25T16:33:54.366Z Downloaded cookie v0.18.1
9982026-08-25T16:33:54.366Z Downloaded memoffset v0.9.1
9992026-08-25T16:33:54.366Z Downloaded openssl-probe v0.2.1
10002026-08-25T16:33:54.366Z Downloaded potential_utf v0.1.4
10012026-08-25T16:33:54.366Z Downloaded phf_shared v0.13.1
10022026-08-25T16:33:54.366Z Downloaded ref-cast-impl v1.0.25
10032026-08-25T16:33:54.366Z Downloaded mime v0.3.17
10042026-08-25T16:33:54.366Z Downloaded oso-derive v0.27.3
10052026-08-25T16:33:54.366Z Downloaded toml v0.7.8
10062026-08-25T16:33:54.366Z Downloaded rand_xorshift v0.4.0
10072026-08-25T16:33:54.366Z Downloaded unicode-segmentation v1.12.0
10082026-08-25T16:33:54.366Z Downloaded des v0.9.0
10092026-08-25T16:33:54.366Z Downloaded slab v0.4.12
10102026-08-25T16:33:54.366Z Downloaded slog-dtrace v0.3.0
10112026-08-25T16:33:54.366Z Downloaded sqlformat v0.3.5
10122026-08-25T16:33:54.366Z Downloaded jobserver v0.1.34
10132026-08-25T16:33:54.366Z Downloaded strum_macros v0.27.2
10142026-08-25T16:33:54.366Z Downloaded tiny-keccak v2.0.2
10152026-08-25T16:33:54.366Z Downloaded tinystr v0.8.2
10162026-08-25T16:33:54.366Z Downloaded url v2.5.8
10172026-08-25T16:33:54.366Z Downloaded qorb v0.4.1
10182026-08-25T16:33:54.366Z Downloaded rustc_version v0.4.1
10192026-08-25T16:33:54.366Z Downloaded scroll_derive v0.13.1
10202026-08-25T16:33:54.366Z Downloaded serde_plain v1.0.2
10212026-08-25T16:33:54.366Z Downloaded ml-kem v0.3.2
10222026-08-25T16:33:54.366Z Downloaded supports-hyperlinks v3.2.0
10232026-08-25T16:33:54.366Z Downloaded untrusted v0.7.1
10242026-08-25T16:33:54.367Z Downloaded crypto-bigint v0.5.5
10252026-08-25T16:33:54.367Z Downloaded diff v0.1.13
10262026-08-25T16:33:54.367Z Downloaded tap v1.0.1
10272026-08-25T16:33:54.367Z Downloaded tls_codec_derive v0.4.2
10282026-08-25T16:33:54.367Z Downloaded futures-util v0.3.32
10292026-08-25T16:33:54.367Z Downloaded hashbrown v0.16.1
10302026-08-25T16:33:54.367Z Downloaded steno v0.4.1
10312026-08-25T16:33:54.367Z Downloaded parking_lot v0.11.2
10322026-08-25T16:33:54.367Z Downloaded peg-macros v0.8.5
10332026-08-25T16:33:54.367Z Downloaded progenitor-impl v0.14.0
10342026-08-25T16:33:54.367Z Downloaded usdt-impl v0.6.0
10352026-08-25T16:33:54.367Z Downloaded vergen-git2 v9.1.0
10362026-08-25T16:33:54.367Z Downloaded zerovec-derive v0.11.2
10372026-08-25T16:33:54.367Z Downloaded mio v1.2.0
10382026-08-25T16:33:54.367Z Downloaded hashbrown v0.14.5
10392026-08-25T16:33:54.367Z Downloaded ingot v0.2.1
10402026-08-25T16:33:54.367Z Downloaded rand v0.9.2
10412026-08-25T16:33:54.367Z Downloaded typify v0.6.2
10422026-08-25T16:33:54.367Z Downloaded wnaf v0.14.0
10432026-08-25T16:33:54.367Z Downloaded cpufeatures v0.3.0
10442026-08-25T16:33:54.367Z Downloaded instability v0.3.11
10452026-08-25T16:33:54.368Z Downloaded icu_normalizer_data v2.1.1
10462026-08-25T16:33:54.368Z Downloaded indoc v1.0.9
10472026-08-25T16:33:54.368Z Downloaded tokio-util v0.7.18
10482026-08-25T16:33:54.368Z Downloaded tower-http v0.6.8
10492026-08-25T16:33:54.368Z Downloaded wait-timeout v0.2.1
10502026-08-25T16:33:54.368Z Downloaded pem-rfc7468 v0.7.0
10512026-08-25T16:33:54.368Z Downloaded scuffle v0.1.0
10522026-08-25T16:33:54.368Z Downloaded is_ci v1.2.0
10532026-08-25T16:33:54.368Z Downloaded num-conv v0.2.0
10542026-08-25T16:33:54.473Z Downloaded lock_api v0.4.14
10552026-08-25T16:33:54.473Z Downloaded ingot-types v0.2.0
10562026-08-25T16:33:54.473Z Downloaded md-5 v0.11.0
10572026-08-25T16:33:54.473Z Downloaded multer v3.1.0
10582026-08-25T16:33:54.473Z Downloaded oxide-generation-macros v0.2.0
10592026-08-25T16:33:54.473Z Downloaded port-file v0.1.0
10602026-08-25T16:33:54.473Z Downloaded packed_struct_codegen v0.10.1
10612026-08-25T16:33:54.473Z Downloaded psl-types v2.0.11
10622026-08-25T16:33:54.473Z Downloaded salsa20 v0.11.0
10632026-08-25T16:33:54.473Z Downloaded schemars_derive v0.8.22
10642026-08-25T16:33:54.473Z Downloaded ref-cast v1.0.25
10652026-08-25T16:33:54.473Z Downloaded spki v0.8.0
10662026-08-25T16:33:54.473Z Downloaded itertools v0.10.5
10672026-08-25T16:33:54.473Z Downloaded slog-async v2.8.0
10682026-08-25T16:33:54.474Z Downloaded parse-size v1.1.0
10692026-08-25T16:33:54.474Z Downloaded unicode-truncate v1.1.0
10702026-08-25T16:33:54.474Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10712026-08-25T16:33:54.475Z Downloaded daft v0.1.8
10722026-08-25T16:33:54.475Z Downloaded ed25519 v3.0.0
10732026-08-25T16:33:54.475Z Downloaded serde_repr v0.1.20
10742026-08-25T16:33:54.475Z Downloaded tagptr v0.2.0
10752026-08-25T16:33:54.475Z Downloaded utf-8 v0.7.6
10762026-08-25T16:33:54.475Z Downloaded darling_macro v0.23.0
10772026-08-25T16:33:54.475Z Downloaded managed v0.8.0
10782026-08-25T16:33:54.475Z Downloaded ingot-macros v0.2.0
10792026-08-25T16:33:54.475Z Downloaded kem v0.3.0
10802026-08-25T16:33:54.476Z Downloaded debug-ignore v1.0.5
10812026-08-25T16:33:54.476Z Downloaded idna_adapter v1.2.1
10822026-08-25T16:33:54.476Z Downloaded newtype_derive v0.1.6
10832026-08-25T16:33:54.476Z Downloaded recursive v0.1.1
10842026-08-25T16:33:54.477Z Downloaded termtree v0.5.1
10852026-08-25T16:33:54.477Z Downloaded yoke v0.8.1
10862026-08-25T16:33:54.477Z Downloaded deranged v0.5.8
10872026-08-25T16:33:54.477Z Downloaded hkdf v0.13.0
10882026-08-25T16:33:54.477Z Downloaded ssh-encoding v0.3.0
10892026-08-25T16:33:54.477Z Downloaded knus-derive v3.4.0
10902026-08-25T16:33:54.477Z Downloaded trait-variant v0.1.2
10912026-08-25T16:33:54.477Z Downloaded percent-encoding v2.3.2
10922026-08-25T16:33:54.478Z Downloaded progenitor-macro v0.13.0
10932026-08-25T16:33:54.478Z Downloaded progenitor-macro v0.14.0
10942026-08-25T16:33:54.478Z Downloaded recursive-proc-macro-impl v0.1.1
10952026-08-25T16:33:54.478Z Downloaded reedline v0.40.0
10962026-08-25T16:33:54.478Z Downloaded zip v4.6.1
10972026-08-25T16:33:54.478Z Downloaded slog-bunyan v2.5.0
10982026-08-25T16:33:54.478Z Downloaded libefi-sys v0.1.0
10992026-08-25T16:33:54.478Z Downloaded rustyline v14.0.0
11002026-08-25T16:33:54.478Z Downloaded derive_builder_macro v0.20.2
11012026-08-25T16:33:54.478Z Downloaded dunce v1.0.5
11022026-08-25T16:33:54.478Z Downloaded semver v0.1.20
11032026-08-25T16:33:54.478Z Downloaded num-derive v0.4.2
11042026-08-25T16:33:54.478Z Downloaded lru v0.12.5
11052026-08-25T16:33:54.479Z Downloaded num-bigint-dig v0.8.6
11062026-08-25T16:33:54.479Z Downloaded darling_core v0.23.0
11072026-08-25T16:33:54.568Z Downloaded sync-ptr v0.1.4
11082026-08-25T16:33:54.568Z Downloaded unicode_categories v0.1.1
11092026-08-25T16:33:54.568Z Downloaded socket2 v0.6.3
11102026-08-25T16:33:54.568Z Downloaded subprocess v0.2.15
11112026-08-25T16:33:54.568Z Downloaded progenitor-client v0.13.0
11122026-08-25T16:33:54.569Z Downloaded tinyvec v1.10.0
11132026-08-25T16:33:54.569Z Downloaded parse-display-derive v0.10.0
11142026-08-25T16:33:54.569Z Downloaded nom v8.0.0
11152026-08-25T16:33:54.569Z Downloaded typify-macro v0.6.2
11162026-08-25T16:33:54.569Z Downloaded waitgroup v0.1.2
11172026-08-25T16:33:54.569Z Downloaded cstr-argument v0.1.2
11182026-08-25T16:33:54.569Z Downloaded hyper v1.10.1
11192026-08-25T16:33:54.569Z Downloaded ena v0.14.4
11202026-08-25T16:33:54.570Z Downloaded sec1 v0.8.1
11212026-08-25T16:33:54.570Z Downloaded data-encoding v2.10.0
11222026-08-25T16:33:54.570Z Downloaded h2 v0.4.15
11232026-08-25T16:33:54.570Z Downloaded hkdf v0.12.4
11242026-08-25T16:33:54.570Z Downloaded termios v0.3.3
11252026-08-25T16:33:54.570Z Downloaded num-complex v0.4.6
11262026-08-25T16:33:54.570Z Downloaded rand_seeder v0.4.0
11272026-08-25T16:33:54.570Z Downloaded is-terminal v0.4.17
11282026-08-25T16:33:54.570Z Downloaded password-hash v0.6.1
11292026-08-25T16:33:54.570Z Downloaded crc v3.4.0
11302026-08-25T16:33:54.570Z Downloaded crossbeam-deque v0.8.6
11312026-08-25T16:33:54.571Z Downloaded nom v7.1.3
11322026-08-25T16:33:54.571Z Downloaded corncobs v0.1.4
11332026-08-25T16:33:54.571Z Downloaded pem v3.0.6
11342026-08-25T16:33:54.571Z Downloaded num-rational v0.4.2
11352026-08-25T16:33:54.571Z Downloaded sync_wrapper v1.0.2
11362026-08-25T16:33:54.571Z Downloaded endian-type v0.1.2
11372026-08-25T16:33:54.571Z Downloaded nibble_vec v0.1.0
11382026-08-25T16:33:54.571Z Downloaded smf v0.2.3
11392026-08-25T16:33:54.571Z Downloaded darling_core v0.20.11
11402026-08-25T16:33:54.571Z Downloaded minimal-lexical v0.2.1
11412026-08-25T16:33:54.571Z Downloaded darling_core v0.21.3
11422026-08-25T16:33:54.571Z Downloaded oxide-update-engine v0.1.2
11432026-08-25T16:33:54.572Z Downloaded prettyplease v0.2.37
11442026-08-25T16:33:54.572Z Downloaded crossbeam-epoch v0.9.18
11452026-08-25T16:33:54.572Z Downloaded tokio-tungstenite v0.23.1
11462026-08-25T16:33:54.572Z Downloaded slog v2.8.2
11472026-08-25T16:33:54.572Z Downloaded strip-ansi-escapes v0.2.1
11482026-08-25T16:33:54.572Z Downloaded toml v1.1.2+spec-1.1.0
11492026-08-25T16:33:54.572Z Downloaded blake3 v1.8.5
11502026-08-25T16:33:54.659Z Downloaded primeorder v0.14.0
11512026-08-25T16:33:54.660Z Downloaded zstd v0.13.3
11522026-08-25T16:33:54.660Z Downloaded progenitor v0.14.0
11532026-08-25T16:33:54.660Z Downloaded stringprep v0.1.5
11542026-08-25T16:33:54.660Z Downloaded crc8 v0.1.1
11552026-08-25T16:33:54.660Z Downloaded digest-io v0.1.0
11562026-08-25T16:33:54.660Z Downloaded multimap v0.10.1
11572026-08-25T16:33:54.660Z Downloaded phf_shared v0.12.1
11582026-08-25T16:33:54.660Z Downloaded rustc_version v0.1.7
11592026-08-25T16:33:54.661Z Downloaded aws-lc-rs v1.16.3
11602026-08-25T16:33:54.661Z Downloaded displaydoc v0.2.5
11612026-08-25T16:33:54.661Z Downloaded schemars v0.9.0
11622026-08-25T16:33:54.661Z Downloaded schemars v1.2.1
11632026-08-25T16:33:54.661Z Downloaded rand v0.8.6
11642026-08-25T16:33:54.661Z Downloaded serde_with_macros v3.21.0
11652026-08-25T16:33:54.661Z Downloaded sha2 v0.11.0
11662026-08-25T16:33:54.661Z Downloaded universal-hash v0.5.1
11672026-08-25T16:33:54.662Z Downloaded structmeta-derive v0.3.0
11682026-08-25T16:33:54.662Z Downloaded defmt v1.0.1
11692026-08-25T16:33:54.662Z Downloaded num v0.4.3
11702026-08-25T16:33:54.662Z Downloaded signature v3.0.0
11712026-08-25T16:33:54.662Z Downloaded regex v1.12.3
11722026-08-25T16:33:54.662Z Downloaded usdt-attr-macro v0.6.0
11732026-08-25T16:33:54.662Z Downloaded p521 v0.14.0
11742026-08-25T16:33:54.662Z Downloaded spin v0.9.8
11752026-08-25T16:33:54.662Z Downloaded jiff-core v0.1.0
11762026-08-25T16:33:54.662Z Downloaded thread-id v5.1.0
11772026-08-25T16:33:54.663Z Downloaded stacker v0.1.23
11782026-08-25T16:33:54.663Z Downloaded support-bundle-viewer v0.1.2
11792026-08-25T16:33:54.663Z Downloaded libm v0.2.16
11802026-08-25T16:33:54.663Z Downloaded drift v0.2.0
11812026-08-25T16:33:54.663Z Downloaded ed25519-dalek v2.2.0
11822026-08-25T16:33:54.663Z Downloaded document-features v0.2.12
11832026-08-25T16:33:54.663Z Downloaded reqwest v0.12.28
11842026-08-25T16:33:54.663Z Downloaded scrypt v0.12.0
11852026-08-25T16:33:54.663Z Downloaded siphasher v1.0.2
11862026-08-25T16:33:54.665Z Downloaded git2 v0.20.4
11872026-08-25T16:33:54.665Z Downloaded tokio-rustls v0.26.4
11882026-08-25T16:33:54.665Z Downloaded yasna v0.5.2
11892026-08-25T16:33:54.665Z Downloaded icu_normalizer v2.1.1
11902026-08-25T16:33:54.665Z Downloaded knus v3.4.0
11912026-08-25T16:33:54.665Z Downloaded serde_with v1.14.0
11922026-08-25T16:33:54.665Z Downloaded tar v0.4.46
11932026-08-25T16:33:54.665Z Downloaded darling_core v0.13.4
11942026-08-25T16:33:54.666Z Downloaded bitvec v1.0.1
11952026-08-25T16:33:54.666Z Downloaded seq-macro v0.3.6
11962026-08-25T16:33:54.666Z Downloaded num_enum v0.7.6
11972026-08-25T16:33:54.666Z Downloaded pkg-config v0.3.32
11982026-08-25T16:33:54.666Z Downloaded poly1305 v0.8.0
11992026-08-25T16:33:54.666Z Downloaded phf v0.12.1
12002026-08-25T16:33:54.666Z Downloaded ed25519-dalek v3.0.0
12012026-08-25T16:33:54.666Z Downloaded sec1 v0.7.3
12022026-08-25T16:33:54.666Z Downloaded socket2 v0.5.10
12032026-08-25T16:33:54.666Z Downloaded derive_more v0.99.20
12042026-08-25T16:33:54.666Z Downloaded elliptic-curve v0.13.8
12052026-08-25T16:33:54.666Z Downloaded litrs v1.0.0
12062026-08-25T16:33:54.666Z Downloaded tungstenite v0.23.0
12072026-08-25T16:33:54.666Z Downloaded static_assertions v1.1.0
12082026-08-25T16:33:54.666Z Downloaded const_format_proc_macros v0.2.34
12092026-08-25T16:33:54.666Z Downloaded defmt-macros v1.0.1
12102026-08-25T16:33:54.666Z Downloaded dirs-next v2.0.0
12112026-08-25T16:33:54.666Z Downloaded toml_edit v0.23.10+spec-1.0.0
12122026-08-25T16:33:54.666Z Downloaded ctutils v0.4.2
12132026-08-25T16:33:54.667Z Downloaded unicase v2.9.0
12142026-08-25T16:33:54.667Z Downloaded chrono v0.4.45
12152026-08-25T16:33:54.667Z Downloaded packed_struct v0.10.1
12162026-08-25T16:33:54.667Z Downloaded r2d2 v0.8.10
12172026-08-25T16:33:54.667Z Downloaded psm v0.1.30
12182026-08-25T16:33:54.667Z Downloaded oxide-tokio-rt v0.1.4
12192026-08-25T16:33:54.667Z Downloaded spki v0.7.3
12202026-08-25T16:33:54.667Z Downloaded indoc v2.0.7
12212026-08-25T16:33:54.667Z Downloaded maybe-uninit v2.0.0
12222026-08-25T16:33:54.667Z Downloaded zerotrie v0.2.3
12232026-08-25T16:33:54.668Z Downloaded iri-string v0.7.10
12242026-08-25T16:33:54.668Z Downloaded serde_with v3.21.0
12252026-08-25T16:33:54.668Z Downloaded rsa v0.9.10
12262026-08-25T16:33:54.668Z Downloaded crypto-primes v0.7.2
12272026-08-25T16:33:54.719Z Downloaded der v0.8.0
12282026-08-25T16:33:54.719Z Downloaded nanorand v0.7.0
12292026-08-25T16:33:54.719Z Downloaded crossterm v0.28.1
12302026-08-25T16:33:54.720Z Downloaded convert_case v0.10.0
12312026-08-25T16:33:54.720Z Downloaded derive_more-impl v2.1.1
12322026-08-25T16:33:54.720Z Downloaded rawzip v0.4.4
12332026-08-25T16:33:54.720Z Downloaded vergen v9.1.0
12342026-08-25T16:33:54.720Z Downloaded litemap v0.8.1
12352026-08-25T16:33:54.720Z Downloaded bindgen v0.71.1
12362026-08-25T16:33:54.720Z Downloaded der v0.7.10
12372026-08-25T16:33:54.720Z Downloaded ryu v1.0.23
12382026-08-25T16:33:54.720Z Downloaded icu_provider v2.1.1
12392026-08-25T16:33:54.721Z Downloaded russh v0.62.4
12402026-08-25T16:33:54.721Z Downloaded ssh-key v0.7.0-rc.11
12412026-08-25T16:33:54.721Z Downloaded goblin v0.10.5
12422026-08-25T16:33:54.721Z Downloaded itertools v0.12.1
12432026-08-25T16:33:54.722Z Downloaded x509-cert v0.2.5
12442026-08-25T16:33:54.722Z Downloaded dropshot_endpoint v0.17.1
12452026-08-25T16:33:54.722Z Downloaded num-bigint v0.4.6
12462026-08-25T16:33:54.722Z Downloaded miette v7.6.0
12472026-08-25T16:33:54.761Z Downloaded icu_properties_data v2.1.2
12482026-08-25T16:33:54.761Z Downloaded tough v0.22.0
12492026-08-25T16:33:54.761Z Downloaded icu_properties v2.1.2
12502026-08-25T16:33:54.761Z Downloaded serde_cbor v0.11.2
12512026-08-25T16:33:54.761Z Downloaded unicode-bidi v0.3.18
12522026-08-25T16:33:54.761Z Downloaded internal-russh-num-bigint v0.5.0
12532026-08-25T16:33:54.779Z Downloaded p384 v0.14.0
12542026-08-25T16:33:54.779Z Downloaded const_format v0.2.35
12552026-08-25T16:33:54.779Z Downloaded toml_edit v0.19.15
12562026-08-25T16:33:54.779Z Downloaded p384 v0.13.1
12572026-08-25T16:33:54.779Z Downloaded iddqd v0.4.2
12582026-08-25T16:33:54.779Z Downloaded rayon v1.11.0
12592026-08-25T16:33:54.779Z Downloaded unicode-normalization v0.1.25
12602026-08-25T16:33:54.779Z Downloaded tower v0.5.3
12612026-08-25T16:33:54.793Z Downloaded idna v1.1.0
12622026-08-25T16:33:54.793Z Downloaded tabled v0.21.0
12632026-08-25T16:33:54.825Z Downloaded samael v0.0.19
12642026-08-25T16:33:54.825Z Downloaded winnow v0.5.40
12652026-08-25T16:33:54.843Z Downloaded zerovec v0.11.5
12662026-08-25T16:33:54.843Z Downloaded syn v3.0.3
12672026-08-25T16:33:54.843Z Downloaded time v0.3.47
12682026-08-25T16:33:54.843Z Downloaded gimli v0.32.3
12692026-08-25T16:33:54.843Z Downloaded bstr v1.12.1
12702026-08-25T16:33:54.843Z Downloaded moka v0.12.13
12712026-08-25T16:33:54.867Z Downloaded tokio-postgres v0.7.18
12722026-08-25T16:33:54.867Z Downloaded itertools v0.15.0
12732026-08-25T16:33:54.867Z Downloaded crossterm v0.29.0
12742026-08-25T16:33:54.867Z Downloaded rsa v0.10.0-rc.18
12752026-08-25T16:33:54.867Z Downloaded itertools v0.13.0
12762026-08-25T16:33:54.868Z Downloaded petname v2.0.2
12772026-08-25T16:33:54.878Z Downloaded winnow v1.0.3
12782026-08-25T16:33:54.879Z Downloaded reqwest v0.13.2
12792026-08-25T16:33:54.879Z Downloaded quick-xml v0.37.5
12802026-08-25T16:33:54.879Z Downloaded smoltcp v0.11.0
12812026-08-25T16:33:54.897Z Downloaded portable-atomic v1.13.1
12822026-08-25T16:33:54.897Z Downloaded itertools v0.14.0
12832026-08-25T16:33:54.915Z Downloaded sha3 v0.12.0
12842026-08-25T16:33:54.915Z Downloaded quinn-proto v0.11.16
12852026-08-25T16:33:54.915Z Downloaded libxml v0.3.3
12862026-08-25T16:33:54.916Z Downloaded salty v0.3.0
12872026-08-25T16:33:54.935Z Downloaded vcpkg v0.2.15
12882026-08-25T16:33:54.942Z Downloaded zerocopy v0.8.55
12892026-08-25T16:33:54.942Z Downloaded zlib-rs v0.6.2
12902026-08-25T16:33:54.951Z Downloaded curve25519-dalek v4.1.3
12912026-08-25T16:33:54.951Z Downloaded dropshot-api-manager v0.8.0
12922026-08-25T16:33:54.951Z Downloaded regex-syntax v0.8.10
12932026-08-25T16:33:54.973Z Downloaded dropshot v0.17.1
12942026-08-25T16:33:54.990Z Downloaded curve25519-dalek v5.0.0
12952026-08-25T16:33:55.103Z Downloaded winnow v0.6.26
12962026-08-25T16:33:55.103Z Downloaded regress v0.11.1
12972026-08-25T16:33:55.103Z Downloaded proptest v1.11.0
12982026-08-25T16:33:55.103Z Downloaded lalrpop v0.19.12
12992026-08-25T16:33:55.103Z Downloaded object v0.37.3
13002026-08-25T16:33:55.103Z Downloaded radix_trie v0.2.1
13012026-08-25T16:33:55.103Z Downloaded rustls v0.23.41
13022026-08-25T16:33:55.104Z Downloaded object v0.30.4
13032026-08-25T16:33:55.104Z Downloaded nix v0.28.0
13042026-08-25T16:33:55.104Z Downloaded hickory-proto v0.24.4
13052026-08-25T16:33:55.104Z Downloaded smoltcp v0.9.1
13062026-08-25T16:33:55.104Z Downloaded hickory-proto v0.25.2
13072026-08-25T16:33:55.104Z Downloaded regex-automata v0.4.14
13082026-08-25T16:33:55.104Z Downloaded tracing v0.1.44
13092026-08-25T16:33:55.147Z Downloaded ratatui v0.29.0
13102026-08-25T16:33:55.155Z Downloaded nix v0.31.2
13112026-08-25T16:33:55.155Z Downloaded bzip2-sys v0.1.13+1.0.8
13122026-08-25T16:33:55.155Z Downloaded polar-core v0.27.3
13132026-08-25T16:33:55.155Z Downloaded regex-syntax v0.6.29
13142026-08-25T16:33:55.156Z Downloaded sha3 v0.11.0
13152026-08-25T16:33:55.156Z Downloaded rustix v0.38.44
13162026-08-25T16:33:55.169Z Downloaded openapiv3 v2.2.0
13172026-08-25T16:33:55.169Z Downloaded crypto-bigint v0.7.5
13182026-08-25T16:33:55.175Z Downloaded jiff v0.2.34
13192026-08-25T16:33:55.182Z Downloaded nix v0.27.1
13202026-08-25T16:33:55.188Z Downloaded chrono-tz v0.10.4
13212026-08-25T16:33:55.206Z Downloaded openssl v0.10.80
13222026-08-25T16:33:55.226Z Downloaded regress v0.10.5
13232026-08-25T16:33:55.226Z Downloaded sled v0.34.7
13242026-08-25T16:33:55.226Z Downloaded sqlparser v0.61.0
13252026-08-25T16:33:55.244Z Downloaded diesel v2.3.7
13262026-08-25T16:33:55.244Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13272026-08-25T16:33:55.261Z Downloaded typify-impl v0.6.2
13282026-08-25T16:33:55.261Z Downloaded csv v1.4.0
13292026-08-25T16:33:55.284Z Downloaded sha3 v0.10.8
13302026-08-25T16:33:55.284Z Downloaded zerocopy-derive v0.6.6
13312026-08-25T16:33:55.284Z Downloaded encoding_rs v0.8.35
13322026-08-25T16:33:55.303Z Downloaded petgraph v0.6.5
13332026-08-25T16:33:55.316Z Downloaded petgraph v0.8.3
13342026-08-25T16:33:55.316Z Downloaded ring v0.17.14
13352026-08-25T16:33:55.347Z Downloaded libz-sys v1.1.24
13362026-08-25T16:33:55.357Z Downloaded tokio v1.52.1
13372026-08-25T16:33:55.373Z Downloaded libgit2-sys v0.18.3+1.9.2
13382026-08-25T16:33:55.700Z Downloaded aws-lc-sys v0.40.0
13392026-08-25T16:33:55.959Z Compiling serde_core v1.0.228
13402026-08-25T16:33:55.959Z Compiling libc v0.2.185
13412026-08-25T16:33:55.959Z Compiling serde v1.0.228
13422026-08-25T16:33:55.962Z Compiling log v0.4.33
13432026-08-25T16:33:55.962Z Compiling smallvec v1.15.1
13442026-08-25T16:33:56.104Z Compiling subtle v2.6.1
13452026-08-25T16:33:56.111Z Compiling shlex v1.3.0
13462026-08-25T16:33:56.119Z Compiling syn v2.0.117
13472026-08-25T16:33:56.302Z Compiling find-msvc-tools v0.1.9
13482026-08-25T16:33:56.424Z Compiling typenum v1.20.1
13492026-08-25T16:33:56.436Z Compiling scopeguard v1.2.0
13502026-08-25T16:33:56.440Z Compiling stable_deref_trait v1.2.1
13512026-08-25T16:33:56.487Z Compiling getrandom v0.4.3
13522026-08-25T16:33:56.532Z Compiling lock_api v0.4.14
13532026-08-25T16:33:56.558Z Compiling portable-atomic v1.13.1
13542026-08-25T16:33:56.679Z Compiling rand_core v0.10.0
13552026-08-25T16:33:56.779Z Compiling serde_json v1.0.151
13562026-08-25T16:33:56.843Z Compiling critical-section v1.2.0
13572026-08-25T16:33:56.856Z Compiling zerocopy v0.8.55
13582026-08-25T16:33:56.950Z Compiling libm v0.2.16
13592026-08-25T16:33:56.987Z Compiling num-traits v0.2.19
13602026-08-25T16:33:57.028Z Compiling errno v0.3.14
13612026-08-25T16:33:57.076Z Compiling jobserver v0.1.34
13622026-08-25T16:33:57.268Z Compiling pkg-config v0.3.32
13632026-08-25T16:33:57.296Z Compiling cc v1.2.56
13642026-08-25T16:33:57.435Z Compiling pin-project-lite v0.2.17
13652026-08-25T16:33:57.544Z Compiling parking_lot_core v0.9.12
13662026-08-25T16:33:57.666Z Compiling signal-hook-registry v1.4.8
13672026-08-25T16:33:57.758Z Compiling once_cell v1.21.3
13682026-08-25T16:33:57.803Z Compiling getrandom v0.2.17
13692026-08-25T16:33:57.962Z Compiling writeable v0.6.2
13702026-08-25T16:33:58.041Z Compiling litemap v0.8.1
13712026-08-25T16:33:58.077Z Compiling futures-core v0.3.32
13722026-08-25T16:33:58.208Z Compiling percent-encoding v2.3.2
13732026-08-25T16:33:58.255Z Compiling parking_lot v0.12.5
13742026-08-25T16:33:58.255Z Compiling rand_core v0.6.4
13752026-08-25T16:33:58.329Z Compiling bitflags v2.11.0
13762026-08-25T16:33:58.474Z Compiling semver v1.0.28
13772026-08-25T16:33:58.535Z Compiling mio v1.2.0
13782026-08-25T16:33:58.573Z Compiling icu_properties_data v2.1.2
13792026-08-25T16:33:58.590Z Compiling icu_normalizer_data v2.1.1
13802026-08-25T16:33:58.781Z Compiling generic-array v0.14.7
13812026-08-25T16:33:58.781Z Compiling const-oid v0.9.6
13822026-08-25T16:33:58.913Z Compiling socket2 v0.6.3
13832026-08-25T16:33:58.928Z Compiling rustix v1.1.4
13842026-08-25T16:33:58.928Z Compiling futures-sink v0.3.32
13852026-08-25T16:33:58.945Z Compiling indexmap v2.14.0
13862026-08-25T16:33:59.007Z Compiling futures-channel v0.3.32
13872026-08-25T16:33:59.022Z Compiling futures-io v0.3.32
13882026-08-25T16:33:59.174Z Compiling synstructure v0.13.2
13892026-08-25T16:33:59.254Z Compiling futures-task v0.3.32
13902026-08-25T16:33:59.275Z Compiling utf8_iter v1.0.4
13912026-08-25T16:33:59.429Z Compiling slab v0.4.12
13922026-08-25T16:33:59.572Z Compiling form_urlencoded v1.2.2
13932026-08-25T16:33:59.618Z Compiling getrandom v0.3.4
13942026-08-25T16:33:59.618Z Compiling cmov v0.5.4
13952026-08-25T16:33:59.748Z Compiling rustversion v1.0.22
13962026-08-25T16:33:59.748Z Compiling base64ct v1.8.3
13972026-08-25T16:33:59.749Z Compiling iana-time-zone v0.1.65
13982026-08-25T16:33:59.852Z Compiling ctutils v0.4.2
13992026-08-25T16:33:59.879Z Compiling cmake v0.1.57
14002026-08-25T16:33:59.879Z Compiling pem-rfc7468 v0.7.0
14012026-08-25T16:33:59.900Z Compiling fs_extra v1.3.0
14022026-08-25T16:34:00.001Z Compiling flagset v0.4.7
14032026-08-25T16:34:00.123Z Compiling dunce v1.0.5
14042026-08-25T16:34:00.196Z Compiling ident_case v1.0.1
14052026-08-25T16:34:00.212Z Compiling regex-syntax v0.8.10
14062026-08-25T16:34:00.212Z Compiling uuid v1.23.4
14072026-08-25T16:34:00.259Z Compiling aws-lc-sys v0.40.0
14082026-08-25T16:34:00.277Z Compiling base64 v0.22.1
14092026-08-25T16:34:00.416Z Compiling vcpkg v0.2.15
14102026-08-25T16:34:00.586Z Compiling syn v1.0.109
14112026-08-25T16:34:00.631Z Compiling serde_derive_internals v0.29.1
14122026-08-25T16:34:00.647Z Compiling rustc_version v0.4.1
14132026-08-25T16:34:00.832Z Compiling serde_derive v1.0.228
14142026-08-25T16:34:00.883Z Compiling zeroize_derive v1.5.0
14152026-08-25T16:34:00.918Z Compiling zerofrom-derive v0.1.6
14162026-08-25T16:34:00.966Z Compiling yoke-derive v0.8.1
14172026-08-25T16:34:01.151Z Compiling zerovec-derive v0.11.2
14182026-08-25T16:34:01.490Z Compiling zerocopy-derive v0.8.55
14192026-08-25T16:34:01.521Z Compiling displaydoc v0.2.5
14202026-08-25T16:34:02.138Z Compiling tokio-macros v2.7.0
14212026-08-25T16:34:02.269Z Compiling futures-macro v0.3.32
14222026-08-25T16:34:02.290Z Compiling zerofrom v0.1.6
14232026-08-25T16:34:02.305Z Compiling thiserror-impl v2.0.18
14242026-08-25T16:34:02.418Z Compiling yoke v0.8.1
14252026-08-25T16:34:02.530Z Compiling der_derive v0.7.3
14262026-08-25T16:34:02.655Z Compiling zerovec v0.11.5
14272026-08-25T16:34:02.879Z Compiling zerotrie v0.2.3
14282026-08-25T16:34:03.075Z Compiling tinystr v0.8.2
14292026-08-25T16:34:03.124Z Compiling potential_utf v0.1.4
14302026-08-25T16:34:03.168Z Compiling futures-util v0.3.32
14312026-08-25T16:34:03.274Z Compiling icu_locale_core v2.1.1
14322026-08-25T16:34:03.291Z Compiling icu_collections v2.1.1
14332026-08-25T16:34:03.509Z Compiling openssl-sys v0.9.117
14342026-08-25T16:34:03.670Z Compiling thiserror v2.0.18
14352026-08-25T16:34:03.779Z Compiling tracing-attributes v0.1.31
14362026-08-25T16:34:03.815Z Compiling tracing-core v0.1.36
14372026-08-25T16:34:04.021Z Compiling icu_provider v2.1.1
14382026-08-25T16:34:04.149Z Compiling aws-lc-rs v1.16.3
14392026-08-25T16:34:04.317Z Compiling zeroize v1.9.0
14402026-08-25T16:34:04.317Z Compiling bytes v1.11.1
14412026-08-25T16:34:04.354Z Compiling icu_normalizer v2.1.1
14422026-08-25T16:34:04.442Z Compiling icu_properties v2.1.2
14432026-08-25T16:34:04.857Z Compiling tokio v1.52.1
14442026-08-25T16:34:04.937Z Compiling hybrid-array v0.4.13
14452026-08-25T16:34:05.051Z Compiling crypto-common v0.1.7
14462026-08-25T16:34:05.086Z Compiling block-buffer v0.10.4
14472026-08-25T16:34:05.199Z Compiling chrono v0.4.45
14482026-08-25T16:34:05.267Z Compiling idna_adapter v1.2.1
14492026-08-25T16:34:05.393Z Compiling idna v1.1.0
14502026-08-25T16:34:05.433Z Compiling digest v0.10.7
14512026-08-25T16:34:05.500Z Compiling der v0.7.10
14522026-08-25T16:34:05.670Z Compiling url v2.5.8
14532026-08-25T16:34:05.687Z Compiling http v1.4.2
14542026-08-25T16:34:05.979Z Compiling ppv-lite86 v0.2.21
14552026-08-25T16:34:06.046Z Compiling block-buffer v0.12.1
14562026-08-25T16:34:06.242Z Compiling crypto-common v0.2.2
14572026-08-25T16:34:06.313Z Compiling simd-adler32 v0.3.8
14582026-08-25T16:34:06.482Z Compiling spki v0.7.3
14592026-08-25T16:34:06.586Z Compiling dyn-clone v1.0.20
14602026-08-25T16:34:06.600Z Compiling schemars v0.8.22
14612026-08-25T16:34:06.630Z Compiling http-body v1.0.1
14622026-08-25T16:34:06.687Z Compiling pkcs8 v0.10.2
14632026-08-25T16:34:06.724Z Compiling tracing v0.1.44
14642026-08-25T16:34:06.737Z Compiling rustls-pki-types v1.14.0
14652026-08-25T16:34:06.841Z Compiling schemars_derive v0.8.22
14662026-08-25T16:34:06.938Z Compiling rand_core v0.9.5
14672026-08-25T16:34:06.971Z Compiling spin v0.9.8
14682026-08-25T16:34:07.176Z Compiling tinyvec_macros v0.1.1
14692026-08-25T16:34:07.179Z Compiling openssl-probe v0.2.1
14702026-08-25T16:34:07.210Z Compiling httparse v1.10.1
14712026-08-25T16:34:07.248Z Compiling crc32fast v1.5.0
14722026-08-25T16:34:07.360Z Compiling adler2 v2.0.1
14732026-08-25T16:34:07.499Z Compiling miniz_oxide v0.8.9
14742026-08-25T16:34:07.551Z Compiling tempfile v3.27.0
14752026-08-25T16:34:07.581Z Compiling tinyvec v1.10.0
14762026-08-25T16:34:07.919Z Compiling pest_generator v2.8.6
14772026-08-25T16:34:07.936Z Compiling terminal_size v0.4.3
14782026-08-25T16:34:07.982Z Compiling aho-corasick v1.1.4
14792026-08-25T16:34:08.064Z Compiling tower-service v0.3.3
14802026-08-25T16:34:08.091Z Compiling radium v0.7.0
14812026-08-25T16:34:08.172Z Compiling atomic-waker v1.1.2
14822026-08-25T16:34:08.294Z Compiling untrusted v0.7.1
14832026-08-25T16:34:08.326Z Compiling tower-layer v0.3.3
14842026-08-25T16:34:08.414Z Compiling try-lock v0.2.5
14852026-08-25T16:34:08.506Z Compiling want v0.3.1
14862026-08-25T16:34:08.580Z Compiling pest_derive v2.8.6
14872026-08-25T16:34:08.661Z Compiling tokio-util v0.7.18
14882026-08-25T16:34:08.809Z Compiling regex-automata v0.4.14
14892026-08-25T16:34:09.190Z Compiling rand_chacha v0.9.0
14902026-08-25T16:34:09.304Z Compiling block-padding v0.4.2
14912026-08-25T16:34:09.468Z Compiling h2 v0.4.15
14922026-08-25T16:34:09.590Z Compiling ipnet v2.12.0
14932026-08-25T16:34:09.672Z Compiling scroll_derive v0.13.1
14942026-08-25T16:34:09.867Z Compiling darling_core v0.20.11
14952026-08-25T16:34:10.072Z Compiling httpdate v1.0.3
14962026-08-25T16:34:10.312Z Compiling openssl v0.10.80
14972026-08-25T16:34:10.453Z Compiling cpufeatures v0.2.17
14982026-08-25T16:34:10.509Z Compiling tap v1.0.1
14992026-08-25T16:34:10.523Z Compiling foreign-types-shared v0.1.1
15002026-08-25T16:34:10.526Z Compiling untrusted v0.9.0
15012026-08-25T16:34:10.549Z Compiling maybe-uninit v2.0.0
15022026-08-25T16:34:10.604Z Compiling rustls v0.23.41
15032026-08-25T16:34:10.619Z Compiling const-oid v0.10.2
15042026-08-25T16:34:10.648Z Compiling wyz v0.5.1
15052026-08-25T16:34:10.767Z Compiling digest v0.11.3
15062026-08-25T16:34:10.816Z Compiling foreign-types v0.3.2
15072026-08-25T16:34:10.847Z Compiling scroll v0.13.0
15082026-08-25T16:34:10.864Z Compiling inout v0.2.2
15092026-08-25T16:34:10.883Z Compiling rand v0.9.2
15102026-08-25T16:34:11.040Z Compiling unicode-normalization v0.1.25
15112026-08-25T16:34:11.172Z Compiling rand_chacha v0.3.1
15122026-08-25T16:34:11.526Z Compiling signature v2.2.0
15132026-08-25T16:34:11.529Z Compiling hex v0.4.3
15142026-08-25T16:34:11.639Z Compiling openssl-macros v0.1.1
15152026-08-25T16:34:11.709Z Compiling thiserror-impl v1.0.69
15162026-08-25T16:34:11.808Z Compiling bzip2-sys v0.1.13+1.0.8
15172026-08-25T16:34:11.981Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15182026-08-25T16:34:12.030Z Compiling num-integer v0.1.46
15192026-08-25T16:34:12.083Z Compiling wait-timeout v0.2.1
15202026-08-25T16:34:12.145Z Compiling darling_macro v0.20.11
15212026-08-25T16:34:12.344Z Compiling socket2 v0.5.10
15222026-08-25T16:34:12.347Z Compiling ahash v0.8.12
15232026-08-25T16:34:12.374Z Compiling num-conv v0.2.0
15242026-08-25T16:34:12.504Z Compiling powerfmt v0.2.0
15252026-08-25T16:34:12.563Z Compiling hyper v1.10.1
15262026-08-25T16:34:12.621Z Compiling cpufeatures v0.3.0
15272026-08-25T16:34:12.728Z Compiling native-tls v0.2.18
15282026-08-25T16:34:12.737Z Compiling quick-error v1.2.3
15292026-08-25T16:34:12.738Z Compiling bit-vec v0.8.0
15302026-08-25T16:34:12.836Z Compiling time-core v0.1.8
15312026-08-25T16:34:12.846Z Compiling num-bigint-dig v0.8.6
15322026-08-25T16:34:12.895Z Compiling funty v2.0.0
15332026-08-25T16:34:12.956Z Compiling packed_struct v0.10.1
15342026-08-25T16:34:12.978Z Compiling thiserror v1.0.69
15352026-08-25T16:34:12.978Z Compiling time-macros v0.2.27
15362026-08-25T16:34:13.053Z Compiling bit-set v0.8.0
15372026-08-25T16:34:13.086Z Compiling clap_builder v4.6.0
15382026-08-25T16:34:13.232Z Compiling bitvec v1.0.1
15392026-08-25T16:34:13.262Z Compiling rusty-fork v0.3.1
15402026-08-25T16:34:13.469Z Compiling deranged v0.5.8
15412026-08-25T16:34:13.542Z Compiling darling v0.20.11
15422026-08-25T16:34:13.627Z Compiling num-iter v0.1.45
15432026-08-25T16:34:13.738Z Compiling hyper-util v0.1.20
15442026-08-25T16:34:14.446Z Compiling rand v0.8.6
15452026-08-25T16:34:14.619Z Compiling goblin v0.10.5
15462026-08-25T16:34:14.778Z Compiling cipher v0.5.2
15472026-08-25T16:34:15.155Z Compiling packed_struct_codegen v0.10.1
15482026-08-25T16:34:15.168Z Compiling sha2 v0.10.9
15492026-08-25T16:34:15.420Z Compiling lazy_static v1.5.0
15502026-08-25T16:34:15.534Z Compiling rand_xorshift v0.4.0
15512026-08-25T16:34:15.721Z Compiling toml_datetime v0.6.11
15522026-08-25T16:34:15.938Z Compiling serde_spanned v0.6.9
15532026-08-25T16:34:15.965Z Compiling zerocopy-derive v0.6.6
15542026-08-25T16:34:16.078Z Compiling bitfield-macros v0.19.4
15552026-08-25T16:34:16.187Z Compiling clap_derive v4.6.1
15562026-08-25T16:34:16.496Z Compiling sync_wrapper v1.0.2
15572026-08-25T16:34:16.601Z Compiling indexmap v1.9.3
15582026-08-25T16:34:16.793Z Compiling usdt-impl v0.6.0
15592026-08-25T16:34:16.810Z Compiling object v0.37.3
15602026-08-25T16:34:16.822Z Compiling siphasher v1.0.2
15612026-08-25T16:34:17.000Z Compiling num_threads v0.1.7
15622026-08-25T16:34:17.017Z Compiling crossbeam-utils v0.8.21
15632026-08-25T16:34:17.060Z Compiling paste v1.0.15
15642026-08-25T16:34:17.093Z Compiling zlib-rs v0.6.2
15652026-08-25T16:34:17.096Z Compiling unicode-segmentation v1.12.0
15662026-08-25T16:34:17.295Z Compiling crc-catalog v2.4.0
15672026-08-25T16:34:17.328Z Compiling unarray v0.1.4
15682026-08-25T16:34:17.390Z Compiling nodrop v0.1.14
15692026-08-25T16:34:17.438Z Compiling proptest v1.11.0
15702026-08-25T16:34:17.481Z Compiling array-init v0.0.4
15712026-08-25T16:34:17.496Z Compiling crc v3.4.0
15722026-08-25T16:34:17.730Z Compiling dof v0.4.0
15732026-08-25T16:34:17.882Z Compiling time v0.3.47
15742026-08-25T16:34:17.995Z Compiling clap v4.6.1
15752026-08-25T16:34:18.097Z Compiling zerocopy v0.6.6
15762026-08-25T16:34:18.415Z Compiling bitfield v0.19.4
15772026-08-25T16:34:18.725Z Compiling tower v0.5.3
15782026-08-25T16:34:19.184Z Compiling smallvec v0.6.14
15792026-08-25T16:34:19.379Z Compiling chacha20 v0.10.0
15802026-08-25T16:34:19.487Z Compiling derive_builder_core v0.20.2
15812026-08-25T16:34:19.949Z Compiling flate2 v1.1.9
15822026-08-25T16:34:20.081Z Compiling dtrace-parser v0.3.0
15832026-08-25T16:34:20.107Z Compiling ipnetwork v0.21.1
15842026-08-25T16:34:20.254Z Compiling pkcs1 v0.7.5
15852026-08-25T16:34:20.316Z Compiling http-body-util v0.1.3
15862026-08-25T16:34:20.353Z Compiling heapless v0.7.17
15872026-08-25T16:34:20.484Z Compiling scroll_derive v0.12.1
15882026-08-25T16:34:20.553Z Compiling structmeta-derive v0.3.0
15892026-08-25T16:34:20.590Z Compiling slog v2.8.2
15902026-08-25T16:34:20.653Z Compiling darling_core v0.23.0
15912026-08-25T16:34:20.775Z Compiling thread-id v5.1.0
15922026-08-25T16:34:20.800Z Compiling cookie v0.18.1
15932026-08-25T16:34:20.858Z Compiling env_filter v2.0.0
15942026-08-25T16:34:20.978Z Compiling syn v3.0.3
15952026-08-25T16:34:21.133Z Compiling winnow v0.5.40
15962026-08-25T16:34:21.152Z Compiling zstd-safe v7.2.4
15972026-08-25T16:34:21.409Z Compiling anyhow v1.0.104
15982026-08-25T16:34:21.625Z Compiling allocator-api2 v0.2.21
15992026-08-25T16:34:21.716Z Compiling iri-string v0.7.10
16002026-08-25T16:34:21.971Z Compiling ryu v1.0.23
16012026-08-25T16:34:22.146Z Compiling unicode-properties v0.1.4
16022026-08-25T16:34:22.372Z Compiling hashbrown v0.12.3
16032026-08-25T16:34:22.623Z Compiling signal-hook v0.3.18
16042026-08-25T16:34:22.780Z Compiling base64 v0.21.7
16052026-08-25T16:34:22.850Z Compiling gimli v0.32.3
16062026-08-25T16:34:23.098Z Compiling unicode-bidi v0.3.18
16072026-08-25T16:34:23.175Z Compiling darling_macro v0.23.0
16082026-08-25T16:34:23.230Z Compiling ron v0.8.1
16092026-08-25T16:34:24.620Z Compiling stringprep v0.1.5
16102026-08-25T16:34:24.625Z Compiling tower-http v0.6.8
16112026-08-25T16:34:24.625Z Compiling toml_edit v0.19.15
16122026-08-25T16:34:24.625Z Compiling serde_urlencoded v0.7.1
16132026-08-25T16:34:24.625Z Compiling daft-derive v0.1.8
16142026-08-25T16:34:24.625Z Compiling structmeta v0.3.0
16152026-08-25T16:34:24.625Z Compiling addr2line v0.25.1
16162026-08-25T16:34:24.625Z Compiling scroll v0.12.0
16172026-08-25T16:34:24.640Z Compiling env_logger v0.11.11
16182026-08-25T16:34:24.864Z Compiling rsa v0.9.10
16192026-08-25T16:34:24.876Z Compiling oxnet v0.1.6
16202026-08-25T16:34:24.987Z Compiling derive_builder_macro v0.20.2
16212026-08-25T16:34:25.194Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16222026-08-25T16:34:25.309Z Compiling hashbrown v0.13.2
16232026-08-25T16:34:25.323Z Compiling newtype-uuid v1.3.2
16242026-08-25T16:34:25.448Z Compiling rand v0.10.1
16252026-08-25T16:34:25.641Z Compiling bzip2 v0.4.4
16262026-08-25T16:34:25.774Z Compiling serde-hex v0.1.0
16272026-08-25T16:34:25.849Z Compiling tokio-native-tls v0.3.1
16282026-08-25T16:34:26.037Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16292026-08-25T16:34:26.835Z Compiling camino v1.2.5
16302026-08-25T16:34:27.212Z Compiling sha2 v0.11.0
16312026-08-25T16:34:27.308Z Compiling bstr v1.12.1
16322026-08-25T16:34:27.700Z Compiling md-5 v0.11.0
16332026-08-25T16:34:27.910Z Compiling hmac v0.13.0
16342026-08-25T16:34:27.995Z Compiling rustls-native-certs v0.8.3
16352026-08-25T16:34:27.995Z Compiling x509-cert v0.2.5
16362026-08-25T16:34:28.057Z Compiling serde_tokenstream v0.2.3
16372026-08-25T16:34:28.183Z Compiling erased-serde v0.3.31
16382026-08-25T16:34:28.304Z Compiling curve25519-dalek v4.1.3
16392026-08-25T16:34:28.372Z Compiling async-trait v0.1.89
16402026-08-25T16:34:28.599Z Compiling pin-project-internal v1.1.11
16412026-08-25T16:34:28.652Z Compiling zerocopy-derive v0.7.35
16422026-08-25T16:34:28.924Z Compiling vergen-lib v9.1.0
16432026-08-25T16:34:29.037Z Compiling hash32 v0.2.1
16442026-08-25T16:34:29.099Z Compiling memoffset v0.9.1
16452026-08-25T16:34:29.237Z Compiling encoding_rs v0.8.35
16462026-08-25T16:34:29.297Z Compiling rustc-demangle v0.1.27
16472026-08-25T16:34:29.352Z Compiling mime v0.3.17
16482026-08-25T16:34:29.508Z Compiling fallible-iterator v0.2.0
16492026-08-25T16:34:29.532Z Compiling psl-types v2.0.11
16502026-08-25T16:34:29.600Z Compiling rustix v0.38.44
16512026-08-25T16:34:29.641Z Compiling ref-cast v1.0.25
16522026-08-25T16:34:29.687Z Compiling smoltcp v0.9.1
16532026-08-25T16:34:29.716Z Compiling owo-colors v4.3.0
16542026-08-25T16:34:29.785Z Compiling litrs v1.0.0
16552026-08-25T16:34:29.817Z Compiling cfg_aliases v0.2.1
16562026-08-25T16:34:29.920Z Compiling crc-any v2.5.0
16572026-08-25T16:34:30.001Z Compiling nix v0.31.2
16582026-08-25T16:34:30.052Z Compiling postgres-protocol v0.6.12
16592026-08-25T16:34:30.093Z Compiling pin-project v1.1.11
16602026-08-25T16:34:30.093Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16612026-08-25T16:34:30.186Z Compiling publicsuffix v2.3.0
16622026-08-25T16:34:30.264Z Compiling backtrace v0.3.76
16632026-08-25T16:34:30.290Z Compiling zerocopy v0.7.35
16642026-08-25T16:34:30.290Z Compiling document-features v0.2.12
16652026-08-25T16:34:30.780Z Compiling daft v0.1.8
16662026-08-25T16:34:30.798Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16672026-08-25T16:34:30.909Z Compiling hyper-tls v0.6.0
16682026-08-25T16:34:30.981Z Compiling zip v0.6.6
16692026-08-25T16:34:31.042Z Compiling object v0.30.4
16702026-08-25T16:34:31.067Z Compiling derive_builder v0.20.2
16712026-08-25T16:34:31.084Z Compiling toml v0.7.8
16722026-08-25T16:34:31.186Z Compiling goblin v0.8.2
16732026-08-25T16:34:31.359Z Compiling derive-ex v0.1.8
16742026-08-25T16:34:31.824Z Compiling darling v0.23.0
16752026-08-25T16:34:31.852Z Compiling convert_case v0.10.0
16762026-08-25T16:34:31.900Z Compiling phf_shared v0.13.1
16772026-08-25T16:34:31.989Z Compiling regex v1.12.3
16782026-08-25T16:34:32.146Z Compiling hubpack_derive v0.1.1
16792026-08-25T16:34:32.154Z Compiling hmac v0.12.1
16802026-08-25T16:34:32.365Z Compiling futures-executor v0.3.32
16812026-08-25T16:34:32.414Z Compiling strum_macros v0.27.2
16822026-08-25T16:34:32.574Z Compiling curve25519-dalek-derive v0.1.1
16832026-08-25T16:34:32.601Z Compiling snafu-derive v0.8.9
16842026-08-25T16:34:32.986Z Compiling ref-cast-impl v1.0.25
16852026-08-25T16:34:33.203Z Compiling vergen v9.1.0
16862026-08-25T16:34:33.381Z Compiling ff v0.13.1
16872026-08-25T16:34:33.524Z Compiling cargo-platform v0.3.2
16882026-08-25T16:34:33.527Z Compiling fs-err v3.3.0
16892026-08-25T16:34:33.729Z Compiling bitflags v1.3.2
16902026-08-25T16:34:33.782Z Compiling is_ci v1.2.0
16912026-08-25T16:34:33.796Z Compiling base16ct v0.2.0
16922026-08-25T16:34:33.816Z Compiling bumpalo v3.20.2
16932026-08-25T16:34:33.921Z Compiling path-slash v0.1.5
16942026-08-25T16:34:33.973Z Compiling foldhash v0.2.0
16952026-08-25T16:34:34.053Z Compiling either v1.15.0
16962026-08-25T16:34:34.067Z Compiling foldhash v0.1.5
16972026-08-25T16:34:34.195Z Compiling managed v0.8.0
16982026-08-25T16:34:34.235Z Compiling libbz2-rs-sys v0.2.2
16992026-08-25T16:34:34.266Z Compiling jiff-core v0.1.0
17002026-08-25T16:34:34.337Z Compiling same-file v1.0.6
17012026-08-25T16:34:34.413Z Compiling textwrap v0.16.2
17022026-08-25T16:34:34.478Z Compiling snafu v0.8.9
17032026-08-25T16:34:34.506Z Compiling walkdir v2.5.0
17042026-08-25T16:34:34.819Z Compiling bzip2 v0.6.1
17052026-08-25T16:34:34.832Z Compiling strum v0.27.2
17062026-08-25T16:34:34.864Z Compiling hashbrown v0.15.5
17072026-08-25T16:34:34.908Z Compiling hashbrown v0.16.1
17082026-08-25T16:34:34.956Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17092026-08-25T16:34:35.017Z Compiling jiff v0.2.34
17102026-08-25T16:34:35.330Z Compiling zopfli v0.8.3
17112026-08-25T16:34:35.396Z Compiling sec1 v0.7.3
17122026-08-25T16:34:35.426Z Compiling supports-color v3.0.2
17132026-08-25T16:34:35.591Z Compiling cargo_metadata v0.23.1
17142026-08-25T16:34:35.671Z Compiling group v0.13.0
17152026-08-25T16:34:35.706Z Compiling dof v0.3.0
17162026-08-25T16:34:35.999Z Compiling test-strategy v0.4.5
17172026-08-25T16:34:36.397Z Compiling hubpack v0.1.2
17182026-08-25T16:34:36.453Z Compiling futures v0.3.32
17192026-08-25T16:34:36.537Z Compiling hkdf v0.12.4
17202026-08-25T16:34:36.618Z Compiling derive_more-impl v2.1.1
17212026-08-25T16:34:36.713Z Compiling phf v0.13.1
17222026-08-25T16:34:36.887Z Compiling serde_with_macros v3.21.0
17232026-08-25T16:34:36.969Z Compiling signal-hook-mio v0.2.5
17242026-08-25T16:34:37.473Z Compiling cookie_store v0.22.1
17252026-08-25T16:34:37.522Z Compiling zstd v0.13.3
17262026-08-25T16:34:37.773Z Compiling reqwest v0.12.28
17272026-08-25T16:34:37.787Z Compiling backtrace-ext v0.2.1
17282026-08-25T16:34:38.022Z Compiling postgres-types v0.2.14
17292026-08-25T16:34:38.562Z Compiling usdt-attr-macro v0.6.0
17302026-08-25T16:34:38.586Z Compiling usdt-macro v0.6.0
17312026-08-25T16:34:38.784Z Compiling globset v0.4.18
17322026-08-25T16:34:38.900Z Compiling phf_shared v0.11.3
17332026-08-25T16:34:39.087Z Compiling dtrace-parser v0.2.0
17342026-08-25T16:34:39.152Z Compiling byte-wrapper v0.1.0
17352026-08-25T16:34:39.208Z Compiling ed25519 v2.2.3
17362026-08-25T16:34:39.342Z Compiling olpc-cjson v0.1.4
17372026-08-25T16:34:39.361Z Compiling crypto-bigint v0.5.5
17382026-08-25T16:34:39.439Z Compiling serde_plain v1.0.2
17392026-08-25T16:34:39.477Z Compiling serde-big-array v0.5.1
17402026-08-25T16:34:39.505Z Compiling serde_repr v0.1.20
17412026-08-25T16:34:39.622Z Compiling async-recursion v1.1.1
17422026-08-25T16:34:39.634Z Compiling enum-as-inner v0.6.1
17432026-08-25T16:34:39.819Z Compiling miette-derive v7.6.0
17442026-08-25T16:34:40.035Z Compiling strum_macros v0.26.4
17452026-08-25T16:34:40.090Z Compiling pem v3.0.6
17462026-08-25T16:34:40.188Z Compiling float-cmp v0.10.0
17472026-08-25T16:34:40.272Z Compiling thread-id v4.2.2
17482026-08-25T16:34:40.295Z Compiling memmap2 v0.9.10
17492026-08-25T16:34:40.370Z Compiling static_assertions v1.1.0
17502026-08-25T16:34:40.411Z Compiling fixedbitset v0.5.7
17512026-08-25T16:34:40.436Z Compiling keccak v0.1.6
17522026-08-25T16:34:40.507Z Compiling fixedbitset v0.4.2
17532026-08-25T16:34:40.716Z Compiling typed-path v0.9.3
17542026-08-25T16:34:40.731Z Compiling predicates-core v1.0.10
17552026-08-25T16:34:40.912Z Compiling data-encoding v2.10.0
17562026-08-25T16:34:40.979Z Compiling supports-unicode v3.0.0
17572026-08-25T16:34:41.135Z Compiling normalize-line-endings v0.3.0
17582026-08-25T16:34:41.173Z Compiling new_debug_unreachable v1.0.6
17592026-08-25T16:34:41.234Z Compiling winnow v1.0.3
17602026-08-25T16:34:41.251Z Compiling precomputed-hash v0.1.1
17612026-08-25T16:34:41.346Z Compiling whoami v2.1.0
17622026-08-25T16:34:41.500Z Compiling difflib v0.4.0
17632026-08-25T16:34:41.510Z Compiling supports-hyperlinks v3.2.0
17642026-08-25T16:34:41.664Z Compiling miette v7.6.0
17652026-08-25T16:34:41.679Z Compiling tokio-postgres v0.7.18
17662026-08-25T16:34:41.723Z Compiling predicates v3.1.4
17672026-08-25T16:34:41.827Z Compiling strum v0.26.3
17682026-08-25T16:34:41.961Z Compiling string_cache v0.8.9
17692026-08-25T16:34:41.993Z Compiling hickory-proto v0.25.2
17702026-08-25T16:34:42.053Z Compiling toml_edit v0.22.27
17712026-08-25T16:34:42.194Z Compiling petgraph v0.6.5
17722026-08-25T16:34:42.356Z Compiling toml_parser v1.1.2+spec-1.1.0
17732026-08-25T16:34:42.373Z Compiling petgraph v0.8.3
17742026-08-25T16:34:42.842Z Compiling sha3 v0.10.8
17752026-08-25T16:34:42.978Z Compiling usdt v0.6.0
17762026-08-25T16:34:43.235Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17772026-08-25T16:34:43.302Z Compiling usdt-impl v0.5.0
17782026-08-25T16:34:43.692Z Compiling elliptic-curve v0.13.8
17792026-08-25T16:34:43.878Z Compiling ed25519-dalek v2.2.0
17802026-08-25T16:34:44.019Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17812026-08-25T16:34:44.113Z Compiling crossterm v0.28.1
17822026-08-25T16:34:44.394Z Compiling serde_with v3.21.0
17832026-08-25T16:34:44.772Z Compiling derive_more v2.1.1
17842026-08-25T16:34:44.879Z Compiling zip v4.6.1
17852026-08-25T16:34:45.501Z Compiling iddqd v0.4.2
17862026-08-25T16:34:45.801Z Compiling itertools v0.15.0
17872026-08-25T16:34:45.971Z Compiling itertools v0.13.0
17882026-08-25T16:34:46.011Z Compiling similar v2.7.0
17892026-08-25T16:34:46.143Z Compiling crossbeam-epoch v0.9.18
17902026-08-25T16:34:46.162Z Compiling heck v0.4.1
17912026-08-25T16:34:46.410Z Compiling tokio-stream v0.1.18
17922026-08-25T16:34:46.492Z Compiling buf-list v1.1.2
17932026-08-25T16:34:46.631Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17942026-08-25T16:34:46.768Z Compiling openapiv3 v2.2.0
17952026-08-25T16:34:46.794Z Compiling lalrpop-util v0.19.12
17962026-08-25T16:34:46.869Z Compiling peg-runtime v0.8.5
17972026-08-25T16:34:46.885Z Compiling thread_local v1.1.9
17982026-08-25T16:34:46.940Z Compiling slog-async v2.8.0
17992026-08-25T16:34:46.983Z Compiling crossbeam-channel v0.5.15
18002026-08-25T16:34:47.135Z Compiling filetime v0.2.27
18012026-08-25T16:34:47.150Z Compiling is-terminal v0.4.17
18022026-08-25T16:34:47.171Z Compiling xattr v1.6.1
18032026-08-25T16:34:47.227Z Compiling term v1.2.1
18042026-08-25T16:34:47.241Z Compiling take_mut v0.2.2
18052026-08-25T16:34:47.254Z Compiling camino-tempfile v1.4.1
18062026-08-25T16:34:47.304Z Compiling tar v0.4.46
18072026-08-25T16:34:47.771Z Compiling slog-term v2.9.2
18082026-08-25T16:34:53.371Z Compiling rustls-webpki v0.103.13
18092026-08-25T16:34:56.016Z Compiling tokio-rustls v0.26.4
18102026-08-25T16:34:56.016Z Compiling rustls-platform-verifier v0.6.2
18112026-08-25T16:34:56.028Z Compiling tough v0.22.0
18122026-08-25T16:34:56.244Z Compiling hyper-rustls v0.27.7
18132026-08-25T16:34:56.458Z Compiling reqwest v0.13.2
18142026-08-25T16:34:58.804Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18152026-08-25T16:34:59.107Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18162026-08-25T16:35:01.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18172026-08-25T16:35:01.942Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18182026-08-25T16:35:02.149ZAug 25 16:35:00.221 INFO Starting download, target: Cockroach
18192026-08-25T16:35:02.149ZAug 25 16:35:00.222 INFO Starting download, target: Clickhouse
18202026-08-25T16:35:02.149ZAug 25 16:35:00.222 INFO Starting download, target: Console
18212026-08-25T16:35:02.169ZAug 25 16:35:00.222 INFO Starting download, target: DendriteStub
18222026-08-25T16:35:02.169ZAug 25 16:35:00.222 INFO Starting download, target: MaghemiteMgd
18232026-08-25T16:35:02.169ZAug 25 16:35:00.222 INFO Starting download, target: MaghemiteDdmd
18242026-08-25T16:35:02.169ZAug 25 16:35:00.222 INFO Starting download, target: TransceiverControl
18252026-08-25T16:35:02.169ZAug 25 16:35:00.222 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18262026-08-25T16:35:02.169ZAug 25 16:35:00.222 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18272026-08-25T16:35:02.169ZAug 25 16:35:00.222 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18282026-08-25T16:35:02.169ZAug 25 16:35:00.222 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18292026-08-25T16:35:02.170ZAug 25 16:35:00.222 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18302026-08-25T16:35:02.170ZAug 25 16:35:00.222 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18312026-08-25T16:35:02.170ZAug 25 16:35:00.222 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18322026-08-25T16:35:03.975ZAug 25 16:35:02.043 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18332026-08-25T16:35:04.160ZAug 25 16:35:02.379 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18342026-08-25T16:35:04.581ZAug 25 16:35:02.612 INFO Download complete, target: Console
18352026-08-25T16:35:05.085ZAug 25 16:35:03.233 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18362026-08-25T16:35:05.211ZAug 25 16:35:03.438 INFO Download complete, target: TransceiverControl
18372026-08-25T16:35:10.739ZAug 25 16:35:08.398 INFO Checking that binary works, target: Clickhouse
18382026-08-25T16:35:11.265ZAug 25 16:35:08.486 INFO Download complete, target: Clickhouse
18392026-08-25T16:35:14.962ZAug 25 16:35:13.153 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18402026-08-25T16:35:16.637ZAug 25 16:35:14.788 INFO Download complete, target: MaghemiteDdmd
18412026-08-25T16:35:18.503ZAug 25 16:35:16.676 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18422026-08-25T16:35:18.884ZAug 25 16:35:17.084 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18432026-08-25T16:35:20.241ZAug 25 16:35:18.416 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18442026-08-25T16:35:20.242ZAug 25 16:35:18.416 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18452026-08-25T16:35:20.895ZAug 25 16:35:19.085 INFO Download complete, target: DendriteStub
18462026-08-25T16:35:21.270ZAug 25 16:35:19.498 INFO Download complete, target: MaghemiteMgd
18472026-08-25T16:35:24.563ZAug 25 16:35:22.794 INFO Checking that binary works, target: Cockroach
18482026-08-25T16:35:24.675ZAug 25 16:35:22.904 INFO Download complete, target: Cockroach
18492026-08-25T16:35:24.698ZAll builder prerequisites installed successfully, and PATH looks valid
18502026-08-25T16:35:24.701Z
18512026-08-25T16:35:24.701Zreal 2:37.465257797
18522026-08-25T16:35:24.701Zuser 7:22.862860089
18532026-08-25T16:35:24.701Zsys 1:26.962336433
18542026-08-25T16:35:24.702Ztrap 0.246366136
18552026-08-25T16:35:24.702Ztflt 0.692446827
18562026-08-25T16:35:24.702Zdflt 0.986676500
18572026-08-25T16:35:24.702Zkflt 0.028020668
18582026-08-25T16:35:24.702Zlock 32:18.105082726
18592026-08-25T16:35:24.702Zslp 23:11.049743603
18602026-08-25T16:35:24.702Zlat 50.394970854
18612026-08-25T16:35:24.702Zstop 2:46.498439945
18622026-08-25T16:35:24.702Z+ banner hack-check
18632026-08-25T16:35:24.702Z
18642026-08-25T16:35:24.702Z # # ## #### # # #### # # ###### #### # #
18652026-08-25T16:35:24.702Z # # # # # # # # # # # # # # # # #
18662026-08-25T16:35:24.703Z ###### # # # #### ##### # ###### ##### # ####
18672026-08-25T16:35:24.703Z # # ###### # # # # # # # # # #
18682026-08-25T16:35:24.703Z # # # # # # # # # # # # # # # # #
18692026-08-25T16:35:24.703Z # # # # #### # # #### # # ###### #### # #
18702026-08-25T16:35:24.703Z
18712026-08-25T16:35:24.703Z+ export CARGO_INCREMENTAL=0
18722026-08-25T16:35:24.703Z+ CARGO_INCREMENTAL=0
18732026-08-25T16:35:24.703Z+ ptime -m timeout 2h cargo xtask check-features --ci
18742026-08-25T16:35:25.161Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18752026-08-25T16:35:25.446Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18762026-08-25T16:35:27.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
18772026-08-25T16:35:27.296Z Running `target/debug/xtask check-features --ci`
18782026-08-25T16:35:27.317Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18792026-08-25T16:35:27.317Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18802026-08-25T16:35:27.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18812026-08-25T16:35:27.765Z Running `target/debug/xtask download cargo-hack`
18822026-08-25T16:35:28.545Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18832026-08-25T16:35:28.848Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18842026-08-25T16:35:31.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s
18852026-08-25T16:35:31.597Z Running `target/debug/xtask-downloader cargo-hack`
18862026-08-25T16:35:31.661ZAug 25 16:35:29.860 INFO Starting download, target: CargoHack
18872026-08-25T16:35:31.731ZAug 25 16:35:29.860 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18882026-08-25T16:35:31.979ZAug 25 16:35:30.198 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18892026-08-25T16:35:32.048ZAug 25 16:35:30.245 INFO Download complete, target: CargoHack
18902026-08-25T16:35:32.143Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18912026-08-25T16:35:32.143Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18922026-08-25T16:35:32.283Zinfo: running `cargo check --bins` on api_identity (1/377)
18932026-08-25T16:35:32.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-08-25T16:35:32.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-08-25T16:35:32.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-08-25T16:35:32.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18972026-08-25T16:35:32.790Z
18982026-08-25T16:35:32.790Zinfo: running `cargo check --bins` on bootstore (2/377)
18992026-08-25T16:35:33.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-08-25T16:35:33.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-08-25T16:35:33.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-08-25T16:35:33.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19032026-08-25T16:35:33.327Z
19042026-08-25T16:35:33.328Zinfo: running `cargo check --bins` on omicron-ledger (3/377)
19052026-08-25T16:35:33.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-08-25T16:35:33.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-08-25T16:35:33.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-08-25T16:35:33.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19092026-08-25T16:35:33.938Z
19102026-08-25T16:35:33.938Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/377)
19112026-08-25T16:35:34.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-08-25T16:35:34.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-08-25T16:35:34.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-08-25T16:35:34.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19152026-08-25T16:35:34.422Z
19162026-08-25T16:35:34.422Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/377)
19172026-08-25T16:35:34.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-08-25T16:35:34.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-08-25T16:35:34.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-08-25T16:35:34.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19212026-08-25T16:35:34.951Z
19222026-08-25T16:35:34.951Zinfo: running `cargo check --bins` on omicron-certificates (6/377)
19232026-08-25T16:35:35.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-08-25T16:35:35.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-08-25T16:35:35.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-08-25T16:35:35.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19272026-08-25T16:35:35.500Z
19282026-08-25T16:35:35.500Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/377)
19292026-08-25T16:35:35.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-08-25T16:35:35.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-08-25T16:35:35.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-08-25T16:35:35.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19332026-08-25T16:35:36.064Z
19342026-08-25T16:35:36.064Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/377)
19352026-08-25T16:35:36.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-08-25T16:35:36.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-08-25T16:35:36.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-08-25T16:35:36.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19392026-08-25T16:35:36.621Z
19402026-08-25T16:35:36.621Zinfo: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/377)
19412026-08-25T16:35:36.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-08-25T16:35:37.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-08-25T16:35:37.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-08-25T16:35:37.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19452026-08-25T16:35:37.025Z
19462026-08-25T16:35:37.025Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/377)
19472026-08-25T16:35:37.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-08-25T16:35:37.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-08-25T16:35:37.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-08-25T16:35:37.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19512026-08-25T16:35:37.474Z
19522026-08-25T16:35:37.474Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/377)
19532026-08-25T16:35:37.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-08-25T16:35:37.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-08-25T16:35:37.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-08-25T16:35:37.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19572026-08-25T16:35:37.851Z
19582026-08-25T16:35:37.852Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/377)
19592026-08-25T16:35:38.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-08-25T16:35:38.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-08-25T16:35:38.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-08-25T16:35:38.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19632026-08-25T16:35:38.244Z
19642026-08-25T16:35:38.244Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/377)
19652026-08-25T16:35:38.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-08-25T16:35:38.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-08-25T16:35:38.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-08-25T16:35:38.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19692026-08-25T16:35:38.657Z
19702026-08-25T16:35:38.657Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/377)
19712026-08-25T16:35:39.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-08-25T16:35:39.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-08-25T16:35:39.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-08-25T16:35:39.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19752026-08-25T16:35:39.146Z
19762026-08-25T16:35:39.146Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/377)
19772026-08-25T16:35:39.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-08-25T16:35:39.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-08-25T16:35:39.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-08-25T16:35:39.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19812026-08-25T16:35:39.490Z
19822026-08-25T16:35:39.490Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/377)
19832026-08-25T16:35:40.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-08-25T16:35:40.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-08-25T16:35:40.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-08-25T16:35:40.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19872026-08-25T16:35:40.324Z
19882026-08-25T16:35:40.324Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/377)
19892026-08-25T16:35:40.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-08-25T16:35:40.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-08-25T16:35:40.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-08-25T16:35:40.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19932026-08-25T16:35:40.324Z
19942026-08-25T16:35:40.324Zinfo: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/377)
19952026-08-25T16:35:40.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-08-25T16:35:40.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-08-25T16:35:40.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-08-25T16:35:40.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19992026-08-25T16:35:40.717Z
20002026-08-25T16:35:40.717Zinfo: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/377)
20012026-08-25T16:35:41.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-08-25T16:35:41.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-08-25T16:35:41.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-08-25T16:35:41.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20052026-08-25T16:35:41.228Z
20062026-08-25T16:35:41.228Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/377)
20072026-08-25T16:35:41.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-08-25T16:35:41.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-08-25T16:35:41.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-08-25T16:35:41.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20112026-08-25T16:35:41.548Z
20122026-08-25T16:35:41.548Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/377)
20132026-08-25T16:35:41.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-08-25T16:35:41.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-08-25T16:35:41.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-08-25T16:35:41.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20172026-08-25T16:35:41.967Z
20182026-08-25T16:35:41.967Zinfo: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/377)
20192026-08-25T16:35:42.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-08-25T16:35:42.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-08-25T16:35:42.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-08-25T16:35:42.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20232026-08-25T16:35:42.381Z
20242026-08-25T16:35:42.381Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/377)
20252026-08-25T16:35:42.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-08-25T16:35:43.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-08-25T16:35:43.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-08-25T16:35:43.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20292026-08-25T16:35:43.163Z
20302026-08-25T16:35:43.164Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/377)
20312026-08-25T16:35:43.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-08-25T16:35:43.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-08-25T16:35:43.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-08-25T16:35:43.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20352026-08-25T16:35:43.164Z
20362026-08-25T16:35:43.164Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/377)
20372026-08-25T16:35:43.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-08-25T16:35:43.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-08-25T16:35:43.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-08-25T16:35:43.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20412026-08-25T16:35:43.638Z
20422026-08-25T16:35:43.638Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/377)
20432026-08-25T16:35:43.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-08-25T16:35:43.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-08-25T16:35:43.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-08-25T16:35:43.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20472026-08-25T16:35:43.965Z
20482026-08-25T16:35:43.965Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/377)
20492026-08-25T16:35:44.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-08-25T16:35:44.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-08-25T16:35:44.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-08-25T16:35:44.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20532026-08-25T16:35:44.460Z
20542026-08-25T16:35:44.460Zinfo: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/377)
20552026-08-25T16:35:44.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-08-25T16:35:44.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-08-25T16:35:44.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-08-25T16:35:44.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20592026-08-25T16:35:44.795Z
20602026-08-25T16:35:44.795Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/377)
20612026-08-25T16:35:45.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-08-25T16:35:45.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-08-25T16:35:45.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-08-25T16:35:45.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20652026-08-25T16:35:45.217Z
20662026-08-25T16:35:45.217Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/377)
20672026-08-25T16:35:45.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-08-25T16:35:45.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-08-25T16:35:45.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-08-25T16:35:45.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20712026-08-25T16:35:45.594Z
20722026-08-25T16:35:45.595Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/377)
20732026-08-25T16:35:45.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-08-25T16:35:46.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-08-25T16:35:46.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-08-25T16:35:46.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20772026-08-25T16:35:46.024Z
20782026-08-25T16:35:46.024Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/377)
20792026-08-25T16:35:46.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-08-25T16:35:46.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-08-25T16:35:46.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-08-25T16:35:46.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20832026-08-25T16:35:46.431Z
20842026-08-25T16:35:46.431Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/377)
20852026-08-25T16:35:46.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-08-25T16:35:46.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-08-25T16:35:46.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-08-25T16:35:46.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20892026-08-25T16:35:46.843Z
20902026-08-25T16:35:46.843Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/377)
20912026-08-25T16:35:47.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-08-25T16:35:47.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-08-25T16:35:47.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-08-25T16:35:47.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20952026-08-25T16:35:47.227Z
20962026-08-25T16:35:47.227Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/377)
20972026-08-25T16:35:47.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-08-25T16:35:47.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-08-25T16:35:47.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-08-25T16:35:47.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21012026-08-25T16:35:47.698Z
21022026-08-25T16:35:47.699Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/377)
21032026-08-25T16:35:47.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-08-25T16:35:47.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-08-25T16:35:47.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-08-25T16:35:47.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21072026-08-25T16:35:48.049Z
21082026-08-25T16:35:48.050Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/377)
21092026-08-25T16:35:48.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-08-25T16:35:48.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-08-25T16:35:48.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-08-25T16:35:48.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21132026-08-25T16:35:48.446Z
21142026-08-25T16:35:48.446Zinfo: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/377)
21152026-08-25T16:35:48.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-08-25T16:35:48.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-08-25T16:35:48.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-08-25T16:35:48.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21192026-08-25T16:35:48.867Z
21202026-08-25T16:35:48.867Zinfo: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/377)
21212026-08-25T16:35:49.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-08-25T16:35:49.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-08-25T16:35:49.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-08-25T16:35:49.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21252026-08-25T16:35:49.271Z
21262026-08-25T16:35:49.271Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/377)
21272026-08-25T16:35:49.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-08-25T16:35:49.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-08-25T16:35:49.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-08-25T16:35:49.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21312026-08-25T16:35:49.712Z
21322026-08-25T16:35:49.713Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/377)
21332026-08-25T16:35:50.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-08-25T16:35:50.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-08-25T16:35:50.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-08-25T16:35:50.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21372026-08-25T16:35:50.105Z
21382026-08-25T16:35:50.105Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/377)
21392026-08-25T16:35:50.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-08-25T16:35:50.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-08-25T16:35:50.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-08-25T16:35:50.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21432026-08-25T16:35:50.514Z
21442026-08-25T16:35:50.514Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/377)
21452026-08-25T16:35:50.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-08-25T16:35:50.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-08-25T16:35:50.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-08-25T16:35:50.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21492026-08-25T16:35:50.926Z
21502026-08-25T16:35:50.926Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/377)
21512026-08-25T16:35:51.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-08-25T16:35:51.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-08-25T16:35:51.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-08-25T16:35:51.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21552026-08-25T16:35:51.359Z
21562026-08-25T16:35:51.359Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/377)
21572026-08-25T16:35:51.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-08-25T16:35:51.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-08-25T16:35:51.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-08-25T16:35:51.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21612026-08-25T16:35:51.764Z
21622026-08-25T16:35:51.764Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/377)
21632026-08-25T16:35:52.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-08-25T16:35:52.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-08-25T16:35:52.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-08-25T16:35:52.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21672026-08-25T16:35:52.212Z
21682026-08-25T16:35:52.213Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/377)
21692026-08-25T16:35:52.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-08-25T16:35:52.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-08-25T16:35:52.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-08-25T16:35:52.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21732026-08-25T16:35:52.648Z
21742026-08-25T16:35:52.648Zinfo: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/377)
21752026-08-25T16:35:52.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-08-25T16:35:52.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-08-25T16:35:52.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-08-25T16:35:52.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21792026-08-25T16:35:53.031Z
21802026-08-25T16:35:53.031Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/377)
21812026-08-25T16:35:53.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-08-25T16:35:53.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-08-25T16:35:53.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-08-25T16:35:53.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21852026-08-25T16:35:53.510Z
21862026-08-25T16:35:53.510Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/377)
21872026-08-25T16:35:53.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-08-25T16:35:53.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-08-25T16:35:53.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-08-25T16:35:53.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21912026-08-25T16:35:53.918Z
21922026-08-25T16:35:53.918Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/377)
21932026-08-25T16:35:54.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-08-25T16:35:54.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-08-25T16:35:54.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-08-25T16:35:54.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21972026-08-25T16:35:54.438Z
21982026-08-25T16:35:54.438Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/377)
21992026-08-25T16:35:54.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-08-25T16:35:54.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-08-25T16:35:54.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-08-25T16:35:54.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22032026-08-25T16:35:54.808Z
22042026-08-25T16:35:54.808Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/377)
22052026-08-25T16:35:55.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-08-25T16:35:55.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-08-25T16:35:55.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-08-25T16:35:55.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22092026-08-25T16:35:55.103Z
22102026-08-25T16:35:55.103Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/377)
22112026-08-25T16:35:55.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-08-25T16:35:55.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-08-25T16:35:55.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-08-25T16:35:55.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22152026-08-25T16:35:55.520Z
22162026-08-25T16:35:55.520Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/377)
22172026-08-25T16:35:55.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-08-25T16:35:55.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-08-25T16:35:55.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-08-25T16:35:55.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22212026-08-25T16:35:55.929Z
22222026-08-25T16:35:55.929Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/377)
22232026-08-25T16:35:56.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-08-25T16:35:56.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-08-25T16:35:56.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-08-25T16:35:56.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22272026-08-25T16:35:56.344Z
22282026-08-25T16:35:56.344Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/377)
22292026-08-25T16:35:56.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-08-25T16:35:56.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-08-25T16:35:56.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-08-25T16:35:56.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22332026-08-25T16:35:56.774Z
22342026-08-25T16:35:56.774Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/377)
22352026-08-25T16:35:57.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-08-25T16:35:57.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-08-25T16:35:57.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-08-25T16:35:57.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22392026-08-25T16:35:57.191Z
22402026-08-25T16:35:57.191Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/377)
22412026-08-25T16:35:57.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-08-25T16:35:57.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-08-25T16:35:57.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-08-25T16:35:57.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22452026-08-25T16:35:57.598Z
22462026-08-25T16:35:57.598Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/377)
22472026-08-25T16:35:57.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-08-25T16:35:57.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-08-25T16:35:57.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502026-08-25T16:35:57.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22512026-08-25T16:35:58.007Z
22522026-08-25T16:35:58.007Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/377)
22532026-08-25T16:35:58.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542026-08-25T16:35:58.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552026-08-25T16:35:58.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562026-08-25T16:35:58.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22572026-08-25T16:35:58.597Z
22582026-08-25T16:35:58.597Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/377)
22592026-08-25T16:35:58.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602026-08-25T16:35:58.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612026-08-25T16:35:58.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622026-08-25T16:35:58.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22632026-08-25T16:35:58.947Z
22642026-08-25T16:35:58.947Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/377)
22652026-08-25T16:35:59.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662026-08-25T16:35:59.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672026-08-25T16:35:59.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22682026-08-25T16:35:59.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22692026-08-25T16:35:59.317Z
22702026-08-25T16:35:59.317Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/377)
22712026-08-25T16:35:59.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722026-08-25T16:35:59.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732026-08-25T16:35:59.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22742026-08-25T16:35:59.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22752026-08-25T16:35:59.865Z
22762026-08-25T16:35:59.866Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/377)
22772026-08-25T16:36:00.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22782026-08-25T16:36:00.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22792026-08-25T16:36:00.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22802026-08-25T16:36:00.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22812026-08-25T16:36:00.205Z
22822026-08-25T16:36:00.205Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/377)
22832026-08-25T16:36:00.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22842026-08-25T16:36:00.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22852026-08-25T16:36:00.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22862026-08-25T16:36:00.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22872026-08-25T16:36:00.667Z
22882026-08-25T16:36:00.667Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/377)
22892026-08-25T16:36:00.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22902026-08-25T16:36:00.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22912026-08-25T16:36:00.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22922026-08-25T16:36:00.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22932026-08-25T16:36:00.975Z
22942026-08-25T16:36:00.975Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/377)
22952026-08-25T16:36:01.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22962026-08-25T16:36:01.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22972026-08-25T16:36:01.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22982026-08-25T16:36:01.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22992026-08-25T16:36:01.456Z
23002026-08-25T16:36:01.456Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/377)
23012026-08-25T16:36:02.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23022026-08-25T16:36:02.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23032026-08-25T16:36:02.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23042026-08-25T16:36:02.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23052026-08-25T16:36:02.195Z
23062026-08-25T16:36:02.195Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/377)
23072026-08-25T16:36:02.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23082026-08-25T16:36:02.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23092026-08-25T16:36:02.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23102026-08-25T16:36:02.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23112026-08-25T16:36:02.203Z
23122026-08-25T16:36:02.203Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/377)
23132026-08-25T16:36:02.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23142026-08-25T16:36:02.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23152026-08-25T16:36:02.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23162026-08-25T16:36:02.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23172026-08-25T16:36:02.666Z
23182026-08-25T16:36:02.666Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/377)
23192026-08-25T16:36:02.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23202026-08-25T16:36:03.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23212026-08-25T16:36:03.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23222026-08-25T16:36:03.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23232026-08-25T16:36:03.027Z
23242026-08-25T16:36:03.027Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/377)
23252026-08-25T16:36:03.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23262026-08-25T16:36:03.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23272026-08-25T16:36:03.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23282026-08-25T16:36:03.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23292026-08-25T16:36:03.523Z
23302026-08-25T16:36:03.523Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/377)
23312026-08-25T16:36:03.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23322026-08-25T16:36:04.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23332026-08-25T16:36:04.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23342026-08-25T16:36:04.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23352026-08-25T16:36:04.059Z
23362026-08-25T16:36:04.059Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/377)
23372026-08-25T16:36:04.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23382026-08-25T16:36:04.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23392026-08-25T16:36:04.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23402026-08-25T16:36:04.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23412026-08-25T16:36:04.290Z
23422026-08-25T16:36:04.291Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/377)
23432026-08-25T16:36:04.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23442026-08-25T16:36:04.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23452026-08-25T16:36:04.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23462026-08-25T16:36:04.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23472026-08-25T16:36:04.688Z
23482026-08-25T16:36:04.689Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/377)
23492026-08-25T16:36:05.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23502026-08-25T16:36:05.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23512026-08-25T16:36:05.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23522026-08-25T16:36:05.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23532026-08-25T16:36:05.109Z
23542026-08-25T16:36:05.109Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/377)
23552026-08-25T16:36:05.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23562026-08-25T16:36:05.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23572026-08-25T16:36:05.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23582026-08-25T16:36:05.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23592026-08-25T16:36:05.527Z
23602026-08-25T16:36:05.527Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/377)
23612026-08-25T16:36:05.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23622026-08-25T16:36:05.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23632026-08-25T16:36:05.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23642026-08-25T16:36:05.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23652026-08-25T16:36:05.981Z
23662026-08-25T16:36:05.981Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/377)
23672026-08-25T16:36:06.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23682026-08-25T16:36:06.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23692026-08-25T16:36:06.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23702026-08-25T16:36:06.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23712026-08-25T16:36:06.356Z
23722026-08-25T16:36:06.356Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/377)
23732026-08-25T16:36:06.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23742026-08-25T16:36:06.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23752026-08-25T16:36:06.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23762026-08-25T16:36:06.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23772026-08-25T16:36:06.772Z
23782026-08-25T16:36:06.772Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/377)
23792026-08-25T16:36:07.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802026-08-25T16:36:07.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812026-08-25T16:36:07.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23822026-08-25T16:36:07.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23832026-08-25T16:36:07.184Z
23842026-08-25T16:36:07.184Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/377)
23852026-08-25T16:36:07.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862026-08-25T16:36:07.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872026-08-25T16:36:07.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23882026-08-25T16:36:07.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23892026-08-25T16:36:07.646Z
23902026-08-25T16:36:07.646Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/377)
23912026-08-25T16:36:07.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922026-08-25T16:36:07.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932026-08-25T16:36:07.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23942026-08-25T16:36:07.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23952026-08-25T16:36:08.021Z
23962026-08-25T16:36:08.021Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/377)
23972026-08-25T16:36:08.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982026-08-25T16:36:08.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992026-08-25T16:36:08.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24002026-08-25T16:36:08.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24012026-08-25T16:36:08.458Z
24022026-08-25T16:36:08.458Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/377)
24032026-08-25T16:36:08.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042026-08-25T16:36:08.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052026-08-25T16:36:08.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24062026-08-25T16:36:08.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24072026-08-25T16:36:08.863Z
24082026-08-25T16:36:08.863Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/377)
24092026-08-25T16:36:09.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102026-08-25T16:36:09.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112026-08-25T16:36:09.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24122026-08-25T16:36:09.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24132026-08-25T16:36:09.284Z
24142026-08-25T16:36:09.284Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/377)
24152026-08-25T16:36:09.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162026-08-25T16:36:09.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172026-08-25T16:36:09.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24182026-08-25T16:36:09.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24192026-08-25T16:36:09.703Z
24202026-08-25T16:36:09.703Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (89/377)
24212026-08-25T16:36:10.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222026-08-25T16:36:10.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232026-08-25T16:36:10.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24242026-08-25T16:36:10.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24252026-08-25T16:36:10.309Z
24262026-08-25T16:36:10.309Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/377)
24272026-08-25T16:36:10.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282026-08-25T16:36:10.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292026-08-25T16:36:10.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24302026-08-25T16:36:10.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24312026-08-25T16:36:10.931Z
24322026-08-25T16:36:10.931Zinfo: running `cargo check --bins` on nexus-config (91/377)
24332026-08-25T16:36:11.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342026-08-25T16:36:11.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352026-08-25T16:36:11.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24362026-08-25T16:36:11.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24372026-08-25T16:36:11.513Z
24382026-08-25T16:36:11.513Zinfo: running `cargo check --bins` on nexus-types (92/377)
24392026-08-25T16:36:12.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402026-08-25T16:36:12.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412026-08-25T16:36:12.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422026-08-25T16:36:12.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24432026-08-25T16:36:12.121Z
24442026-08-25T16:36:12.121Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/377)
24452026-08-25T16:36:12.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462026-08-25T16:36:12.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472026-08-25T16:36:12.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482026-08-25T16:36:12.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24492026-08-25T16:36:12.673Z
24502026-08-25T16:36:12.674Zinfo: running `cargo check --bins` on omicron-passwords (94/377)
24512026-08-25T16:36:13.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522026-08-25T16:36:13.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532026-08-25T16:36:13.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24542026-08-25T16:36:13.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
24552026-08-25T16:36:13.232Z
24562026-08-25T16:36:13.232Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (95/377)
24572026-08-25T16:36:13.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582026-08-25T16:36:13.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592026-08-25T16:36:13.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602026-08-25T16:36:13.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24612026-08-25T16:36:13.796Z
24622026-08-25T16:36:13.796Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/377)
24632026-08-25T16:36:14.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642026-08-25T16:36:14.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652026-08-25T16:36:14.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24662026-08-25T16:36:14.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24672026-08-25T16:36:14.358Z
24682026-08-25T16:36:14.358Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/377)
24692026-08-25T16:36:14.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702026-08-25T16:36:14.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712026-08-25T16:36:14.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24722026-08-25T16:36:14.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24732026-08-25T16:36:14.936Z
24742026-08-25T16:36:14.936Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/377)
24752026-08-25T16:36:15.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762026-08-25T16:36:15.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772026-08-25T16:36:15.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24782026-08-25T16:36:15.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24792026-08-25T16:36:15.521Z
24802026-08-25T16:36:15.521Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/377)
24812026-08-25T16:36:15.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822026-08-25T16:36:15.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832026-08-25T16:36:15.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24842026-08-25T16:36:15.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
24852026-08-25T16:36:16.066Z
24862026-08-25T16:36:16.066Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/377)
24872026-08-25T16:36:16.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882026-08-25T16:36:16.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892026-08-25T16:36:16.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24902026-08-25T16:36:16.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24912026-08-25T16:36:16.634Z
24922026-08-25T16:36:16.634Zinfo: running `cargo check --bins --no-default-features` on gfss (101/377)
24932026-08-25T16:36:17.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942026-08-25T16:36:17.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952026-08-25T16:36:17.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24962026-08-25T16:36:17.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
24972026-08-25T16:36:17.168Z
24982026-08-25T16:36:17.168Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/377)
24992026-08-25T16:36:17.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002026-08-25T16:36:17.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012026-08-25T16:36:17.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25022026-08-25T16:36:17.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25032026-08-25T16:36:17.702Z
25042026-08-25T16:36:17.702Zinfo: running `cargo check --bins` on trust-quorum-types (103/377)
25052026-08-25T16:36:18.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062026-08-25T16:36:18.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072026-08-25T16:36:18.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25082026-08-25T16:36:18.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25092026-08-25T16:36:18.296Z
25102026-08-25T16:36:18.296Zinfo: running `cargo check --bins` on wicketd-commission-types (104/377)
25112026-08-25T16:36:18.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122026-08-25T16:36:18.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132026-08-25T16:36:18.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25142026-08-25T16:36:18.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25152026-08-25T16:36:18.804Z
25162026-08-25T16:36:18.804Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (105/377)
25172026-08-25T16:36:19.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182026-08-25T16:36:19.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192026-08-25T16:36:19.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25202026-08-25T16:36:19.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25212026-08-25T16:36:19.365Z
25222026-08-25T16:36:19.365Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (106/377)
25232026-08-25T16:36:19.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242026-08-25T16:36:19.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252026-08-25T16:36:19.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25262026-08-25T16:36:19.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25272026-08-25T16:36:19.927Z
25282026-08-25T16:36:19.928Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/377)
25292026-08-25T16:36:20.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302026-08-25T16:36:20.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312026-08-25T16:36:20.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322026-08-25T16:36:20.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25332026-08-25T16:36:20.526Z
25342026-08-25T16:36:20.526Zinfo: running `cargo check --bins` on clickhouse-admin-types (108/377)
25352026-08-25T16:36:20.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362026-08-25T16:36:20.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372026-08-25T16:36:20.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382026-08-25T16:36:20.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25392026-08-25T16:36:21.032Z
25402026-08-25T16:36:21.032Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (109/377)
25412026-08-25T16:36:21.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422026-08-25T16:36:21.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432026-08-25T16:36:21.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442026-08-25T16:36:21.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25452026-08-25T16:36:21.591Z
25462026-08-25T16:36:21.591Zinfo: running `cargo check --bins` on cockroach-admin-types (110/377)
25472026-08-25T16:36:22.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482026-08-25T16:36:22.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492026-08-25T16:36:22.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25502026-08-25T16:36:22.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25512026-08-25T16:36:22.185Z
25522026-08-25T16:36:22.185Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (111/377)
25532026-08-25T16:36:22.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542026-08-25T16:36:22.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552026-08-25T16:36:22.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562026-08-25T16:36:22.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25572026-08-25T16:36:22.688Z
25582026-08-25T16:36:22.688Zinfo: running `cargo check --bins` on ereport-types (112/377)
25592026-08-25T16:36:23.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602026-08-25T16:36:23.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612026-08-25T16:36:23.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622026-08-25T16:36:23.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25632026-08-25T16:36:23.252Z
25642026-08-25T16:36:23.252Zinfo: running `cargo check --bins` on gateway-client (113/377)
25652026-08-25T16:36:23.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662026-08-25T16:36:23.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672026-08-25T16:36:23.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682026-08-25T16:36:23.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25692026-08-25T16:36:23.799Z
25702026-08-25T16:36:23.799Zinfo: running `cargo check --bins --no-default-features` on gateway-types (114/377)
25712026-08-25T16:36:24.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722026-08-25T16:36:24.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732026-08-25T16:36:24.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25742026-08-25T16:36:24.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25752026-08-25T16:36:24.358Z
25762026-08-25T16:36:24.359Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/377)
25772026-08-25T16:36:24.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782026-08-25T16:36:24.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792026-08-25T16:36:24.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25802026-08-25T16:36:24.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25812026-08-25T16:36:24.906Z
25822026-08-25T16:36:24.906Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (116/377)
25832026-08-25T16:36:25.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842026-08-25T16:36:25.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852026-08-25T16:36:25.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25862026-08-25T16:36:25.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25872026-08-25T16:36:25.490Z
25882026-08-25T16:36:25.490Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/377)
25892026-08-25T16:36:25.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902026-08-25T16:36:25.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912026-08-25T16:36:25.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25922026-08-25T16:36:25.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25932026-08-25T16:36:26.084Z
25942026-08-25T16:36:26.084Zinfo: running `cargo check --bins` on key-manager-types (118/377)
25952026-08-25T16:36:26.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962026-08-25T16:36:26.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972026-08-25T16:36:26.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982026-08-25T16:36:26.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25992026-08-25T16:36:26.764Z
26002026-08-25T16:36:26.764Zinfo: running `cargo check --bins` on oxlog (119/377)
26012026-08-25T16:36:27.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022026-08-25T16:36:27.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032026-08-25T16:36:27.243Z Checking cfg-if v1.0.4
26042026-08-25T16:36:27.374Z Checking serde_core v1.0.228
26052026-08-25T16:36:27.423Z Checking libc v0.2.185
26062026-08-25T16:36:27.423Z Checking memchr v2.8.0
26072026-08-25T16:36:27.423Z Checking smallvec v1.15.1
26082026-08-25T16:36:27.423Z Checking log v0.4.33
26092026-08-25T16:36:27.423Z Checking subtle v2.6.1
26102026-08-25T16:36:27.423Z Checking itoa v1.0.17
26112026-08-25T16:36:27.423Z Checking typenum v1.20.1
26122026-08-25T16:36:27.497Z Checking scopeguard v1.2.0
26132026-08-25T16:36:27.507Z Checking stable_deref_trait v1.2.1
26142026-08-25T16:36:27.530Z Checking zerofrom v0.1.6
26152026-08-25T16:36:27.542Z Checking rand_core v0.10.0
26162026-08-25T16:36:27.576Z Checking portable-atomic v1.13.1
26172026-08-25T16:36:27.593Z Checking lock_api v0.4.14
26182026-08-25T16:36:27.643Z Checking yoke v0.8.1
26192026-08-25T16:36:27.668Z Checking critical-section v1.2.0
26202026-08-25T16:36:27.689Z Checking pin-project-lite v0.2.17
26212026-08-25T16:36:27.707Z Checking errno v0.3.14
26222026-08-25T16:36:27.751Z Checking getrandom v0.4.3
26232026-08-25T16:36:27.780Z Checking libm v0.2.16
26242026-08-25T16:36:27.797Z Checking zerocopy v0.8.55
26252026-08-25T16:36:27.797Z Checking zerovec v0.11.5
26262026-08-25T16:36:27.835Z Checking zmij v1.0.21
26272026-08-25T16:36:27.896Z Checking signal-hook-registry v1.4.8
26282026-08-25T16:36:27.975Z Checking once_cell v1.21.3
26292026-08-25T16:36:28.015Z Checking parking_lot_core v0.9.12
26302026-08-25T16:36:28.042Z Checking getrandom v0.2.17
26312026-08-25T16:36:28.106Z Checking litemap v0.8.1
26322026-08-25T16:36:28.143Z Checking percent-encoding v2.3.2
26332026-08-25T16:36:28.206Z Checking writeable v0.6.2
26342026-08-25T16:36:28.247Z Checking futures-core v0.3.32
26352026-08-25T16:36:28.266Z Checking tinystr v0.8.2
26362026-08-25T16:36:28.282Z Checking potential_utf v0.1.4
26372026-08-25T16:36:28.300Z Checking rand_core v0.6.4
26382026-08-25T16:36:28.315Z Checking parking_lot v0.12.5
26392026-08-25T16:36:28.344Z Checking zerotrie v0.2.3
26402026-08-25T16:36:28.394Z Checking icu_locale_core v2.1.1
26412026-08-25T16:36:28.414Z Checking mio v1.2.0
26422026-08-25T16:36:28.453Z Checking equivalent v1.0.2
26432026-08-25T16:36:28.470Z Checking num-traits v0.2.19
26442026-08-25T16:36:28.519Z Checking icu_collections v2.1.1
26452026-08-25T16:36:28.569Z Checking const-oid v0.9.6
26462026-08-25T16:36:28.590Z Checking socket2 v0.6.3
26472026-08-25T16:36:28.680Z Checking icu_properties_data v2.1.2
26482026-08-25T16:36:28.813Z Checking serde v1.0.228
26492026-08-25T16:36:28.890Z Checking bitflags v2.11.0
26502026-08-25T16:36:28.891Z Checking serde_json v1.0.151
26512026-08-25T16:36:28.891Z Checking icu_normalizer_data v2.1.1
26522026-08-25T16:36:28.940Z Checking byteorder v1.5.0
26532026-08-25T16:36:28.961Z Checking icu_provider v2.1.1
26542026-08-25T16:36:28.997Z Checking hashbrown v0.17.0
26552026-08-25T16:36:29.028Z Checking futures-sink v0.3.32
26562026-08-25T16:36:29.087Z Checking futures-task v0.3.32
26572026-08-25T16:36:29.100Z Checking futures-channel v0.3.32
26582026-08-25T16:36:29.789Z Checking icu_properties v2.1.2
26592026-08-25T16:36:29.867Z Checking zeroize v1.9.0
26602026-08-25T16:36:29.867Z Checking bytes v1.11.1
26612026-08-25T16:36:29.867Z Checking icu_normalizer v2.1.1
26622026-08-25T16:36:29.867Z Checking utf8_iter v1.0.4
26632026-08-25T16:36:29.868Z Checking generic-array v0.14.7
26642026-08-25T16:36:29.868Z Checking slab v0.4.12
26652026-08-25T16:36:29.868Z Checking indexmap v2.14.0
26662026-08-25T16:36:29.868Z Checking futures-io v0.3.32
26672026-08-25T16:36:29.868Z Checking rustix v1.1.4
26682026-08-25T16:36:29.868Z Checking form_urlencoded v1.2.2
26692026-08-25T16:36:29.868Z Checking futures-util v0.3.32
26702026-08-25T16:36:29.868Z Checking tokio v1.52.1
26712026-08-25T16:36:29.868Z Checking cmov v0.5.4
26722026-08-25T16:36:29.868Z Checking crypto-common v0.1.7
26732026-08-25T16:36:29.922Z Checking ctutils v0.4.2
26742026-08-25T16:36:29.950Z Checking block-buffer v0.10.4
26752026-08-25T16:36:29.994Z Checking idna_adapter v1.2.1
26762026-08-25T16:36:30.027Z Checking getrandom v0.3.4
26772026-08-25T16:36:30.051Z Checking fnv v1.0.7
26782026-08-25T16:36:30.069Z Checking idna v1.1.0
26792026-08-25T16:36:30.082Z Checking hybrid-array v0.4.13
26802026-08-25T16:36:30.106Z Checking base64ct v1.8.3
26812026-08-25T16:36:30.137Z Checking digest v0.10.7
26822026-08-25T16:36:30.314Z Checking url v2.5.8
26832026-08-25T16:36:30.350Z Checking pem-rfc7468 v0.7.0
26842026-08-25T16:36:30.372Z Checking iana-time-zone v0.1.65
26852026-08-25T16:36:30.372Z Checking flagset v0.4.7
26862026-08-25T16:36:30.465Z Checking chrono v0.4.45
26872026-08-25T16:36:30.482Z Checking uuid v1.23.4
26882026-08-25T16:36:30.496Z Checking der v0.7.10
26892026-08-25T16:36:30.545Z Checking ppv-lite86 v0.2.21
26902026-08-25T16:36:30.740Z Checking base64 v0.22.1
26912026-08-25T16:36:30.778Z Checking regex-syntax v0.8.10
26922026-08-25T16:36:30.803Z Checking http v1.4.2
26932026-08-25T16:36:30.839Z Checking block-buffer v0.12.1
26942026-08-25T16:36:30.967Z Checking crypto-common v0.2.2
26952026-08-25T16:36:30.996Z Checking tracing-core v0.1.36
26962026-08-25T16:36:31.215Z Checking spki v0.7.3
26972026-08-25T16:36:31.289Z Checking dyn-clone v1.0.20
26982026-08-25T16:36:31.303Z Checking simd-adler32 v0.3.8
26992026-08-25T16:36:31.354Z Checking http-body v1.0.1
27002026-08-25T16:36:31.373Z Checking pkcs8 v0.10.2
27012026-08-25T16:36:31.388Z Checking tracing v0.1.44
27022026-08-25T16:36:31.456Z Checking rand_core v0.9.5
27032026-08-25T16:36:31.536Z Checking rustls-pki-types v1.14.0
27042026-08-25T16:36:31.594Z Checking semver v1.0.28
27052026-08-25T16:36:31.594Z Checking spin v0.9.8
27062026-08-25T16:36:31.594Z Checking adler2 v2.0.1
27072026-08-25T16:36:31.615Z Checking anstyle v1.0.14
27082026-08-25T16:36:31.635Z Checking tinyvec_macros v0.1.1
27092026-08-25T16:36:31.685Z Checking utf8parse v0.2.2
27102026-08-25T16:36:31.727Z Checking openssl-probe v0.2.1
27112026-08-25T16:36:31.727Z Checking schemars v0.8.22
27122026-08-25T16:36:31.759Z Checking tinyvec v1.10.0
27132026-08-25T16:36:31.767Z Checking miniz_oxide v0.8.9
27142026-08-25T16:36:31.767Z Checking anstyle-parse v1.0.0
27152026-08-25T16:36:31.779Z Checking terminal_size v0.4.3
27162026-08-25T16:36:31.787Z Checking aws-lc-sys v0.40.0
27172026-08-25T16:36:31.882Z Checking thiserror v2.0.18
27182026-08-25T16:36:31.924Z Checking atomic-waker v1.1.2
27192026-08-25T16:36:31.985Z Checking colorchoice v1.0.4
27202026-08-25T16:36:32.007Z Checking untrusted v0.7.1
27212026-08-25T16:36:32.032Z Checking anstyle-query v1.1.5
27222026-08-25T16:36:32.045Z Checking tower-service v0.3.3
27232026-08-25T16:36:32.072Z Checking fastrand v2.3.0
27242026-08-25T16:36:32.092Z Checking try-lock v0.2.5
27252026-08-25T16:36:32.129Z Checking tower-layer v0.3.3
27262026-08-25T16:36:32.165Z Checking is_terminal_polyfill v1.70.2
27272026-08-25T16:36:32.165Z Checking rand_chacha v0.9.0
27282026-08-25T16:36:32.199Z Checking want v0.3.1
27292026-08-25T16:36:32.235Z Checking anstream v1.0.0
27302026-08-25T16:36:32.248Z Checking tempfile v3.27.0
27312026-08-25T16:36:32.248Z Checking block-padding v0.4.2
27322026-08-25T16:36:32.286Z Checking aws-lc-rs v1.16.3
27332026-08-25T16:36:32.312Z Checking ipnet v2.12.0
27342026-08-25T16:36:32.324Z Checking httparse v1.10.1
27352026-08-25T16:36:32.338Z Checking crc32fast v1.5.0
27362026-08-25T16:36:32.380Z Checking aho-corasick v1.1.4
27372026-08-25T16:36:32.394Z Checking foreign-types-shared v0.1.1
27382026-08-25T16:36:32.944Z Checking httpdate v1.0.3
27392026-08-25T16:36:33.052Z Checking cpufeatures v0.2.17
27402026-08-25T16:36:33.052Z Checking untrusted v0.9.0
27412026-08-25T16:36:33.052Z Checking const-oid v0.10.2
27422026-08-25T16:36:33.052Z Checking tap v1.0.1
27432026-08-25T16:36:33.052Z Checking plain v0.2.3
27442026-08-25T16:36:33.052Z Checking foreign-types v0.3.2
27452026-08-25T16:36:33.052Z Checking inout v0.2.2
27462026-08-25T16:36:33.053Z Checking wyz v0.5.1
27472026-08-25T16:36:33.053Z Checking rand v0.9.2
27482026-08-25T16:36:33.053Z Checking unicode-normalization v0.1.25
27492026-08-25T16:36:33.053Z Checking digest v0.11.3
27502026-08-25T16:36:33.053Z Checking rand_chacha v0.3.1
27512026-08-25T16:36:33.053Z Checking signature v2.2.0
27522026-08-25T16:36:33.053Z Checking radium v0.7.0
27532026-08-25T16:36:33.053Z Checking tokio-util v0.7.18
27542026-08-25T16:36:33.053Z Checking hex v0.4.3
27552026-08-25T16:36:33.053Z Checking num-integer v0.1.46
27562026-08-25T16:36:33.089Z Checking openssl-sys v0.9.117
27572026-08-25T16:36:33.089Z Checking regex-automata v0.4.14
27582026-08-25T16:36:33.089Z Checking socket2 v0.5.10
27592026-08-25T16:36:33.151Z Checking wait-timeout v0.2.1
27602026-08-25T16:36:33.192Z Checking rustls-webpki v0.103.13
27612026-08-25T16:36:33.192Z Checking bit-vec v0.8.0
27622026-08-25T16:36:33.192Z Checking clap_lex v1.0.0
27632026-08-25T16:36:33.263Z Checking ucd-trie v0.1.7
27642026-08-25T16:36:33.313Z Checking funty v2.0.0
27652026-08-25T16:36:33.320Z Checking unicode-ident v1.0.24
27662026-08-25T16:36:33.343Z Checking quick-error v1.2.3
27672026-08-25T16:36:33.370Z Checking cpufeatures v0.3.0
27682026-08-25T16:36:33.401Z Checking strsim v0.11.1
27692026-08-25T16:36:33.420Z Checking proc-macro2 v1.0.106
27702026-08-25T16:36:33.431Z Checking openssl v0.10.80
27712026-08-25T16:36:33.443Z Checking rusty-fork v0.3.1
27722026-08-25T16:36:33.497Z Checking h2 v0.4.15
27732026-08-25T16:36:33.552Z Checking clap_builder v4.6.0
27742026-08-25T16:36:33.570Z Checking rustls v0.23.41
27752026-08-25T16:36:33.594Z Checking bitvec v1.0.1
27762026-08-25T16:36:33.607Z Checking pest v2.8.6
27772026-08-25T16:36:33.746Z Checking bit-set v0.8.0
27782026-08-25T16:36:33.874Z Checking num-iter v0.1.45
27792026-08-25T16:36:33.984Z Checking rand v0.8.6
27802026-08-25T16:36:34.555Z Checking cipher v0.5.2
27812026-08-25T16:36:34.653Z Checking sha2 v0.10.9
27822026-08-25T16:36:34.724Z Checking lazy_static v1.5.0
27832026-08-25T16:36:34.758Z Checking rand_xorshift v0.4.0
27842026-08-25T16:36:34.810Z Checking thiserror v1.0.69
27852026-08-25T16:36:34.875Z Checking maybe-uninit v2.0.0
27862026-08-25T16:36:34.888Z Checking toml_datetime v0.6.11
27872026-08-25T16:36:34.905Z Checking serde_spanned v0.6.9
27882026-08-25T16:36:34.922Z Checking sync_wrapper v1.0.2
27892026-08-25T16:36:34.951Z Checking zlib-rs v0.6.2
27902026-08-25T16:36:34.976Z Checking unarray v0.1.4
27912026-08-25T16:36:35.047Z Checking nodrop v0.1.14
27922026-08-25T16:36:35.063Z Checking siphasher v1.0.2
27932026-08-25T16:36:35.063Z Checking powerfmt v0.2.0
27942026-08-25T16:36:35.079Z Checking crc-catalog v2.4.0
27952026-08-25T16:36:35.095Z Checking pretty-hex v0.4.1
27962026-08-25T16:36:35.147Z Checking crc v3.4.0
27972026-08-25T16:36:35.168Z Checking array-init v0.0.4
27982026-08-25T16:36:35.186Z Checking deranged v0.5.8
27992026-08-25T16:36:35.202Z Checking proptest v1.11.0
28002026-08-25T16:36:35.319Z Checking tower v0.5.3
28012026-08-25T16:36:35.428Z Checking native-tls v0.2.18
28022026-08-25T16:36:35.453Z Checking smallvec v0.6.14
28032026-08-25T16:36:35.592Z Checking packed_struct v0.10.1
28042026-08-25T16:36:35.636Z Checking num-bigint-dig v0.8.6
28052026-08-25T16:36:35.693Z Checking clap v4.6.1
28062026-08-25T16:36:35.773Z Checking chacha20 v0.10.0
28072026-08-25T16:36:35.791Z Checking quote v1.0.45
28082026-08-25T16:36:36.241Z Checking flate2 v1.1.9
28092026-08-25T16:36:36.451Z Checking ipnetwork v0.21.1
28102026-08-25T16:36:36.451Z Checking pkcs1 v0.7.5
28112026-08-25T16:36:36.451Z Checking http-body-util v0.1.3
28122026-08-25T16:36:36.451Z Checking crossbeam-utils v0.8.21
28132026-08-25T16:36:36.451Z Checking bitfield v0.19.4
28142026-08-25T16:36:36.451Z Checking zerocopy v0.6.6
28152026-08-25T16:36:36.451Z Checking hyper v1.10.1
28162026-08-25T16:36:36.488Z Checking ahash v0.8.12
28172026-08-25T16:36:36.488Z Checking bzip2-sys v0.1.13+1.0.8
28182026-08-25T16:36:36.488Z Checking scroll v0.13.0
28192026-08-25T16:36:36.488Z Checking env_filter v2.0.0
28202026-08-25T16:36:36.528Z Checking gimli v0.32.3
28212026-08-25T16:36:36.528Z Checking winnow v0.5.40
28222026-08-25T16:36:36.565Z Checking time-core v0.1.8
28232026-08-25T16:36:36.604Z Checking unicode-bidi v0.3.18
28242026-08-25T16:36:36.643Z Checking allocator-api2 v0.2.21
28252026-08-25T16:36:36.652Z Checking num_threads v0.1.7
28262026-08-25T16:36:36.652Z Checking unicode-properties v0.1.4
28272026-08-25T16:36:36.740Z Checking ryu v1.0.23
28282026-08-25T16:36:36.837Z Checking base64 v0.21.7
28292026-08-25T16:36:36.868Z Checking hashbrown v0.12.3
28302026-08-25T16:36:36.889Z Checking iri-string v0.7.10
28312026-08-25T16:36:36.925Z Checking num-conv v0.2.0
28322026-08-25T16:36:36.987Z Checking newtype-uuid v1.3.2
28332026-08-25T16:36:37.024Z Checking time v0.3.47
28342026-08-25T16:36:37.062Z Checking ron v0.8.1
28352026-08-25T16:36:37.185Z Checking serde_urlencoded v0.7.1
28362026-08-25T16:36:37.212Z Checking hyper-util v0.1.20
28372026-08-25T16:36:37.261Z Checking indexmap v1.9.3
28382026-08-25T16:36:37.391Z Checking stringprep v0.1.5
28392026-08-25T16:36:37.715Z Checking goblin v0.10.5
28402026-08-25T16:36:37.742Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28412026-08-25T16:36:37.742Z Checking env_logger v0.11.11
28422026-08-25T16:36:37.742Z Checking toml_edit v0.19.15
28432026-08-25T16:36:37.755Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28442026-08-25T16:36:37.870Z Checking tower-http v0.6.8
28452026-08-25T16:36:37.903Z Checking bzip2 v0.4.4
28462026-08-25T16:36:37.981Z Checking addr2line v0.25.1
28472026-08-25T16:36:38.061Z Checking hashbrown v0.13.2
28482026-08-25T16:36:38.127Z Checking rsa v0.9.10
28492026-08-25T16:36:38.143Z Checking crossbeam-epoch v0.9.18
28502026-08-25T16:36:38.238Z Checking oxnet v0.1.6
28512026-08-25T16:36:38.369Z Checking rand v0.10.1
28522026-08-25T16:36:38.468Z Checking syn v2.0.117
28532026-08-25T16:36:38.493Z Checking serde-hex v0.1.0
28542026-08-25T16:36:38.520Z Checking tokio-native-tls v0.3.1
28552026-08-25T16:36:38.603Z Checking bstr v1.12.1
28562026-08-25T16:36:38.647Z Checking sha2 v0.11.0
28572026-08-25T16:36:38.676Z Checking hmac v0.13.0
28582026-08-25T16:36:38.834Z Checking md-5 v0.11.0
28592026-08-25T16:36:38.847Z Checking rustls-native-certs v0.8.3
28602026-08-25T16:36:38.979Z Checking x509-cert v0.2.5
28612026-08-25T16:36:38.990Z Checking scroll v0.12.0
28622026-08-25T16:36:39.004Z Checking object v0.37.3
28632026-08-25T16:36:39.668Z Checking zstd-sys v2.0.16+zstd.1.5.7
28642026-08-25T16:36:39.715Z Checking hash32 v0.2.1
28652026-08-25T16:36:39.715Z Checking encoding_rs v0.8.35
28662026-08-25T16:36:39.715Z Checking mime v0.3.17
28672026-08-25T16:36:39.715Z Checking rustc-demangle v0.1.27
28682026-08-25T16:36:39.715Z Checking crc-any v2.5.0
28692026-08-25T16:36:39.819Z Checking either v1.15.0
28702026-08-25T16:36:39.849Z Checking psl-types v2.0.11
28712026-08-25T16:36:39.865Z Checking fallible-iterator v0.2.0
28722026-08-25T16:36:39.963Z Checking publicsuffix v2.3.0
28732026-08-25T16:36:39.994Z Checking dof v0.4.0
28742026-08-25T16:36:40.020Z Checking heapless v0.7.17
28752026-08-25T16:36:40.118Z Checking zstd-safe v7.2.4
28762026-08-25T16:36:40.132Z Checking postgres-protocol v0.6.12
28772026-08-25T16:36:40.253Z Checking goblin v0.8.2
28782026-08-25T16:36:40.282Z Checking hyper-tls v0.6.0
28792026-08-25T16:36:40.401Z Checking toml v0.7.8
28802026-08-25T16:36:40.428Z Checking daft v0.1.8
28812026-08-25T16:36:40.449Z Checking object v0.30.4
28822026-08-25T16:36:40.649Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28832026-08-25T16:36:40.655Z Checking cookie v0.18.1
28842026-08-25T16:36:40.667Z Checking zip v0.6.6
28852026-08-25T16:36:40.704Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
28862026-08-25T16:36:40.717Z Checking tokio-rustls v0.26.4
28872026-08-25T16:36:40.827Z Checking phf_shared v0.13.1
28882026-08-25T16:36:40.861Z Checking dtrace-parser v0.3.0
28892026-08-25T16:36:40.938Z Checking pin-project v1.1.11
28902026-08-25T16:36:40.979Z Checking zerocopy v0.7.35
28912026-08-25T16:36:41.018Z Checking signal-hook v0.3.18
28922026-08-25T16:36:41.030Z Checking futures-executor v0.3.32
28932026-08-25T16:36:41.093Z Checking hmac v0.12.1
28942026-08-25T16:36:41.171Z Checking ff v0.13.1
28952026-08-25T16:36:41.202Z Checking thread-id v5.1.0
28962026-08-25T16:36:41.263Z Checking is_ci v1.2.0
28972026-08-25T16:36:41.277Z Checking jiff-core v0.1.0
28982026-08-25T16:36:41.292Z Checking unicode-linebreak v0.1.5
28992026-08-25T16:36:41.309Z Checking backtrace v0.3.76
29002026-08-25T16:36:41.318Z Checking libbz2-rs-sys v0.2.2
29012026-08-25T16:36:41.460Z Checking smawk v0.3.2
29022026-08-25T16:36:41.484Z Checking bitflags v1.3.2
29032026-08-25T16:36:41.510Z Checking foldhash v0.1.5
29042026-08-25T16:36:41.553Z Checking managed v0.8.0
29052026-08-25T16:36:41.573Z Checking same-file v1.0.6
29062026-08-25T16:36:41.588Z Compiling illumos-nvpair-sys v0.2.0
29072026-08-25T16:36:41.636Z Checking foldhash v0.2.0
29082026-08-25T16:36:41.686Z Checking path-slash v0.1.5
29092026-08-25T16:36:41.700Z Checking bumpalo v3.20.2
29102026-08-25T16:36:41.729Z Compiling rayon-core v1.13.0
29112026-08-25T16:36:41.751Z Checking unicode-width v0.2.0
29122026-08-25T16:36:41.777Z Checking base16ct v0.2.0
29132026-08-25T16:36:41.790Z Checking hashbrown v0.16.1
29142026-08-25T16:36:41.894Z Checking sec1 v0.7.3
29152026-08-25T16:36:41.894Z Checking zopfli v0.8.3
29162026-08-25T16:36:41.942Z Checking jiff v0.2.34
29172026-08-25T16:36:41.965Z Checking smoltcp v0.9.1
29182026-08-25T16:36:41.985Z Checking textwrap v0.16.2
29192026-08-25T16:36:42.118Z Checking bzip2 v0.6.1
29202026-08-25T16:36:42.136Z Checking dof v0.3.0
29212026-08-25T16:36:42.192Z Checking walkdir v2.5.0
29222026-08-25T16:36:42.229Z Checking hashbrown v0.15.5
29232026-08-25T16:36:42.273Z Checking backtrace-ext v0.2.1
29242026-08-25T16:36:42.285Z Checking supports-color v3.0.2
29252026-08-25T16:36:42.350Z Checking group v0.13.0
29262026-08-25T16:36:42.379Z Checking usdt-impl v0.6.0
29272026-08-25T16:36:42.400Z Checking hkdf v0.12.4
29282026-08-25T16:36:42.411Z Checking signal-hook-mio v0.2.5
29292026-08-25T16:36:43.144Z Checking futures v0.3.32
29302026-08-25T16:36:43.232Z Checking snafu v0.8.9
29312026-08-25T16:36:43.232Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
29322026-08-25T16:36:43.232Z Checking phf v0.13.1
29332026-08-25T16:36:43.232Z Checking hyper-rustls v0.27.7
29342026-08-25T16:36:43.232Z Checking cookie_store v0.22.1
29352026-08-25T16:36:43.232Z Checking reqwest v0.12.28
29362026-08-25T16:36:43.232Z Checking postgres-types v0.2.14
29372026-08-25T16:36:43.232Z Checking zstd v0.13.3
29382026-08-25T16:36:43.232Z Checking globset v0.4.18
29392026-08-25T16:36:43.232Z Checking rustls-platform-verifier v0.6.2
29402026-08-25T16:36:43.233Z Checking crossbeam-deque v0.8.6
29412026-08-25T16:36:43.233Z Checking phf_shared v0.11.3
29422026-08-25T16:36:43.233Z Checking dtrace-parser v0.2.0
29432026-08-25T16:36:43.233Z Checking regex v1.12.3
29442026-08-25T16:36:43.233Z Checking ref-cast v1.0.25
29452026-08-25T16:36:43.233Z Checking curve25519-dalek v4.1.3
29462026-08-25T16:36:43.233Z Checking strum v0.27.2
29472026-08-25T16:36:43.233Z Checking byte-wrapper v0.1.0
29482026-08-25T16:36:43.233Z Checking olpc-cjson v0.1.4
29492026-08-25T16:36:43.233Z Checking hubpack v0.1.2
29502026-08-25T16:36:43.233Z Checking ed25519 v2.2.3
29512026-08-25T16:36:43.277Z Checking memoffset v0.9.1
29522026-08-25T16:36:43.277Z Checking rustix v0.38.44
29532026-08-25T16:36:43.277Z Checking owo-colors v4.3.0
29542026-08-25T16:36:43.277Z Checking pem v3.0.6
29552026-08-25T16:36:43.294Z Checking crypto-bigint v0.5.5
29562026-08-25T16:36:43.315Z Checking serde_plain v1.0.2
29572026-08-25T16:36:43.395Z Checking erased-serde v0.3.31
29582026-08-25T16:36:43.411Z Checking serde-big-array v0.5.1
29592026-08-25T16:36:43.459Z Checking float-cmp v0.10.0
29602026-08-25T16:36:43.589Z Checking memmap2 v0.9.10
29612026-08-25T16:36:43.613Z Checking thread-id v4.2.2
29622026-08-25T16:36:43.663Z Checking toml_write v0.1.2
29632026-08-25T16:36:43.701Z Checking fixedbitset v0.4.2
29642026-08-25T16:36:43.775Z Checking fixedbitset v0.5.7
29652026-08-25T16:36:43.792Z Checking normalize-line-endings v0.3.0
29662026-08-25T16:36:43.807Z Checking keccak v0.1.6
29672026-08-25T16:36:43.823Z Checking data-encoding v2.10.0
29682026-08-25T16:36:43.853Z Checking supports-unicode v3.0.0
29692026-08-25T16:36:43.860Z Checking typed-path v0.9.3
29702026-08-25T16:36:43.871Z Checking precomputed-hash v0.1.1
29712026-08-25T16:36:43.946Z Checking static_assertions v1.1.0
29722026-08-25T16:36:43.965Z Checking winnow v0.7.14
29732026-08-25T16:36:43.996Z Checking new_debug_unreachable v1.0.6
29742026-08-25T16:36:44.018Z Checking predicates-core v1.0.10
29752026-08-25T16:36:44.018Z Checking difflib v0.4.0
29762026-08-25T16:36:44.033Z Checking unicode-segmentation v1.12.0
29772026-08-25T16:36:44.042Z Checking whoami v2.1.0
29782026-08-25T16:36:44.084Z Checking winnow v1.0.3
29792026-08-25T16:36:44.093Z Checking supports-hyperlinks v3.2.0
29802026-08-25T16:36:44.176Z Checking unicode-width v0.1.14
29812026-08-25T16:36:44.185Z Checking elliptic-curve v0.13.8
29822026-08-25T16:36:44.198Z Checking predicates v3.1.4
29832026-08-25T16:36:44.234Z Checking tokio-postgres v0.7.18
29842026-08-25T16:36:44.312Z Checking similar v2.7.0
29852026-08-25T16:36:44.411Z Checking miette v7.6.0
29862026-08-25T16:36:44.487Z Checking hickory-proto v0.25.2
29872026-08-25T16:36:44.498Z Checking string_cache v0.8.9
29882026-08-25T16:36:44.620Z Checking tough v0.22.0
29892026-08-25T16:36:44.660Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29902026-08-25T16:36:44.683Z Checking crossterm v0.28.1
29912026-08-25T16:36:44.912Z Checking sha3 v0.10.8
29922026-08-25T16:36:44.929Z Checking toml_parser v1.1.2+spec-1.1.0
29932026-08-25T16:36:45.158Z Checking petgraph v0.8.3
29942026-08-25T16:36:45.207Z Checking toml_edit v0.22.27
29952026-08-25T16:36:45.244Z Checking zip v4.6.1
29962026-08-25T16:36:45.377Z Checking petgraph v0.6.5
29972026-08-25T16:36:46.330Z Checking ed25519-dalek v2.2.0
29982026-08-25T16:36:46.425Z Checking slog v2.8.2
29992026-08-25T16:36:46.425Z Checking usdt v0.6.0
30002026-08-25T16:36:46.426Z Checking usdt-impl v0.5.0
30012026-08-25T16:36:46.426Z Checking nix v0.31.2
30022026-08-25T16:36:46.426Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
30032026-08-25T16:36:46.426Z Checking iddqd v0.4.2
30042026-08-25T16:36:46.650Z Checking reqwest v0.13.2
30052026-08-25T16:36:46.770Z Checking itertools v0.13.0
30062026-08-25T16:36:46.837Z Checking itertools v0.15.0
30072026-08-25T16:36:46.863Z Checking strum v0.26.3
30082026-08-25T16:36:46.923Z Checking serde_with v3.21.0
30092026-08-25T16:36:46.970Z Checking derive_more v2.1.1
30102026-08-25T16:36:47.063Z Checking fs-err v3.3.0
30112026-08-25T16:36:47.169Z Checking tokio-stream v0.1.18
30122026-08-25T16:36:47.232Z Checking buf-list v1.1.2
30132026-08-25T16:36:47.249Z Checking anyhow v1.0.104
30142026-08-25T16:36:47.384Z Checking camino v1.2.5
30152026-08-25T16:36:47.413Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
30162026-08-25T16:36:47.445Z Checking openapiv3 v2.2.0
30172026-08-25T16:36:47.503Z Checking peg-runtime v0.8.5
30182026-08-25T16:36:47.552Z Checking lalrpop-util v0.19.12
30192026-08-25T16:36:47.591Z Checking rayon v1.11.0
30202026-08-25T16:36:47.600Z Checking illumos-nvpair v0.3.0
30212026-08-25T16:36:47.664Z Checking sigpipe v0.1.3
30222026-08-25T16:36:47.723Z Checking glob v0.3.3
30232026-08-25T16:36:48.617Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30242026-08-25T16:36:49.290Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30252026-08-25T16:36:49.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.57s
30262026-08-25T16:36:49.385Z
30272026-08-25T16:36:49.385Zinfo: running `cargo check --bins` on internal-dns-types (120/377)
30282026-08-25T16:36:49.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-08-25T16:36:49.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-08-25T16:36:49.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-08-25T16:36:49.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30322026-08-25T16:36:49.909Z
30332026-08-25T16:36:49.909Zinfo: running `cargo check --bins` on internal-dns-types-versions (121/377)
30342026-08-25T16:36:50.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-08-25T16:36:50.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-08-25T16:36:50.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-08-25T16:36:50.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30382026-08-25T16:36:50.465Z
30392026-08-25T16:36:50.465Zinfo: running `cargo check --bins` on nexus-types-versions (122/377)
30402026-08-25T16:36:50.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-08-25T16:36:50.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-08-25T16:36:50.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-08-25T16:36:50.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30442026-08-25T16:36:51.063Z
30452026-08-25T16:36:51.064Zinfo: running `cargo check --bins` on oxql-types (123/377)
30462026-08-25T16:36:51.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-08-25T16:36:51.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-08-25T16:36:51.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-08-25T16:36:51.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30502026-08-25T16:36:51.625Z
30512026-08-25T16:36:51.626Zinfo: running `cargo check --bins` on oximeter-types (124/377)
30522026-08-25T16:36:52.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-08-25T16:36:52.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-08-25T16:36:52.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-08-25T16:36:52.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30562026-08-25T16:36:52.708Z
30572026-08-25T16:36:52.708Zinfo: running `cargo check --bins` on oximeter-types-versions (125/377)
30582026-08-25T16:36:52.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-08-25T16:36:52.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-08-25T16:36:52.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-08-25T16:36:52.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30622026-08-25T16:36:52.868Z
30632026-08-25T16:36:52.868Zinfo: running `cargo check --bins` on oximeter-macro-impl (126/377)
30642026-08-25T16:36:53.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-08-25T16:36:53.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-08-25T16:36:53.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-08-25T16:36:53.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30682026-08-25T16:36:53.345Z
30692026-08-25T16:36:53.345Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (127/377)
30702026-08-25T16:36:53.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-08-25T16:36:53.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-08-25T16:36:53.998Z Compiling multer v3.1.0
30732026-08-25T16:36:54.112Z Compiling async-stream-impl v0.3.6
30742026-08-25T16:36:54.123Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30752026-08-25T16:36:54.130Z Compiling serde_tokenstream v0.3.0
30762026-08-25T16:36:54.136Z Compiling dropshot v0.17.1
30772026-08-25T16:36:54.147Z Compiling parse-display-derive v0.10.0
30782026-08-25T16:36:54.162Z Compiling newtype-uuid-macros v0.1.0
30792026-08-25T16:36:54.162Z Compiling dropshot_endpoint v0.17.1
30802026-08-25T16:36:54.323Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30812026-08-25T16:36:54.366Z Checking thread_local v1.1.9
30822026-08-25T16:36:54.430Z Compiling oxide-generation-macros v0.2.0
30832026-08-25T16:36:54.477Z Checking compression-core v0.4.31
30842026-08-25T16:36:54.564Z Checking match_cfg v0.1.0
30852026-08-25T16:36:54.604Z Checking compression-codecs v0.4.37
30862026-08-25T16:36:54.630Z Checking hostname v0.3.1
30872026-08-25T16:36:54.683Z Checking crossbeam-channel v0.5.15
30882026-08-25T16:36:54.714Z Checking atomicwrites v0.4.4
30892026-08-25T16:36:54.729Z Checking slog-json v2.6.1
30902026-08-25T16:36:54.770Z Checking serde_spanned v1.1.1
30912026-08-25T16:36:54.838Z Checking is-terminal v0.4.17
30922026-08-25T16:36:54.882Z Checking toml_datetime v1.1.1+spec-1.1.0
30932026-08-25T16:36:54.898Z Checking debug-ignore v1.0.5
30942026-08-25T16:36:54.911Z Checking term v1.2.1
30952026-08-25T16:36:54.925Z Checking take_mut v0.2.2
30962026-08-25T16:36:54.992Z Checking toml_writer v1.1.1+spec-1.1.0
30972026-08-25T16:36:55.013Z Checking slog-bunyan v2.5.0
30982026-08-25T16:36:55.037Z Checking slog-async v2.8.0
30992026-08-25T16:36:55.079Z Checking async-compression v0.4.41
31002026-08-25T16:36:55.120Z Checking async-stream v0.3.6
31012026-08-25T16:36:55.145Z Checking slog-term v2.9.2
31022026-08-25T16:36:55.160Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31032026-08-25T16:36:55.176Z Checking toml v1.1.2+spec-1.1.0
31042026-08-25T16:36:55.193Z Checking progenitor-client v0.14.0
31052026-08-25T16:36:55.262Z Checking oxide-generation v0.1.3
31062026-08-25T16:36:55.316Z Checking sha1 v0.11.0
31072026-08-25T16:36:55.384Z Checking waitgroup v0.1.2
31082026-08-25T16:36:55.419Z Checking rustls-pemfile v2.2.0
31092026-08-25T16:36:55.456Z Checking backon v1.6.0
31102026-08-25T16:36:56.163Z Checking serde_path_to_error v0.1.20
31112026-08-25T16:36:56.164Z Checking hostname v0.4.2
31122026-08-25T16:36:56.164Z Checking instant v0.1.13
31132026-08-25T16:36:56.164Z Checking backoff v0.4.0
31142026-08-25T16:36:56.164Z Checking progenitor-extras v0.2.0
31152026-08-25T16:36:56.216Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31162026-08-25T16:36:56.217Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31172026-08-25T16:36:56.217Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31182026-08-25T16:36:56.217Z Checking regress v0.10.5
31192026-08-25T16:36:56.217Z Checking parse-display v0.10.0
31202026-08-25T16:36:56.217Z Checking itertools v0.14.0
31212026-08-25T16:36:56.217Z Checking macaddr v1.0.1
31222026-08-25T16:36:56.217Z Checking humantime v2.3.0
31232026-08-25T16:36:56.914Z Compiling prettyplease v0.2.37
31242026-08-25T16:36:57.193Z Checking num-rational v0.4.2
31252026-08-25T16:36:57.451Z Checking num-complex v0.4.6
31262026-08-25T16:36:57.852Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31272026-08-25T16:36:57.891Z Compiling num v0.4.3
31282026-08-25T16:36:57.986Z Compiling usdt-attr-macro v0.5.0
31292026-08-25T16:36:58.005Z Compiling usdt-macro v0.5.0
31302026-08-25T16:36:58.038Z Checking memmap v0.7.0
31312026-08-25T16:36:58.067Z Compiling float-ord v0.3.2
31322026-08-25T16:36:58.180Z Compiling convert_case v0.4.0
31332026-08-25T16:36:58.586Z Compiling derive_more v0.99.20
31342026-08-25T16:36:59.166Z Checking newline-converter v0.3.0
31352026-08-25T16:36:59.195Z Checking console v0.15.11
31362026-08-25T16:36:59.195Z Compiling toml v0.8.23
31372026-08-25T16:36:59.195Z Checking usdt v0.5.0
31382026-08-25T16:36:59.195Z Compiling minimal-lexical v0.2.1
31392026-08-25T16:36:59.195Z Checking linked-hash-map v0.5.6
31402026-08-25T16:36:59.268Z Checking lru-cache v0.1.2
31412026-08-25T16:36:59.301Z Compiling nom v7.1.3
31422026-08-25T16:36:59.332Z Checking expectorate v1.2.0
31432026-08-25T16:36:59.459Z Checking camino-tempfile v1.4.1
31442026-08-25T16:36:59.635Z Checking hickory-proto v0.24.4
31452026-08-25T16:36:59.736Z Checking phf_shared v0.12.1
31462026-08-25T16:36:59.879Z Compiling slog-dtrace v0.3.0
31472026-08-25T16:36:59.887Z Compiling unicode-xid v0.2.6
31482026-08-25T16:37:00.015Z Checking resolv-conf v0.7.6
31492026-08-25T16:37:00.194Z Checking heck v0.5.0
31502026-08-25T16:37:00.278Z Compiling chrono-tz v0.10.4
31512026-08-25T16:37:00.367Z Compiling const_format_proc_macros v0.2.34
31522026-08-25T16:37:00.475Z Checking phf v0.12.1
31532026-08-25T16:37:00.559Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31542026-08-25T16:37:00.613Z Checking tokio-dtrace v0.1.1
31552026-08-25T16:37:00.628Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31562026-08-25T16:37:00.802Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31572026-08-25T16:37:02.713Z Compiling derive-where v1.6.0
31582026-08-25T16:37:02.847Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31592026-08-25T16:37:02.847Z Checking highway v1.3.0
31602026-08-25T16:37:02.847Z Checking hickory-resolver v0.24.4
31612026-08-25T16:37:02.847Z Checking const_format v0.2.35
31622026-08-25T16:37:02.847Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31632026-08-25T16:37:02.848Z Checking oxide-tokio-rt v0.1.4
31642026-08-25T16:37:02.848Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31652026-08-25T16:37:02.848Z Checking qorb v0.4.1
31662026-08-25T16:37:02.848Z Checking gethostname v0.5.0
31672026-08-25T16:37:02.848Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31682026-08-25T16:37:02.848Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31692026-08-25T16:37:02.848Z Checking bcs v0.1.6
31702026-08-25T16:37:02.848Z Checking termtree v0.5.1
31712026-08-25T16:37:02.848Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31722026-08-25T16:37:05.698Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31732026-08-25T16:37:08.774Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31742026-08-25T16:37:11.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.66s
31752026-08-25T16:37:11.898Z
31762026-08-25T16:37:11.898Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/377)
31772026-08-25T16:37:11.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-08-25T16:37:11.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-08-25T16:37:11.898Z Compiling ar_archive_writer v0.5.1
31802026-08-25T16:37:11.942Z Compiling stacker v0.1.23
31812026-08-25T16:37:11.956Z Compiling cfg_aliases v0.1.1
31822026-08-25T16:37:11.965Z Compiling proc-macro-error v1.0.4
31832026-08-25T16:37:11.970Z Checking fd-lock v4.0.4
31842026-08-25T16:37:11.970Z Checking nibble_vec v0.1.0
31852026-08-25T16:37:11.970Z Compiling recursive-proc-macro-impl v0.1.1
31862026-08-25T16:37:11.970Z Checking vte v0.14.1
31872026-08-25T16:37:12.125Z Compiling nix v0.28.0
31882026-08-25T16:37:12.137Z Checking bytecount v0.6.9
31892026-08-25T16:37:12.137Z Checking endian-type v0.1.2
31902026-08-25T16:37:12.137Z Checking strip-ansi-escapes v0.2.1
31912026-08-25T16:37:12.169Z Checking papergrid v0.11.0
31922026-08-25T16:37:12.200Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31932026-08-25T16:37:12.215Z Compiling peg-macros v0.8.5
31942026-08-25T16:37:12.225Z Checking radix_trie v0.2.1
31952026-08-25T16:37:12.284Z Compiling tabled_derive v0.7.0
31962026-08-25T16:37:12.377Z Checking winnow v0.6.26
31972026-08-25T16:37:12.458Z Compiling sqlparser_derive v0.5.0
31982026-08-25T16:37:12.663Z Checking unicode_categories v0.1.1
31992026-08-25T16:37:12.750Z Compiling psm v0.1.30
32002026-08-25T16:37:12.768Z Checking nu-ansi-term v0.50.3
32012026-08-25T16:37:12.819Z Checking home v0.5.12
32022026-08-25T16:37:13.005Z Checking crossterm v0.29.0
32032026-08-25T16:37:13.009Z Checking reedline v0.40.0
32042026-08-25T16:37:13.208Z Checking display-error-chain v0.2.2
32052026-08-25T16:37:13.229Z Checking tabled v0.15.0
32062026-08-25T16:37:13.272Z Checking rustyline v14.0.0
32072026-08-25T16:37:13.511Z Checking sqlformat v0.3.5
32082026-08-25T16:37:13.551Z Checking recursive v0.1.1
32092026-08-25T16:37:13.620Z Checking peg v0.8.5
32102026-08-25T16:37:13.640Z Checking sqlparser v0.61.0
32112026-08-25T16:37:24.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.77s
32122026-08-25T16:37:25.095Z
32132026-08-25T16:37:25.096Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/377)
32142026-08-25T16:37:25.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-08-25T16:37:25.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-08-25T16:37:25.778Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32172026-08-25T16:37:29.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
32182026-08-25T16:37:29.564Z
32192026-08-25T16:37:29.564Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/377)
32202026-08-25T16:37:30.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-08-25T16:37:30.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-08-25T16:37:30.160Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32232026-08-25T16:37:32.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
32242026-08-25T16:37:32.855Z
32252026-08-25T16:37:32.855Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/377)
32262026-08-25T16:37:33.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-08-25T16:37:33.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-08-25T16:37:33.536Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32292026-08-25T16:37:36.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
32302026-08-25T16:37:37.040Z
32312026-08-25T16:37:37.040Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/377)
32322026-08-25T16:37:37.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332026-08-25T16:37:37.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342026-08-25T16:37:37.706Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32352026-08-25T16:37:41.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
32362026-08-25T16:37:41.262Z
32372026-08-25T16:37:41.262Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/377)
32382026-08-25T16:37:41.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392026-08-25T16:37:41.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402026-08-25T16:37:41.940Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32412026-08-25T16:37:44.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
32422026-08-25T16:37:44.796Z
32432026-08-25T16:37:44.796Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/377)
32442026-08-25T16:37:45.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452026-08-25T16:37:45.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462026-08-25T16:37:45.477Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32472026-08-25T16:37:48.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
32482026-08-25T16:37:48.364Z
32492026-08-25T16:37:48.364Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/377)
32502026-08-25T16:37:48.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512026-08-25T16:37:48.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522026-08-25T16:37:49.049Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32532026-08-25T16:37:52.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
32542026-08-25T16:37:52.728Z
32552026-08-25T16:37:52.728Zinfo: running `cargo check --bins` on oximeter (136/377)
32562026-08-25T16:37:53.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32572026-08-25T16:37:53.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32582026-08-25T16:37:53.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32592026-08-25T16:37:53.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32602026-08-25T16:37:53.441Z
32612026-08-25T16:37:53.441Zinfo: running `cargo check --bins` on oximeter-schema (137/377)
32622026-08-25T16:37:53.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632026-08-25T16:37:53.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642026-08-25T16:37:53.943Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32652026-08-25T16:37:54.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
32662026-08-25T16:37:54.491Z
32672026-08-25T16:37:54.491Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (138/377)
32682026-08-25T16:37:54.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692026-08-25T16:37:54.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702026-08-25T16:37:54.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712026-08-25T16:37:54.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32722026-08-25T16:37:55.069Z
32732026-08-25T16:37:55.069Zinfo: running `cargo check --bins` on oximeter-test-utils (139/377)
32742026-08-25T16:37:55.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752026-08-25T16:37:55.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762026-08-25T16:37:55.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772026-08-25T16:37:55.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32782026-08-25T16:37:55.689Z
32792026-08-25T16:37:55.689Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/377)
32802026-08-25T16:37:56.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812026-08-25T16:37:56.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822026-08-25T16:37:56.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32832026-08-25T16:37:56.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32842026-08-25T16:37:56.274Z
32852026-08-25T16:37:56.274Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/377)
32862026-08-25T16:37:56.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872026-08-25T16:37:56.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882026-08-25T16:37:56.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32892026-08-25T16:37:56.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32902026-08-25T16:37:56.860Z
32912026-08-25T16:37:56.860Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/377)
32922026-08-25T16:37:57.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32932026-08-25T16:37:57.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32942026-08-25T16:37:57.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32952026-08-25T16:37:57.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32962026-08-25T16:37:57.444Z
32972026-08-25T16:37:57.445Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/377)
32982026-08-25T16:37:57.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992026-08-25T16:37:57.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002026-08-25T16:37:57.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33012026-08-25T16:37:57.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33022026-08-25T16:37:58.028Z
33032026-08-25T16:37:58.028Zinfo: running `cargo check --bins` on trust-quorum-test-utils (144/377)
33042026-08-25T16:37:58.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052026-08-25T16:37:58.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062026-08-25T16:37:58.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33072026-08-25T16:37:58.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33082026-08-25T16:37:58.614Z
33092026-08-25T16:37:58.614Zinfo: running `cargo check --bins` on reconfigurator-cli (145/377)
33102026-08-25T16:37:59.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112026-08-25T16:37:59.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122026-08-25T16:37:59.447Z Compiling crucible-workspace-hack v0.1.0
33132026-08-25T16:37:59.451Z Compiling regress v0.11.1
33142026-08-25T16:37:59.451Z Checking secrecy v0.10.3
33152026-08-25T16:37:59.451Z Checking half v2.7.1
33162026-08-25T16:37:59.451Z Checking ciborium-io v0.2.2
33172026-08-25T16:37:59.451Z Checking inout v0.1.4
33182026-08-25T16:37:59.451Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33192026-08-25T16:37:59.451Z Checking universal-hash v0.5.1
33202026-08-25T16:37:59.684Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33212026-08-25T16:37:59.699Z Compiling thiserror-impl-no-std v2.0.2
33222026-08-25T16:37:59.712Z Checking cipher v0.4.4
33232026-08-25T16:37:59.728Z Checking opaque-debug v0.3.1
33242026-08-25T16:37:59.795Z Checking poly1305 v0.8.0
33252026-08-25T16:37:59.829Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33262026-08-25T16:37:59.844Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33272026-08-25T16:37:59.882Z Checking ciborium-ll v0.2.2
33282026-08-25T16:37:59.906Z Checking chacha20 v0.9.1
33292026-08-25T16:38:00.052Z Checking ciborium v0.2.2
33302026-08-25T16:38:00.053Z Checking password-hash v0.5.0
33312026-08-25T16:38:00.110Z Checking blake2 v0.10.6
33322026-08-25T16:38:00.127Z Checking aead v0.5.2
33332026-08-25T16:38:00.236Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33342026-08-25T16:38:00.268Z Compiling toml_datetime v0.7.5+spec-1.1.0
33352026-08-25T16:38:00.286Z Checking indent_write v2.2.0
33362026-08-25T16:38:00.352Z Checking argon2 v0.5.3
33372026-08-25T16:38:00.415Z Checking chacha20poly1305 v0.10.1
33382026-08-25T16:38:00.469Z Compiling toml_edit v0.23.10+spec-1.0.0
33392026-08-25T16:38:00.514Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33402026-08-25T16:38:00.551Z Compiling unsafe-libyaml v0.2.11
33412026-08-25T16:38:00.695Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33422026-08-25T16:38:00.849Z Checking thiserror-no-std v2.0.2
33432026-08-25T16:38:00.905Z Compiling heapless v0.8.0
33442026-08-25T16:38:00.941Z Checking vsss-rs v3.3.4
33452026-08-25T16:38:01.134Z Compiling serde_yaml v0.9.34+deprecated
33462026-08-25T16:38:01.190Z Compiling typify-impl v0.6.2
33472026-08-25T16:38:01.296Z Compiling proc-macro-crate v3.4.0
33482026-08-25T16:38:01.700Z Compiling ingot-macros v0.2.0
33492026-08-25T16:38:01.836Z Compiling num_enum_derive v0.7.6
33502026-08-25T16:38:01.901Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33512026-08-25T16:38:02.002Z Checking hash32 v0.3.1
33522026-08-25T16:38:02.040Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33532026-08-25T16:38:02.132Z Compiling smoltcp v0.11.0
33542026-08-25T16:38:02.468Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33552026-08-25T16:38:02.569Z Checking tabwriter v1.4.1
33562026-08-25T16:38:02.696Z Checking cobs v0.3.0
33572026-08-25T16:38:02.723Z Checking swrite v0.1.0
33582026-08-25T16:38:02.818Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33592026-08-25T16:38:02.842Z Compiling proc-macro-crate v1.3.1
33602026-08-25T16:38:02.861Z Checking postcard v1.1.3
33612026-08-25T16:38:02.877Z Checking num_enum v0.7.6
33622026-08-25T16:38:02.992Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33632026-08-25T16:38:03.029Z Compiling foreign-types-macros v0.2.3
33642026-08-25T16:38:03.154Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33652026-08-25T16:38:03.171Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33662026-08-25T16:38:03.201Z Checking foreign-types-shared v0.3.1
33672026-08-25T16:38:03.244Z Checking colored v3.1.1
33682026-08-25T16:38:03.294Z Compiling num_enum_derive v0.5.11
33692026-08-25T16:38:03.535Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33702026-08-25T16:38:03.563Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33712026-08-25T16:38:03.652Z Checking foreign-types v0.5.0
33722026-08-25T16:38:03.738Z Checking cstr-argument v0.1.2
33732026-08-25T16:38:03.870Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33742026-08-25T16:38:03.979Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33752026-08-25T16:38:04.024Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33762026-08-25T16:38:04.076Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33772026-08-25T16:38:04.094Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33782026-08-25T16:38:04.152Z Compiling zone_cfg_derive v0.3.1
33792026-08-25T16:38:04.195Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33802026-08-25T16:38:04.313Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33812026-08-25T16:38:04.338Z Checking num_enum v0.5.11
33822026-08-25T16:38:04.426Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33832026-08-25T16:38:04.453Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33842026-08-25T16:38:04.517Zerror[E0432]: unresolved import `omicron_common::api::external::Generation`
33852026-08-25T16:38:04.518Z --> sled-agent/types/versions/src/add_update_disposition/inventory.rs:38:5
33862026-08-25T16:38:04.518Z |
33872026-08-25T16:38:04.518Z38 | use omicron_common::api::external::Generation;
33882026-08-25T16:38:04.518Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Generation` in `api::external`
33892026-08-25T16:38:04.518Z
33902026-08-25T16:38:04.564Z Checking ingot-types v0.2.0
33912026-08-25T16:38:04.599Z Checking itertools v0.12.1
33922026-08-25T16:38:04.628Z Compiling num-derive v0.4.2
33932026-08-25T16:38:04.806Z Compiling semver v0.1.20
33942026-08-25T16:38:04.942Z Checking ingot v0.2.1
33952026-08-25T16:38:05.084Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33962026-08-25T16:38:05.108Z Compiling rustc_version v0.1.7
33972026-08-25T16:38:05.337Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33982026-08-25T16:38:05.451Z Checking smf v0.2.3
33992026-08-25T16:38:05.502Z Checking nom v8.0.0
34002026-08-25T16:38:05.557Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34012026-08-25T16:38:05.617Z Checking zone v0.3.1
34022026-08-25T16:38:05.683Z Checking csv-core v0.1.13
34032026-08-25T16:38:05.759Z Compiling typify-macro v0.6.2
34042026-08-25T16:38:05.785Z Checking whoami v1.6.1
34052026-08-25T16:38:05.850Z Compiling newtype_derive v0.1.6
34062026-08-25T16:38:05.866Z Checking csv v1.4.0
34072026-08-25T16:38:05.959Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34082026-08-25T16:38:05.975Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34092026-08-25T16:38:06.038Z Compiling cancel-safe-futures v0.1.5
34102026-08-25T16:38:06.144Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34112026-08-25T16:38:06.218Z Compiling libefi-sys v0.1.0
34122026-08-25T16:38:06.234Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34132026-08-25T16:38:06.365Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34142026-08-25T16:38:06.504Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34152026-08-25T16:38:06.519Z Checking oxide-update-engine-types v0.1.2
34162026-08-25T16:38:06.557Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34172026-08-25T16:38:06.664Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34182026-08-25T16:38:06.707Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34192026-08-25T16:38:06.808Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34202026-08-25T16:38:06.840Z Compiling bitfield-struct v0.6.2
34212026-08-25T16:38:07.059Z Checking linear-map v1.2.0
34222026-08-25T16:38:07.244Z Checking steno v0.4.1
34232026-08-25T16:38:07.412Z Checking oxide-update-engine v0.1.2
34242026-08-25T16:38:07.464Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34252026-08-25T16:38:07.478Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34262026-08-25T16:38:07.493Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34272026-08-25T16:38:07.507Z Compiling typify v0.6.2
34282026-08-25T16:38:07.625Z Compiling progenitor-impl v0.14.0
34292026-08-25T16:38:07.655Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34302026-08-25T16:38:07.731Z Checking sha1 v0.10.6
34312026-08-25T16:38:07.827Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34322026-08-25T16:38:07.902Z Checking utf-8 v0.7.6
34332026-08-25T16:38:07.918Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34342026-08-25T16:38:08.042Z Checking tungstenite v0.21.0
34352026-08-25T16:38:08.154Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34362026-08-25T16:38:08.235Z Checking ignore v0.4.25
34372026-08-25T16:38:08.360Z Checking anstyle-parse v0.2.7
34382026-08-25T16:38:08.517Z Compiling xshell-macros v0.2.7
34392026-08-25T16:38:08.532Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34402026-08-25T16:38:08.676Z Checking anstream v0.6.21
34412026-08-25T16:38:08.710Z Checking globwalk v0.9.1
34422026-08-25T16:38:08.742Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34432026-08-25T16:38:08.761Z Checking tokio-tungstenite v0.21.0
34442026-08-25T16:38:08.882Z Checking predicates-tree v1.0.13
34452026-08-25T16:38:08.898Z Checking filetime v0.2.27
34462026-08-25T16:38:08.912Z Checking xshell v0.2.7
34472026-08-25T16:38:08.961Z Checking xattr v1.6.1
34482026-08-25T16:38:08.998Z Checking tagptr v0.2.0
34492026-08-25T16:38:09.032Z Checking camino-tempfile-ext v0.3.3
34502026-08-25T16:38:09.047Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34512026-08-25T16:38:09.094Z Checking tar v0.4.46
34522026-08-25T16:38:09.109Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34532026-08-25T16:38:09.142Z Checking moka v0.12.13
34542026-08-25T16:38:09.226Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34552026-08-25T16:38:09.230Z Checking rand_seeder v0.4.0
34562026-08-25T16:38:09.258Z Checking half v1.8.3
34572026-08-25T16:38:09.384Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34582026-08-25T16:38:09.391Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34592026-08-25T16:38:09.458Z Checking serde_cbor v0.11.2
34602026-08-25T16:38:09.484Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34612026-08-25T16:38:09.688Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
34622026-08-25T16:38:09.737Z Checking digest-io v0.1.0
34632026-08-25T16:38:09.796Z Checking hickory-resolver v0.25.2
34642026-08-25T16:38:09.852Z Compiling petname v2.0.2
34652026-08-25T16:38:09.874Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34662026-08-25T16:38:10.240Z Checking rawzip v0.4.4
34672026-08-25T16:38:10.345Z Compiling progenitor-macro v0.14.0
34682026-08-25T16:38:10.360Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34692026-08-25T16:38:10.508Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34702026-08-25T16:38:10.536Z Checking sapling-renderdag v0.1.0
34712026-08-25T16:38:10.681Z Checking subprocess v0.2.15
34722026-08-25T16:38:10.781Z Checking sync-ptr v0.1.4
34732026-08-25T16:38:10.902Z Checking colored v2.2.0
34742026-08-25T16:38:10.976Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34752026-08-25T16:38:10.986Z Checking assert_matches v1.5.0
34762026-08-25T16:38:11.111ZFor more information about this error, try `rustc --explain E0432`.
34772026-08-25T16:38:11.286Zerror: could not compile `sled-agent-types-versions` (lib) due to 1 previous error
34782026-08-25T16:38:11.287Zwarning: build failed, waiting for other jobs to finish...
34792026-08-25T16:38:13.093Zerror: process didn't exit successfully: `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path dev-tools/reconfigurator-cli/Cargo.toml` (exit status: 101)
34802026-08-25T16:38:13.097ZError: cargo-hack install failed: exit status: 1
34812026-08-25T16:38:13.100Z
34822026-08-25T16:38:13.100Zreal 2:48.404574309
34832026-08-25T16:38:13.100Zuser 5:53.153392357
34842026-08-25T16:38:13.100Zsys 1:38.852892368
34852026-08-25T16:38:13.100Ztrap 0.151212232
34862026-08-25T16:38:13.100Ztflt 0.131295629
34872026-08-25T16:38:13.100Zdflt 0.433424607
34882026-08-25T16:38:13.100Zkflt 0.001614791
34892026-08-25T16:38:13.100Zlock 17:56.846421679
34902026-08-25T16:38:13.101Zslp 23:00.822857072
34912026-08-25T16:38:13.101Zlat 34.282133229
34922026-08-25T16:38:13.101Zstop 2:17.307822115
34932026-08-25T16:38:13.101Zprocess exited: duration 325924 ms, exit code 1
 
34942026-08-25T16:38:13.107Zfound 0 output files