01KSPW1HC6H3V08Z1SC3ZZAE0V: 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: 01KSPW1YRJ6W9G0TV5Z7SJCM57

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T08:44:28.155Zjob assigned to worker 01KSPW21ZRWNRNZZ1MZRG654P5 [factory aws, i-02607aafeb0c4ce59] (queued for 43 s)
 
22026-05-28T08:44:35.175Zstarting task 0: "setup"
32026-05-28T08:44:35.179Z++ uname -s
42026-05-28T08:44:35.181Z+ kern=SunOS
52026-05-28T08:44:35.181Z+ build_user=build
62026-05-28T08:44:35.181Z+ build_uid=12345
72026-05-28T08:44:35.181Z+ work_dir=/work
82026-05-28T08:44:35.181Z+ input_dir=/input
92026-05-28T08:44:35.181Z+ [[ 0 == 12345 ]]
102026-05-28T08:44:35.181Z+ case "$kern" in
112026-05-28T08:44:35.181Z+ groupadd -g 12345 build
122026-05-28T08:44:35.184Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T08:44:37.190Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T08:44:37.243Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T08:44:37.246Z+ home_fs=zfs
162026-05-28T08:44:37.246Z+ [[ zfs == autofs ]]
172026-05-28T08:44:37.246Z+ mkdir -p /home/build
182026-05-28T08:44:37.246Z+ chown build:build /home/build /work
192026-05-28T08:44:39.247Z+ chmod 0700 /home/build /work
202026-05-28T08:44:39.250Zprocess exited: duration 4077 ms, exit code 0
 
212026-05-28T08:44:39.257Zstarting task 1: "rust-toolchain"
222026-05-28T08:44:39.262Z * rust toolchain channel = "1.94.0"
232026-05-28T08:44:39.262Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-05-28T08:44:39.262Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-28T08:44:39.262Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-28T08:44:39.262Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-28T08:44:39.262Z * rust toolchain profile = "default"
282026-05-28T08:44:39.265Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T08:44:39.265Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-28T08:44:39.321Zinfo: downloading installer
312026-05-28T08:44:40.624Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T08:44:40.624Zwarn: /home/build/.rustup/settings.toml
332026-05-28T08:44:40.624Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T08:44:40.624Zwarn: instead of the one inferred from the default host triple.
352026-05-28T08:44:40.641Zinfo: profile set to default
362026-05-28T08:44:40.641Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T08:44:40.649Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-28T08:44:40.769Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-28T08:44:40.772Zinfo: downloading 6 components
402026-05-28T08:44:54.764Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-28T08:44:54.764Z
422026-05-28T08:44:54.790Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-28T08:44:54.790Z
442026-05-28T08:44:54.794Z
452026-05-28T08:44:54.794ZRust is installed now. Great!
462026-05-28T08:44:54.794Z
472026-05-28T08:44:54.794ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T08:44:54.794Zenvironment variable. This has not been done automatically.
492026-05-28T08:44:54.794Z
502026-05-28T08:44:54.794ZTo configure your current shell, you need to source
512026-05-28T08:44:54.794Zthe corresponding env file under $HOME/.cargo.
522026-05-28T08:44:54.794Z
532026-05-28T08:44:54.794ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T08:44:54.794Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T08:44:54.794Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T08:44:54.794Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T08:44:54.794Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T08:44:54.794Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T08:44:54.794Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T08:44:54.794Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T08:44:54.794Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T08:44:54.883Z+ rustup --version
632026-05-28T08:44:54.892Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T08:44:54.894Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T08:44:54.913Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-28T08:44:54.916Z+ cargo --version
672026-05-28T08:44:54.928Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-28T08:44:54.931Z+ rustc --version
692026-05-28T08:44:54.950Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-28T08:44:54.953Zprocess exited: duration 15695 ms, exit code 0
 
712026-05-28T08:44:54.959Zstarting task 2: "authentication"
722026-05-28T08:44:54.975Zprocess exited: duration 16 ms, exit code 0
 
732026-05-28T08:44:54.980Zstarting task 3: "clone repository"
742026-05-28T08:44:54.984Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-28T08:44:54.986Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-28T08:44:55.024ZCloning into '/work/oxidecomputer/omicron'...
772026-05-28T08:45:04.940Z+ cd /work/oxidecomputer/omicron
782026-05-28T08:45:04.940Z+ git fetch origin 93671368d047a190461d9392a97ae5d769a476f4
792026-05-28T08:45:05.220ZFrom https://github.com/oxidecomputer/omicron
802026-05-28T08:45:05.220Z * branch 93671368d047a190461d9392a97ae5d769a476f4 -> FETCH_HEAD
812026-05-28T08:45:05.230Z+ [[ -n multicast-e2e ]]
822026-05-28T08:45:05.233Z++ git branch --show-current
832026-05-28T08:45:05.233Z+ current=main
842026-05-28T08:45:05.233Z+ [[ main != multicast-e2e ]]
852026-05-28T08:45:05.233Z+ git branch -f multicast-e2e 93671368d047a190461d9392a97ae5d769a476f4
862026-05-28T08:45:05.236Z+ git checkout -f multicast-e2e
872026-05-28T08:45:05.470ZSwitched to branch 'multicast-e2e'
882026-05-28T08:45:05.473Z+ git reset --hard 93671368d047a190461d9392a97ae5d769a476f4
892026-05-28T08:45:05.704ZHEAD is now at 93671368d [merge+match] merge main + mag update, which needs new ubuntu glibc
902026-05-28T08:45:05.707Zprocess exited: duration 10725 ms, exit code 0
 
912026-05-28T08:45:05.713Zstarting task 4: "build"
922026-05-28T08:45:05.718Z+ source .github/buildomat/ci-env.sh
932026-05-28T08:45:05.718Z++ export CARGO_TERM_COLOR=always
942026-05-28T08:45:05.718Z++ CARGO_TERM_COLOR=always
952026-05-28T08:45:05.718Z+ cargo --version
962026-05-28T08:45:05.728Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-28T08:45:05.731Z+ rustc --version
982026-05-28T08:45:05.751Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-28T08:45:05.754Z+ source ./env.sh
1002026-05-28T08:45:05.754Z++ OLD_SHELL_OPTS=ehxB
1012026-05-28T08:45:05.754Z++ set -o xtrace
1022026-05-28T08:45:05.757Z++++ dirname ./env.sh
1032026-05-28T08:45:05.760Z+++ readlink -f .
1042026-05-28T08:45:05.763Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-28T08:45:05.763Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-28T08:45:05.763Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-28T08:45:05.763Z++ 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
1082026-05-28T08:45:05.763Z++ 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
1092026-05-28T08:45:05.763Z++ 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
1102026-05-28T08:45:05.763Z++ 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
1112026-05-28T08:45:05.763Z++ 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
1122026-05-28T08:45:05.763Z++ 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
1132026-05-28T08:45:05.763Z++ 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
1142026-05-28T08:45:05.763Z++ 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
1152026-05-28T08:45:05.763Z++ case $OLD_SHELL_OPTS in
1162026-05-28T08:45:05.763Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-05-28T08:45:05.763Z+ 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
1182026-05-28T08:45:05.763Z+ 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
1192026-05-28T08:45:05.763Z+ banner prerequisites
1202026-05-28T08:45:05.766Z
1212026-05-28T08:45:05.766Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-05-28T08:45:05.766Z # # # # # # # # # # # # # # #
1232026-05-28T08:45:05.767Z # # # # ##### # # ##### # # # # # #### #
1242026-05-28T08:45:05.767Z ##### ##### # ##### # # # # # # # # #
1252026-05-28T08:45:05.767Z # # # # # # # # # # # # # # #
1262026-05-28T08:45:05.767Z # # # ###### # # ###### ### # #### # #### #
1272026-05-28T08:45:05.767Z
1282026-05-28T08:45:05.767Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-05-28T08:45:07.177Z Startup: Refreshing catalog 'helios' ... Done
1302026-05-28T08:45:07.247Z Startup: Caching catalogs ... Done
1312026-05-28T08:45:07.507ZPlanning: Solver setup ... Done (0.225s)
1322026-05-28T08:45:07.525ZPlanning: Running solver ... Done (0.018s)
1332026-05-28T08:45:07.531ZPlanning: Finding local manifests ... Done (0.003s)
1342026-05-28T08:45:07.542ZPlanning: Fetching manifests: 0/2 0% complete
1352026-05-28T08:45:07.564ZPlanning: Fetching manifests: 2/2 100% complete
1362026-05-28T08:45:07.577ZPlanning: Package planning ... Done (0.013s)
1372026-05-28T08:45:07.580ZPlanning: Merging actions ... Done (0.001s)
1382026-05-28T08:45:07.765ZPlanning: Checking for conflicting actions ... Done (0.186s)
1392026-05-28T08:45:07.768ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-05-28T08:45:08.579ZPlanning: Evaluating mediators ... Done (0.813s)
1412026-05-28T08:45:08.582ZPlanning: Planning completed in 1.32 seconds
1422026-05-28T08:45:08.588Z Packages to install: 2
1432026-05-28T08:45:08.591Z Estimated space available: 156.07 GB
1442026-05-28T08:45:08.591ZEstimated space to be consumed: 22.53 MB
1452026-05-28T08:45:08.591Z Create boot environment: No
1462026-05-28T08:45:08.591ZCreate backup boot environment: No
1472026-05-28T08:45:08.591Z Rebuild boot archive: No
1482026-05-28T08:45:08.591Z
1492026-05-28T08:45:08.591ZChanged packages:
1502026-05-28T08:45:08.591Zhelios
1512026-05-28T08:45:08.591Z developer/build-essential
1522026-05-28T08:45:08.591Z None -> 11-3.0
1532026-05-28T08:45:08.591Z library/libxmlsec1
1542026-05-28T08:45:08.591Z None -> 1.2.35-3.0
1552026-05-28T08:45:08.611Z
1562026-05-28T08:45:08.611ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-05-28T08:45:09.100ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1582026-05-28T08:45:09.151Z Actions: 1/268 actions (Installing new actions)
1592026-05-28T08:45:09.188Z Actions: Completed 268 actions in 0.04 seconds.
1602026-05-28T08:45:09.221ZFinalize: Updating package state database ... Done (0.032s)
1612026-05-28T08:45:09.224ZFinalize: Updating package cache ... Done (0.000s)
1622026-05-28T08:45:09.239ZFinalize: Updating image state ... Done (0.018s)
1632026-05-28T08:45:11.563ZFinalize: Creating fast lookup database ... Done (2.301s)
1642026-05-28T08:45:11.633ZFinalize: Reading search index ... Done (0.011s)
1652026-05-28T08:45:11.636ZFinalize: Updating search index ... Done (0.000s)
1662026-05-28T08:45:11.689ZFinalize: Updating package cache ... Done (0.000s)
1672026-05-28T08:45:11.984ZPlanning: Evaluating mediator changes ... Done
1682026-05-28T08:45:12.088ZPlanning: Checking for conflicting actions ... Done
1692026-05-28T08:45:12.091ZPlanning: Consolidating action changes ... Done
1702026-05-28T08:45:12.246ZPlanning: Evaluating mediators ... Done
1712026-05-28T08:45:12.249ZPlanning: Planning completed in 0.26 seconds
1722026-05-28T08:45:12.269Z Mediators to change: 2
1732026-05-28T08:45:12.269Z Create boot environment: No
1742026-05-28T08:45:12.269ZCreate backup boot environment: No
1752026-05-28T08:45:12.308ZFinalize: Updating package state database ... Done
1762026-05-28T08:45:12.308ZFinalize: Updating package cache ... Done
1772026-05-28T08:45:12.318ZFinalize: Updating image state ... Done
1782026-05-28T08:45:14.258ZFinalize: Creating fast lookup database ... Done
1792026-05-28T08:45:14.317ZFinalize: Reading search index ... Done
1802026-05-28T08:45:14.320ZFinalize: Updating search index ... Done
1812026-05-28T08:45:14.366ZFinalize: Updating package cache ... Done
1822026-05-28T08:45:14.653ZPlanning: Evaluating mediator changes ... Done
1832026-05-28T08:45:14.757ZPlanning: Checking for conflicting actions ... Done
1842026-05-28T08:45:14.760ZPlanning: Consolidating action changes ... Done
1852026-05-28T08:45:14.913ZPlanning: Evaluating mediators ... Done
1862026-05-28T08:45:14.916ZPlanning: Planning completed in 0.26 seconds
1872026-05-28T08:45:14.935Z Mediators to change: 1
1882026-05-28T08:45:14.935Z Create boot environment: No
1892026-05-28T08:45:14.935ZCreate backup boot environment: No
1902026-05-28T08:45:14.974ZFinalize: Updating package state database ... Done
1912026-05-28T08:45:14.974ZFinalize: Updating package cache ... Done
1922026-05-28T08:45:14.984ZFinalize: Updating image state ... Done
1932026-05-28T08:45:16.910ZFinalize: Creating fast lookup database ... Done
1942026-05-28T08:45:16.969ZFinalize: Reading search index ... Done
1952026-05-28T08:45:16.972ZFinalize: Updating search index ... Done
1962026-05-28T08:45:17.021ZFinalize: Updating package cache ... Done
1972026-05-28T08:45:17.330ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-05-28T08:45:17.330Zapache system 2.4 system
1992026-05-28T08:45:17.330Zclang system 15 system
2002026-05-28T08:45:17.331Zcsh system system illumos
2012026-05-28T08:45:17.331Zctags system system illumos
2022026-05-28T08:45:17.331Zfile vendor vendor darwinsys
2032026-05-28T08:45:17.331Zfile system system illumos
2042026-05-28T08:45:17.331Zgcc vendor 14 vendor
2052026-05-28T08:45:17.331Zgcc system 13 system
2062026-05-28T08:45:17.331Zgcc system 10 system
2072026-05-28T08:45:17.331Zgo system 1.25 system
2082026-05-28T08:45:17.331Zllvm system 15 system
2092026-05-28T08:45:17.331Zmariadb system 11.4 system
2102026-05-28T08:45:17.331Zmta vendor vendor dma
2112026-05-28T08:45:17.331Zopenjdk system 17 system
2122026-05-28T08:45:17.331Zopenjdk system 11 system
2132026-05-28T08:45:17.331Zopenssl vendor 3 vendor
2142026-05-28T08:45:17.331Zperl system 5.40 system
2152026-05-28T08:45:17.331Zpostgresql system 18 system
2162026-05-28T08:45:17.331Zpostgresql system 17 system
2172026-05-28T08:45:17.331Zpython vendor 3 vendor
2182026-05-28T08:45:17.331Zpython system 2 system
2192026-05-28T08:45:17.331Zpython3 vendor 3.13 vendor
2202026-05-28T08:45:17.331Zruby system 3.4 system
2212026-05-28T08:45:17.331Zruby system 3.0 system
2222026-05-28T08:45:17.331Zwords vendor vendor american-english
2232026-05-28T08:45:17.331Zwords system system australian-english
2242026-05-28T08:45:17.331Zwords system system british-english
2252026-05-28T08:45:17.331Zwords system system canadian-english
2262026-05-28T08:45:17.332Zwords system system french
2272026-05-28T08:45:17.332Zwords system system italian
2282026-05-28T08:45:17.332Zwords system system ngerman
2292026-05-28T08:45:17.332Zwords system system ogerman
2302026-05-28T08:45:17.332Zwords system system spanish
2312026-05-28T08:45:17.579ZPUBLISHER TYPE STATUS P LOCATION
2322026-05-28T08:45:17.579Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-05-28T08:45:17.854ZFMRI IFO
2342026-05-28T08:45:17.854Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-05-28T08:45:17.854Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-05-28T08:45:17.854Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-05-28T08:45:17.854Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-05-28T08:45:17.854Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-05-28T08:45:17.854Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-05-28T08:45:17.854Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-05-28T08:45:17.854Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-05-28T08:45:17.854Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-05-28T08:45:18.109Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-05-28T08:45:18.410Z Updating crates.io index
2452026-05-28T08:45:18.444Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-05-28T08:45:19.187Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-05-28T08:45:19.495Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-05-28T08:45:20.145Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-05-28T08:45:20.996Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-05-28T08:45:21.522Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-05-28T08:45:23.035Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-05-28T08:45:23.912Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-05-28T08:45:24.275Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-05-28T08:45:25.335Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-05-28T08:45:25.715Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-05-28T08:45:26.108Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-05-28T08:45:26.431Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-05-28T08:45:27.404Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-05-28T08:45:27.850Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-05-28T08:45:28.351Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-05-28T08:45:28.595Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-05-28T08:45:28.999Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-05-28T08:45:29.364Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-05-28T08:45:29.825Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-05-28T08:45:30.078Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-05-28T08:45:30.370Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-05-28T08:45:30.790Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-05-28T08:45:31.321Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-05-28T08:45:31.544Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-05-28T08:45:32.100Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-05-28T08:45:32.499Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-05-28T08:45:32.789Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-05-28T08:45:33.987Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-05-28T08:45:34.574Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-05-28T08:45:35.032Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-05-28T08:45:35.422Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-05-28T08:45:36.123Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-05-28T08:45:36.806Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-05-28T08:45:37.094Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-05-28T08:45:37.374Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-05-28T08:45:37.657Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-05-28T08:45:38.142Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-05-28T08:45:38.376Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-05-28T08:45:38.595Z Updating git repository `https://github.com/oxidecomputer/omicron`
2852026-05-28T08:45:51.900Z Updating git repository `https://github.com/illumos/smf-rs`
2862026-05-28T08:45:53.771Z Downloading crates ...
2872026-05-28T08:45:53.827Z Downloaded thiserror v1.0.69
2882026-05-28T08:45:53.830Z Downloaded utf8_iter v1.0.4
2892026-05-28T08:45:53.833Z Downloaded autocfg v1.5.0
2902026-05-28T08:45:53.833Z Downloaded anstream v1.0.0
2912026-05-28T08:45:53.836Z Downloaded serde_spanned v0.6.9
2922026-05-28T08:45:53.836Z Downloaded toml v0.8.23
2932026-05-28T08:45:53.838Z Downloaded cfg-if v1.0.4
2942026-05-28T08:45:53.838Z Downloaded anstyle-parse v1.0.0
2952026-05-28T08:45:53.838Z Downloaded ordered-float v2.10.1
2962026-05-28T08:45:53.838Z Downloaded anstyle-query v1.1.5
2972026-05-28T08:45:53.841Z Downloaded version_check v0.9.5
2982026-05-28T08:45:53.841Z Downloaded proc-macro-error-attr v1.0.4
2992026-05-28T08:45:53.844Z Downloaded toml_write v0.1.2
3002026-05-28T08:45:53.844Z Downloaded memmap v0.7.0
3012026-05-28T08:45:53.847Z Downloaded itoa v1.0.17
3022026-05-28T08:45:53.847Z Downloaded zerofrom v0.1.6
3032026-05-28T08:45:53.847Z Downloaded unicode-xid v0.2.6
3042026-05-28T08:45:53.849Z Downloaded utf8parse v0.2.2
3052026-05-28T08:45:53.849Z Downloaded usdt-attr-macro v0.5.0
3062026-05-28T08:45:53.849Z Downloaded scroll_derive v0.12.1
3072026-05-28T08:45:53.850Z Downloaded stable_deref_trait v1.2.1
3082026-05-28T08:45:53.850Z Downloaded typeid v1.0.3
3092026-05-28T08:45:53.852Z Downloaded generic-array v0.14.7
3102026-05-28T08:45:53.852Z Downloaded heck v0.5.0
3112026-05-28T08:45:53.852Z Downloaded colorchoice v1.0.4
3122026-05-28T08:45:53.855Z Downloaded dof v0.3.0
3132026-05-28T08:45:53.858Z Downloaded usdt-macro v0.5.0
3142026-05-28T08:45:53.858Z Downloaded toml_datetime v0.6.11
3152026-05-28T08:45:53.858Z Downloaded pretty-hex v0.4.1
3162026-05-28T08:45:53.861Z Downloaded swrite v0.1.0
3172026-05-28T08:45:53.863Z Downloaded block-buffer v0.10.4
3182026-05-28T08:45:53.863Z Downloaded zerovec-derive v0.11.2
3192026-05-28T08:45:53.863Z Downloaded cargo_toml v0.21.0
3202026-05-28T08:45:53.866Z Downloaded tinystr v0.8.2
3212026-05-28T08:45:53.866Z Downloaded thiserror-impl v2.0.18
3222026-05-28T08:45:53.866Z Downloaded zerofrom-derive v0.1.6
3232026-05-28T08:45:53.869Z Downloaded yoke-derive v0.8.1
3242026-05-28T08:45:53.869Z Downloaded usdt v0.5.0
3252026-05-28T08:45:53.869Z Downloaded is_terminal_polyfill v1.70.2
3262026-05-28T08:45:53.869Z Downloaded unicode-linebreak v0.1.5
3272026-05-28T08:45:53.869Z Downloaded thread-id v4.2.2
3282026-05-28T08:45:53.872Z Downloaded bytecount v0.6.9
3292026-05-28T08:45:53.872Z Downloaded macaddr v1.0.1
3302026-05-28T08:45:53.872Z Downloaded idna_adapter v1.2.1
3312026-05-28T08:45:53.875Z Downloaded usdt-impl v0.5.0
3322026-05-28T08:45:53.877Z Downloaded thiserror-impl v1.0.69
3332026-05-28T08:45:53.877Z Downloaded yoke v0.8.1
3342026-05-28T08:45:53.877Z Downloaded thiserror v2.0.18
3352026-05-28T08:45:53.880Z Downloaded zerocopy-derive v0.7.35
3362026-05-28T08:45:53.883Z Downloaded quote v1.0.45
3372026-05-28T08:45:53.885Z Downloaded synstructure v0.13.2
3382026-05-28T08:45:53.885Z Downloaded erased-serde v0.4.9
3392026-05-28T08:45:53.888Z Downloaded writeable v0.6.2
3402026-05-28T08:45:53.888Z Downloaded byteorder v1.5.0
3412026-05-28T08:45:53.888Z Downloaded plain v0.2.3
3422026-05-28T08:45:53.888Z Downloaded ucd-trie v0.1.7
3432026-05-28T08:45:53.891Z Downloaded serde-untagged v0.1.9
3442026-05-28T08:45:53.891Z Downloaded camino-tempfile v1.4.1
3452026-05-28T08:45:53.894Z Downloaded cargo_metadata v0.21.0
3462026-05-28T08:45:53.894Z Downloaded cargo-util-schemas v0.8.2
3472026-05-28T08:45:53.896Z Downloaded zmij v1.0.21
3482026-05-28T08:45:53.899Z Downloaded clap_lex v1.0.0
3492026-05-28T08:45:53.902Z Downloaded dtrace-parser v0.2.0
3502026-05-28T08:45:53.902Z Downloaded cargo-platform v0.2.0
3512026-05-28T08:45:53.904Z Downloaded unicode-ident v1.0.24
3522026-05-28T08:45:53.907Z Downloaded toml_edit v0.22.27
3532026-05-28T08:45:53.910Z Downloaded textwrap v0.16.2
3542026-05-28T08:45:53.910Z Downloaded zerotrie v0.2.3
3552026-05-28T08:45:53.912Z Downloaded strsim v0.11.1
3562026-05-28T08:45:53.912Z Downloaded smawk v0.3.2
3572026-05-28T08:45:53.915Z Downloaded form_urlencoded v1.2.2
3582026-05-28T08:45:53.915Z Downloaded typenum v1.19.0
3592026-05-28T08:45:53.918Z Downloaded url v2.5.8
3602026-05-28T08:45:53.920Z Downloaded equivalent v1.0.2
3612026-05-28T08:45:53.920Z Downloaded cpufeatures v0.2.17
3622026-05-28T08:45:53.920Z Downloaded fastrand v2.3.0
3632026-05-28T08:45:53.925Z Downloaded serde_tokenstream v0.2.3
3642026-05-28T08:45:53.927Z Downloaded digest v0.10.7
3652026-05-28T08:45:53.930Z Downloaded zerovec v0.11.5
3662026-05-28T08:45:53.933Z Downloaded fs-err v3.3.0
3672026-05-28T08:45:53.940Z Downloaded percent-encoding v2.3.2
3682026-05-28T08:45:53.943Z Downloaded fnv v1.0.7
3692026-05-28T08:45:53.943Z Downloaded errno v0.3.14
3702026-05-28T08:45:53.943Z Downloaded zerocopy v0.7.35
3712026-05-28T08:45:53.952Z Downloaded winnow v0.7.14
3722026-05-28T08:45:53.957Z Downloaded clap v4.6.1
3732026-05-28T08:45:53.962Z Downloaded proc-macro-error v1.0.4
3742026-05-28T08:45:53.964Z Downloaded terminal_size v0.4.3
3752026-05-28T08:45:53.967Z Downloaded tabled_derive v0.7.0
3762026-05-28T08:45:53.967Z Downloaded unicode-width v0.2.0
3772026-05-28T08:45:53.970Z Downloaded unicode-width v0.1.14
3782026-05-28T08:45:53.973Z Downloaded once_cell v1.21.3
3792026-05-28T08:45:53.975Z Downloaded log v0.4.29
3802026-05-28T08:45:53.975Z Downloaded camino v1.2.2
3812026-05-28T08:45:53.978Z Downloaded anstyle v1.0.14
3822026-05-28T08:45:53.978Z Downloaded smallvec v1.15.1
3832026-05-28T08:45:53.981Z Downloaded tempfile v3.25.0
3842026-05-28T08:45:53.981Z Downloaded serde-value v0.7.0
3852026-05-28T08:45:53.981Z Downloaded heck v0.4.1
3862026-05-28T08:45:53.984Z Downloaded potential_utf v0.1.4
3872026-05-28T08:45:53.984Z Downloaded litemap v0.8.1
3882026-05-28T08:45:53.984Z Downloaded bitflags v2.11.0
3892026-05-28T08:45:53.986Z Downloaded crypto-common v0.1.7
3902026-05-28T08:45:53.987Z Downloaded clap_derive v4.6.1
3912026-05-28T08:45:53.994Z Downloaded displaydoc v0.2.5
3922026-05-28T08:45:53.996Z Downloaded pest_generator v2.8.6
3932026-05-28T08:45:53.996Z Downloaded pest_derive v2.8.6
3942026-05-28T08:45:54.002Z Downloaded sha2 v0.10.9
3952026-05-28T08:45:54.008Z Downloaded icu_normalizer v2.1.1
3962026-05-28T08:45:54.016Z Downloaded papergrid v0.11.0
3972026-05-28T08:45:54.020Z Downloaded num-traits v0.2.19
3982026-05-28T08:45:54.023Z Downloaded semver v1.0.28
3992026-05-28T08:45:54.026Z Downloaded scroll v0.12.0
4002026-05-28T08:45:54.029Z Downloaded proc-macro2 v1.0.106
4012026-05-28T08:45:54.032Z Downloaded icu_provider v2.1.1
4022026-05-28T08:45:54.035Z Downloaded serde_core v1.0.228
4032026-05-28T08:45:54.037Z Downloaded getrandom v0.4.1
4042026-05-28T08:45:54.040Z Downloaded pest_meta v2.8.6
4052026-05-28T08:45:54.042Z Downloaded serde_derive v1.0.228
4062026-05-28T08:45:54.047Z Downloaded icu_normalizer_data v2.1.1
4072026-05-28T08:45:54.054Z Downloaded indexmap v2.14.0
4082026-05-28T08:45:54.056Z Downloaded serde v1.0.228
4092026-05-28T08:45:54.059Z Downloaded icu_locale_core v2.1.1
4102026-05-28T08:45:54.061Z Downloaded anyhow v1.0.102
4112026-05-28T08:45:54.071Z Downloaded memchr v2.8.0
4122026-05-28T08:45:54.074Z Downloaded icu_properties v2.1.2
4132026-05-28T08:45:54.078Z Downloaded icu_collections v2.1.1
4142026-05-28T08:45:54.081Z Downloaded pest v2.8.6
4152026-05-28T08:45:54.084Z Downloaded clap_builder v4.6.0
4162026-05-28T08:45:54.098Z Downloaded icu_properties_data v2.1.2
4172026-05-28T08:45:54.103Z Downloaded hashbrown v0.17.0
4182026-05-28T08:45:54.106Z Downloaded idna v1.1.0
4192026-05-28T08:45:54.109Z Downloaded serde_json v1.0.149
4202026-05-28T08:45:54.123Z Downloaded goblin v0.8.2
4212026-05-28T08:45:54.131Z Downloaded tabled v0.15.0
4222026-05-28T08:45:54.140Z Downloaded syn v1.0.109
4232026-05-28T08:45:54.156Z Downloaded syn v2.0.117
4242026-05-28T08:45:54.170Z Downloaded rustix v1.1.3
4252026-05-28T08:45:54.194Z Downloaded libc v0.2.185
4262026-05-28T08:45:54.262Z Compiling proc-macro2 v1.0.106
4272026-05-28T08:45:54.262Z Compiling unicode-ident v1.0.24
4282026-05-28T08:45:54.262Z Compiling quote v1.0.45
4292026-05-28T08:45:54.265Z Compiling serde_core v1.0.228
4302026-05-28T08:45:54.265Z Compiling libc v0.2.185
4312026-05-28T08:45:54.265Z Compiling version_check v0.9.5
4322026-05-28T08:45:54.265Z Compiling memchr v2.8.0
4332026-05-28T08:45:54.447Z Compiling stable_deref_trait v1.2.1
4342026-05-28T08:45:54.542Z Compiling serde v1.0.228
4352026-05-28T08:45:54.585Z Compiling zmij v1.0.21
4362026-05-28T08:45:54.821Z Compiling itoa v1.0.17
4372026-05-28T08:45:54.910Z Compiling thiserror v1.0.69
4382026-05-28T08:45:54.991Z Compiling ucd-trie v0.1.7
4392026-05-28T08:45:55.131Z Compiling autocfg v1.5.0
4402026-05-28T08:45:55.205Z Compiling pest v2.8.6
4412026-05-28T08:45:55.208Z Compiling litemap v0.8.1
4422026-05-28T08:45:55.254Z Compiling writeable v0.6.2
4432026-05-28T08:45:55.370Z Compiling rustix v1.1.3
4442026-05-28T08:45:55.393Z Compiling icu_properties_data v2.1.2
4452026-05-28T08:45:55.573Z Compiling icu_normalizer_data v2.1.1
4462026-05-28T08:45:55.716Z Compiling byteorder v1.5.0
4472026-05-28T08:45:55.739Z Compiling syn v2.0.117
4482026-05-28T08:45:55.831Z Compiling errno v0.3.14
4492026-05-28T08:45:55.848Z Compiling bitflags v2.11.0
4502026-05-28T08:45:55.943Z Compiling serde_json v1.0.149
4512026-05-28T08:45:56.085Z Compiling num-traits v0.2.19
4522026-05-28T08:45:56.123Z Compiling typeid v1.0.3
4532026-05-28T08:45:56.159Z Compiling smallvec v1.15.1
4542026-05-28T08:45:56.265Z Compiling pest_meta v2.8.6
4552026-05-28T08:45:56.369Z Compiling hashbrown v0.17.0
4562026-05-28T08:45:56.385Z Compiling equivalent v1.0.2
4572026-05-28T08:45:56.650Z Compiling thread-id v4.2.2
4582026-05-28T08:45:56.666Z Compiling usdt-impl v0.5.0
4592026-05-28T08:45:56.681Z Compiling proc-macro-error-attr v1.0.4
4602026-05-28T08:45:56.733Z Compiling winnow v0.7.14
4612026-05-28T08:45:56.860Z Compiling indexmap v2.14.0
4622026-05-28T08:45:56.876Z Compiling syn v1.0.109
4632026-05-28T08:45:56.904Z Compiling erased-serde v0.4.9
4642026-05-28T08:45:57.209Z Compiling toml_write v0.1.2
4652026-05-28T08:45:57.516Z Compiling proc-macro-error v1.0.4
4662026-05-28T08:45:57.532Z Compiling log v0.4.29
4672026-05-28T08:45:57.717Z Compiling percent-encoding v2.3.2
4682026-05-28T08:45:57.731Z Compiling thiserror v2.0.18
4692026-05-28T08:45:57.913Z Compiling camino v1.2.2
4702026-05-28T08:45:57.955Z Compiling utf8parse v0.2.2
4712026-05-28T08:45:57.971Z Compiling utf8_iter v1.0.4
4722026-05-28T08:45:58.064Z Compiling plain v0.2.3
4732026-05-28T08:45:58.079Z Compiling getrandom v0.4.1
4742026-05-28T08:45:58.139Z Compiling anstyle-parse v1.0.0
4752026-05-28T08:45:58.177Z Compiling ordered-float v2.10.1
4762026-05-28T08:45:58.229Z Compiling form_urlencoded v1.2.2
4772026-05-28T08:45:58.347Z Compiling synstructure v0.13.2
4782026-05-28T08:45:58.381Z Compiling pest_generator v2.8.6
4792026-05-28T08:45:58.471Z Compiling terminal_size v0.4.3
4802026-05-28T08:45:58.620Z Compiling anstyle v1.0.14
4812026-05-28T08:45:58.702Z Compiling colorchoice v1.0.4
4822026-05-28T08:45:58.807Z Compiling pretty-hex v0.4.1
4832026-05-28T08:45:58.823Z Compiling is_terminal_polyfill v1.70.2
4842026-05-28T08:45:58.847Z Compiling anstyle-query v1.1.5
4852026-05-28T08:45:58.863Z Compiling cfg-if v1.0.4
4862026-05-28T08:45:58.936Z Compiling anstream v1.0.0
4872026-05-28T08:45:58.952Z Compiling serde-untagged v0.1.9
4882026-05-28T08:45:59.080Z Compiling semver v1.0.28
4892026-05-28T08:45:59.122Z Compiling fs-err v3.3.0
4902026-05-28T08:45:59.199Z Compiling once_cell v1.21.3
4912026-05-28T08:45:59.254Z Compiling heck v0.4.1
4922026-05-28T08:45:59.305Z Compiling unicode-xid v0.2.6
4932026-05-28T08:45:59.369Z Compiling strsim v0.11.1
4942026-05-28T08:45:59.405Z Compiling bytecount v0.6.9
4952026-05-28T08:45:59.421Z Compiling clap_lex v1.0.0
4962026-05-28T08:45:59.437Z Compiling unicode-width v0.1.14
4972026-05-28T08:45:59.479Z Compiling heck v0.5.0
4982026-05-28T08:45:59.650Z Compiling anyhow v1.0.102
4992026-05-28T08:45:59.707Z Compiling fnv v1.0.7
5002026-05-28T08:45:59.724Z Compiling fastrand v2.3.0
5012026-05-28T08:45:59.727Z Compiling clap_builder v4.6.0
5022026-05-28T08:45:59.811Z Compiling papergrid v0.11.0
5032026-05-28T08:45:59.946Z Compiling tempfile v3.25.0
5042026-05-28T08:45:59.985Z Compiling memmap v0.7.0
5052026-05-28T08:46:00.040Z Compiling serde_derive v1.0.228
5062026-05-28T08:46:00.168Z Compiling zerofrom-derive v0.1.6
5072026-05-28T08:46:00.183Z Compiling yoke-derive v0.8.1
5082026-05-28T08:46:00.309Z Compiling zerovec-derive v0.11.2
5092026-05-28T08:46:00.466Z Compiling displaydoc v0.2.5
5102026-05-28T08:46:01.195Z Compiling thiserror-impl v1.0.69
5112026-05-28T08:46:01.211Z Compiling zerocopy-derive v0.7.35
5122026-05-28T08:46:01.303Z Compiling pest_derive v2.8.6
5132026-05-28T08:46:01.381Z Compiling scroll_derive v0.12.1
5142026-05-28T08:46:01.539Z Compiling zerofrom v0.1.6
5152026-05-28T08:46:01.672Z Compiling yoke v0.8.1
5162026-05-28T08:46:01.721Z Compiling thiserror-impl v2.0.18
5172026-05-28T08:46:01.864Z Compiling zerovec v0.11.5
5182026-05-28T08:46:02.073Z Compiling zerotrie v0.2.3
5192026-05-28T08:46:02.119Z Compiling zerocopy v0.7.35
5202026-05-28T08:46:02.385Z Compiling tinystr v0.8.2
5212026-05-28T08:46:02.427Z Compiling potential_utf v0.1.4
5222026-05-28T08:46:02.596Z Compiling icu_locale_core v2.1.1
5232026-05-28T08:46:02.599Z Compiling icu_collections v2.1.1
5242026-05-28T08:46:02.629Z Compiling dtrace-parser v0.2.0
5252026-05-28T08:46:02.681Z Compiling scroll v0.12.0
5262026-05-28T08:46:02.749Z Compiling tabled_derive v0.7.0
5272026-05-28T08:46:02.954Z Compiling goblin v0.8.2
5282026-05-28T08:46:02.984Z Compiling clap_derive v4.6.1
5292026-05-28T08:46:03.227Z Compiling icu_provider v2.1.1
5302026-05-28T08:46:03.399Z Compiling unicode-width v0.2.0
5312026-05-28T08:46:03.525Z Compiling icu_normalizer v2.1.1
5322026-05-28T08:46:03.541Z Compiling icu_properties v2.1.2
5332026-05-28T08:46:03.547Z Compiling serde_spanned v0.6.9
5342026-05-28T08:46:03.619Z Compiling toml_datetime v0.6.11
5352026-05-28T08:46:03.668Z Compiling dof v0.3.0
5362026-05-28T08:46:03.695Z Compiling serde_tokenstream v0.2.3
5372026-05-28T08:46:03.716Z Compiling serde-value v0.7.0
5382026-05-28T08:46:03.889Z Compiling toml_edit v0.22.27
5392026-05-28T08:46:04.036Z Compiling cargo-platform v0.2.0
5402026-05-28T08:46:04.050Z Compiling smawk v0.3.2
5412026-05-28T08:46:04.063Z Compiling unicode-linebreak v0.1.5
5422026-05-28T08:46:04.189Z Compiling tabled v0.15.0
5432026-05-28T08:46:04.302Z Compiling textwrap v0.16.2
5442026-05-28T08:46:04.311Z Compiling macaddr v1.0.1
5452026-05-28T08:46:04.554Z Compiling idna_adapter v1.2.1
5462026-05-28T08:46:04.595Z Compiling usdt-attr-macro v0.5.0
5472026-05-28T08:46:04.625Z Compiling usdt-macro v0.5.0
5482026-05-28T08:46:04.690Z Compiling idna v1.1.0
5492026-05-28T08:46:04.765Z Compiling clap v4.6.1
5502026-05-28T08:46:04.861Z Compiling camino-tempfile v1.4.1
5512026-05-28T08:46:05.089Z Compiling url v2.5.8
5522026-05-28T08:46:05.261Z Compiling toml v0.8.23
5532026-05-28T08:46:05.339Z Compiling swrite v0.1.0
5542026-05-28T08:46:05.402Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5552026-05-28T08:46:05.652Z Compiling cargo-util-schemas v0.8.2
5562026-05-28T08:46:05.833Z Compiling cargo_toml v0.21.0
5572026-05-28T08:46:06.054Z Compiling usdt v0.5.0
5582026-05-28T08:46:06.545Z Compiling cargo_metadata v0.21.0
5592026-05-28T08:46:07.492Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5602026-05-28T08:46:09.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.63s
5612026-05-28T08:46:09.808Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5622026-05-28T08:46:10.392Z Downloading crates ...
5632026-05-28T08:46:10.478Z Downloaded aead v0.5.2
5642026-05-28T08:46:10.481Z Downloaded adler2 v2.0.1
5652026-05-28T08:46:10.488Z Downloaded bitflags v1.3.2
5662026-05-28T08:46:10.503Z Downloaded crc-any v2.5.0
5672026-05-28T08:46:10.505Z Downloaded arrayref v0.3.9
5682026-05-28T08:46:10.506Z Downloaded bit-set v0.8.0
5692026-05-28T08:46:10.508Z Downloaded dsl_auto_type v0.2.0
5702026-05-28T08:46:10.512Z Downloaded darling_macro v0.21.3
5712026-05-28T08:46:10.512Z Downloaded fixedbitset v0.4.2
5722026-05-28T08:46:10.512Z Downloaded darling_macro v0.23.0
5732026-05-28T08:46:10.512Z Downloaded darling_macro v0.20.11
5742026-05-28T08:46:10.515Z Downloaded crc-catalog v2.4.0
5752026-05-28T08:46:10.515Z Downloaded ciborium-ll v0.2.2
5762026-05-28T08:46:10.515Z Downloaded darling_macro v0.13.4
5772026-05-28T08:46:10.515Z Downloaded curve25519-dalek-derive v0.1.1
5782026-05-28T08:46:10.518Z Downloaded atty v0.2.14
5792026-05-28T08:46:10.518Z Downloaded downcast-rs v2.0.2
5802026-05-28T08:46:10.518Z Downloaded block-padding v0.3.3
5812026-05-28T08:46:10.521Z Downloaded defmt v0.3.100
5822026-05-28T08:46:10.521Z Downloaded env_filter v1.0.0
5832026-05-28T08:46:10.524Z Downloaded crc8 v0.1.1
5842026-05-28T08:46:10.524Z Downloaded atomicwrites v0.4.4
5852026-05-28T08:46:10.524Z Downloaded bitfield-struct v0.6.2
5862026-05-28T08:46:10.524Z Downloaded bb8 v0.8.6
5872026-05-28T08:46:10.526Z Downloaded cfg_aliases v0.1.1
5882026-05-28T08:46:10.527Z Downloaded bit-set v0.5.3
5892026-05-28T08:46:10.527Z Downloaded cstr-argument v0.1.2
5902026-05-28T08:46:10.529Z Downloaded darling_core v0.21.3
5912026-05-28T08:46:10.532Z Downloaded fallible-iterator v0.2.0
5922026-05-28T08:46:10.534Z Downloaded bitfield-macros v0.19.4
5932026-05-28T08:46:10.534Z Downloaded embedded-io v0.4.0
5942026-05-28T08:46:10.537Z Downloaded ff v0.13.1
5952026-05-28T08:46:10.540Z Downloaded bcrypt-pbkdf v0.10.0
5962026-05-28T08:46:10.542Z Downloaded dropshot-api-manager-types v0.7.2
5972026-05-28T08:46:10.546Z Downloaded dof v0.4.0
5982026-05-28T08:46:10.546Z Downloaded crunchy v0.2.4
5992026-05-28T08:46:10.548Z Downloaded cfg_aliases v0.2.1
6002026-05-28T08:46:10.548Z Downloaded convert_case v0.4.0
6012026-05-28T08:46:10.548Z Downloaded embedded-io v0.6.1
6022026-05-28T08:46:10.548Z Downloaded dtrace-parser v0.3.0
6032026-05-28T08:46:10.551Z Downloaded crucible-workspace-hack v0.1.0
6042026-05-28T08:46:10.551Z Downloaded diesel_table_macro_syntax v0.3.0
6052026-05-28T08:46:10.554Z Downloaded assert_matches v1.5.0
6062026-05-28T08:46:10.554Z Downloaded derive_builder_macro v0.20.2
6072026-05-28T08:46:10.556Z Downloaded difflib v0.4.0
6082026-05-28T08:46:10.556Z Downloaded defmt-parser v1.0.0
6092026-05-28T08:46:10.559Z Downloaded ascii-canvas v3.0.0
6102026-05-28T08:46:10.559Z Downloaded array-init v0.0.4
6112026-05-28T08:46:10.563Z Downloaded derive-ex v0.1.8
6122026-05-28T08:46:10.566Z Downloaded async-stream-impl v0.3.6
6132026-05-28T08:46:10.566Z Downloaded async-recursion v1.1.1
6142026-05-28T08:46:10.568Z Downloaded critical-section v1.2.0
6152026-05-28T08:46:10.572Z Downloaded compression-core v0.4.31
6162026-05-28T08:46:10.572Z Downloaded ciborium-io v0.2.2
6172026-05-28T08:46:10.572Z Downloaded debug-ignore v1.0.5
6182026-05-28T08:46:10.575Z Downloaded cargo-platform v0.3.2
6192026-05-28T08:46:10.577Z Downloaded enum-as-inner v0.6.1
6202026-05-28T08:46:10.580Z Downloaded document-features v0.2.12
6212026-05-28T08:46:10.580Z Downloaded cipher v0.4.4
6222026-05-28T08:46:10.582Z Downloaded chacha20 v0.9.1
6232026-05-28T08:46:10.582Z Downloaded dunce v1.0.5
6242026-05-28T08:46:10.582Z Downloaded backoff v0.4.0
6252026-05-28T08:46:10.585Z Downloaded blowfish v0.9.1
6262026-05-28T08:46:10.585Z Downloaded bcs v0.1.6
6272026-05-28T08:46:10.588Z Downloaded flagset v0.4.7
6282026-05-28T08:46:10.588Z Downloaded endian-type v0.1.2
6292026-05-28T08:46:10.590Z Downloaded dirs-next v2.0.0
6302026-05-28T08:46:10.590Z Downloaded cobs v0.3.0
6312026-05-28T08:46:10.590Z Downloaded dyn-clone v1.0.20
6322026-05-28T08:46:10.593Z Downloaded dirs-sys-next v0.1.2
6332026-05-28T08:46:10.593Z Downloaded fd-lock v4.0.4
6342026-05-28T08:46:10.596Z Downloaded crc v3.4.0
6352026-05-28T08:46:10.596Z Downloaded atomic-waker v1.1.2
6362026-05-28T08:46:10.599Z Downloaded display-error-chain v0.2.2
6372026-05-28T08:46:10.602Z Downloaded base16ct v0.2.0
6382026-05-28T08:46:10.602Z Downloaded async-stream v0.3.6
6392026-05-28T08:46:10.605Z Downloaded foreign-types v0.3.2
6402026-05-28T08:46:10.608Z Downloaded float-cmp v0.10.0
6412026-05-28T08:46:10.608Z Downloaded buf-list v1.1.2
6422026-05-28T08:46:10.611Z Downloaded cpufeatures v0.3.0
6432026-05-28T08:46:10.614Z Downloaded bitfield v0.19.4
6442026-05-28T08:46:10.614Z Downloaded ed25519 v2.2.3
6452026-05-28T08:46:10.614Z Downloaded darling v0.21.3
6462026-05-28T08:46:10.617Z Downloaded find-msvc-tools v0.1.9
6472026-05-28T08:46:10.619Z Downloaded futures-task v0.3.32
6482026-05-28T08:46:10.620Z Downloaded der_derive v0.7.3
6492026-05-28T08:46:10.620Z Downloaded futures-sink v0.3.32
6502026-05-28T08:46:10.622Z Downloaded foreign-types-shared v0.1.1
6512026-05-28T08:46:10.622Z Downloaded futures-macro v0.3.32
6522026-05-28T08:46:10.622Z Downloaded foreign-types-macros v0.2.3
6532026-05-28T08:46:10.622Z Downloaded foreign-types v0.5.0
6542026-05-28T08:46:10.625Z Downloaded erased-serde v0.3.31
6552026-05-28T08:46:10.625Z Downloaded ghash v0.5.1
6562026-05-28T08:46:10.625Z Downloaded funty v2.0.0
6572026-05-28T08:46:10.628Z Downloaded cargo_metadata v0.23.1
6582026-05-28T08:46:10.628Z Downloaded darling v0.23.0
6592026-05-28T08:46:10.630Z Downloaded either v1.15.0
6602026-05-28T08:46:10.633Z Downloaded fxhash v0.2.1
6612026-05-28T08:46:10.633Z Downloaded cassowary v0.3.0
6622026-05-28T08:46:10.633Z Downloaded foreign-types-shared v0.3.1
6632026-05-28T08:46:10.636Z Downloaded git-stub v1.0.0
6642026-05-28T08:46:10.636Z Downloaded constant_time_eq v0.4.2
6652026-05-28T08:46:10.636Z Downloaded async-trait v0.1.89
6662026-05-28T08:46:10.639Z Downloaded globwalk v0.9.1
6672026-05-28T08:46:10.641Z Downloaded compression-codecs v0.4.37
6682026-05-28T08:46:10.641Z Downloaded cmake v0.1.57
6692026-05-28T08:46:10.644Z Downloaded hash32 v0.2.1
6702026-05-28T08:46:10.644Z Downloaded foldhash v0.1.5
6712026-05-28T08:46:10.644Z Downloaded headers-core v0.3.0
6722026-05-28T08:46:10.647Z Downloaded env_logger v0.11.9
6732026-05-28T08:46:10.647Z Downloaded daft-derive v0.1.7
6742026-05-28T08:46:10.649Z Downloaded hash32 v0.3.1
6752026-05-28T08:46:10.649Z Downloaded bit-vec v0.8.0
6762026-05-28T08:46:10.652Z Downloaded fixedbitset v0.5.7
6772026-05-28T08:46:10.652Z Downloaded corncobs v0.1.4
6782026-05-28T08:46:10.655Z Downloaded bit-vec v0.6.3
6792026-05-28T08:46:10.655Z Downloaded deranged v0.5.8
6802026-05-28T08:46:10.659Z Downloaded darling v0.13.4
6812026-05-28T08:46:10.659Z Downloaded crossbeam-deque v0.8.6
6822026-05-28T08:46:10.659Z Downloaded float-ord v0.3.2
6832026-05-28T08:46:10.662Z Downloaded diesel-dtrace v0.5.0
6842026-05-28T08:46:10.662Z Downloaded cbc v0.1.2
6852026-05-28T08:46:10.662Z Downloaded camino-tempfile-ext v0.3.3
6862026-05-28T08:46:10.664Z Downloaded castaway v0.2.4
6872026-05-28T08:46:10.664Z Downloaded foldhash v0.2.0
6882026-05-28T08:46:10.664Z Downloaded argon2 v0.5.3
6892026-05-28T08:46:10.667Z Downloaded gethostname v0.5.0
6902026-05-28T08:46:10.667Z Downloaded hex-literal v0.4.1
6912026-05-28T08:46:10.667Z Downloaded convert_case v0.10.0
6922026-05-28T08:46:10.670Z Downloaded hex v0.4.3
6932026-05-28T08:46:10.670Z Downloaded base64ct v1.8.3
6942026-05-28T08:46:10.672Z Downloaded ena v0.14.4
6952026-05-28T08:46:10.672Z Downloaded futures-io v0.3.32
6962026-05-28T08:46:10.672Z Downloaded darling_core v0.13.4
6972026-05-28T08:46:10.675Z Downloaded crossbeam-utils v0.8.21
6982026-05-28T08:46:10.678Z Downloaded bzip2 v0.6.1
6992026-05-28T08:46:10.678Z Downloaded crc32fast v1.5.0
7002026-05-28T08:46:10.680Z Downloaded async-bb8-diesel v0.2.1
7012026-05-28T08:46:10.680Z Downloaded cexpr v0.6.0
7022026-05-28T08:46:10.683Z Downloaded futures-core v0.3.32
7032026-05-28T08:46:10.683Z Downloaded console v0.16.2
7042026-05-28T08:46:10.686Z Downloaded git-stub-vcs v0.1.0
7052026-05-28T08:46:10.686Z Downloaded fs_extra v1.3.0
7062026-05-28T08:46:10.686Z Downloaded drift v0.2.0
7072026-05-28T08:46:10.692Z Downloaded hubpack_derive v0.1.1
7082026-05-28T08:46:10.694Z Downloaded http-range v0.1.5
7092026-05-28T08:46:10.695Z Downloaded hyper-tls v0.6.0
7102026-05-28T08:46:10.695Z Downloaded globset v0.4.18
7112026-05-28T08:46:10.697Z Downloaded chacha20 v0.10.0
7122026-05-28T08:46:10.697Z Downloaded const-oid v0.9.6
7132026-05-28T08:46:10.700Z Downloaded ahash v0.8.12
7142026-05-28T08:46:10.700Z Downloaded glob v0.3.3
7152026-05-28T08:46:10.703Z Downloaded illumos-nvpair-sys v0.2.0
7162026-05-28T08:46:10.703Z Downloaded illumos-nvpair v0.3.0
7172026-05-28T08:46:10.703Z Downloaded cookie_store v0.22.1
7182026-05-28T08:46:10.705Z Downloaded byte-wrapper v0.1.0
7192026-05-28T08:46:10.708Z Downloaded indoc v1.0.9
7202026-05-28T08:46:10.708Z Downloaded defmt-macros v1.0.1
7212026-05-28T08:46:10.710Z Downloaded cookie v0.18.1
7222026-05-28T08:46:10.710Z Downloaded ident_case v1.0.1
7232026-05-28T08:46:10.713Z Downloaded group v0.13.0
7242026-05-28T08:46:10.713Z Downloaded darling v0.20.11
7252026-05-28T08:46:10.716Z Downloaded filetime v0.2.27
7262026-05-28T08:46:10.719Z Downloaded instant v0.1.13
7272026-05-28T08:46:10.719Z Downloaded instability v0.3.11
7282026-05-28T08:46:10.719Z Downloaded derive_builder_core v0.20.2
7292026-05-28T08:46:10.721Z Downloaded cancel-safe-futures v0.1.5
7302026-05-28T08:46:10.721Z Downloaded anstream v0.6.21
7312026-05-28T08:46:10.724Z Downloaded backon v1.6.0
7322026-05-28T08:46:10.727Z Downloaded colored v3.1.1
7332026-05-28T08:46:10.727Z Downloaded ciborium v0.2.2
7342026-05-28T08:46:10.729Z Downloaded colored v2.2.0
7352026-05-28T08:46:10.729Z Downloaded inout v0.1.4
7362026-05-28T08:46:10.732Z Downloaded const_format_proc_macros v0.2.34
7372026-05-28T08:46:10.732Z Downloaded lazy_static v1.5.0
7382026-05-28T08:46:10.734Z Downloaded internet-checksum v0.2.1
7392026-05-28T08:46:10.734Z Downloaded anstyle-parse v0.2.7
7402026-05-28T08:46:10.734Z Downloaded is_ci v1.2.0
7412026-05-28T08:46:10.737Z Downloaded hubpack v0.1.2
7422026-05-28T08:46:10.737Z Downloaded futures-executor v0.3.32
7432026-05-28T08:46:10.737Z Downloaded libscf-sys v1.1.0
7442026-05-28T08:46:10.740Z Downloaded darling_core v0.20.11
7452026-05-28T08:46:10.743Z Downloaded derive_builder v0.20.2
7462026-05-28T08:46:10.745Z Downloaded bzip2 v0.4.4
7472026-05-28T08:46:10.745Z Downloaded daft v0.1.7
7482026-05-28T08:46:10.748Z Downloaded elliptic-curve v0.13.8
7492026-05-28T08:46:10.750Z Downloaded des v0.8.1
7502026-05-28T08:46:10.751Z Downloaded data-encoding v2.10.0
7512026-05-28T08:46:10.751Z Downloaded futures-channel v0.3.32
7522026-05-28T08:46:10.753Z Downloaded crossbeam-epoch v0.9.18
7532026-05-28T08:46:10.753Z Downloaded kstat-rs v0.2.4
7542026-05-28T08:46:10.756Z Downloaded http-body-util v0.1.3
7552026-05-28T08:46:10.756Z Downloaded keccak v0.1.6
7562026-05-28T08:46:10.756Z Downloaded home v0.5.12
7572026-05-28T08:46:10.759Z Downloaded highway v1.3.0
7582026-05-28T08:46:10.759Z Downloaded lru v0.12.5
7592026-05-28T08:46:10.759Z Downloaded linked-hash-map v0.5.6
7602026-05-28T08:46:10.762Z Downloaded httpdate v1.0.3
7612026-05-28T08:46:10.762Z Downloaded match_cfg v0.1.0
7622026-05-28T08:46:10.762Z Downloaded md-5 v0.10.6
7632026-05-28T08:46:10.765Z Downloaded fs-err v2.11.0
7642026-05-28T08:46:10.765Z Downloaded lru-slab v0.1.2
7652026-05-28T08:46:10.765Z Downloaded humantime v2.3.0
7662026-05-28T08:46:10.768Z Downloaded getrandom v0.2.17
7672026-05-28T08:46:10.768Z Downloaded maplit v1.0.2
7682026-05-28T08:46:10.771Z Downloaded allocator-api2 v0.2.21
7692026-05-28T08:46:10.771Z Downloaded hyper-staticfile v0.10.1
7702026-05-28T08:46:10.774Z Downloaded memoffset v0.9.1
7712026-05-28T08:46:10.774Z Downloaded md5 v0.7.0
7722026-05-28T08:46:10.774Z Downloaded maybe-uninit v2.0.0
7732026-05-28T08:46:10.774Z Downloaded managed v0.8.0
7742026-05-28T08:46:10.777Z Downloaded lzss v0.8.2
7752026-05-28T08:46:10.777Z Downloaded nibble_vec v0.1.0
7762026-05-28T08:46:10.777Z Downloaded newtype-uuid-macros v0.1.0
7772026-05-28T08:46:10.779Z Downloaded mime v0.3.17
7782026-05-28T08:46:10.779Z Downloaded fatfs v0.3.6
7792026-05-28T08:46:10.782Z Downloaded indent_write v2.2.0
7802026-05-28T08:46:10.782Z Downloaded impl-trait-for-tuples v0.2.3
7812026-05-28T08:46:10.785Z Downloaded lru-cache v0.1.2
7822026-05-28T08:46:10.785Z Downloaded new_debug_unreachable v1.0.6
7832026-05-28T08:46:10.785Z Downloaded multimap v0.10.1
7842026-05-28T08:46:11.790Z Downloaded derive_more v0.99.20
7852026-05-28T08:46:11.794Z Downloaded derive-where v1.6.0
7862026-05-28T08:46:11.794Z Downloaded indoc v2.0.7
7872026-05-28T08:46:11.794Z Downloaded dropshot_endpoint v0.17.0
7882026-05-28T08:46:11.794Z Downloaded ipnet v2.11.0
7892026-05-28T08:46:11.794Z Downloaded ingot v0.1.1
7902026-05-28T08:46:11.794Z Downloaded is-terminal v0.4.17
7912026-05-28T08:46:11.794Z Downloaded newtype_derive v0.1.6
7922026-05-28T08:46:11.794Z Downloaded num v0.4.3
7932026-05-28T08:46:11.794Z Downloaded nonempty v0.12.0
7942026-05-28T08:46:11.794Z Downloaded newline-converter v0.3.0
7952026-05-28T08:46:11.794Z Downloaded normalize-line-endings v0.3.0
7962026-05-28T08:46:11.794Z Downloaded jobserver v0.1.34
7972026-05-28T08:46:11.794Z Downloaded nodrop v0.1.14
7982026-05-28T08:46:11.794Z Downloaded num-derive v0.4.2
7992026-05-28T08:46:11.794Z Downloaded num-iter v0.1.45
8002026-05-28T08:46:11.794Z Downloaded num-conv v0.2.0
8012026-05-28T08:46:11.794Z Downloaded ipnetwork v0.21.1
8022026-05-28T08:46:11.794Z Downloaded ingot-types v0.1.2
8032026-05-28T08:46:11.794Z Downloaded http-body v1.0.1
8042026-05-28T08:46:11.794Z Downloaded hostname v0.4.2
8052026-05-28T08:46:11.794Z Downloaded darling_core v0.23.0
8062026-05-28T08:46:11.794Z Downloaded crossbeam-channel v0.5.15
8072026-05-28T08:46:11.794Z Downloaded hostname v0.3.1
8082026-05-28T08:46:11.794Z Downloaded lalrpop-util v0.19.12
8092026-05-28T08:46:11.794Z Downloaded clang-sys v1.8.1
8102026-05-28T08:46:11.794Z Downloaded num_enum_derive v0.5.11
8112026-05-28T08:46:11.794Z Downloaded opaque-debug v0.3.1
8122026-05-28T08:46:11.794Z Downloaded httparse v1.10.1
8132026-05-28T08:46:11.795Z Downloaded openssl-probe v0.1.6
8142026-05-28T08:46:11.795Z Downloaded linear-map v1.2.0
8152026-05-28T08:46:11.795Z Downloaded futures v0.3.32
8162026-05-28T08:46:11.795Z Downloaded libsw-core v0.3.2
8172026-05-28T08:46:11.795Z Downloaded olpc-cjson v0.1.4
8182026-05-28T08:46:11.795Z Downloaded num_threads v0.1.7
8192026-05-28T08:46:11.795Z Downloaded libloading v0.8.9
8202026-05-28T08:46:11.795Z Downloaded iana-time-zone v0.1.65
8212026-05-28T08:46:11.795Z Downloaded native-tls v0.2.18
8222026-05-28T08:46:11.795Z Downloaded multer v3.1.0
8232026-05-28T08:46:11.795Z Downloaded packed_struct_codegen v0.10.1
8242026-05-28T08:46:11.795Z Downloaded hyper-rustls v0.27.7
8252026-05-28T08:46:11.795Z Downloaded chacha20poly1305 v0.10.1
8262026-05-28T08:46:11.795Z Downloaded blake2 v0.10.6
8272026-05-28T08:46:11.795Z Downloaded openssl-probe v0.2.1
8282026-05-28T08:46:11.795Z Downloaded peg-runtime v0.8.5
8292026-05-28T08:46:11.795Z Downloaded parse-size v1.1.0
8302026-05-28T08:46:11.795Z Downloaded parse-display v0.10.0
8312026-05-28T08:46:11.795Z Downloaded oso-derive v0.27.3
8322026-05-28T08:46:11.795Z Downloaded openssl-macros v0.1.1
8332026-05-28T08:46:11.795Z Downloaded half v1.8.3
8342026-05-28T08:46:11.795Z Downloaded const_format v0.2.35
8352026-05-28T08:46:11.795Z Downloaded mime_guess v2.0.5
8362026-05-28T08:46:11.795Z Downloaded base64 v0.21.7
8372026-05-28T08:46:11.795Z Downloaded getrandom v0.3.4
8382026-05-28T08:46:11.795Z Downloaded libefi-sys v0.1.0
8392026-05-28T08:46:11.795Z Downloaded ecdsa v0.16.9
8402026-05-28T08:46:11.795Z Downloaded defmt v1.0.1
8412026-05-28T08:46:11.795Z Downloaded ingot-macros v0.1.1
8422026-05-28T08:46:11.795Z Downloaded arc-swap v1.8.2
8432026-05-28T08:46:11.795Z Downloaded base64 v0.22.1
8442026-05-28T08:46:11.795Z Downloaded hmac v0.12.1
8452026-05-28T08:46:11.795Z Downloaded csv-core v0.1.13
8462026-05-28T08:46:11.795Z Downloaded arrayvec v0.7.6
8472026-05-28T08:46:11.795Z Downloaded pbkdf2 v0.12.2
8482026-05-28T08:46:11.795Z Downloaded num-complex v0.4.6
8492026-05-28T08:46:11.795Z Downloaded path-slash v0.1.5
8502026-05-28T08:46:11.795Z Downloaded newtype-uuid v1.3.2
8512026-05-28T08:46:11.796Z Downloaded phf_shared v0.13.1
8522026-05-28T08:46:11.796Z Downloaded phf_shared v0.12.1
8532026-05-28T08:46:11.796Z Downloaded phf_shared v0.11.3
8542026-05-28T08:46:11.796Z Downloaded pbkdf2 v0.11.0
8552026-05-28T08:46:11.796Z Downloaded num_enum v0.5.11
8562026-05-28T08:46:11.796Z Downloaded lock_api v0.4.14
8572026-05-28T08:46:11.796Z Downloaded num-rational v0.4.2
8582026-05-28T08:46:11.796Z Downloaded num-derive v0.3.3
8592026-05-28T08:46:11.796Z Downloaded num_enum_derive v0.7.6
8602026-05-28T08:46:11.796Z Downloaded num_enum v0.7.6
8612026-05-28T08:46:11.796Z Downloaded packed_struct v0.10.1
8622026-05-28T08:46:11.796Z Downloaded ignore v0.4.25
8632026-05-28T08:46:11.796Z Downloaded predicates-core v1.0.10
8642026-05-28T08:46:11.796Z Downloaded precomputed-hash v0.1.1
8652026-05-28T08:46:11.796Z Downloaded bumpalo v3.20.2
8662026-05-28T08:46:11.796Z Downloaded litrs v1.0.0
8672026-05-28T08:46:11.796Z Downloaded proc-macro-crate v1.3.1
8682026-05-28T08:46:11.796Z Downloaded proc-macro-error-attr2 v2.0.0
8692026-05-28T08:46:11.796Z Downloaded memmap2 v0.9.10
8702026-05-28T08:46:11.796Z Downloaded proc-macro-crate v3.4.0
8712026-05-28T08:46:11.796Z Downloaded powerfmt v0.2.0
8722026-05-28T08:46:11.796Z Downloaded compact_str v0.8.1
8732026-05-28T08:46:11.796Z Downloaded progenitor-client v0.11.2
8742026-05-28T08:46:11.796Z Downloaded libsw v3.5.0
8752026-05-28T08:46:11.796Z Downloaded predicates-tree v1.0.13
8762026-05-28T08:46:11.796Z Downloaded oxnet v0.1.5
8772026-05-28T08:46:11.796Z Downloaded indexmap v1.9.3
8782026-05-28T08:46:11.796Z Downloaded pem v3.0.6
8792026-05-28T08:46:11.796Z Downloaded oxide-tokio-rt v0.1.4
8802026-05-28T08:46:11.796Z Downloaded flate2 v1.1.9
8812026-05-28T08:46:11.796Z Downloaded password-hash v0.4.2
8822026-05-28T08:46:11.796Z Downloaded parse-display-derive v0.10.0
8832026-05-28T08:46:11.796Z Downloaded heapless v0.7.17
8842026-05-28T08:46:11.796Z Downloaded progenitor-macro v0.11.2
8852026-05-28T08:46:11.801Z Downloaded paste v1.0.15
8862026-05-28T08:46:11.801Z Downloaded pem-rfc7468 v0.7.0
8872026-05-28T08:46:11.801Z Downloaded flume v0.11.1
8882026-05-28T08:46:11.801Z Downloaded phf v0.12.1
8892026-05-28T08:46:11.801Z Downloaded peg-macros v0.8.5
8902026-05-28T08:46:11.801Z Downloaded phf v0.13.1
8912026-05-28T08:46:11.801Z Downloaded peg v0.8.5
8922026-05-28T08:46:11.801Z Downloaded pin-project-lite v0.2.17
8932026-05-28T08:46:11.801Z Downloaded psl-types v2.0.11
8942026-05-28T08:46:11.801Z Downloaded radium v0.7.0
8952026-05-28T08:46:11.801Z Downloaded pkg-config v0.3.32
8962026-05-28T08:46:11.801Z Downloaded progenitor-macro v0.14.0
8972026-05-28T08:46:11.801Z Downloaded progenitor-macro v0.13.0
8982026-05-28T08:46:11.801Z Downloaded derive_more v2.1.1
8992026-05-28T08:46:11.801Z Downloaded libbz2-rs-sys v0.2.2
9002026-05-28T08:46:11.801Z Downloaded pin-utils v0.1.0
9012026-05-28T08:46:11.801Z Downloaded num-integer v0.1.46
9022026-05-28T08:46:11.801Z Downloaded headers v0.4.1
9032026-05-28T08:46:11.801Z Downloaded ar_archive_writer v0.5.1
9042026-05-28T08:46:11.801Z Downloaded polyval v0.6.2
9052026-05-28T08:46:11.801Z Downloaded poly1305 v0.8.0
9062026-05-28T08:46:11.801Z Downloaded omicron-zone-package v0.12.2
9072026-05-28T08:46:11.801Z Downloaded pkcs8 v0.10.2
9082026-05-28T08:46:11.801Z Downloaded rand_chacha v0.3.1
9092026-05-28T08:46:11.801Z Downloaded rand_xorshift v0.4.0
9102026-05-28T08:46:11.801Z Downloaded parking_lot_core v0.8.6
9112026-05-28T08:46:11.801Z Downloaded parking_lot v0.12.5
9122026-05-28T08:46:11.801Z Downloaded parking_lot_core v0.9.12
9132026-05-28T08:46:11.801Z Downloaded proc-macro-error2 v2.0.1
9142026-05-28T08:46:11.801Z Downloaded progenitor v0.13.0
9152026-05-28T08:46:11.801Z Downloaded ref-cast-impl v1.0.25
9162026-05-28T08:46:11.801Z Downloaded cc v1.2.56
9172026-05-28T08:46:11.801Z Downloaded ref-cast v1.0.25
9182026-05-28T08:46:11.801Z Downloaded predicates v3.1.4
9192026-05-28T08:46:11.801Z Downloaded der v0.7.10
9202026-05-28T08:46:11.802Z Downloaded recursive-proc-macro-impl v0.1.1
9212026-05-28T08:46:11.802Z Downloaded derive_more-impl v2.1.1
9222026-05-28T08:46:11.802Z Downloaded progenitor-client v0.13.0
9232026-05-28T08:46:11.802Z Downloaded heapless v0.8.0
9242026-05-28T08:46:11.802Z Downloaded recursive v0.1.1
9252026-05-28T08:46:11.802Z Downloaded crypto-bigint v0.5.5
9262026-05-28T08:46:11.802Z Downloaded nu-ansi-term v0.50.3
9272026-05-28T08:46:11.802Z Downloaded ppv-lite86 v0.2.21
9282026-05-28T08:46:11.802Z Downloaded bytes v1.11.1
9292026-05-28T08:46:11.802Z Downloaded pkcs1 v0.7.5
9302026-05-28T08:46:11.802Z Downloaded pin-project-internal v1.1.11
9312026-05-28T08:46:11.802Z Downloaded r2d2 v0.8.10
9322026-05-28T08:46:11.802Z Downloaded progenitor-extras v0.2.0
9332026-05-28T08:46:11.802Z Downloaded progenitor v0.14.0
9342026-05-28T08:46:11.802Z Downloaded quick-error v1.2.3
9352026-05-28T08:46:11.802Z Downloaded owo-colors v4.3.0
9362026-05-28T08:46:11.802Z Downloaded progenitor v0.11.2
9372026-05-28T08:46:11.802Z Downloaded primeorder v0.13.6
9382026-05-28T08:46:11.802Z Downloaded rfc6979 v0.4.0
9392026-05-28T08:46:11.802Z Downloaded postgres-protocol v0.6.10
9402026-05-28T08:46:11.802Z Downloaded rustc_version v0.4.1
9412026-05-28T08:46:11.802Z Downloaded diesel_derives v2.3.7
9422026-05-28T08:46:11.802Z Downloaded rustc-hash v2.1.1
9432026-05-28T08:46:11.802Z Downloaded rtoolbox v0.0.3
9442026-05-28T08:46:11.802Z Downloaded nanorand v0.7.0
9452026-05-28T08:46:11.802Z Downloaded indicatif v0.18.4
9462026-05-28T08:46:11.802Z Downloaded russh-cryptovec v0.7.3
9472026-05-28T08:46:11.802Z Downloaded async-compression v0.4.41
9482026-05-28T08:46:11.802Z Downloaded pkcs5 v0.7.1
9492026-05-28T08:46:11.802Z Downloaded rustc_version v0.1.7
9502026-05-28T08:46:11.802Z Downloaded hickory-resolver v0.25.2
9512026-05-28T08:46:11.802Z Downloaded hickory-resolver v0.24.4
9522026-05-28T08:46:11.802Z Downloaded same-file v1.0.6
9532026-05-28T08:46:11.802Z Downloaded rand_chacha v0.9.0
9542026-05-28T08:46:11.802Z Downloaded postcard v1.1.3
9552026-05-28T08:46:11.802Z Downloaded papergrid v0.17.0
9562026-05-28T08:46:11.802Z Downloaded progenitor-client v0.14.0
9572026-05-28T08:46:11.802Z Downloaded password-hash v0.5.0
9582026-05-28T08:46:11.802Z Downloaded half v2.7.1
9592026-05-28T08:46:11.803Z Downloaded rand_core v0.10.0
9602026-05-28T08:46:11.803Z Downloaded expectorate v1.2.0
9612026-05-28T08:46:11.803Z Downloaded scroll_derive v0.13.1
9622026-05-28T08:46:11.803Z Downloaded rand_seeder v0.4.0
9632026-05-28T08:46:11.803Z Downloaded oso v0.27.3
9642026-05-28T08:46:11.803Z Downloaded sapling-renderdag v0.1.0
9652026-05-28T08:46:11.803Z Downloaded resolv-conf v0.7.6
9662026-05-28T08:46:11.803Z Downloaded ed25519-dalek v2.2.0
9672026-05-28T08:46:11.803Z Downloaded secrecy v0.8.0
9682026-05-28T08:46:11.803Z Downloaded scheduled-thread-pool v0.2.7
9692026-05-28T08:46:11.803Z Downloaded p256 v0.13.2
9702026-05-28T08:46:11.803Z Downloaded salsa20 v0.10.2
9712026-05-28T08:46:11.803Z Downloaded hashbrown v0.13.2
9722026-05-28T08:46:11.803Z Downloaded scopeguard v1.2.0
9732026-05-28T08:46:11.803Z Downloaded semver v0.1.20
9742026-05-28T08:46:11.803Z Downloaded parking_lot v0.11.2
9752026-05-28T08:46:11.803Z Downloaded ctr v0.9.2
9762026-05-28T08:46:11.803Z Downloaded console v0.15.11
9772026-05-28T08:46:11.803Z Downloaded diff v0.1.13
9782026-05-28T08:46:11.803Z Downloaded serde_bytes v0.11.19
9792026-05-28T08:46:11.803Z Downloaded serde_spanned v1.0.4
9802026-05-28T08:46:11.803Z Downloaded psm v0.1.30
9812026-05-28T08:46:11.803Z Downloaded quinn-udp v0.5.14
9822026-05-28T08:46:11.803Z Downloaded serde-big-array v0.5.1
9832026-05-28T08:46:11.803Z Downloaded pin-project v1.1.11
9842026-05-28T08:46:11.803Z Downloaded secrecy v0.10.3
9852026-05-28T08:46:11.807Z Downloaded serde_repr v0.1.20
9862026-05-28T08:46:11.807Z Downloaded serde_plain v1.0.2
9872026-05-28T08:46:11.807Z Downloaded signal-hook-mio v0.2.5
9882026-05-28T08:46:11.807Z Downloaded sha1 v0.10.6
9892026-05-28T08:46:11.807Z Downloaded rustls-pemfile v1.0.4
9902026-05-28T08:46:11.807Z Downloaded rustls-pemfile v2.2.0
9912026-05-28T08:46:11.807Z Downloaded rand_core v0.9.5
9922026-05-28T08:46:11.807Z Downloaded signature v2.2.0
9932026-05-28T08:46:11.807Z Downloaded shell-words v1.1.1
9942026-05-28T08:46:11.807Z Downloaded signal-hook-tokio v0.3.1
9952026-05-28T08:46:11.807Z Downloaded postgres-types v0.2.12
9962026-05-28T08:46:11.807Z Downloaded aes v0.8.4
9972026-05-28T08:46:11.807Z Downloaded rand_core v0.6.4
9982026-05-28T08:46:11.807Z Downloaded scrypt v0.11.0
9992026-05-28T08:46:11.807Z Downloaded sigpipe v0.1.3
10002026-05-28T08:46:11.807Z Downloaded sct v0.7.1
10012026-05-28T08:46:11.807Z Downloaded schemars_derive v0.8.22
10022026-05-28T08:46:11.807Z Downloaded slog-bunyan v2.5.0
10032026-05-28T08:46:11.808Z Downloaded openssl-sys v0.9.115
10042026-05-28T08:46:11.808Z Downloaded rusty-fork v0.3.1
10052026-05-28T08:46:11.808Z Downloaded rustversion v1.0.22
10062026-05-28T08:46:11.808Z Downloaded siphasher v1.0.2
10072026-05-28T08:46:11.808Z Downloaded progenitor-impl v0.13.0
10082026-05-28T08:46:11.808Z Downloaded prefix-trie v0.7.0
10092026-05-28T08:46:11.808Z Downloaded miniz_oxide v0.8.9
10102026-05-28T08:46:11.808Z Downloaded scroll v0.13.0
10112026-05-28T08:46:11.808Z Downloaded seq-macro v0.3.6
10122026-05-28T08:46:11.808Z Downloaded serde_derive_internals v0.29.1
10132026-05-28T08:46:11.808Z Downloaded serde-hex v0.1.0
10142026-05-28T08:46:11.808Z Downloaded sec1 v0.7.3
10152026-05-28T08:46:11.808Z Downloaded serde_urlencoded v0.7.1
10162026-05-28T08:46:11.808Z Downloaded rustls-native-certs v0.8.3
10172026-05-28T08:46:11.808Z Downloaded signal-hook-registry v1.4.8
10182026-05-28T08:46:11.808Z Downloaded serde_with_macros v1.5.2
10192026-05-28T08:46:11.808Z Downloaded ssh-encoding v0.2.0
10202026-05-28T08:46:11.808Z Downloaded ssh-cipher v0.2.0
10212026-05-28T08:46:11.808Z Downloaded strip-ansi-escapes v0.2.1
10222026-05-28T08:46:11.808Z Downloaded strum v0.26.3
10232026-05-28T08:46:11.808Z Downloaded strsim v0.10.0
10242026-05-28T08:46:11.808Z Downloaded sqlparser_derive v0.5.0
10252026-05-28T08:46:11.808Z Downloaded shlex v1.3.0
10262026-05-28T08:46:11.808Z Downloaded rustls-pki-types v1.14.0
10272026-05-28T08:46:11.808Z Downloaded pretty_assertions v1.4.1
10282026-05-28T08:46:11.808Z Downloaded prettyplease v0.2.37
10292026-05-28T08:46:11.808Z Downloaded hickory-server v0.25.2
10302026-05-28T08:46:11.808Z Downloaded sync-ptr v0.1.4
10312026-05-28T08:46:11.808Z Downloaded simd-adler32 v0.3.8
10322026-05-28T08:46:11.808Z Downloaded structmeta v0.3.0
10332026-05-28T08:46:11.808Z Downloaded slog-async v2.8.0
10342026-05-28T08:46:11.808Z Downloaded structmeta-derive v0.3.0
10352026-05-28T08:46:11.808Z Downloaded sync_wrapper v1.0.2
10362026-05-28T08:46:11.808Z Downloaded subtle v2.6.1
10372026-05-28T08:46:11.808Z Downloaded smallvec v0.6.14
10382026-05-28T08:46:11.808Z Downloaded crossterm v0.29.0
10392026-05-28T08:46:11.808Z Downloaded jiff-static v0.2.21
10402026-05-28T08:46:11.809Z Downloaded itertools v0.10.5
10412026-05-28T08:46:11.809Z Downloaded slog-json v2.6.1
10422026-05-28T08:46:11.809Z Downloaded num-bigint v0.4.6
10432026-05-28T08:46:11.809Z Downloaded smf v0.2.3
10442026-05-28T08:46:11.809Z Downloaded slog-term v2.9.2
10452026-05-28T08:46:11.809Z Downloaded progenitor-impl v0.11.2
10462026-05-28T08:46:11.809Z Downloaded tabwriter v1.4.1
10472026-05-28T08:46:11.809Z Downloaded take_mut v0.2.2
10482026-05-28T08:46:11.809Z Downloaded spki v0.7.3
10492026-05-28T08:46:11.809Z Downloaded termtree v0.5.1
10502026-05-28T08:46:11.809Z Downloaded tap v1.0.1
10512026-05-28T08:46:11.809Z Downloaded serde_path_to_error v0.1.20
10522026-05-28T08:46:11.809Z Downloaded progenitor-impl v0.14.0
10532026-05-28T08:46:11.809Z Downloaded tagptr v0.2.0
10542026-05-28T08:46:11.809Z Downloaded dropshot-api-manager v0.7.2
10552026-05-28T08:46:11.809Z Downloaded crossterm v0.28.1
10562026-05-28T08:46:11.809Z Downloaded thread-id v5.1.0
10572026-05-28T08:46:11.809Z Downloaded serde_cbor v0.11.2
10582026-05-28T08:46:11.809Z Downloaded tabled_derive v0.11.0
10592026-05-28T08:46:11.809Z Downloaded slog-envlogger v2.2.0
10602026-05-28T08:46:11.809Z Downloaded slog-dtrace v0.3.0
10612026-05-28T08:46:11.809Z Downloaded slab v0.4.12
10622026-05-28T08:46:11.809Z Downloaded rcgen v0.12.1
10632026-05-28T08:46:11.809Z Downloaded strum v0.27.2
10642026-05-28T08:46:11.809Z Downloaded static_assertions v1.1.0
10652026-05-28T08:46:11.809Z Downloaded russh-keys v0.45.0
10662026-05-28T08:46:11.809Z Downloaded stacker v0.1.23
10672026-05-28T08:46:11.809Z Downloaded tinyvec_macros v0.1.1
10682026-05-28T08:46:11.809Z Downloaded serde_with_macros v3.17.0
10692026-05-28T08:46:11.809Z Downloaded sqlformat v0.3.5
10702026-05-28T08:46:11.809Z Downloaded minimal-lexical v0.2.1
10712026-05-28T08:46:11.809Z Downloaded thiserror-impl-no-std v2.0.2
10722026-05-28T08:46:11.809Z Downloaded testing_table v0.3.0
10732026-05-28T08:46:11.809Z Downloaded time-core v0.1.8
10742026-05-28T08:46:11.809Z Downloaded hashbrown v0.12.3
10752026-05-28T08:46:11.809Z Downloaded slog-stdlog v4.1.1
10762026-05-28T08:46:11.809Z Downloaded slog-scope v4.4.1
10772026-05-28T08:46:11.809Z Downloaded stringprep v0.1.5
10782026-05-28T08:46:11.809Z Downloaded string_cache v0.8.9
10792026-05-28T08:46:11.810Z Downloaded strum_macros v0.27.2
10802026-05-28T08:46:11.810Z Downloaded hashbrown v0.15.5
10812026-05-28T08:46:11.810Z Downloaded nom v7.1.3
10822026-05-28T08:46:11.810Z Downloaded strum_macros v0.26.4
10832026-05-28T08:46:11.810Z Downloaded rayon-core v1.13.0
10842026-05-28T08:46:11.810Z Downloaded qorb v0.4.1
10852026-05-28T08:46:11.824Z Downloaded supports-color v3.0.2
10862026-05-28T08:46:11.824Z Downloaded schemars v0.8.22
10872026-05-28T08:46:11.824Z Downloaded support-bundle-viewer v0.1.2
10882026-05-28T08:46:11.824Z Downloaded snafu-derive v0.8.9
10892026-05-28T08:46:11.824Z Downloaded mio v1.2.0
10902026-05-28T08:46:11.824Z Downloaded tokio-macros v2.7.0
10912026-05-28T08:46:11.824Z Downloaded ryu v1.0.23
10922026-05-28T08:46:11.824Z Downloaded termios v0.3.3
10932026-05-28T08:46:11.824Z Downloaded aes-gcm v0.10.3
10942026-05-28T08:46:11.824Z Downloaded strum_macros v0.24.3
10952026-05-28T08:46:11.824Z Downloaded thiserror-no-std v2.0.2
10962026-05-28T08:46:11.824Z Downloaded tower-layer v0.3.3
10972026-05-28T08:46:11.824Z Downloaded rand v0.8.6
10982026-05-28T08:46:11.824Z Downloaded quinn v0.11.9
10992026-05-28T08:46:11.824Z Downloaded signal-hook v0.3.18
11002026-05-28T08:46:11.824Z Downloaded topological-sort v0.2.2
11012026-05-28T08:46:11.824Z Downloaded publicsuffix v2.3.0
11022026-05-28T08:46:11.824Z Downloaded rustls-platform-verifier v0.6.2
11032026-05-28T08:46:11.824Z Downloaded tower-service v0.3.3
11042026-05-28T08:46:11.824Z Downloaded unarray v0.1.4
11052026-05-28T08:46:11.824Z Downloaded hyper-util v0.1.20
11062026-05-28T08:46:11.824Z Downloaded spin v0.9.8
11072026-05-28T08:46:11.824Z Downloaded serde_yaml v0.9.34+deprecated
11082026-05-28T08:46:11.824Z Downloaded try-lock v0.2.5
11092026-05-28T08:46:11.825Z Downloaded time-macros v0.2.27
11102026-05-28T08:46:11.825Z Downloaded thread_local v1.1.9
11112026-05-28T08:46:11.825Z Downloaded http v1.4.0
11122026-05-28T08:46:11.825Z Downloaded trait-variant v0.1.2
11132026-05-28T08:46:11.825Z Downloaded schemars v0.9.0
11142026-05-28T08:46:11.825Z Downloaded typify-macro v0.4.3
11152026-05-28T08:46:11.825Z Downloaded tls_codec v0.4.2
11162026-05-28T08:46:11.825Z Downloaded slog v2.8.2
11172026-05-28T08:46:11.825Z Downloaded tls_codec_derive v0.4.2
11182026-05-28T08:46:11.825Z Downloaded itertools v0.12.1
11192026-05-28T08:46:11.825Z Downloaded libxml v0.3.3
11202026-05-28T08:46:11.825Z Downloaded socket2 v0.5.10
11212026-05-28T08:46:11.825Z Downloaded untrusted v0.9.0
11222026-05-28T08:46:11.825Z Downloaded unicode-truncate v1.1.0
11232026-05-28T08:46:11.825Z Downloaded tokio-rustls v0.25.0
11242026-05-28T08:46:11.825Z Downloaded similar v2.7.0
11252026-05-28T08:46:11.825Z Downloaded usdt v0.6.0
11262026-05-28T08:46:11.825Z Downloaded universal-hash v0.5.1
11272026-05-28T08:46:11.825Z Downloaded term v1.2.1
11282026-05-28T08:46:11.825Z Downloaded unit-prefix v0.5.2
11292026-05-28T08:46:11.825Z Downloaded socket2 v0.6.3
11302026-05-28T08:46:11.825Z Downloaded tokio-dtrace v0.1.1
11312026-05-28T08:46:11.825Z Downloaded rand v0.9.2
11322026-05-28T08:46:11.825Z Downloaded tokio-native-tls v0.3.1
11332026-05-28T08:46:11.825Z Downloaded term v0.7.0
11342026-05-28T08:46:11.825Z Downloaded rsa v0.9.10
11352026-05-28T08:46:11.825Z Downloaded utf-8 v0.7.6
11362026-05-28T08:46:11.825Z Downloaded toml_writer v1.0.6+spec-1.1.0
11372026-05-28T08:46:11.825Z Downloaded usdt-macro v0.6.0
11382026-05-28T08:46:11.825Z Downloaded usdt-attr-macro v0.6.0
11392026-05-28T08:46:11.825Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11402026-05-28T08:46:11.825Z Downloaded tokio-tungstenite v0.23.1
11412026-05-28T08:46:11.825Z Downloaded void v1.0.2
11422026-05-28T08:46:11.825Z Downloaded hashbrown v0.16.1
11432026-05-28T08:46:11.825Z Downloaded want v0.3.1
11442026-05-28T08:46:11.825Z Downloaded waitgroup v0.1.2
11452026-05-28T08:46:11.825Z Downloaded iri-string v0.7.10
11462026-05-28T08:46:11.825Z Downloaded tiny-keccak v2.0.2
11472026-05-28T08:46:11.826Z Downloaded wait-timeout v0.2.1
11482026-05-28T08:46:11.826Z Downloaded h2 v0.4.13
11492026-05-28T08:46:11.826Z Downloaded ron v0.8.1
11502026-05-28T08:46:11.826Z Downloaded samael v0.0.19
11512026-05-28T08:46:11.826Z Downloaded typify-macro v0.6.2
11522026-05-28T08:46:11.826Z Downloaded subprocess v0.2.15
11532026-05-28T08:46:11.826Z Downloaded tui-tree-widget v0.23.1
11542026-05-28T08:46:11.826Z Downloaded schemars v1.2.1
11552026-05-28T08:46:11.826Z Downloaded xattr v1.6.1
11562026-05-28T08:46:11.826Z Downloaded itertools v0.13.0
11572026-05-28T08:46:11.826Z Downloaded tokio-rustls v0.26.4
11582026-05-28T08:46:11.826Z Downloaded untrusted v0.7.1
11592026-05-28T08:46:11.826Z Downloaded futures-util v0.3.32
11602026-05-28T08:46:11.826Z Downloaded zeroize_derive v1.4.3
11612026-05-28T08:46:11.826Z Downloaded xshell-macros v0.2.7
11622026-05-28T08:46:11.826Z Downloaded unicase v2.9.0
11632026-05-28T08:46:11.826Z Downloaded libm v0.2.16
11642026-05-28T08:46:11.826Z Downloaded nom v8.0.0
11652026-05-28T08:46:11.826Z Downloaded zone v0.3.1
11662026-05-28T08:46:11.826Z Downloaded test-strategy v0.4.5
11672026-05-28T08:46:11.826Z Downloaded snafu v0.8.9
11682026-05-28T08:46:11.826Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11692026-05-28T08:46:11.826Z Downloaded toml_parser v1.0.9+spec-1.1.0
11702026-05-28T08:46:11.826Z Downloaded tokio-rustls v0.24.1
11712026-05-28T08:46:11.826Z Downloaded tinyvec v1.10.0
11722026-05-28T08:46:11.826Z Downloaded vergen-lib v0.1.6
11732026-05-28T08:46:11.826Z Downloaded tokio-tungstenite v0.21.0
11742026-05-28T08:46:11.826Z Downloaded zone_cfg_derive v0.3.1
11752026-05-28T08:46:11.826Z Downloaded vsss-rs v3.3.4
11762026-05-28T08:46:11.826Z Downloaded walkdir v2.5.0
11772026-05-28T08:46:11.826Z Downloaded vergen-git2 v9.1.0
11782026-05-28T08:46:11.826Z Downloaded vergen-lib v9.1.0
11792026-05-28T08:46:11.826Z Downloaded whoami v2.1.0
11802026-05-28T08:46:11.826Z Downloaded vergen-gitcl v1.0.8
11812026-05-28T08:46:11.826Z Downloaded tokio-stream v0.1.18
11822026-05-28T08:46:11.826Z Downloaded p521 v0.13.3
11832026-05-28T08:46:11.826Z Downloaded num-bigint-dig v0.8.6
11842026-05-28T08:46:11.826Z Downloaded unicode-properties v0.1.4
11852026-05-28T08:46:11.830Z Downloaded hyper v1.8.1
11862026-05-28T08:46:11.830Z Downloaded twox-hash v2.1.2
11872026-05-28T08:46:11.830Z Downloaded tracing-attributes v0.1.31
11882026-05-28T08:46:11.830Z Downloaded itertools v0.14.0
11892026-05-28T08:46:11.830Z Downloaded whoami v1.6.1
11902026-05-28T08:46:11.830Z Downloaded rustls-webpki v0.103.9
11912026-05-28T08:46:11.830Z Downloaded hkdf v0.12.4
11922026-05-28T08:46:11.830Z Downloaded wyz v0.5.1
11932026-05-28T08:46:11.830Z Downloaded rand v0.10.1
11942026-05-28T08:46:11.830Z Downloaded zeroize v1.8.2
11952026-05-28T08:46:11.830Z Downloaded tar v0.4.45
11962026-05-28T08:46:11.830Z Downloaded toml v1.0.6+spec-1.1.0
11972026-05-28T08:46:11.830Z Downloaded toml v0.7.8
11982026-05-28T08:46:11.831Z Downloaded vergen v9.1.0
11992026-05-28T08:46:11.831Z Downloaded uzers v0.12.2
12002026-05-28T08:46:11.831Z Downloaded zstd v0.13.3
12012026-05-28T08:46:11.831Z Downloaded usdt-impl v0.6.0
12022026-05-28T08:46:11.831Z Downloaded tungstenite v0.23.0
12032026-05-28T08:46:11.831Z Downloaded aho-corasick v1.1.4
12042026-05-28T08:46:11.831Z Downloaded typify v0.6.2
12052026-05-28T08:46:11.831Z Downloaded russh v0.45.0
12062026-05-28T08:46:11.831Z Downloaded tungstenite v0.21.0
12072026-05-28T08:46:11.831Z Downloaded typify v0.4.3
12082026-05-28T08:46:11.831Z Downloaded tracing-core v0.1.36
12092026-05-28T08:46:11.831Z Downloaded yasna v0.5.2
12102026-05-28T08:46:11.831Z Downloaded unsafe-libyaml v0.2.11
12112026-05-28T08:46:11.831Z Downloaded unicode-bidi v0.3.18
12122026-05-28T08:46:11.831Z Downloaded xshell v0.2.7
12132026-05-28T08:46:11.831Z Downloaded rustyline v14.0.0
12142026-05-28T08:46:11.831Z Downloaded iddqd v0.4.2
12152026-05-28T08:46:11.831Z Downloaded zstd-safe v7.2.4
12162026-05-28T08:46:11.831Z Downloaded vte v0.14.1
12172026-05-28T08:46:11.831Z Downloaded toml_edit v0.23.10+spec-1.0.0
12182026-05-28T08:46:11.831Z Downloaded steno v0.4.1
12192026-05-28T08:46:11.831Z Downloaded rpassword v7.4.0
12202026-05-28T08:46:11.831Z Downloaded bitvec v1.0.1
12212026-05-28T08:46:11.831Z Downloaded zerocopy v0.6.6
12222026-05-28T08:46:11.831Z Downloaded aws-lc-rs v1.16.3
12232026-05-28T08:46:11.831Z Downloaded toml_edit v0.19.15
12242026-05-28T08:46:11.831Z Downloaded uuid v1.23.0
12252026-05-28T08:46:11.831Z Downloaded zopfli v0.8.3
12262026-05-28T08:46:11.831Z Downloaded p384 v0.13.1
12272026-05-28T08:46:11.831Z Downloaded serde_with v1.14.0
12282026-05-28T08:46:11.831Z Downloaded ssh-key v0.6.7
12292026-05-28T08:46:11.831Z Downloaded git2 v0.20.4
12302026-05-28T08:46:11.831Z Downloaded blake3 v1.8.3
12312026-05-28T08:46:11.831Z Downloaded bindgen v0.71.1
12322026-05-28T08:46:11.831Z Downloaded zip v0.6.6
12332026-05-28T08:46:11.831Z Downloaded yansi v1.0.1
12342026-05-28T08:46:11.832Z Downloaded chrono v0.4.44
12352026-05-28T08:46:11.832Z Downloaded unicode_categories v0.1.1
12362026-05-28T08:46:11.832Z Downloaded tokio-postgres v0.7.16
12372026-05-28T08:46:11.832Z Downloaded reqwest v0.13.2
12382026-05-28T08:46:11.832Z Downloaded reedline v0.40.0
12392026-05-28T08:46:11.832Z Downloaded typed-path v0.9.3
12402026-05-28T08:46:11.832Z Downloaded regex v1.12.3
12412026-05-28T08:46:11.832Z Downloaded rayon v1.11.0
12422026-05-28T08:46:11.832Z Downloaded reqwest v0.12.28
12432026-05-28T08:46:11.832Z Downloaded curve25519-dalek v4.1.3
12442026-05-28T08:46:11.832Z Downloaded portable-atomic v1.13.1
12452026-05-28T08:46:11.832Z Downloaded rustls-webpki v0.101.7
12462026-05-28T08:46:11.832Z Downloaded zerocopy-derive v0.8.40
12472026-05-28T08:46:11.832Z Downloaded x509-cert v0.2.5
12482026-05-28T08:46:11.832Z Downloaded unicode-segmentation v1.12.0
12492026-05-28T08:46:11.832Z Downloaded lalrpop v0.19.12
12502026-05-28T08:46:11.832Z Downloaded quick-xml v0.37.5
12512026-05-28T08:46:11.832Z Downloaded moka v0.12.13
12522026-05-28T08:46:11.832Z Downloaded goblin v0.10.5
12532026-05-28T08:46:11.832Z Downloaded zip v4.6.1
12542026-05-28T08:46:11.832Z Downloaded tower v0.5.3
12552026-05-28T08:46:11.832Z Downloaded bstr v1.12.1
12562026-05-28T08:46:11.832Z Downloaded unicode-normalization v0.1.25
12572026-05-28T08:46:11.832Z Downloaded proptest v1.10.0
12582026-05-28T08:46:11.832Z Downloaded tokio-util v0.7.18
12592026-05-28T08:46:11.832Z Downloaded tower-http v0.6.8
12602026-05-28T08:46:11.832Z Downloaded serde_with v3.17.0
12612026-05-28T08:46:11.832Z Downloaded petname v2.0.2
12622026-05-28T08:46:11.832Z Downloaded object v0.30.4
12632026-05-28T08:46:11.833Z Downloaded salty v0.3.0
12642026-05-28T08:46:11.833Z Downloaded tough v0.22.0
12652026-05-28T08:46:11.833Z Downloaded rustls-webpki v0.102.8
12662026-05-28T08:46:11.833Z Downloaded quinn-proto v0.11.13
12672026-05-28T08:46:11.833Z Downloaded winnow v0.6.26
12682026-05-28T08:46:11.833Z Downloaded nix v0.27.1
12692026-05-28T08:46:11.836Z Downloaded winnow v0.5.40
12702026-05-28T08:46:11.845Z Downloaded radix_trie v0.2.1
12712026-05-28T08:46:11.848Z Downloaded polar-core v0.27.3
12722026-05-28T08:46:11.864Z Downloaded rustls v0.21.12
12732026-05-28T08:46:11.870Z Downloaded tabled v0.20.0
12742026-05-28T08:46:11.879Z Downloaded smoltcp v0.9.1
12752026-05-28T08:46:11.885Z Downloaded time v0.3.47
12762026-05-28T08:46:11.892Z Downloaded winnow v1.0.3
12772026-05-28T08:46:11.897Z Downloaded nix v0.28.0
12782026-05-28T08:46:11.904Z Downloaded openssl v0.10.79
12792026-05-28T08:46:11.926Z Downloaded webpki-roots v1.0.6
12802026-05-28T08:46:11.928Z Downloaded hickory-proto v0.24.4
12812026-05-28T08:46:11.937Z Downloaded vcpkg v0.2.15
12822026-05-28T08:46:11.961Z Downloaded zlib-rs v0.6.2
12832026-05-28T08:46:11.964Z Downloaded dropshot v0.17.0
12842026-05-28T08:46:11.977Z Downloaded rustix v0.38.44
12852026-05-28T08:46:11.991Z Downloaded regress v0.11.1
12862026-05-28T08:46:11.996Z Downloaded openapiv3 v2.2.0
12872026-05-28T08:46:12.004Z Downloaded zerocopy v0.8.40
12882026-05-28T08:46:12.014Z Downloaded hickory-proto v0.25.2
12892026-05-28T08:46:12.023Z Downloaded regex-syntax v0.8.10
12902026-05-28T08:46:12.034Z Downloaded smoltcp v0.11.0
12912026-05-28T08:46:12.042Z Downloaded rustls v0.23.37
12922026-05-28T08:46:12.049Z Downloaded diesel v2.3.7
12932026-05-28T08:46:12.062Z Downloaded regress v0.10.5
12942026-05-28T08:46:12.067Z Downloaded regex-syntax v0.6.29
12952026-05-28T08:46:12.070Z Downloaded typify-impl v0.6.2
12962026-05-28T08:46:12.078Z Downloaded rustls v0.22.4
12972026-05-28T08:46:12.085Z Downloaded object v0.37.3
12982026-05-28T08:46:12.092Z Downloaded nix v0.31.2
12992026-05-28T08:46:12.100Z Downloaded bzip2-sys v0.1.13+1.0.8
13002026-05-28T08:46:12.117Z Downloaded sqlparser v0.61.0
13012026-05-28T08:46:12.121Z Downloaded zerocopy-derive v0.6.6
13022026-05-28T08:46:12.126Z Downloaded sled v0.34.7
13032026-05-28T08:46:12.132Z Downloaded tracing v0.1.44
13042026-05-28T08:46:12.142Z Downloaded ratatui v0.29.0
13052026-05-28T08:46:12.154Z Downloaded typify-impl v0.4.3
13062026-05-28T08:46:12.160Z Downloaded petgraph v0.6.5
13072026-05-28T08:46:12.170Z Downloaded regex-automata v0.4.14
13082026-05-28T08:46:12.178Z Downloaded chrono-tz v0.10.4
13092026-05-28T08:46:12.202Z Downloaded jiff v0.2.21
13102026-05-28T08:46:12.222Z Downloaded libz-sys v1.1.24
13112026-05-28T08:46:12.235Z Downloaded petgraph v0.8.3
13122026-05-28T08:46:12.248Z Downloaded csv v1.4.0
13132026-05-28T08:46:12.260Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13142026-05-28T08:46:12.269Z Downloaded sha3 v0.10.8
13152026-05-28T08:46:12.272Z Downloaded tokio v1.52.1
13162026-05-28T08:46:12.308Z Downloaded encoding_rs v0.8.35
13172026-05-28T08:46:12.387Z Downloaded ring v0.17.14
13182026-05-28T08:46:12.427Z Downloaded libgit2-sys v0.18.3+1.9.2
13192026-05-28T08:46:12.965Z Downloaded aws-lc-sys v0.40.0
13202026-05-28T08:46:13.206Z Compiling libc v0.2.185
13212026-05-28T08:46:13.206Z Compiling serde v1.0.228
13222026-05-28T08:46:13.210Z Compiling log v0.4.29
13232026-05-28T08:46:13.210Z Compiling shlex v1.3.0
13242026-05-28T08:46:13.377Z Compiling find-msvc-tools v0.1.9
13252026-05-28T08:46:13.381Z Compiling smallvec v1.15.1
13262026-05-28T08:46:13.387Z Compiling syn v2.0.117
13272026-05-28T08:46:13.400Z Compiling typenum v1.19.0
13282026-05-28T08:46:13.549Z Compiling generic-array v0.14.7
13292026-05-28T08:46:13.565Z Compiling subtle v2.6.1
13302026-05-28T08:46:13.588Z Compiling scopeguard v1.2.0
13312026-05-28T08:46:13.636Z Compiling const-oid v0.9.6
13322026-05-28T08:46:13.684Z Compiling lock_api v0.4.14
13332026-05-28T08:46:13.698Z Compiling serde_json v1.0.149
13342026-05-28T08:46:13.730Z Compiling zerocopy v0.8.40
13352026-05-28T08:46:13.806Z Compiling pin-project-lite v0.2.17
13362026-05-28T08:46:13.909Z Compiling portable-atomic v1.13.1
13372026-05-28T08:46:13.937Z Compiling parking_lot_core v0.9.12
13382026-05-28T08:46:14.175Z Compiling pkg-config v0.3.32
13392026-05-28T08:46:14.208Z Compiling getrandom v0.2.17
13402026-05-28T08:46:14.280Z Compiling jobserver v0.1.34
13412026-05-28T08:46:14.368Z Compiling rand_core v0.6.4
13422026-05-28T08:46:14.389Z Compiling errno v0.3.14
13432026-05-28T08:46:14.540Z Compiling cc v1.2.56
13442026-05-28T08:46:14.658Z Compiling signal-hook-registry v1.4.8
13452026-05-28T08:46:14.673Z Compiling bitflags v2.11.0
13462026-05-28T08:46:14.724Z Compiling futures-core v0.3.32
13472026-05-28T08:46:14.751Z Compiling libm v0.2.16
13482026-05-28T08:46:14.880Z Compiling critical-section v1.2.0
13492026-05-28T08:46:14.902Z Compiling parking_lot v0.12.5
13502026-05-28T08:46:14.934Z Compiling mio v1.2.0
13512026-05-28T08:46:14.963Z Compiling once_cell v1.21.3
13522026-05-28T08:46:14.980Z Compiling num-traits v0.2.19
13532026-05-28T08:46:15.060Z Compiling percent-encoding v2.3.2
13542026-05-28T08:46:15.178Z Compiling socket2 v0.6.3
13552026-05-28T08:46:15.248Z Compiling futures-sink v0.3.32
13562026-05-28T08:46:15.263Z Compiling futures-io v0.3.32
13572026-05-28T08:46:15.318Z Compiling futures-task v0.3.32
13582026-05-28T08:46:15.351Z Compiling futures-channel v0.3.32
13592026-05-28T08:46:15.384Z Compiling slab v0.4.12
13602026-05-28T08:46:15.410Z Compiling cpufeatures v0.2.17
13612026-05-28T08:46:15.483Z Compiling getrandom v0.4.1
13622026-05-28T08:46:15.486Z Compiling rand_core v0.10.0
13632026-05-28T08:46:15.558Z Compiling indexmap v2.14.0
13642026-05-28T08:46:15.573Z Compiling rustversion v1.0.22
13652026-05-28T08:46:15.587Z Compiling getrandom v0.3.4
13662026-05-28T08:46:15.658Z Compiling cmake v0.1.57
13672026-05-28T08:46:16.068Z Compiling form_urlencoded v1.2.2
13682026-05-28T08:46:16.097Z Compiling fs_extra v1.3.0
13692026-05-28T08:46:16.136Z Compiling dunce v1.0.5
13702026-05-28T08:46:16.160Z Compiling synstructure v0.13.2
13712026-05-28T08:46:16.228Z Compiling ident_case v1.0.1
13722026-05-28T08:46:16.243Z Compiling base64ct v1.8.3
13732026-05-28T08:46:16.349Z Compiling flagset v0.4.7
13742026-05-28T08:46:16.364Z Compiling aws-lc-sys v0.40.0
13752026-05-28T08:46:16.413Z Compiling iana-time-zone v0.1.65
13762026-05-28T08:46:16.479Z Compiling pem-rfc7468 v0.7.0
13772026-05-28T08:46:16.518Z Compiling rustix v1.1.3
13782026-05-28T08:46:16.533Z Compiling regex-syntax v0.8.10
13792026-05-28T08:46:16.610Z Compiling rand_core v0.9.5
13802026-05-28T08:46:16.749Z Compiling ring v0.17.14
13812026-05-28T08:46:16.752Z Compiling aws-lc-rs v1.16.3
13822026-05-28T08:46:16.777Z Compiling vcpkg v0.2.15
13832026-05-28T08:46:16.881Z Compiling uuid v1.23.0
13842026-05-28T08:46:17.115Z Compiling rustc_version v0.4.1
13852026-05-28T08:46:17.448Z Compiling tracing-core v0.1.36
13862026-05-28T08:46:17.566Z Compiling openssl-sys v0.9.115
13872026-05-28T08:46:17.635Z Compiling base64 v0.22.1
13882026-05-28T08:46:17.883Z Compiling serde_derive v1.0.228
13892026-05-28T08:46:17.957Z Compiling zeroize_derive v1.4.3
13902026-05-28T08:46:18.006Z Compiling zerofrom-derive v0.1.6
13912026-05-28T08:46:18.081Z Compiling yoke-derive v0.8.1
13922026-05-28T08:46:18.289Z Compiling zerovec-derive v0.11.2
13932026-05-28T08:46:18.597Z Compiling zeroize v1.8.2
13942026-05-28T08:46:18.934Z Compiling zerocopy-derive v0.8.40
13952026-05-28T08:46:19.239Z Compiling displaydoc v0.2.5
13962026-05-28T08:46:19.364Z Compiling crypto-common v0.1.7
13972026-05-28T08:46:19.404Z Compiling zerofrom v0.1.6
13982026-05-28T08:46:19.419Z Compiling block-buffer v0.10.4
13992026-05-28T08:46:19.513Z Compiling yoke v0.8.1
14002026-05-28T08:46:19.530Z Compiling tokio-macros v2.7.0
14012026-05-28T08:46:19.586Z Compiling digest v0.10.7
14022026-05-28T08:46:19.697Z Compiling zerovec v0.11.5
14032026-05-28T08:46:19.828Z Compiling futures-macro v0.3.32
14042026-05-28T08:46:19.984Z Compiling zerotrie v0.2.3
14052026-05-28T08:46:20.197Z Compiling tinystr v0.8.2
14062026-05-28T08:46:20.234Z Compiling potential_utf v0.1.4
14072026-05-28T08:46:20.277Z Compiling hmac v0.12.1
14082026-05-28T08:46:20.391Z Compiling icu_locale_core v2.1.1
14092026-05-28T08:46:20.391Z Compiling icu_collections v2.1.1
14102026-05-28T08:46:20.434Z Compiling block-padding v0.3.3
14112026-05-28T08:46:20.584Z Compiling inout v0.1.4
14122026-05-28T08:46:20.609Z Compiling futures-util v0.3.32
14132026-05-28T08:46:20.746Z Compiling cipher v0.4.4
14142026-05-28T08:46:20.862Z Compiling sha2 v0.10.9
14152026-05-28T08:46:21.006Z Compiling icu_provider v2.1.1
14162026-05-28T08:46:21.252Z Compiling bytes v1.11.1
14172026-05-28T08:46:21.293Z Compiling icu_normalizer v2.1.1
14182026-05-28T08:46:21.307Z Compiling icu_properties v2.1.2
14192026-05-28T08:46:21.449Z Compiling der_derive v0.7.3
14202026-05-28T08:46:21.809Z Compiling tokio v1.52.1
14212026-05-28T08:46:21.856Z Compiling http v1.4.0
14222026-05-28T08:46:22.231Z Compiling idna_adapter v1.2.1
14232026-05-28T08:46:22.374Z Compiling idna v1.1.0
14242026-05-28T08:46:22.440Z Compiling chrono v0.4.44
14252026-05-28T08:46:22.461Z Compiling der v0.7.10
14262026-05-28T08:46:22.810Z Compiling url v2.5.8
14272026-05-28T08:46:22.901Z Compiling salsa20 v0.10.2
14282026-05-28T08:46:23.026Z Compiling pbkdf2 v0.12.2
14292026-05-28T08:46:23.042Z Compiling rustls-pki-types v1.14.0
14302026-05-28T08:46:23.141Z Compiling tracing-attributes v0.1.31
14312026-05-28T08:46:23.348Z Compiling ppv-lite86 v0.2.21
14322026-05-28T08:46:23.491Z Compiling spki v0.7.3
14332026-05-28T08:46:23.595Z Compiling thiserror-impl v2.0.18
14342026-05-28T08:46:23.646Z Compiling rand_chacha v0.9.0
14352026-05-28T08:46:23.665Z Compiling scrypt v0.11.0
14362026-05-28T08:46:23.691Z Compiling http-body v1.0.1
14372026-05-28T08:46:23.810Z Compiling cbc v0.1.2
14382026-05-28T08:46:23.837Z Compiling aes v0.8.4
14392026-05-28T08:46:23.956Z Compiling httparse v1.10.1
14402026-05-28T08:46:23.978Z Compiling untrusted v0.9.0
14412026-05-28T08:46:24.098Z Compiling openssl-probe v0.2.1
14422026-05-28T08:46:24.270Z Compiling untrusted v0.7.1
14432026-05-28T08:46:24.284Z Compiling tinyvec_macros v0.1.1
14442026-05-28T08:46:24.355Z Compiling tinyvec v1.10.0
14452026-05-28T08:46:24.368Z Compiling pkcs5 v0.7.1
14462026-05-28T08:46:24.429Z Compiling tracing v0.1.44
14472026-05-28T08:46:24.686Z Compiling pest_generator v2.8.6
14482026-05-28T08:46:24.686Z Compiling rand v0.9.2
14492026-05-28T08:46:24.828Z Compiling serde_derive_internals v0.29.1
14502026-05-28T08:46:24.858Z Compiling aho-corasick v1.1.4
14512026-05-28T08:46:24.889Z Compiling thiserror v2.0.18
14522026-05-28T08:46:24.993Z Compiling tower-layer v0.3.3
14532026-05-28T08:46:25.153Z Compiling try-lock v0.2.5
14542026-05-28T08:46:25.261Z Compiling atomic-waker v1.1.2
14552026-05-28T08:46:25.378Z Compiling tower-service v0.3.3
14562026-05-28T08:46:25.393Z Compiling schemars v0.8.22
14572026-05-28T08:46:25.466Z Compiling rustls v0.23.37
14582026-05-28T08:46:25.482Z Compiling dyn-clone v1.0.20
14592026-05-28T08:46:25.587Z Compiling tokio-util v0.7.18
14602026-05-28T08:46:25.634Z Compiling regex-automata v0.4.14
14612026-05-28T08:46:25.649Z Compiling pest_derive v2.8.6
14622026-05-28T08:46:25.697Z Compiling schemars_derive v0.8.22
14632026-05-28T08:46:26.062Z Compiling want v0.3.1
14642026-05-28T08:46:26.129Z Compiling pkcs8 v0.10.2
14652026-05-28T08:46:26.437Z Compiling h2 v0.4.13
14662026-05-28T08:46:26.505Z Compiling ipnet v2.11.0
14672026-05-28T08:46:26.519Z Compiling scroll_derive v0.13.1
14682026-05-28T08:46:26.588Z Compiling darling_core v0.20.11
14692026-05-28T08:46:26.910Z Compiling httpdate v1.0.3
14702026-05-28T08:46:26.984Z Compiling pin-utils v0.1.0
14712026-05-28T08:46:27.082Z Compiling openssl v0.10.79
14722026-05-28T08:46:27.155Z Compiling foreign-types-shared v0.1.1
14732026-05-28T08:46:27.244Z Compiling foreign-types v0.3.2
14742026-05-28T08:46:27.326Z Compiling tempfile v3.25.0
14752026-05-28T08:46:27.358Z Compiling scroll v0.13.0
14762026-05-28T08:46:27.441Z Compiling unicode-normalization v0.1.25
14772026-05-28T08:46:27.690Z Compiling openssl-macros v0.1.1
14782026-05-28T08:46:27.897Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14792026-05-28T08:46:28.032Z Compiling socket2 v0.5.10
14802026-05-28T08:46:28.074Z Compiling spin v0.9.8
14812026-05-28T08:46:28.279Z Compiling num-conv v0.2.0
14822026-05-28T08:46:28.282Z Compiling time-core v0.1.8
14832026-05-28T08:46:28.408Z Compiling powerfmt v0.2.0
14842026-05-28T08:46:28.432Z Compiling native-tls v0.2.18
14852026-05-28T08:46:28.447Z Compiling crc32fast v1.5.0
14862026-05-28T08:46:28.608Z Compiling deranged v0.5.8
14872026-05-28T08:46:28.629Z Compiling time-macros v0.2.27
14882026-05-28T08:46:28.901Z Compiling darling_macro v0.20.11
14892026-05-28T08:46:29.359Z Compiling darling v0.20.11
14902026-05-28T08:46:29.440Z Compiling hyper v1.8.1
14912026-05-28T08:46:29.557Z Compiling goblin v0.10.5
14922026-05-28T08:46:29.681Z Compiling rustls-native-certs v0.8.3
14932026-05-28T08:46:29.706Z Compiling sync_wrapper v1.0.2
14942026-05-28T08:46:29.811Z Compiling wait-timeout v0.2.1
14952026-05-28T08:46:29.961Z Compiling crossbeam-utils v0.8.21
14962026-05-28T08:46:30.076Z Compiling usdt-impl v0.6.0
14972026-05-28T08:46:30.238Z Compiling syn v1.0.109
14982026-05-28T08:46:30.279Z Compiling siphasher v1.0.2
14992026-05-28T08:46:30.390Z Compiling simd-adler32 v0.3.8
15002026-05-28T08:46:30.462Z Compiling unicode-segmentation v1.12.0
15012026-05-28T08:46:30.533Z Compiling hyper-util v0.1.20
15022026-05-28T08:46:30.627Z Compiling bit-vec v0.8.0
15032026-05-28T08:46:30.835Z Compiling num_threads v0.1.7
15042026-05-28T08:46:30.856Z Compiling quick-error v1.2.3
15052026-05-28T08:46:30.961Z Compiling rusty-fork v0.3.1
15062026-05-28T08:46:30.991Z Compiling time v0.3.47
15072026-05-28T08:46:31.234Z Compiling bit-set v0.8.0
15082026-05-28T08:46:31.356Z Compiling tower v0.5.3
15092026-05-28T08:46:31.393Z Compiling derive_builder_core v0.20.2
15102026-05-28T08:46:31.818Z Compiling dtrace-parser v0.3.0
15112026-05-28T08:46:31.863Z Compiling http-body-util v0.1.3
15122026-05-28T08:46:32.168Z Compiling webpki-roots v1.0.6
15132026-05-28T08:46:32.260Z Compiling dof v0.4.0
15142026-05-28T08:46:32.285Z Compiling signature v2.2.0
15152026-05-28T08:46:32.301Z Compiling scroll_derive v0.12.1
15162026-05-28T08:46:32.463Z Compiling thiserror-impl v1.0.69
15172026-05-28T08:46:32.579Z Compiling heapless v0.7.17
15182026-05-28T08:46:32.582Z Compiling rand_xorshift v0.4.0
15192026-05-28T08:46:32.756Z Compiling slog v2.8.2
15202026-05-28T08:46:32.814Z Compiling darling_core v0.21.3
15212026-05-28T08:46:32.939Z Compiling bzip2-sys v0.1.13+1.0.8
15222026-05-28T08:46:32.955Z Compiling thread-id v5.1.0
15232026-05-28T08:46:33.034Z Compiling cookie v0.18.1
15242026-05-28T08:46:33.210Z Compiling allocator-api2 v0.2.21
15252026-05-28T08:46:33.225Z Compiling iri-string v0.7.10
15262026-05-28T08:46:33.412Z Compiling anyhow v1.0.102
15272026-05-28T08:46:33.527Z Compiling paste v1.0.15
15282026-05-28T08:46:33.690Z Compiling unicode-bidi v0.3.18
15292026-05-28T08:46:33.711Z Compiling zstd-safe v7.2.4
15302026-05-28T08:46:33.731Z Compiling adler2 v2.0.1
15312026-05-28T08:46:33.786Z Compiling ryu v1.0.23
15322026-05-28T08:46:33.860Z Compiling signal-hook v0.3.18
15332026-05-28T08:46:33.900Z Compiling unicode-properties v0.1.4
15342026-05-28T08:46:33.959Z Compiling unarray v0.1.4
15352026-05-28T08:46:34.043Z Compiling proptest v1.10.0
15362026-05-28T08:46:34.066Z Compiling stringprep v0.1.5
15372026-05-28T08:46:34.101Z Compiling serde_urlencoded v0.7.1
15382026-05-28T08:46:34.211Z Compiling miniz_oxide v0.8.9
15392026-05-28T08:46:34.340Z Compiling tower-http v0.6.8
15402026-05-28T08:46:34.678Z Compiling thiserror v1.0.69
15412026-05-28T08:46:34.785Z Compiling scroll v0.12.0
15422026-05-28T08:46:34.864Z Compiling derive_builder_macro v0.20.2
15432026-05-28T08:46:35.260Z Compiling darling_macro v0.21.3
15442026-05-28T08:46:35.302Z Compiling tokio-native-tls v0.3.1
15452026-05-28T08:46:35.333Z Compiling heck v0.4.1
15462026-05-28T08:46:35.464Z Compiling ipnetwork v0.21.1
15472026-05-28T08:46:35.501Z Compiling bstr v1.12.1
15482026-05-28T08:46:35.520Z Compiling rand_chacha v0.3.1
15492026-05-28T08:46:35.551Z Compiling toml_datetime v0.6.11
15502026-05-28T08:46:35.721Z Compiling erased-serde v0.3.31
15512026-05-28T08:46:35.801Z Compiling serde_tokenstream v0.2.3
15522026-05-28T08:46:35.848Z Compiling serde_spanned v0.6.9
15532026-05-28T08:46:35.991Z Compiling md-5 v0.10.6
15542026-05-28T08:46:36.112Z Compiling zerocopy-derive v0.7.35
15552026-05-28T08:46:36.134Z Compiling async-trait v0.1.89
15562026-05-28T08:46:36.155Z Compiling pin-project-internal v1.1.11
15572026-05-28T08:46:36.190Z Compiling curve25519-dalek v4.1.3
15582026-05-28T08:46:36.309Z Compiling vergen-lib v9.1.0
15592026-05-28T08:46:36.485Z Compiling num-integer v0.1.46
15602026-05-28T08:46:36.518Z Compiling hash32 v0.2.1
15612026-05-28T08:46:36.708Z Compiling ff v0.13.1
15622026-05-28T08:46:36.800Z Compiling memoffset v0.9.1
15632026-05-28T08:46:36.844Z Compiling encoding_rs v0.8.35
15642026-05-28T08:46:36.949Z Compiling mime v0.3.17
15652026-05-28T08:46:36.986Z Compiling num-bigint-dig v0.8.6
15662026-05-28T08:46:37.189Z Compiling cfg_aliases v0.2.1
15672026-05-28T08:46:37.222Z Compiling psl-types v2.0.11
15682026-05-28T08:46:37.258Z Compiling ref-cast v1.0.25
15692026-05-28T08:46:37.273Z Compiling fallible-iterator v0.2.0
15702026-05-28T08:46:37.310Z Compiling base16ct v0.2.0
15712026-05-28T08:46:37.346Z Compiling zlib-rs v0.6.2
15722026-05-28T08:46:37.491Z Compiling rustix v0.38.44
15732026-05-28T08:46:37.557Z Compiling smoltcp v0.9.1
15742026-05-28T08:46:37.582Z Compiling litrs v1.0.0
15752026-05-28T08:46:37.931Z Compiling postgres-protocol v0.6.10
15762026-05-28T08:46:37.963Z Compiling sec1 v0.7.3
15772026-05-28T08:46:38.095Z Compiling document-features v0.2.12
15782026-05-28T08:46:38.247Z Compiling publicsuffix v2.3.0
15792026-05-28T08:46:38.389Z Compiling pin-project v1.1.11
15802026-05-28T08:46:38.418Z Compiling nix v0.31.2
15812026-05-28T08:46:38.509Z Compiling zerocopy v0.7.35
15822026-05-28T08:46:38.585Z Compiling group v0.13.0
15832026-05-28T08:46:38.668Z Compiling num-iter v0.1.45
15842026-05-28T08:46:38.809Z Compiling newtype-uuid v1.3.2
15852026-05-28T08:46:39.038Z Compiling darling v0.21.3
15862026-05-28T08:46:39.100Z Compiling hubpack_derive v0.1.1
15872026-05-28T08:46:39.119Z Compiling rand v0.8.6
15882026-05-28T08:46:39.134Z Compiling oxnet v0.1.5
15892026-05-28T08:46:39.219Z Compiling snafu-derive v0.8.9
15902026-05-28T08:46:39.330Z Compiling hyper-tls v0.6.0
15912026-05-28T08:46:39.525Z Compiling derive_builder v0.20.2
15922026-05-28T08:46:39.554Z Compiling goblin v0.8.2
15932026-05-28T08:46:40.171Z Compiling flate2 v1.1.9
15942026-05-28T08:46:40.395Z Compiling phf_shared v0.13.1
15952026-05-28T08:46:40.443Z Compiling lazy_static v1.5.0
15962026-05-28T08:46:40.519Z Compiling regex v1.12.3
15972026-05-28T08:46:40.537Z Compiling anstyle-parse v0.2.7
15982026-05-28T08:46:40.578Z Compiling strum_macros v0.27.2
15992026-05-28T08:46:40.638Z Compiling futures-executor v0.3.32
16002026-05-28T08:46:40.717Z Compiling hex v0.4.3
16012026-05-28T08:46:40.891Z Compiling hkdf v0.12.4
16022026-05-28T08:46:40.946Z Compiling crypto-bigint v0.5.5
16032026-05-28T08:46:40.979Z Compiling terminal_size v0.4.3
16042026-05-28T08:46:41.053Z Compiling daft-derive v0.1.7
16052026-05-28T08:46:41.089Z Compiling curve25519-dalek-derive v0.1.1
16062026-05-28T08:46:41.114Z Compiling ref-cast-impl v1.0.25
16072026-05-28T08:46:41.650Z Compiling vergen v9.1.0
16082026-05-28T08:46:41.719Z Compiling fs-err v3.3.0
16092026-05-28T08:46:41.763Z Compiling cargo-platform v0.3.2
16102026-05-28T08:46:41.824Z Compiling ahash v0.8.12
16112026-05-28T08:46:41.904Z Compiling same-file v1.0.6
16122026-05-28T08:46:42.035Z Compiling bumpalo v3.20.2
16132026-05-28T08:46:42.057Z Compiling winnow v0.5.40
16142026-05-28T08:46:42.129Z Compiling libbz2-rs-sys v0.2.2
16152026-05-28T08:46:42.296Z Compiling foldhash v0.1.5
16162026-05-28T08:46:42.469Z Compiling bitflags v1.3.2
16172026-05-28T08:46:42.549Z Compiling managed v0.8.0
16182026-05-28T08:46:42.575Z Compiling foldhash v0.2.0
16192026-05-28T08:46:42.775Z Compiling object v0.37.3
16202026-05-28T08:46:42.816Z Compiling hashbrown v0.16.1
16212026-05-28T08:46:43.061Z Compiling strum v0.27.2
16222026-05-28T08:46:43.090Z Compiling bzip2 v0.6.1
16232026-05-28T08:46:43.105Z Compiling hashbrown v0.15.5
16242026-05-28T08:46:43.190Z Compiling clap_builder v4.6.0
16252026-05-28T08:46:43.298Z Compiling zopfli v0.8.3
16262026-05-28T08:46:43.401Z Compiling toml_edit v0.19.15
16272026-05-28T08:46:43.549Z Compiling walkdir v2.5.0
16282026-05-28T08:46:43.587Z Compiling cargo_metadata v0.23.1
16292026-05-28T08:46:43.756Z Compiling elliptic-curve v0.13.8
16302026-05-28T08:46:43.870Z Compiling daft v0.1.7
16312026-05-28T08:46:43.953Z Compiling dof v0.3.0
16322026-05-28T08:46:44.259Z Compiling snafu v0.8.9
16332026-05-28T08:46:44.609Z Compiling futures v0.3.32
16342026-05-28T08:46:44.652Z Compiling anstream v0.6.21
16352026-05-28T08:46:44.693Z Compiling phf v0.13.1
16362026-05-28T08:46:44.916Z Compiling signal-hook-mio v0.2.5
16372026-05-28T08:46:44.957Z Compiling cookie_store v0.22.1
16382026-05-28T08:46:45.028Z Compiling zstd v0.13.3
16392026-05-28T08:46:45.289Z Compiling hubpack v0.1.2
16402026-05-28T08:46:45.304Z Compiling bzip2 v0.4.4
16412026-05-28T08:46:45.500Z Compiling serde_with_macros v3.17.0
16422026-05-28T08:46:45.584Z Compiling postgres-types v0.2.12
16432026-05-28T08:46:45.979Z Compiling usdt-macro v0.6.0
16442026-05-28T08:46:46.126Z Compiling usdt-attr-macro v0.6.0
16452026-05-28T08:46:46.142Z Compiling globset v0.4.18
16462026-05-28T08:46:46.616Z Compiling dtrace-parser v0.2.0
16472026-05-28T08:46:46.695Z Compiling ed25519 v2.2.3
16482026-05-28T08:46:46.713Z Compiling phf_shared v0.11.3
16492026-05-28T08:46:46.817Z Compiling olpc-cjson v0.1.4
16502026-05-28T08:46:46.891Z Compiling pkcs1 v0.7.5
16512026-05-28T08:46:46.895Z Compiling enum-as-inner v0.6.1
16522026-05-28T08:46:46.970Z Compiling clap_derive v4.6.1
16532026-05-28T08:46:47.100Z Compiling strum_macros v0.26.4
16542026-05-28T08:46:47.306Z Compiling serde_plain v1.0.2
16552026-05-28T08:46:47.391Z Compiling serde-big-array v0.5.1
16562026-05-28T08:46:47.449Z Compiling rfc6979 v0.4.0
16572026-05-28T08:46:47.508Z Compiling async-recursion v1.1.1
16582026-05-28T08:46:47.543Z Compiling serde_repr v0.1.20
16592026-05-28T08:46:47.573Z Compiling pem v3.0.6
16602026-05-28T08:46:47.643Z Compiling float-cmp v0.10.0
16612026-05-28T08:46:47.792Z Compiling memmap2 v0.9.10
16622026-05-28T08:46:47.900Z Compiling thread-id v4.2.2
16632026-05-28T08:46:47.986Z Compiling env_filter v1.0.0
16642026-05-28T08:46:48.003Z Compiling static_assertions v1.1.0
16652026-05-28T08:46:48.065Z Compiling fixedbitset v0.4.2
16662026-05-28T08:46:48.080Z Compiling typed-path v0.9.3
16672026-05-28T08:46:48.151Z Compiling fixedbitset v0.5.7
16682026-05-28T08:46:48.284Z Compiling normalize-line-endings v0.3.0
16692026-05-28T08:46:48.298Z Compiling difflib v0.4.0
16702026-05-28T08:46:48.378Z Compiling keccak v0.1.6
16712026-05-28T08:46:48.450Z Compiling precomputed-hash v0.1.1
16722026-05-28T08:46:48.538Z Compiling whoami v2.1.0
16732026-05-28T08:46:48.781Z Compiling data-encoding v2.10.0
16742026-05-28T08:46:48.844Z Compiling new_debug_unreachable v1.0.6
16752026-05-28T08:46:48.847Z Compiling jiff v0.2.21
16762026-05-28T08:46:48.903Z Compiling predicates-core v1.0.10
16772026-05-28T08:46:48.918Z Compiling toml_edit v0.22.27
16782026-05-28T08:46:49.077Z Compiling hickory-proto v0.25.2
16792026-05-28T08:46:49.174Z Compiling predicates v3.1.4
16802026-05-28T08:46:49.264Z Compiling string_cache v0.8.9
16812026-05-28T08:46:49.458Z Compiling strum v0.26.3
16822026-05-28T08:46:49.487Z Compiling clap v4.6.1
16832026-05-28T08:46:49.570Z Compiling tokio-postgres v0.7.16
16842026-05-28T08:46:49.588Z Compiling sha3 v0.10.8
16852026-05-28T08:46:49.812Z Compiling petgraph v0.8.3
16862026-05-28T08:46:50.047Z Compiling petgraph v0.6.5
16872026-05-28T08:46:50.430Z Compiling env_logger v0.11.9
16882026-05-28T08:46:50.777Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16892026-05-28T08:46:51.516Z Compiling zip v4.6.1
16902026-05-28T08:46:51.651Z Compiling usdt-impl v0.5.0
16912026-05-28T08:46:51.720Z Compiling usdt v0.6.0
16922026-05-28T08:46:51.736Z Compiling ecdsa v0.16.9
16932026-05-28T08:46:51.976Z Compiling rsa v0.9.10
16942026-05-28T08:46:52.156Z Compiling ed25519-dalek v2.2.0
16952026-05-28T08:46:52.245Z Compiling serde_with v3.17.0
16962026-05-28T08:46:52.496Z Compiling crossterm v0.28.1
16972026-05-28T08:46:53.009Z Compiling zip v0.6.6
16982026-05-28T08:46:53.634Z Compiling toml v0.7.8
16992026-05-28T08:46:53.778Z Compiling iddqd v0.4.2
17002026-05-28T08:46:54.199Z Compiling toml_parser v1.0.9+spec-1.1.0
17012026-05-28T08:46:54.203Z Compiling similar v2.7.0
17022026-05-28T08:46:54.229Z Compiling crossbeam-epoch v0.9.18
17032026-05-28T08:46:54.327Z Compiling tokio-stream v0.1.18
17042026-05-28T08:46:54.553Z Compiling buf-list v1.1.2
17052026-05-28T08:46:54.788Z Compiling x509-cert v0.2.5
17062026-05-28T08:46:54.821Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17072026-05-28T08:46:54.836Z Compiling openapiv3 v2.2.0
17082026-05-28T08:46:55.056Z Compiling sha1 v0.10.6
17092026-05-28T08:46:55.071Z Compiling either v1.15.0
17102026-05-28T08:46:55.116Z Compiling lalrpop-util v0.19.12
17112026-05-28T08:46:55.271Z Compiling peg-runtime v0.8.5
17122026-05-28T08:46:55.287Z Compiling thread_local v1.1.9
17132026-05-28T08:46:55.301Z Compiling slog-async v2.8.0
17142026-05-28T08:46:55.316Z Compiling crossbeam-channel v0.5.15
17152026-05-28T08:46:55.538Z Compiling is-terminal v0.4.17
17162026-05-28T08:46:55.552Z Compiling filetime v0.2.27
17172026-05-28T08:46:55.612Z Compiling xattr v1.6.1
17182026-05-28T08:46:55.632Z Compiling term v1.2.1
17192026-05-28T08:46:55.720Z Compiling take_mut v0.2.2
17202026-05-28T08:46:55.754Z Compiling tar v0.4.45
17212026-05-28T08:46:56.203Z Compiling slog-term v2.9.2
17222026-05-28T08:47:05.982Z Compiling rustls-webpki v0.103.9
17232026-05-28T08:47:08.778Z Compiling tokio-rustls v0.26.4
17242026-05-28T08:47:08.778Z Compiling rustls-platform-verifier v0.6.2
17252026-05-28T08:47:08.985Z Compiling hyper-rustls v0.27.7
17262026-05-28T08:47:09.164Z Compiling reqwest v0.12.28
17272026-05-28T08:47:09.178Z Compiling reqwest v0.13.2
17282026-05-28T08:47:10.421Z Compiling tough v0.22.0
17292026-05-28T08:47:12.980Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17302026-05-28T08:47:13.192Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17312026-05-28T08:47:16.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17322026-05-28T08:47:16.197Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17332026-05-28T08:47:16.291ZMay 28 08:47:14.767 INFO Starting download, target: DendriteStub
17342026-05-28T08:47:16.435ZMay 28 08:47:14.768 INFO Starting download, target: Clickhouse
17352026-05-28T08:47:16.436ZMay 28 08:47:14.768 INFO Starting download, target: MaghemiteDdmd
17362026-05-28T08:47:16.436ZMay 28 08:47:14.768 INFO Starting download, target: Cockroach
17372026-05-28T08:47:16.436ZMay 28 08:47:14.768 INFO Starting download, target: Console
17382026-05-28T08:47:16.436ZMay 28 08:47:14.768 INFO Starting download, target: MaghemiteMgd
17392026-05-28T08:47:16.436ZMay 28 08:47:14.768 INFO Starting download, target: TransceiverControl
17402026-05-28T08:47:16.436ZMay 28 08:47:14.768 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17412026-05-28T08:47:16.436ZMay 28 08:47:14.768 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17422026-05-28T08:47:16.436ZMay 28 08:47:14.768 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17432026-05-28T08:47:16.436ZMay 28 08:47:14.768 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17442026-05-28T08:47:16.436ZMay 28 08:47:14.768 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17452026-05-28T08:47:16.436ZMay 28 08:47:14.768 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17462026-05-28T08:47:16.437ZMay 28 08:47:14.768 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17472026-05-28T08:47:17.341ZMay 28 08:47:15.857 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17482026-05-28T08:47:17.569ZMay 28 08:47:16.084 INFO Download complete, target: Console
17492026-05-28T08:47:17.997ZMay 28 08:47:16.512 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17502026-05-28T08:47:19.055ZMay 28 08:47:17.570 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17512026-05-28T08:47:19.271ZMay 28 08:47:17.775 INFO Download complete, target: TransceiverControl
17522026-05-28T08:47:20.618ZMay 28 08:47:19.129 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17532026-05-28T08:47:20.918ZMay 28 08:47:19.425 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17542026-05-28T08:47:20.939ZMay 28 08:47:19.449 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17552026-05-28T08:47:21.332ZMay 28 08:47:19.848 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17562026-05-28T08:47:21.332ZMay 28 08:47:19.848 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17572026-05-28T08:47:22.594ZMay 28 08:47:21.110 INFO Download complete, target: MaghemiteDdmd
17582026-05-28T08:47:23.455ZMay 28 08:47:21.971 INFO Download complete, target: MaghemiteMgd
17592026-05-28T08:47:23.577ZMay 28 08:47:22.092 INFO Download complete, target: DendriteStub
17602026-05-28T08:47:24.769ZMay 28 08:47:23.284 INFO Checking that binary works, target: Clickhouse
17612026-05-28T08:47:24.914ZMay 28 08:47:23.430 INFO Download complete, target: Clickhouse
17622026-05-28T08:47:25.941ZMay 28 08:47:24.457 INFO Checking that binary works, target: Cockroach
17632026-05-28T08:47:26.056ZMay 28 08:47:24.572 INFO Download complete, target: Cockroach
17642026-05-28T08:47:26.073ZAll builder prerequisites installed successfully, and PATH looks valid
17652026-05-28T08:47:26.076Z
17662026-05-28T08:47:26.076Zreal 2:20.306255487
17672026-05-28T08:47:26.076Zuser 6:55.720958768
17682026-05-28T08:47:26.076Zsys 1:22.619459481
17692026-05-28T08:47:26.076Ztrap 0.216698473
17702026-05-28T08:47:26.076Ztflt 0.673255258
17712026-05-28T08:47:26.076Zdflt 0.662859527
17722026-05-28T08:47:26.076Zkflt 0.029138958
17732026-05-28T08:47:26.076Zlock 22:18.218230357
17742026-05-28T08:47:26.076Zslp 21:11.006150960
17752026-05-28T08:47:26.076Zlat 42.289319575
17762026-05-28T08:47:26.076Zstop 1:57.906644679
17772026-05-28T08:47:26.077Z+ banner hack-check
17782026-05-28T08:47:26.077Z
17792026-05-28T08:47:26.077Z # # ## #### # # #### # # ###### #### # #
17802026-05-28T08:47:26.077Z # # # # # # # # # # # # # # # # #
17812026-05-28T08:47:26.077Z ###### # # # #### ##### # ###### ##### # ####
17822026-05-28T08:47:26.077Z # # ###### # # # # # # # # # #
17832026-05-28T08:47:26.077Z # # # # # # # # # # # # # # # # #
17842026-05-28T08:47:26.077Z # # # # #### # # #### # # ###### #### # #
17852026-05-28T08:47:26.077Z
17862026-05-28T08:47:26.077Z+ export CARGO_INCREMENTAL=0
17872026-05-28T08:47:26.077Z+ CARGO_INCREMENTAL=0
17882026-05-28T08:47:26.077Z+ ptime -m timeout 2h cargo xtask check-features --ci
17892026-05-28T08:47:26.631Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17902026-05-28T08:47:26.852Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17912026-05-28T08:47:28.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
17922026-05-28T08:47:28.788Z Running `target/debug/xtask check-features --ci`
17932026-05-28T08:47:28.816Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17942026-05-28T08:47:28.816Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17952026-05-28T08:47:29.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17962026-05-28T08:47:29.351Z Running `target/debug/xtask download cargo-hack`
17972026-05-28T08:47:30.161Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17982026-05-28T08:47:30.476Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17992026-05-28T08:47:33.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s
18002026-05-28T08:47:33.215Z Running `target/debug/xtask-downloader cargo-hack`
18012026-05-28T08:47:33.255ZMay 28 08:47:31.771 INFO Starting download, target: CargoHack
18022026-05-28T08:47:33.258ZMay 28 08:47:31.771 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18032026-05-28T08:47:33.833ZMay 28 08:47:32.349 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18042026-05-28T08:47:33.882ZMay 28 08:47:32.397 INFO Download complete, target: CargoHack
18052026-05-28T08:47:33.886Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18062026-05-28T08:47:33.899Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18072026-05-28T08:47:34.055Zinfo: running `cargo check --bins` on api_identity (1/298)
18082026-05-28T08:47:34.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-05-28T08:47:34.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-05-28T08:47:34.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-05-28T08:47:34.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18122026-05-28T08:47:34.669Z
18132026-05-28T08:47:34.669Zinfo: running `cargo check --bins` on bootstore (2/298)
18142026-05-28T08:47:35.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-05-28T08:47:35.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-05-28T08:47:35.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-05-28T08:47:35.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18182026-05-28T08:47:35.283Z
18192026-05-28T08:47:35.283Zinfo: running `cargo check --bins` on omicron-ledger (3/298)
18202026-05-28T08:47:35.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-05-28T08:47:35.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-05-28T08:47:35.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-05-28T08:47:35.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18242026-05-28T08:47:35.894Z
18252026-05-28T08:47:35.894Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/298)
18262026-05-28T08:47:36.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-28T08:47:36.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-28T08:47:36.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-28T08:47:36.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18302026-05-28T08:47:36.505Z
18312026-05-28T08:47:36.505Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/298)
18322026-05-28T08:47:37.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-28T08:47:37.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-28T08:47:37.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-28T08:47:37.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18362026-05-28T08:47:37.105Z
18372026-05-28T08:47:37.106Zinfo: running `cargo check --bins` on omicron-certificates (6/298)
18382026-05-28T08:47:37.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-28T08:47:37.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-28T08:47:37.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-28T08:47:37.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18422026-05-28T08:47:37.726Z
18432026-05-28T08:47:37.726Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/298)
18442026-05-28T08:47:38.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-28T08:47:38.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-28T08:47:38.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-28T08:47:38.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18482026-05-28T08:47:38.352Z
18492026-05-28T08:47:38.352Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/298)
18502026-05-28T08:47:38.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-28T08:47:38.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-28T08:47:38.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-28T08:47:38.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18542026-05-28T08:47:38.973Z
18552026-05-28T08:47:38.973Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/298)
18562026-05-28T08:47:39.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-28T08:47:39.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-28T08:47:39.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-28T08:47:39.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18602026-05-28T08:47:39.462Z
18612026-05-28T08:47:39.462Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/298)
18622026-05-28T08:47:39.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-28T08:47:39.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-28T08:47:39.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-28T08:47:39.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18662026-05-28T08:47:39.955Z
18672026-05-28T08:47:39.955Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/298)
18682026-05-28T08:47:40.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-28T08:47:40.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-28T08:47:40.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-28T08:47:40.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18722026-05-28T08:47:40.449Z
18732026-05-28T08:47:40.449Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/298)
18742026-05-28T08:47:40.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-28T08:47:40.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-28T08:47:40.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-28T08:47:40.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18782026-05-28T08:47:40.944Z
18792026-05-28T08:47:40.944Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/298)
18802026-05-28T08:47:41.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-28T08:47:41.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-28T08:47:41.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-28T08:47:41.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18842026-05-28T08:47:41.434Z
18852026-05-28T08:47:41.434Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/298)
18862026-05-28T08:47:41.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-28T08:47:41.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-28T08:47:41.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-28T08:47:41.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18902026-05-28T08:47:41.929Z
18912026-05-28T08:47:41.929Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/298)
18922026-05-28T08:47:42.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-28T08:47:42.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-28T08:47:42.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-28T08:47:42.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18962026-05-28T08:47:42.418Z
18972026-05-28T08:47:42.418Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/298)
18982026-05-28T08:47:42.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-28T08:47:42.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-28T08:47:42.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-28T08:47:42.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19022026-05-28T08:47:42.909Z
19032026-05-28T08:47:42.909Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/298)
19042026-05-28T08:47:43.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-28T08:47:43.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-28T08:47:43.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-28T08:47:43.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19082026-05-28T08:47:43.400Z
19092026-05-28T08:47:43.400Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/298)
19102026-05-28T08:47:43.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-28T08:47:43.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-28T08:47:43.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-28T08:47:43.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19142026-05-28T08:47:43.891Z
19152026-05-28T08:47:43.891Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/298)
19162026-05-28T08:47:44.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-28T08:47:44.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-28T08:47:44.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-28T08:47:44.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19202026-05-28T08:47:44.381Z
19212026-05-28T08:47:44.381Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/298)
19222026-05-28T08:47:44.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-28T08:47:44.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-28T08:47:44.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-28T08:47:44.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19262026-05-28T08:47:44.873Z
19272026-05-28T08:47:44.873Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/298)
19282026-05-28T08:47:45.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-28T08:47:45.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-28T08:47:45.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-28T08:47:45.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19322026-05-28T08:47:45.362Z
19332026-05-28T08:47:45.362Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/298)
19342026-05-28T08:47:45.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-28T08:47:45.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-28T08:47:45.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-28T08:47:45.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19382026-05-28T08:47:45.855Z
19392026-05-28T08:47:45.855Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/298)
19402026-05-28T08:47:46.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-28T08:47:46.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-28T08:47:46.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-28T08:47:46.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19442026-05-28T08:47:46.350Z
19452026-05-28T08:47:46.350Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/298)
19462026-05-28T08:47:46.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-28T08:47:46.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-28T08:47:46.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-28T08:47:46.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19502026-05-28T08:47:46.843Z
19512026-05-28T08:47:46.843Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/298)
19522026-05-28T08:47:47.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-28T08:47:47.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-28T08:47:47.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-28T08:47:47.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19562026-05-28T08:47:47.334Z
19572026-05-28T08:47:47.334Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/298)
19582026-05-28T08:47:47.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-28T08:47:47.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-28T08:47:47.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-28T08:47:47.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19622026-05-28T08:47:47.827Z
19632026-05-28T08:47:47.828Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/298)
19642026-05-28T08:47:48.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-28T08:47:48.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-28T08:47:48.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-28T08:47:48.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19682026-05-28T08:47:48.321Z
19692026-05-28T08:47:48.321Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/298)
19702026-05-28T08:47:48.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-28T08:47:48.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-28T08:47:48.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-28T08:47:48.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19742026-05-28T08:47:48.814Z
19752026-05-28T08:47:48.814Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/298)
19762026-05-28T08:47:49.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-28T08:47:49.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-28T08:47:49.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-28T08:47:49.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19802026-05-28T08:47:49.308Z
19812026-05-28T08:47:49.308Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/298)
19822026-05-28T08:47:49.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-28T08:47:49.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-28T08:47:49.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-28T08:47:49.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19862026-05-28T08:47:49.799Z
19872026-05-28T08:47:49.799Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/298)
19882026-05-28T08:47:50.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-28T08:47:50.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-28T08:47:50.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-28T08:47:50.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19922026-05-28T08:47:50.288Z
19932026-05-28T08:47:50.289Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/298)
19942026-05-28T08:47:50.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-28T08:47:50.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-28T08:47:50.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-28T08:47:50.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19982026-05-28T08:47:50.777Z
19992026-05-28T08:47:50.777Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/298)
20002026-05-28T08:47:51.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-28T08:47:51.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-28T08:47:51.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-28T08:47:51.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20042026-05-28T08:47:51.267Z
20052026-05-28T08:47:51.268Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/298)
20062026-05-28T08:47:51.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-28T08:47:51.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-28T08:47:51.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-28T08:47:51.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20102026-05-28T08:47:51.754Z
20112026-05-28T08:47:51.754Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/298)
20122026-05-28T08:47:52.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-28T08:47:52.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-28T08:47:52.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-28T08:47:52.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20162026-05-28T08:47:52.247Z
20172026-05-28T08:47:52.247Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/298)
20182026-05-28T08:47:52.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-28T08:47:52.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-28T08:47:52.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-28T08:47:52.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20222026-05-28T08:47:52.739Z
20232026-05-28T08:47:52.739Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/298)
20242026-05-28T08:47:53.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-28T08:47:53.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-28T08:47:53.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-28T08:47:53.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20282026-05-28T08:47:53.229Z
20292026-05-28T08:47:53.229Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/298)
20302026-05-28T08:47:53.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-28T08:47:53.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-28T08:47:53.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-28T08:47:53.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20342026-05-28T08:47:53.717Z
20352026-05-28T08:47:53.717Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/298)
20362026-05-28T08:47:54.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-28T08:47:54.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-28T08:47:54.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-28T08:47:54.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20402026-05-28T08:47:54.208Z
20412026-05-28T08:47:54.208Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/298)
20422026-05-28T08:47:54.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-28T08:47:54.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-28T08:47:54.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-28T08:47:54.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20462026-05-28T08:47:54.705Z
20472026-05-28T08:47:54.705Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/298)
20482026-05-28T08:47:55.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-28T08:47:55.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-28T08:47:55.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-28T08:47:55.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20522026-05-28T08:47:55.203Z
20532026-05-28T08:47:55.203Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/298)
20542026-05-28T08:47:55.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-28T08:47:55.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-28T08:47:55.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-28T08:47:55.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20582026-05-28T08:47:55.696Z
20592026-05-28T08:47:55.696Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/298)
20602026-05-28T08:47:56.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-28T08:47:56.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-28T08:47:56.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-28T08:47:56.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20642026-05-28T08:47:56.189Z
20652026-05-28T08:47:56.190Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/298)
20662026-05-28T08:47:56.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-28T08:47:56.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-28T08:47:56.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-28T08:47:56.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20702026-05-28T08:47:56.684Z
20712026-05-28T08:47:56.684Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/298)
20722026-05-28T08:47:57.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-28T08:47:57.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-28T08:47:57.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-28T08:47:57.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20762026-05-28T08:47:57.180Z
20772026-05-28T08:47:57.180Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/298)
20782026-05-28T08:47:57.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-28T08:47:57.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-28T08:47:57.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-28T08:47:57.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20822026-05-28T08:47:57.677Z
20832026-05-28T08:47:57.677Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/298)
20842026-05-28T08:47:58.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-28T08:47:58.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-28T08:47:58.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-28T08:47:58.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20882026-05-28T08:47:58.168Z
20892026-05-28T08:47:58.168Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/298)
20902026-05-28T08:47:58.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-28T08:47:58.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-28T08:47:58.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-28T08:47:58.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20942026-05-28T08:47:58.661Z
20952026-05-28T08:47:58.661Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/298)
20962026-05-28T08:47:59.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-28T08:47:59.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-28T08:47:59.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-28T08:47:59.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21002026-05-28T08:47:59.327Z
21012026-05-28T08:47:59.327Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/298)
21022026-05-28T08:47:59.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-28T08:47:59.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-28T08:47:59.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-28T08:47:59.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21062026-05-28T08:47:59.996Z
21072026-05-28T08:47:59.996Zinfo: running `cargo check --bins` on nexus-config (51/298)
21082026-05-28T08:48:00.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-28T08:48:00.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-28T08:48:00.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-28T08:48:00.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21122026-05-28T08:48:00.662Z
21132026-05-28T08:48:00.662Zinfo: running `cargo check --bins` on nexus-types (52/298)
21142026-05-28T08:48:01.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-28T08:48:01.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-28T08:48:01.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-28T08:48:01.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21182026-05-28T08:48:01.326Z
21192026-05-28T08:48:01.326Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/298)
21202026-05-28T08:48:01.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-28T08:48:01.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-28T08:48:01.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-28T08:48:01.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21242026-05-28T08:48:01.955Z
21252026-05-28T08:48:01.955Zinfo: running `cargo check --bins` on omicron-passwords (54/298)
21262026-05-28T08:48:02.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-28T08:48:02.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-28T08:48:02.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-28T08:48:02.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21302026-05-28T08:48:02.560Z
21312026-05-28T08:48:02.560Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/298)
21322026-05-28T08:48:03.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-28T08:48:03.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-28T08:48:03.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-28T08:48:03.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21362026-05-28T08:48:03.187Z
21372026-05-28T08:48:03.187Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/298)
21382026-05-28T08:48:03.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-28T08:48:03.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-28T08:48:03.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-28T08:48:03.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21422026-05-28T08:48:03.822Z
21432026-05-28T08:48:03.822Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/298)
21442026-05-28T08:48:04.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-28T08:48:04.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-28T08:48:04.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-28T08:48:04.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21482026-05-28T08:48:04.452Z
21492026-05-28T08:48:04.452Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/298)
21502026-05-28T08:48:04.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-28T08:48:04.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-28T08:48:04.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-28T08:48:04.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21542026-05-28T08:48:05.083Z
21552026-05-28T08:48:05.083Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/298)
21562026-05-28T08:48:05.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-28T08:48:05.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-28T08:48:05.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-28T08:48:05.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21602026-05-28T08:48:05.691Z
21612026-05-28T08:48:05.691Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/298)
21622026-05-28T08:48:06.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-28T08:48:06.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-28T08:48:06.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-28T08:48:06.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21662026-05-28T08:48:06.298Z
21672026-05-28T08:48:06.298Zinfo: running `cargo check --bins --no-default-features` on gfss (61/298)
21682026-05-28T08:48:06.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-28T08:48:06.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-28T08:48:06.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-28T08:48:06.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21722026-05-28T08:48:06.903Z
21732026-05-28T08:48:06.903Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/298)
21742026-05-28T08:48:07.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-28T08:48:07.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-28T08:48:07.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-28T08:48:07.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21782026-05-28T08:48:07.504Z
21792026-05-28T08:48:07.504Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/298)
21802026-05-28T08:48:08.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-28T08:48:08.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-28T08:48:08.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-28T08:48:08.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21842026-05-28T08:48:08.124Z
21852026-05-28T08:48:08.124Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/298)
21862026-05-28T08:48:08.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-28T08:48:08.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-28T08:48:08.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-28T08:48:08.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21902026-05-28T08:48:08.746Z
21912026-05-28T08:48:08.746Zinfo: running `cargo check --bins` on cockroach-admin-types (65/298)
21922026-05-28T08:48:09.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-28T08:48:09.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-28T08:48:09.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-28T08:48:09.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21962026-05-28T08:48:09.349Z
21972026-05-28T08:48:09.349Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/298)
21982026-05-28T08:48:09.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-28T08:48:09.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-28T08:48:09.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-28T08:48:09.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22022026-05-28T08:48:09.955Z
22032026-05-28T08:48:09.955Zinfo: running `cargo check --bins` on ereport-types (67/298)
22042026-05-28T08:48:10.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-28T08:48:10.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-28T08:48:10.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-28T08:48:10.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22082026-05-28T08:48:10.572Z
22092026-05-28T08:48:10.572Zinfo: running `cargo check --bins` on gateway-client (68/298)
22102026-05-28T08:48:11.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-28T08:48:11.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-28T08:48:11.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-28T08:48:11.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22142026-05-28T08:48:11.191Z
22152026-05-28T08:48:11.191Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/298)
22162026-05-28T08:48:11.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-28T08:48:11.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-28T08:48:11.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-28T08:48:11.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22202026-05-28T08:48:11.805Z
22212026-05-28T08:48:11.805Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/298)
22222026-05-28T08:48:12.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-28T08:48:12.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-28T08:48:12.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-28T08:48:12.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22262026-05-28T08:48:12.418Z
22272026-05-28T08:48:12.418Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/298)
22282026-05-28T08:48:12.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-28T08:48:12.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-28T08:48:12.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-28T08:48:12.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22322026-05-28T08:48:13.032Z
22332026-05-28T08:48:13.032Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/298)
22342026-05-28T08:48:13.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-28T08:48:13.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-28T08:48:13.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-28T08:48:13.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22382026-05-28T08:48:13.645Z
22392026-05-28T08:48:13.645Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/298)
22402026-05-28T08:48:14.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-28T08:48:14.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-28T08:48:14.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-05-28T08:48:14.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22442026-05-28T08:48:14.284Z
22452026-05-28T08:48:14.285Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/298)
22462026-05-28T08:48:14.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-05-28T08:48:14.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-05-28T08:48:14.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-05-28T08:48:14.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22502026-05-28T08:48:14.929Z
22512026-05-28T08:48:14.929Zinfo: running `cargo check --bins` on key-manager-types (75/298)
22522026-05-28T08:48:15.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-05-28T08:48:15.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-05-28T08:48:15.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-05-28T08:48:15.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22562026-05-28T08:48:15.536Z
22572026-05-28T08:48:15.536Zinfo: running `cargo check --bins` on oxlog (76/298)
22582026-05-28T08:48:16.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-05-28T08:48:16.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-05-28T08:48:16.165Z Checking cfg-if v1.0.4
22612026-05-28T08:48:16.168Z Checking libc v0.2.185
22622026-05-28T08:48:16.168Z Checking serde_core v1.0.228
22632026-05-28T08:48:16.287Z Checking zeroize v1.8.2
22642026-05-28T08:48:16.296Z Checking memchr v2.8.0
22652026-05-28T08:48:16.305Z Checking log v0.4.29
22662026-05-28T08:48:16.314Z Checking smallvec v1.15.1
22672026-05-28T08:48:16.325Z Checking typenum v1.19.0
22682026-05-28T08:48:16.325Z Checking subtle v2.6.1
22692026-05-28T08:48:16.424Z Checking itoa v1.0.17
22702026-05-28T08:48:16.464Z Checking scopeguard v1.2.0
22712026-05-28T08:48:16.479Z Checking stable_deref_trait v1.2.1
22722026-05-28T08:48:16.491Z Checking const-oid v0.9.6
22732026-05-28T08:48:16.552Z Checking zerofrom v0.1.6
22742026-05-28T08:48:16.564Z Checking lock_api v0.4.14
22752026-05-28T08:48:16.577Z Checking pin-project-lite v0.2.17
22762026-05-28T08:48:16.663Z Checking yoke v0.8.1
22772026-05-28T08:48:16.676Z Checking portable-atomic v1.13.1
22782026-05-28T08:48:16.679Z Checking getrandom v0.2.17
22792026-05-28T08:48:16.679Z Checking errno v0.3.14
22802026-05-28T08:48:16.755Z Checking parking_lot_core v0.9.12
22812026-05-28T08:48:16.833Z Checking zerovec v0.11.5
22822026-05-28T08:48:16.844Z Checking generic-array v0.14.7
22832026-05-28T08:48:16.847Z Checking signal-hook-registry v1.4.8
22842026-05-28T08:48:16.867Z Checking rand_core v0.6.4
22852026-05-28T08:48:16.937Z Checking critical-section v1.2.0
22862026-05-28T08:48:17.011Z Checking futures-core v0.3.32
22872026-05-28T08:48:17.031Z Checking parking_lot v0.12.5
22882026-05-28T08:48:17.032Z Checking mio v1.2.0
22892026-05-28T08:48:17.105Z Checking once_cell v1.21.3
22902026-05-28T08:48:17.129Z Checking zerocopy v0.8.40
22912026-05-28T08:48:17.160Z Checking zmij v1.0.21
22922026-05-28T08:48:17.224Z Checking socket2 v0.6.3
22932026-05-28T08:48:17.252Z Checking tinystr v0.8.2
22942026-05-28T08:48:17.272Z Checking libm v0.2.16
22952026-05-28T08:48:17.284Z Checking crypto-common v0.1.7
22962026-05-28T08:48:17.306Z Checking block-buffer v0.10.4
22972026-05-28T08:48:17.368Z Checking writeable v0.6.2
22982026-05-28T08:48:17.399Z Checking percent-encoding v2.3.2
22992026-05-28T08:48:17.423Z Checking litemap v0.8.1
23002026-05-28T08:48:17.437Z Checking digest v0.10.7
23012026-05-28T08:48:17.458Z Checking equivalent v1.0.2
23022026-05-28T08:48:17.529Z Checking potential_utf v0.1.4
23032026-05-28T08:48:17.532Z Checking zerotrie v0.2.3
23042026-05-28T08:48:17.553Z Checking futures-sink v0.3.32
23052026-05-28T08:48:17.590Z Checking icu_locale_core v2.1.1
23062026-05-28T08:48:17.626Z Checking futures-io v0.3.32
23072026-05-28T08:48:17.646Z Checking futures-channel v0.3.32
23082026-05-28T08:48:17.659Z Checking icu_collections v2.1.1
23092026-05-28T08:48:17.735Z Checking serde v1.0.228
23102026-05-28T08:48:17.735Z Checking bitflags v2.11.0
23112026-05-28T08:48:17.776Z Checking serde_json v1.0.149
23122026-05-28T08:48:17.846Z Checking slab v0.4.12
23132026-05-28T08:48:17.918Z Checking cpufeatures v0.2.17
23142026-05-28T08:48:17.969Z Checking futures-task v0.3.32
23152026-05-28T08:48:17.982Z Checking num-traits v0.2.19
23162026-05-28T08:48:17.993Z Checking hmac v0.12.1
23172026-05-28T08:48:18.006Z Checking icu_normalizer_data v2.1.1
23182026-05-28T08:48:18.075Z Checking icu_properties_data v2.1.2
23192026-05-28T08:48:18.105Z Checking futures-util v0.3.32
23202026-05-28T08:48:18.120Z Checking hashbrown v0.17.0
23212026-05-28T08:48:18.146Z Checking bytes v1.11.1
23222026-05-28T08:48:18.160Z Checking icu_provider v2.1.1
23232026-05-28T08:48:18.200Z Checking rand_core v0.10.0
23242026-05-28T08:48:18.336Z Checking getrandom v0.4.1
23252026-05-28T08:48:18.380Z Checking icu_properties v2.1.2
23262026-05-28T08:48:18.446Z Checking icu_normalizer v2.1.1
23272026-05-28T08:48:18.480Z Checking block-padding v0.3.3
23282026-05-28T08:48:18.499Z Checking utf8_iter v1.0.4
23292026-05-28T08:48:18.571Z Checking indexmap v2.14.0
23302026-05-28T08:48:18.583Z Checking tokio v1.52.1
23312026-05-28T08:48:18.606Z Checking inout v0.1.4
23322026-05-28T08:48:18.619Z Checking sha2 v0.10.9
23332026-05-28T08:48:18.742Z Checking cipher v0.4.4
23342026-05-28T08:48:18.754Z Checking form_urlencoded v1.2.2
23352026-05-28T08:48:18.879Z Checking getrandom v0.3.4
23362026-05-28T08:48:18.891Z Checking fnv v1.0.7
23372026-05-28T08:48:18.946Z Checking byteorder v1.5.0
23382026-05-28T08:48:18.977Z Checking base64ct v1.8.3
23392026-05-28T08:48:19.022Z Checking flagset v0.4.7
23402026-05-28T08:48:19.108Z Checking rand_core v0.9.5
23412026-05-28T08:48:19.139Z Checking http v1.4.0
23422026-05-28T08:48:19.143Z Checking regex-syntax v0.8.10
23432026-05-28T08:48:19.188Z Checking idna_adapter v1.2.1
23442026-05-28T08:48:19.205Z Checking pem-rfc7468 v0.7.0
23452026-05-28T08:48:19.283Z Checking salsa20 v0.10.2
23462026-05-28T08:48:19.302Z Checking idna v1.1.0
23472026-05-28T08:48:19.361Z Checking der v0.7.10
23482026-05-28T08:48:19.412Z Checking uuid v1.23.0
23492026-05-28T08:48:19.542Z Checking url v2.5.8
23502026-05-28T08:48:19.710Z Checking pbkdf2 v0.12.2
23512026-05-28T08:48:19.727Z Checking rustix v1.1.3
23522026-05-28T08:48:19.821Z Checking tracing-core v0.1.36
23532026-05-28T08:48:19.882Z Checking ppv-lite86 v0.2.21
23542026-05-28T08:48:19.991Z Checking rustls-pki-types v1.14.0
23552026-05-28T08:48:20.005Z Checking base64 v0.22.1
23562026-05-28T08:48:20.087Z Checking spki v0.7.3
23572026-05-28T08:48:20.123Z Checking iana-time-zone v0.1.65
23582026-05-28T08:48:20.178Z Checking rand_chacha v0.9.0
23592026-05-28T08:48:20.225Z Checking chrono v0.4.44
23602026-05-28T08:48:20.238Z Checking tracing v0.1.44
23612026-05-28T08:48:20.251Z Checking scrypt v0.11.0
23622026-05-28T08:48:20.268Z Checking http-body v1.0.1
23632026-05-28T08:48:20.371Z Checking cbc v0.1.2
23642026-05-28T08:48:20.386Z Checking aes v0.8.4
23652026-05-28T08:48:20.398Z Checking aws-lc-sys v0.40.0
23662026-05-28T08:48:20.437Z Checking tinyvec_macros v0.1.1
23672026-05-28T08:48:20.450Z Checking untrusted v0.9.0
23682026-05-28T08:48:20.494Z Checking openssl-probe v0.2.1
23692026-05-28T08:48:20.507Z Checking untrusted v0.7.1
23702026-05-28T08:48:20.537Z Checking tinyvec v1.10.0
23712026-05-28T08:48:20.559Z Checking ring v0.17.14
23722026-05-28T08:48:20.599Z Checking rand v0.9.2
23732026-05-28T08:48:20.616Z Checking try-lock v0.2.5
23742026-05-28T08:48:20.713Z Checking tower-service v0.3.3
23752026-05-28T08:48:20.762Z Checking pkcs5 v0.7.1
23762026-05-28T08:48:20.802Z Checking atomic-waker v1.1.2
23772026-05-28T08:48:20.842Z Checking tower-layer v0.3.3
23782026-05-28T08:48:20.895Z Checking aws-lc-rs v1.16.3
23792026-05-28T08:48:20.908Z Checking want v0.3.1
23802026-05-28T08:48:20.988Z Checking ipnet v2.11.0
23812026-05-28T08:48:21.008Z Checking pkcs8 v0.10.2
23822026-05-28T08:48:21.027Z Checking httparse v1.10.1
23832026-05-28T08:48:21.056Z Checking aho-corasick v1.1.4
23842026-05-28T08:48:21.071Z Checking foreign-types-shared v0.1.1
23852026-05-28T08:48:21.154Z Checking pin-utils v0.1.0
23862026-05-28T08:48:21.181Z Checking httpdate v1.0.3
23872026-05-28T08:48:21.221Z Checking dyn-clone v1.0.20
23882026-05-28T08:48:21.234Z Checking fastrand v2.3.0
23892026-05-28T08:48:21.245Z Checking utf8parse v0.2.2
23902026-05-28T08:48:21.319Z Checking plain v0.2.3
23912026-05-28T08:48:21.332Z Checking foreign-types v0.3.2
23922026-05-28T08:48:21.346Z Checking unicode-normalization v0.1.25
23932026-05-28T08:48:21.398Z Checking semver v1.0.28
23942026-05-28T08:48:21.410Z Checking tempfile v3.25.0
23952026-05-28T08:48:21.421Z Checking openssl-sys v0.9.115
23962026-05-28T08:48:21.534Z Checking spin v0.9.8
23972026-05-28T08:48:21.598Z Checking socket2 v0.5.10
23982026-05-28T08:48:21.613Z Checking ucd-trie v0.1.7
23992026-05-28T08:48:21.717Z Checking unicode-ident v1.0.24
24002026-05-28T08:48:21.730Z Checking regex-automata v0.4.14
24012026-05-28T08:48:21.741Z Checking rustls-webpki v0.103.9
24022026-05-28T08:48:21.755Z Checking anstyle v1.0.14
24032026-05-28T08:48:21.767Z Checking pest v2.8.6
24042026-05-28T08:48:21.780Z Checking tokio-util v0.7.18
24052026-05-28T08:48:21.794Z Checking openssl v0.10.79
24062026-05-28T08:48:21.824Z Checking proc-macro2 v1.0.106
24072026-05-28T08:48:21.841Z Checking schemars v0.8.22
24082026-05-28T08:48:21.932Z Checking rustls-native-certs v0.8.3
24092026-05-28T08:48:22.064Z Checking thiserror v2.0.18
24102026-05-28T08:48:22.132Z Checking sync_wrapper v1.0.2
24112026-05-28T08:48:22.156Z Checking rustls v0.23.37
24122026-05-28T08:48:22.169Z Checking wait-timeout v0.2.1
24132026-05-28T08:48:22.233Z Checking simd-adler32 v0.3.8
24142026-05-28T08:48:22.286Z Checking bit-vec v0.8.0
24152026-05-28T08:48:22.371Z Checking h2 v0.4.13
24162026-05-28T08:48:22.398Z Checking pretty-hex v0.4.1
24172026-05-28T08:48:22.479Z Checking siphasher v1.0.2
24182026-05-28T08:48:22.479Z Checking powerfmt v0.2.0
24192026-05-28T08:48:22.512Z Checking anstyle-query v1.1.5
24202026-05-28T08:48:22.601Z Checking quick-error v1.2.3
24212026-05-28T08:48:22.626Z Checking colorchoice v1.0.4
24222026-05-28T08:48:22.642Z Checking is_terminal_polyfill v1.70.2
24232026-05-28T08:48:22.701Z Checking rusty-fork v0.3.1
24242026-05-28T08:48:22.721Z Checking deranged v0.5.8
24252026-05-28T08:48:22.735Z Checking bit-set v0.8.0
24262026-05-28T08:48:22.816Z Checking tower v0.5.3
24272026-05-28T08:48:22.883Z Checking quote v1.0.45
24282026-05-28T08:48:22.898Z Compiling newtype-uuid v1.3.2
24292026-05-28T08:48:23.057Z Checking http-body-util v0.1.3
24302026-05-28T08:48:23.080Z Checking webpki-roots v1.0.6
24312026-05-28T08:48:23.197Z Checking crossbeam-utils v0.8.21
24322026-05-28T08:48:23.210Z Checking rand_xorshift v0.4.0
24332026-05-28T08:48:23.278Z Checking crc32fast v1.5.0
24342026-05-28T08:48:23.324Z Checking scroll v0.13.0
24352026-05-28T08:48:23.415Z Checking signature v2.2.0
24362026-05-28T08:48:23.525Z Checking unarray v0.1.4
24372026-05-28T08:48:23.548Z Checking adler2 v2.0.1
24382026-05-28T08:48:23.562Z Checking time-core v0.1.8
24392026-05-28T08:48:23.565Z Checking unicode-bidi v0.3.18
24402026-05-28T08:48:23.626Z Checking num_threads v0.1.7
24412026-05-28T08:48:23.648Z Checking num-conv v0.2.0
24422026-05-28T08:48:23.662Z Checking iri-string v0.7.10
24432026-05-28T08:48:23.698Z Checking ryu v1.0.23
24442026-05-28T08:48:23.715Z Checking allocator-api2 v0.2.21
24452026-05-28T08:48:23.765Z Checking unicode-properties v0.1.4
24462026-05-28T08:48:23.810Z Checking native-tls v0.2.18
24472026-05-28T08:48:23.828Z Checking serde_urlencoded v0.7.1
24482026-05-28T08:48:23.856Z Checking time v0.3.47
24492026-05-28T08:48:23.946Z Checking stringprep v0.1.5
24502026-05-28T08:48:23.982Z Checking tokio-native-tls v0.3.1
24512026-05-28T08:48:23.995Z Checking miniz_oxide v0.8.9
24522026-05-28T08:48:24.027Z Checking proptest v1.10.0
24532026-05-28T08:48:24.093Z Checking bstr v1.12.1
24542026-05-28T08:48:24.137Z Checking goblin v0.10.5
24552026-05-28T08:48:24.340Z Checking crossbeam-epoch v0.9.18
24562026-05-28T08:48:24.482Z Checking syn v2.0.117
24572026-05-28T08:48:24.511Z Checking tokio-rustls v0.26.4
24582026-05-28T08:48:24.564Z Compiling daft v0.1.7
24592026-05-28T08:48:24.660Z Checking tower-http v0.6.8
24602026-05-28T08:48:24.738Z Checking ipnetwork v0.21.1
24612026-05-28T08:48:24.843Z Checking anstyle-parse v1.0.0
24622026-05-28T08:48:24.933Z Checking rand_chacha v0.3.1
24632026-05-28T08:48:24.954Z Checking thiserror v1.0.69
24642026-05-28T08:48:24.971Z Checking scroll v0.12.0
24652026-05-28T08:48:24.992Z Checking hash32 v0.2.1
24662026-05-28T08:48:25.048Z Checking zstd-sys v2.0.16+zstd.1.5.7
24672026-05-28T08:48:25.061Z Checking hyper v1.8.1
24682026-05-28T08:48:25.138Z Checking num-integer v0.1.46
24692026-05-28T08:48:25.150Z Checking serde_spanned v0.6.9
24702026-05-28T08:48:25.162Z Checking toml_datetime v0.6.11
24712026-05-28T08:48:25.195Z Checking md-5 v0.10.6
24722026-05-28T08:48:25.272Z Checking ff v0.13.1
24732026-05-28T08:48:25.328Z Checking encoding_rs v0.8.35
24742026-05-28T08:48:25.342Z Checking fallible-iterator v0.2.0
24752026-05-28T08:48:25.357Z Checking mime v0.3.17
24762026-05-28T08:48:25.396Z Checking psl-types v2.0.11
24772026-05-28T08:48:25.515Z Checking base16ct v0.2.0
24782026-05-28T08:48:25.529Z Checking zlib-rs v0.6.2
24792026-05-28T08:48:25.606Z Checking postgres-protocol v0.6.10
24802026-05-28T08:48:25.637Z Checking sec1 v0.7.3
24812026-05-28T08:48:25.842Z Checking publicsuffix v2.3.0
24822026-05-28T08:48:25.914Z Checking group v0.13.0
24832026-05-28T08:48:25.951Z Checking num-iter v0.1.45
24842026-05-28T08:48:25.964Z Checking hyper-util v0.1.20
24852026-05-28T08:48:25.999Z Checking goblin v0.8.2
24862026-05-28T08:48:26.057Z Checking zstd-safe v7.2.4
24872026-05-28T08:48:26.060Z Checking heapless v0.7.17
24882026-05-28T08:48:26.222Z Checking rand v0.8.6
24892026-05-28T08:48:26.260Z Checking anstream v1.0.0
24902026-05-28T08:48:26.393Z Checking flate2 v1.1.9
24912026-05-28T08:48:26.446Z Checking dof v0.4.0
24922026-05-28T08:48:26.459Z Checking cookie v0.18.1
24932026-05-28T08:48:26.472Z Checking oxnet v0.1.5
24942026-05-28T08:48:26.684Z Compiling iddqd v0.4.2
24952026-05-28T08:48:26.699Z Checking dtrace-parser v0.3.0
24962026-05-28T08:48:26.711Z Checking phf_shared v0.13.1
24972026-05-28T08:48:26.726Z Checking lazy_static v1.5.0
24982026-05-28T08:48:26.739Z Checking anstyle-parse v0.2.7
24992026-05-28T08:48:26.812Z Checking pin-project v1.1.11
25002026-05-28T08:48:26.884Z Checking zerocopy v0.7.35
25012026-05-28T08:48:26.900Z Checking bzip2-sys v0.1.13+1.0.8
25022026-05-28T08:48:26.913Z Checking signal-hook v0.3.18
25032026-05-28T08:48:26.925Z Checking terminal_size v0.4.3
25042026-05-28T08:48:26.982Z Checking futures-executor v0.3.32
25052026-05-28T08:48:27.036Z Checking hex v0.4.3
25062026-05-28T08:48:27.080Z Checking hkdf v0.12.4
25072026-05-28T08:48:27.096Z Checking crypto-bigint v0.5.5
25082026-05-28T08:48:27.127Z Checking thread-id v5.1.0
25092026-05-28T08:48:27.203Z Checking winnow v0.5.40
25102026-05-28T08:48:27.216Z Checking foldhash v0.1.5
25112026-05-28T08:48:27.219Z Checking hyper-rustls v0.27.7
25122026-05-28T08:48:27.249Z Checking hyper-tls v0.6.0
25132026-05-28T08:48:27.345Z Checking managed v0.8.0
25142026-05-28T08:48:27.364Z Checking strsim v0.11.1
25152026-05-28T08:48:27.416Z Checking winnow v0.7.14
25162026-05-28T08:48:27.429Z Checking clap_lex v1.0.0
25172026-05-28T08:48:27.520Z Checking bitflags v1.3.2
25182026-05-28T08:48:27.533Z Checking foldhash v0.2.0
25192026-05-28T08:48:27.574Z Checking same-file v1.0.6
25202026-05-28T08:48:27.590Z Checking libbz2-rs-sys v0.2.2
25212026-05-28T08:48:27.684Z Compiling rayon-core v1.13.0
25222026-05-28T08:48:27.696Z Checking bumpalo v3.20.2
25232026-05-28T08:48:27.884Z Checking walkdir v2.5.0
25242026-05-28T08:48:27.898Z Checking dof v0.3.0
25252026-05-28T08:48:27.910Z Checking zopfli v0.8.3
25262026-05-28T08:48:27.956Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25272026-05-28T08:48:27.997Z Checking bzip2 v0.6.1
25282026-05-28T08:48:28.015Z Checking elliptic-curve v0.13.8
25292026-05-28T08:48:28.059Z Checking hashbrown v0.16.1
25302026-05-28T08:48:28.139Z Checking smoltcp v0.9.1
25312026-05-28T08:48:28.163Z Checking clap_builder v4.6.0
25322026-05-28T08:48:28.185Z Checking reqwest v0.12.28
25332026-05-28T08:48:28.242Z Checking hashbrown v0.15.5
25342026-05-28T08:48:28.360Z Checking toml_edit v0.19.15
25352026-05-28T08:48:28.373Z Checking usdt-impl v0.6.0
25362026-05-28T08:48:28.554Z Checking futures v0.3.32
25372026-05-28T08:48:28.608Z Checking signal-hook-mio v0.2.5
25382026-05-28T08:48:28.631Z Checking bzip2 v0.4.4
25392026-05-28T08:48:28.647Z Checking snafu v0.8.9
25402026-05-28T08:48:28.700Z Checking phf v0.13.1
25412026-05-28T08:48:28.713Z Checking anstream v0.6.21
25422026-05-28T08:48:28.716Z Checking num-bigint-dig v0.8.6
25432026-05-28T08:48:28.844Z Checking cookie_store v0.22.1
25442026-05-28T08:48:28.878Z Checking zstd v0.13.3
25452026-05-28T08:48:28.916Z Checking postgres-types v0.2.12
25462026-05-28T08:48:29.022Z Checking dtrace-parser v0.2.0
25472026-05-28T08:48:29.034Z Checking crossbeam-deque v0.8.6
25482026-05-28T08:48:29.058Z Checking rustls-platform-verifier v0.6.2
25492026-05-28T08:48:29.166Z Checking globset v0.4.18
25502026-05-28T08:48:29.196Z Checking regex v1.12.3
25512026-05-28T08:48:29.209Z Checking ed25519 v2.2.3
25522026-05-28T08:48:29.223Z Checking phf_shared v0.11.3
25532026-05-28T08:48:29.249Z Checking olpc-cjson v0.1.4
25542026-05-28T08:48:29.363Z Checking ref-cast v1.0.25
25552026-05-28T08:48:29.376Z Checking curve25519-dalek v4.1.3
25562026-05-28T08:48:29.376Z Checking strum v0.27.2
25572026-05-28T08:48:29.400Z Checking hubpack v0.1.2
25582026-05-28T08:48:29.403Z Checking memoffset v0.9.1
25592026-05-28T08:48:29.422Z Checking rustix v0.38.44
25602026-05-28T08:48:29.461Z Checking pkcs1 v0.7.5
25612026-05-28T08:48:29.471Z Checking pem v3.0.6
25622026-05-28T08:48:29.483Z Checking float-cmp v0.10.0
25632026-05-28T08:48:29.486Z Checking serde-big-array v0.5.1
25642026-05-28T08:48:29.509Z Checking serde_plain v1.0.2
25652026-05-28T08:48:29.557Z Checking erased-serde v0.3.31
25662026-05-28T08:48:29.603Z Checking rfc6979 v0.4.0
25672026-05-28T08:48:29.616Z Checking memmap2 v0.9.10
25682026-05-28T08:48:29.620Z Checking thread-id v4.2.2
25692026-05-28T08:48:29.649Z Checking env_filter v1.0.0
25702026-05-28T08:48:29.663Z Checking precomputed-hash v0.1.1
25712026-05-28T08:48:29.700Z Checking normalize-line-endings v0.3.0
25722026-05-28T08:48:29.713Z Checking fixedbitset v0.5.7
25732026-05-28T08:48:29.737Z Checking difflib v0.4.0
25742026-05-28T08:48:29.772Z Checking fixedbitset v0.4.2
25752026-05-28T08:48:29.787Z Checking either v1.15.0
25762026-05-28T08:48:29.790Z Checking static_assertions v1.1.0
25772026-05-28T08:48:29.866Z Checking predicates-core v1.0.10
25782026-05-28T08:48:29.897Z Checking toml_write v0.1.2
25792026-05-28T08:48:29.910Z Checking jiff v0.2.21
25802026-05-28T08:48:29.913Z Checking typed-path v0.9.3
25812026-05-28T08:48:29.935Z Checking whoami v2.1.0
25822026-05-28T08:48:29.969Z Checking data-encoding v2.10.0
25832026-05-28T08:48:29.982Z Checking keccak v0.1.6
25842026-05-28T08:48:30.059Z Checking new_debug_unreachable v1.0.6
25852026-05-28T08:48:30.122Z Checking unicode-segmentation v1.12.0
25862026-05-28T08:48:30.134Z Checking string_cache v0.8.9
25872026-05-28T08:48:30.145Z Checking sha3 v0.10.8
25882026-05-28T08:48:30.158Z Checking ed25519-dalek v2.2.0
25892026-05-28T08:48:30.203Z Checking crossterm v0.28.1
25902026-05-28T08:48:30.241Z Checking hickory-proto v0.25.2
25912026-05-28T08:48:30.296Z Checking tokio-postgres v0.7.16
25922026-05-28T08:48:30.344Z Checking toml_edit v0.22.27
25932026-05-28T08:48:30.387Z Checking predicates v3.1.4
25942026-05-28T08:48:30.433Z Checking similar v2.7.0
25952026-05-28T08:48:30.684Z Checking tough v0.22.0
25962026-05-28T08:48:30.684Z Checking slog v2.8.2
25972026-05-28T08:48:30.812Z Checking petgraph v0.6.5
25982026-05-28T08:48:30.902Z Checking petgraph v0.8.3
25992026-05-28T08:48:30.946Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26002026-05-28T08:48:31.431Z Checking env_logger v0.11.9
26012026-05-28T08:48:31.527Z Checking usdt v0.6.0
26022026-05-28T08:48:31.625Z Checking ecdsa v0.16.9
26032026-05-28T08:48:31.697Z Checking usdt-impl v0.5.0
26042026-05-28T08:48:31.957Z Checking rsa v0.9.10
26052026-05-28T08:48:31.985Z Checking nix v0.31.2
26062026-05-28T08:48:32.114Z Checking zip v4.6.1
26072026-05-28T08:48:32.419Z Checking clap v4.6.1
26082026-05-28T08:48:32.453Z Checking toml v0.7.8
26092026-05-28T08:48:32.664Z Checking reqwest v0.13.2
26102026-05-28T08:48:32.694Z Checking zip v0.6.6
26112026-05-28T08:48:32.760Z Checking toml_parser v1.0.9+spec-1.1.0
26122026-05-28T08:48:32.848Z Checking serde_with v3.17.0
26132026-05-28T08:48:32.956Z Checking strum v0.26.3
26142026-05-28T08:48:32.983Z Checking fs-err v3.3.0
26152026-05-28T08:48:33.033Z Checking ahash v0.8.12
26162026-05-28T08:48:33.046Z Checking object v0.37.3
26172026-05-28T08:48:33.069Z Checking tokio-stream v0.1.18
26182026-05-28T08:48:33.092Z Checking buf-list v1.1.2
26192026-05-28T08:48:33.196Z Checking anyhow v1.0.102
26202026-05-28T08:48:33.232Z Checking camino v1.2.2
26212026-05-28T08:48:33.278Z Checking x509-cert v0.2.5
26222026-05-28T08:48:33.291Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26232026-05-28T08:48:33.395Z Checking openapiv3 v2.2.0
26242026-05-28T08:48:33.450Z Checking sha1 v0.10.6
26252026-05-28T08:48:33.473Z Checking lalrpop-util v0.19.12
26262026-05-28T08:48:33.544Z Checking peg-runtime v0.8.5
26272026-05-28T08:48:33.557Z Checking rayon v1.11.0
26282026-05-28T08:48:33.607Z Checking sigpipe v0.1.3
26292026-05-28T08:48:33.632Z Checking glob v0.3.3
26302026-05-28T08:48:35.238Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26312026-05-28T08:48:35.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.97s
26322026-05-28T08:48:35.690Z
26332026-05-28T08:48:35.690Zinfo: running `cargo check --bins` on internal-dns-types (77/298)
26342026-05-28T08:48:36.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-05-28T08:48:36.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-05-28T08:48:36.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-05-28T08:48:36.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26382026-05-28T08:48:36.315Z
26392026-05-28T08:48:36.315Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/298)
26402026-05-28T08:48:36.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-05-28T08:48:36.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-05-28T08:48:36.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-05-28T08:48:36.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26442026-05-28T08:48:36.948Z
26452026-05-28T08:48:36.948Zinfo: running `cargo check --bins` on nexus-types-versions (79/298)
26462026-05-28T08:48:37.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-05-28T08:48:37.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-05-28T08:48:37.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-05-28T08:48:37.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26502026-05-28T08:48:37.614Z
26512026-05-28T08:48:37.614Zinfo: running `cargo check --bins` on oxql-types (80/298)
26522026-05-28T08:48:38.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-05-28T08:48:38.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-05-28T08:48:38.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-05-28T08:48:38.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26562026-05-28T08:48:38.250Z
26572026-05-28T08:48:38.251Zinfo: running `cargo check --bins` on oximeter-types (81/298)
26582026-05-28T08:48:38.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-05-28T08:48:38.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-05-28T08:48:38.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-05-28T08:48:38.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26622026-05-28T08:48:38.870Z
26632026-05-28T08:48:38.870Zinfo: running `cargo check --bins` on oximeter-types-versions (82/298)
26642026-05-28T08:48:39.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-05-28T08:48:39.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-05-28T08:48:39.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-05-28T08:48:39.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26682026-05-28T08:48:39.500Z
26692026-05-28T08:48:39.500Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/298)
26702026-05-28T08:48:40.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-05-28T08:48:40.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-05-28T08:48:40.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732026-05-28T08:48:40.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26742026-05-28T08:48:40.111Z
26752026-05-28T08:48:40.111Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/298)
26762026-05-28T08:48:40.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772026-05-28T08:48:40.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782026-05-28T08:48:40.824Z Compiling structmeta-derive v0.3.0
26792026-05-28T08:48:40.945Z Compiling rustls v0.22.4
26802026-05-28T08:48:40.955Z Compiling multer v3.1.0
26812026-05-28T08:48:40.964Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26822026-05-28T08:48:40.964Z Compiling async-stream-impl v0.3.6
26832026-05-28T08:48:40.988Z Compiling dropshot v0.17.0
26842026-05-28T08:48:41.006Z Compiling dropshot_endpoint v0.17.0
26852026-05-28T08:48:41.006Z Compiling newtype-uuid-macros v0.1.0
26862026-05-28T08:48:41.135Z Checking newtype-uuid v1.3.2
26872026-05-28T08:48:41.186Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26882026-05-28T08:48:41.249Z Checking rustls-webpki v0.102.8
26892026-05-28T08:48:41.330Z Checking daft v0.1.7
26902026-05-28T08:48:41.345Z Checking thread_local v1.1.9
26912026-05-28T08:48:41.512Z Checking match_cfg v0.1.0
26922026-05-28T08:48:41.543Z Checking compression-core v0.4.31
26932026-05-28T08:48:41.571Z Checking iddqd v0.4.2
26942026-05-28T08:48:41.584Z Checking hostname v0.3.1
26952026-05-28T08:48:41.623Z Checking crossbeam-channel v0.5.15
26962026-05-28T08:48:41.669Z Checking compression-codecs v0.4.37
26972026-05-28T08:48:41.683Z Checking slog-json v2.6.1
26982026-05-28T08:48:41.752Z Checking is-terminal v0.4.17
26992026-05-28T08:48:41.833Z Checking toml_datetime v1.0.0+spec-1.1.0
27002026-05-28T08:48:41.833Z Checking serde_spanned v1.0.4
27012026-05-28T08:48:41.860Z Checking toml_writer v1.0.6+spec-1.1.0
27022026-05-28T08:48:41.956Z Checking term v1.2.1
27032026-05-28T08:48:41.969Z Checking take_mut v0.2.2
27042026-05-28T08:48:41.981Z Compiling structmeta v0.3.0
27052026-05-28T08:48:42.037Z Checking debug-ignore v1.0.5
27062026-05-28T08:48:42.049Z Checking toml v1.0.6+spec-1.1.0
27072026-05-28T08:48:42.067Z Checking slog-async v2.8.0
27082026-05-28T08:48:42.134Z Checking async-compression v0.4.41
27092026-05-28T08:48:42.170Z Checking slog-term v2.9.2
27102026-05-28T08:48:42.191Z Compiling derive-ex v0.1.8
27112026-05-28T08:48:42.241Z Compiling parse-display-derive v0.10.0
27122026-05-28T08:48:42.381Z Checking slog-bunyan v2.5.0
27132026-05-28T08:48:42.428Z Checking async-stream v0.3.6
27142026-05-28T08:48:42.493Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27152026-05-28T08:48:42.500Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27162026-05-28T08:48:42.552Z Checking progenitor-client v0.14.0
27172026-05-28T08:48:42.569Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27182026-05-28T08:48:42.619Z Checking waitgroup v0.1.2
27192026-05-28T08:48:42.709Z Checking backon v1.6.0
27202026-05-28T08:48:42.723Z Checking rustls-pemfile v2.2.0
27212026-05-28T08:48:42.778Z Checking serde_path_to_error v0.1.20
27222026-05-28T08:48:42.853Z Checking hostname v0.4.2
27232026-05-28T08:48:42.869Z Checking instant v0.1.13
27242026-05-28T08:48:42.965Z Checking backoff v0.4.0
27252026-05-28T08:48:43.049Z Checking progenitor-extras v0.2.0
27262026-05-28T08:48:43.063Z Checking tokio-rustls v0.25.0
27272026-05-28T08:48:43.111Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27282026-05-28T08:48:43.141Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27292026-05-28T08:48:43.335Z Checking itertools v0.14.0
27302026-05-28T08:48:43.360Z Checking regress v0.10.5
27312026-05-28T08:48:43.509Z Checking progenitor-client v0.13.0
27322026-05-28T08:48:43.512Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27332026-05-28T08:48:43.903Z Compiling test-strategy v0.4.5
27342026-05-28T08:48:43.943Z Checking parse-display v0.10.0
27352026-05-28T08:48:43.956Z Checking macaddr v1.0.1
27362026-05-28T08:48:44.244Z Checking humantime v2.3.0
27372026-05-28T08:48:45.134Z Compiling prettyplease v0.2.37
27382026-05-28T08:48:45.349Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27392026-05-28T08:48:45.547Z Checking num-rational v0.4.2
27402026-05-28T08:48:45.720Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27412026-05-28T08:48:46.120Z Checking num-complex v0.4.6
27422026-05-28T08:48:46.699Z Checking num v0.4.3
27432026-05-28T08:48:46.776Z Compiling usdt-macro v0.5.0
27442026-05-28T08:48:46.836Z Compiling usdt-attr-macro v0.5.0
27452026-05-28T08:48:46.852Z Checking memmap v0.7.0
27462026-05-28T08:48:46.901Z Compiling float-ord v0.3.2
27472026-05-28T08:48:46.985Z Checking unicode-width v0.2.0
27482026-05-28T08:48:47.020Z Compiling convert_case v0.4.0
27492026-05-28T08:48:47.235Z Checking console v0.15.11
27502026-05-28T08:48:47.392Z Compiling derive_more v0.99.20
27512026-05-28T08:48:47.496Z Checking newline-converter v0.3.0
27522026-05-28T08:48:47.516Z Checking atomicwrites v0.4.4
27532026-05-28T08:48:47.583Z Checking usdt v0.5.0
27542026-05-28T08:48:47.608Z Compiling toml v0.8.23
27552026-05-28T08:48:47.645Z Compiling minimal-lexical v0.2.1
27562026-05-28T08:48:47.750Z Checking linked-hash-map v0.5.6
27572026-05-28T08:48:47.921Z Compiling nom v7.1.3
27582026-05-28T08:48:47.979Z Checking lru-cache v0.1.2
27592026-05-28T08:48:48.248Z Checking expectorate v1.2.0
27602026-05-28T08:48:48.714Z Checking camino-tempfile v1.4.1
27612026-05-28T08:48:48.775Z Checking hickory-proto v0.24.4
27622026-05-28T08:48:48.789Z Checking phf_shared v0.12.1
27632026-05-28T08:48:48.880Z Compiling slog-dtrace v0.3.0
27642026-05-28T08:48:48.929Z Checking resolv-conf v0.7.6
27652026-05-28T08:48:49.071Z Checking heck v0.5.0
27662026-05-28T08:48:49.114Z Compiling chrono-tz v0.10.4
27672026-05-28T08:48:49.201Z Compiling const_format_proc_macros v0.2.34
27682026-05-28T08:48:49.276Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27692026-05-28T08:48:49.332Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27702026-05-28T08:48:49.366Z Checking phf v0.12.1
27712026-05-28T08:48:49.509Z Checking tokio-dtrace v0.1.1
27722026-05-28T08:48:49.699Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27732026-05-28T08:48:49.752Z Compiling derive-where v1.6.0
27742026-05-28T08:48:50.005Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27752026-05-28T08:48:50.215Z Checking highway v1.3.0
27762026-05-28T08:48:50.450Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27772026-05-28T08:48:50.564Z Checking hickory-resolver v0.24.4
27782026-05-28T08:48:50.695Z Checking const_format v0.2.35
27792026-05-28T08:48:50.822Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27802026-05-28T08:48:50.945Z Checking oxide-tokio-rt v0.1.4
27812026-05-28T08:48:51.088Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27822026-05-28T08:48:51.114Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27832026-05-28T08:48:51.284Z Checking qorb v0.4.1
27842026-05-28T08:48:51.298Z Checking gethostname v0.5.0
27852026-05-28T08:48:51.302Z Checking bcs v0.1.6
27862026-05-28T08:48:51.387Z Checking termtree v0.5.1
27872026-05-28T08:48:51.501Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27882026-05-28T08:48:54.573Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27892026-05-28T08:48:57.097Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27902026-05-28T08:48:59.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.10s
27912026-05-28T08:48:59.402Z
27922026-05-28T08:48:59.402Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/298)
27932026-05-28T08:48:59.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-05-28T08:48:59.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-05-28T08:49:00.107Z Compiling ar_archive_writer v0.5.1
27962026-05-28T08:49:00.221Z Compiling stacker v0.1.23
27972026-05-28T08:49:00.229Z Compiling cfg_aliases v0.1.1
27982026-05-28T08:49:00.236Z Compiling convert_case v0.10.0
27992026-05-28T08:49:00.239Z Checking unicode-width v0.1.14
28002026-05-28T08:49:00.255Z Compiling proc-macro-error v1.0.4
28012026-05-28T08:49:00.266Z Checking fd-lock v4.0.4
28022026-05-28T08:49:00.269Z Checking nibble_vec v0.1.0
28032026-05-28T08:49:00.289Z Compiling nix v0.28.0
28042026-05-28T08:49:00.382Z Checking vte v0.14.1
28052026-05-28T08:49:00.396Z Compiling recursive-proc-macro-impl v0.1.1
28062026-05-28T08:49:00.473Z Checking endian-type v0.1.2
28072026-05-28T08:49:00.493Z Checking bytecount v0.6.9
28082026-05-28T08:49:00.538Z Compiling derive_more-impl v2.1.1
28092026-05-28T08:49:00.541Z Checking strip-ansi-escapes v0.2.1
28102026-05-28T08:49:00.565Z Compiling tabled_derive v0.7.0
28112026-05-28T08:49:00.595Z Checking radix_trie v0.2.1
28122026-05-28T08:49:00.637Z Checking papergrid v0.11.0
28132026-05-28T08:49:00.654Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28142026-05-28T08:49:00.789Z Checking itertools v0.13.0
28152026-05-28T08:49:00.802Z Compiling peg-macros v0.8.5
28162026-05-28T08:49:01.048Z Compiling psm v0.1.30
28172026-05-28T08:49:01.115Z Checking winnow v0.6.26
28182026-05-28T08:49:01.247Z Compiling sqlparser_derive v0.5.0
28192026-05-28T08:49:01.337Z Checking derive_more v2.1.1
28202026-05-28T08:49:01.415Z Checking nu-ansi-term v0.50.3
28212026-05-28T08:49:01.512Z Checking home v0.5.12
28222026-05-28T08:49:01.603Z Checking unicode_categories v0.1.1
28232026-05-28T08:49:01.616Z Checking rustyline v14.0.0
28242026-05-28T08:49:01.629Z Checking tabled v0.15.0
28252026-05-28T08:49:01.750Z Checking crossterm v0.29.0
28262026-05-28T08:49:01.812Z Checking recursive v0.1.1
28272026-05-28T08:49:01.825Z Checking reedline v0.40.0
28282026-05-28T08:49:01.928Z Checking display-error-chain v0.2.2
28292026-05-28T08:49:01.992Z Checking sqlparser v0.61.0
28302026-05-28T08:49:02.136Z Checking peg v0.8.5
28312026-05-28T08:49:02.243Z Checking sqlformat v0.3.5
28322026-05-28T08:49:13.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.75s
28332026-05-28T08:49:13.377Z
28342026-05-28T08:49:13.377Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/298)
28352026-05-28T08:49:13.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-05-28T08:49:13.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-05-28T08:49:14.084Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382026-05-28T08:49:17.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28392026-05-28T08:49:17.693Z
28402026-05-28T08:49:17.693Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/298)
28412026-05-28T08:49:18.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-05-28T08:49:18.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-05-28T08:49:18.391Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442026-05-28T08:49:20.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
28452026-05-28T08:49:21.015Z
28462026-05-28T08:49:21.015Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/298)
28472026-05-28T08:49:21.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-05-28T08:49:21.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-05-28T08:49:21.714Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502026-05-28T08:49:24.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28512026-05-28T08:49:25.112Z
28522026-05-28T08:49:25.112Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/298)
28532026-05-28T08:49:25.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-05-28T08:49:25.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-05-28T08:49:25.812Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562026-05-28T08:49:29.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28572026-05-28T08:49:29.226Z
28582026-05-28T08:49:29.226Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/298)
28592026-05-28T08:49:29.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-05-28T08:49:29.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-05-28T08:49:29.926Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622026-05-28T08:49:32.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28632026-05-28T08:49:32.699Z
28642026-05-28T08:49:32.700Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/298)
28652026-05-28T08:49:33.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-05-28T08:49:33.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-05-28T08:49:33.405Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28682026-05-28T08:49:36.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28692026-05-28T08:49:36.193Z
28702026-05-28T08:49:36.193Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/298)
28712026-05-28T08:49:36.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-05-28T08:49:36.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-05-28T08:49:36.895Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28742026-05-28T08:49:40.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28752026-05-28T08:49:40.468Z
28762026-05-28T08:49:40.468Zinfo: running `cargo check --bins` on oximeter (93/298)
28772026-05-28T08:49:41.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-05-28T08:49:41.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-05-28T08:49:41.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802026-05-28T08:49:41.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28812026-05-28T08:49:41.100Z
28822026-05-28T08:49:41.100Zinfo: running `cargo check --bins` on oximeter-schema (94/298)
28832026-05-28T08:49:41.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-05-28T08:49:41.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-05-28T08:49:41.768Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28862026-05-28T08:49:41.934Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28872026-05-28T08:49:41.949Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28882026-05-28T08:49:42.270Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28892026-05-28T08:49:45.133Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28902026-05-28T08:49:46.341Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28912026-05-28T08:49:46.548Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28922026-05-28T08:49:47.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s
28932026-05-28T08:49:47.393Z
28942026-05-28T08:49:47.393Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/298)
28952026-05-28T08:49:47.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-05-28T08:49:47.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-05-28T08:49:47.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-05-28T08:49:47.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28992026-05-28T08:49:48.024Z
29002026-05-28T08:49:48.024Zinfo: running `cargo check --bins` on oximeter-test-utils (96/298)
29012026-05-28T08:49:48.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-05-28T08:49:48.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-05-28T08:49:48.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-05-28T08:49:48.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29052026-05-28T08:49:48.712Z
29062026-05-28T08:49:48.712Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/298)
29072026-05-28T08:49:49.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-05-28T08:49:49.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-05-28T08:49:49.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-05-28T08:49:49.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29112026-05-28T08:49:49.350Z
29122026-05-28T08:49:49.350Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/298)
29132026-05-28T08:49:49.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-05-28T08:49:49.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-05-28T08:49:49.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-05-28T08:49:49.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29172026-05-28T08:49:49.994Z
29182026-05-28T08:49:49.994Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/298)
29192026-05-28T08:49:50.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-05-28T08:49:50.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-05-28T08:49:50.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-05-28T08:49:50.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29232026-05-28T08:49:50.625Z
29242026-05-28T08:49:50.626Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/298)
29252026-05-28T08:49:51.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-05-28T08:49:51.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-05-28T08:49:51.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-05-28T08:49:51.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29292026-05-28T08:49:51.261Z
29302026-05-28T08:49:51.261Zinfo: running `cargo check --bins` on trust-quorum-types (101/298)
29312026-05-28T08:49:51.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-05-28T08:49:51.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-05-28T08:49:51.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342026-05-28T08:49:51.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29352026-05-28T08:49:51.882Z
29362026-05-28T08:49:51.883Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/298)
29372026-05-28T08:49:52.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-05-28T08:49:52.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-05-28T08:49:52.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29402026-05-28T08:49:52.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29412026-05-28T08:49:52.520Z
29422026-05-28T08:49:52.520Zinfo: running `cargo check --bins` on update-engine (103/298)
29432026-05-28T08:49:53.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-05-28T08:49:53.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-05-28T08:49:53.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29462026-05-28T08:49:53.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29472026-05-28T08:49:53.139Z
29482026-05-28T08:49:53.139Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/298)
29492026-05-28T08:49:53.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502026-05-28T08:49:53.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512026-05-28T08:49:53.887Z Compiling crucible-workspace-hack v0.1.0
29522026-05-28T08:49:54.008Z Checking secrecy v0.10.3
29532026-05-28T08:49:54.015Z Compiling toml_datetime v0.7.5+spec-1.1.0
29542026-05-28T08:49:54.018Z Compiling heapless v0.8.0
29552026-05-28T08:49:54.029Z Compiling ingot-macros v0.1.1
29562026-05-28T08:49:54.038Z Checking hash32 v0.3.1
29572026-05-28T08:49:54.051Z Compiling smoltcp v0.11.0
29582026-05-28T08:49:54.054Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29592026-05-28T08:49:54.110Z Checking cobs v0.3.0
29602026-05-28T08:49:54.155Z Compiling toml_edit v0.23.10+spec-1.0.0
29612026-05-28T08:49:54.237Z Compiling thiserror-impl-no-std v2.0.2
29622026-05-28T08:49:54.250Z Checking universal-hash v0.5.1
29632026-05-28T08:49:54.262Z Checking half v2.7.1
29642026-05-28T08:49:54.303Z Checking ciborium-io v0.2.2
29652026-05-28T08:49:54.369Z Checking opaque-debug v0.3.1
29662026-05-28T08:49:54.397Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
29672026-05-28T08:49:54.412Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29682026-05-28T08:49:54.439Z Checking poly1305 v0.8.0
29692026-05-28T08:49:54.517Z Checking ciborium-ll v0.2.2
29702026-05-28T08:49:54.590Z Checking postcard v1.1.3
29712026-05-28T08:49:54.695Z Compiling proc-macro-crate v3.4.0
29722026-05-28T08:49:54.707Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29732026-05-28T08:49:54.814Z Checking password-hash v0.5.0
29742026-05-28T08:49:54.877Z Checking chacha20 v0.9.1
29752026-05-28T08:49:54.975Z Compiling proc-macro-crate v1.3.1
29762026-05-28T08:49:55.077Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
29772026-05-28T08:49:55.090Z Checking blake2 v0.10.6
29782026-05-28T08:49:55.200Z Checking aead v0.5.2
29792026-05-28T08:49:55.239Z Compiling num_enum_derive v0.7.6
29802026-05-28T08:49:55.310Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29812026-05-28T08:49:55.324Z Compiling foreign-types-macros v0.2.3
29822026-05-28T08:49:55.344Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29832026-05-28T08:49:55.391Z Checking thiserror-no-std v2.0.2
29842026-05-28T08:49:55.406Z Checking foreign-types-shared v0.3.1
29852026-05-28T08:49:55.480Z Checking cpufeatures v0.3.0
29862026-05-28T08:49:55.494Z Checking vsss-rs v3.3.4
29872026-05-28T08:49:55.511Z Compiling num_enum_derive v0.5.11
29882026-05-28T08:49:55.554Z Checking chacha20 v0.10.0
29892026-05-28T08:49:55.580Z Checking chacha20poly1305 v0.10.1
29902026-05-28T08:49:55.707Z Checking argon2 v0.5.3
29912026-05-28T08:49:55.774Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
29922026-05-28T08:49:55.906Z Checking foreign-types v0.5.0
29932026-05-28T08:49:55.988Z Checking ciborium v0.2.2
29942026-05-28T08:49:56.132Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29952026-05-28T08:49:56.154Z Checking tabwriter v1.4.1
29962026-05-28T08:49:56.281Z Checking num_enum v0.7.6
29972026-05-28T08:49:56.296Z Checking byte-wrapper v0.1.0
29982026-05-28T08:49:56.395Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29992026-05-28T08:49:56.395Z Checking cstr-argument v0.1.2
30002026-05-28T08:49:56.423Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30012026-05-28T08:49:56.501Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3)
30022026-05-28T08:49:56.527Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30032026-05-28T08:49:56.531Z Checking num_enum v0.5.11
30042026-05-28T08:49:56.595Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30052026-05-28T08:49:56.651Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30062026-05-28T08:49:56.698Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
30072026-05-28T08:49:56.715Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30082026-05-28T08:49:56.800Z Checking ingot-types v0.1.2
30092026-05-28T08:49:56.814Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30102026-05-28T08:49:56.859Z Checking rand v0.10.1
30112026-05-28T08:49:56.874Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
30122026-05-28T08:49:56.914Z Checking winnow v1.0.3
30132026-05-28T08:49:56.914Z Checking indent_write v2.2.0
30142026-05-28T08:49:57.048Z Checking colored v3.1.1
30152026-05-28T08:49:57.158Z Checking ingot v0.1.1
30162026-05-28T08:49:57.182Z Compiling zone_cfg_derive v0.3.1
30172026-05-28T08:49:57.197Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
30182026-05-28T08:49:57.246Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30192026-05-28T08:49:57.262Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
30202026-05-28T08:49:57.290Z Checking itertools v0.12.1
30212026-05-28T08:49:57.333Z Compiling num-derive v0.4.2
30222026-05-28T08:49:57.417Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30232026-05-28T08:49:57.432Z Checking swrite v0.1.0
30242026-05-28T08:49:57.522Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30252026-05-28T08:49:57.625Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
30262026-05-28T08:49:57.685Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30272026-05-28T08:49:57.790Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30282026-05-28T08:49:57.821Z Checking dropshot-api-manager-types v0.7.2
30292026-05-28T08:49:57.903Z Checking smf v0.2.3
30302026-05-28T08:49:57.924Z Checking nanorand v0.7.0
30312026-05-28T08:49:58.025Z Checking whoami v1.6.1
30322026-05-28T08:49:58.121Z Checking flume v0.11.1
30332026-05-28T08:49:58.135Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30342026-05-28T08:49:58.304Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30352026-05-28T08:49:58.360Z Checking zone v0.3.1
30362026-05-28T08:49:58.788Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30372026-05-28T08:49:59.743Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30382026-05-28T08:50:00.629Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30392026-05-28T08:50:03.754Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30402026-05-28T08:50:05.798Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30412026-05-28T08:50:06.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.73s
30422026-05-28T08:50:07.070Z
30432026-05-28T08:50:07.070Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/298)
30442026-05-28T08:50:07.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-05-28T08:50:07.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-05-28T08:50:07.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-05-28T08:50:07.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30482026-05-28T08:50:07.701Z
30492026-05-28T08:50:07.701Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/298)
30502026-05-28T08:50:08.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-05-28T08:50:08.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-05-28T08:50:08.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-05-28T08:50:08.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30542026-05-28T08:50:08.335Z
30552026-05-28T08:50:08.335Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/298)
30562026-05-28T08:50:08.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-05-28T08:50:08.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-05-28T08:50:08.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-05-28T08:50:08.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30602026-05-28T08:50:08.975Z
30612026-05-28T08:50:08.975Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/298)
30622026-05-28T08:50:09.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-05-28T08:50:09.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-05-28T08:50:09.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-05-28T08:50:09.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30662026-05-28T08:50:09.615Z
30672026-05-28T08:50:09.615Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/298)
30682026-05-28T08:50:10.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-05-28T08:50:10.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-05-28T08:50:10.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-05-28T08:50:10.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30722026-05-28T08:50:10.245Z
30732026-05-28T08:50:10.245Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/298)
30742026-05-28T08:50:10.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-05-28T08:50:10.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-05-28T08:50:10.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-05-28T08:50:10.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30782026-05-28T08:50:10.882Z
30792026-05-28T08:50:10.882Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/298)
30802026-05-28T08:50:11.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-05-28T08:50:11.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-05-28T08:50:11.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-05-28T08:50:11.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30842026-05-28T08:50:11.516Z
30852026-05-28T08:50:11.516Zinfo: running `cargo check --bins` on cockroach-admin-client (112/298)
30862026-05-28T08:50:12.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-05-28T08:50:12.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-05-28T08:50:12.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-05-28T08:50:12.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30902026-05-28T08:50:12.131Z
30912026-05-28T08:50:12.131Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/298)
30922026-05-28T08:50:12.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-05-28T08:50:12.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-05-28T08:50:12.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-05-28T08:50:12.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30962026-05-28T08:50:12.764Z
30972026-05-28T08:50:12.764Zinfo: running `cargo check --bins` on dns-service-client (114/298)
30982026-05-28T08:50:13.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-05-28T08:50:13.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-05-28T08:50:13.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-05-28T08:50:13.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31022026-05-28T08:50:13.397Z
31032026-05-28T08:50:13.397Zinfo: running `cargo check --bins` on installinator-client (115/298)
31042026-05-28T08:50:13.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-05-28T08:50:13.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-05-28T08:50:13.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-05-28T08:50:13.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31082026-05-28T08:50:14.027Z
31092026-05-28T08:50:14.027Zinfo: running `cargo check --bins` on nexus-client (116/298)
31102026-05-28T08:50:14.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-05-28T08:50:14.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-05-28T08:50:14.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132026-05-28T08:50:14.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31142026-05-28T08:50:14.699Z
31152026-05-28T08:50:14.699Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/298)
31162026-05-28T08:50:15.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-05-28T08:50:15.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-05-28T08:50:15.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-05-28T08:50:15.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31202026-05-28T08:50:15.376Z
31212026-05-28T08:50:15.376Zinfo: running `cargo check --bins` on ntp-admin-client (118/298)
31222026-05-28T08:50:15.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-05-28T08:50:15.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-05-28T08:50:15.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-05-28T08:50:15.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31262026-05-28T08:50:15.994Z
31272026-05-28T08:50:15.994Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/298)
31282026-05-28T08:50:16.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-05-28T08:50:16.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-05-28T08:50:16.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-05-28T08:50:16.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31322026-05-28T08:50:16.613Z
31332026-05-28T08:50:16.613Zinfo: running `cargo check --bins` on oxide-client (120/298)
31342026-05-28T08:50:17.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-05-28T08:50:17.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-05-28T08:50:17.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-05-28T08:50:17.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31382026-05-28T08:50:17.235Z
31392026-05-28T08:50:17.235Zinfo: running `cargo check --bins` on oximeter-client (121/298)
31402026-05-28T08:50:17.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-05-28T08:50:17.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-05-28T08:50:17.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-05-28T08:50:17.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31442026-05-28T08:50:17.872Z
31452026-05-28T08:50:17.872Zinfo: running `cargo check --bins` on repo-depot-client (122/298)
31462026-05-28T08:50:18.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-05-28T08:50:18.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-05-28T08:50:18.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-05-28T08:50:18.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31502026-05-28T08:50:18.493Z
31512026-05-28T08:50:18.493Zinfo: running `cargo check --bins` on sled-agent-client (123/298)
31522026-05-28T08:50:19.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-05-28T08:50:19.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-05-28T08:50:19.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-05-28T08:50:19.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31562026-05-28T08:50:19.137Z
31572026-05-28T08:50:19.137Zinfo: running `cargo check --bins` on wicketd-client (124/298)
31582026-05-28T08:50:19.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-05-28T08:50:19.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-05-28T08:50:19.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-05-28T08:50:19.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31622026-05-28T08:50:19.801Z
31632026-05-28T08:50:19.801Zinfo: running `cargo check --bins` on installinator-common (125/298)
31642026-05-28T08:50:20.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-05-28T08:50:20.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-05-28T08:50:20.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-05-28T08:50:20.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31682026-05-28T08:50:20.450Z
31692026-05-28T08:50:20.451Zinfo: running `cargo check --bins` on installinator-common-versions (126/298)
31702026-05-28T08:50:20.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-05-28T08:50:20.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-05-28T08:50:20.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-05-28T08:50:20.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31742026-05-28T08:50:21.062Z
31752026-05-28T08:50:21.062Zinfo: running `cargo check --bins` on wicket-common (127/298)
31762026-05-28T08:50:21.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-05-28T08:50:21.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-05-28T08:50:21.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-05-28T08:50:21.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31802026-05-28T08:50:21.705Z
31812026-05-28T08:50:21.705Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/298)
31822026-05-28T08:50:22.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-05-28T08:50:22.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-05-28T08:50:22.431Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31852026-05-28T08:50:22.552Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31862026-05-28T08:50:22.560Z Checking csv-core v0.1.13
31872026-05-28T08:50:22.567Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31882026-05-28T08:50:22.575Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31892026-05-28T08:50:22.585Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31902026-05-28T08:50:22.597Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31912026-05-28T08:50:22.610Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31922026-05-28T08:50:22.719Z Checking csv v1.4.0
31932026-05-28T08:50:22.759Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31942026-05-28T08:50:22.774Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31952026-05-28T08:50:22.799Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31962026-05-28T08:50:22.814Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31972026-05-28T08:50:23.058Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31982026-05-28T08:50:23.421Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31992026-05-28T08:50:23.424Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32002026-05-28T08:50:23.753Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32012026-05-28T08:50:29.589Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32022026-05-28T08:50:30.115Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32032026-05-28T08:50:32.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.73s
32042026-05-28T08:50:32.641Z
32052026-05-28T08:50:32.641Zinfo: running `cargo check --bins` on cockroach-admin-api (129/298)
32062026-05-28T08:50:33.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-05-28T08:50:33.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-05-28T08:50:33.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-05-28T08:50:33.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32102026-05-28T08:50:33.273Z
32112026-05-28T08:50:33.273Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/298)
32122026-05-28T08:50:33.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-05-28T08:50:33.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-05-28T08:50:33.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-05-28T08:50:33.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32162026-05-28T08:50:34.000Z
32172026-05-28T08:50:34.000Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/298)
32182026-05-28T08:50:34.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-05-28T08:50:34.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-05-28T08:50:34.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-05-28T08:50:34.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32222026-05-28T08:50:34.723Z
32232026-05-28T08:50:34.723Zinfo: running `cargo check --bins` on gateway-test-utils (132/298)
32242026-05-28T08:50:35.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-05-28T08:50:35.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-05-28T08:50:35.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-05-28T08:50:35.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32282026-05-28T08:50:35.399Z
32292026-05-28T08:50:35.399Zinfo: running `cargo check --bins` on omicron-gateway (133/298)
32302026-05-28T08:50:35.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-05-28T08:50:35.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-05-28T08:50:36.280Z Compiling regress v0.11.1
32332026-05-28T08:50:36.456Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32342026-05-28T08:50:36.460Z Compiling unsafe-libyaml v0.2.11
32352026-05-28T08:50:36.460Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32362026-05-28T08:50:36.460Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32372026-05-28T08:50:36.460Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32382026-05-28T08:50:36.463Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32392026-05-28T08:50:36.715Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32402026-05-28T08:50:36.734Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32412026-05-28T08:50:36.827Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32422026-05-28T08:50:36.915Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32432026-05-28T08:50:37.299Z Compiling serde_yaml v0.9.34+deprecated
32442026-05-28T08:50:37.432Z Compiling semver v0.1.20
32452026-05-28T08:50:37.719Z Compiling rustc_version v0.1.7
32462026-05-28T08:50:37.917Z Compiling typify-impl v0.6.2
32472026-05-28T08:50:37.973Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32482026-05-28T08:50:38.016Z Compiling owo-colors v4.3.0
32492026-05-28T08:50:38.178Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32502026-05-28T08:50:38.223Z Compiling cancel-safe-futures v0.1.5
32512026-05-28T08:50:38.281Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32522026-05-28T08:50:38.399Z Compiling newtype_derive v0.1.6
32532026-05-28T08:50:38.457Z Checking libsw-core v0.3.2
32542026-05-28T08:50:38.613Z Checking libsw v3.5.0
32552026-05-28T08:50:38.821Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32562026-05-28T08:50:39.115Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32572026-05-28T08:50:39.436Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32582026-05-28T08:50:39.545Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32592026-05-28T08:50:39.589Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32602026-05-28T08:50:39.592Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32612026-05-28T08:50:39.879Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32622026-05-28T08:50:40.017Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32632026-05-28T08:50:40.130Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32642026-05-28T08:50:40.196Z Checking tagptr v0.2.0
32652026-05-28T08:50:40.245Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32662026-05-28T08:50:40.342Z Checking linear-map v1.2.0
32672026-05-28T08:50:40.388Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32682026-05-28T08:50:40.405Z Checking moka v0.12.13
32692026-05-28T08:50:40.518Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32702026-05-28T08:50:40.600Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32712026-05-28T08:50:40.662Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32722026-05-28T08:50:40.784Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32732026-05-28T08:50:40.867Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32742026-05-28T08:50:41.000Z Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
32752026-05-28T08:50:41.016Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32762026-05-28T08:50:41.033Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32772026-05-28T08:50:41.053Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32782026-05-28T08:50:41.129Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32792026-05-28T08:50:41.203Z Checking unicode-linebreak v0.1.5
32802026-05-28T08:50:41.225Z Checking smawk v0.3.2
32812026-05-28T08:50:41.320Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32822026-05-28T08:50:41.360Z Checking hickory-resolver v0.25.2
32832026-05-28T08:50:41.377Z Checking steno v0.4.1
32842026-05-28T08:50:41.419Z Checking textwrap v0.16.2
32852026-05-28T08:50:41.497Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32862026-05-28T08:50:41.534Z Compiling num-derive v0.3.3
32872026-05-28T08:50:41.640Z Compiling radium v0.7.0
32882026-05-28T08:50:41.936Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
32892026-05-28T08:50:42.069Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32902026-05-28T08:50:42.376Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32912026-05-28T08:50:42.423Z Checking libscf-sys v1.1.0
32922026-05-28T08:50:42.442Z Compiling typify-macro v0.6.2
32932026-05-28T08:50:42.490Z Checking nom v8.0.0
32942026-05-28T08:50:42.555Z Checking tap v1.0.1
32952026-05-28T08:50:42.575Z Compiling maybe-uninit v2.0.0
32962026-05-28T08:50:42.614Z Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
32972026-05-28T08:50:42.668Z Checking wyz v0.5.1
32982026-05-28T08:50:42.863Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
32992026-05-28T08:50:42.922Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33002026-05-28T08:50:42.949Z Compiling zerocopy-derive v0.6.6
33012026-05-28T08:50:43.058Z Compiling packed_struct v0.10.1
33022026-05-28T08:50:43.074Z Checking funty v2.0.0
33032026-05-28T08:50:43.090Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33042026-05-28T08:50:43.314Z Checking crc-catalog v2.4.0
33052026-05-28T08:50:43.400Z Checking bitvec v1.0.1
33062026-05-28T08:50:43.416Z Checking crc v3.4.0
33072026-05-28T08:50:43.701Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33082026-05-28T08:50:43.788Z Checking zerocopy v0.6.6
33092026-05-28T08:50:44.093Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33102026-05-28T08:50:44.197Z Compiling typify v0.6.2
33112026-05-28T08:50:44.312Z Compiling progenitor-impl v0.13.0
33122026-05-28T08:50:44.351Z Compiling progenitor-impl v0.14.0
33132026-05-28T08:50:44.457Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
33142026-05-28T08:50:44.697Z Compiling packed_struct_codegen v0.10.1
33152026-05-28T08:50:45.202Z Compiling bitfield-macros v0.19.4
33162026-05-28T08:50:45.304Z Compiling indexmap v1.9.3
33172026-05-28T08:50:45.340Z Checking nodrop v0.1.14
33182026-05-28T08:50:45.438Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33192026-05-28T08:50:45.441Z Checking array-init v0.0.4
33202026-05-28T08:50:45.528Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33212026-05-28T08:50:45.708Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33222026-05-28T08:50:45.756Z Checking smallvec v0.6.14
33232026-05-28T08:50:45.896Z Checking bitfield v0.19.4
33242026-05-28T08:50:45.952Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33252026-05-28T08:50:46.085Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33262026-05-28T08:50:46.102Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33272026-05-28T08:50:46.118Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33282026-05-28T08:50:46.505Z Checking base64 v0.21.7
33292026-05-28T08:50:46.694Z Checking hashbrown v0.12.3
33302026-05-28T08:50:46.752Z Checking ron v0.8.1
33312026-05-28T08:50:46.817Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33322026-05-28T08:50:46.884Z Compiling progenitor-macro v0.13.0
33332026-05-28T08:50:46.909Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33342026-05-28T08:50:46.939Z Compiling progenitor-macro v0.14.0
33352026-05-28T08:50:47.087Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33362026-05-28T08:50:47.270Z Checking serde-hex v0.1.0
33372026-05-28T08:50:47.431Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33382026-05-28T08:50:47.600Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33392026-05-28T08:50:47.889Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33402026-05-28T08:50:48.007Z Checking hashbrown v0.13.2
33412026-05-28T08:50:48.162Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
33422026-05-28T08:50:48.205Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33432026-05-28T08:50:48.363Z Checking crc-any v2.5.0
33442026-05-28T08:50:48.427Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33452026-05-28T08:50:48.461Z Checking object v0.30.4
33462026-05-28T08:50:48.552Z Checking utf-8 v0.7.6
33472026-05-28T08:50:48.598Z Checking void v1.0.2
33482026-05-28T08:50:48.695Z Checking path-slash v0.1.5
33492026-05-28T08:50:48.712Z Checking half v1.8.3
33502026-05-28T08:50:48.785Z Checking lzss v0.8.2
33512026-05-28T08:50:48.806Z Checking tungstenite v0.23.0
33522026-05-28T08:50:48.910Z Checking serde_cbor v0.11.2
33532026-05-28T08:50:49.120Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33542026-05-28T08:50:49.179Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33552026-05-28T08:50:49.224Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33562026-05-28T08:50:49.294Z Checking nix v0.27.1
33572026-05-28T08:50:49.344Z Checking kstat-rs v0.2.4
33582026-05-28T08:50:49.483Z Checking fxhash v0.2.1
33592026-05-28T08:50:49.544Z Checking serde_bytes v0.11.19
33602026-05-28T08:50:49.562Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33612026-05-28T08:50:49.609Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33622026-05-28T08:50:49.726Z Checking tokio-tungstenite v0.23.1
33632026-05-28T08:50:49.812Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33642026-05-28T08:50:49.923Z Checking signal-hook-tokio v0.3.1
33652026-05-28T08:50:49.941Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33662026-05-28T08:50:50.879Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33672026-05-28T08:50:51.196Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33682026-05-28T08:50:51.361Z Checking progenitor v0.14.0
33692026-05-28T08:50:51.435Z Checking progenitor v0.13.0
33702026-05-28T08:50:51.484Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33712026-05-28T08:50:51.487Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33722026-05-28T08:50:51.559Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33732026-05-28T08:50:54.663Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33742026-05-28T08:51:02.209Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33752026-05-28T08:51:08.448Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33762026-05-28T08:51:09.836Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33772026-05-28T08:51:10.351Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
33782026-05-28T08:51:10.949Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
33792026-05-28T08:51:14.062Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33802026-05-28T08:51:21.919Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33812026-05-28T08:51:28.367Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33822026-05-28T08:51:29.850Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33832026-05-28T08:51:30.430Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33842026-05-28T08:51:32.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.27s
33852026-05-28T08:51:32.894Z
33862026-05-28T08:51:32.894Zinfo: running `cargo check --bins` on gateway-api (134/298)
33872026-05-28T08:51:33.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-05-28T08:51:33.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-05-28T08:51:33.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-05-28T08:51:33.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33912026-05-28T08:51:33.524Z
33922026-05-28T08:51:33.524Zinfo: running `cargo check --bins` on ipcc (135/298)
33932026-05-28T08:51:34.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-05-28T08:51:34.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-05-28T08:51:34.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-05-28T08:51:34.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33972026-05-28T08:51:34.155Z
33982026-05-28T08:51:34.155Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/298)
33992026-05-28T08:51:34.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-05-28T08:51:34.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-05-28T08:51:34.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-05-28T08:51:34.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34032026-05-28T08:51:34.774Z
34042026-05-28T08:51:34.774Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/298)
34052026-05-28T08:51:35.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-05-28T08:51:35.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-05-28T08:51:35.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-05-28T08:51:35.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34092026-05-28T08:51:35.424Z
34102026-05-28T08:51:35.424Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/298)
34112026-05-28T08:51:35.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-05-28T08:51:35.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-05-28T08:51:35.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-05-28T08:51:35.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34152026-05-28T08:51:36.051Z
34162026-05-28T08:51:36.052Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/298)
34172026-05-28T08:51:36.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-05-28T08:51:36.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-05-28T08:51:36.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-05-28T08:51:36.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34212026-05-28T08:51:36.687Z
34222026-05-28T08:51:36.687Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/298)
34232026-05-28T08:51:37.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-05-28T08:51:37.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-05-28T08:51:37.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-05-28T08:51:37.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34272026-05-28T08:51:37.319Z
34282026-05-28T08:51:37.319Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/298)
34292026-05-28T08:51:37.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-05-28T08:51:37.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-05-28T08:51:37.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-05-28T08:51:37.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34332026-05-28T08:51:37.972Z
34342026-05-28T08:51:37.972Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/298)
34352026-05-28T08:51:38.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-05-28T08:51:38.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-05-28T08:51:38.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-05-28T08:51:38.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34392026-05-28T08:51:38.604Z
34402026-05-28T08:51:38.604Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/298)
34412026-05-28T08:51:39.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-05-28T08:51:39.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-05-28T08:51:39.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-05-28T08:51:39.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34452026-05-28T08:51:39.234Z
34462026-05-28T08:51:39.234Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/298)
34472026-05-28T08:51:39.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-05-28T08:51:39.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-05-28T08:51:39.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-05-28T08:51:39.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34512026-05-28T08:51:39.864Z
34522026-05-28T08:51:39.864Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/298)
34532026-05-28T08:51:40.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-05-28T08:51:40.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-05-28T08:51:40.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-05-28T08:51:40.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34572026-05-28T08:51:40.498Z
34582026-05-28T08:51:40.498Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/298)
34592026-05-28T08:51:41.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-05-28T08:51:41.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-05-28T08:51:41.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-05-28T08:51:41.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34632026-05-28T08:51:41.132Z
34642026-05-28T08:51:41.133Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/298)
34652026-05-28T08:51:41.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-05-28T08:51:41.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-05-28T08:51:41.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-05-28T08:51:41.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34692026-05-28T08:51:41.770Z
34702026-05-28T08:51:41.770Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/298)
34712026-05-28T08:51:42.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-05-28T08:51:42.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-05-28T08:51:42.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-05-28T08:51:42.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34752026-05-28T08:51:42.425Z
34762026-05-28T08:51:42.426Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/298)
34772026-05-28T08:51:42.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-05-28T08:51:42.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-05-28T08:51:42.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-05-28T08:51:42.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34812026-05-28T08:51:43.081Z
34822026-05-28T08:51:43.082Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/298)
34832026-05-28T08:51:43.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-05-28T08:51:43.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-05-28T08:51:43.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-05-28T08:51:43.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34872026-05-28T08:51:43.736Z
34882026-05-28T08:51:43.736Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/298)
34892026-05-28T08:51:44.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-05-28T08:51:44.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-05-28T08:51:44.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-05-28T08:51:44.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34932026-05-28T08:51:44.388Z
34942026-05-28T08:51:44.388Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/298)
34952026-05-28T08:51:44.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-05-28T08:51:44.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-05-28T08:51:44.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-05-28T08:51:44.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34992026-05-28T08:51:45.040Z
35002026-05-28T08:51:45.040Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/298)
35012026-05-28T08:51:45.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-05-28T08:51:45.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-05-28T08:51:45.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-05-28T08:51:45.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35052026-05-28T08:51:45.694Z
35062026-05-28T08:51:45.694Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/298)
35072026-05-28T08:51:46.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-05-28T08:51:46.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-05-28T08:51:46.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-05-28T08:51:46.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35112026-05-28T08:51:46.344Z
35122026-05-28T08:51:46.344Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/298)
35132026-05-28T08:51:46.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-05-28T08:51:46.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-05-28T08:51:46.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-05-28T08:51:46.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35172026-05-28T08:51:46.995Z
35182026-05-28T08:51:46.995Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/298)
35192026-05-28T08:51:47.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-05-28T08:51:47.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-05-28T08:51:47.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-05-28T08:51:47.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35232026-05-28T08:51:47.646Z
35242026-05-28T08:51:47.646Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/298)
35252026-05-28T08:51:48.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-05-28T08:51:48.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-05-28T08:51:48.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-05-28T08:51:48.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35292026-05-28T08:51:48.293Z
35302026-05-28T08:51:48.293Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/298)
35312026-05-28T08:51:48.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-05-28T08:51:48.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-05-28T08:51:48.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-05-28T08:51:48.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35352026-05-28T08:51:48.928Z
35362026-05-28T08:51:48.928Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/298)
35372026-05-28T08:51:49.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-05-28T08:51:49.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-05-28T08:51:49.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-05-28T08:51:49.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35412026-05-28T08:51:49.570Z
35422026-05-28T08:51:49.570Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/298)
35432026-05-28T08:51:50.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-05-28T08:51:50.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-05-28T08:51:50.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-05-28T08:51:50.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35472026-05-28T08:51:50.207Z
35482026-05-28T08:51:50.207Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/298)
35492026-05-28T08:51:50.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-05-28T08:51:50.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-05-28T08:51:50.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-05-28T08:51:50.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35532026-05-28T08:51:50.843Z
35542026-05-28T08:51:50.843Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/298)
35552026-05-28T08:51:51.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-05-28T08:51:51.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-05-28T08:51:51.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-05-28T08:51:51.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35592026-05-28T08:51:51.478Z
35602026-05-28T08:51:51.478Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/298)
35612026-05-28T08:51:52.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-05-28T08:51:52.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-05-28T08:51:52.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-05-28T08:51:52.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35652026-05-28T08:51:52.120Z
35662026-05-28T08:51:52.120Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/298)
35672026-05-28T08:51:52.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-05-28T08:51:52.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-05-28T08:51:52.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-05-28T08:51:52.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35712026-05-28T08:51:52.760Z
35722026-05-28T08:51:52.760Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/298)
35732026-05-28T08:51:53.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-05-28T08:51:53.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-05-28T08:51:53.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-05-28T08:51:53.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35772026-05-28T08:51:53.388Z
35782026-05-28T08:51:53.388Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/298)
35792026-05-28T08:51:53.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-05-28T08:51:53.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-05-28T08:51:53.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-05-28T08:51:53.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35832026-05-28T08:51:54.045Z
35842026-05-28T08:51:54.045Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/298)
35852026-05-28T08:51:54.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-05-28T08:51:54.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-05-28T08:51:54.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-05-28T08:51:54.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35892026-05-28T08:51:54.700Z
35902026-05-28T08:51:54.700Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/298)
35912026-05-28T08:51:55.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-05-28T08:51:55.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-05-28T08:51:55.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-05-28T08:51:55.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35952026-05-28T08:51:55.352Z
35962026-05-28T08:51:55.352Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/298)
35972026-05-28T08:51:55.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-05-28T08:51:55.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-05-28T08:51:55.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-05-28T08:51:55.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36012026-05-28T08:51:56.002Z
36022026-05-28T08:51:56.002Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/298)
36032026-05-28T08:51:56.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-05-28T08:51:56.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-05-28T08:51:56.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-05-28T08:51:56.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36072026-05-28T08:51:56.657Z
36082026-05-28T08:51:56.657Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/298)
36092026-05-28T08:51:57.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-05-28T08:51:57.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-05-28T08:51:57.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-05-28T08:51:57.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36132026-05-28T08:51:57.310Z
36142026-05-28T08:51:57.310Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/298)
36152026-05-28T08:51:57.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-05-28T08:51:57.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-05-28T08:51:57.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-05-28T08:51:57.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36192026-05-28T08:51:57.965Z
36202026-05-28T08:51:57.965Zinfo: running `cargo check --bins` on oximeter-producer (173/298)
36212026-05-28T08:51:58.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-05-28T08:51:58.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-05-28T08:51:58.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-05-28T08:51:58.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36252026-05-28T08:51:58.638Z
36262026-05-28T08:51:58.638Zinfo: running `cargo check --bins` on internal-dns-resolver (174/298)
36272026-05-28T08:51:59.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-05-28T08:51:59.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-05-28T08:51:59.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-05-28T08:51:59.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36312026-05-28T08:51:59.273Z
36322026-05-28T08:51:59.273Zinfo: running `cargo check --bins` on dns-server (175/298)
36332026-05-28T08:51:59.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-05-28T08:51:59.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-05-28T08:51:59.960Z Compiling parking_lot_core v0.8.6
36362026-05-28T08:51:59.960Z Compiling atomicwrites v0.4.4
36372026-05-28T08:51:59.960Z Compiling git-stub v1.0.0
36382026-05-28T08:51:59.963Z Checking prefix-trie v0.7.0
36392026-05-28T08:51:59.963Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
36402026-05-28T08:52:00.202Z Compiling git-stub-vcs v0.1.0
36412026-05-28T08:52:00.392Z Checking hickory-server v0.25.2
36422026-05-28T08:52:00.469Z Checking parking_lot v0.11.2
36432026-05-28T08:52:00.483Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36442026-05-28T08:52:00.556Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
36452026-05-28T08:52:00.557Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36462026-05-28T08:52:00.640Z Checking sled v0.34.7
36472026-05-28T08:52:02.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
36482026-05-28T08:52:02.707Z
36492026-05-28T08:52:02.707Zinfo: running `cargo check --bins` on dns-server-api (176/298)
36502026-05-28T08:52:03.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-05-28T08:52:03.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-05-28T08:52:03.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-05-28T08:52:03.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36542026-05-28T08:52:03.337Z
36552026-05-28T08:52:03.337Zinfo: running `cargo check --bins` on oximeter-producer-api (177/298)
36562026-05-28T08:52:03.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-05-28T08:52:03.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-05-28T08:52:03.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-05-28T08:52:03.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36602026-05-28T08:52:03.970Z
36612026-05-28T08:52:03.970Zinfo: running `cargo check --bins` on sp-sim (178/298)
36622026-05-28T08:52:04.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-05-28T08:52:04.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-05-28T08:52:04.745Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36652026-05-28T08:52:06.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s
36662026-05-28T08:52:06.884Z
36672026-05-28T08:52:06.884Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/298)
36682026-05-28T08:52:07.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-05-28T08:52:07.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-05-28T08:52:07.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-05-28T08:52:07.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36722026-05-28T08:52:07.572Z
36732026-05-28T08:52:07.572Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/298)
36742026-05-28T08:52:08.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-05-28T08:52:08.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-05-28T08:52:08.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-05-28T08:52:08.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36782026-05-28T08:52:08.263Z
36792026-05-28T08:52:08.263Zinfo: running `cargo check --bins` on db-macros (181/298)
36802026-05-28T08:52:08.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-05-28T08:52:08.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-05-28T08:52:08.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-05-28T08:52:08.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36842026-05-28T08:52:08.885Z
36852026-05-28T08:52:08.885Zinfo: running `cargo check --bins` on nexus-macros-common (182/298)
36862026-05-28T08:52:09.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-05-28T08:52:09.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-05-28T08:52:09.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-05-28T08:52:09.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36902026-05-28T08:52:09.504Z
36912026-05-28T08:52:09.504Zinfo: running `cargo check --bins` on nexus-auth (183/298)
36922026-05-28T08:52:10.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-05-28T08:52:10.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-05-28T08:52:10.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-05-28T08:52:10.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36962026-05-28T08:52:10.201Z
36972026-05-28T08:52:10.201Zinfo: running `cargo check --bins` on authz-macros (184/298)
36982026-05-28T08:52:10.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-05-28T08:52:10.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-05-28T08:52:10.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-05-28T08:52:10.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37022026-05-28T08:52:10.819Z
37032026-05-28T08:52:10.819Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/298)
37042026-05-28T08:52:11.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-05-28T08:52:11.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-05-28T08:52:11.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-05-28T08:52:11.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
37082026-05-28T08:52:11.505Z
37092026-05-28T08:52:11.505Zinfo: running `cargo check --bins` on nexus-db-model (186/298)
37102026-05-28T08:52:12.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-05-28T08:52:12.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-05-28T08:52:12.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-05-28T08:52:12.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
37142026-05-28T08:52:12.187Z
37152026-05-28T08:52:12.188Zinfo: running `cargo check --bins` on nexus-db-schema (187/298)
37162026-05-28T08:52:12.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-05-28T08:52:12.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-05-28T08:52:12.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-05-28T08:52:12.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37202026-05-28T08:52:12.807Z
37212026-05-28T08:52:12.807Zinfo: running `cargo check --bins` on omicron-rpaths (188/298)
37222026-05-28T08:52:13.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-05-28T08:52:13.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-05-28T08:52:13.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-05-28T08:52:13.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37262026-05-28T08:52:13.421Z
37272026-05-28T08:52:13.421Zinfo: running `cargo check --bins` on nexus-defaults (189/298)
37282026-05-28T08:52:13.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-05-28T08:52:13.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-05-28T08:52:13.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-05-28T08:52:13.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37322026-05-28T08:52:14.056Z
37332026-05-28T08:52:14.056Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/298)
37342026-05-28T08:52:14.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-05-28T08:52:14.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-05-28T08:52:14.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-05-28T08:52:14.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37382026-05-28T08:52:14.678Z
37392026-05-28T08:52:14.678Zinfo: running `cargo check --bins` on parallel-task-set (191/298)
37402026-05-28T08:52:15.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-05-28T08:52:15.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-05-28T08:52:15.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-05-28T08:52:15.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37442026-05-28T08:52:15.291Z
37452026-05-28T08:52:15.291Zinfo: running `cargo check --bins` on nexus-db-errors (192/298)
37462026-05-28T08:52:15.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-05-28T08:52:15.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-05-28T08:52:15.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37492026-05-28T08:52:15.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
37502026-05-28T08:52:15.977Z
37512026-05-28T08:52:15.978Zinfo: running `cargo check --bins` on nexus-db-lookup (193/298)
37522026-05-28T08:52:16.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-05-28T08:52:16.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-05-28T08:52:16.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37552026-05-28T08:52:16.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
37562026-05-28T08:52:16.668Z
37572026-05-28T08:52:16.668Zinfo: running `cargo check --bins` on nexus-inventory (194/298)
37582026-05-28T08:52:17.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-28T08:52:17.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-28T08:52:17.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-05-28T08:52:17.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
37622026-05-28T08:52:17.354Z
37632026-05-28T08:52:17.354Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/298)
37642026-05-28T08:52:17.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-28T08:52:17.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-28T08:52:17.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-05-28T08:52:17.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
37682026-05-28T08:52:18.012Z
37692026-05-28T08:52:18.012Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/298)
37702026-05-28T08:52:18.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-28T08:52:18.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-28T08:52:18.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-05-28T08:52:18.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37742026-05-28T08:52:18.661Z
37752026-05-28T08:52:18.661Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/298)
37762026-05-28T08:52:19.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-28T08:52:19.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-28T08:52:19.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-05-28T08:52:19.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37802026-05-28T08:52:19.310Z
37812026-05-28T08:52:19.310Zinfo: running `cargo check --bins` on key-manager (198/298)
37822026-05-28T08:52:19.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-28T08:52:19.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-28T08:52:19.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-05-28T08:52:19.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37862026-05-28T08:52:19.936Z
37872026-05-28T08:52:19.937Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/298)
37882026-05-28T08:52:20.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-28T08:52:20.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-28T08:52:20.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-05-28T08:52:20.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37922026-05-28T08:52:20.589Z
37932026-05-28T08:52:20.589Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/298)
37942026-05-28T08:52:21.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-28T08:52:21.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-28T08:52:21.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-05-28T08:52:21.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37982026-05-28T08:52:21.228Z
37992026-05-28T08:52:21.229Zinfo: running `cargo check --bins` on typed-rng (201/298)
38002026-05-28T08:52:21.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-28T08:52:21.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-28T08:52:21.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-28T08:52:21.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38042026-05-28T08:52:21.840Z
38052026-05-28T08:52:21.840Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/298)
38062026-05-28T08:52:22.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-28T08:52:22.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-28T08:52:22.731Z Compiling libefi-sys v0.1.0
38092026-05-28T08:52:22.731Z Compiling bitfield-struct v0.6.2
38102026-05-28T08:52:22.881Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38112026-05-28T08:52:22.885Z Compiling xshell-macros v0.2.7
38122026-05-28T08:52:22.901Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38132026-05-28T08:52:22.909Z Compiling typify-impl v0.4.3
38142026-05-28T08:52:22.912Z Compiling salty v0.3.0
38152026-05-28T08:52:22.912Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
38162026-05-28T08:52:23.016Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
38172026-05-28T08:52:23.075Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38182026-05-28T08:52:23.232Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
38192026-05-28T08:52:23.309Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38202026-05-28T08:52:23.371Z Checking xshell v0.2.7
38212026-05-28T08:52:23.386Z Checking primeorder v0.13.6
38222026-05-28T08:52:23.454Z Compiling proc-macro-error-attr2 v2.0.0
38232026-05-28T08:52:23.469Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38242026-05-28T08:52:23.484Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38252026-05-28T08:52:23.502Z Checking tungstenite v0.21.0
38262026-05-28T08:52:23.555Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38272026-05-28T08:52:23.622Z Checking p384 v0.13.1
38282026-05-28T08:52:23.720Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38292026-05-28T08:52:23.840Z Compiling proc-macro-error2 v2.0.1
38302026-05-28T08:52:23.932Z Checking tokio-tungstenite v0.21.0
38312026-05-28T08:52:23.950Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38322026-05-28T08:52:24.003Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38332026-05-28T08:52:24.147Z Compiling tabled_derive v0.11.0
38342026-05-28T08:52:24.165Z Checking papergrid v0.17.0
38352026-05-28T08:52:24.203Z Checking testing_table v0.3.0
38362026-05-28T08:52:24.220Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
38372026-05-28T08:52:24.300Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
38382026-05-28T08:52:24.370Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38392026-05-28T08:52:24.506Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
38402026-05-28T08:52:24.568Z Checking corncobs v0.1.4
38412026-05-28T08:52:24.698Z Compiling illumos-nvpair-sys v0.2.0
38422026-05-28T08:52:24.714Z Compiling unicase v2.9.0
38432026-05-28T08:52:24.823Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38442026-05-28T08:52:24.899Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38452026-05-28T08:52:24.916Z Compiling mime_guess v2.0.5
38462026-05-28T08:52:24.932Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38472026-05-28T08:52:24.968Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
38482026-05-28T08:52:24.994Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
38492026-05-28T08:52:25.154Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38502026-05-28T08:52:25.261Z Checking progenitor-client v0.11.2
38512026-05-28T08:52:25.296Z Checking tabled v0.20.0
38522026-05-28T08:52:25.359Z Checking secrecy v0.8.0
38532026-05-28T08:52:25.445Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38542026-05-28T08:52:25.505Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38552026-05-28T08:52:25.542Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38562026-05-28T08:52:25.720Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38572026-05-28T08:52:25.784Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
38582026-05-28T08:52:25.860Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38592026-05-28T08:52:25.973Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38602026-05-28T08:52:26.042Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38612026-05-28T08:52:26.071Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38622026-05-28T08:52:26.132Z Checking filetime v0.2.27
38632026-05-28T08:52:26.240Z Checking crc8 v0.1.1
38642026-05-28T08:52:26.274Z Checking xattr v1.6.1
38652026-05-28T08:52:26.343Z Checking http-range v0.1.5
38662026-05-28T08:52:26.432Z Checking tar v0.4.45
38672026-05-28T08:52:26.476Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38682026-05-28T08:52:26.494Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38692026-05-28T08:52:26.662Z Checking illumos-nvpair v0.3.0
38702026-05-28T08:52:26.665Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38712026-05-28T08:52:26.837Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38722026-05-28T08:52:26.904Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38732026-05-28T08:52:26.959Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38742026-05-28T08:52:27.156Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38752026-05-28T08:52:27.228Z Checking atty v0.2.14
38762026-05-28T08:52:27.311Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38772026-05-28T08:52:27.329Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
38782026-05-28T08:52:27.375Z Compiling typify-macro v0.4.3
38792026-05-28T08:52:27.398Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38802026-05-28T08:52:27.495Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38812026-05-28T08:52:27.513Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38822026-05-28T08:52:27.533Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38832026-05-28T08:52:27.640Z Checking hyper-staticfile v0.10.1
38842026-05-28T08:52:27.893Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38852026-05-28T08:52:27.910Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38862026-05-28T08:52:27.973Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38872026-05-28T08:52:28.067Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38882026-05-28T08:52:28.132Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38892026-05-28T08:52:28.239Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38902026-05-28T08:52:28.403Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38912026-05-28T08:52:28.533Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38922026-05-28T08:52:28.690Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38932026-05-28T08:52:29.076Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38942026-05-28T08:52:29.092Z Compiling typify v0.4.3
38952026-05-28T08:52:29.210Z Compiling progenitor-impl v0.11.2
38962026-05-28T08:52:29.567Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38972026-05-28T08:52:30.066Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38982026-05-28T08:52:30.488Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38992026-05-28T08:52:30.805Z Compiling progenitor-macro v0.11.2
39002026-05-28T08:52:32.868Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
39012026-05-28T08:52:33.190Z Checking progenitor v0.11.2
39022026-05-28T08:52:33.321Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
39032026-05-28T08:52:37.968Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
39042026-05-28T08:52:49.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.30s
39052026-05-28T08:52:49.365Z
39062026-05-28T08:52:49.365Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/298)
39072026-05-28T08:52:49.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-05-28T08:52:49.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-05-28T08:52:50.190Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39102026-05-28T08:53:00.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
39112026-05-28T08:53:01.182Z
39122026-05-28T08:53:01.182Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/298)
39132026-05-28T08:53:01.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-05-28T08:53:01.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-05-28T08:53:02.004Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39162026-05-28T08:53:12.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s
39172026-05-28T08:53:13.015Z
39182026-05-28T08:53:13.015Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/298)
39192026-05-28T08:53:13.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-05-28T08:53:13.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-05-28T08:53:13.842Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39222026-05-28T08:53:24.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.66s
39232026-05-28T08:53:24.902Z
39242026-05-28T08:53:24.902Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/298)
39252026-05-28T08:53:25.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-05-28T08:53:25.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-05-28T08:53:25.739Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39282026-05-28T08:53:36.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.61s
39292026-05-28T08:53:36.750Z
39302026-05-28T08:53:36.750Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/298)
39312026-05-28T08:53:37.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-05-28T08:53:37.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-05-28T08:53:37.587Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39342026-05-28T08:53:48.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.59s
39352026-05-28T08:53:48.573Z
39362026-05-28T08:53:48.573Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/298)
39372026-05-28T08:53:49.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-05-28T08:53:49.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-05-28T08:53:49.412Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39402026-05-28T08:54:00.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.64s
39412026-05-28T08:54:00.441Z
39422026-05-28T08:54:00.441Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/298)
39432026-05-28T08:54:01.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-05-28T08:54:01.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-05-28T08:54:01.284Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39462026-05-28T08:54:12.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
39472026-05-28T08:54:12.257Z
39482026-05-28T08:54:12.257Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/298)
39492026-05-28T08:54:12.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-05-28T08:54:12.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-05-28T08:54:12.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-05-28T08:54:12.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39532026-05-28T08:54:12.903Z
39542026-05-28T08:54:12.903Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/298)
39552026-05-28T08:54:13.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-05-28T08:54:13.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-05-28T08:54:13.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-05-28T08:54:13.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39592026-05-28T08:54:13.547Z
39602026-05-28T08:54:13.548Zinfo: running `cargo check --bins` on range-requests (212/298)
39612026-05-28T08:54:14.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-05-28T08:54:14.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-05-28T08:54:14.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-05-28T08:54:14.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39652026-05-28T08:54:14.175Z
39662026-05-28T08:54:14.175Zinfo: running `cargo check --bins` on repo-depot-api (213/298)
39672026-05-28T08:54:14.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-05-28T08:54:14.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-05-28T08:54:14.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-05-28T08:54:14.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39712026-05-28T08:54:14.802Z
39722026-05-28T08:54:14.802Zinfo: running `cargo check --bins` on sled-agent-api (214/298)
39732026-05-28T08:54:15.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-05-28T08:54:15.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-05-28T08:54:15.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-05-28T08:54:15.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39772026-05-28T08:54:15.447Z
39782026-05-28T08:54:15.447Zinfo: running `cargo check --bins` on sled-diagnostics (215/298)
39792026-05-28T08:54:15.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-05-28T08:54:15.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-05-28T08:54:15.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-05-28T08:54:16.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39832026-05-28T08:54:16.099Z
39842026-05-28T08:54:16.099Zinfo: running `cargo check --bins` on zfs-test-harness (216/298)
39852026-05-28T08:54:16.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-05-28T08:54:16.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-05-28T08:54:16.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-05-28T08:54:16.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39892026-05-28T08:54:16.749Z
39902026-05-28T08:54:16.749Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/298)
39912026-05-28T08:54:17.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-05-28T08:54:17.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-05-28T08:54:17.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39942026-05-28T08:54:17.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39952026-05-28T08:54:17.405Z
39962026-05-28T08:54:17.405Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/298)
39972026-05-28T08:54:17.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-05-28T08:54:17.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-05-28T08:54:17.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40002026-05-28T08:54:17.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40012026-05-28T08:54:18.063Z
40022026-05-28T08:54:18.064Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/298)
40032026-05-28T08:54:18.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-05-28T08:54:18.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-05-28T08:54:18.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-05-28T08:54:18.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
40072026-05-28T08:54:18.744Z
40082026-05-28T08:54:18.744Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/298)
40092026-05-28T08:54:19.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-05-28T08:54:19.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-05-28T08:54:19.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-05-28T08:54:19.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40132026-05-28T08:54:19.398Z
40142026-05-28T08:54:19.398Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/298)
40152026-05-28T08:54:19.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-05-28T08:54:19.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-05-28T08:54:19.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40182026-05-28T08:54:19.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40192026-05-28T08:54:20.060Z
40202026-05-28T08:54:20.060Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/298)
40212026-05-28T08:54:20.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-05-28T08:54:20.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-05-28T08:54:20.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40242026-05-28T08:54:20.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40252026-05-28T08:54:20.716Z
40262026-05-28T08:54:20.716Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/298)
40272026-05-28T08:54:21.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-05-28T08:54:21.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-05-28T08:54:21.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40302026-05-28T08:54:21.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40312026-05-28T08:54:21.372Z
40322026-05-28T08:54:21.373Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/298)
40332026-05-28T08:54:21.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-05-28T08:54:21.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-05-28T08:54:21.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40362026-05-28T08:54:21.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
40372026-05-28T08:54:22.055Z
40382026-05-28T08:54:22.055Zinfo: running `cargo check --bins` on trust-quorum (225/298)
40392026-05-28T08:54:22.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40402026-05-28T08:54:22.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40412026-05-28T08:54:22.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40422026-05-28T08:54:22.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40432026-05-28T08:54:22.710Z
40442026-05-28T08:54:22.710Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/298)
40452026-05-28T08:54:23.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40462026-05-28T08:54:23.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40472026-05-28T08:54:23.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40482026-05-28T08:54:23.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40492026-05-28T08:54:23.385Z
40502026-05-28T08:54:23.385Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/298)
40512026-05-28T08:54:23.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40522026-05-28T08:54:23.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40532026-05-28T08:54:23.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40542026-05-28T08:54:23.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
40552026-05-28T08:54:24.079Z
40562026-05-28T08:54:24.079Zinfo: running `cargo check --bins` on update-common (228/298)
40572026-05-28T08:54:24.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40582026-05-28T08:54:24.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40592026-05-28T08:54:24.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40602026-05-28T08:54:24.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40612026-05-28T08:54:24.720Z
40622026-05-28T08:54:24.720Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/298)
40632026-05-28T08:54:25.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-05-28T08:54:25.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-05-28T08:54:25.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40662026-05-28T08:54:25.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
40672026-05-28T08:54:25.416Z
40682026-05-28T08:54:25.417Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/298)
40692026-05-28T08:54:25.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-05-28T08:54:25.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-05-28T08:54:25.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40722026-05-28T08:54:25.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40732026-05-28T08:54:26.035Z
40742026-05-28T08:54:26.036Zinfo: running `cargo check --bins` on reconfigurator-cli (231/298)
40752026-05-28T08:54:26.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-05-28T08:54:26.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-05-28T08:54:26.868Z Compiling fs-err v2.11.0
40782026-05-28T08:54:26.871Z Checking ignore v0.4.25
40792026-05-28T08:54:26.871Z Checking arc-swap v1.8.2
40802026-05-28T08:54:27.012Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40812026-05-28T08:54:27.019Z Checking predicates-tree v1.0.13
40822026-05-28T08:54:27.022Z Checking parse-size v1.1.0
40832026-05-28T08:54:27.044Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40842026-05-28T08:54:27.058Z Checking rand_seeder v0.4.0
40852026-05-28T08:54:27.123Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40862026-05-28T08:54:27.144Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40872026-05-28T08:54:27.200Z Checking slog-scope v4.4.1
40882026-05-28T08:54:27.243Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40892026-05-28T08:54:27.258Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40902026-05-28T08:54:27.326Z Compiling petname v2.0.2
40912026-05-28T08:54:27.341Z Checking slog-stdlog v4.1.1
40922026-05-28T08:54:27.377Z Checking globwalk v0.9.1
40932026-05-28T08:54:27.395Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40942026-05-28T08:54:27.434Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40952026-05-28T08:54:27.464Z Checking slog-envlogger v2.2.0
40962026-05-28T08:54:27.555Z Checking camino-tempfile-ext v0.3.3
40972026-05-28T08:54:27.612Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40982026-05-28T08:54:27.644Z Checking sapling-renderdag v0.1.0
40992026-05-28T08:54:27.744Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
41002026-05-28T08:54:27.822Z Checking subprocess v0.2.15
41012026-05-28T08:54:27.884Z Checking sync-ptr v0.1.4
41022026-05-28T08:54:28.029Z Checking colored v2.2.0
41032026-05-28T08:54:28.099Z Checking assert_matches v1.5.0
41042026-05-28T08:54:28.115Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41052026-05-28T08:54:28.265Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
41062026-05-28T08:54:28.268Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
41072026-05-28T08:54:29.023Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41082026-05-28T08:54:30.405Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
41092026-05-28T08:54:32.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.74s
41102026-05-28T08:54:32.998Z
41112026-05-28T08:54:32.998Zinfo: running `cargo check --bins` on omicron-repl-utils (232/298)
41122026-05-28T08:54:33.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-05-28T08:54:33.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-05-28T08:54:33.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41152026-05-28T08:54:33.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41162026-05-28T08:54:33.624Z
41172026-05-28T08:54:33.624Zinfo: running `cargo check --bins` on transient-dns-server (233/298)
41182026-05-28T08:54:34.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-05-28T08:54:34.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-05-28T08:54:34.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41212026-05-28T08:54:34.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41222026-05-28T08:54:34.268Z
41232026-05-28T08:54:34.268Zinfo: running `cargo check --bins` on nexus-test-interface (234/298)
41242026-05-28T08:54:34.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-05-28T08:54:34.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-05-28T08:54:34.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41272026-05-28T08:54:34.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
41282026-05-28T08:54:34.962Z
41292026-05-28T08:54:34.962Zinfo: running `cargo check --bins` on oximeter-collector (235/298)
41302026-05-28T08:54:35.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-05-28T08:54:35.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-05-28T08:54:35.744Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41332026-05-28T08:54:35.744Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
41342026-05-28T08:54:36.398Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41352026-05-28T08:54:38.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
41362026-05-28T08:54:38.317Z
41372026-05-28T08:54:38.317Zinfo: running `cargo check --bins` on oximeter-api (236/298)
41382026-05-28T08:54:38.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-05-28T08:54:38.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-05-28T08:54:38.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41412026-05-28T08:54:38.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41422026-05-28T08:54:38.953Z
41432026-05-28T08:54:38.954Zinfo: running `cargo check --bins` on cert-dev (237/298)
41442026-05-28T08:54:39.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-05-28T08:54:39.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-05-28T08:54:39.593Z Checking yasna v0.5.2
41472026-05-28T08:54:39.997Z Checking rcgen v0.12.1
41482026-05-28T08:54:40.247Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41492026-05-28T08:54:40.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
41502026-05-28T08:54:40.603Z
41512026-05-28T08:54:40.603Zinfo: running `cargo check --bins` on clickana (238/298)
41522026-05-28T08:54:41.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-05-28T08:54:41.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-05-28T08:54:41.280Z Compiling darling_core v0.23.0
41552026-05-28T08:54:41.284Z Compiling instability v0.3.11
41562026-05-28T08:54:41.400Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41572026-05-28T08:54:41.400Z Checking castaway v0.2.4
41582026-05-28T08:54:41.404Z Compiling indoc v2.0.7
41592026-05-28T08:54:41.423Z Checking unicode-truncate v1.1.0
41602026-05-28T08:54:41.426Z Checking lru v0.12.5
41612026-05-28T08:54:41.426Z Checking cassowary v0.3.0
41622026-05-28T08:54:41.492Z Checking compact_str v0.8.1
41632026-05-28T08:54:42.698Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41642026-05-28T08:54:42.808Z Compiling darling_macro v0.23.0
41652026-05-28T08:54:42.874Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41662026-05-28T08:54:43.215Z Compiling darling v0.23.0
41672026-05-28T08:54:43.834Z Checking ratatui v0.29.0
41682026-05-28T08:54:44.882Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41692026-05-28T08:54:45.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s
41702026-05-28T08:54:45.739Z
41712026-05-28T08:54:45.739Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/298)
41722026-05-28T08:54:46.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41732026-05-28T08:54:46.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41742026-05-28T08:54:46.525Z Checking headers-core v0.3.0
41752026-05-28T08:54:46.528Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41762026-05-28T08:54:46.725Z Checking headers v0.4.1
41772026-05-28T08:54:47.088Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41782026-05-28T08:54:48.035Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41792026-05-28T08:54:48.596Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41802026-05-28T08:54:49.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
41812026-05-28T08:54:49.283Z
41822026-05-28T08:54:49.283Zinfo: running `cargo check --bins` on ch-dev (240/298)
41832026-05-28T08:54:49.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842026-05-28T08:54:49.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852026-05-28T08:54:50.057Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41862026-05-28T08:54:50.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
41872026-05-28T08:54:51.076Z
41882026-05-28T08:54:51.076Zinfo: running `cargo check --bins` on dev-tools-common (241/298)
41892026-05-28T08:54:51.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-05-28T08:54:51.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-05-28T08:54:51.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-05-28T08:54:51.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
41932026-05-28T08:54:51.573Z
41942026-05-28T08:54:51.573Zinfo: running `cargo check --bins` on crdb-seed (242/298)
41952026-05-28T08:54:52.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-05-28T08:54:52.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-05-28T08:54:52.341Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41982026-05-28T08:54:53.421Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41992026-05-28T08:54:53.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s
42002026-05-28T08:54:54.029Z
42012026-05-28T08:54:54.030Zinfo: running `cargo check --bins` on db-dev (243/298)
42022026-05-28T08:54:54.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-05-28T08:54:54.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-05-28T08:54:54.810Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42052026-05-28T08:54:55.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
42062026-05-28T08:54:55.844Z
42072026-05-28T08:54:55.844Zinfo: running `cargo check --bins` on omicron-dev-lib (244/298)
42082026-05-28T08:54:56.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-05-28T08:54:56.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-05-28T08:54:56.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-05-28T08:54:56.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42122026-05-28T08:54:56.525Z
42132026-05-28T08:54:56.525Zinfo: running `cargo check --bins` on xtask-downloader (245/298)
42142026-05-28T08:54:57.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-05-28T08:54:57.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-05-28T08:54:57.167Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42172026-05-28T08:54:57.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
42182026-05-28T08:54:58.057Z
42192026-05-28T08:54:58.057Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/298)
42202026-05-28T08:54:58.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-05-28T08:54:58.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-05-28T08:54:58.856Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42232026-05-28T08:54:58.857Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42242026-05-28T08:54:58.857Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
42252026-05-28T08:54:58.860Z Checking git-stub v1.0.0
42262026-05-28T08:54:58.861Z Compiling trait-variant v0.1.2
42272026-05-28T08:54:58.861Z Checking maplit v1.0.2
42282026-05-28T08:54:58.861Z Checking is_ci v1.2.0
42292026-05-28T08:54:58.861Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
42302026-05-28T08:54:59.056Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
42312026-05-28T08:54:59.106Z Checking supports-color v3.0.2
42322026-05-28T08:54:59.120Z Checking git-stub-vcs v0.1.0
42332026-05-28T08:54:59.193Z Checking drift v0.2.0
42342026-05-28T08:54:59.228Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42352026-05-28T08:54:59.256Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42362026-05-28T08:54:59.311Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42372026-05-28T08:54:59.468Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42382026-05-28T08:54:59.511Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42392026-05-28T08:54:59.526Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42402026-05-28T08:54:59.541Z Checking dropshot-api-manager v0.7.2
42412026-05-28T08:54:59.727Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42422026-05-28T08:54:59.779Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42432026-05-28T08:54:59.984Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
42442026-05-28T08:55:00.257Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42452026-05-28T08:55:05.215Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42462026-05-28T08:55:06.298Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42472026-05-28T08:55:06.858Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42482026-05-28T08:55:07.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.33s
42492026-05-28T08:55:07.612Z
42502026-05-28T08:55:07.612Zinfo: running `cargo check --bins` on installinator-api (247/298)
42512026-05-28T08:55:08.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-05-28T08:55:08.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-05-28T08:55:08.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42542026-05-28T08:55:08.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42552026-05-28T08:55:08.246Z
42562026-05-28T08:55:08.246Zinfo: running `cargo check --bins` on nexus-external-api (248/298)
42572026-05-28T08:55:08.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-05-28T08:55:08.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-05-28T08:55:08.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42602026-05-28T08:55:08.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42612026-05-28T08:55:08.922Z
42622026-05-28T08:55:08.922Zinfo: running `cargo check --bins` on nexus-internal-api (249/298)
42632026-05-28T08:55:09.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-05-28T08:55:09.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-05-28T08:55:09.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-05-28T08:55:09.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42672026-05-28T08:55:09.595Z
42682026-05-28T08:55:09.595Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/298)
42692026-05-28T08:55:10.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-05-28T08:55:10.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-05-28T08:55:10.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-05-28T08:55:10.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42732026-05-28T08:55:10.268Z
42742026-05-28T08:55:10.268Zinfo: running `cargo check --bins` on ntp-admin-api (251/298)
42752026-05-28T08:55:10.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-05-28T08:55:10.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-05-28T08:55:10.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-05-28T08:55:10.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42792026-05-28T08:55:10.895Z
42802026-05-28T08:55:10.895Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/298)
42812026-05-28T08:55:11.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-05-28T08:55:11.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-05-28T08:55:11.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-05-28T08:55:11.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42852026-05-28T08:55:11.509Z
42862026-05-28T08:55:11.509Zinfo: running `cargo check --bins` on wicketd-api (253/298)
42872026-05-28T08:55:12.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-05-28T08:55:12.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-05-28T08:55:12.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-05-28T08:55:12.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42912026-05-28T08:55:12.152Z
42922026-05-28T08:55:12.152Zinfo: running `cargo check --bins` on omicron-ls-apis (254/298)
42932026-05-28T08:55:12.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-05-28T08:55:12.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-05-28T08:55:12.792Z Checking typeid v1.0.3
42962026-05-28T08:55:12.909Z Checking ordered-float v2.10.1
42972026-05-28T08:55:12.928Z Checking unicode-xid v0.2.6
42982026-05-28T08:55:12.941Z Checking cargo-platform v0.2.0
42992026-05-28T08:55:12.952Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
43002026-05-28T08:55:12.974Z Checking erased-serde v0.4.9
43012026-05-28T08:55:13.112Z Checking serde-value v0.7.0
43022026-05-28T08:55:13.285Z Checking serde-untagged v0.1.9
43032026-05-28T08:55:13.437Z Checking cargo-util-schemas v0.8.2
43042026-05-28T08:55:14.119Z Checking cargo_metadata v0.21.0
43052026-05-28T08:55:14.719Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
43062026-05-28T08:55:15.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
43072026-05-28T08:55:15.593Z
43082026-05-28T08:55:15.594Zinfo: running `cargo check --bins` on mgs-dev (255/298)
43092026-05-28T08:55:16.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43102026-05-28T08:55:16.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43112026-05-28T08:55:16.363Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43122026-05-28T08:55:17.045Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43132026-05-28T08:55:17.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
43142026-05-28T08:55:17.828Z
43152026-05-28T08:55:17.828Zinfo: running `cargo check --bins --no-default-features` on omicron-omdb (256/298)
43162026-05-28T08:55:18.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-05-28T08:55:18.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-05-28T08:55:18.830Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43192026-05-28T08:55:18.830Z Compiling itertools v0.10.5
43202026-05-28T08:55:18.830Z Compiling vergen-lib v0.1.6
43212026-05-28T08:55:18.833Z Compiling vergen-gitcl v1.0.8
43222026-05-28T08:55:18.833Z Compiling dirs-sys-next v0.1.2
43232026-05-28T08:55:18.833Z Compiling crunchy v0.2.4
43242026-05-28T08:55:18.833Z Compiling glob v0.3.3
43252026-05-28T08:55:18.833Z Compiling diesel_derives v2.3.7
43262026-05-28T08:55:19.198Z Compiling dirs-next v2.0.0
43272026-05-28T08:55:19.282Z Compiling dsl_auto_type v0.2.0
43282026-05-28T08:55:19.300Z Checking scheduled-thread-pool v0.2.7
43292026-05-28T08:55:19.316Z Compiling diesel_table_macro_syntax v0.3.0
43302026-05-28T08:55:19.332Z Compiling tiny-keccak v2.0.2
43312026-05-28T08:55:19.348Z Compiling clang-sys v1.8.1
43322026-05-28T08:55:19.439Z Checking r2d2 v0.8.10
43332026-05-28T08:55:19.607Z Compiling term v0.7.0
43342026-05-28T08:55:19.627Z Compiling bit-vec v0.6.3
43352026-05-28T08:55:19.711Z Checking downcast-rs v2.0.2
43362026-05-28T08:55:19.811Z Compiling bit-set v0.5.3
43372026-05-28T08:55:19.860Z Compiling ena v0.14.4
43382026-05-28T08:55:19.971Z Compiling ascii-canvas v3.0.0
43392026-05-28T08:55:20.019Z Compiling libloading v0.8.9
43402026-05-28T08:55:20.073Z Compiling diff v0.1.13
43412026-05-28T08:55:20.123Z Compiling regex-syntax v0.6.29
43422026-05-28T08:55:20.144Z Compiling bindgen v0.71.1
43432026-05-28T08:55:20.161Z Compiling cexpr v0.6.0
43442026-05-28T08:55:20.236Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43452026-05-28T08:55:20.334Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43462026-05-28T08:55:20.424Z Compiling rustc-hash v2.1.1
43472026-05-28T08:55:20.520Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43482026-05-28T08:55:20.559Z Compiling libxml v0.3.3
43492026-05-28T08:55:20.601Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43502026-05-28T08:55:20.814Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43512026-05-28T08:55:20.842Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43522026-05-28T08:55:21.035Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43532026-05-28T08:55:21.111Z Compiling strum_macros v0.24.3
43542026-05-28T08:55:21.132Z Compiling indoc v1.0.9
43552026-05-28T08:55:21.575Z Compiling lalrpop v0.19.12
43562026-05-28T08:55:21.931Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43572026-05-28T08:55:22.126Z Checking derive_builder v0.20.2
43582026-05-28T08:55:22.198Z Compiling oso-derive v0.27.3
43592026-05-28T08:55:22.246Z Checking quick-xml v0.37.5
43602026-05-28T08:55:22.462Z Compiling impl-trait-for-tuples v0.2.3
43612026-05-28T08:55:22.698Z Checking openssl-probe v0.1.6
43622026-05-28T08:55:22.877Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43632026-05-28T08:55:23.114Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43642026-05-28T08:55:23.311Z Checking bb8 v0.8.6
43652026-05-28T08:55:23.622Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43662026-05-28T08:55:23.643Z Compiling libz-sys v1.1.24
43672026-05-28T08:55:23.842Z Checking nonempty v0.12.0
43682026-05-28T08:55:23.887Z Compiling strsim v0.10.0
43692026-05-28T08:55:24.016Z Compiling libgit2-sys v0.18.3+1.9.2
43702026-05-28T08:55:24.072Z Compiling darling_core v0.13.4
43712026-05-28T08:55:24.224Z Compiling vergen-git2 v9.1.0
43722026-05-28T08:55:24.244Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43732026-05-28T08:55:24.456Z Compiling base64 v0.21.7
43742026-05-28T08:55:24.472Z Compiling rustls v0.21.12
43752026-05-28T08:55:24.685Z Compiling ron v0.8.1
43762026-05-28T08:55:24.801Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43772026-05-28T08:55:25.191Z Checking diesel v2.3.7
43782026-05-28T08:55:25.644Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43792026-05-28T08:55:25.769Z Checking sct v0.7.1
43802026-05-28T08:55:25.836Z Checking rustls-webpki v0.101.7
43812026-05-28T08:55:25.937Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43822026-05-28T08:55:25.953Z Compiling darling_macro v0.13.4
43832026-05-28T08:55:26.424Z Compiling darling v0.13.4
43842026-05-28T08:55:26.521Z Compiling serde_with_macros v1.5.2
43852026-05-28T08:55:26.994Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43862026-05-28T08:55:27.370Z Compiling serde_with v1.14.0
43872026-05-28T08:55:27.490Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43882026-05-28T08:55:28.538Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43892026-05-28T08:55:28.883Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43902026-05-28T08:55:29.470Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43912026-05-28T08:55:30.070Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43922026-05-28T08:55:30.211Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43932026-05-28T08:55:30.264Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43942026-05-28T08:55:30.405Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43952026-05-28T08:55:30.457Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43962026-05-28T08:55:30.591Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43972026-05-28T08:55:30.614Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43982026-05-28T08:55:30.673Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43992026-05-28T08:55:30.977Z Checking tokio-rustls v0.24.1
44002026-05-28T08:55:31.185Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44012026-05-28T08:55:31.611Z Checking rustls-pemfile v1.0.4
44022026-05-28T08:55:31.753Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
44032026-05-28T08:55:31.772Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44042026-05-28T08:55:31.924Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
44052026-05-28T08:55:31.961Z Checking twox-hash v2.1.2
44062026-05-28T08:55:32.258Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
44072026-05-28T08:55:32.276Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44082026-05-28T08:55:32.298Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
44092026-05-28T08:55:32.342Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44102026-05-28T08:55:32.406Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
44112026-05-28T08:55:33.675Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44122026-05-28T08:55:34.121Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44132026-05-28T08:55:34.439Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
44142026-05-28T08:55:34.478Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44152026-05-28T08:55:35.119Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44162026-05-28T08:55:35.315Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
44172026-05-28T08:55:35.625Z Checking console v0.16.2
44182026-05-28T08:55:35.937Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
44192026-05-28T08:55:36.089Z Checking fatfs v0.3.6
44202026-05-28T08:55:36.274Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44212026-05-28T08:55:36.540Z Compiling seq-macro v0.3.6
44222026-05-28T08:55:37.006Z Checking unit-prefix v0.5.2
44232026-05-28T08:55:37.106Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44242026-05-28T08:55:37.143Z Checking indicatif v0.18.4
44252026-05-28T08:55:37.521Z Checking support-bundle-viewer v0.1.2
44262026-05-28T08:55:37.623Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
44272026-05-28T08:55:37.768Z Checking multimap v0.10.1
44282026-05-28T08:55:43.744Z Checking async-bb8-diesel v0.2.1
44292026-05-28T08:55:44.102Z Checking diesel-dtrace v0.5.0
44302026-05-28T08:55:46.783Z Compiling samael v0.0.19
44312026-05-28T08:55:51.196Z Compiling git2 v0.20.4
44322026-05-28T08:55:53.169Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
44332026-05-28T08:55:53.478Z Compiling polar-core v0.27.3
44342026-05-28T08:55:53.718Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
44352026-05-28T08:55:57.984Z Checking oso v0.27.3
44362026-05-28T08:56:25.532Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44372026-05-28T08:57:36.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
44382026-05-28T08:57:36.817Z
44392026-05-28T08:57:36.817Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-omdb (257/298)
44402026-05-28T08:57:37.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-05-28T08:57:37.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-05-28T08:57:37.779Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44432026-05-28T08:57:45.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.81s
44442026-05-28T08:57:45.874Z
44452026-05-28T08:57:45.874Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-omdb (258/298)
44462026-05-28T08:57:46.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-05-28T08:57:46.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-05-28T08:57:46.758Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44492026-05-28T08:57:54.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.70s
44502026-05-28T08:57:54.806Z
44512026-05-28T08:57:54.806Zinfo: running `cargo check --bins` on nexus-networking (259/298)
44522026-05-28T08:57:55.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-05-28T08:57:55.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-05-28T08:57:55.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44552026-05-28T08:57:55.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
44562026-05-28T08:57:55.503Z
44572026-05-28T08:57:55.503Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (260/298)
44582026-05-28T08:57:56.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-05-28T08:57:56.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-05-28T08:57:56.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44612026-05-28T08:57:56.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
44622026-05-28T08:57:56.188Z
44632026-05-28T08:57:56.188Zinfo: running `cargo check --bins` on nexus-saga-recovery (261/298)
44642026-05-28T08:57:56.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-05-28T08:57:56.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-05-28T08:57:56.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44672026-05-28T08:57:56.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
44682026-05-28T08:57:56.869Z
44692026-05-28T08:57:56.869Zinfo: running `cargo check --bins` on nexus-test-utils-macros (262/298)
44702026-05-28T08:57:57.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44712026-05-28T08:57:57.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44722026-05-28T08:57:57.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44732026-05-28T08:57:57.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44742026-05-28T08:57:57.481Z
44752026-05-28T08:57:57.481Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (263/298)
44762026-05-28T08:57:58.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-05-28T08:57:58.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-05-28T08:57:58.349Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44792026-05-28T08:58:34.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.14s
44802026-05-28T08:58:34.868Z
44812026-05-28T08:58:34.868Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/298)
44822026-05-28T08:58:35.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-05-28T08:58:35.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-05-28T08:58:35.738Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44852026-05-28T08:59:12.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.15s
44862026-05-28T08:59:12.260Z
44872026-05-28T08:59:12.261Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-nexus (265/298)
44882026-05-28T08:59:12.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-05-28T08:59:12.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-05-28T08:59:13.121Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44912026-05-28T08:59:13.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
44922026-05-28T08:59:14.139Z
44932026-05-28T08:59:14.139Zinfo: running `cargo check --bins` on nexus-background-task-interface (266/298)
44942026-05-28T08:59:14.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-05-28T08:59:14.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-05-28T08:59:14.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44972026-05-28T08:59:14.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44982026-05-28T08:59:14.753Z
44992026-05-28T08:59:14.753Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (267/298)
45002026-05-28T08:59:15.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-05-28T08:59:15.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-05-28T08:59:15.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45032026-05-28T08:59:15.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
45042026-05-28T08:59:15.422Z
45052026-05-28T08:59:15.422Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/298)
45062026-05-28T08:59:16.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-05-28T08:59:16.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-05-28T08:59:16.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45092026-05-28T08:59:16.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
45102026-05-28T08:59:16.112Z
45112026-05-28T08:59:16.112Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (269/298)
45122026-05-28T08:59:16.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45132026-05-28T08:59:16.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45142026-05-28T08:59:16.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45152026-05-28T08:59:16.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
45162026-05-28T08:59:16.801Z
45172026-05-28T08:59:16.801Zinfo: running `cargo check --bins` on nexus-mgs-updates (270/298)
45182026-05-28T08:59:17.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45192026-05-28T08:59:17.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45202026-05-28T08:59:17.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45212026-05-28T08:59:17.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
45222026-05-28T08:59:17.489Z
45232026-05-28T08:59:17.489Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (271/298)
45242026-05-28T08:59:18.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-05-28T08:59:18.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-05-28T08:59:18.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45272026-05-28T08:59:18.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
45282026-05-28T08:59:18.187Z
45292026-05-28T08:59:18.187Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/298)
45302026-05-28T08:59:18.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-05-28T08:59:18.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-05-28T08:59:18.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45332026-05-28T08:59:18.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
45342026-05-28T08:59:18.880Z
45352026-05-28T08:59:18.880Zinfo: running `cargo check --bins` on support-bundle-collection (273/298)
45362026-05-28T08:59:19.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-05-28T08:59:19.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-05-28T08:59:19.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45392026-05-28T08:59:19.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
45402026-05-28T08:59:19.572Z
45412026-05-28T08:59:19.572Zinfo: running `cargo check --bins` on omicron-dev (274/298)
45422026-05-28T08:59:20.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-05-28T08:59:20.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-05-28T08:59:20.527Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45452026-05-28T08:59:20.530Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45462026-05-28T08:59:20.720Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45472026-05-28T08:59:20.751Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45482026-05-28T08:59:20.772Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45492026-05-28T08:59:20.790Z Checking yansi v1.0.1
45502026-05-28T08:59:20.793Z Checking diff v0.1.13
45512026-05-28T08:59:20.823Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45522026-05-28T08:59:20.870Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45532026-05-28T08:59:21.038Z Checking pretty_assertions v1.4.1
45542026-05-28T08:59:21.791Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45552026-05-28T08:59:21.941Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45562026-05-28T08:59:45.581Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45572026-05-28T08:59:45.584Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45582026-05-28T08:59:45.585Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45592026-05-28T08:59:45.585Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45602026-05-28T08:59:45.585Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45612026-05-28T08:59:45.585Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45622026-05-28T08:59:46.453Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45632026-05-28T08:59:46.456Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45642026-05-28T08:59:47.759Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45652026-05-28T09:00:23.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
45662026-05-28T09:00:24.156Z
45672026-05-28T09:00:24.156Zinfo: running `cargo check --bins` on omicron-pins (275/298)
45682026-05-28T09:00:24.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-05-28T09:00:24.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-05-28T09:00:24.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45712026-05-28T09:00:24.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45722026-05-28T09:00:24.770Z
45732026-05-28T09:00:24.770Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (276/298)
45742026-05-28T09:00:25.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-05-28T09:00:25.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-05-28T09:00:25.596Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45772026-05-28T09:00:25.725Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45782026-05-28T09:00:25.725Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45792026-05-28T09:00:51.528Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45802026-05-28T09:00:51.995Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45812026-05-28T09:00:53.792Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45822026-05-28T09:00:54.327Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45832026-05-28T09:00:57.350Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45842026-05-28T09:01:20.519Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45852026-05-28T09:01:21.287Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45862026-05-28T09:01:23.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.26s
45872026-05-28T09:01:23.262Z
45882026-05-28T09:01:23.262Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (277/298)
45892026-05-28T09:01:23.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-05-28T09:01:23.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-05-28T09:01:24.029Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45922026-05-28T09:01:24.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
45932026-05-28T09:01:25.001Z
45942026-05-28T09:01:25.001Zinfo: running `cargo check --bins` on omicron-releng (278/298)
45952026-05-28T09:01:25.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-05-28T09:01:25.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-05-28T09:01:25.680Z Compiling blake3 v1.8.3
45982026-05-28T09:01:25.795Z Checking constant_time_eq v0.4.2
45992026-05-28T09:01:25.795Z Checking arrayref v0.3.9
46002026-05-28T09:01:25.798Z Checking arrayvec v0.7.6
46012026-05-28T09:01:25.816Z Checking topological-sort v0.2.2
46022026-05-28T09:01:25.819Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46032026-05-28T09:01:25.819Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46042026-05-28T09:01:25.819Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
46052026-05-28T09:01:25.868Z Checking shell-words v1.1.1
46062026-05-28T09:01:26.592Z Checking omicron-zone-package v0.12.2
46072026-05-28T09:01:27.300Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
46082026-05-28T09:01:28.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
46092026-05-28T09:01:28.369Z
46102026-05-28T09:01:28.369Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (279/298)
46112026-05-28T09:01:28.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-05-28T09:01:28.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-05-28T09:01:29.041Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46142026-05-28T09:01:29.365Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
46152026-05-28T09:01:29.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
46162026-05-28T09:01:29.956Z
46172026-05-28T09:01:29.956Zinfo: running `cargo check --bins` on schema (280/298)
46182026-05-28T09:01:30.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46192026-05-28T09:01:30.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46202026-05-28T09:01:30.735Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
46212026-05-28T09:01:31.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
46222026-05-28T09:01:31.745Z
46232026-05-28T09:01:31.745Zinfo: running `cargo check --bins` on xtask (281/298)
46242026-05-28T09:01:32.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46252026-05-28T09:01:32.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46262026-05-28T09:01:32.218Z Checking libc v0.2.185
46272026-05-28T09:01:32.221Z Checking serde v1.0.228
46282026-05-28T09:01:32.221Z Checking zerofrom v0.1.6
46292026-05-28T09:01:32.312Z Checking bitflags v2.11.0
46302026-05-28T09:01:32.317Z Checking smallvec v1.15.1
46312026-05-28T09:01:32.324Z Checking indexmap v2.14.0
46322026-05-28T09:01:32.335Z Checking serde_json v1.0.149
46332026-05-28T09:01:32.338Z Checking scroll v0.12.0
46342026-05-28T09:01:32.403Z Checking yoke v0.8.1
46352026-05-28T09:01:32.451Z Checking num-traits v0.2.19
46362026-05-28T09:01:32.494Z Checking thiserror v1.0.69
46372026-05-28T09:01:32.565Z Checking zerovec v0.11.5
46382026-05-28T09:01:32.565Z Checking zerotrie v0.2.3
46392026-05-28T09:01:32.590Z Checking errno v0.3.14
46402026-05-28T09:01:32.590Z Checking log v0.4.29
46412026-05-28T09:01:32.687Z Checking toml_datetime v0.6.11
46422026-05-28T09:01:32.715Z Checking rustix v1.1.3
46432026-05-28T09:01:32.736Z Checking serde_spanned v0.6.9
46442026-05-28T09:01:32.802Z Checking percent-encoding v2.3.2
46452026-05-28T09:01:32.859Z Checking toml_edit v0.22.27
46462026-05-28T09:01:32.870Z Checking zerocopy v0.7.35
46472026-05-28T09:01:32.873Z Checking goblin v0.8.2
46482026-05-28T09:01:32.932Z Checking getrandom v0.4.1
46492026-05-28T09:01:32.944Z Checking form_urlencoded v1.2.2
46502026-05-28T09:01:32.970Z Checking ordered-float v2.10.1
46512026-05-28T09:01:33.012Z Checking tinystr v0.8.2
46522026-05-28T09:01:33.060Z Checking potential_utf v0.1.4
46532026-05-28T09:01:33.071Z Checking thiserror v2.0.18
46542026-05-28T09:01:33.166Z Checking syn v2.0.117
46552026-05-28T09:01:33.187Z Checking serde-value v0.7.0
46562026-05-28T09:01:33.190Z Checking icu_collections v2.1.1
46572026-05-28T09:01:33.190Z Checking icu_locale_core v2.1.1
46582026-05-28T09:01:33.348Z Checking dtrace-parser v0.2.0
46592026-05-28T09:01:33.389Z Checking thread-id v4.2.2
46602026-05-28T09:01:33.471Z Checking once_cell v1.21.3
46612026-05-28T09:01:33.503Z Checking cargo-platform v0.2.0
46622026-05-28T09:01:33.519Z Checking terminal_size v0.4.3
46632026-05-28T09:01:33.595Z Checking memmap v0.7.0
46642026-05-28T09:01:33.643Z Checking tempfile v3.25.0
46652026-05-28T09:01:33.655Z Checking clap_builder v4.6.0
46662026-05-28T09:01:33.680Z Checking textwrap v0.16.2
46672026-05-28T09:01:33.723Z Checking fs-err v3.3.0
46682026-05-28T09:01:33.756Z Checking icu_provider v2.1.1
46692026-05-28T09:01:33.833Z Checking camino-tempfile v1.4.1
46702026-05-28T09:01:33.886Z Checking tabled v0.15.0
46712026-05-28T09:01:33.902Z Checking anyhow v1.0.102
46722026-05-28T09:01:33.945Z Checking toml v0.8.23
46732026-05-28T09:01:33.986Z Checking icu_properties v2.1.2
46742026-05-28T09:01:33.997Z Checking icu_normalizer v2.1.1
46752026-05-28T09:01:34.097Z Checking macaddr v1.0.1
46762026-05-28T09:01:34.257Z Checking cargo_toml v0.21.0
46772026-05-28T09:01:34.274Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46782026-05-28T09:01:34.748Z Checking dof v0.3.0
46792026-05-28T09:01:34.785Z Checking idna_adapter v1.2.1
46802026-05-28T09:01:34.834Z Checking clap v4.6.1
46812026-05-28T09:01:34.902Z Checking idna v1.1.0
46822026-05-28T09:01:35.018Z Checking usdt-impl v0.5.0
46832026-05-28T09:01:35.122Z Checking url v2.5.8
46842026-05-28T09:01:35.263Z Checking usdt v0.5.0
46852026-05-28T09:01:35.459Z Checking cargo-util-schemas v0.8.2
46862026-05-28T09:01:36.136Z Checking cargo_metadata v0.21.0
46872026-05-28T09:01:36.750Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46882026-05-28T09:01:37.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
46892026-05-28T09:01:37.290Z
46902026-05-28T09:01:37.290Zinfo: running `cargo check --bins` on dnsadm (282/298)
46912026-05-28T09:01:37.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-05-28T09:01:37.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-05-28T09:01:37.962Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46942026-05-28T09:01:38.435Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46952026-05-28T09:01:38.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
46962026-05-28T09:01:39.031Z
46972026-05-28T09:01:39.031Zinfo: running `cargo check --bins` on end-to-end-tests (283/298)
46982026-05-28T09:01:39.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46992026-05-28T09:01:39.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47002026-05-28T09:01:39.889Z Checking polyval v0.6.2
47012026-05-28T09:01:40.020Z Checking ctr v0.9.2
47022026-05-28T09:01:40.031Z Checking ssh-encoding v0.2.0
47032026-05-28T09:01:40.032Z Checking blowfish v0.9.1
47042026-05-28T09:01:40.053Z Checking password-hash v0.4.2
47052026-05-28T09:01:40.069Z Checking p521 v0.13.3
47062026-05-28T09:01:40.072Z Checking p256 v0.13.2
47072026-05-28T09:01:40.093Z Checking russh-cryptovec v0.7.3
47082026-05-28T09:01:40.162Z Checking ghash v0.5.1
47092026-05-28T09:01:40.176Z Checking bcrypt-pbkdf v0.10.0
47102026-05-28T09:01:40.191Z Checking md5 v0.7.0
47112026-05-28T09:01:40.206Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47122026-05-28T09:01:40.248Z Checking num-bigint v0.4.6
47132026-05-28T09:01:40.263Z Checking pbkdf2 v0.11.0
47142026-05-28T09:01:40.278Z Checking aes-gcm v0.10.3
47152026-05-28T09:01:40.332Z Checking des v0.8.1
47162026-05-28T09:01:40.352Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47172026-05-28T09:01:40.383Z Checking hex-literal v0.4.1
47182026-05-28T09:01:40.425Z Checking ssh-cipher v0.2.0
47192026-05-28T09:01:40.428Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47202026-05-28T09:01:40.440Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47212026-05-28T09:01:40.479Z Checking internet-checksum v0.2.1
47222026-05-28T09:01:40.594Z Checking ssh-key v0.6.7
47232026-05-28T09:01:40.696Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47242026-05-28T09:01:41.219Z Checking russh-keys v0.45.0
47252026-05-28T09:01:41.757Z Checking russh v0.45.0
47262026-05-28T09:01:58.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.52s
47272026-05-28T09:01:58.772Z
47282026-05-28T09:01:58.772Zinfo: running `cargo check --bins` on gateway-cli (284/298)
47292026-05-28T09:01:59.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-05-28T09:01:59.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-05-28T09:01:59.442Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47322026-05-28T09:01:59.555Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47332026-05-28T09:01:59.564Z Checking termios v0.3.3
47342026-05-28T09:02:00.757Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47352026-05-28T09:02:00.908Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47362026-05-28T09:02:02.703Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47372026-05-28T09:02:03.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
47382026-05-28T09:02:03.465Z
47392026-05-28T09:02:03.466Zinfo: running `cargo check --bins --no-default-features` on installinator (285/298)
47402026-05-28T09:02:04.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47412026-05-28T09:02:04.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47422026-05-28T09:02:04.210Z Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
47432026-05-28T09:02:04.213Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47442026-05-28T09:02:04.339Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47452026-05-28T09:02:04.346Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47462026-05-28T09:02:04.346Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47472026-05-28T09:02:04.365Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47482026-05-28T09:02:04.614Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
47492026-05-28T09:02:05.092Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47502026-05-28T09:02:05.171Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
47512026-05-28T09:02:05.467Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47522026-05-28T09:02:05.467Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47532026-05-28T09:02:05.846Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47542026-05-28T09:02:06.161Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47552026-05-28T09:02:07.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
47562026-05-28T09:02:07.985Z
47572026-05-28T09:02:07.985Zinfo: running `cargo check --bins` on internal-dns-cli (286/298)
47582026-05-28T09:02:08.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47592026-05-28T09:02:08.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47602026-05-28T09:02:08.650Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47612026-05-28T09:02:09.101Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47622026-05-28T09:02:09.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
47632026-05-28T09:02:09.624Z
47642026-05-28T09:02:09.624Zinfo: running `cargo check --bins` on omicron-live-tests (287/298)
47652026-05-28T09:02:10.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47662026-05-28T09:02:10.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47672026-05-28T09:02:10.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47682026-05-28T09:02:10.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47692026-05-28T09:02:10.244Z
47702026-05-28T09:02:10.244Zinfo: running `cargo check --bins` on live-tests-macros (288/298)
47712026-05-28T09:02:10.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47722026-05-28T09:02:10.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47732026-05-28T09:02:10.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47742026-05-28T09:02:10.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47752026-05-28T09:02:10.865Z
47762026-05-28T09:02:10.865Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (289/298)
47772026-05-28T09:02:11.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47782026-05-28T09:02:11.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47792026-05-28T09:02:11.665Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47802026-05-28T09:02:12.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
47812026-05-28T09:02:12.539Z
47822026-05-28T09:02:12.539Zinfo: running `cargo check --bins` on omicron-ntp-admin (290/298)
47832026-05-28T09:02:13.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47842026-05-28T09:02:13.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47852026-05-28T09:02:13.215Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47862026-05-28T09:02:13.218Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47872026-05-28T09:02:13.497Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47882026-05-28T09:02:13.500Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47892026-05-28T09:02:14.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
47902026-05-28T09:02:14.488Z
47912026-05-28T09:02:14.488Zinfo: running `cargo check --bins` on ntp-admin-types (291/298)
47922026-05-28T09:02:15.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47932026-05-28T09:02:15.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47942026-05-28T09:02:15.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47952026-05-28T09:02:15.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47962026-05-28T09:02:15.112Z
47972026-05-28T09:02:15.112Zinfo: running `cargo check --bins` on omicron-package (292/298)
47982026-05-28T09:02:15.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47992026-05-28T09:02:15.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48002026-05-28T09:02:15.822Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48012026-05-28T09:02:16.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
48022026-05-28T09:02:17.101Z
48032026-05-28T09:02:17.101Zinfo: running `cargo check --bins` on tqdb (293/298)
48042026-05-28T09:02:17.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48052026-05-28T09:02:17.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48062026-05-28T09:02:17.936Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
48072026-05-28T09:02:18.293Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
48082026-05-28T09:02:18.808Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
48092026-05-28T09:02:18.811Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48102026-05-28T09:02:24.688Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
48112026-05-28T09:02:24.688Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
48122026-05-28T09:02:25.256Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
48132026-05-28T09:02:25.259Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48142026-05-28T09:02:25.259Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48152026-05-28T09:02:25.259Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48162026-05-28T09:02:26.048Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48172026-05-28T09:02:27.006Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48182026-05-28T09:02:27.782Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48192026-05-28T09:02:28.395Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48202026-05-28T09:02:32.833Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48212026-05-28T09:02:39.343Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48222026-05-28T09:02:39.346Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48232026-05-28T09:02:39.346Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48242026-05-28T09:02:39.346Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48252026-05-28T09:02:40.975Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48262026-05-28T09:02:42.390Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48272026-05-28T09:02:43.148Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48282026-05-28T09:02:44.457Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48292026-05-28T09:02:45.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.97s
48302026-05-28T09:02:45.302Z
48312026-05-28T09:02:45.302Zinfo: running `cargo check --bins` on wicket-dbg (294/298)
48322026-05-28T09:02:45.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48332026-05-28T09:02:45.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48342026-05-28T09:02:46.044Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48352026-05-28T09:02:46.046Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48362026-05-28T09:02:46.047Z Checking rtoolbox v0.0.3
48372026-05-28T09:02:46.178Z Checking tui-tree-widget v0.23.1
48382026-05-28T09:02:46.273Z Checking rpassword v7.4.0
48392026-05-28T09:02:47.301Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48402026-05-28T09:02:50.240Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48412026-05-28T09:02:52.060Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48422026-05-28T09:02:52.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.64s
48432026-05-28T09:02:53.159Z
48442026-05-28T09:02:53.159Zinfo: running `cargo check --bins` on wicket (295/298)
48452026-05-28T09:02:53.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48462026-05-28T09:02:53.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48472026-05-28T09:02:53.882Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48482026-05-28T09:02:54.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
48492026-05-28T09:02:54.465Z
48502026-05-28T09:02:54.465Zinfo: running `cargo check --bins` on wicketd (296/298)
48512026-05-28T09:02:55.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48522026-05-28T09:02:55.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48532026-05-28T09:02:55.217Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48542026-05-28T09:02:55.220Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48552026-05-28T09:02:55.220Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48562026-05-28T09:02:55.220Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48572026-05-28T09:02:56.199Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48582026-05-28T09:02:56.770Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48592026-05-28T09:02:59.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
48602026-05-28T09:02:59.918Z
48612026-05-28T09:02:59.918Zinfo: running `cargo check --bins` on omicron-workspace-hack (297/298)
48622026-05-28T09:03:00.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48632026-05-28T09:03:00.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48642026-05-28T09:03:00.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48652026-05-28T09:03:00.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
48662026-05-28T09:03:00.538Z
48672026-05-28T09:03:00.538Zinfo: running `cargo check --bins` on zone-setup (298/298)
48682026-05-28T09:03:01.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48692026-05-28T09:03:01.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48702026-05-28T09:03:01.246Z Checking uzers v0.12.2
48712026-05-28T09:03:01.522Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48722026-05-28T09:03:02.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
48732026-05-28T09:03:02.483Z
48742026-05-28T09:03:02.483Zreal 15:36.398330377
48752026-05-28T09:03:02.483Zuser 22:47.918562136
48762026-05-28T09:03:02.483Zsys 4:43.666309271
48772026-05-28T09:03:02.483Ztrap 0.347835413
48782026-05-28T09:03:02.483Ztflt 0.625150413
48792026-05-28T09:03:02.486Zdflt 1.018135321
48802026-05-28T09:03:02.486Zkflt 0.004957162
48812026-05-28T09:03:02.486Zlock 1:26:33.439064442
48822026-05-28T09:03:02.486Zslp 1:50:43.634283455
48832026-05-28T09:03:02.486Zlat 1:05.508808340
48842026-05-28T09:03:02.486Zstop 4:15.324918714
48852026-05-28T09:03:02.486Zprocess exited: duration 1076762 ms, exit code 0
 
48862026-05-28T09:03:02.492Zfound 0 output files