01M08ED5G8NMWJAVDDF59PZ5X6: 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: 01M08EEWF0KXR9ERQ3TMVZK2Q4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-17T18:07:29.685Zjob assigned to worker 01M08EF4QX3TYTH8MRPPFE996P [factory aws, i-0d0a9185278116121] (queued for 51 s)
 
22026-08-17T18:07:36.198Zstarting task 0: "setup"
32026-08-17T18:07:36.201Z++ uname -s
42026-08-17T18:07:36.205Z+ kern=SunOS
52026-08-17T18:07:36.205Z+ build_user=build
62026-08-17T18:07:36.205Z+ build_uid=12345
72026-08-17T18:07:36.205Z+ work_dir=/work
82026-08-17T18:07:36.205Z+ input_dir=/input
92026-08-17T18:07:36.206Z+ [[ 0 == 12345 ]]
102026-08-17T18:07:36.206Z+ case "$kern" in
112026-08-17T18:07:36.206Z+ groupadd -g 12345 build
122026-08-17T18:07:36.217Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-17T18:07:38.224Z+ zfs create -o mountpoint=/work rpool/work
142026-08-17T18:07:38.287Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-17T18:07:38.291Z+ home_fs=zfs
162026-08-17T18:07:38.291Z+ [[ zfs == autofs ]]
172026-08-17T18:07:38.291Z+ mkdir -p /home/build
182026-08-17T18:07:38.291Z+ chown build:build /home/build /work
192026-08-17T18:07:40.291Z+ chmod 0700 /home/build /work
202026-08-17T18:07:40.295Zprocess exited: duration 4098 ms, exit code 0
 
212026-08-17T18:07:40.301Zstarting task 1: "rust-toolchain"
222026-08-17T18:07:40.306Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-17T18:07:40.306Z * rust toolchain channel = "1.97.1"
242026-08-17T18:07:40.306Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-17T18:07:40.306Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-17T18:07:40.306Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-17T18:07:40.306Z * rust toolchain profile = "default"
282026-08-17T18:07:40.309Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-17T18:07:40.309Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-17T18:07:40.412Zinfo: downloading installer
312026-08-17T18:07:41.766Zwarn: It looks like you have an existing rustup settings file at:
322026-08-17T18:07:41.767Zwarn: /home/build/.rustup/settings.toml
332026-08-17T18:07:41.767Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-17T18:07:41.767Zwarn: instead of the one inferred from the default host triple.
352026-08-17T18:07:41.779Zinfo: profile set to default
362026-08-17T18:07:41.779Zinfo: default host triple is x86_64-unknown-illumos
372026-08-17T18:07:41.783Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-17T18:07:41.908Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-17T18:07:41.911Zinfo: downloading 6 components
402026-08-17T18:07:56.746Z
412026-08-17T18:07:56.746Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-17T18:07:56.773Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-17T18:07:56.773Z
442026-08-17T18:07:56.773Z
452026-08-17T18:07:56.773ZRust is installed now. Great!
462026-08-17T18:07:56.773Z
472026-08-17T18:07:56.773ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-17T18:07:56.773Zenvironment variable. This has not been done automatically.
492026-08-17T18:07:56.773Z
502026-08-17T18:07:56.773ZTo configure your current shell, you need to source
512026-08-17T18:07:56.773Zthe corresponding env file under $HOME/.cargo.
522026-08-17T18:07:56.773Z
532026-08-17T18:07:56.773ZThis is usually done by running one of the following (note the leading DOT):
542026-08-17T18:07:56.776Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-17T18:07:56.776Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-17T18:07:56.776Zsource "~/.cargo/env.nu" # For nushell
572026-08-17T18:07:56.776Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-17T18:07:56.776Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-17T18:07:56.776Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-17T18:07:56.777Zwarn: no default linker (`cc`) was found in your PATH
612026-08-17T18:07:56.777Zwarn: many Rust crates require a system C toolchain to build
622026-08-17T18:07:56.858Z+ rustup --version
632026-08-17T18:07:56.891Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-17T18:07:56.891Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-17T18:07:56.891Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-17T18:07:56.892Z+ cargo --version
672026-08-17T18:07:56.904Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-17T18:07:56.907Z+ rustc --version
692026-08-17T18:07:56.926Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-17T18:07:56.929Zprocess exited: duration 16626 ms, exit code 0
 
712026-08-17T18:07:56.937Zstarting task 2: "authentication"
722026-08-17T18:07:56.952Zprocess exited: duration 16 ms, exit code 0
 
732026-08-17T18:07:56.958Zstarting task 3: "clone repository"
742026-08-17T18:07:56.962Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-17T18:07:56.965Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-17T18:07:56.991ZCloning into '/work/oxidecomputer/omicron'...
772026-08-17T18:08:09.481Z+ cd /work/oxidecomputer/omicron
782026-08-17T18:08:09.481Z+ git fetch origin 30722673bcde6304f78fb9995ac90a3fd0bea657
792026-08-17T18:08:09.812ZFrom https://github.com/oxidecomputer/omicron
802026-08-17T18:08:09.812Z * branch 30722673bcde6304f78fb9995ac90a3fd0bea657 -> FETCH_HEAD
812026-08-17T18:08:09.825Z+ [[ -n avoid-asset-race ]]
822026-08-17T18:08:09.828Z++ git branch --show-current
832026-08-17T18:08:09.828Z+ current=main
842026-08-17T18:08:09.828Z+ [[ main != avoid-asset-race ]]
852026-08-17T18:08:09.828Z+ git branch -f avoid-asset-race 30722673bcde6304f78fb9995ac90a3fd0bea657
862026-08-17T18:08:09.831Z+ git checkout -f avoid-asset-race
872026-08-17T18:08:10.090ZSwitched to branch 'avoid-asset-race'
882026-08-17T18:08:10.093Z+ git reset --hard 30722673bcde6304f78fb9995ac90a3fd0bea657
892026-08-17T18:08:10.109ZHEAD is now at 30722673b hakari!!!!
902026-08-17T18:08:10.112Zprocess exited: duration 13150 ms, exit code 0
 
912026-08-17T18:08:10.119Zstarting task 4: "build"
922026-08-17T18:08:10.123Z+ source .github/buildomat/ci-env.sh
932026-08-17T18:08:10.126Z++ export CARGO_TERM_COLOR=always
942026-08-17T18:08:10.126Z++ CARGO_TERM_COLOR=always
952026-08-17T18:08:10.126Z+++ uname -s
962026-08-17T18:08:10.126Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-17T18:08:10.126Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-17T18:08:10.129Z+ cargo --version
992026-08-17T18:08:10.135Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-17T18:08:10.138Z+ rustc --version
1012026-08-17T18:08:10.157Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-17T18:08:10.160Z+ source ./env.sh
1032026-08-17T18:08:10.160Z++ OLD_SHELL_OPTS=ehxB
1042026-08-17T18:08:10.160Z++ set -o xtrace
1052026-08-17T18:08:10.164Z++++ dirname ./env.sh
1062026-08-17T18:08:10.164Z+++ readlink -f .
1072026-08-17T18:08:11.172Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-17T18:08:11.172Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-08-17T18:08:11.172Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-17T18:08:11.172Z++ 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
1112026-08-17T18:08:11.172Z++ 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
1122026-08-17T18:08:11.172Z++ 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
1132026-08-17T18:08:11.172Z++ 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
1142026-08-17T18:08:11.173Z++ 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
1152026-08-17T18:08:11.173Z++ 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
1162026-08-17T18:08:11.173Z++ 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
1172026-08-17T18:08:11.173Z++ 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
1182026-08-17T18:08:11.173Z++ case $OLD_SHELL_OPTS in
1192026-08-17T18:08:11.173Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-17T18:08:11.173Z+ 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
1212026-08-17T18:08:11.173Z+ 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
1222026-08-17T18:08:11.173Z+ banner prerequisites
1232026-08-17T18:08:11.173Z
1242026-08-17T18:08:11.173Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-17T18:08:11.173Z # # # # # # # # # # # # # # #
1262026-08-17T18:08:11.173Z # # # # ##### # # ##### # # # # # #### #
1272026-08-17T18:08:11.173Z ##### ##### # ##### # # # # # # # # #
1282026-08-17T18:08:11.173Z # # # # # # # # # # # # # # #
1292026-08-17T18:08:11.173Z # # # ###### # # ###### ### # #### # #### #
1302026-08-17T18:08:11.173Z
1312026-08-17T18:08:11.173Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-17T18:08:12.190Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-17T18:08:12.507Z Startup: Caching catalogs ... Done
1342026-08-17T18:08:14.235ZPlanning: Solver setup ... Done (1.626s)
1352026-08-17T18:08:14.289ZPlanning: Running solver ... Done (0.054s)
1362026-08-17T18:08:14.326ZPlanning: Finding local manifests ... Done (0.002s)
1372026-08-17T18:08:14.338ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-17T18:08:14.357ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-17T18:08:14.371ZPlanning: Package planning ... Done (0.014s)
1402026-08-17T18:08:14.374ZPlanning: Merging actions ... Done (0.001s)
1412026-08-17T18:08:14.531ZPlanning: Checking for conflicting actions ... Done (0.158s)
1422026-08-17T18:08:14.535ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-17T18:08:15.162ZPlanning: Evaluating mediators ... Done (0.630s)
1442026-08-17T18:08:15.165ZPlanning: Planning completed in 2.62 seconds
1452026-08-17T18:08:15.170Z Packages to install: 2
1462026-08-17T18:08:15.170Z Estimated space available: 156.01 GB
1472026-08-17T18:08:15.170ZEstimated space to be consumed: 69.36 MB
1482026-08-17T18:08:15.170Z Create boot environment: No
1492026-08-17T18:08:15.174ZCreate backup boot environment: No
1502026-08-17T18:08:15.174Z Rebuild boot archive: No
1512026-08-17T18:08:15.174Z
1522026-08-17T18:08:15.174ZChanged packages:
1532026-08-17T18:08:15.174Zhelios
1542026-08-17T18:08:15.174Z developer/build-essential
1552026-08-17T18:08:15.174Z None -> 11-3.0
1562026-08-17T18:08:15.174Z library/libxmlsec1
1572026-08-17T18:08:15.174Z None -> 1.2.35-3.0
1582026-08-17T18:08:15.193Z
1592026-08-17T18:08:15.193ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-17T18:08:15.269ZDownload: Completed 1.28 MB in 0.08 seconds (16.7M/s)
1612026-08-17T18:08:15.325Z Actions: 1/268 actions (Installing new actions)
1622026-08-17T18:08:15.362Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-17T18:08:15.391ZFinalize: Updating package state database ... Done (0.028s)
1642026-08-17T18:08:15.391ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-17T18:08:15.465ZFinalize: Updating image state ... Done (0.074s)
1662026-08-17T18:08:17.825ZFinalize: Creating fast lookup database ... Done (2.314s)
1672026-08-17T18:08:17.892ZFinalize: Reading search index ... Done (0.012s)
1682026-08-17T18:08:17.896ZFinalize: Updating search index ... Done (0.000s)
1692026-08-17T18:08:17.980ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-17T18:08:18.332ZPlanning: Evaluating mediator changes ... Done
1712026-08-17T18:08:18.435ZPlanning: Checking for conflicting actions ... Done
1722026-08-17T18:08:18.439ZPlanning: Consolidating action changes ... Done
1732026-08-17T18:08:18.591ZPlanning: Evaluating mediators ... Done
1742026-08-17T18:08:18.595ZPlanning: Planning completed in 0.26 seconds
1752026-08-17T18:08:18.619Z Mediators to change: 2
1762026-08-17T18:08:18.619Z Create boot environment: No
1772026-08-17T18:08:18.619ZCreate backup boot environment: No
1782026-08-17T18:08:18.678ZFinalize: Updating package state database ... Done
1792026-08-17T18:08:18.678ZFinalize: Updating package cache ... Done
1802026-08-17T18:08:18.722ZFinalize: Updating image state ... Done
1812026-08-17T18:08:20.657ZFinalize: Creating fast lookup database ... Done
1822026-08-17T18:08:20.719ZFinalize: Reading search index ... Done
1832026-08-17T18:08:20.722ZFinalize: Updating search index ... Done
1842026-08-17T18:08:20.823ZFinalize: Updating package cache ... Done
1852026-08-17T18:08:21.108ZPlanning: Evaluating mediator changes ... Done
1862026-08-17T18:08:21.212ZPlanning: Checking for conflicting actions ... Done
1872026-08-17T18:08:21.215ZPlanning: Consolidating action changes ... Done
1882026-08-17T18:08:21.369ZPlanning: Evaluating mediators ... Done
1892026-08-17T18:08:21.372ZPlanning: Planning completed in 0.26 seconds
1902026-08-17T18:08:21.392Z Mediators to change: 1
1912026-08-17T18:08:21.392Z Create boot environment: No
1922026-08-17T18:08:21.392ZCreate backup boot environment: No
1932026-08-17T18:08:21.447ZFinalize: Updating package state database ... Done
1942026-08-17T18:08:21.448ZFinalize: Updating package cache ... Done
1952026-08-17T18:08:21.492ZFinalize: Updating image state ... Done
1962026-08-17T18:08:23.424ZFinalize: Creating fast lookup database ... Done
1972026-08-17T18:08:23.486ZFinalize: Reading search index ... Done
1982026-08-17T18:08:23.490ZFinalize: Updating search index ... Done
1992026-08-17T18:08:23.560ZFinalize: Updating package cache ... Done
2002026-08-17T18:08:23.871ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-17T18:08:23.871Zapache system 2.4 system
2022026-08-17T18:08:23.871Zclang system 15 system
2032026-08-17T18:08:23.872Zcsh system system illumos
2042026-08-17T18:08:23.872Zctags system system illumos
2052026-08-17T18:08:23.872Zfile vendor vendor darwinsys
2062026-08-17T18:08:23.872Zfile system system illumos
2072026-08-17T18:08:23.872Zgcc vendor 14 vendor
2082026-08-17T18:08:23.872Zgcc system 13 system
2092026-08-17T18:08:23.872Zgcc system 10 system
2102026-08-17T18:08:23.872Zgo system 1.25 system
2112026-08-17T18:08:23.872Zllvm system 15 system
2122026-08-17T18:08:23.872Zmariadb system 11.4 system
2132026-08-17T18:08:23.872Zmta vendor vendor dma
2142026-08-17T18:08:23.872Zopenjdk system 17 system
2152026-08-17T18:08:23.872Zopenjdk system 11 system
2162026-08-17T18:08:23.872Zopenssl vendor 3 vendor
2172026-08-17T18:08:23.872Zperl system 5.40 system
2182026-08-17T18:08:23.873Zpostgresql system 18 system
2192026-08-17T18:08:23.873Zpostgresql system 17 system
2202026-08-17T18:08:23.873Zpython vendor 3 vendor
2212026-08-17T18:08:23.873Zpython system 2 system
2222026-08-17T18:08:23.873Zpython3 vendor 3.13 vendor
2232026-08-17T18:08:23.873Zruby system 3.4 system
2242026-08-17T18:08:23.873Zruby system 3.0 system
2252026-08-17T18:08:23.873Zwords vendor vendor american-english
2262026-08-17T18:08:23.873Zwords system system australian-english
2272026-08-17T18:08:23.873Zwords system system british-english
2282026-08-17T18:08:23.873Zwords system system canadian-english
2292026-08-17T18:08:23.873Zwords system system french
2302026-08-17T18:08:23.873Zwords system system italian
2312026-08-17T18:08:23.873Zwords system system ngerman
2322026-08-17T18:08:23.873Zwords system system ogerman
2332026-08-17T18:08:23.873Zwords system system spanish
2342026-08-17T18:08:24.119ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-17T18:08:24.119Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-17T18:08:24.558ZFMRI IFO
2372026-08-17T18:08:24.558Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-17T18:08:24.558Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-17T18:08:24.558Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-17T18:08:24.558Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-17T18:08:24.558Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-17T18:08:24.558Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-17T18:08:24.558Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-17T18:08:24.558Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-17T18:08:24.558Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-17T18:08:24.873Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-17T18:08:25.178Z Updating crates.io index
2482026-08-17T18:08:25.181Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-17T18:08:25.494Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-17T18:08:25.963Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-17T18:08:27.055Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-17T18:08:27.672Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-17T18:08:29.827Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-17T18:08:30.684Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-17T18:08:31.040Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-17T18:08:31.438Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-17T18:08:32.661Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-17T18:08:32.999Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-17T18:08:33.353Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-17T18:08:33.980Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-17T18:08:34.279Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-17T18:08:34.609Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-17T18:08:34.948Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-17T18:08:35.247Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-17T18:08:35.597Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2662026-08-17T18:08:36.300Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-17T18:08:36.818Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-08-17T18:08:37.213Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2692026-08-17T18:08:37.733Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-08-17T18:08:38.092Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-08-17T18:08:38.636Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2722026-08-17T18:08:39.002Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-08-17T18:08:39.307Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-08-17T18:08:39.753Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-08-17T18:08:40.321Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2762026-08-17T18:08:40.807Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2772026-08-17T18:08:41.204Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782026-08-17T18:08:41.478Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-08-17T18:08:41.826Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-08-17T18:08:42.247Z Updating git repository `https://github.com/oxidecomputer/tough`
2812026-08-17T18:08:42.882Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-08-17T18:08:43.496Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-08-17T18:08:43.787Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-17T18:08:44.115Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-08-17T18:08:44.854Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-08-17T18:08:45.110Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-08-17T18:08:45.388Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-08-17T18:08:45.708Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-08-17T18:08:46.014Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-08-17T18:08:49.093Z Downloading crates ...
2912026-08-17T18:08:49.142Z Downloaded cargo-platform v0.3.2
2922026-08-17T18:08:49.160Z Downloaded smawk v0.3.2
2932026-08-17T18:08:49.163Z Downloaded zmij v1.0.21
2942026-08-17T18:08:49.163Z Downloaded serde_spanned v0.6.9
2952026-08-17T18:08:49.166Z Downloaded anstyle-query v1.1.5
2962026-08-17T18:08:49.169Z Downloaded cfg-if v1.0.4
2972026-08-17T18:08:49.169Z Downloaded heck v0.5.0
2982026-08-17T18:08:49.169Z Downloaded generic-array v0.14.7
2992026-08-17T18:08:49.169Z Downloaded anstyle-parse v1.0.0
3002026-08-17T18:08:49.172Z Downloaded byteorder v1.5.0
3012026-08-17T18:08:49.172Z Downloaded colorchoice v1.0.4
3022026-08-17T18:08:49.172Z Downloaded fnv v1.0.7
3032026-08-17T18:08:49.175Z Downloaded anstream v1.0.0
3042026-08-17T18:08:49.175Z Downloaded anstyle v1.0.14
3052026-08-17T18:08:49.175Z Downloaded cpufeatures v0.2.17
3062026-08-17T18:08:49.178Z Downloaded heck v0.4.1
3072026-08-17T18:08:49.178Z Downloaded is_terminal_polyfill v1.70.2
3082026-08-17T18:08:49.178Z Downloaded memmap v0.7.0
3092026-08-17T18:08:49.178Z Downloaded zerocopy v0.7.35
3102026-08-17T18:08:49.185Z Downloaded errno v0.3.14
3112026-08-17T18:08:49.188Z Downloaded cargo_metadata v0.23.1
3122026-08-17T18:08:49.188Z Downloaded cargo_toml v0.21.0
3132026-08-17T18:08:49.188Z Downloaded indexmap v2.14.0
3142026-08-17T18:08:49.191Z Downloaded dtrace-parser v0.2.0
3152026-08-17T18:08:49.192Z Downloaded macaddr v1.0.1
3162026-08-17T18:08:49.192Z Downloaded block-buffer v0.10.4
3172026-08-17T18:08:49.195Z Downloaded itoa v1.0.17
3182026-08-17T18:08:49.195Z Downloaded version_check v0.9.5
3192026-08-17T18:08:49.198Z Downloaded digest v0.10.7
3202026-08-17T18:08:49.198Z Downloaded dof v0.3.0
3212026-08-17T18:08:49.203Z Downloaded terminal_size v0.4.3
3222026-08-17T18:08:49.206Z Downloaded clap_lex v1.0.0
3232026-08-17T18:08:49.206Z Downloaded fastrand v2.3.0
3242026-08-17T18:08:49.206Z Downloaded scroll_derive v0.12.1
3252026-08-17T18:08:49.209Z Downloaded crypto-common v0.1.7
3262026-08-17T18:08:49.212Z Downloaded unicode-linebreak v0.1.5
3272026-08-17T18:08:49.219Z Downloaded bytecount v0.6.9
3282026-08-17T18:08:49.222Z Downloaded autocfg v1.5.0
3292026-08-17T18:08:49.222Z Downloaded thiserror-impl v1.0.69
3302026-08-17T18:08:49.225Z Downloaded equivalent v1.0.2
3312026-08-17T18:08:49.228Z Downloaded proc-macro-error-attr v1.0.4
3322026-08-17T18:08:49.231Z Downloaded usdt-macro v0.5.0
3332026-08-17T18:08:49.234Z Downloaded utf8parse v0.2.2
3342026-08-17T18:08:49.237Z Downloaded toml_datetime v0.6.11
3352026-08-17T18:08:49.240Z Downloaded tabled_derive v0.7.0
3362026-08-17T18:08:49.240Z Downloaded usdt v0.5.0
3372026-08-17T18:08:49.244Z Downloaded pretty-hex v0.4.1
3382026-08-17T18:08:49.247Z Downloaded usdt-attr-macro v0.5.0
3392026-08-17T18:08:49.248Z Downloaded thread-id v4.2.2
3402026-08-17T18:08:49.248Z Downloaded plain v0.2.3
3412026-08-17T18:08:49.251Z Downloaded swrite v0.1.0
3422026-08-17T18:08:49.258Z Downloaded zerocopy-derive v0.7.35
3432026-08-17T18:08:49.261Z Downloaded camino-tempfile v1.4.1
3442026-08-17T18:08:49.261Z Downloaded pest_derive v2.8.6
3452026-08-17T18:08:49.264Z Downloaded thiserror v2.0.18
3462026-08-17T18:08:49.267Z Downloaded clap_derive v4.6.1
3472026-08-17T18:08:49.267Z Downloaded pest v2.8.6
3482026-08-17T18:08:49.270Z Downloaded sha2 v0.10.9
3492026-08-17T18:08:49.270Z Downloaded scroll v0.12.0
3502026-08-17T18:08:49.270Z Downloaded getrandom v0.4.1
3512026-08-17T18:08:49.273Z Downloaded papergrid v0.11.0
3522026-08-17T18:08:49.282Z Downloaded quote v1.0.45
3532026-08-17T18:08:49.288Z Downloaded proc-macro-error v1.0.4
3542026-08-17T18:08:49.292Z Downloaded strsim v0.11.1
3552026-08-17T18:08:49.292Z Downloaded thiserror v1.0.69
3562026-08-17T18:08:49.295Z Downloaded serde_tokenstream v0.2.3
3572026-08-17T18:08:49.295Z Downloaded thiserror-impl v2.0.18
3582026-08-17T18:08:49.302Z Downloaded usdt-impl v0.5.0
3592026-08-17T18:08:49.305Z Downloaded tempfile v3.25.0
3602026-08-17T18:08:49.308Z Downloaded fs-err v3.3.0
3612026-08-17T18:08:49.311Z Downloaded anyhow v1.0.102
3622026-08-17T18:08:49.315Z Downloaded once_cell v1.21.3
3632026-08-17T18:08:49.319Z Downloaded toml v0.8.23
3642026-08-17T18:08:49.322Z Downloaded toml_write v0.1.2
3652026-08-17T18:08:49.322Z Downloaded pest_generator v2.8.6
3662026-08-17T18:08:49.322Z Downloaded bitflags v2.11.0
3672026-08-17T18:08:49.326Z Downloaded ucd-trie v0.1.7
3682026-08-17T18:08:49.335Z Downloaded clap v4.6.1
3692026-08-17T18:08:49.340Z Downloaded pest_meta v2.8.6
3702026-08-17T18:08:49.343Z Downloaded semver v1.0.28
3712026-08-17T18:08:49.343Z Downloaded log v0.4.29
3722026-08-17T18:08:49.346Z Downloaded textwrap v0.16.2
3732026-08-17T18:08:49.346Z Downloaded unicode-ident v1.0.24
3742026-08-17T18:08:49.349Z Downloaded proc-macro2 v1.0.106
3752026-08-17T18:08:49.352Z Downloaded serde_derive v1.0.228
3762026-08-17T18:08:49.359Z Downloaded serde_core v1.0.228
3772026-08-17T18:08:49.362Z Downloaded toml_edit v0.22.27
3782026-08-17T18:08:49.365Z Downloaded camino v1.2.2
3792026-08-17T18:08:49.377Z Downloaded serde v1.0.228
3802026-08-17T18:08:49.389Z Downloaded memchr v2.8.0
3812026-08-17T18:08:49.404Z Downloaded hashbrown v0.17.0
3822026-08-17T18:08:49.407Z Downloaded typenum v1.20.1
3832026-08-17T18:08:49.437Z Downloaded serde_json v1.0.151
3842026-08-17T18:08:49.446Z Downloaded clap_builder v4.6.0
3852026-08-17T18:08:49.457Z Downloaded goblin v0.8.2
3862026-08-17T18:08:49.461Z Downloaded winnow v0.7.14
3872026-08-17T18:08:49.465Z Downloaded tabled v0.15.0
3882026-08-17T18:08:49.485Z Downloaded syn v1.0.109
3892026-08-17T18:08:49.490Z Downloaded unicode-width v0.2.0
3902026-08-17T18:08:49.495Z Downloaded unicode-width v0.1.14
3912026-08-17T18:08:49.499Z Downloaded syn v2.0.117
3922026-08-17T18:08:49.511Z Downloaded rustix v1.1.3
3932026-08-17T18:08:49.539Z Downloaded libc v0.2.185
3942026-08-17T18:08:49.601Z Compiling proc-macro2 v1.0.106
3952026-08-17T18:08:49.602Z Compiling quote v1.0.45
3962026-08-17T18:08:49.602Z Compiling unicode-ident v1.0.24
3972026-08-17T18:08:49.602Z Compiling serde_core v1.0.228
3982026-08-17T18:08:49.602Z Compiling libc v0.2.185
3992026-08-17T18:08:49.605Z Compiling version_check v0.9.5
4002026-08-17T18:08:49.605Z Compiling memchr v2.8.0
4012026-08-17T18:08:49.781Z Compiling serde v1.0.228
4022026-08-17T18:08:49.963Z Compiling zmij v1.0.21
4032026-08-17T18:08:50.172Z Compiling itoa v1.0.17
4042026-08-17T18:08:50.235Z Compiling thiserror v1.0.69
4052026-08-17T18:08:50.365Z Compiling ucd-trie v0.1.7
4062026-08-17T18:08:50.394Z Compiling rustix v1.1.3
4072026-08-17T18:08:50.581Z Compiling pest v2.8.6
4082026-08-17T18:08:50.627Z Compiling byteorder v1.5.0
4092026-08-17T18:08:50.706Z Compiling errno v0.3.14
4102026-08-17T18:08:50.854Z Compiling bitflags v2.11.0
4112026-08-17T18:08:50.937Z Compiling serde_json v1.0.151
4122026-08-17T18:08:51.059Z Compiling syn v2.0.117
4132026-08-17T18:08:51.119Z Compiling thread-id v4.2.2
4142026-08-17T18:08:51.170Z Compiling proc-macro-error-attr v1.0.4
4152026-08-17T18:08:51.186Z Compiling usdt-impl v0.5.0
4162026-08-17T18:08:51.201Z Compiling camino v1.2.2
4172026-08-17T18:08:51.357Z Compiling syn v1.0.109
4182026-08-17T18:08:51.550Z Compiling proc-macro-error v1.0.4
4192026-08-17T18:08:51.568Z Compiling hashbrown v0.17.0
4202026-08-17T18:08:51.656Z Compiling pest_meta v2.8.6
4212026-08-17T18:08:51.785Z Compiling log v0.4.29
4222026-08-17T18:08:51.811Z Compiling getrandom v0.4.1
4232026-08-17T18:08:52.041Z Compiling equivalent v1.0.2
4242026-08-17T18:08:52.111Z Compiling plain v0.2.3
4252026-08-17T18:08:52.137Z Compiling utf8parse v0.2.2
4262026-08-17T18:08:52.204Z Compiling indexmap v2.14.0
4272026-08-17T18:08:52.223Z Compiling terminal_size v0.4.3
4282026-08-17T18:08:52.255Z Compiling anstyle-parse v1.0.0
4292026-08-17T18:08:52.818Z Compiling autocfg v1.5.0
4302026-08-17T18:08:52.888Z Compiling anstyle v1.0.14
4312026-08-17T18:08:52.930Z Compiling anstyle-query v1.1.5
4322026-08-17T18:08:52.971Z Compiling cfg-if v1.0.4
4332026-08-17T18:08:53.047Z Compiling colorchoice v1.0.4
4342026-08-17T18:08:53.064Z Compiling toml_write v0.1.2
4352026-08-17T18:08:53.113Z Compiling pretty-hex v0.4.1
4362026-08-17T18:08:53.153Z Compiling winnow v0.7.14
4372026-08-17T18:08:53.170Z Compiling is_terminal_polyfill v1.70.2
4382026-08-17T18:08:53.242Z Compiling pest_generator v2.8.6
4392026-08-17T18:08:53.245Z Compiling thiserror v2.0.18
4402026-08-17T18:08:53.275Z Compiling anstream v1.0.0
4412026-08-17T18:08:53.275Z Compiling fs-err v3.3.0
4422026-08-17T18:08:53.617Z Compiling clap_lex v1.0.0
4432026-08-17T18:08:53.690Z Compiling strsim v0.11.1
4442026-08-17T18:08:53.842Z Compiling fastrand v2.3.0
4452026-08-17T18:08:53.859Z Compiling fnv v1.0.7
4462026-08-17T18:08:53.859Z Compiling heck v0.4.1
4472026-08-17T18:08:53.966Z Compiling anyhow v1.0.102
4482026-08-17T18:08:54.002Z Compiling unicode-width v0.1.14
4492026-08-17T18:08:54.045Z Compiling heck v0.5.0
4502026-08-17T18:08:54.108Z Compiling bytecount v0.6.9
4512026-08-17T18:08:54.112Z Compiling once_cell v1.21.3
4522026-08-17T18:08:54.253Z Compiling papergrid v0.11.0
4532026-08-17T18:08:54.279Z Compiling clap_builder v4.6.0
4542026-08-17T18:08:54.344Z Compiling tempfile v3.25.0
4552026-08-17T18:08:54.394Z Compiling tabled_derive v0.7.0
4562026-08-17T18:08:54.413Z Compiling cargo-platform v0.3.2
4572026-08-17T18:08:54.512Z Compiling semver v1.0.28
4582026-08-17T18:08:54.685Z Compiling memmap v0.7.0
4592026-08-17T18:08:54.708Z Compiling smawk v0.3.2
4602026-08-17T18:08:54.726Z Compiling unicode-linebreak v0.1.5
4612026-08-17T18:08:54.835Z Compiling unicode-width v0.2.0
4622026-08-17T18:08:54.852Z Compiling camino-tempfile v1.4.1
4632026-08-17T18:08:54.932Z Compiling serde_derive v1.0.228
4642026-08-17T18:08:54.969Z Compiling thiserror-impl v1.0.69
4652026-08-17T18:08:55.088Z Compiling zerocopy-derive v0.7.35
4662026-08-17T18:08:55.113Z Compiling pest_derive v2.8.6
4672026-08-17T18:08:55.219Z Compiling scroll_derive v0.12.1
4682026-08-17T18:08:55.313Z Compiling thiserror-impl v2.0.18
4692026-08-17T18:08:55.556Z Compiling clap_derive v4.6.1
4702026-08-17T18:08:55.680Z Compiling tabled v0.15.0
4712026-08-17T18:08:55.909Z Compiling scroll v0.12.0
4722026-08-17T18:08:55.966Z Compiling zerocopy v0.7.35
4732026-08-17T18:08:56.158Z Compiling goblin v0.8.2
4742026-08-17T18:08:56.323Z Compiling dtrace-parser v0.2.0
4752026-08-17T18:08:56.602Z Compiling textwrap v0.16.2
4762026-08-17T18:08:57.078Z Compiling swrite v0.1.0
4772026-08-17T18:08:57.311Z Compiling clap v4.6.1
4782026-08-17T18:08:57.990Z Compiling serde_spanned v0.6.9
4792026-08-17T18:08:57.990Z Compiling toml_datetime v0.6.11
4802026-08-17T18:08:58.006Z Compiling macaddr v1.0.1
4812026-08-17T18:08:58.006Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-08-17T18:08:58.006Z Compiling cargo_metadata v0.23.1
4832026-08-17T18:08:58.064Z Compiling dof v0.3.0
4842026-08-17T18:08:58.081Z Compiling serde_tokenstream v0.2.3
4852026-08-17T18:08:58.205Z Compiling toml_edit v0.22.27
4862026-08-17T18:08:58.910Z Compiling usdt-macro v0.5.0
4872026-08-17T18:08:58.910Z Compiling usdt-attr-macro v0.5.0
4882026-08-17T18:08:59.507Z Compiling usdt v0.5.0
4892026-08-17T18:08:59.588Z Compiling toml v0.8.23
4902026-08-17T18:08:59.941Z Compiling cargo_toml v0.21.0
4912026-08-17T18:09:01.177Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-17T18:09:03.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.47s
4932026-08-17T18:09:03.394Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-17T18:09:03.908Z Downloading crates ...
4952026-08-17T18:09:03.957Z Downloaded adler2 v2.0.1
4962026-08-17T18:09:03.968Z Downloaded convert_case v0.4.0
4972026-08-17T18:09:03.971Z Downloaded base64ct v1.8.3
4982026-08-17T18:09:03.974Z Downloaded bit-vec v0.8.0
4992026-08-17T18:09:03.974Z Downloaded endian-type v0.1.2
5002026-08-17T18:09:03.977Z Downloaded cfg_aliases v0.1.1
5012026-08-17T18:09:03.977Z Downloaded aes-gcm v0.11.0
5022026-08-17T18:09:03.977Z Downloaded enum_dispatch v0.3.13
5032026-08-17T18:09:03.981Z Downloaded async-recursion v1.1.1
5042026-08-17T18:09:03.984Z Downloaded ascii-canvas v3.0.0
5052026-08-17T18:09:03.984Z Downloaded async-stream v0.3.6
5062026-08-17T18:09:03.984Z Downloaded bitfield-macros v0.19.4
5072026-08-17T18:09:03.987Z Downloaded async-trait v0.1.89
5082026-08-17T18:09:03.990Z Downloaded atty v0.2.14
5092026-08-17T18:09:03.990Z Downloaded block-padding v0.4.2
5102026-08-17T18:09:03.990Z Downloaded cfg_aliases v0.2.1
5112026-08-17T18:09:03.990Z Downloaded array-init v0.0.4
5122026-08-17T18:09:03.990Z Downloaded assert_matches v1.5.0
5132026-08-17T18:09:03.993Z Downloaded bit-set v0.8.0
5142026-08-17T18:09:03.997Z Downloaded ahash v0.8.12
5152026-08-17T18:09:04.000Z Downloaded arrayvec v0.7.6
5162026-08-17T18:09:04.000Z Downloaded arrayref v0.3.9
5172026-08-17T18:09:04.000Z Downloaded flagset v0.4.7
5182026-08-17T18:09:04.000Z Downloaded foreign-types-shared v0.3.1
5192026-08-17T18:09:04.000Z Downloaded fxhash v0.2.1
5202026-08-17T18:09:04.003Z Downloaded aead v0.5.2
5212026-08-17T18:09:04.003Z Downloaded bb8 v0.8.6
5222026-08-17T18:09:04.006Z Downloaded bcrypt-pbkdf v0.11.0
5232026-08-17T18:09:04.006Z Downloaded form_urlencoded v1.2.2
5242026-08-17T18:09:04.006Z Downloaded futures-io v0.3.32
5252026-08-17T18:09:04.006Z Downloaded getrandom v0.3.4
5262026-08-17T18:09:04.011Z Downloaded git-stub v1.0.0
5272026-08-17T18:09:04.011Z Downloaded float-ord v0.3.2
5282026-08-17T18:09:04.011Z Downloaded futures v0.3.32
5292026-08-17T18:09:04.011Z Downloaded futures-macro v0.3.32
5302026-08-17T18:09:04.011Z Downloaded async-stream-impl v0.3.6
5312026-08-17T18:09:04.011Z Downloaded base16ct v1.0.0
5322026-08-17T18:09:04.014Z Downloaded bit-set v0.5.3
5332026-08-17T18:09:04.014Z Downloaded bzip2 v0.6.1
5342026-08-17T18:09:04.014Z Downloaded aead v0.6.1
5352026-08-17T18:09:04.014Z Downloaded argon2 v0.6.0-rc.8
5362026-08-17T18:09:04.017Z Downloaded ff v0.14.0
5372026-08-17T18:09:04.017Z Downloaded futures-executor v0.3.32
5382026-08-17T18:09:04.017Z Downloaded futures-sink v0.3.32
5392026-08-17T18:09:04.017Z Downloaded bitfield-struct v0.6.2
5402026-08-17T18:09:04.017Z Downloaded funty v2.0.0
5412026-08-17T18:09:04.020Z Downloaded gethostname v0.5.0
5422026-08-17T18:09:04.020Z Downloaded foreign-types v0.5.0
5432026-08-17T18:09:04.023Z Downloaded fatfs v0.3.6
5442026-08-17T18:09:04.023Z Downloaded float-cmp v0.10.0
5452026-08-17T18:09:04.023Z Downloaded fs-err v2.11.0
5462026-08-17T18:09:04.028Z Downloaded generic-array v1.4.3
5472026-08-17T18:09:04.028Z Downloaded base16ct v0.2.0
5482026-08-17T18:09:04.028Z Downloaded async-bb8-diesel v0.2.1
5492026-08-17T18:09:04.031Z Downloaded foldhash v0.2.0
5502026-08-17T18:09:04.031Z Downloaded futures-task v0.3.32
5512026-08-17T18:09:04.031Z Downloaded bcs v0.1.6
5522026-08-17T18:09:04.031Z Downloaded cexpr v0.6.0
5532026-08-17T18:09:04.035Z Downloaded fallible-iterator v0.2.0
5542026-08-17T18:09:04.036Z Downloaded atomicwrites v0.4.4
5552026-08-17T18:09:04.036Z Downloaded bit-vec v0.6.3
5562026-08-17T18:09:04.036Z Downloaded bitfield v0.19.4
5572026-08-17T18:09:04.036Z Downloaded chacha20 v0.9.1
5582026-08-17T18:09:04.039Z Downloaded colored v3.1.1
5592026-08-17T18:09:04.039Z Downloaded ghash v0.6.0
5602026-08-17T18:09:04.039Z Downloaded hostname v0.4.2
5612026-08-17T18:09:04.039Z Downloaded enum-as-inner v0.6.1
5622026-08-17T18:09:04.039Z Downloaded fd-lock v4.0.4
5632026-08-17T18:09:04.042Z Downloaded foreign-types-shared v0.1.1
5642026-08-17T18:09:04.042Z Downloaded fixedbitset v0.5.7
5652026-08-17T18:09:04.042Z Downloaded futures-channel v0.3.32
5662026-08-17T18:09:04.042Z Downloaded futures-core v0.3.32
5672026-08-17T18:09:04.045Z Downloaded block-buffer v0.12.1
5682026-08-17T18:09:04.045Z Downloaded glob v0.3.3
5692026-08-17T18:09:04.045Z Downloaded foreign-types-macros v0.2.3
5702026-08-17T18:09:04.045Z Downloaded castaway v0.2.4
5712026-08-17T18:09:04.045Z Downloaded globwalk v0.9.1
5722026-08-17T18:09:04.045Z Downloaded atomic-waker v1.1.2
5732026-08-17T18:09:04.048Z Downloaded cobs v0.3.0
5742026-08-17T18:09:04.049Z Downloaded hyper-tls v0.6.0
5752026-08-17T18:09:04.049Z Downloaded http-range v0.1.5
5762026-08-17T18:09:04.081Z Downloaded compression-core v0.4.31
5772026-08-17T18:09:04.085Z Downloaded foreign-types v0.3.2
5782026-08-17T18:09:04.086Z Downloaded headers-core v0.3.0
5792026-08-17T18:09:04.086Z Downloaded num-conv v0.2.0
5802026-08-17T18:09:04.086Z Downloaded num v0.4.3
5812026-08-17T18:09:04.086Z Downloaded num-derive v0.4.2
5822026-08-17T18:09:04.086Z Downloaded hex v0.4.3
5832026-08-17T18:09:04.086Z Downloaded hubpack_derive v0.1.1
5842026-08-17T18:09:04.086Z Downloaded num_enum_derive v0.5.11
5852026-08-17T18:09:04.086Z Downloaded cmake v0.1.57
5862026-08-17T18:09:04.086Z Downloaded ff v0.13.1
5872026-08-17T18:09:04.086Z Downloaded fixedbitset v0.4.2
5882026-08-17T18:09:04.086Z Downloaded opaque-debug v0.3.1
5892026-08-17T18:09:04.086Z Downloaded ciborium-io v0.2.2
5902026-08-17T18:09:04.086Z Downloaded ciborium-ll v0.2.2
5912026-08-17T18:09:04.086Z Downloaded hash32 v0.3.1
5922026-08-17T18:09:04.086Z Downloaded cassowary v0.3.0
5932026-08-17T18:09:04.086Z Downloaded http-body v1.0.1
5942026-08-17T18:09:04.086Z Downloaded env_filter v1.0.0
5952026-08-17T18:09:04.086Z Downloaded home v0.5.12
5962026-08-17T18:09:04.086Z Downloaded openssl-probe v0.2.1
5972026-08-17T18:09:04.089Z Downloaded hash32 v0.2.1
5982026-08-17T18:09:04.089Z Downloaded path-slash v0.1.5
5992026-08-17T18:09:04.090Z Downloaded httpdate v1.0.3
6002026-08-17T18:09:04.094Z Downloaded hubpack v0.1.2
6012026-08-17T18:09:04.101Z Downloaded hostname v0.3.1
6022026-08-17T18:09:04.105Z Downloaded proc-macro-crate v1.3.1
6032026-08-17T18:09:04.105Z Downloaded proc-macro-crate v3.4.0
6042026-08-17T18:09:04.109Z Downloaded byte-wrapper v0.1.0
6052026-08-17T18:09:04.109Z Downloaded anstream v0.6.21
6062026-08-17T18:09:04.109Z Downloaded backoff v0.4.0
6072026-08-17T18:09:04.109Z Downloaded bitflags v1.3.2
6082026-08-17T18:09:04.112Z Downloaded cbc v0.2.1
6092026-08-17T18:09:04.112Z Downloaded erased-serde v0.3.31
6102026-08-17T18:09:04.112Z Downloaded http-body-util v0.1.3
6112026-08-17T18:09:04.115Z Downloaded anstyle-parse v0.2.7
6122026-08-17T18:09:04.118Z Downloaded bs58 v0.5.1
6132026-08-17T18:09:04.118Z Downloaded blowfish v0.10.0
6142026-08-17T18:09:04.118Z Downloaded compression-codecs v0.4.37
6152026-08-17T18:09:04.122Z Downloaded foldhash v0.1.5
6162026-08-17T18:09:04.122Z Downloaded humantime v2.3.0
6172026-08-17T18:09:04.122Z Downloaded filetime v0.2.27
6182026-08-17T18:09:04.125Z Downloaded constant_time_eq v0.4.2
6192026-08-17T18:09:04.125Z Downloaded recursive-proc-macro-impl v0.1.1
6202026-08-17T18:09:04.125Z Downloaded rustc_version v0.1.7
6212026-08-17T18:09:04.125Z Downloaded same-file v1.0.6
6222026-08-17T18:09:04.125Z Downloaded rand_xorshift v0.4.0
6232026-08-17T18:09:04.125Z Downloaded recursive v0.1.1
6242026-08-17T18:09:04.129Z Downloaded env_logger v0.11.9
6252026-08-17T18:09:04.129Z Downloaded hyper-rustls v0.27.7
6262026-08-17T18:09:04.129Z Downloaded group v0.13.0
6272026-08-17T18:09:04.132Z Downloaded serde_bytes v0.11.19
6282026-08-17T18:09:04.132Z Downloaded scopeguard v1.2.0
6292026-08-17T18:09:04.132Z Downloaded signature v3.0.0
6302026-08-17T18:09:04.132Z Downloaded sigpipe v0.1.3
6312026-08-17T18:09:04.136Z Downloaded cipher v0.4.4
6322026-08-17T18:09:04.136Z Downloaded buf-list v1.1.2
6332026-08-17T18:09:04.139Z Downloaded blake2 v0.10.6
6342026-08-17T18:09:04.139Z Downloaded strip-ansi-escapes v0.2.1
6352026-08-17T18:09:04.142Z Downloaded backon v1.6.0
6362026-08-17T18:09:04.142Z Downloaded console v0.16.2
6372026-08-17T18:09:04.146Z Downloaded tap v1.0.1
6382026-08-17T18:09:04.146Z Downloaded camino-tempfile-ext v0.3.3
6392026-08-17T18:09:04.146Z Downloaded thiserror-impl-no-std v2.0.2
6402026-08-17T18:09:04.146Z Downloaded group v0.14.0
6412026-08-17T18:09:04.149Z Downloaded hyper-staticfile v0.10.1
6422026-08-17T18:09:04.152Z Downloaded const_format_proc_macros v0.2.34
6432026-08-17T18:09:04.152Z Downloaded hex-literal v1.1.0
6442026-08-17T18:09:04.155Z Downloaded cancel-safe-futures v0.1.5
6452026-08-17T18:09:04.155Z Downloaded colored v2.2.0
6462026-08-17T18:09:04.158Z Downloaded fs_extra v1.3.0
6472026-08-17T18:09:04.158Z Downloaded git-stub-vcs v0.1.0
6482026-08-17T18:09:04.158Z Downloaded siphasher v1.0.2
6492026-08-17T18:09:04.158Z Downloaded supports-color v3.0.2
6502026-08-17T18:09:04.158Z Downloaded time-core v0.1.8
6512026-08-17T18:09:04.162Z Downloaded tokio-test v0.4.5
6522026-08-17T18:09:04.162Z Downloaded cmov v0.5.4
6532026-08-17T18:09:04.165Z Downloaded globset v0.4.18
6542026-08-17T18:09:04.168Z Downloaded progenitor-client v0.14.0
6552026-08-17T18:09:04.168Z Downloaded highway v1.3.0
6562026-08-17T18:09:04.168Z Downloaded postgres-protocol v0.6.10
6572026-08-17T18:09:04.168Z Downloaded owo-colors v4.3.0
6582026-08-17T18:09:04.171Z Downloaded password-hash v0.5.0
6592026-08-17T18:09:04.171Z Downloaded progenitor-extras v0.2.0
6602026-08-17T18:09:04.174Z Downloaded pbkdf2 v0.13.0
6612026-08-17T18:09:04.177Z Downloaded universal-hash v0.5.1
6622026-08-17T18:09:04.181Z Downloaded topological-sort v0.2.2
6632026-08-17T18:09:04.181Z Downloaded unit-prefix v0.5.2
6642026-08-17T18:09:04.181Z Downloaded find-msvc-tools v0.1.9
6652026-08-17T18:09:04.181Z Downloaded progenitor-client v0.13.0
6662026-08-17T18:09:04.184Z Downloaded rand_core v0.9.5
6672026-08-17T18:09:04.184Z Downloaded getrandom v0.2.17
6682026-08-17T18:09:04.184Z Downloaded half v1.8.3
6692026-08-17T18:09:04.187Z Downloaded httparse v1.10.1
6702026-08-17T18:09:04.187Z Downloaded usdt-attr-macro v0.6.0
6712026-08-17T18:09:04.187Z Downloaded utf8_iter v1.0.4
6722026-08-17T18:09:04.192Z Downloaded wait-timeout v0.2.1
6732026-08-17T18:09:04.192Z Downloaded chacha20 v0.10.0
6742026-08-17T18:09:04.192Z Downloaded ciborium v0.2.2
6752026-08-17T18:09:04.192Z Downloaded clang-sys v1.8.1
6762026-08-17T18:09:04.195Z Downloaded console v0.15.11
6772026-08-17T18:09:04.195Z Downloaded waitgroup v0.1.2
6782026-08-17T18:09:04.195Z Downloaded hmac v0.12.1
6792026-08-17T18:09:04.195Z Downloaded argon2 v0.5.3
6802026-08-17T18:09:04.198Z Downloaded rustversion v1.0.22
6812026-08-17T18:09:04.198Z Downloaded xattr v1.6.1
6822026-08-17T18:09:04.201Z Downloaded zerofrom v0.1.6
6832026-08-17T18:09:04.201Z Downloaded flume v0.11.1
6842026-08-17T18:09:04.202Z Downloaded serde_path_to_error v0.1.20
6852026-08-17T18:09:04.205Z Downloaded schemars_derive v0.8.22
6862026-08-17T18:09:04.208Z Downloaded signal-hook-registry v1.4.8
6872026-08-17T18:09:04.208Z Downloaded sqlformat v0.3.5
6882026-08-17T18:09:04.208Z Downloaded ssh-encoding v0.3.0
6892026-08-17T18:09:04.211Z Downloaded string_cache v0.8.9
6902026-08-17T18:09:04.211Z Downloaded stringprep v0.1.5
6912026-08-17T18:09:04.211Z Downloaded tls_codec_derive v0.4.2
6922026-08-17T18:09:04.211Z Downloaded bzip2 v0.4.4
6932026-08-17T18:09:04.214Z Downloaded const-oid v0.9.6
6942026-08-17T18:09:04.214Z Downloaded derive_builder_macro v0.20.2
6952026-08-17T18:09:04.217Z Downloaded digest-io v0.1.0
6962026-08-17T18:09:04.220Z Downloaded tokio-native-tls v0.3.1
6972026-08-17T18:09:04.220Z Downloaded crc-catalog v2.4.0
6982026-08-17T18:09:04.223Z Downloaded cstr-argument v0.1.2
6992026-08-17T18:09:04.223Z Downloaded darling_macro v0.20.11
7002026-08-17T18:09:04.223Z Downloaded simd-adler32 v0.3.8
7012026-08-17T18:09:04.223Z Downloaded termios v0.3.3
7022026-08-17T18:09:04.227Z Downloaded hmac v0.13.0
7032026-08-17T18:09:04.230Z Downloaded darling_macro v0.21.3
7042026-08-17T18:09:04.230Z Downloaded downcast-rs v2.0.2
7052026-08-17T18:09:04.233Z Downloaded postcard v1.1.3
7062026-08-17T18:09:04.237Z Downloaded oxnet v0.1.6
7072026-08-17T18:09:04.242Z Downloaded parking_lot_core v0.9.12
7082026-08-17T18:09:04.242Z Downloaded pkcs1 v0.7.5
7092026-08-17T18:09:04.242Z Downloaded dunce v1.0.5
7102026-08-17T18:09:04.245Z Downloaded dyn-clone v1.0.20
7112026-08-17T18:09:04.245Z Downloaded pkcs1 v0.8.0-rc.4
7122026-08-17T18:09:04.248Z Downloaded embedded-io v0.6.1
7132026-08-17T18:09:04.248Z Downloaded internet-checksum v0.2.1
7142026-08-17T18:09:04.248Z Downloaded vergen-lib v9.1.0
7152026-08-17T18:09:04.252Z Downloaded illumos-nvpair v0.3.0
7162026-08-17T18:09:04.255Z Downloaded indent_write v2.2.0
7172026-08-17T18:09:04.255Z Downloaded is-terminal v0.4.17
7182026-08-17T18:09:04.259Z Downloaded const-oid v0.10.2
7192026-08-17T18:09:04.259Z Downloaded lalrpop-util v0.19.12
7202026-08-17T18:09:04.263Z Downloaded cipher v0.5.2
7212026-08-17T18:09:04.266Z Downloaded rustls-native-certs v0.8.3
7222026-08-17T18:09:04.267Z Downloaded sha2 v0.11.0
7232026-08-17T18:09:04.270Z Downloaded lru-slab v0.1.2
7242026-08-17T18:09:04.270Z Downloaded lru v0.12.5
7252026-08-17T18:09:04.270Z Downloaded lru-cache v0.1.2
7262026-08-17T18:09:04.270Z Downloaded expectorate v1.2.0
7272026-08-17T18:09:04.273Z Downloaded newtype-uuid-macros v0.1.0
7282026-08-17T18:09:04.277Z Downloaded spin v0.9.8
7292026-08-17T18:09:04.280Z Downloaded zstd-safe v7.2.4
7302026-08-17T18:09:04.280Z Downloaded ctutils v0.4.2
7312026-08-17T18:09:04.280Z Downloaded digest v0.11.3
7322026-08-17T18:09:04.285Z Downloaded packed_struct_codegen v0.10.1
7332026-08-17T18:09:04.288Z Downloaded parse-size v1.1.0
7342026-08-17T18:09:04.288Z Downloaded percent-encoding v2.3.2
7352026-08-17T18:09:04.288Z Downloaded blake2 v0.11.0-rc.6
7362026-08-17T18:09:04.291Z Downloaded zstd v0.13.3
7372026-08-17T18:09:04.291Z Downloaded critical-section v1.2.0
7382026-08-17T18:09:04.291Z Downloaded crossbeam-deque v0.8.6
7392026-08-17T18:09:04.294Z Downloaded openssl-probe v0.1.6
7402026-08-17T18:09:04.297Z Downloaded rustc-hash v2.1.1
7412026-08-17T18:09:04.297Z Downloaded parse-display v0.10.0
7422026-08-17T18:09:04.301Z Downloaded either v1.15.0
7432026-08-17T18:09:04.302Z Downloaded diesel-dtrace v0.5.0
7442026-08-17T18:09:04.305Z Downloaded derive_builder_core v0.20.2
7452026-08-17T18:09:04.305Z Downloaded precomputed-hash v0.1.1
7462026-08-17T18:09:04.305Z Downloaded proc-macro-error-attr2 v2.0.0
7472026-08-17T18:09:04.311Z Downloaded half v2.7.1
7482026-08-17T18:09:04.314Z Downloaded hybrid-array v0.4.13
7492026-08-17T18:09:04.317Z Downloaded oxide-update-engine-types v0.1.2
7502026-08-17T18:09:04.321Z Downloaded inout v0.2.2
7512026-08-17T18:09:04.325Z Downloaded ingot v0.2.1
7522026-08-17T18:09:04.329Z Downloaded rtoolbox v0.0.3
7532026-08-17T18:09:04.332Z Downloaded serde_spanned v1.1.1
7542026-08-17T18:09:04.332Z Downloaded allocator-api2 v0.2.21
7552026-08-17T18:09:04.332Z Downloaded compact_str v0.8.1
7562026-08-17T18:09:04.336Z Downloaded keccak v0.2.0
7572026-08-17T18:09:04.336Z Downloaded base64 v0.22.1
7582026-08-17T18:09:04.339Z Downloaded semver v0.1.20
7592026-08-17T18:09:04.342Z Downloaded lock_api v0.4.14
7602026-08-17T18:09:04.345Z Downloaded zerocopy v0.6.6
7612026-08-17T18:09:04.348Z Downloaded linear-map v1.2.0
7622026-08-17T18:09:04.348Z Downloaded strum v0.26.3
7632026-08-17T18:09:04.351Z Downloaded testing_table v0.3.0
7642026-08-17T18:09:04.355Z Downloaded similar v2.7.0
7652026-08-17T18:09:04.358Z Downloaded ar_archive_writer v0.5.1
7662026-08-17T18:09:04.361Z Downloaded cc v1.2.56
7672026-08-17T18:09:04.361Z Downloaded delegate v0.13.5
7682026-08-17T18:09:04.364Z Downloaded const_format v0.2.35
7692026-08-17T18:09:04.364Z Downloaded num-rational v0.4.2
7702026-08-17T18:09:04.365Z Downloaded num_enum v0.7.6
7712026-08-17T18:09:04.368Z Downloaded oxide-tokio-rt v0.1.4
7722026-08-17T18:09:04.368Z Downloaded parse-display-derive v0.10.0
7732026-08-17T18:09:04.368Z Downloaded port-file v0.1.0
7742026-08-17T18:09:04.371Z Downloaded rand_chacha v0.9.0
7752026-08-17T18:09:04.371Z Downloaded sync-ptr v0.1.4
7762026-08-17T18:09:04.372Z Downloaded heapless v0.8.0
7772026-08-17T18:09:04.374Z Downloaded sync_wrapper v1.0.2
7782026-08-17T18:09:04.377Z Downloaded headers v0.4.1
7792026-08-17T18:09:04.380Z Downloaded base64 v0.21.7
7802026-08-17T18:09:04.383Z Downloaded darling v0.21.3
7812026-08-17T18:09:04.384Z Downloaded ppv-lite86 v0.2.21
7822026-08-17T18:09:04.386Z Downloaded primeorder v0.13.6
7832026-08-17T18:09:04.387Z Downloaded rand_seeder v0.4.0
7842026-08-17T18:09:04.387Z Downloaded heapless v0.7.17
7852026-08-17T18:09:04.390Z Downloaded progenitor-impl v0.13.0
7862026-08-17T18:09:04.390Z Downloaded toml v0.7.8
7872026-08-17T18:09:04.393Z Downloaded toml v1.1.2+spec-1.1.0
7882026-08-17T18:09:04.393Z Downloaded tungstenite v0.21.0
7892026-08-17T18:09:04.397Z Downloaded unicode-truncate v1.1.0
7902026-08-17T18:09:04.397Z Downloaded usdt-macro v0.6.0
7912026-08-17T18:09:04.397Z Downloaded void v1.0.2
7922026-08-17T18:09:04.397Z Downloaded bytes v1.11.1
7932026-08-17T18:09:04.401Z Downloaded papergrid v0.18.0
7942026-08-17T18:09:04.401Z Downloaded aes v0.9.1
7952026-08-17T18:09:04.404Z Downloaded flate2 v1.1.9
7962026-08-17T18:09:04.407Z Downloaded rustls-pemfile v2.2.0
7972026-08-17T18:09:04.410Z Downloaded crc8 v0.1.1
7982026-08-17T18:09:04.413Z Downloaded curve25519-dalek-derive v0.1.1
7992026-08-17T18:09:04.413Z Downloaded cpufeatures v0.3.0
8002026-08-17T18:09:04.413Z Downloaded hickory-resolver v0.24.4
8012026-08-17T18:09:04.416Z Downloaded crucible-workspace-hack v0.1.0
8022026-08-17T18:09:04.416Z Downloaded darling_macro v0.13.4
8032026-08-17T18:09:04.420Z Downloaded libsw v3.5.0
8042026-08-17T18:09:04.424Z Downloaded ml-kem v0.3.2
8052026-08-17T18:09:04.427Z Downloaded zone v0.3.1
8062026-08-17T18:09:04.427Z Downloaded slab v0.4.12
8072026-08-17T18:09:04.427Z Downloaded display-error-chain v0.2.2
8082026-08-17T18:09:04.427Z Downloaded defmt v0.3.100
8092026-08-17T18:09:04.427Z Downloaded strum_macros v0.27.2
8102026-08-17T18:09:04.430Z Downloaded spki v0.8.0
8112026-08-17T18:09:04.434Z Downloaded snafu v0.8.9
8122026-08-17T18:09:04.439Z Downloaded arc-swap v1.8.2
8132026-08-17T18:09:04.443Z Downloaded static_assertions v1.1.0
8142026-08-17T18:09:04.443Z Downloaded tls_codec v0.4.2
8152026-08-17T18:09:04.443Z Downloaded async-compression v0.4.41
8162026-08-17T18:09:04.443Z Downloaded phc v0.6.1
8172026-08-17T18:09:04.447Z Downloaded pin-project-lite v0.2.17
8182026-08-17T18:09:04.447Z Downloaded zopfli v0.8.3
8192026-08-17T18:09:04.450Z Downloaded chacha20poly1305 v0.10.1
8202026-08-17T18:09:04.450Z Downloaded tokio-tungstenite v0.23.1
8212026-08-17T18:09:04.451Z Downloaded dirs-sys-next v0.1.2
8222026-08-17T18:09:04.451Z Downloaded ssh-cipher v0.3.0
8232026-08-17T18:09:04.451Z Downloaded tiny-keccak v2.0.2
8242026-08-17T18:09:04.454Z Downloaded illumos-nvpair-sys v0.2.0
8252026-08-17T18:09:04.459Z Downloaded primeorder v0.14.0
8262026-08-17T18:09:04.459Z Downloaded drift v0.2.0
8272026-08-17T18:09:04.462Z Downloaded inout v0.1.4
8282026-08-17T18:09:04.467Z Downloaded tui-tree-widget v0.23.1
8292026-08-17T18:09:04.472Z Downloaded typify v0.6.2
8302026-08-17T18:09:04.475Z Downloaded linked-hash-map v0.5.6
8312026-08-17T18:09:04.475Z Downloaded walkdir v2.5.0
8322026-08-17T18:09:04.479Z Downloaded indoc v1.0.9
8332026-08-17T18:09:04.479Z Downloaded md-5 v0.10.6
8342026-08-17T18:09:04.479Z Downloaded hickory-resolver v0.25.2
8352026-08-17T18:09:04.482Z Downloaded yoke v0.8.1
8362026-08-17T18:09:04.482Z Downloaded prettyplease v0.2.37
8372026-08-17T18:09:04.482Z Downloaded rsa v0.9.10
8382026-08-17T18:09:04.486Z Downloaded icu_properties v2.1.2
8392026-08-17T18:09:04.486Z Downloaded serde_cbor v0.11.2
8402026-08-17T18:09:04.490Z Downloaded salsa20 v0.11.0
8412026-08-17T18:09:04.490Z Downloaded xshell v0.2.7
8422026-08-17T18:09:04.490Z Downloaded zerovec-derive v0.11.2
8432026-08-17T18:09:04.490Z Downloaded openssl-macros v0.1.1
8442026-08-17T18:09:04.493Z Downloaded uuid v1.23.4
8452026-08-17T18:09:04.493Z Downloaded mime v0.3.17
8462026-08-17T18:09:04.493Z Downloaded csv-core v0.1.13
8472026-08-17T18:09:04.496Z Downloaded smallvec v1.15.1
8482026-08-17T18:09:04.501Z Downloaded term v1.2.1
8492026-08-17T18:09:04.505Z Downloaded phf_shared v0.12.1
8502026-08-17T18:09:04.506Z Downloaded phf_shared v0.13.1
8512026-08-17T18:09:04.506Z Downloaded new_debug_unreachable v1.0.6
8522026-08-17T18:09:04.506Z Downloaded newline-converter v0.3.0
8532026-08-17T18:09:04.506Z Downloaded radium v0.7.0
8542026-08-17T18:09:04.510Z Downloaded ref-cast v1.0.25
8552026-08-17T18:09:04.510Z Downloaded rfc6979 v0.6.0
8562026-08-17T18:09:04.510Z Downloaded schemars v0.9.0
8572026-08-17T18:09:04.515Z Downloaded schemars v1.2.1
8582026-08-17T18:09:04.522Z Downloaded ena v0.14.4
8592026-08-17T18:09:04.526Z Downloaded omicron-zone-package v0.12.3
8602026-08-17T18:09:04.526Z Downloaded bumpalo v3.20.2
8612026-08-17T18:09:04.526Z Downloaded pkcs5 v0.8.1
8622026-08-17T18:09:04.531Z Downloaded powerfmt v0.2.0
8632026-08-17T18:09:04.531Z Downloaded darling_core v0.21.3
8642026-08-17T18:09:04.534Z Downloaded russh-cryptovec v0.62.0
8652026-08-17T18:09:04.534Z Downloaded sapling-renderdag v0.1.0
8662026-08-17T18:09:04.534Z Downloaded signal-hook-tokio v0.3.1
8672026-08-17T18:09:04.534Z Downloaded stable_deref_trait v1.2.1
8682026-08-17T18:09:04.539Z Downloaded unicode-properties v0.1.4
8692026-08-17T18:09:04.543Z Downloaded hashbrown v0.12.3
8702026-08-17T18:09:04.543Z Downloaded tracing-core v0.1.36
8712026-08-17T18:09:04.543Z Downloaded ipnet v2.11.0
8722026-08-17T18:09:04.543Z Downloaded kem v0.3.0
8732026-08-17T18:09:04.546Z Downloaded module-lattice v0.2.3
8742026-08-17T18:09:04.547Z Downloaded quinn v0.11.11
8752026-08-17T18:09:04.551Z Downloaded universal-hash v0.6.1
8762026-08-17T18:09:04.551Z Downloaded hashbrown v0.13.2
8772026-08-17T18:09:04.551Z Downloaded ryu v1.0.23
8782026-08-17T18:09:04.558Z Downloaded yasna v0.5.2
8792026-08-17T18:09:04.558Z Downloaded utf-8 v0.7.6
8802026-08-17T18:09:04.558Z Downloaded libefi-sys v0.1.0
8812026-08-17T18:09:04.562Z Downloaded structmeta v0.3.0
8822026-08-17T18:09:04.562Z Downloaded slog v2.8.2
8832026-08-17T18:09:04.562Z Downloaded tokio-macros v2.7.0
8842026-08-17T18:09:04.565Z Downloaded des v0.9.0
8852026-08-17T18:09:04.565Z Downloaded peg-macros v0.8.5
8862026-08-17T18:09:04.569Z Downloaded peg-runtime v0.8.5
8872026-08-17T18:09:04.569Z Downloaded wnaf v0.14.0
8882026-08-17T18:09:04.569Z Downloaded zeroize_derive v1.5.0
8892026-08-17T18:09:04.569Z Downloaded newtype-uuid v1.3.2
8902026-08-17T18:09:04.573Z Downloaded signal-hook v0.3.18
8912026-08-17T18:09:04.573Z Downloaded cookie v0.18.1
8922026-08-17T18:09:04.576Z Downloaded iana-time-zone v0.1.65
8932026-08-17T18:09:04.576Z Downloaded native-tls v0.2.18
8942026-08-17T18:09:04.576Z Downloaded oxide-update-engine v0.1.2
8952026-08-17T18:09:04.580Z Downloaded parking_lot_core v0.8.6
8962026-08-17T18:09:04.580Z Downloaded try-lock v0.2.5
8972026-08-17T18:09:04.580Z Downloaded unarray v0.1.4
8982026-08-17T18:09:04.580Z Downloaded rustls-webpki v0.103.13
8992026-08-17T18:09:04.583Z Downloaded debug-ignore v1.0.5
9002026-08-17T18:09:04.590Z Downloaded rcgen v0.12.1
9012026-08-17T18:09:04.594Z Downloaded ecdsa v0.17.0
9022026-08-17T18:09:04.594Z Downloaded rand_chacha v0.3.1
9032026-08-17T18:09:04.594Z Downloaded primefield v0.14.0
9042026-08-17T18:09:04.594Z Downloaded proc-macro-error2 v2.0.1
9052026-08-17T18:09:04.594Z Downloaded serde-hex v0.1.0
9062026-08-17T18:09:04.598Z Downloaded serde_derive_internals v0.29.1
9072026-08-17T18:09:04.598Z Downloaded rand_core v0.6.4
9082026-08-17T18:09:04.598Z Downloaded cpubits v0.1.1
9092026-08-17T18:09:04.601Z Downloaded ident_case v1.0.1
9102026-08-17T18:09:04.601Z Downloaded lazy_static v1.5.0
9112026-08-17T18:09:04.601Z Downloaded lzss v0.8.2
9122026-08-17T18:09:04.601Z Downloaded litemap v0.8.1
9132026-08-17T18:09:04.605Z Downloaded thiserror-no-std v2.0.2
9142026-08-17T18:09:04.608Z Downloaded synstructure v0.13.2
9152026-08-17T18:09:04.610Z Downloaded hickory-server v0.25.2
9162026-08-17T18:09:04.614Z Downloaded http v1.4.2
9172026-08-17T18:09:04.614Z Downloaded icu_collections v2.1.1
9182026-08-17T18:09:04.618Z Downloaded sec1 v0.7.3
9192026-08-17T18:09:04.618Z Downloaded sec1 v0.8.1
9202026-08-17T18:09:04.618Z Downloaded toml_writer v1.1.1+spec-1.1.0
9212026-08-17T18:09:04.618Z Downloaded maybe-uninit v2.0.0
9222026-08-17T18:09:04.622Z Downloaded nodrop v0.1.14
9232026-08-17T18:09:04.622Z Downloaded vergen-gitcl v1.0.8
9242026-08-17T18:09:04.625Z Downloaded nom v8.0.0
9252026-08-17T18:09:04.629Z Downloaded miniz_oxide v0.8.9
9262026-08-17T18:09:04.632Z Downloaded slog-dtrace v0.3.0
9272026-08-17T18:09:04.632Z Downloaded strum_macros v0.26.4
9282026-08-17T18:09:04.633Z Downloaded derive-where v1.6.0
9292026-08-17T18:09:04.637Z Downloaded writeable v0.6.2
9302026-08-17T18:09:04.637Z Downloaded md5 v0.8.0
9312026-08-17T18:09:04.637Z Downloaded x509-cert v0.2.5
9322026-08-17T18:09:04.640Z Downloaded zerotrie v0.2.3
9332026-08-17T18:09:04.644Z Downloaded poly1305 v0.9.0
9342026-08-17T18:09:04.644Z Downloaded tokio-dtrace v0.1.1
9352026-08-17T18:09:04.644Z Downloaded dropshot_endpoint v0.17.1
9362026-08-17T18:09:04.647Z Downloaded crossbeam-channel v0.5.15
9372026-08-17T18:09:04.647Z Downloaded darling v0.23.0
9382026-08-17T18:09:04.650Z Downloaded num_enum v0.5.11
9392026-08-17T18:09:04.655Z Downloaded der v0.7.10
9402026-08-17T18:09:04.661Z Downloaded serde_with v1.14.0
9412026-08-17T18:09:04.661Z Downloaded predicates-core v1.0.10
9422026-08-17T18:09:04.661Z Downloaded rand v0.8.6
9432026-08-17T18:09:04.664Z Downloaded qorb v0.4.1
9442026-08-17T18:09:04.664Z Downloaded toml_edit v0.23.10+spec-1.0.0
9452026-08-17T18:09:04.664Z Downloaded der_derive v0.7.3
9462026-08-17T18:09:04.667Z Downloaded progenitor-macro v0.13.0
9472026-08-17T18:09:04.668Z Downloaded russh-util v0.52.0
9482026-08-17T18:09:04.668Z Downloaded secrecy v0.8.0
9492026-08-17T18:09:04.668Z Downloaded ecdsa v0.16.9
9502026-08-17T18:09:04.671Z Downloaded serde_plain v1.0.2
9512026-08-17T18:09:04.671Z Downloaded slog-stdlog v4.1.1
9522026-08-17T18:09:04.671Z Downloaded shell-words v1.1.1
9532026-08-17T18:09:04.679Z Downloaded unicode-segmentation v1.12.0
9542026-08-17T18:09:04.686Z Downloaded toml_parser v1.1.2+spec-1.1.0
9552026-08-17T18:09:04.689Z Downloaded strsim v0.10.0
9562026-08-17T18:09:04.689Z Downloaded libloading v0.8.9
9572026-08-17T18:09:04.694Z Downloaded slog-bunyan v2.5.0
9582026-08-17T18:09:04.698Z Downloaded thread-id v5.1.0
9592026-08-17T18:09:04.698Z Downloaded libbz2-rs-sys v0.2.2
9602026-08-17T18:09:04.701Z Downloaded tower-layer v0.3.3
9612026-08-17T18:09:04.705Z Downloaded unicode-xid v0.2.6
9622026-08-17T18:09:04.705Z Downloaded tabwriter v1.4.1
9632026-08-17T18:09:04.708Z Downloaded crossbeam-epoch v0.9.18
9642026-08-17T18:09:04.712Z Downloaded diesel_table_macro_syntax v0.3.0
9652026-08-17T18:09:04.712Z Downloaded impl-trait-for-tuples v0.2.3
9662026-08-17T18:09:04.712Z Downloaded serde_yaml v0.9.34+deprecated
9672026-08-17T18:09:04.715Z Downloaded num-traits v0.2.19
9682026-08-17T18:09:04.715Z Downloaded hashbrown v0.16.1
9692026-08-17T18:09:04.719Z Downloaded pem v3.0.6
9702026-08-17T18:09:04.719Z Downloaded pem-rfc7468 v0.7.0
9712026-08-17T18:09:04.719Z Downloaded num-integer v0.1.46
9722026-08-17T18:09:04.722Z Downloaded olpc-cjson v0.1.4
9732026-08-17T18:09:04.722Z Downloaded want v0.3.1
9742026-08-17T18:09:04.722Z Downloaded crunchy v0.2.4
9752026-08-17T18:09:04.722Z Downloaded tokio-postgres v0.7.16
9762026-08-17T18:09:04.731Z Downloaded polyval v0.7.1
9772026-08-17T18:09:04.734Z Downloaded daft-derive v0.1.7
9782026-08-17T18:09:04.734Z Downloaded dropshot-api-manager-types v0.7.2
9792026-08-17T18:09:04.738Z Downloaded publicsuffix v2.3.0
9802026-08-17T18:09:04.746Z Downloaded kstat-rs v0.2.5
9812026-08-17T18:09:04.750Z Downloaded managed v0.8.0
9822026-08-17T18:09:04.757Z Downloaded slog-async v2.8.0
9832026-08-17T18:09:04.764Z Downloaded normalize-line-endings v0.3.0
9842026-08-17T18:09:04.767Z Downloaded scroll v0.13.0
9852026-08-17T18:09:04.767Z Downloaded nonempty v0.12.0
9862026-08-17T18:09:04.771Z Downloaded test-strategy v0.4.5
9872026-08-17T18:09:04.771Z Downloaded ingot-macros v0.2.0
9882026-08-17T18:09:04.771Z Downloaded ingot-types v0.2.0
9892026-08-17T18:09:04.774Z Downloaded snafu-derive v0.8.9
9902026-08-17T18:09:04.774Z Downloaded serde-big-array v0.5.1
9912026-08-17T18:09:04.778Z Downloaded quick-error v1.2.3
9922026-08-17T18:09:04.778Z Downloaded socket2 v0.6.3
9932026-08-17T18:09:04.778Z Downloaded vte v0.14.1
9942026-08-17T18:09:04.785Z Downloaded mio v1.2.0
9952026-08-17T18:09:04.788Z Downloaded tokio-tungstenite v0.21.0
9962026-08-17T18:09:04.788Z Downloaded pkcs8 v0.10.2
9972026-08-17T18:09:04.792Z Downloaded memmap2 v0.9.10
9982026-08-17T18:09:04.792Z Downloaded take_mut v0.2.2
9992026-08-17T18:09:04.792Z Downloaded zerovec v0.11.5
10002026-08-17T18:09:04.827Z Downloaded wyz v0.5.1
10012026-08-17T18:09:04.827Z Downloaded ctr v0.10.1
10022026-08-17T18:09:04.833Z Downloaded prefix-trie v0.7.0
10032026-08-17T18:09:04.833Z Downloaded typed-path v0.9.3
10042026-08-17T18:09:04.833Z Downloaded convert_case v0.10.0
10052026-08-17T18:09:04.834Z Downloaded ed25519 v3.0.0
10062026-08-17T18:09:04.834Z Downloaded usdt v0.6.0
10072026-08-17T18:09:04.834Z Downloaded quinn-udp v0.5.14
10082026-08-17T18:09:04.834Z Downloaded aho-corasick v1.1.4
10092026-08-17T18:09:04.834Z Downloaded hashbrown v0.15.5
10102026-08-17T18:09:04.834Z Downloaded libsw-core v0.3.2
10112026-08-17T18:09:04.834Z Downloaded mime_guess v2.0.5
10122026-08-17T18:09:04.834Z Downloaded multimap v0.10.1
10132026-08-17T18:09:04.837Z Downloaded derive_more v0.99.20
10142026-08-17T18:09:04.841Z Downloaded elliptic-curve v0.14.1
10152026-08-17T18:09:04.845Z Downloaded packed_struct v0.10.1
10162026-08-17T18:09:04.845Z Downloaded peg v0.8.5
10172026-08-17T18:09:04.846Z Downloaded tar v0.4.46
10182026-08-17T18:09:04.849Z Downloaded poly1305 v0.8.0
10192026-08-17T18:09:04.850Z Downloaded pem-rfc7468 v1.0.0
10202026-08-17T18:09:04.850Z Downloaded defmt-parser v1.0.0
10212026-08-17T18:09:04.850Z Downloaded embedded-io v0.4.0
10222026-08-17T18:09:04.850Z Downloaded is_ci v1.2.0
10232026-08-17T18:09:04.854Z Downloaded maplit v1.0.2
10242026-08-17T18:09:04.854Z Downloaded hkdf v0.13.0
10252026-08-17T18:09:04.857Z Downloaded pkg-config v0.3.32
10262026-08-17T18:09:04.857Z Downloaded rand_core v0.10.0
10272026-08-17T18:09:04.857Z Downloaded rustyline v14.0.0
10282026-08-17T18:09:04.861Z Downloaded nibble_vec v0.1.0
10292026-08-17T18:09:04.861Z Downloaded rusty-fork v0.3.1
10302026-08-17T18:09:04.861Z Downloaded serde_with_macros v3.21.0
10312026-08-17T18:09:04.864Z Downloaded tokio-stream v0.1.18
10322026-08-17T18:09:04.869Z Downloaded resolv-conf v0.7.6
10332026-08-17T18:09:04.869Z Downloaded vergen v9.1.0
10342026-08-17T18:09:04.869Z Downloaded serde_with_macros v1.5.2
10352026-08-17T18:09:04.869Z Downloaded strum_macros v0.24.3
10362026-08-17T18:09:04.873Z Downloaded oso-derive v0.27.3
10372026-08-17T18:09:04.873Z Downloaded predicates-tree v1.0.13
10382026-08-17T18:09:04.873Z Downloaded slog-scope v4.4.1
10392026-08-17T18:09:04.876Z Downloaded parking_lot v0.12.5
10402026-08-17T18:09:04.876Z Downloaded pretty_assertions v1.4.1
10412026-08-17T18:09:04.876Z Downloaded spki v0.7.3
10422026-08-17T18:09:04.880Z Downloaded diff v0.1.13
10432026-08-17T18:09:04.884Z Downloaded progenitor-impl v0.14.0
10442026-08-17T18:09:04.887Z Downloaded toml_edit v0.19.15
10452026-08-17T18:09:04.893Z Downloaded cookie_store v0.22.1
10462026-08-17T18:09:04.896Z Downloaded darling v0.20.11
10472026-08-17T18:09:04.896Z Downloaded ron v0.8.1
10482026-08-17T18:09:04.900Z Downloaded vergen-lib v0.1.6
10492026-08-17T18:09:04.900Z Downloaded vsss-rs v3.3.4
10502026-08-17T18:09:04.904Z Downloaded rfc6979 v0.4.0
10512026-08-17T18:09:04.904Z Downloaded serde_repr v0.1.20
10522026-08-17T18:09:04.904Z Downloaded slog-envlogger v2.2.0
10532026-08-17T18:09:04.904Z Downloaded tagptr v0.2.0
10542026-08-17T18:09:04.907Z Downloaded rustls-platform-verifier v0.6.2
10552026-08-17T18:09:04.907Z Downloaded trait-variant v0.1.2
10562026-08-17T18:09:04.908Z Downloaded elliptic-curve v0.13.8
10572026-08-17T18:09:04.913Z Downloaded h2 v0.4.15
10582026-08-17T18:09:04.917Z Downloaded tower-http v0.6.8
10592026-08-17T18:09:04.917Z Downloaded daft v0.1.7
10602026-08-17T18:09:04.924Z Downloaded defmt v1.0.1
10612026-08-17T18:09:04.924Z Downloaded darling_core v0.20.11
10622026-08-17T18:09:04.927Z Downloaded postgres-types v0.2.12
10632026-08-17T18:09:04.927Z Downloaded untrusted v0.9.0
10642026-08-17T18:09:04.928Z Downloaded defmt-macros v1.0.1
10652026-08-17T18:09:04.928Z Downloaded xshell-macros v0.2.7
10662026-08-17T18:09:04.928Z Downloaded crc v3.4.0
10672026-08-17T18:09:04.931Z Downloaded unicode_categories v0.1.1
10682026-08-17T18:09:04.931Z Downloaded futures-util v0.3.32
10692026-08-17T18:09:04.937Z Downloaded ipnetwork v0.21.1
10702026-08-17T18:09:04.940Z Downloaded subprocess v0.2.15
10712026-08-17T18:09:04.940Z Downloaded tinyvec v1.10.0
10722026-08-17T18:09:04.944Z Downloaded dtrace-parser v0.3.0
10732026-08-17T18:09:04.944Z Downloaded dirs-next v2.0.0
10742026-08-17T18:09:04.944Z Downloaded dsl_auto_type v0.2.0
10752026-08-17T18:09:04.944Z Downloaded itertools v0.13.0
10762026-08-17T18:09:04.947Z Downloaded serdect v0.4.3
10772026-08-17T18:09:04.948Z Downloaded derive_more-impl v2.1.1
10782026-08-17T18:09:04.951Z Downloaded scrypt v0.12.0
10792026-08-17T18:09:04.951Z Downloaded term v0.7.0
10802026-08-17T18:09:04.956Z Downloaded tokio-rustls v0.26.4
10812026-08-17T18:09:04.956Z Downloaded phf v0.12.1
10822026-08-17T18:09:04.956Z Downloaded jiff-static v0.2.34
10832026-08-17T18:09:04.956Z Downloaded num_threads v0.1.7
10842026-08-17T18:09:04.956Z Downloaded phf_shared v0.11.3
10852026-08-17T18:09:04.960Z Downloaded ssh-key v0.7.0-rc.11
10862026-08-17T18:09:04.960Z Downloaded num-bigint-dig v0.8.6
10872026-08-17T18:09:04.964Z Downloaded p256 v0.14.0
10882026-08-17T18:09:04.971Z Downloaded indexmap v1.9.3
10892026-08-17T18:09:04.971Z Downloaded r2d2 v0.8.10
10902026-08-17T18:09:04.971Z Downloaded sponge-cursor v0.1.0
10912026-08-17T18:09:04.971Z Downloaded ed25519-dalek v3.0.0
10922026-08-17T18:09:04.976Z Downloaded hyper-util v0.1.20
10932026-08-17T18:09:04.976Z Downloaded shlex v1.3.0
10942026-08-17T18:09:04.976Z Downloaded psl-types v2.0.11
10952026-08-17T18:09:04.976Z Downloaded difflib v0.4.0
10962026-08-17T18:09:04.976Z Downloaded samael v0.0.19
10972026-08-17T18:09:04.980Z Downloaded tinyvec_macros v0.1.1
10982026-08-17T18:09:04.980Z Downloaded zerofrom-derive v0.1.6
10992026-08-17T18:09:04.980Z Downloaded itertools v0.10.5
11002026-08-17T18:09:04.987Z Downloaded tinystr v0.8.2
11012026-08-17T18:09:04.987Z Downloaded hkdf v0.12.4
11022026-08-17T18:09:04.987Z Downloaded hyper v1.10.1
11032026-08-17T18:09:04.990Z Downloaded oso v0.27.3
11042026-08-17T18:09:04.990Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11052026-08-17T18:09:04.991Z Downloaded portable-atomic v1.13.1
11062026-08-17T18:09:04.995Z Downloaded crypto-common v0.2.2
11072026-08-17T18:09:04.995Z Downloaded num-iter v0.1.45
11082026-08-17T18:09:04.995Z Downloaded potential_utf v0.1.4
11092026-08-17T18:09:05.002Z Downloaded zone_cfg_derive v0.3.1
11102026-08-17T18:09:05.002Z Downloaded unicode-normalization v0.1.25
11112026-08-17T18:09:05.005Z Downloaded corncobs v0.1.4
11122026-08-17T18:09:05.005Z Downloaded nu-ansi-term v0.50.3
11132026-08-17T18:09:05.009Z Downloaded darling v0.13.4
11142026-08-17T18:09:05.009Z Downloaded sqlparser_derive v0.5.0
11152026-08-17T18:09:05.009Z Downloaded strum v0.27.2
11162026-08-17T18:09:05.009Z Downloaded libscf-sys v1.2.0
11172026-08-17T18:09:05.013Z Downloaded untrusted v0.7.1
11182026-08-17T18:09:05.018Z Downloaded der v0.8.0
11192026-08-17T18:09:05.022Z Downloaded derive-ex v0.1.8
11202026-08-17T18:09:05.022Z Downloaded pin-project-internal v1.1.11
11212026-08-17T18:09:05.022Z Downloaded jobserver v0.1.34
11222026-08-17T18:09:05.022Z Downloaded keccak v0.1.6
11232026-08-17T18:09:05.026Z Downloaded socket2 v0.5.10
11242026-08-17T18:09:05.026Z Downloaded dof v0.4.0
11252026-08-17T18:09:05.030Z Downloaded darling_core v0.23.0
11262026-08-17T18:09:05.030Z Downloaded zerocopy-derive v0.8.40
11272026-08-17T18:09:05.034Z Downloaded regex v1.12.3
11282026-08-17T18:09:05.037Z Downloaded unicode-bidi v0.3.18
11292026-08-17T18:09:05.041Z Downloaded nanorand v0.7.0
11302026-08-17T18:09:05.041Z Downloaded multer v3.1.0
11312026-08-17T18:09:05.041Z Downloaded rpassword v7.5.4
11322026-08-17T18:09:05.045Z Downloaded darling_core v0.13.4
11332026-08-17T18:09:05.045Z Downloaded stacker v0.1.23
11342026-08-17T18:09:05.045Z Downloaded rustls-pki-types v1.14.0
11352026-08-17T18:09:05.049Z Downloaded slog-term v2.9.2
11362026-08-17T18:09:05.049Z Downloaded structmeta-derive v0.3.0
11372026-08-17T18:09:05.049Z Downloaded tungstenite v0.23.0
11382026-08-17T18:09:05.049Z Downloaded match_cfg v0.1.0
11392026-08-17T18:09:05.053Z Downloaded ref-cast-impl v1.0.25
11402026-08-17T18:09:05.053Z Downloaded seq-macro v0.3.6
11412026-08-17T18:09:05.053Z Downloaded serde_urlencoded v0.7.1
11422026-08-17T18:09:05.053Z Downloaded icu_provider v2.1.1
11432026-08-17T18:09:05.057Z Downloaded typify-macro v0.6.2
11442026-08-17T18:09:05.061Z Downloaded crypto-bigint v0.5.5
11452026-08-17T18:09:05.065Z Downloaded derive_more v2.1.1
11462026-08-17T18:09:05.073Z Downloaded crc-any v2.5.0
11472026-08-17T18:09:05.077Z Downloaded scheduled-thread-pool v0.2.7
11482026-08-17T18:09:05.077Z Downloaded twox-hash v2.1.2
11492026-08-17T18:09:05.077Z Downloaded ed25519 v2.2.3
11502026-08-17T18:09:05.077Z Downloaded paste v1.0.15
11512026-08-17T18:09:05.077Z Downloaded reqwest v0.13.2
11522026-08-17T18:09:05.081Z Downloaded rustc_version v0.4.1
11532026-08-17T18:09:05.081Z Downloaded vergen-git2 v9.1.0
11542026-08-17T18:09:05.081Z Downloaded crossterm v0.29.0
11552026-08-17T18:09:05.086Z Downloaded jiff-core v0.1.0
11562026-08-17T18:09:05.089Z Downloaded itertools v0.14.0
11572026-08-17T18:09:05.093Z Downloaded p521 v0.14.0
11582026-08-17T18:09:05.093Z Downloaded icu_properties_data v2.1.2
11592026-08-17T18:09:05.096Z Downloaded scroll_derive v0.13.1
11602026-08-17T18:09:05.099Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11612026-08-17T18:09:05.100Z Downloaded yoke-derive v0.8.1
11622026-08-17T18:09:05.100Z Downloaded instability v0.3.11
11632026-08-17T18:09:05.100Z Downloaded tower-service v0.3.3
11642026-08-17T18:09:05.100Z Downloaded bitvec v1.0.1
11652026-08-17T18:09:05.107Z Downloaded winnow v1.0.3
11662026-08-17T18:09:05.114Z Downloaded oxide-update-engine-display v0.1.2
11672026-08-17T18:09:05.117Z Downloaded litrs v1.0.0
11682026-08-17T18:09:05.117Z Downloaded unicase v2.9.0
11692026-08-17T18:09:05.117Z Downloaded document-features v0.2.12
11702026-08-17T18:09:05.117Z Downloaded predicates v3.1.4
11712026-08-17T18:09:05.117Z Downloaded indoc v2.0.7
11722026-08-17T18:09:05.123Z Downloaded memoffset v0.9.1
11732026-08-17T18:09:05.123Z Downloaded signature v2.2.0
11742026-08-17T18:09:05.123Z Downloaded url v2.5.8
11752026-08-17T18:09:05.123Z Downloaded secrecy v0.10.3
11762026-08-17T18:09:05.123Z Downloaded indicatif v0.18.4
11772026-08-17T18:09:05.128Z Downloaded darling_macro v0.23.0
11782026-08-17T18:09:05.128Z Downloaded sha1 v0.11.0
11792026-08-17T18:09:05.128Z Downloaded num-complex v0.4.6
11802026-08-17T18:09:05.128Z Downloaded num_enum_derive v0.7.6
11812026-08-17T18:09:05.128Z Downloaded smallvec v0.6.14
11822026-08-17T18:09:05.128Z Downloaded password-hash v0.6.1
11832026-08-17T18:09:05.150Z Downloaded whoami v1.6.1
11842026-08-17T18:09:05.150Z Downloaded whoami v2.1.0
11852026-08-17T18:09:05.150Z Downloaded deranged v0.5.8
11862026-08-17T18:09:05.150Z Downloaded yansi v1.0.1
11872026-08-17T18:09:05.150Z Downloaded ed25519-dalek v2.2.0
11882026-08-17T18:09:05.159Z Downloaded support-bundle-viewer v0.1.2
11892026-08-17T18:09:05.159Z Downloaded psm v0.1.30
11902026-08-17T18:09:05.159Z Downloaded rand_pcg v0.10.2
11912026-08-17T18:09:05.159Z Downloaded newtype_derive v0.1.6
11922026-08-17T18:09:05.159Z Downloaded subtle v2.6.1
11932026-08-17T18:09:05.159Z Downloaded idna_adapter v1.2.1
11942026-08-17T18:09:05.159Z Downloaded progenitor v0.13.0
11952026-08-17T18:09:05.159Z Downloaded sha1 v0.10.6
11962026-08-17T18:09:05.159Z Downloaded signal-hook-mio v0.2.5
11972026-08-17T18:09:05.159Z Downloaded salty v0.3.0
11982026-08-17T18:09:05.159Z Downloaded uzers v0.12.2
11992026-08-17T18:09:05.159Z Downloaded thread_local v1.1.9
12002026-08-17T18:09:05.159Z Downloaded time-macros v0.2.27
12012026-08-17T18:09:05.159Z Downloaded instant v0.1.13
12022026-08-17T18:09:05.159Z Downloaded termtree v0.5.1
12032026-08-17T18:09:05.159Z Downloaded progenitor-macro v0.14.0
12042026-08-17T18:09:05.168Z Downloaded p384 v0.13.1
12052026-08-17T18:09:05.168Z Downloaded blake3 v1.8.5
12062026-08-17T18:09:05.168Z Downloaded displaydoc v0.2.5
12072026-08-17T18:09:05.178Z Downloaded serde_with v3.21.0
12082026-08-17T18:09:05.179Z Downloaded pkcs8 v0.11.0
12092026-08-17T18:09:05.184Z Downloaded phf v0.13.1
12102026-08-17T18:09:05.184Z Downloaded usdt-impl v0.6.0
12112026-08-17T18:09:05.184Z Downloaded rand v0.9.2
12122026-08-17T18:09:05.184Z Downloaded data-encoding v2.10.0
12132026-08-17T18:09:05.184Z Downloaded smf v0.2.3
12142026-08-17T18:09:05.184Z Downloaded git2 v0.20.4
12152026-08-17T18:09:05.188Z Downloaded slog-json v2.6.1
12162026-08-17T18:09:05.188Z Downloaded unsafe-libyaml v0.2.11
12172026-08-17T18:09:05.188Z Downloaded zeroize v1.9.0
12182026-08-17T18:09:05.191Z Downloaded parking_lot v0.11.2
12192026-08-17T18:09:05.191Z Downloaded tower v0.5.3
12202026-08-17T18:09:05.195Z Downloaded winnow v0.6.26
12212026-08-17T18:09:05.198Z Downloaded petname v2.0.2
12222026-08-17T18:09:05.203Z Downloaded derive_builder v0.20.2
12232026-08-17T18:09:05.208Z Downloaded reqwest v0.12.28
12242026-08-17T18:09:05.211Z Downloaded tracing-attributes v0.1.31
12252026-08-17T18:09:05.212Z Downloaded progenitor v0.14.0
12262026-08-17T18:09:05.235Z Downloaded pin-project v1.1.11
12272026-08-17T18:09:05.240Z Downloaded quinn-proto v0.11.16
12282026-08-17T18:09:05.240Z Downloaded tabled v0.21.0
12292026-08-17T18:09:05.240Z Downloaded time v0.3.47
12302026-08-17T18:09:05.244Z Downloaded dropshot-api-manager v0.7.2
12312026-08-17T18:09:05.247Z Downloaded rand v0.10.1
12322026-08-17T18:09:05.251Z Downloaded nom v7.1.3
12332026-08-17T18:09:05.251Z Downloaded icu_locale_core v2.1.1
12342026-08-17T18:09:05.255Z Downloaded crossbeam-utils v0.8.21
12352026-08-17T18:09:05.255Z Downloaded chrono v0.4.45
12362026-08-17T18:09:05.260Z Downloaded ignore v0.4.25
12372026-08-17T18:09:05.265Z Downloaded schemars v0.8.22
12382026-08-17T18:09:05.288Z Downloaded scuffle v0.1.0
12392026-08-17T18:09:05.288Z Downloaded zip v0.6.6
12402026-08-17T18:09:05.295Z Downloaded crc32fast v1.5.0
12412026-08-17T18:09:05.295Z Downloaded bindgen v0.71.1
12422026-08-17T18:09:05.295Z Downloaded goblin v0.10.5
12432026-08-17T18:09:05.295Z Downloaded openssl-sys v0.9.117
12442026-08-17T18:09:05.295Z Downloaded rsa v0.10.0-rc.18
12452026-08-17T18:09:05.295Z Downloaded aws-lc-rs v1.16.3
12462026-08-17T18:09:05.295Z Downloaded itertools v0.12.1
12472026-08-17T18:09:05.295Z Downloaded itertools v0.15.0
12482026-08-17T18:09:05.298Z Downloaded rayon-core v1.13.0
12492026-08-17T18:09:05.299Z Downloaded num-bigint v0.4.6
12502026-08-17T18:09:05.303Z Downloaded idna v1.1.0
12512026-08-17T18:09:05.308Z Downloaded sha3 v0.12.0
12522026-08-17T18:09:05.308Z Downloaded steno v0.4.1
12532026-08-17T18:09:05.313Z Downloaded icu_normalizer v2.1.1
12542026-08-17T18:09:05.313Z Downloaded icu_normalizer_data v2.1.1
12552026-08-17T18:09:05.346Z Downloaded polar-core v0.27.3
12562026-08-17T18:09:05.350Z Downloaded rayon v1.11.0
12572026-08-17T18:09:05.350Z Downloaded tough v0.22.0
12582026-08-17T18:09:05.350Z Downloaded vcpkg v0.2.15
12592026-08-17T18:09:05.365Z Downloaded p384 v0.14.0
12602026-08-17T18:09:05.370Z Downloaded minimal-lexical v0.2.1
12612026-08-17T18:09:05.377Z Downloaded internal-russh-num-bigint v0.5.0
12622026-08-17T18:09:05.384Z Downloaded libxml v0.3.3
12632026-08-17T18:09:05.400Z Downloaded zip v4.6.1
12642026-08-17T18:09:05.404Z Downloaded crossterm v0.28.1
12652026-08-17T18:09:05.407Z Downloaded diesel_derives v2.3.7
12662026-08-17T18:09:05.411Z Downloaded iri-string v0.7.10
12672026-08-17T18:09:05.432Z Downloaded object v0.37.3
12682026-08-17T18:09:05.445Z Downloaded iddqd v0.4.2
12692026-08-17T18:09:05.481Z Downloaded winnow v0.5.40
12702026-08-17T18:09:05.481Z Downloaded tokio-util v0.7.18
12712026-08-17T18:09:05.481Z Downloaded curve25519-dalek v4.1.3
12722026-08-17T18:09:05.481Z Downloaded nix v0.28.0
12732026-08-17T18:09:05.481Z Downloaded regress v0.10.5
12742026-08-17T18:09:05.481Z Downloaded libm v0.2.16
12752026-08-17T18:09:05.481Z Downloaded reedline v0.40.0
12762026-08-17T18:09:05.486Z Downloaded crypto-primes v0.7.2
12772026-08-17T18:09:05.489Z Downloaded quick-xml v0.37.5
12782026-08-17T18:09:05.499Z Downloaded object v0.30.4
12792026-08-17T18:09:05.503Z Downloaded rawzip v0.4.4
12802026-08-17T18:09:05.503Z Downloaded regex-syntax v0.8.10
12812026-08-17T18:09:05.503Z Downloaded bstr v1.12.1
12822026-08-17T18:09:05.506Z Downloaded smoltcp v0.11.0
12832026-08-17T18:09:05.517Z Downloaded smoltcp v0.9.1
12842026-08-17T18:09:05.524Z Downloaded regress v0.11.1
12852026-08-17T18:09:05.527Z Downloaded zlib-rs v0.6.2
12862026-08-17T18:09:05.527Z Downloaded moka v0.12.13
12872026-08-17T18:09:05.530Z Downloaded nix v0.27.1
12882026-08-17T18:09:05.535Z Downloaded proptest v1.11.0
12892026-08-17T18:09:05.540Z Downloaded hickory-proto v0.24.4
12902026-08-17T18:09:05.548Z Downloaded nix v0.31.2
12912026-08-17T18:09:05.555Z Downloaded zerocopy v0.8.40
12922026-08-17T18:09:05.566Z Downloaded radix_trie v0.2.1
12932026-08-17T18:09:05.574Z Downloaded russh v0.62.4
12942026-08-17T18:09:05.602Z Downloaded lalrpop v0.19.12
12952026-08-17T18:09:05.609Z Downloaded crypto-bigint v0.7.5
12962026-08-17T18:09:05.618Z Downloaded openssl v0.10.80
12972026-08-17T18:09:05.623Z Downloaded hickory-proto v0.25.2
12982026-08-17T18:09:05.637Z Downloaded regex-syntax v0.6.29
12992026-08-17T18:09:05.641Z Downloaded tracing v0.1.44
13002026-08-17T18:09:05.652Z Downloaded sled v0.34.7
13012026-08-17T18:09:05.658Z Downloaded rustix v0.38.44
13022026-08-17T18:09:05.670Z Downloaded sqlparser v0.61.0
13032026-08-17T18:09:05.675Z Downloaded typify-impl v0.6.2
13042026-08-17T18:09:05.684Z Downloaded rustls v0.23.41
13052026-08-17T18:09:05.691Z Downloaded ratatui v0.29.0
13062026-08-17T18:09:05.702Z Downloaded curve25519-dalek v5.0.0
13072026-08-17T18:09:05.706Z Downloaded dropshot v0.17.1
13082026-08-17T18:09:05.718Z Downloaded bzip2-sys v0.1.13+1.0.8
13092026-08-17T18:09:05.725Z Downloaded openapiv3 v2.2.0
13102026-08-17T18:09:05.733Z Downloaded diesel v2.3.7
13112026-08-17T18:09:05.742Z Downloaded sha3 v0.11.0
13122026-08-17T18:09:05.746Z Downloaded petgraph v0.6.5
13132026-08-17T18:09:05.756Z Downloaded zerocopy-derive v0.6.6
13142026-08-17T18:09:05.766Z Downloaded chrono-tz v0.10.4
13152026-08-17T18:09:05.775Z Downloaded jiff v0.2.34
13162026-08-17T18:09:05.785Z Downloaded petgraph v0.8.3
13172026-08-17T18:09:05.801Z Downloaded sha3 v0.10.8
13182026-08-17T18:09:05.806Z Downloaded tokio v1.52.1
13192026-08-17T18:09:05.828Z Downloaded regex-automata v0.4.14
13202026-08-17T18:09:05.853Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13212026-08-17T18:09:05.893Z Downloaded csv v1.4.0
13222026-08-17T18:09:05.910Z Downloaded libz-sys v1.1.24
13232026-08-17T18:09:05.941Z Downloaded encoding_rs v0.8.35
13242026-08-17T18:09:05.978Z Downloaded ring v0.17.14
13252026-08-17T18:09:06.002Z Downloaded libgit2-sys v0.18.3+1.9.2
13262026-08-17T18:09:06.342Z Downloaded aws-lc-sys v0.40.0
13272026-08-17T18:09:06.599Z Compiling libc v0.2.185
13282026-08-17T18:09:06.599Z Compiling serde_core v1.0.228
13292026-08-17T18:09:06.599Z Compiling serde v1.0.228
13302026-08-17T18:09:06.603Z Compiling log v0.4.29
13312026-08-17T18:09:06.603Z Compiling smallvec v1.15.1
13322026-08-17T18:09:06.603Z Compiling find-msvc-tools v0.1.9
13332026-08-17T18:09:06.739Z Compiling shlex v1.3.0
13342026-08-17T18:09:06.742Z Compiling syn v2.0.117
13352026-08-17T18:09:06.927Z Compiling subtle v2.6.1
13362026-08-17T18:09:06.956Z Compiling scopeguard v1.2.0
13372026-08-17T18:09:06.976Z Compiling stable_deref_trait v1.2.1
13382026-08-17T18:09:07.044Z Compiling lock_api v0.4.14
13392026-08-17T18:09:07.058Z Compiling typenum v1.20.1
13402026-08-17T18:09:07.061Z Compiling zerocopy v0.8.40
13412026-08-17T18:09:07.061Z Compiling portable-atomic v1.13.1
13422026-08-17T18:09:07.122Z Compiling serde_json v1.0.151
13432026-08-17T18:09:07.275Z Compiling critical-section v1.2.0
13442026-08-17T18:09:07.341Z Compiling libm v0.2.16
13452026-08-17T18:09:07.381Z Compiling num-traits v0.2.19
13462026-08-17T18:09:07.500Z Compiling pkg-config v0.3.32
13472026-08-17T18:09:07.578Z Compiling jobserver v0.1.34
13482026-08-17T18:09:07.627Z Compiling errno v0.3.14
13492026-08-17T18:09:07.701Z Compiling getrandom v0.2.17
13502026-08-17T18:09:07.782Z Compiling cc v1.2.56
13512026-08-17T18:09:07.846Z Compiling rand_core v0.6.4
13522026-08-17T18:09:07.933Z Compiling generic-array v0.14.7
13532026-08-17T18:09:08.022Z Compiling pin-project-lite v0.2.17
13542026-08-17T18:09:08.114Z Compiling once_cell v1.21.3
13552026-08-17T18:09:08.118Z Compiling const-oid v0.9.6
13562026-08-17T18:09:08.127Z Compiling parking_lot_core v0.9.12
13572026-08-17T18:09:08.155Z Compiling getrandom v0.4.1
13582026-08-17T18:09:08.366Z Compiling rand_core v0.10.0
13592026-08-17T18:09:08.639Z Compiling signal-hook-registry v1.4.8
13602026-08-17T18:09:08.884Z Compiling bitflags v2.11.0
13612026-08-17T18:09:08.957Z Compiling litemap v0.8.1
13622026-08-17T18:09:09.040Z Compiling writeable v0.6.2
13632026-08-17T18:09:09.062Z Compiling futures-core v0.3.32
13642026-08-17T18:09:09.125Z Compiling percent-encoding v2.3.2
13652026-08-17T18:09:09.152Z Compiling semver v1.0.28
13662026-08-17T18:09:09.214Z Compiling parking_lot v0.12.5
13672026-08-17T18:09:09.236Z Compiling mio v1.2.0
13682026-08-17T18:09:09.317Z Compiling icu_properties_data v2.1.2
13692026-08-17T18:09:09.395Z Compiling icu_normalizer_data v2.1.1
13702026-08-17T18:09:09.473Z Compiling socket2 v0.6.3
13712026-08-17T18:09:09.477Z Compiling getrandom v0.3.4
13722026-08-17T18:09:09.592Z Compiling futures-sink v0.3.32
13732026-08-17T18:09:09.655Z Compiling synstructure v0.13.2
13742026-08-17T18:09:09.687Z Compiling futures-channel v0.3.32
13752026-08-17T18:09:09.701Z Compiling indexmap v2.14.0
13762026-08-17T18:09:09.714Z Compiling utf8_iter v1.0.4
13772026-08-17T18:09:09.867Z Compiling rustix v1.1.3
13782026-08-17T18:09:09.883Z Compiling futures-io v0.3.32
13792026-08-17T18:09:09.914Z Compiling slab v0.4.12
13802026-08-17T18:09:10.039Z Compiling futures-task v0.3.32
13812026-08-17T18:09:10.070Z Compiling form_urlencoded v1.2.2
13822026-08-17T18:09:10.099Z Compiling rustversion v1.0.22
13832026-08-17T18:09:10.224Z Compiling base64ct v1.8.3
13842026-08-17T18:09:10.254Z Compiling iana-time-zone v0.1.65
13852026-08-17T18:09:10.271Z Compiling cmake v0.1.57
13862026-08-17T18:09:10.371Z Compiling flagset v0.4.7
13872026-08-17T18:09:10.385Z Compiling ident_case v1.0.1
13882026-08-17T18:09:10.449Z Compiling fs_extra v1.3.0
13892026-08-17T18:09:10.499Z Compiling pem-rfc7468 v0.7.0
13902026-08-17T18:09:10.499Z Compiling dunce v1.0.5
13912026-08-17T18:09:10.540Z Compiling regex-syntax v0.8.10
13922026-08-17T18:09:10.610Z Compiling rand_core v0.9.5
13932026-08-17T18:09:10.668Z Compiling uuid v1.23.4
13942026-08-17T18:09:10.713Z Compiling aws-lc-sys v0.40.0
13952026-08-17T18:09:10.807Z Compiling base64 v0.22.1
13962026-08-17T18:09:11.895Z Compiling syn v1.0.109
13972026-08-17T18:09:11.898Z Compiling vcpkg v0.2.15
13982026-08-17T18:09:11.898Z Compiling serde_derive_internals v0.29.1
13992026-08-17T18:09:11.899Z Compiling rustc_version v0.4.1
14002026-08-17T18:09:11.899Z Compiling tracing-core v0.1.36
14012026-08-17T18:09:11.899Z Compiling serde_derive v1.0.228
14022026-08-17T18:09:11.899Z Compiling zeroize_derive v1.5.0
14032026-08-17T18:09:11.899Z Compiling zerofrom-derive v0.1.6
14042026-08-17T18:09:11.899Z Compiling zerocopy-derive v0.8.40
14052026-08-17T18:09:11.915Z Compiling yoke-derive v0.8.1
14062026-08-17T18:09:12.040Z Compiling zerovec-derive v0.11.2
14072026-08-17T18:09:12.204Z Compiling zeroize v1.9.0
14082026-08-17T18:09:12.422Z Compiling displaydoc v0.2.5
14092026-08-17T18:09:13.007Z Compiling zerofrom v0.1.6
14102026-08-17T18:09:13.108Z Compiling yoke v0.8.1
14112026-08-17T18:09:13.134Z Compiling tokio-macros v2.7.0
14122026-08-17T18:09:13.171Z Compiling futures-macro v0.3.32
14132026-08-17T18:09:13.185Z Compiling der_derive v0.7.3
14142026-08-17T18:09:13.293Z Compiling zerovec v0.11.5
14152026-08-17T18:09:13.522Z Compiling zerotrie v0.2.3
14162026-08-17T18:09:13.817Z Compiling tinystr v0.8.2
14172026-08-17T18:09:13.838Z Compiling potential_utf v0.1.4
14182026-08-17T18:09:13.912Z Compiling block-buffer v0.10.4
14192026-08-17T18:09:14.008Z Compiling icu_locale_core v2.1.1
14202026-08-17T18:09:14.023Z Compiling icu_collections v2.1.1
14212026-08-17T18:09:14.036Z Compiling crypto-common v0.1.7
14222026-08-17T18:09:14.080Z Compiling futures-util v0.3.32
14232026-08-17T18:09:14.166Z Compiling digest v0.10.7
14242026-08-17T18:09:14.181Z Compiling thiserror-impl v2.0.18
14252026-08-17T18:09:14.425Z Compiling der v0.7.10
14262026-08-17T18:09:14.516Z Compiling openssl-sys v0.9.117
14272026-08-17T18:09:14.869Z Compiling bytes v1.11.1
14282026-08-17T18:09:14.895Z Compiling icu_provider v2.1.1
14292026-08-17T18:09:15.043Z Compiling chrono v0.4.45
14302026-08-17T18:09:15.181Z Compiling icu_normalizer v2.1.1
14312026-08-17T18:09:15.478Z Compiling tokio v1.52.1
14322026-08-17T18:09:15.520Z Compiling icu_properties v2.1.2
14332026-08-17T18:09:15.596Z Compiling thiserror v2.0.18
14342026-08-17T18:09:15.704Z Compiling http v1.4.2
14352026-08-17T18:09:15.718Z Compiling spki v0.7.3
14362026-08-17T18:09:15.915Z Compiling tracing-attributes v0.1.31
14372026-08-17T18:09:16.302Z Compiling ppv-lite86 v0.2.21
14382026-08-17T18:09:16.359Z Compiling idna_adapter v1.2.1
14392026-08-17T18:09:16.396Z Compiling schemars v0.8.22
14402026-08-17T18:09:16.498Z Compiling idna v1.1.0
14412026-08-17T18:09:16.586Z Compiling rand_chacha v0.9.0
14422026-08-17T18:09:16.600Z Compiling aws-lc-rs v1.16.3
14432026-08-17T18:09:16.614Z Compiling dyn-clone v1.0.20
14442026-08-17T18:09:16.628Z Compiling cpufeatures v0.2.17
14452026-08-17T18:09:16.720Z Compiling http-body v1.0.1
14462026-08-17T18:09:16.746Z Compiling pkcs8 v0.10.2
14472026-08-17T18:09:16.870Z Compiling url v2.5.8
14482026-08-17T18:09:16.874Z Compiling rand v0.9.2
14492026-08-17T18:09:17.057Z Compiling rustls-pki-types v1.14.0
14502026-08-17T18:09:17.136Z Compiling schemars_derive v0.8.22
14512026-08-17T18:09:17.203Z Compiling tracing v0.1.44
14522026-08-17T18:09:17.464Z Compiling spin v0.9.8
14532026-08-17T18:09:17.493Z Compiling httparse v1.10.1
14542026-08-17T18:09:17.624Z Compiling cmov v0.5.4
14552026-08-17T18:09:17.640Z Compiling openssl-probe v0.2.1
14562026-08-17T18:09:17.667Z Compiling tinyvec_macros v0.1.1
14572026-08-17T18:09:17.737Z Compiling crc32fast v1.5.0
14582026-08-17T18:09:17.806Z Compiling tempfile v3.25.0
14592026-08-17T18:09:17.832Z Compiling ctutils v0.4.2
14602026-08-17T18:09:17.862Z Compiling tinyvec v1.10.0
14612026-08-17T18:09:18.039Z Compiling pest_generator v2.8.6
14622026-08-17T18:09:18.059Z Compiling sha2 v0.10.9
14632026-08-17T18:09:18.160Z Compiling aho-corasick v1.1.4
14642026-08-17T18:09:18.199Z Compiling untrusted v0.7.1
14652026-08-17T18:09:18.324Z Compiling radium v0.7.0
14662026-08-17T18:09:18.628Z Compiling tower-layer v0.3.3
14672026-08-17T18:09:18.718Z Compiling tower-service v0.3.3
14682026-08-17T18:09:18.789Z Compiling atomic-waker v1.1.2
14692026-08-17T18:09:18.813Z Compiling try-lock v0.2.5
14702026-08-17T18:09:18.913Z Compiling want v0.3.1
14712026-08-17T18:09:18.927Z Compiling pest_derive v2.8.6
14722026-08-17T18:09:19.077Z Compiling regex-automata v0.4.14
14732026-08-17T18:09:19.363Z Compiling tokio-util v0.7.18
14742026-08-17T18:09:19.583Z Compiling hybrid-array v0.4.13
14752026-08-17T18:09:19.849Z Compiling ipnet v2.11.0
14762026-08-17T18:09:19.949Z Compiling scroll_derive v0.13.1
14772026-08-17T18:09:20.327Z Compiling h2 v0.4.15
14782026-08-17T18:09:20.331Z Compiling darling_core v0.20.11
14792026-08-17T18:09:20.367Z Compiling simd-adler32 v0.3.8
14802026-08-17T18:09:20.604Z Compiling foreign-types-shared v0.1.1
14812026-08-17T18:09:20.693Z Compiling openssl v0.10.80
14822026-08-17T18:09:20.722Z Compiling rustls v0.23.41
14832026-08-17T18:09:20.890Z Compiling httpdate v1.0.3
14842026-08-17T18:09:20.916Z Compiling maybe-uninit v2.0.0
14852026-08-17T18:09:21.048Z Compiling tap v1.0.1
14862026-08-17T18:09:21.116Z Compiling untrusted v0.9.0
14872026-08-17T18:09:21.136Z Compiling wyz v0.5.1
14882026-08-17T18:09:21.188Z Compiling scroll v0.13.0
14892026-08-17T18:09:21.216Z Compiling foreign-types v0.3.2
14902026-08-17T18:09:21.286Z Compiling unicode-normalization v0.1.25
14912026-08-17T18:09:21.422Z Compiling rand_chacha v0.3.1
14922026-08-17T18:09:21.447Z Compiling hex v0.4.3
14932026-08-17T18:09:21.715Z Compiling signature v2.2.0
14942026-08-17T18:09:21.730Z Compiling thiserror-impl v1.0.69
14952026-08-17T18:09:21.743Z Compiling openssl-macros v0.1.1
14962026-08-17T18:09:21.894Z Compiling terminal_size v0.4.3
14972026-08-17T18:09:22.033Z Compiling bzip2-sys v0.1.13+1.0.8
14982026-08-17T18:09:22.128Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14992026-08-17T18:09:22.181Z Compiling num-integer v0.1.46
15002026-08-17T18:09:22.306Z Compiling wait-timeout v0.2.1
15012026-08-17T18:09:22.495Z Compiling ahash v0.8.12
15022026-08-17T18:09:22.511Z Compiling powerfmt v0.2.0
15032026-08-17T18:09:22.539Z Compiling darling_macro v0.20.11
15042026-08-17T18:09:22.561Z Compiling packed_struct v0.10.1
15052026-08-17T18:09:22.696Z Compiling num-conv v0.2.0
15062026-08-17T18:09:22.711Z Compiling bit-vec v0.8.0
15072026-08-17T18:09:22.797Z Compiling funty v2.0.0
15082026-08-17T18:09:22.832Z Compiling num-bigint-dig v0.8.6
15092026-08-17T18:09:22.944Z Compiling adler2 v2.0.1
15102026-08-17T18:09:22.944Z Compiling native-tls v0.2.18
15112026-08-17T18:09:23.015Z Compiling quick-error v1.2.3
15122026-08-17T18:09:23.018Z Compiling time-core v0.1.8
15132026-08-17T18:09:23.071Z Compiling miniz_oxide v0.8.9
15142026-08-17T18:09:23.103Z Compiling rusty-fork v0.3.1
15152026-08-17T18:09:23.120Z Compiling bitvec v1.0.1
15162026-08-17T18:09:23.168Z Compiling darling v0.20.11
15172026-08-17T18:09:23.181Z Compiling time-macros v0.2.27
15182026-08-17T18:09:23.249Z Compiling thiserror v1.0.69
15192026-08-17T18:09:23.355Z Compiling bit-set v0.8.0
15202026-08-17T18:09:23.370Z Compiling hyper v1.10.1
15212026-08-17T18:09:23.425Z Compiling clap_builder v4.6.0
15222026-08-17T18:09:23.601Z Compiling deranged v0.5.8
15232026-08-17T18:09:24.268Z Compiling num-iter v0.1.45
15242026-08-17T18:09:24.567Z Compiling hyper-util v0.1.20
15252026-08-17T18:09:24.584Z Compiling rand v0.8.6
15262026-08-17T18:09:24.973Z Compiling goblin v0.10.5
15272026-08-17T18:09:25.212Z Compiling packed_struct_codegen v0.10.1
15282026-08-17T18:09:25.383Z Compiling lazy_static v1.5.0
15292026-08-17T18:09:25.478Z Compiling toml_datetime v0.6.11
15302026-08-17T18:09:25.732Z Compiling serde_spanned v0.6.9
15312026-08-17T18:09:25.876Z Compiling hmac v0.12.1
15322026-08-17T18:09:26.033Z Compiling bitfield-macros v0.19.4
15332026-08-17T18:09:26.251Z Compiling clap_derive v4.6.1
15342026-08-17T18:09:26.270Z Compiling zerocopy-derive v0.6.6
15352026-08-17T18:09:26.437Z Compiling anstyle-parse v0.2.7
15362026-08-17T18:09:26.615Z Compiling rand_xorshift v0.4.0
15372026-08-17T18:09:26.723Z Compiling sync_wrapper v1.0.2
15382026-08-17T18:09:26.782Z Compiling indexmap v1.9.3
15392026-08-17T18:09:26.832Z Compiling usdt-impl v0.6.0
15402026-08-17T18:09:26.966Z Compiling unarray v0.1.4
15412026-08-17T18:09:27.037Z Compiling num_threads v0.1.7
15422026-08-17T18:09:27.078Z Compiling nodrop v0.1.14
15432026-08-17T18:09:27.093Z Compiling crc-catalog v2.4.0
15442026-08-17T18:09:27.134Z Compiling crossbeam-utils v0.8.21
15452026-08-17T18:09:27.171Z Compiling zlib-rs v0.6.2
15462026-08-17T18:09:27.187Z Compiling siphasher v1.0.2
15472026-08-17T18:09:27.298Z Compiling paste v1.0.15
15482026-08-17T18:09:27.376Z Compiling crc v3.4.0
15492026-08-17T18:09:27.433Z Compiling array-init v0.0.4
15502026-08-17T18:09:27.570Z Compiling time v0.3.47
15512026-08-17T18:09:27.601Z Compiling zerocopy v0.6.6
15522026-08-17T18:09:27.769Z Compiling dof v0.4.0
15532026-08-17T18:09:27.914Z Compiling proptest v1.11.0
15542026-08-17T18:09:27.954Z Compiling clap v4.6.1
15552026-08-17T18:09:28.075Z Compiling tower v0.5.3
15562026-08-17T18:09:28.567Z Compiling bitfield v0.19.4
15572026-08-17T18:09:28.865Z Compiling anstream v0.6.21
15582026-08-17T18:09:29.179Z Compiling smallvec v0.6.14
15592026-08-17T18:09:29.379Z Compiling derive_builder_core v0.20.2
15602026-08-17T18:09:29.572Z Compiling dtrace-parser v0.3.0
15612026-08-17T18:09:30.015Z Compiling flate2 v1.1.9
15622026-08-17T18:09:30.195Z Compiling ipnetwork v0.21.1
15632026-08-17T18:09:30.286Z Compiling pkcs1 v0.7.5
15642026-08-17T18:09:30.361Z Compiling http-body-util v0.1.3
15652026-08-17T18:09:30.364Z Compiling heapless v0.7.17
15662026-08-17T18:09:30.421Z Compiling scroll_derive v0.12.1
15672026-08-17T18:09:30.574Z Compiling structmeta-derive v0.3.0
15682026-08-17T18:09:30.602Z Compiling slog v2.8.2
15692026-08-17T18:09:30.616Z Compiling darling_core v0.23.0
15702026-08-17T18:09:30.668Z Compiling thread-id v5.1.0
15712026-08-17T18:09:30.753Z Compiling cookie v0.18.1
15722026-08-17T18:09:30.784Z Compiling env_filter v1.0.0
15732026-08-17T18:09:30.937Z Compiling unicode-properties v0.1.4
15742026-08-17T18:09:31.078Z Compiling zstd-safe v7.2.4
15752026-08-17T18:09:31.094Z Compiling ryu v1.0.23
15762026-08-17T18:09:31.148Z Compiling iri-string v0.7.10
15772026-08-17T18:09:31.269Z Compiling allocator-api2 v0.2.21
15782026-08-17T18:09:31.284Z Compiling anyhow v1.0.102
15792026-08-17T18:09:31.583Z Compiling hashbrown v0.12.3
15802026-08-17T18:09:31.599Z Compiling unicode-bidi v0.3.18
15812026-08-17T18:09:31.637Z Compiling signal-hook v0.3.18
15822026-08-17T18:09:31.808Z Compiling winnow v0.5.40
15832026-08-17T18:09:32.053Z Compiling base64 v0.21.7
15842026-08-17T18:09:32.363Z Compiling ron v0.8.1
15852026-08-17T18:09:32.489Z Compiling tower-http v0.6.8
15862026-08-17T18:09:32.642Z Compiling stringprep v0.1.5
15872026-08-17T18:09:32.902Z Compiling structmeta v0.3.0
15882026-08-17T18:09:33.071Z Compiling toml_edit v0.19.15
15892026-08-17T18:09:33.075Z Compiling darling_macro v0.23.0
15902026-08-17T18:09:33.238Z Compiling serde_urlencoded v0.7.1
15912026-08-17T18:09:33.289Z Compiling scroll v0.12.0
15922026-08-17T18:09:33.370Z Compiling env_logger v0.11.9
15932026-08-17T18:09:33.614Z Compiling rsa v0.9.10
15942026-08-17T18:09:33.629Z Compiling oxnet v0.1.6
15952026-08-17T18:09:33.768Z Compiling newtype-uuid v1.3.2
15962026-08-17T18:09:34.095Z Compiling derive_builder_macro v0.20.2
15972026-08-17T18:09:34.105Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15982026-08-17T18:09:34.233Z Compiling hashbrown v0.13.2
15992026-08-17T18:09:34.571Z Compiling serde-hex v0.1.0
16002026-08-17T18:09:34.587Z Compiling bzip2 v0.4.4
16012026-08-17T18:09:34.725Z Compiling tokio-native-tls v0.3.1
16022026-08-17T18:09:34.793Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16032026-08-17T18:09:35.393Z Compiling camino v1.2.2
16042026-08-17T18:09:35.471Z Compiling bstr v1.12.1
16052026-08-17T18:09:35.706Z Compiling block-padding v0.4.2
16062026-08-17T18:09:35.764Z Compiling block-buffer v0.12.1
16072026-08-17T18:09:35.870Z Compiling crypto-common v0.2.2
16082026-08-17T18:09:35.964Z Compiling rustls-native-certs v0.8.3
16092026-08-17T18:09:36.092Z Compiling x509-cert v0.2.5
16102026-08-17T18:09:36.245Z Compiling serde_tokenstream v0.2.3
16112026-08-17T18:09:36.263Z Compiling erased-serde v0.3.31
16122026-08-17T18:09:36.562Z Compiling md-5 v0.10.6
16132026-08-17T18:09:36.637Z Compiling curve25519-dalek v4.1.3
16142026-08-17T18:09:36.729Z Compiling zerocopy-derive v0.7.35
16152026-08-17T18:09:36.750Z Compiling daft-derive v0.1.7
16162026-08-17T18:09:36.970Z Compiling pin-project-internal v1.1.11
16172026-08-17T18:09:37.471Z Compiling async-trait v0.1.89
16182026-08-17T18:09:37.590Z Compiling vergen-lib v9.1.0
16192026-08-17T18:09:37.593Z Compiling hash32 v0.2.1
16202026-08-17T18:09:37.682Z Compiling memoffset v0.9.1
16212026-08-17T18:09:37.766Z Compiling encoding_rs v0.8.35
16222026-08-17T18:09:37.789Z Compiling ref-cast v1.0.25
16232026-08-17T18:09:37.857Z Compiling litrs v1.0.0
16242026-08-17T18:09:38.060Z Compiling fallible-iterator v0.2.0
16252026-08-17T18:09:38.084Z Compiling psl-types v2.0.11
16262026-08-17T18:09:38.212Z Compiling crc-any v2.5.0
16272026-08-17T18:09:38.369Z Compiling cfg_aliases v0.2.1
16282026-08-17T18:09:38.373Z Compiling mime v0.3.17
16292026-08-17T18:09:38.443Z Compiling rustix v0.38.44
16302026-08-17T18:09:38.447Z Compiling smoltcp v0.9.1
16312026-08-17T18:09:38.490Z Compiling nix v0.31.2
16322026-08-17T18:09:38.653Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16332026-08-17T18:09:38.700Z Compiling document-features v0.2.12
16342026-08-17T18:09:38.779Z Compiling postgres-protocol v0.6.10
16352026-08-17T18:09:38.864Z Compiling publicsuffix v2.3.0
16362026-08-17T18:09:38.912Z Compiling pin-project v1.1.11
16372026-08-17T18:09:39.041Z Compiling zerocopy v0.7.35
16382026-08-17T18:09:39.054Z Compiling daft v0.1.7
16392026-08-17T18:09:39.319Z Compiling inout v0.2.2
16402026-08-17T18:09:39.333Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16412026-08-17T18:09:39.353Z Compiling hyper-tls v0.6.0
16422026-08-17T18:09:39.490Z Compiling zip v0.6.6
16432026-08-17T18:09:39.504Z Compiling object v0.30.4
16442026-08-17T18:09:39.572Z Compiling derive_builder v0.20.2
16452026-08-17T18:09:39.587Z Compiling toml v0.7.8
16462026-08-17T18:09:39.673Z Compiling darling v0.23.0
16472026-08-17T18:09:39.695Z Compiling goblin v0.8.2
16482026-08-17T18:09:40.052Z Compiling derive-ex v0.1.8
16492026-08-17T18:09:40.172Z Compiling phf_shared v0.13.1
16502026-08-17T18:09:40.268Z Compiling regex v1.12.3
16512026-08-17T18:09:40.406Z Compiling hubpack_derive v0.1.1
16522026-08-17T18:09:40.445Z Compiling futures-executor v0.3.32
16532026-08-17T18:09:40.681Z Compiling snafu-derive v0.8.9
16542026-08-17T18:09:40.700Z Compiling curve25519-dalek-derive v0.1.1
16552026-08-17T18:09:40.846Z Compiling strum_macros v0.27.2
16562026-08-17T18:09:41.328Z Compiling ref-cast-impl v1.0.25
16572026-08-17T18:09:41.666Z Compiling vergen v9.1.0
16582026-08-17T18:09:41.848Z Compiling cargo-platform v0.3.2
16592026-08-17T18:09:41.872Z Compiling ff v0.13.1
16602026-08-17T18:09:42.014Z Compiling fs-err v3.3.0
16612026-08-17T18:09:42.120Z Compiling bumpalo v3.20.2
16622026-08-17T18:09:42.203Z Compiling libbz2-rs-sys v0.2.2
16632026-08-17T18:09:42.322Z Compiling unicode-segmentation v1.12.0
16642026-08-17T18:09:42.376Z Compiling managed v0.8.0
16652026-08-17T18:09:42.537Z Compiling jiff-core v0.1.0
16662026-08-17T18:09:42.590Z Compiling object v0.37.3
16672026-08-17T18:09:42.705Z Compiling bitflags v1.3.2
16682026-08-17T18:09:42.755Z Compiling base16ct v0.2.0
16692026-08-17T18:09:42.782Z Compiling path-slash v0.1.5
16702026-08-17T18:09:42.850Z Compiling foldhash v0.2.0
16712026-08-17T18:09:42.865Z Compiling same-file v1.0.6
16722026-08-17T18:09:42.908Z Compiling foldhash v0.1.5
16732026-08-17T18:09:42.926Z Compiling either v1.15.0
16742026-08-17T18:09:43.025Z Compiling hashbrown v0.15.5
16752026-08-17T18:09:43.065Z Compiling hashbrown v0.16.1
16762026-08-17T18:09:43.079Z Compiling walkdir v2.5.0
16772026-08-17T18:09:43.093Z Compiling sec1 v0.7.3
16782026-08-17T18:09:43.130Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16792026-08-17T18:09:43.357Z Compiling jiff v0.2.34
16802026-08-17T18:09:43.595Z Compiling strum v0.27.2
16812026-08-17T18:09:43.635Z Compiling bzip2 v0.6.1
16822026-08-17T18:09:43.672Z Compiling snafu v0.8.9
16832026-08-17T18:09:43.730Z Compiling zopfli v0.8.3
16842026-08-17T18:09:43.944Z Compiling cargo_metadata v0.23.1
16852026-08-17T18:09:44.026Z Compiling group v0.13.0
16862026-08-17T18:09:44.275Z Compiling dof v0.3.0
16872026-08-17T18:09:44.345Z Compiling test-strategy v0.4.5
16882026-08-17T18:09:44.602Z Compiling hubpack v0.1.2
16892026-08-17T18:09:44.830Z Compiling futures v0.3.32
16902026-08-17T18:09:44.913Z Compiling phf v0.13.1
16912026-08-17T18:09:44.988Z Compiling signal-hook-mio v0.2.5
16922026-08-17T18:09:45.083Z Compiling cookie_store v0.22.1
16932026-08-17T18:09:45.294Z Compiling serde_with_macros v3.21.0
16942026-08-17T18:09:45.470Z Compiling zstd v0.13.3
16952026-08-17T18:09:45.724Z Compiling reqwest v0.12.28
16962026-08-17T18:09:45.738Z Compiling cipher v0.5.2
16972026-08-17T18:09:45.812Z Compiling postgres-types v0.2.12
16982026-08-17T18:09:46.392Z Compiling usdt-macro v0.6.0
16992026-08-17T18:09:46.421Z Compiling usdt-attr-macro v0.6.0
17002026-08-17T18:09:46.935Z Compiling globset v0.4.18
17012026-08-17T18:09:47.142Z Compiling phf_shared v0.11.3
17022026-08-17T18:09:47.224Z Compiling hkdf v0.12.4
17032026-08-17T18:09:47.239Z Compiling dtrace-parser v0.2.0
17042026-08-17T18:09:47.328Z Compiling ed25519 v2.2.3
17052026-08-17T18:09:47.343Z Compiling byte-wrapper v0.1.0
17062026-08-17T18:09:47.396Z Compiling olpc-cjson v0.1.4
17072026-08-17T18:09:47.579Z Compiling serde-big-array v0.5.1
17082026-08-17T18:09:47.620Z Compiling serde_plain v1.0.2
17092026-08-17T18:09:47.650Z Compiling crypto-bigint v0.5.5
17102026-08-17T18:09:47.683Z Compiling enum-as-inner v0.6.1
17112026-08-17T18:09:47.709Z Compiling strum_macros v0.26.4
17122026-08-17T18:09:47.802Z Compiling async-recursion v1.1.1
17132026-08-17T18:09:47.974Z Compiling serde_repr v0.1.20
17142026-08-17T18:09:48.189Z Compiling pem v3.0.6
17152026-08-17T18:09:48.238Z Compiling float-cmp v0.10.0
17162026-08-17T18:09:48.381Z Compiling memmap2 v0.9.10
17172026-08-17T18:09:48.460Z Compiling thread-id v4.2.2
17182026-08-17T18:09:48.544Z Compiling precomputed-hash v0.1.1
17192026-08-17T18:09:48.554Z Compiling predicates-core v1.0.10
17202026-08-17T18:09:48.591Z Compiling const-oid v0.10.2
17212026-08-17T18:09:48.623Z Compiling normalize-line-endings v0.3.0
17222026-08-17T18:09:48.636Z Compiling keccak v0.1.6
17232026-08-17T18:09:48.728Z Compiling whoami v2.1.0
17242026-08-17T18:09:48.739Z Compiling fixedbitset v0.4.2
17252026-08-17T18:09:48.802Z Compiling cpufeatures v0.3.0
17262026-08-17T18:09:48.881Z Compiling fixedbitset v0.5.7
17272026-08-17T18:09:48.957Z Compiling new_debug_unreachable v1.0.6
17282026-08-17T18:09:49.041Z Compiling winnow v1.0.3
17292026-08-17T18:09:49.106Z Compiling static_assertions v1.1.0
17302026-08-17T18:09:49.184Z Compiling difflib v0.4.0
17312026-08-17T18:09:49.198Z Compiling typed-path v0.9.3
17322026-08-17T18:09:49.390Z Compiling data-encoding v2.10.0
17332026-08-17T18:09:49.411Z Compiling predicates v3.1.4
17342026-08-17T18:09:49.460Z Compiling strum v0.26.3
17352026-08-17T18:09:49.534Z Compiling toml_parser v1.1.2+spec-1.1.0
17362026-08-17T18:09:49.595Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17372026-08-17T18:09:49.744Z Compiling hickory-proto v0.25.2
17382026-08-17T18:09:49.844Z Compiling petgraph v0.8.3
17392026-08-17T18:09:50.045Z Compiling string_cache v0.8.9
17402026-08-17T18:09:50.083Z Compiling tokio-postgres v0.7.16
17412026-08-17T18:09:50.205Z Compiling petgraph v0.6.5
17422026-08-17T18:09:50.276Z Compiling toml_edit v0.22.27
17432026-08-17T18:09:50.446Z Compiling chacha20 v0.10.0
17442026-08-17T18:09:50.824Z Compiling sha3 v0.10.8
17452026-08-17T18:09:51.294Z Compiling digest v0.11.3
17462026-08-17T18:09:51.518Z Compiling elliptic-curve v0.13.8
17472026-08-17T18:09:51.659Z Compiling usdt v0.6.0
17482026-08-17T18:09:51.749Z Compiling usdt-impl v0.5.0
17492026-08-17T18:09:51.921Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17502026-08-17T18:09:51.935Z Compiling ed25519-dalek v2.2.0
17512026-08-17T18:09:52.261Z Compiling crossterm v0.28.1
17522026-08-17T18:09:52.334Z Compiling serde_with v3.21.0
17532026-08-17T18:09:52.453Z Compiling zip v4.6.1
17542026-08-17T18:09:53.370Z Compiling iddqd v0.4.2
17552026-08-17T18:09:53.547Z Compiling itertools v0.15.0
17562026-08-17T18:09:53.803Z Compiling itertools v0.13.0
17572026-08-17T18:09:54.047Z Compiling similar v2.7.0
17582026-08-17T18:09:54.154Z Compiling heck v0.4.1
17592026-08-17T18:09:54.382Z Compiling crossbeam-epoch v0.9.18
17602026-08-17T18:09:54.438Z Compiling tokio-stream v0.1.18
17612026-08-17T18:09:54.667Z Compiling buf-list v1.1.2
17622026-08-17T18:09:54.700Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17632026-08-17T18:09:54.877Z Compiling openapiv3 v2.2.0
17642026-08-17T18:09:54.892Z Compiling lalrpop-util v0.19.12
17652026-08-17T18:09:54.892Z Compiling peg-runtime v0.8.5
17662026-08-17T18:09:54.935Z Compiling thread_local v1.1.9
17672026-08-17T18:09:54.996Z Compiling slog-async v2.8.0
17682026-08-17T18:09:55.032Z Compiling crossbeam-channel v0.5.15
17692026-08-17T18:09:55.078Z Compiling is-terminal v0.4.17
17702026-08-17T18:09:55.170Z Compiling filetime v0.2.27
17712026-08-17T18:09:55.184Z Compiling xattr v1.6.1
17722026-08-17T18:09:55.184Z Compiling take_mut v0.2.2
17732026-08-17T18:09:55.298Z Compiling term v1.2.1
17742026-08-17T18:09:55.312Z Compiling tar v0.4.46
17752026-08-17T18:09:55.340Z Compiling camino-tempfile v1.4.1
17762026-08-17T18:09:55.560Z Compiling slog-term v2.9.2
17772026-08-17T18:10:01.757Z Compiling rustls-webpki v0.103.13
17782026-08-17T18:10:04.428Z Compiling tokio-rustls v0.26.4
17792026-08-17T18:10:04.428Z Compiling rustls-platform-verifier v0.6.2
17802026-08-17T18:10:04.432Z Compiling tough v0.22.0
17812026-08-17T18:10:04.632Z Compiling hyper-rustls v0.27.7
17822026-08-17T18:10:04.825Z Compiling reqwest v0.13.2
17832026-08-17T18:10:07.037Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-08-17T18:10:07.254Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-08-17T18:10:10.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17862026-08-17T18:10:10.320Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17872026-08-17T18:10:10.375ZAug 17 18:10:09.389 INFO Starting download, target: Clickhouse
17882026-08-17T18:10:10.375ZAug 17 18:10:09.389 INFO Starting download, target: Cockroach
17892026-08-17T18:10:10.375ZAug 17 18:10:09.389 INFO Starting download, target: Console
17902026-08-17T18:10:10.375ZAug 17 18:10:09.389 INFO Starting download, target: DendriteStub
17912026-08-17T18:10:10.376ZAug 17 18:10:09.389 INFO Starting download, target: MaghemiteMgd
17922026-08-17T18:10:10.376ZAug 17 18:10:09.389 INFO Starting download, target: MaghemiteDdmd
17932026-08-17T18:10:10.382ZAug 17 18:10:09.389 INFO Starting download, target: TransceiverControl
17942026-08-17T18:10:10.382ZAug 17 18:10:09.390 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17952026-08-17T18:10:10.382ZAug 17 18:10:09.390 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17962026-08-17T18:10:10.382ZAug 17 18:10:09.390 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17972026-08-17T18:10:10.382ZAug 17 18:10:09.390 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17982026-08-17T18:10:10.382ZAug 17 18:10:09.390 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17992026-08-17T18:10:10.382ZAug 17 18:10:09.390 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18002026-08-17T18:10:10.382ZAug 17 18:10:09.390 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18012026-08-17T18:10:12.164ZAug 17 18:10:11.178 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18022026-08-17T18:10:12.422ZAug 17 18:10:11.436 INFO Download complete, target: Console
18032026-08-17T18:10:13.131ZAug 17 18:10:12.140 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18042026-08-17T18:10:13.351ZAug 17 18:10:12.356 INFO Download complete, target: TransceiverControl
18052026-08-17T18:10:13.819ZAug 17 18:10:12.794 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18062026-08-17T18:10:16.198ZAug 17 18:10:15.188 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18072026-08-17T18:10:16.367ZAug 17 18:10:15.360 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18082026-08-17T18:10:16.616ZAug 17 18:10:15.609 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18092026-08-17T18:10:17.014ZAug 17 18:10:16.019 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18102026-08-17T18:10:17.014ZAug 17 18:10:16.019 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18112026-08-17T18:10:18.171ZAug 17 18:10:17.186 INFO Download complete, target: MaghemiteDdmd
18122026-08-17T18:10:18.945ZAug 17 18:10:17.959 INFO Download complete, target: DendriteStub
18132026-08-17T18:10:19.141ZAug 17 18:10:18.155 INFO Download complete, target: MaghemiteMgd
18142026-08-17T18:10:20.755ZAug 17 18:10:19.769 INFO Checking that binary works, target: Clickhouse
18152026-08-17T18:10:20.894ZAug 17 18:10:19.908 INFO Download complete, target: Clickhouse
18162026-08-17T18:10:21.692ZAug 17 18:10:20.706 INFO Checking that binary works, target: Cockroach
18172026-08-17T18:10:21.800ZAug 17 18:10:20.814 INFO Download complete, target: Cockroach
18182026-08-17T18:10:21.815ZAll builder prerequisites installed successfully, and PATH looks valid
18192026-08-17T18:10:21.818Z
18202026-08-17T18:10:21.818Zreal 2:11.645307075
18212026-08-17T18:10:21.818Zuser 7:07.892913485
18222026-08-17T18:10:21.818Zsys 1:25.892263392
18232026-08-17T18:10:21.819Ztrap 0.247258239
18242026-08-17T18:10:21.819Ztflt 0.615124328
18252026-08-17T18:10:21.819Zdflt 0.774755187
18262026-08-17T18:10:21.819Zkflt 0.022161153
18272026-08-17T18:10:21.819Zlock 27:19.604170874
18282026-08-17T18:10:21.819Zslp 21:40.242937708
18292026-08-17T18:10:21.819Zlat 46.057152503
18302026-08-17T18:10:21.819Zstop 2:36.264170655
18312026-08-17T18:10:21.819Z+ banner hack-check
18322026-08-17T18:10:21.819Z
18332026-08-17T18:10:21.819Z # # ## #### # # #### # # ###### #### # #
18342026-08-17T18:10:21.819Z # # # # # # # # # # # # # # # # #
18352026-08-17T18:10:21.819Z ###### # # # #### ##### # ###### ##### # ####
18362026-08-17T18:10:21.819Z # # ###### # # # # # # # # # #
18372026-08-17T18:10:21.819Z # # # # # # # # # # # # # # # # #
18382026-08-17T18:10:21.819Z # # # # #### # # #### # # ###### #### # #
18392026-08-17T18:10:21.819Z
18402026-08-17T18:10:21.819Z+ export CARGO_INCREMENTAL=0
18412026-08-17T18:10:21.819Z+ CARGO_INCREMENTAL=0
18422026-08-17T18:10:21.819Z+ ptime -m timeout 2h cargo xtask check-features --ci
18432026-08-17T18:10:22.294Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18442026-08-17T18:10:22.607Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18452026-08-17T18:10:24.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
18462026-08-17T18:10:24.460Z Running `target/debug/xtask check-features --ci`
18472026-08-17T18:10:24.482Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18482026-08-17T18:10:24.497Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18492026-08-17T18:10:24.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18502026-08-17T18:10:24.925Z Running `target/debug/xtask download cargo-hack`
18512026-08-17T18:10:25.703Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18522026-08-17T18:10:26.014Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18532026-08-17T18:10:28.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s
18542026-08-17T18:10:28.758Z Running `target/debug/xtask-downloader cargo-hack`
18552026-08-17T18:10:28.799ZAug 17 18:10:27.813 INFO Starting download, target: CargoHack
18562026-08-17T18:10:28.802ZAug 17 18:10:27.814 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18572026-08-17T18:10:29.204ZAug 17 18:10:28.218 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18582026-08-17T18:10:29.253ZAug 17 18:10:28.268 INFO Download complete, target: CargoHack
18592026-08-17T18:10:29.257Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18602026-08-17T18:10:29.271Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18612026-08-17T18:10:29.431Zinfo: running `cargo check --bins` on api_identity (1/334)
18622026-08-17T18:10:29.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-08-17T18:10:29.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-08-17T18:10:29.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-08-17T18:10:29.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18662026-08-17T18:10:29.976Z
18672026-08-17T18:10:29.979Zinfo: running `cargo check --bins` on bootstore (2/334)
18682026-08-17T18:10:30.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-08-17T18:10:30.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-08-17T18:10:30.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-08-17T18:10:30.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18722026-08-17T18:10:30.518Z
18732026-08-17T18:10:30.518Zinfo: running `cargo check --bins` on omicron-ledger (3/334)
18742026-08-17T18:10:30.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-08-17T18:10:30.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-08-17T18:10:30.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-08-17T18:10:30.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18782026-08-17T18:10:31.053Z
18792026-08-17T18:10:31.054Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/334)
18802026-08-17T18:10:31.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-08-17T18:10:31.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-08-17T18:10:31.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-08-17T18:10:31.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18842026-08-17T18:10:31.592Z
18852026-08-17T18:10:31.592Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/334)
18862026-08-17T18:10:32.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-08-17T18:10:32.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-08-17T18:10:32.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-08-17T18:10:32.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18902026-08-17T18:10:32.135Z
18912026-08-17T18:10:32.135Zinfo: running `cargo check --bins` on omicron-certificates (6/334)
18922026-08-17T18:10:32.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-08-17T18:10:32.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-08-17T18:10:32.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-08-17T18:10:32.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18962026-08-17T18:10:32.690Z
18972026-08-17T18:10:32.690Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/334)
18982026-08-17T18:10:33.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-08-17T18:10:33.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-08-17T18:10:33.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-08-17T18:10:33.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19022026-08-17T18:10:33.247Z
19032026-08-17T18:10:33.247Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/334)
19042026-08-17T18:10:33.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-08-17T18:10:33.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-08-17T18:10:33.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-08-17T18:10:33.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19082026-08-17T18:10:33.805Z
19092026-08-17T18:10:33.805Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/334)
19102026-08-17T18:10:34.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-08-17T18:10:34.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-08-17T18:10:34.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-08-17T18:10:34.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19142026-08-17T18:10:34.219Z
19152026-08-17T18:10:34.219Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/334)
19162026-08-17T18:10:34.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-08-17T18:10:34.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-08-17T18:10:34.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-08-17T18:10:34.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19202026-08-17T18:10:34.632Z
19212026-08-17T18:10:34.633Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/334)
19222026-08-17T18:10:34.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-08-17T18:10:34.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-08-17T18:10:34.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-08-17T18:10:35.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19262026-08-17T18:10:35.050Z
19272026-08-17T18:10:35.050Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/334)
19282026-08-17T18:10:35.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-08-17T18:10:35.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-08-17T18:10:35.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-08-17T18:10:35.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19322026-08-17T18:10:35.465Z
19332026-08-17T18:10:35.465Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/334)
19342026-08-17T18:10:35.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-08-17T18:10:35.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-08-17T18:10:35.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-08-17T18:10:35.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19382026-08-17T18:10:35.876Z
19392026-08-17T18:10:35.876Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/334)
19402026-08-17T18:10:36.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-08-17T18:10:36.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-08-17T18:10:36.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-08-17T18:10:36.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19442026-08-17T18:10:36.287Z
19452026-08-17T18:10:36.287Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/334)
19462026-08-17T18:10:36.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-08-17T18:10:36.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-08-17T18:10:36.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-08-17T18:10:36.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19502026-08-17T18:10:36.697Z
19512026-08-17T18:10:36.697Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/334)
19522026-08-17T18:10:37.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-08-17T18:10:37.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-08-17T18:10:37.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-08-17T18:10:37.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19562026-08-17T18:10:37.114Z
19572026-08-17T18:10:37.114Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/334)
19582026-08-17T18:10:37.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-08-17T18:10:37.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-08-17T18:10:37.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-08-17T18:10:37.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19622026-08-17T18:10:37.531Z
19632026-08-17T18:10:37.531Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/334)
19642026-08-17T18:10:37.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-08-17T18:10:37.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-08-17T18:10:37.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-08-17T18:10:37.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19682026-08-17T18:10:37.945Z
19692026-08-17T18:10:37.945Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/334)
19702026-08-17T18:10:38.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-08-17T18:10:38.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-08-17T18:10:38.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-08-17T18:10:38.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19742026-08-17T18:10:38.360Z
19752026-08-17T18:10:38.360Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/334)
19762026-08-17T18:10:38.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-08-17T18:10:38.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-08-17T18:10:38.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-08-17T18:10:38.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19802026-08-17T18:10:38.773Z
19812026-08-17T18:10:38.774Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/334)
19822026-08-17T18:10:39.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-08-17T18:10:39.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-08-17T18:10:39.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-08-17T18:10:39.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19862026-08-17T18:10:39.193Z
19872026-08-17T18:10:39.193Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/334)
19882026-08-17T18:10:39.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-08-17T18:10:39.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-08-17T18:10:39.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-08-17T18:10:39.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19922026-08-17T18:10:39.612Z
19932026-08-17T18:10:39.612Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/334)
19942026-08-17T18:10:39.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-08-17T18:10:39.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-08-17T18:10:39.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-08-17T18:10:39.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19982026-08-17T18:10:40.028Z
19992026-08-17T18:10:40.029Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/334)
20002026-08-17T18:10:40.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-08-17T18:10:40.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-08-17T18:10:40.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-08-17T18:10:40.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20042026-08-17T18:10:40.447Z
20052026-08-17T18:10:40.447Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/334)
20062026-08-17T18:10:40.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-08-17T18:10:40.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-08-17T18:10:40.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-08-17T18:10:40.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20102026-08-17T18:10:40.925Z
20112026-08-17T18:10:40.925Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/334)
20122026-08-17T18:10:41.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-08-17T18:10:41.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-08-17T18:10:41.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-08-17T18:10:41.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20162026-08-17T18:10:41.274Z
20172026-08-17T18:10:41.274Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/334)
20182026-08-17T18:10:41.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-08-17T18:10:41.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-08-17T18:10:41.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-08-17T18:10:41.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20222026-08-17T18:10:41.686Z
20232026-08-17T18:10:41.686Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/334)
20242026-08-17T18:10:42.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-08-17T18:10:42.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-08-17T18:10:42.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-08-17T18:10:42.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20282026-08-17T18:10:42.101Z
20292026-08-17T18:10:42.101Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/334)
20302026-08-17T18:10:42.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-08-17T18:10:42.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-08-17T18:10:42.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-08-17T18:10:42.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20342026-08-17T18:10:42.516Z
20352026-08-17T18:10:42.516Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/334)
20362026-08-17T18:10:42.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-08-17T18:10:42.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-08-17T18:10:42.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-08-17T18:10:42.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20402026-08-17T18:10:42.926Z
20412026-08-17T18:10:42.926Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/334)
20422026-08-17T18:10:43.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-08-17T18:10:43.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-08-17T18:10:43.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-08-17T18:10:43.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20462026-08-17T18:10:43.338Z
20472026-08-17T18:10:43.339Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/334)
20482026-08-17T18:10:43.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-08-17T18:10:43.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-08-17T18:10:43.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-08-17T18:10:43.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20522026-08-17T18:10:43.753Z
20532026-08-17T18:10:43.753Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/334)
20542026-08-17T18:10:44.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-08-17T18:10:44.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-08-17T18:10:44.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-08-17T18:10:44.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20582026-08-17T18:10:44.165Z
20592026-08-17T18:10:44.165Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/334)
20602026-08-17T18:10:44.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-08-17T18:10:44.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-08-17T18:10:44.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-08-17T18:10:44.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20642026-08-17T18:10:44.579Z
20652026-08-17T18:10:44.579Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/334)
20662026-08-17T18:10:44.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-08-17T18:10:44.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-08-17T18:10:44.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-08-17T18:10:44.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20702026-08-17T18:10:44.996Z
20712026-08-17T18:10:44.996Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/334)
20722026-08-17T18:10:45.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-08-17T18:10:45.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-08-17T18:10:45.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-08-17T18:10:45.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20762026-08-17T18:10:45.414Z
20772026-08-17T18:10:45.414Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/334)
20782026-08-17T18:10:45.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-08-17T18:10:45.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-08-17T18:10:45.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-08-17T18:10:45.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20822026-08-17T18:10:45.828Z
20832026-08-17T18:10:45.828Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/334)
20842026-08-17T18:10:46.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-08-17T18:10:46.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-08-17T18:10:46.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-08-17T18:10:46.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20882026-08-17T18:10:46.265Z
20892026-08-17T18:10:46.265Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/334)
20902026-08-17T18:10:46.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-08-17T18:10:46.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-08-17T18:10:46.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-08-17T18:10:46.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20942026-08-17T18:10:46.652Z
20952026-08-17T18:10:46.652Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/334)
20962026-08-17T18:10:47.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-08-17T18:10:47.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-08-17T18:10:47.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-08-17T18:10:47.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21002026-08-17T18:10:47.065Z
21012026-08-17T18:10:47.066Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/334)
21022026-08-17T18:10:47.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-08-17T18:10:47.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-08-17T18:10:47.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-08-17T18:10:47.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21062026-08-17T18:10:47.478Z
21072026-08-17T18:10:47.478Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/334)
21082026-08-17T18:10:47.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-08-17T18:10:47.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-08-17T18:10:47.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-08-17T18:10:47.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21122026-08-17T18:10:47.895Z
21132026-08-17T18:10:47.895Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/334)
21142026-08-17T18:10:48.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-08-17T18:10:48.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-08-17T18:10:48.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-08-17T18:10:48.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21182026-08-17T18:10:48.312Z
21192026-08-17T18:10:48.312Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/334)
21202026-08-17T18:10:48.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-08-17T18:10:48.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-08-17T18:10:48.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-08-17T18:10:48.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21242026-08-17T18:10:48.729Z
21252026-08-17T18:10:48.729Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/334)
21262026-08-17T18:10:49.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-08-17T18:10:49.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-08-17T18:10:49.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-08-17T18:10:49.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21302026-08-17T18:10:49.141Z
21312026-08-17T18:10:49.141Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/334)
21322026-08-17T18:10:49.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-08-17T18:10:49.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-08-17T18:10:49.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-08-17T18:10:49.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21362026-08-17T18:10:49.556Z
21372026-08-17T18:10:49.556Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/334)
21382026-08-17T18:10:49.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-08-17T18:10:49.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-08-17T18:10:49.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-08-17T18:10:49.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21422026-08-17T18:10:49.969Z
21432026-08-17T18:10:49.969Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/334)
21442026-08-17T18:10:50.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-08-17T18:10:50.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-08-17T18:10:50.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-08-17T18:10:50.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21482026-08-17T18:10:50.383Z
21492026-08-17T18:10:50.383Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/334)
21502026-08-17T18:10:50.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-08-17T18:10:50.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-08-17T18:10:50.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-08-17T18:10:50.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21542026-08-17T18:10:50.975Z
21552026-08-17T18:10:50.975Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/334)
21562026-08-17T18:10:51.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-08-17T18:10:51.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-08-17T18:10:51.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-08-17T18:10:51.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21602026-08-17T18:10:51.570Z
21612026-08-17T18:10:51.571Zinfo: running `cargo check --bins` on nexus-config (51/334)
21622026-08-17T18:10:52.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-08-17T18:10:52.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-08-17T18:10:52.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-08-17T18:10:52.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21662026-08-17T18:10:52.168Z
21672026-08-17T18:10:52.168Zinfo: running `cargo check --bins` on nexus-types (52/334)
21682026-08-17T18:10:52.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-08-17T18:10:52.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-08-17T18:10:52.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-08-17T18:10:52.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722026-08-17T18:10:52.764Z
21732026-08-17T18:10:52.764Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/334)
21742026-08-17T18:10:53.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-08-17T18:10:53.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-08-17T18:10:53.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-08-17T18:10:53.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21782026-08-17T18:10:53.332Z
21792026-08-17T18:10:53.332Zinfo: running `cargo check --bins` on omicron-passwords (54/334)
21802026-08-17T18:10:53.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-08-17T18:10:53.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-08-17T18:10:53.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-08-17T18:10:53.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21842026-08-17T18:10:53.878Z
21852026-08-17T18:10:53.878Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/334)
21862026-08-17T18:10:54.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-08-17T18:10:54.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-08-17T18:10:54.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-08-17T18:10:54.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21902026-08-17T18:10:54.445Z
21912026-08-17T18:10:54.445Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/334)
21922026-08-17T18:10:54.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-08-17T18:10:54.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-08-17T18:10:54.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-08-17T18:10:54.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21962026-08-17T18:10:55.010Z
21972026-08-17T18:10:55.011Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/334)
21982026-08-17T18:10:55.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-08-17T18:10:55.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-08-17T18:10:55.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-08-17T18:10:55.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22022026-08-17T18:10:55.577Z
22032026-08-17T18:10:55.578Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/334)
22042026-08-17T18:10:56.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-08-17T18:10:56.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-08-17T18:10:56.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-08-17T18:10:56.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22082026-08-17T18:10:56.148Z
22092026-08-17T18:10:56.148Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/334)
22102026-08-17T18:10:56.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-08-17T18:10:56.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-08-17T18:10:56.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-08-17T18:10:56.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22142026-08-17T18:10:56.692Z
22152026-08-17T18:10:56.692Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/334)
22162026-08-17T18:10:57.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-08-17T18:10:57.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-08-17T18:10:57.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-08-17T18:10:57.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22202026-08-17T18:10:57.240Z
22212026-08-17T18:10:57.240Zinfo: running `cargo check --bins --no-default-features` on gfss (61/334)
22222026-08-17T18:10:57.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-08-17T18:10:57.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-08-17T18:10:57.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-08-17T18:10:57.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22262026-08-17T18:10:57.778Z
22272026-08-17T18:10:57.778Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/334)
22282026-08-17T18:10:58.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-08-17T18:10:58.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-08-17T18:10:58.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-08-17T18:10:58.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22322026-08-17T18:10:58.324Z
22332026-08-17T18:10:58.324Zinfo: running `cargo check --bins` on wicketd-commission-types (63/334)
22342026-08-17T18:10:58.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-08-17T18:10:58.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-08-17T18:10:58.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-08-17T18:10:58.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22382026-08-17T18:10:58.888Z
22392026-08-17T18:10:58.888Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (64/334)
22402026-08-17T18:10:59.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-08-17T18:10:59.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-08-17T18:10:59.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-08-17T18:10:59.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22442026-08-17T18:10:59.455Z
22452026-08-17T18:10:59.455Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (65/334)
22462026-08-17T18:10:59.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-08-17T18:10:59.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-08-17T18:10:59.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-08-17T18:10:59.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22502026-08-17T18:11:00.006Z
22512026-08-17T18:11:00.006Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/334)
22522026-08-17T18:11:00.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-08-17T18:11:00.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-08-17T18:11:00.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-08-17T18:11:00.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22562026-08-17T18:11:00.562Z
22572026-08-17T18:11:00.562Zinfo: running `cargo check --bins` on clickhouse-admin-types (67/334)
22582026-08-17T18:11:01.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-08-17T18:11:01.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-08-17T18:11:01.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-08-17T18:11:01.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22622026-08-17T18:11:01.123Z
22632026-08-17T18:11:01.123Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (68/334)
22642026-08-17T18:11:01.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-08-17T18:11:01.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-08-17T18:11:01.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-08-17T18:11:01.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22682026-08-17T18:11:01.683Z
22692026-08-17T18:11:01.683Zinfo: running `cargo check --bins` on cockroach-admin-types (69/334)
22702026-08-17T18:11:02.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-08-17T18:11:02.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-08-17T18:11:02.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-08-17T18:11:02.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22742026-08-17T18:11:02.228Z
22752026-08-17T18:11:02.228Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (70/334)
22762026-08-17T18:11:02.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-08-17T18:11:02.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-08-17T18:11:02.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792026-08-17T18:11:02.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22802026-08-17T18:11:02.775Z
22812026-08-17T18:11:02.775Zinfo: running `cargo check --bins` on ereport-types (71/334)
22822026-08-17T18:11:03.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832026-08-17T18:11:03.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842026-08-17T18:11:03.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852026-08-17T18:11:03.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22862026-08-17T18:11:03.327Z
22872026-08-17T18:11:03.328Zinfo: running `cargo check --bins` on gateway-client (72/334)
22882026-08-17T18:11:03.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892026-08-17T18:11:03.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902026-08-17T18:11:03.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912026-08-17T18:11:03.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22922026-08-17T18:11:03.883Z
22932026-08-17T18:11:03.883Zinfo: running `cargo check --bins --no-default-features` on gateway-types (73/334)
22942026-08-17T18:11:04.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952026-08-17T18:11:04.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962026-08-17T18:11:04.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972026-08-17T18:11:04.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22982026-08-17T18:11:04.437Z
22992026-08-17T18:11:04.437Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/334)
23002026-08-17T18:11:04.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012026-08-17T18:11:04.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022026-08-17T18:11:04.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032026-08-17T18:11:04.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23042026-08-17T18:11:04.993Z
23052026-08-17T18:11:04.993Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (75/334)
23062026-08-17T18:11:05.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072026-08-17T18:11:05.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082026-08-17T18:11:05.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092026-08-17T18:11:05.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23102026-08-17T18:11:05.566Z
23112026-08-17T18:11:05.566Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/334)
23122026-08-17T18:11:06.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132026-08-17T18:11:06.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142026-08-17T18:11:06.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23152026-08-17T18:11:06.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23162026-08-17T18:11:06.144Z
23172026-08-17T18:11:06.144Zinfo: running `cargo check --bins` on key-manager-types (77/334)
23182026-08-17T18:11:06.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192026-08-17T18:11:06.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202026-08-17T18:11:06.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23212026-08-17T18:11:06.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23222026-08-17T18:11:06.686Z
23232026-08-17T18:11:06.686Zinfo: running `cargo check --bins` on oxlog (78/334)
23242026-08-17T18:11:07.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252026-08-17T18:11:07.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262026-08-17T18:11:07.276Z Checking cfg-if v1.0.4
23272026-08-17T18:11:07.279Z Checking libc v0.2.185
23282026-08-17T18:11:07.279Z Checking serde_core v1.0.228
23292026-08-17T18:11:07.395Z Checking memchr v2.8.0
23302026-08-17T18:11:07.401Z Checking zeroize v1.9.0
23312026-08-17T18:11:07.410Z Checking log v0.4.29
23322026-08-17T18:11:07.410Z Checking smallvec v1.15.1
23332026-08-17T18:11:07.431Z Checking subtle v2.6.1
23342026-08-17T18:11:07.441Z Checking itoa v1.0.17
23352026-08-17T18:11:07.550Z Checking scopeguard v1.2.0
23362026-08-17T18:11:07.569Z Checking typenum v1.20.1
23372026-08-17T18:11:07.575Z Checking stable_deref_trait v1.2.1
23382026-08-17T18:11:07.587Z Checking zerofrom v0.1.6
23392026-08-17T18:11:07.601Z Checking portable-atomic v1.13.1
23402026-08-17T18:11:07.642Z Checking lock_api v0.4.14
23412026-08-17T18:11:07.642Z Checking zerocopy v0.8.40
23422026-08-17T18:11:07.697Z Checking yoke v0.8.1
23432026-08-17T18:11:07.776Z Checking critical-section v1.2.0
23442026-08-17T18:11:07.779Z Checking errno v0.3.14
23452026-08-17T18:11:07.852Z Checking getrandom v0.2.17
23462026-08-17T18:11:07.866Z Checking zerovec v0.11.5
23472026-08-17T18:11:07.887Z Checking const-oid v0.9.6
23482026-08-17T18:11:07.913Z Checking pin-project-lite v0.2.17
23492026-08-17T18:11:07.995Z Checking once_cell v1.21.3
23502026-08-17T18:11:08.009Z Checking rand_core v0.6.4
23512026-08-17T18:11:08.025Z Checking libm v0.2.16
23522026-08-17T18:11:08.163Z Checking zmij v1.0.21
23532026-08-17T18:11:08.177Z Checking signal-hook-registry v1.4.8
23542026-08-17T18:11:08.293Z Checking generic-array v0.14.7
23552026-08-17T18:11:08.296Z Checking tinystr v0.8.2
23562026-08-17T18:11:08.333Z Checking parking_lot_core v0.9.12
23572026-08-17T18:11:08.369Z Checking rand_core v0.10.0
23582026-08-17T18:11:08.476Z Checking writeable v0.6.2
23592026-08-17T18:11:08.510Z Checking futures-core v0.3.32
23602026-08-17T18:11:08.523Z Checking litemap v0.8.1
23612026-08-17T18:11:08.552Z Checking percent-encoding v2.3.2
23622026-08-17T18:11:08.631Z Checking parking_lot v0.12.5
23632026-08-17T18:11:08.635Z Checking getrandom v0.4.1
23642026-08-17T18:11:08.686Z Checking icu_locale_core v2.1.1
23652026-08-17T18:11:08.698Z Checking potential_utf v0.1.4
23662026-08-17T18:11:08.710Z Checking num-traits v0.2.19
23672026-08-17T18:11:08.740Z Checking zerotrie v0.2.3
23682026-08-17T18:11:08.785Z Checking mio v1.2.0
23692026-08-17T18:11:08.815Z Checking equivalent v1.0.2
23702026-08-17T18:11:08.827Z Checking icu_collections v2.1.1
23712026-08-17T18:11:08.858Z Checking serde v1.0.228
23722026-08-17T18:11:08.895Z Checking bitflags v2.11.0
23732026-08-17T18:11:08.980Z Checking serde_json v1.0.151
23742026-08-17T18:11:09.066Z Checking socket2 v0.6.3
23752026-08-17T18:11:09.081Z Checking icu_properties_data v2.1.2
23762026-08-17T18:11:09.139Z Checking icu_normalizer_data v2.1.1
23772026-08-17T18:11:09.206Z Checking byteorder v1.5.0
23782026-08-17T18:11:09.219Z Checking crypto-common v0.1.7
23792026-08-17T18:11:09.236Z Checking block-buffer v0.10.4
23802026-08-17T18:11:09.240Z Checking icu_provider v2.1.1
23812026-08-17T18:11:09.269Z Checking bytes v1.11.1
23822026-08-17T18:11:09.314Z Checking futures-sink v0.3.32
23832026-08-17T18:11:09.333Z Checking hashbrown v0.17.0
23842026-08-17T18:11:09.373Z Checking digest v0.10.7
23852026-08-17T18:11:09.401Z Checking getrandom v0.3.4
23862026-08-17T18:11:09.413Z Checking futures-channel v0.3.32
23872026-08-17T18:11:09.476Z Checking icu_properties v2.1.2
23882026-08-17T18:11:09.543Z Checking icu_normalizer v2.1.1
23892026-08-17T18:11:09.562Z Checking utf8_iter v1.0.4
23902026-08-17T18:11:09.599Z Checking futures-io v0.3.32
23912026-08-17T18:11:09.667Z Checking slab v0.4.12
23922026-08-17T18:11:09.682Z Checking futures-task v0.3.32
23932026-08-17T18:11:09.709Z Checking tokio v1.52.1
23942026-08-17T18:11:09.713Z Checking form_urlencoded v1.2.2
23952026-08-17T18:11:09.796Z Checking indexmap v2.14.0
23962026-08-17T18:11:09.817Z Checking futures-util v0.3.32
23972026-08-17T18:11:09.832Z Checking rustix v1.1.3
23982026-08-17T18:11:09.846Z Checking fnv v1.0.7
23992026-08-17T18:11:09.846Z Checking base64ct v1.8.3
24002026-08-17T18:11:09.939Z Checking iana-time-zone v0.1.65
24012026-08-17T18:11:10.044Z Checking flagset v0.4.7
24022026-08-17T18:11:10.082Z Checking pem-rfc7468 v0.7.0
24032026-08-17T18:11:10.169Z Checking chrono v0.4.45
24042026-08-17T18:11:10.241Z Checking der v0.7.10
24052026-08-17T18:11:10.293Z Checking idna_adapter v1.2.1
24062026-08-17T18:11:10.353Z Checking rand_core v0.9.5
24072026-08-17T18:11:10.373Z Checking ppv-lite86 v0.2.21
24082026-08-17T18:11:10.411Z Checking idna v1.1.0
24092026-08-17T18:11:10.528Z Checking uuid v1.23.4
24102026-08-17T18:11:10.651Z Checking url v2.5.8
24112026-08-17T18:11:10.666Z Checking regex-syntax v0.8.10
24122026-08-17T18:11:10.666Z Checking base64 v0.22.1
24132026-08-17T18:11:10.842Z Checking http v1.4.2
24142026-08-17T18:11:10.900Z Checking utf8parse v0.2.2
24152026-08-17T18:11:10.959Z Checking spki v0.7.3
24162026-08-17T18:11:11.001Z Checking rand_chacha v0.9.0
24172026-08-17T18:11:11.022Z Checking tracing-core v0.1.36
24182026-08-17T18:11:11.088Z Checking cpufeatures v0.2.17
24192026-08-17T18:11:11.121Z Checking anstyle v1.0.14
24202026-08-17T18:11:11.156Z Checking dyn-clone v1.0.20
24212026-08-17T18:11:11.212Z Checking rand v0.9.2
24222026-08-17T18:11:11.256Z Checking pkcs8 v0.10.2
24232026-08-17T18:11:11.300Z Checking semver v1.0.28
24242026-08-17T18:11:11.325Z Checking tracing v0.1.44
24252026-08-17T18:11:11.403Z Checking http-body v1.0.1
24262026-08-17T18:11:11.416Z Checking spin v0.9.8
24272026-08-17T18:11:11.506Z Checking rustls-pki-types v1.14.0
24282026-08-17T18:11:11.526Z Checking tinyvec_macros v0.1.1
24292026-08-17T18:11:11.539Z Checking cmov v0.5.4
24302026-08-17T18:11:11.590Z Checking anstyle-query v1.1.5
24312026-08-17T18:11:11.603Z Checking colorchoice v1.0.4
24322026-08-17T18:11:11.669Z Checking is_terminal_polyfill v1.70.2
24332026-08-17T18:11:11.682Z Checking openssl-probe v0.2.1
24342026-08-17T18:11:11.697Z Checking tinyvec v1.10.0
24352026-08-17T18:11:11.720Z Checking schemars v0.8.22
24362026-08-17T18:11:11.733Z Checking ctutils v0.4.2
24372026-08-17T18:11:11.757Z Checking sha2 v0.10.9
24382026-08-17T18:11:11.780Z Checking aws-lc-sys v0.40.0
24392026-08-17T18:11:11.793Z Checking thiserror v2.0.18
24402026-08-17T18:11:11.892Z Checking fastrand v2.3.0
24412026-08-17T18:11:11.936Z Checking tower-service v0.3.3
24422026-08-17T18:11:11.955Z Checking untrusted v0.7.1
24432026-08-17T18:11:12.004Z Checking tower-layer v0.3.3
24442026-08-17T18:11:12.023Z Checking atomic-waker v1.1.2
24452026-08-17T18:11:12.026Z Checking try-lock v0.2.5
24462026-08-17T18:11:12.063Z Checking hybrid-array v0.4.13
24472026-08-17T18:11:12.076Z Checking tempfile v3.25.0
24482026-08-17T18:11:12.121Z Checking anstyle-parse v1.0.0
24492026-08-17T18:11:12.133Z Checking want v0.3.1
24502026-08-17T18:11:12.147Z Checking ipnet v2.11.0
24512026-08-17T18:11:12.252Z Checking crc32fast v1.5.0
24522026-08-17T18:11:12.268Z Checking httparse v1.10.1
24532026-08-17T18:11:12.282Z Checking aws-lc-rs v1.16.3
24542026-08-17T18:11:12.282Z Checking aho-corasick v1.1.4
24552026-08-17T18:11:12.371Z Checking plain v0.2.3
24562026-08-17T18:11:12.387Z Checking simd-adler32 v0.3.8
24572026-08-17T18:11:12.405Z Checking untrusted v0.9.0
24582026-08-17T18:11:12.472Z Checking httpdate v1.0.3
24592026-08-17T18:11:12.527Z Checking foreign-types-shared v0.1.1
24602026-08-17T18:11:12.527Z Checking tap v1.0.1
24612026-08-17T18:11:12.556Z Checking anstream v1.0.0
24622026-08-17T18:11:12.569Z Checking foreign-types v0.3.2
24632026-08-17T18:11:12.607Z Checking wyz v0.5.1
24642026-08-17T18:11:12.621Z Checking unicode-normalization v0.1.25
24652026-08-17T18:11:12.634Z Checking terminal_size v0.4.3
24662026-08-17T18:11:12.745Z Checking rand_chacha v0.3.1
24672026-08-17T18:11:12.759Z Checking radium v0.7.0
24682026-08-17T18:11:12.775Z Checking signature v2.2.0
24692026-08-17T18:11:12.810Z Checking hex v0.4.3
24702026-08-17T18:11:12.904Z Checking num-integer v0.1.46
24712026-08-17T18:11:12.929Z Checking openssl-sys v0.9.117
24722026-08-17T18:11:12.943Z Checking tokio-util v0.7.18
24732026-08-17T18:11:12.956Z Checking wait-timeout v0.2.1
24742026-08-17T18:11:12.968Z Checking regex-automata v0.4.14
24752026-08-17T18:11:13.021Z Checking bit-vec v0.8.0
24762026-08-17T18:11:13.034Z Checking ucd-trie v0.1.7
24772026-08-17T18:11:13.073Z Checking unicode-ident v1.0.24
24782026-08-17T18:11:13.124Z Checking clap_lex v1.0.0
24792026-08-17T18:11:13.137Z Checking rustls-webpki v0.103.13
24802026-08-17T18:11:13.159Z Checking adler2 v2.0.1
24812026-08-17T18:11:13.177Z Checking quick-error v1.2.3
24822026-08-17T18:11:13.214Z Checking funty v2.0.0
24832026-08-17T18:11:13.263Z Checking strsim v0.11.1
24842026-08-17T18:11:13.277Z Checking rusty-fork v0.3.1
24852026-08-17T18:11:13.281Z Checking miniz_oxide v0.8.9
24862026-08-17T18:11:13.301Z Checking openssl v0.10.80
24872026-08-17T18:11:13.419Z Checking clap_builder v4.6.0
24882026-08-17T18:11:13.445Z Checking bit-set v0.8.0
24892026-08-17T18:11:13.526Z Checking bitvec v1.0.1
24902026-08-17T18:11:13.543Z Checking rustls v0.23.41
24912026-08-17T18:11:13.556Z Checking h2 v0.4.15
24922026-08-17T18:11:13.588Z Checking proc-macro2 v1.0.106
24932026-08-17T18:11:13.634Z Checking pest v2.8.6
24942026-08-17T18:11:13.894Z Checking num-iter v0.1.45
24952026-08-17T18:11:14.022Z Checking rand v0.8.6
24962026-08-17T18:11:14.563Z Checking lazy_static v1.5.0
24972026-08-17T18:11:14.656Z Checking anstyle-parse v0.2.7
24982026-08-17T18:11:14.684Z Checking rand_xorshift v0.4.0
24992026-08-17T18:11:14.704Z Checking thiserror v1.0.69
25002026-08-17T18:11:14.798Z Checking maybe-uninit v2.0.0
25012026-08-17T18:11:14.810Z Checking hmac v0.12.1
25022026-08-17T18:11:14.810Z Checking toml_datetime v0.6.11
25032026-08-17T18:11:14.836Z Checking serde_spanned v0.6.9
25042026-08-17T18:11:14.860Z Checking sync_wrapper v1.0.2
25052026-08-17T18:11:14.873Z Checking nodrop v0.1.14
25062026-08-17T18:11:14.949Z Checking powerfmt v0.2.0
25072026-08-17T18:11:14.962Z Checking pretty-hex v0.4.1
25082026-08-17T18:11:14.965Z Checking zlib-rs v0.6.2
25092026-08-17T18:11:14.965Z Checking crc-catalog v2.4.0
25102026-08-17T18:11:14.996Z Checking unarray v0.1.4
25112026-08-17T18:11:15.070Z Checking siphasher v1.0.2
25122026-08-17T18:11:15.083Z Checking crc v3.4.0
25132026-08-17T18:11:15.094Z Checking proptest v1.11.0
25142026-08-17T18:11:15.097Z Checking deranged v0.5.8
25152026-08-17T18:11:15.223Z Checking tower v0.5.3
25162026-08-17T18:11:15.248Z Checking array-init v0.0.4
25172026-08-17T18:11:15.301Z Checking native-tls v0.2.18
25182026-08-17T18:11:15.476Z Checking packed_struct v0.10.1
25192026-08-17T18:11:15.538Z Checking smallvec v0.6.14
25202026-08-17T18:11:15.605Z Checking anstream v0.6.21
25212026-08-17T18:11:15.725Z Checking clap v4.6.1
25222026-08-17T18:11:15.801Z Checking num-bigint-dig v0.8.6
25232026-08-17T18:11:15.818Z Checking quote v1.0.45
25242026-08-17T18:11:15.832Z Checking ipnetwork v0.21.1
25252026-08-17T18:11:15.846Z Checking flate2 v1.1.9
25262026-08-17T18:11:15.984Z Checking http-body-util v0.1.3
25272026-08-17T18:11:16.019Z Checking pkcs1 v0.7.5
25282026-08-17T18:11:16.041Z Checking crossbeam-utils v0.8.21
25292026-08-17T18:11:16.135Z Checking zerocopy v0.6.6
25302026-08-17T18:11:16.199Z Checking bitfield v0.19.4
25312026-08-17T18:11:16.223Z Checking ahash v0.8.12
25322026-08-17T18:11:16.375Z Checking bzip2-sys v0.1.13+1.0.8
25332026-08-17T18:11:16.379Z Checking hyper v1.10.1
25342026-08-17T18:11:16.412Z Checking scroll v0.13.0
25352026-08-17T18:11:16.426Z Checking env_filter v1.0.0
25362026-08-17T18:11:16.457Z Checking time-core v0.1.8
25372026-08-17T18:11:16.457Z Checking winnow v0.5.40
25382026-08-17T18:11:16.520Z Checking num_threads v0.1.7
25392026-08-17T18:11:16.565Z Checking num-conv v0.2.0
25402026-08-17T18:11:16.605Z Checking ryu v1.0.23
25412026-08-17T18:11:16.608Z Checking unicode-properties v0.1.4
25422026-08-17T18:11:16.629Z Checking hashbrown v0.12.3
25432026-08-17T18:11:16.641Z Checking iri-string v0.7.10
25442026-08-17T18:11:16.676Z Checking allocator-api2 v0.2.21
25452026-08-17T18:11:16.740Z Checking base64 v0.21.7
25462026-08-17T18:11:16.800Z Checking unicode-bidi v0.3.18
25472026-08-17T18:11:16.894Z Checking newtype-uuid v1.3.2
25482026-08-17T18:11:16.956Z Checking serde_urlencoded v0.7.1
25492026-08-17T18:11:16.975Z Checking ron v0.8.1
25502026-08-17T18:11:17.034Z Checking indexmap v1.9.3
25512026-08-17T18:11:17.089Z Checking stringprep v0.1.5
25522026-08-17T18:11:17.092Z Checking time v0.3.47
25532026-08-17T18:11:17.160Z Checking goblin v0.10.5
25542026-08-17T18:11:17.247Z Checking rsa v0.9.10
25552026-08-17T18:11:17.322Z Checking hyper-util v0.1.20
25562026-08-17T18:11:17.345Z Checking env_logger v0.11.9
25572026-08-17T18:11:17.480Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25582026-08-17T18:11:17.535Z Checking bzip2 v0.4.4
25592026-08-17T18:11:17.599Z Checking toml_edit v0.19.15
25602026-08-17T18:11:17.657Z Checking tower-http v0.6.8
25612026-08-17T18:11:17.695Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25622026-08-17T18:11:17.708Z Checking hashbrown v0.13.2
25632026-08-17T18:11:17.857Z Checking crossbeam-epoch v0.9.18
25642026-08-17T18:11:17.926Z Checking oxnet v0.1.6
25652026-08-17T18:11:18.085Z Checking syn v2.0.117
25662026-08-17T18:11:18.126Z Checking serde-hex v0.1.0
25672026-08-17T18:11:18.183Z Checking tokio-native-tls v0.3.1
25682026-08-17T18:11:18.235Z Checking bstr v1.12.1
25692026-08-17T18:11:18.340Z Checking block-buffer v0.12.1
25702026-08-17T18:11:18.509Z Checking block-padding v0.4.2
25712026-08-17T18:11:18.576Z Checking crypto-common v0.2.2
25722026-08-17T18:11:18.621Z Checking rustls-native-certs v0.8.3
25732026-08-17T18:11:18.635Z Checking x509-cert v0.2.5
25742026-08-17T18:11:18.647Z Checking scroll v0.12.0
25752026-08-17T18:11:18.751Z Checking zstd-sys v2.0.16+zstd.1.5.7
25762026-08-17T18:11:18.862Z Checking md-5 v0.10.6
25772026-08-17T18:11:18.875Z Checking hash32 v0.2.1
25782026-08-17T18:11:19.013Z Checking encoding_rs v0.8.35
25792026-08-17T18:11:19.042Z Checking crc-any v2.5.0
25802026-08-17T18:11:19.182Z Checking either v1.15.0
25812026-08-17T18:11:19.218Z Checking mime v0.3.17
25822026-08-17T18:11:19.280Z Checking psl-types v2.0.11
25832026-08-17T18:11:19.370Z Checking fallible-iterator v0.2.0
25842026-08-17T18:11:19.396Z Checking heapless v0.7.17
25852026-08-17T18:11:19.410Z Checking publicsuffix v2.3.0
25862026-08-17T18:11:19.492Z Checking dof v0.4.0
25872026-08-17T18:11:19.564Z Checking goblin v0.8.2
25882026-08-17T18:11:19.627Z Checking zstd-safe v7.2.4
25892026-08-17T18:11:19.643Z Checking postgres-protocol v0.6.10
25902026-08-17T18:11:19.792Z Checking inout v0.2.2
25912026-08-17T18:11:19.807Z Checking toml v0.7.8
25922026-08-17T18:11:19.940Z Checking hyper-tls v0.6.0
25932026-08-17T18:11:19.960Z Checking cookie v0.18.1
25942026-08-17T18:11:19.960Z Checking daft v0.1.7
25952026-08-17T18:11:20.111Z Checking object v0.30.4
25962026-08-17T18:11:20.111Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25972026-08-17T18:11:20.137Z Checking zip v0.6.6
25982026-08-17T18:11:20.203Z Checking tokio-rustls v0.26.4
25992026-08-17T18:11:20.216Z Checking phf_shared v0.13.1
26002026-08-17T18:11:20.272Z Checking dtrace-parser v0.3.0
26012026-08-17T18:11:20.376Z Checking zerocopy v0.7.35
26022026-08-17T18:11:20.408Z Checking pin-project v1.1.11
26032026-08-17T18:11:20.431Z Checking futures-executor v0.3.32
26042026-08-17T18:11:20.463Z Checking signal-hook v0.3.18
26052026-08-17T18:11:20.498Z Checking ff v0.13.1
26062026-08-17T18:11:20.510Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26072026-08-17T18:11:20.514Z Checking thread-id v5.1.0
26082026-08-17T18:11:20.574Z Checking same-file v1.0.6
26092026-08-17T18:11:20.597Z Checking libbz2-rs-sys v0.2.2
26102026-08-17T18:11:20.622Z Checking foldhash v0.2.0
26112026-08-17T18:11:20.650Z Checking foldhash v0.1.5
26122026-08-17T18:11:20.686Z Checking path-slash v0.1.5
26132026-08-17T18:11:20.772Z Compiling rayon-core v1.13.0
26142026-08-17T18:11:20.784Z Checking bumpalo v3.20.2
26152026-08-17T18:11:20.788Z Checking base16ct v0.2.0
26162026-08-17T18:11:20.868Z Checking jiff-core v0.1.0
26172026-08-17T18:11:20.918Z Checking bitflags v1.3.2
26182026-08-17T18:11:20.946Z Checking managed v0.8.0
26192026-08-17T18:11:20.977Z Checking bzip2 v0.6.1
26202026-08-17T18:11:20.989Z Checking zopfli v0.8.3
26212026-08-17T18:11:21.021Z Checking sec1 v0.7.3
26222026-08-17T18:11:21.128Z Checking smoltcp v0.9.1
26232026-08-17T18:11:21.140Z Checking hashbrown v0.15.5
26242026-08-17T18:11:21.222Z Checking hashbrown v0.16.1
26252026-08-17T18:11:21.304Z Checking walkdir v2.5.0
26262026-08-17T18:11:21.460Z Checking signal-hook-mio v0.2.5
26272026-08-17T18:11:21.463Z Checking group v0.13.0
26282026-08-17T18:11:21.463Z Checking dof v0.3.0
26292026-08-17T18:11:21.535Z Checking jiff v0.2.34
26302026-08-17T18:11:21.584Z Checking usdt-impl v0.6.0
26312026-08-17T18:11:21.604Z Checking futures v0.3.32
26322026-08-17T18:11:21.617Z Checking snafu v0.8.9
26332026-08-17T18:11:21.681Z Checking hyper-rustls v0.27.7
26342026-08-17T18:11:21.707Z Checking phf v0.13.1
26352026-08-17T18:11:21.720Z Checking cookie_store v0.22.1
26362026-08-17T18:11:21.754Z Checking reqwest v0.12.28
26372026-08-17T18:11:21.851Z Checking postgres-types v0.2.12
26382026-08-17T18:11:21.864Z Checking cipher v0.5.2
26392026-08-17T18:11:21.864Z Checking zstd v0.13.3
26402026-08-17T18:11:21.886Z Checking rustls-platform-verifier v0.6.2
26412026-08-17T18:11:22.020Z Checking globset v0.4.18
26422026-08-17T18:11:22.044Z Checking crossbeam-deque v0.8.6
26432026-08-17T18:11:22.048Z Checking phf_shared v0.11.3
26442026-08-17T18:11:22.106Z Checking hkdf v0.12.4
26452026-08-17T18:11:22.158Z Checking regex v1.12.3
26462026-08-17T18:11:22.189Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26472026-08-17T18:11:22.205Z Checking dtrace-parser v0.2.0
26482026-08-17T18:11:22.220Z Checking byte-wrapper v0.1.0
26492026-08-17T18:11:22.235Z Checking ref-cast v1.0.25
26502026-08-17T18:11:22.270Z Checking curve25519-dalek v4.1.3
26512026-08-17T18:11:22.329Z Checking strum v0.27.2
26522026-08-17T18:11:22.418Z Checking olpc-cjson v0.1.4
26532026-08-17T18:11:22.434Z Checking hubpack v0.1.2
26542026-08-17T18:11:22.437Z Checking ed25519 v2.2.3
26552026-08-17T18:11:22.455Z Checking memoffset v0.9.1
26562026-08-17T18:11:22.506Z Checking rustix v0.38.44
26572026-08-17T18:11:22.520Z Checking pem v3.0.6
26582026-08-17T18:11:22.532Z Checking serde_plain v1.0.2
26592026-08-17T18:11:22.548Z Checking serde-big-array v0.5.1
26602026-08-17T18:11:22.593Z Checking erased-serde v0.3.31
26612026-08-17T18:11:22.621Z Checking float-cmp v0.10.0
26622026-08-17T18:11:22.667Z Checking crypto-bigint v0.5.5
26632026-08-17T18:11:22.668Z Checking memmap2 v0.9.10
26642026-08-17T18:11:22.692Z Checking thread-id v4.2.2
26652026-08-17T18:11:22.745Z Checking fixedbitset v0.5.7
26662026-08-17T18:11:22.767Z Checking static_assertions v1.1.0
26672026-08-17T18:11:22.836Z Checking predicates-core v1.0.10
26682026-08-17T18:11:22.848Z Checking normalize-line-endings v0.3.0
26692026-08-17T18:11:22.934Z Checking difflib v0.4.0
26702026-08-17T18:11:22.946Z Checking toml_write v0.1.2
26712026-08-17T18:11:22.958Z Checking precomputed-hash v0.1.1
26722026-08-17T18:11:22.970Z Checking unicode-segmentation v1.12.0
26732026-08-17T18:11:23.031Z Checking data-encoding v2.10.0
26742026-08-17T18:11:23.043Z Checking cpufeatures v0.3.0
26752026-08-17T18:11:23.103Z Checking keccak v0.1.6
26762026-08-17T18:11:23.106Z Checking const-oid v0.10.2
26772026-08-17T18:11:23.128Z Checking typed-path v0.9.3
26782026-08-17T18:11:23.261Z Checking new_debug_unreachable v1.0.6
26792026-08-17T18:11:23.274Z Checking winnow v1.0.3
26802026-08-17T18:11:23.285Z Checking whoami v2.1.0
26812026-08-17T18:11:23.300Z Checking winnow v0.7.14
26822026-08-17T18:11:23.313Z Checking fixedbitset v0.4.2
26832026-08-17T18:11:23.326Z Checking string_cache v0.8.9
26842026-08-17T18:11:23.417Z Checking zip v4.6.1
26852026-08-17T18:11:23.455Z Checking petgraph v0.6.5
26862026-08-17T18:11:23.472Z Checking tokio-postgres v0.7.16
26872026-08-17T18:11:23.488Z Checking crossterm v0.28.1
26882026-08-17T18:11:23.602Z Checking toml_parser v1.1.2+spec-1.1.0
26892026-08-17T18:11:23.606Z Checking elliptic-curve v0.13.8
26902026-08-17T18:11:23.873Z Checking hickory-proto v0.25.2
26912026-08-17T18:11:23.889Z Checking sha3 v0.10.8
26922026-08-17T18:11:23.903Z Checking tough v0.22.0
26932026-08-17T18:11:23.984Z Checking similar v2.7.0
26942026-08-17T18:11:24.105Z Checking digest v0.11.3
26952026-08-17T18:11:24.188Z Checking chacha20 v0.10.0
26962026-08-17T18:11:24.285Z Checking predicates v3.1.4
26972026-08-17T18:11:24.375Z Checking ed25519-dalek v2.2.0
26982026-08-17T18:11:24.451Z Checking slog v2.8.2
26992026-08-17T18:11:24.496Z Checking toml_edit v0.22.27
27002026-08-17T18:11:24.586Z Checking petgraph v0.8.3
27012026-08-17T18:11:24.601Z Checking usdt v0.6.0
27022026-08-17T18:11:24.715Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27032026-08-17T18:11:24.732Z Checking usdt-impl v0.5.0
27042026-08-17T18:11:24.755Z Checking nix v0.31.2
27052026-08-17T18:11:24.770Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27062026-08-17T18:11:25.011Z Checking iddqd v0.4.2
27072026-08-17T18:11:25.577Z Checking reqwest v0.13.2
27082026-08-17T18:11:25.666Z Checking itertools v0.15.0
27092026-08-17T18:11:25.905Z Checking itertools v0.13.0
27102026-08-17T18:11:25.918Z Checking strum v0.26.3
27112026-08-17T18:11:25.945Z Checking serde_with v3.21.0
27122026-08-17T18:11:26.026Z Checking fs-err v3.3.0
27132026-08-17T18:11:26.148Z Checking object v0.37.3
27142026-08-17T18:11:26.322Z Checking tokio-stream v0.1.18
27152026-08-17T18:11:26.426Z Checking buf-list v1.1.2
27162026-08-17T18:11:26.613Z Checking camino v1.2.2
27172026-08-17T18:11:26.702Z Checking anyhow v1.0.102
27182026-08-17T18:11:26.705Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27192026-08-17T18:11:26.766Z Checking openapiv3 v2.2.0
27202026-08-17T18:11:26.858Z Checking peg-runtime v0.8.5
27212026-08-17T18:11:26.902Z Checking lalrpop-util v0.19.12
27222026-08-17T18:11:26.922Z Checking rayon v1.11.0
27232026-08-17T18:11:26.973Z Checking sigpipe v0.1.3
27242026-08-17T18:11:26.973Z Checking glob v0.3.3
27252026-08-17T18:11:28.302Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27262026-08-17T18:11:28.368Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27272026-08-17T18:11:28.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.96s
27282026-08-17T18:11:28.922Z
27292026-08-17T18:11:28.922Zinfo: running `cargo check --bins` on internal-dns-types (79/334)
27302026-08-17T18:11:29.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312026-08-17T18:11:29.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322026-08-17T18:11:29.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27332026-08-17T18:11:29.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27342026-08-17T18:11:29.385Z
27352026-08-17T18:11:29.385Zinfo: running `cargo check --bins` on internal-dns-types-versions (80/334)
27362026-08-17T18:11:29.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372026-08-17T18:11:29.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382026-08-17T18:11:29.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27392026-08-17T18:11:29.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27402026-08-17T18:11:29.946Z
27412026-08-17T18:11:29.947Zinfo: running `cargo check --bins` on nexus-types-versions (81/334)
27422026-08-17T18:11:30.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432026-08-17T18:11:30.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442026-08-17T18:11:30.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27452026-08-17T18:11:30.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27462026-08-17T18:11:30.527Z
27472026-08-17T18:11:30.527Zinfo: running `cargo check --bins` on oxql-types (82/334)
27482026-08-17T18:11:31.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492026-08-17T18:11:31.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502026-08-17T18:11:31.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27512026-08-17T18:11:31.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27522026-08-17T18:11:31.092Z
27532026-08-17T18:11:31.093Zinfo: running `cargo check --bins` on oximeter-types (83/334)
27542026-08-17T18:11:31.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552026-08-17T18:11:31.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562026-08-17T18:11:31.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572026-08-17T18:11:31.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27582026-08-17T18:11:31.654Z
27592026-08-17T18:11:31.655Zinfo: running `cargo check --bins` on oximeter-types-versions (84/334)
27602026-08-17T18:11:32.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612026-08-17T18:11:32.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622026-08-17T18:11:32.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632026-08-17T18:11:32.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27642026-08-17T18:11:32.221Z
27652026-08-17T18:11:32.221Zinfo: running `cargo check --bins` on oximeter-macro-impl (85/334)
27662026-08-17T18:11:32.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672026-08-17T18:11:32.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682026-08-17T18:11:32.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692026-08-17T18:11:32.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
27702026-08-17T18:11:32.772Z
27712026-08-17T18:11:32.772Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (86/334)
27722026-08-17T18:11:33.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732026-08-17T18:11:33.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742026-08-17T18:11:33.450Z Compiling multer v3.1.0
27752026-08-17T18:11:33.562Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27762026-08-17T18:11:33.562Z Compiling async-stream-impl v0.3.6
27772026-08-17T18:11:33.580Z Compiling dropshot v0.17.1
27782026-08-17T18:11:33.592Z Compiling parse-display-derive v0.10.0
27792026-08-17T18:11:33.604Z Compiling dropshot_endpoint v0.17.1
27802026-08-17T18:11:33.607Z Compiling newtype-uuid-macros v0.1.0
27812026-08-17T18:11:33.633Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27822026-08-17T18:11:33.777Z Checking thread_local v1.1.9
27832026-08-17T18:11:33.820Z Checking compression-core v0.4.31
27842026-08-17T18:11:33.935Z Checking match_cfg v0.1.0
27852026-08-17T18:11:33.951Z Checking crossbeam-channel v0.5.15
27862026-08-17T18:11:33.966Z Checking compression-codecs v0.4.37
27872026-08-17T18:11:34.013Z Checking hostname v0.3.1
27882026-08-17T18:11:34.043Z Checking atomicwrites v0.4.4
27892026-08-17T18:11:34.113Z Checking slog-json v2.6.1
27902026-08-17T18:11:34.191Z Checking toml_datetime v1.1.1+spec-1.1.0
27912026-08-17T18:11:34.195Z Checking is-terminal v0.4.17
27922026-08-17T18:11:34.195Z Checking serde_spanned v1.1.1
27932026-08-17T18:11:34.241Z Checking debug-ignore v1.0.5
27942026-08-17T18:11:34.267Z Checking term v1.2.1
27952026-08-17T18:11:34.295Z Checking take_mut v0.2.2
27962026-08-17T18:11:34.308Z Checking toml_writer v1.1.1+spec-1.1.0
27972026-08-17T18:11:34.339Z Checking slog-bunyan v2.5.0
27982026-08-17T18:11:34.352Z Checking async-stream v0.3.6
27992026-08-17T18:11:34.364Z Checking async-compression v0.4.41
28002026-08-17T18:11:34.396Z Checking slog-async v2.8.0
28012026-08-17T18:11:34.453Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28022026-08-17T18:11:34.475Z Checking progenitor-client v0.14.0
28032026-08-17T18:11:34.490Z Checking slog-term v2.9.2
28042026-08-17T18:11:34.493Z Checking toml v1.1.2+spec-1.1.0
28052026-08-17T18:11:34.558Z Checking sha1 v0.11.0
28062026-08-17T18:11:34.603Z Checking waitgroup v0.1.2
28072026-08-17T18:11:34.701Z Checking rustls-pemfile v2.2.0
28082026-08-17T18:11:34.715Z Checking backon v1.6.0
28092026-08-17T18:11:34.738Z Checking serde_path_to_error v0.1.20
28102026-08-17T18:11:34.752Z Checking hostname v0.4.2
28112026-08-17T18:11:34.783Z Checking instant v0.1.13
28122026-08-17T18:11:34.864Z Checking backoff v0.4.0
28132026-08-17T18:11:34.876Z Checking progenitor-extras v0.2.0
28142026-08-17T18:11:35.006Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28152026-08-17T18:11:35.034Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28162026-08-17T18:11:35.056Z Checking regress v0.10.5
28172026-08-17T18:11:35.076Z Checking itertools v0.14.0
28182026-08-17T18:11:35.206Z Checking macaddr v1.0.1
28192026-08-17T18:11:35.273Z Checking parse-display v0.10.0
28202026-08-17T18:11:35.382Z Checking humantime v2.3.0
28212026-08-17T18:11:36.166Z Compiling prettyplease v0.2.37
28222026-08-17T18:11:36.455Z Checking num-rational v0.4.2
28232026-08-17T18:11:36.723Z Checking num-complex v0.4.6
28242026-08-17T18:11:37.186Z Compiling num v0.4.3
28252026-08-17T18:11:37.245Z Compiling usdt-macro v0.5.0
28262026-08-17T18:11:37.269Z Compiling usdt-attr-macro v0.5.0
28272026-08-17T18:11:37.299Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28282026-08-17T18:11:37.312Z Checking memmap v0.7.0
28292026-08-17T18:11:37.325Z Checking float-ord v0.3.2
28302026-08-17T18:11:37.442Z Checking unicode-width v0.2.0
28312026-08-17T18:11:37.544Z Compiling convert_case v0.4.0
28322026-08-17T18:11:37.688Z Checking console v0.15.11
28332026-08-17T18:11:37.910Z Compiling derive_more v0.99.20
28342026-08-17T18:11:37.967Z Checking newline-converter v0.3.0
28352026-08-17T18:11:37.980Z Compiling toml v0.8.23
28362026-08-17T18:11:38.048Z Checking usdt v0.5.0
28372026-08-17T18:11:38.077Z Compiling minimal-lexical v0.2.1
28382026-08-17T18:11:38.219Z Checking linked-hash-map v0.5.6
28392026-08-17T18:11:38.328Z Compiling nom v7.1.3
28402026-08-17T18:11:38.391Z Checking lru-cache v0.1.2
28412026-08-17T18:11:38.511Z Checking expectorate v1.2.0
28422026-08-17T18:11:38.909Z Checking camino-tempfile v1.4.1
28432026-08-17T18:11:38.967Z Checking hickory-proto v0.24.4
28442026-08-17T18:11:39.097Z Checking phf_shared v0.12.1
28452026-08-17T18:11:39.126Z Compiling slog-dtrace v0.3.0
28462026-08-17T18:11:39.242Z Compiling chrono-tz v0.10.4
28472026-08-17T18:11:39.419Z Checking resolv-conf v0.7.6
28482026-08-17T18:11:39.532Z Compiling unicode-xid v0.2.6
28492026-08-17T18:11:39.609Z Checking heck v0.5.0
28502026-08-17T18:11:39.663Z Compiling const_format_proc_macros v0.2.34
28512026-08-17T18:11:39.706Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-08-17T18:11:39.809Z Checking phf v0.12.1
28532026-08-17T18:11:39.954Z Checking tokio-dtrace v0.1.1
28542026-08-17T18:11:40.147Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28552026-08-17T18:11:40.196Z Compiling derive-where v1.6.0
28562026-08-17T18:11:40.315Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28572026-08-17T18:11:40.539Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28582026-08-17T18:11:40.671Z Checking highway v1.3.0
28592026-08-17T18:11:40.814Z Checking hickory-resolver v0.24.4
28602026-08-17T18:11:40.896Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28612026-08-17T18:11:41.421Z Checking const_format v0.2.35
28622026-08-17T18:11:41.618Z Checking oxide-tokio-rt v0.1.4
28632026-08-17T18:11:41.623Z Checking qorb v0.4.1
28642026-08-17T18:11:41.783Z Checking gethostname v0.5.0
28652026-08-17T18:11:41.874Z Checking bcs v0.1.6
28662026-08-17T18:11:41.902Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28672026-08-17T18:11:41.954Z Checking termtree v0.5.1
28682026-08-17T18:11:42.107Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28692026-08-17T18:11:42.169Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28702026-08-17T18:11:42.172Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28712026-08-17T18:11:45.216Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28722026-08-17T18:11:48.329Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28732026-08-17T18:11:50.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.82s
28742026-08-17T18:11:50.766Z
28752026-08-17T18:11:50.766Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/334)
28762026-08-17T18:11:51.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-08-17T18:11:51.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-08-17T18:11:51.434Z Compiling ar_archive_writer v0.5.1
28792026-08-17T18:11:51.544Z Compiling stacker v0.1.23
28802026-08-17T18:11:51.552Z Compiling cfg_aliases v0.1.1
28812026-08-17T18:11:51.559Z Compiling convert_case v0.10.0
28822026-08-17T18:11:51.565Z Checking unicode-width v0.1.14
28832026-08-17T18:11:51.574Z Compiling proc-macro-error v1.0.4
28842026-08-17T18:11:51.585Z Checking fd-lock v4.0.4
28852026-08-17T18:11:51.588Z Checking nibble_vec v0.1.0
28862026-08-17T18:11:51.607Z Compiling nix v0.28.0
28872026-08-17T18:11:51.700Z Compiling recursive-proc-macro-impl v0.1.1
28882026-08-17T18:11:51.712Z Checking vte v0.14.1
28892026-08-17T18:11:51.794Z Checking bytecount v0.6.9
28902026-08-17T18:11:51.807Z Checking endian-type v0.1.2
28912026-08-17T18:11:51.838Z Compiling derive_more-impl v2.1.1
28922026-08-17T18:11:51.856Z Checking strip-ansi-escapes v0.2.1
28932026-08-17T18:11:51.868Z Compiling tabled_derive v0.7.0
28942026-08-17T18:11:51.891Z Checking papergrid v0.11.0
28952026-08-17T18:11:51.925Z Checking radix_trie v0.2.1
28962026-08-17T18:11:51.957Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28972026-08-17T18:11:52.099Z Compiling peg-macros v0.8.5
28982026-08-17T18:11:52.131Z Checking winnow v0.6.26
28992026-08-17T18:11:52.341Z Compiling psm v0.1.30
29002026-08-17T18:11:52.416Z Compiling sqlparser_derive v0.5.0
29012026-08-17T18:11:52.499Z Checking home v0.5.12
29022026-08-17T18:11:52.607Z Checking nu-ansi-term v0.50.3
29032026-08-17T18:11:52.644Z Checking derive_more v2.1.1
29042026-08-17T18:11:52.722Z Checking unicode_categories v0.1.1
29052026-08-17T18:11:52.810Z Checking tabled v0.15.0
29062026-08-17T18:11:52.828Z Checking reedline v0.40.0
29072026-08-17T18:11:52.875Z Checking crossterm v0.29.0
29082026-08-17T18:11:52.918Z Checking rustyline v14.0.0
29092026-08-17T18:11:53.176Z Checking recursive v0.1.1
29102026-08-17T18:11:53.188Z Checking display-error-chain v0.2.2
29112026-08-17T18:11:53.201Z Checking sqlparser v0.61.0
29122026-08-17T18:11:53.269Z Checking sqlformat v0.3.5
29132026-08-17T18:11:53.420Z Checking peg v0.8.5
29142026-08-17T18:12:05.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s
29152026-08-17T18:12:05.804Z
29162026-08-17T18:12:05.805Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/334)
29172026-08-17T18:12:05.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-08-17T18:12:05.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-08-17T18:12:05.805Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29202026-08-17T18:12:08.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
29212026-08-17T18:12:09.352Z
29222026-08-17T18:12:09.352Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/334)
29232026-08-17T18:12:09.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-08-17T18:12:09.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-08-17T18:12:09.784Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29262026-08-17T18:12:12.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
29272026-08-17T18:12:12.471Z
29282026-08-17T18:12:12.471Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/334)
29292026-08-17T18:12:12.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-08-17T18:12:12.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-08-17T18:12:13.126Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29322026-08-17T18:12:16.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
29332026-08-17T18:12:16.648Z
29342026-08-17T18:12:16.648Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/334)
29352026-08-17T18:12:17.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-08-17T18:12:17.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-08-17T18:12:17.314Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29382026-08-17T18:12:20.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
29392026-08-17T18:12:20.873Z
29402026-08-17T18:12:20.873Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/334)
29412026-08-17T18:12:21.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-08-17T18:12:21.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-08-17T18:12:21.537Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29442026-08-17T18:12:24.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
29452026-08-17T18:12:24.441Z
29462026-08-17T18:12:24.442Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/334)
29472026-08-17T18:12:24.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-08-17T18:12:24.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-08-17T18:12:25.104Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29502026-08-17T18:12:27.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
29512026-08-17T18:12:28.012Z
29522026-08-17T18:12:28.013Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/334)
29532026-08-17T18:12:28.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-08-17T18:12:28.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-08-17T18:12:28.673Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29562026-08-17T18:12:32.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
29572026-08-17T18:12:32.374Z
29582026-08-17T18:12:32.374Zinfo: running `cargo check --bins` on oximeter (95/334)
29592026-08-17T18:12:32.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-08-17T18:12:32.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-08-17T18:12:32.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29622026-08-17T18:12:32.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29632026-08-17T18:12:32.933Z
29642026-08-17T18:12:32.936Zinfo: running `cargo check --bins` on oximeter-schema (96/334)
29652026-08-17T18:12:33.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-08-17T18:12:33.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-08-17T18:12:33.552Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29682026-08-17T18:12:33.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
29692026-08-17T18:12:34.128Z
29702026-08-17T18:12:34.128Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (97/334)
29712026-08-17T18:12:34.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722026-08-17T18:12:34.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732026-08-17T18:12:34.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29742026-08-17T18:12:34.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29752026-08-17T18:12:34.683Z
29762026-08-17T18:12:34.683Zinfo: running `cargo check --bins` on oximeter-test-utils (98/334)
29772026-08-17T18:12:35.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782026-08-17T18:12:35.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792026-08-17T18:12:35.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29802026-08-17T18:12:35.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29812026-08-17T18:12:35.287Z
29822026-08-17T18:12:35.287Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/334)
29832026-08-17T18:12:35.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842026-08-17T18:12:35.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852026-08-17T18:12:35.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29862026-08-17T18:12:35.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29872026-08-17T18:12:35.854Z
29882026-08-17T18:12:35.854Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/334)
29892026-08-17T18:12:36.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902026-08-17T18:12:36.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912026-08-17T18:12:36.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29922026-08-17T18:12:36.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29932026-08-17T18:12:36.425Z
29942026-08-17T18:12:36.425Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/334)
29952026-08-17T18:12:36.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-08-17T18:12:36.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-08-17T18:12:36.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982026-08-17T18:12:36.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29992026-08-17T18:12:36.998Z
30002026-08-17T18:12:36.998Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/334)
30012026-08-17T18:12:37.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-08-17T18:12:37.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-08-17T18:12:37.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042026-08-17T18:12:37.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30052026-08-17T18:12:37.569Z
30062026-08-17T18:12:37.569Zinfo: running `cargo check --bins` on trust-quorum-types (103/334)
30072026-08-17T18:12:38.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-08-17T18:12:38.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-08-17T18:12:38.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102026-08-17T18:12:38.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30112026-08-17T18:12:38.116Z
30122026-08-17T18:12:38.116Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/334)
30132026-08-17T18:12:38.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-08-17T18:12:38.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-08-17T18:12:38.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162026-08-17T18:12:38.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30172026-08-17T18:12:38.681Z
30182026-08-17T18:12:38.681Zinfo: running `cargo check --bins` on reconfigurator-cli (105/334)
30192026-08-17T18:12:39.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-08-17T18:12:39.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-08-17T18:12:39.501Z Compiling regress v0.11.1
30222026-08-17T18:12:39.501Z Checking secrecy v0.10.3
30232026-08-17T18:12:39.502Z Compiling crucible-workspace-hack v0.1.0
30242026-08-17T18:12:39.502Z Checking half v2.7.1
30252026-08-17T18:12:39.502Z Checking ciborium-io v0.2.2
30262026-08-17T18:12:39.505Z Checking inout v0.1.4
30272026-08-17T18:12:39.505Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30282026-08-17T18:12:39.740Z Checking universal-hash v0.5.1
30292026-08-17T18:12:39.754Z Checking cipher v0.4.4
30302026-08-17T18:12:39.790Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30312026-08-17T18:12:39.870Z Compiling thiserror-impl-no-std v2.0.2
30322026-08-17T18:12:39.880Z Checking ciborium-ll v0.2.2
30332026-08-17T18:12:39.897Z Checking opaque-debug v0.3.1
30342026-08-17T18:12:39.924Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30352026-08-17T18:12:39.948Z Compiling toml_datetime v0.7.5+spec-1.1.0
30362026-08-17T18:12:39.966Z Checking poly1305 v0.8.0
30372026-08-17T18:12:40.021Z Checking chacha20 v0.9.1
30382026-08-17T18:12:40.049Z Checking ciborium v0.2.2
30392026-08-17T18:12:40.191Z Compiling toml_edit v0.23.10+spec-1.0.0
30402026-08-17T18:12:40.214Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30412026-08-17T18:12:40.229Z Checking password-hash v0.5.0
30422026-08-17T18:12:40.321Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30432026-08-17T18:12:40.448Z Checking blake2 v0.10.6
30442026-08-17T18:12:40.476Z Checking aead v0.5.2
30452026-08-17T18:12:40.498Z Checking indent_write v2.2.0
30462026-08-17T18:12:40.622Z Compiling unsafe-libyaml v0.2.11
30472026-08-17T18:12:40.637Z Checking chacha20poly1305 v0.10.1
30482026-08-17T18:12:40.695Z Checking argon2 v0.5.3
30492026-08-17T18:12:40.762Z Compiling proc-macro-crate v3.4.0
30502026-08-17T18:12:41.039Z Checking thiserror-no-std v2.0.2
30512026-08-17T18:12:41.053Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30522026-08-17T18:12:41.099Z Checking typify-impl v0.6.2
30532026-08-17T18:12:41.128Z Checking vsss-rs v3.3.4
30542026-08-17T18:12:41.320Z Compiling serde_yaml v0.9.34+deprecated
30552026-08-17T18:12:41.381Z Compiling num_enum_derive v0.7.6
30562026-08-17T18:12:41.667Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30572026-08-17T18:12:41.879Z Compiling heapless v0.8.0
30582026-08-17T18:12:42.007Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30592026-08-17T18:12:42.110Z Compiling ingot-macros v0.2.0
30602026-08-17T18:12:42.215Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30612026-08-17T18:12:42.231Z Checking hash32 v0.3.1
30622026-08-17T18:12:42.347Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30632026-08-17T18:12:42.362Z Compiling smoltcp v0.11.0
30642026-08-17T18:12:42.420Z Checking num_enum v0.7.6
30652026-08-17T18:12:42.576Z Checking tabwriter v1.4.1
30662026-08-17T18:12:42.722Z Checking cobs v0.3.0
30672026-08-17T18:12:42.738Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30682026-08-17T18:12:42.759Z Compiling proc-macro-crate v1.3.1
30692026-08-17T18:12:42.864Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30702026-08-17T18:12:42.879Z Checking postcard v1.1.3
30712026-08-17T18:12:42.950Z Compiling foreign-types-macros v0.2.3
30722026-08-17T18:12:43.076Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30732026-08-17T18:12:43.167Z Checking foreign-types-shared v0.3.1
30742026-08-17T18:12:43.171Z Checking colored v3.1.1
30752026-08-17T18:12:43.265Z Checking swrite v0.1.0
30762026-08-17T18:12:43.326Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30772026-08-17T18:12:43.331Z Compiling num_enum_derive v0.5.11
30782026-08-17T18:12:43.464Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30792026-08-17T18:12:43.485Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30802026-08-17T18:12:43.542Z Checking foreign-types v0.5.0
30812026-08-17T18:12:43.625Z Checking cstr-argument v0.1.2
30822026-08-17T18:12:43.752Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30832026-08-17T18:12:43.896Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30842026-08-17T18:12:43.933Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30852026-08-17T18:12:43.968Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30862026-08-17T18:12:44.040Z Checking rand v0.10.1
30872026-08-17T18:12:44.133Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30882026-08-17T18:12:44.150Z Compiling zone_cfg_derive v0.3.1
30892026-08-17T18:12:44.168Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30902026-08-17T18:12:44.287Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30912026-08-17T18:12:44.385Z Checking num_enum v0.5.11
30922026-08-17T18:12:44.470Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30932026-08-17T18:12:44.504Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30942026-08-17T18:12:44.649Z Checking itertools v0.12.1
30952026-08-17T18:12:44.685Z Compiling num-derive v0.4.2
30962026-08-17T18:12:44.815Z Compiling semver v0.1.20
30972026-08-17T18:12:44.951Z Checking ingot-types v0.2.0
30982026-08-17T18:12:45.120Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30992026-08-17T18:12:45.321Z Checking ingot v0.2.1
31002026-08-17T18:12:45.339Z Compiling rustc_version v0.1.7
31012026-08-17T18:12:45.555Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31022026-08-17T18:12:45.570Z Checking smf v0.2.3
31032026-08-17T18:12:45.613Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31042026-08-17T18:12:45.668Z Checking zone v0.3.1
31052026-08-17T18:12:45.717Z Checking nom v8.0.0
31062026-08-17T18:12:45.790Z Compiling typify-macro v0.6.2
31072026-08-17T18:12:45.808Z Checking csv-core v0.1.13
31082026-08-17T18:12:45.836Z Checking whoami v1.6.1
31092026-08-17T18:12:45.854Z Compiling newtype_derive v0.1.6
31102026-08-17T18:12:45.982Z Checking csv v1.4.0
31112026-08-17T18:12:46.010Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31122026-08-17T18:12:46.025Z Compiling cancel-safe-futures v0.1.5
31132026-08-17T18:12:46.093Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31142026-08-17T18:12:46.225Z Compiling libefi-sys v0.1.0
31152026-08-17T18:12:46.260Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31162026-08-17T18:12:46.335Z Compiling owo-colors v4.3.0
31172026-08-17T18:12:46.349Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31182026-08-17T18:12:46.574Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31192026-08-17T18:12:46.702Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31202026-08-17T18:12:46.762Z Checking oxide-update-engine-types v0.1.2
31212026-08-17T18:12:46.770Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31222026-08-17T18:12:46.904Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31232026-08-17T18:12:46.929Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31242026-08-17T18:12:46.946Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31252026-08-17T18:12:47.005Z Compiling bitfield-struct v0.6.2
31262026-08-17T18:12:47.255Z Checking unicode-linebreak v0.1.5
31272026-08-17T18:12:47.414Z Checking linear-map v1.2.0
31282026-08-17T18:12:47.473Z Checking smawk v0.3.2
31292026-08-17T18:12:47.510Z Compiling typify v0.6.2
31302026-08-17T18:12:47.607Z Compiling progenitor-impl v0.14.0
31312026-08-17T18:12:47.628Z Checking textwrap v0.16.2
31322026-08-17T18:12:47.644Z Checking oxide-update-engine v0.1.2
31332026-08-17T18:12:47.657Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31342026-08-17T18:12:47.670Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31352026-08-17T18:12:47.843Z Checking steno v0.4.1
31362026-08-17T18:12:48.006Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31372026-08-17T18:12:48.236Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31382026-08-17T18:12:48.405Z Checking sha1 v0.10.6
31392026-08-17T18:12:48.472Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31402026-08-17T18:12:48.554Z Checking utf-8 v0.7.6
31412026-08-17T18:12:48.577Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31422026-08-17T18:12:48.599Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31432026-08-17T18:12:48.692Z Checking tungstenite v0.21.0
31442026-08-17T18:12:48.755Z Checking ignore v0.4.25
31452026-08-17T18:12:48.814Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31462026-08-17T18:12:48.859Z Compiling xshell-macros v0.2.7
31472026-08-17T18:12:49.069Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31482026-08-17T18:12:49.087Z Checking predicates-tree v1.0.13
31492026-08-17T18:12:49.172Z Checking tokio-tungstenite v0.21.0
31502026-08-17T18:12:49.203Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31512026-08-17T18:12:49.218Z Checking globwalk v0.9.1
31522026-08-17T18:12:49.287Z Checking xshell v0.2.7
31532026-08-17T18:12:49.302Z Checking filetime v0.2.27
31542026-08-17T18:12:49.401Z Checking tagptr v0.2.0
31552026-08-17T18:12:49.442Z Checking xattr v1.6.1
31562026-08-17T18:12:49.458Z Checking camino-tempfile-ext v0.3.3
31572026-08-17T18:12:49.486Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31582026-08-17T18:12:49.548Z Checking moka v0.12.13
31592026-08-17T18:12:49.578Z Checking tar v0.4.46
31602026-08-17T18:12:49.594Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31612026-08-17T18:12:49.657Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31622026-08-17T18:12:49.672Z Checking rand_seeder v0.4.0
31632026-08-17T18:12:49.729Z Checking half v1.8.3
31642026-08-17T18:12:49.805Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31652026-08-17T18:12:49.823Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31662026-08-17T18:12:49.933Z Checking serde_cbor v0.11.2
31672026-08-17T18:12:49.964Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31682026-08-17T18:12:50.131Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
31692026-08-17T18:12:50.199Z Checking hickory-resolver v0.25.2
31702026-08-17T18:12:50.221Z Checking digest-io v0.1.0
31712026-08-17T18:12:50.224Z Compiling progenitor-macro v0.14.0
31722026-08-17T18:12:50.325Z Checking sha2 v0.11.0
31732026-08-17T18:12:50.352Z Compiling petname v2.0.2
31742026-08-17T18:12:50.783Z Checking rawzip v0.4.4
31752026-08-17T18:12:50.834Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31762026-08-17T18:12:50.905Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31772026-08-17T18:12:50.933Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31782026-08-17T18:12:50.982Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31792026-08-17T18:12:51.236Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31802026-08-17T18:12:51.364Z Checking sapling-renderdag v0.1.0
31812026-08-17T18:12:51.421Z Checking subprocess v0.2.15
31822026-08-17T18:12:51.610Z Checking sync-ptr v0.1.4
31832026-08-17T18:12:51.720Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31842026-08-17T18:12:51.723Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31852026-08-17T18:12:51.723Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31862026-08-17T18:12:51.764Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31872026-08-17T18:12:51.850Z Checking colored v2.2.0
31882026-08-17T18:12:51.882Z Checking assert_matches v1.5.0
31892026-08-17T18:12:52.973Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31902026-08-17T18:12:53.201Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31912026-08-17T18:12:53.479Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31922026-08-17T18:12:53.746Z Checking progenitor v0.14.0
31932026-08-17T18:12:53.881Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31942026-08-17T18:12:53.881Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31952026-08-17T18:12:53.884Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31962026-08-17T18:12:53.884Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31972026-08-17T18:12:53.884Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31982026-08-17T18:12:53.884Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31992026-08-17T18:12:54.224Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32002026-08-17T18:12:54.249Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32012026-08-17T18:12:54.411Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32022026-08-17T18:12:54.551Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32032026-08-17T18:12:55.118Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32042026-08-17T18:12:55.614Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32052026-08-17T18:12:56.831Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32062026-08-17T18:13:05.274Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32072026-08-17T18:13:12.499Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32082026-08-17T18:13:12.499Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32092026-08-17T18:13:12.503Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32102026-08-17T18:13:14.033Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32112026-08-17T18:13:15.310Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32122026-08-17T18:13:17.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.89s
32132026-08-17T18:13:17.780Z
32142026-08-17T18:13:17.780Zinfo: running `cargo check --bins` on nexus-inventory (106/334)
32152026-08-17T18:13:18.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-08-17T18:13:18.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-08-17T18:13:18.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-08-17T18:13:18.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32192026-08-17T18:13:18.388Z
32202026-08-17T18:13:18.389Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/334)
32212026-08-17T18:13:18.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-08-17T18:13:18.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-08-17T18:13:18.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242026-08-17T18:13:18.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32252026-08-17T18:13:18.955Z
32262026-08-17T18:13:18.955Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/334)
32272026-08-17T18:13:19.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-08-17T18:13:19.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-08-17T18:13:19.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302026-08-17T18:13:19.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32312026-08-17T18:13:19.521Z
32322026-08-17T18:13:19.521Zinfo: running `cargo check --bins` on dns-service-client (109/334)
32332026-08-17T18:13:19.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342026-08-17T18:13:20.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352026-08-17T18:13:20.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32362026-08-17T18:13:20.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32372026-08-17T18:13:20.087Z
32382026-08-17T18:13:20.087Zinfo: running `cargo check --bins` on ntp-admin-client (110/334)
32392026-08-17T18:13:20.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402026-08-17T18:13:20.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412026-08-17T18:13:20.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422026-08-17T18:13:20.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32432026-08-17T18:13:20.644Z
32442026-08-17T18:13:20.644Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/334)
32452026-08-17T18:13:21.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462026-08-17T18:13:21.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472026-08-17T18:13:21.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32482026-08-17T18:13:21.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32492026-08-17T18:13:21.202Z
32502026-08-17T18:13:21.203Zinfo: running `cargo check --bins` on cockroach-admin-client (112/334)
32512026-08-17T18:13:21.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522026-08-17T18:13:21.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532026-08-17T18:13:21.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32542026-08-17T18:13:21.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32552026-08-17T18:13:21.761Z
32562026-08-17T18:13:21.761Zinfo: running `cargo check --bins` on parallel-task-set (113/334)
32572026-08-17T18:13:22.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582026-08-17T18:13:22.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592026-08-17T18:13:22.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32602026-08-17T18:13:22.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32612026-08-17T18:13:22.314Z
32622026-08-17T18:13:22.314Zinfo: running `cargo check --bins` on sled-agent-client (114/334)
32632026-08-17T18:13:22.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642026-08-17T18:13:22.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652026-08-17T18:13:22.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32662026-08-17T18:13:22.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32672026-08-17T18:13:22.892Z
32682026-08-17T18:13:22.892Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/334)
32692026-08-17T18:13:23.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702026-08-17T18:13:23.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712026-08-17T18:13:23.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722026-08-17T18:13:23.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32732026-08-17T18:13:23.478Z
32742026-08-17T18:13:23.478Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/334)
32752026-08-17T18:13:23.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762026-08-17T18:13:23.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772026-08-17T18:13:23.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782026-08-17T18:13:23.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32792026-08-17T18:13:24.064Z
32802026-08-17T18:13:24.064Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/334)
32812026-08-17T18:13:24.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822026-08-17T18:13:24.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832026-08-17T18:13:24.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842026-08-17T18:13:24.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32852026-08-17T18:13:24.648Z
32862026-08-17T18:13:24.648Zinfo: running `cargo check --bins` on key-manager (118/334)
32872026-08-17T18:13:25.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882026-08-17T18:13:25.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892026-08-17T18:13:25.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32902026-08-17T18:13:25.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32912026-08-17T18:13:25.215Z
32922026-08-17T18:13:25.215Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/334)
32932026-08-17T18:13:25.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942026-08-17T18:13:25.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952026-08-17T18:13:25.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32962026-08-17T18:13:25.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32972026-08-17T18:13:25.799Z
32982026-08-17T18:13:25.799Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/334)
32992026-08-17T18:13:26.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002026-08-17T18:13:26.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012026-08-17T18:13:26.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022026-08-17T18:13:26.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33032026-08-17T18:13:26.382Z
33042026-08-17T18:13:26.382Zinfo: running `cargo check --bins` on typed-rng (121/334)
33052026-08-17T18:13:26.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062026-08-17T18:13:26.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072026-08-17T18:13:26.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082026-08-17T18:13:26.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33092026-08-17T18:13:26.936Z
33102026-08-17T18:13:26.936Zinfo: running `cargo check --bins` on gateway-test-utils (122/334)
33112026-08-17T18:13:27.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-08-17T18:13:27.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-08-17T18:13:27.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-08-17T18:13:27.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33152026-08-17T18:13:27.550Z
33162026-08-17T18:13:27.550Zinfo: running `cargo check --bins` on omicron-gateway (123/334)
33172026-08-17T18:13:28.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-08-17T18:13:28.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-08-17T18:13:28.277Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33202026-08-17T18:13:28.280Z Checking void v1.0.2
33212026-08-17T18:13:28.280Z Checking tungstenite v0.23.0
33222026-08-17T18:13:28.281Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33232026-08-17T18:13:28.281Z Checking nix v0.27.1
33242026-08-17T18:13:28.281Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33252026-08-17T18:13:28.407Z Checking dropshot-api-manager-types v0.7.2
33262026-08-17T18:13:28.413Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33272026-08-17T18:13:28.538Z Checking lzss v0.8.2
33282026-08-17T18:13:28.590Z Checking kstat-rs v0.2.5
33292026-08-17T18:13:28.594Z Checking fxhash v0.2.1
33302026-08-17T18:13:28.661Z Checking serde_bytes v0.11.19
33312026-08-17T18:13:28.706Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33322026-08-17T18:13:28.720Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33332026-08-17T18:13:28.723Z Checking signal-hook-tokio v0.3.1
33342026-08-17T18:13:28.767Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33352026-08-17T18:13:28.785Z Checking tokio-tungstenite v0.23.1
33362026-08-17T18:13:28.884Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33372026-08-17T18:13:29.979Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33382026-08-17T18:13:30.525Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33392026-08-17T18:13:32.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.10s
33402026-08-17T18:13:32.851Z
33412026-08-17T18:13:32.851Zinfo: running `cargo check --bins` on gateway-api (124/334)
33422026-08-17T18:13:33.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-08-17T18:13:33.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-08-17T18:13:33.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-08-17T18:13:33.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33462026-08-17T18:13:33.416Z
33472026-08-17T18:13:33.416Zinfo: running `cargo check --bins` on ipcc (125/334)
33482026-08-17T18:13:33.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-08-17T18:13:33.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-08-17T18:13:33.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-08-17T18:13:33.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33522026-08-17T18:13:33.983Z
33532026-08-17T18:13:33.983Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/334)
33542026-08-17T18:13:34.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-08-17T18:13:34.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-08-17T18:13:34.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-08-17T18:13:34.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33582026-08-17T18:13:34.538Z
33592026-08-17T18:13:34.538Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/334)
33602026-08-17T18:13:35.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-08-17T18:13:35.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-08-17T18:13:35.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-08-17T18:13:35.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33642026-08-17T18:13:35.125Z
33652026-08-17T18:13:35.125Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/334)
33662026-08-17T18:13:35.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-08-17T18:13:35.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-08-17T18:13:35.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-08-17T18:13:35.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33702026-08-17T18:13:35.696Z
33712026-08-17T18:13:35.696Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/334)
33722026-08-17T18:13:36.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-08-17T18:13:36.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-08-17T18:13:36.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-08-17T18:13:36.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33762026-08-17T18:13:36.263Z
33772026-08-17T18:13:36.263Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/334)
33782026-08-17T18:13:36.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-08-17T18:13:36.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-08-17T18:13:36.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-08-17T18:13:36.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33822026-08-17T18:13:36.833Z
33832026-08-17T18:13:36.833Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/334)
33842026-08-17T18:13:37.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-08-17T18:13:37.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-08-17T18:13:37.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-08-17T18:13:37.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33882026-08-17T18:13:37.421Z
33892026-08-17T18:13:37.422Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/334)
33902026-08-17T18:13:37.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-08-17T18:13:37.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-08-17T18:13:37.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-08-17T18:13:37.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33942026-08-17T18:13:37.990Z
33952026-08-17T18:13:37.990Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/334)
33962026-08-17T18:13:38.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-08-17T18:13:38.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-08-17T18:13:38.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-08-17T18:13:38.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34002026-08-17T18:13:38.561Z
34012026-08-17T18:13:38.561Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/334)
34022026-08-17T18:13:39.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-08-17T18:13:39.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-08-17T18:13:39.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-08-17T18:13:39.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34062026-08-17T18:13:39.131Z
34072026-08-17T18:13:39.131Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/334)
34082026-08-17T18:13:39.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-08-17T18:13:39.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-08-17T18:13:39.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-08-17T18:13:39.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34122026-08-17T18:13:39.698Z
34132026-08-17T18:13:39.698Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/334)
34142026-08-17T18:13:40.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-08-17T18:13:40.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-08-17T18:13:40.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-08-17T18:13:40.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34182026-08-17T18:13:40.268Z
34192026-08-17T18:13:40.268Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/334)
34202026-08-17T18:13:40.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-08-17T18:13:40.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-08-17T18:13:40.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-08-17T18:13:40.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34242026-08-17T18:13:40.834Z
34252026-08-17T18:13:40.834Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/334)
34262026-08-17T18:13:41.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-08-17T18:13:41.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-08-17T18:13:41.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-08-17T18:13:41.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34302026-08-17T18:13:41.406Z
34312026-08-17T18:13:41.406Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/334)
34322026-08-17T18:13:41.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-08-17T18:13:41.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-08-17T18:13:41.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-08-17T18:13:41.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34362026-08-17T18:13:41.974Z
34372026-08-17T18:13:41.974Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/334)
34382026-08-17T18:13:42.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-08-17T18:13:42.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-08-17T18:13:42.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-08-17T18:13:42.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34422026-08-17T18:13:42.541Z
34432026-08-17T18:13:42.541Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/334)
34442026-08-17T18:13:43.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-08-17T18:13:43.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-08-17T18:13:43.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-08-17T18:13:43.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34482026-08-17T18:13:43.109Z
34492026-08-17T18:13:43.109Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/334)
34502026-08-17T18:13:43.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-08-17T18:13:43.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-08-17T18:13:43.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-08-17T18:13:43.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34542026-08-17T18:13:43.678Z
34552026-08-17T18:13:43.678Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/334)
34562026-08-17T18:13:44.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-08-17T18:13:44.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-08-17T18:13:44.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-08-17T18:13:44.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34602026-08-17T18:13:44.248Z
34612026-08-17T18:13:44.248Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/334)
34622026-08-17T18:13:44.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-08-17T18:13:44.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-08-17T18:13:44.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-08-17T18:13:44.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34662026-08-17T18:13:44.817Z
34672026-08-17T18:13:44.817Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/334)
34682026-08-17T18:13:45.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-08-17T18:13:45.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-08-17T18:13:45.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-08-17T18:13:45.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34722026-08-17T18:13:45.385Z
34732026-08-17T18:13:45.386Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/334)
34742026-08-17T18:13:45.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-08-17T18:13:45.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-08-17T18:13:45.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-08-17T18:13:45.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34782026-08-17T18:13:45.970Z
34792026-08-17T18:13:45.970Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/334)
34802026-08-17T18:13:46.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-08-17T18:13:46.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-08-17T18:13:46.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-08-17T18:13:46.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34842026-08-17T18:13:46.557Z
34852026-08-17T18:13:46.557Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/334)
34862026-08-17T18:13:47.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-08-17T18:13:47.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-08-17T18:13:47.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-08-17T18:13:47.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34902026-08-17T18:13:47.142Z
34912026-08-17T18:13:47.142Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/334)
34922026-08-17T18:13:47.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-08-17T18:13:47.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-08-17T18:13:47.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-08-17T18:13:47.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34962026-08-17T18:13:47.726Z
34972026-08-17T18:13:47.726Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/334)
34982026-08-17T18:13:48.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-08-17T18:13:48.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-08-17T18:13:48.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-08-17T18:13:48.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35022026-08-17T18:13:48.311Z
35032026-08-17T18:13:48.311Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/334)
35042026-08-17T18:13:48.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-08-17T18:13:48.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-08-17T18:13:48.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-08-17T18:13:48.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35082026-08-17T18:13:48.896Z
35092026-08-17T18:13:48.896Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/334)
35102026-08-17T18:13:49.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-08-17T18:13:49.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-08-17T18:13:49.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-08-17T18:13:49.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35142026-08-17T18:13:49.479Z
35152026-08-17T18:13:49.480Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/334)
35162026-08-17T18:13:49.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-08-17T18:13:49.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-08-17T18:13:49.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-08-17T18:13:49.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35202026-08-17T18:13:50.063Z
35212026-08-17T18:13:50.063Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/334)
35222026-08-17T18:13:50.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-08-17T18:13:50.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-08-17T18:13:50.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-08-17T18:13:50.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35262026-08-17T18:13:50.647Z
35272026-08-17T18:13:50.647Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/334)
35282026-08-17T18:13:51.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-08-17T18:13:51.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-08-17T18:13:51.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-08-17T18:13:51.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35322026-08-17T18:13:51.230Z
35332026-08-17T18:13:51.230Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/334)
35342026-08-17T18:13:51.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-08-17T18:13:51.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-08-17T18:13:51.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-08-17T18:13:51.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35382026-08-17T18:13:51.811Z
35392026-08-17T18:13:51.811Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/334)
35402026-08-17T18:13:52.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-08-17T18:13:52.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-08-17T18:13:52.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-08-17T18:13:52.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35442026-08-17T18:13:52.395Z
35452026-08-17T18:13:52.395Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/334)
35462026-08-17T18:13:52.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-08-17T18:13:52.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-08-17T18:13:52.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-08-17T18:13:52.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35502026-08-17T18:13:52.976Z
35512026-08-17T18:13:52.976Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/334)
35522026-08-17T18:13:53.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-08-17T18:13:53.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-08-17T18:13:53.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-08-17T18:13:53.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35562026-08-17T18:13:53.560Z
35572026-08-17T18:13:53.560Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/334)
35582026-08-17T18:13:54.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-08-17T18:13:54.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-08-17T18:13:54.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-08-17T18:13:54.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35622026-08-17T18:13:54.141Z
35632026-08-17T18:13:54.142Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/334)
35642026-08-17T18:13:54.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-08-17T18:13:54.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-08-17T18:13:54.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-08-17T18:13:54.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35682026-08-17T18:13:54.723Z
35692026-08-17T18:13:54.723Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/334)
35702026-08-17T18:13:55.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-08-17T18:13:55.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-08-17T18:13:55.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-08-17T18:13:55.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35742026-08-17T18:13:55.307Z
35752026-08-17T18:13:55.307Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/334)
35762026-08-17T18:13:55.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-08-17T18:13:55.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-08-17T18:13:55.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-08-17T18:13:55.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35802026-08-17T18:13:55.888Z
35812026-08-17T18:13:55.888Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/334)
35822026-08-17T18:13:56.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-08-17T18:13:56.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-08-17T18:13:56.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-08-17T18:13:56.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35862026-08-17T18:13:56.454Z
35872026-08-17T18:13:56.454Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/334)
35882026-08-17T18:13:56.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-08-17T18:13:56.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-08-17T18:13:56.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-08-17T18:13:56.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35922026-08-17T18:13:57.021Z
35932026-08-17T18:13:57.021Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/334)
35942026-08-17T18:13:57.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-08-17T18:13:57.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-08-17T18:13:57.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-08-17T18:13:57.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35982026-08-17T18:13:57.585Z
35992026-08-17T18:13:57.585Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/334)
36002026-08-17T18:13:58.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-08-17T18:13:58.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-08-17T18:13:58.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-08-17T18:13:58.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36042026-08-17T18:13:58.148Z
36052026-08-17T18:13:58.148Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/334)
36062026-08-17T18:13:58.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-08-17T18:13:58.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-08-17T18:13:58.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-08-17T18:13:58.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36102026-08-17T18:13:58.713Z
36112026-08-17T18:13:58.713Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/334)
36122026-08-17T18:13:59.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-08-17T18:13:59.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-08-17T18:13:59.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-08-17T18:13:59.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36162026-08-17T18:13:59.277Z
36172026-08-17T18:13:59.277Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/334)
36182026-08-17T18:13:59.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-08-17T18:13:59.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-08-17T18:13:59.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-08-17T18:13:59.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36222026-08-17T18:13:59.840Z
36232026-08-17T18:13:59.841Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/334)
36242026-08-17T18:14:00.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-08-17T18:14:00.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-08-17T18:14:00.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-08-17T18:14:00.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36282026-08-17T18:14:00.403Z
36292026-08-17T18:14:00.403Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/334)
36302026-08-17T18:14:00.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-08-17T18:14:00.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-08-17T18:14:00.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-08-17T18:14:00.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36342026-08-17T18:14:00.967Z
36352026-08-17T18:14:00.967Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/334)
36362026-08-17T18:14:01.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-08-17T18:14:01.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-08-17T18:14:01.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-08-17T18:14:01.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36402026-08-17T18:14:01.531Z
36412026-08-17T18:14:01.531Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/334)
36422026-08-17T18:14:02.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-08-17T18:14:02.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-08-17T18:14:02.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-08-17T18:14:02.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36462026-08-17T18:14:02.097Z
36472026-08-17T18:14:02.097Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/334)
36482026-08-17T18:14:02.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-08-17T18:14:02.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-08-17T18:14:02.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-08-17T18:14:02.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36522026-08-17T18:14:02.662Z
36532026-08-17T18:14:02.662Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/334)
36542026-08-17T18:14:03.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-08-17T18:14:03.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-08-17T18:14:03.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572026-08-17T18:14:03.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36582026-08-17T18:14:03.228Z
36592026-08-17T18:14:03.228Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/334)
36602026-08-17T18:14:03.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-08-17T18:14:03.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-08-17T18:14:03.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36632026-08-17T18:14:03.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36642026-08-17T18:14:03.794Z
36652026-08-17T18:14:03.794Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/334)
36662026-08-17T18:14:04.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672026-08-17T18:14:04.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682026-08-17T18:14:04.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36692026-08-17T18:14:04.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36702026-08-17T18:14:04.361Z
36712026-08-17T18:14:04.361Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/334)
36722026-08-17T18:14:04.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732026-08-17T18:14:04.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742026-08-17T18:14:04.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36752026-08-17T18:14:04.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36762026-08-17T18:14:04.928Z
36772026-08-17T18:14:04.928Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/334)
36782026-08-17T18:14:05.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792026-08-17T18:14:05.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802026-08-17T18:14:05.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36812026-08-17T18:14:05.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36822026-08-17T18:14:05.513Z
36832026-08-17T18:14:05.513Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/334)
36842026-08-17T18:14:05.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36852026-08-17T18:14:06.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36862026-08-17T18:14:06.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36872026-08-17T18:14:06.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36882026-08-17T18:14:06.092Z
36892026-08-17T18:14:06.093Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/334)
36902026-08-17T18:14:06.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36912026-08-17T18:14:06.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36922026-08-17T18:14:06.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36932026-08-17T18:14:06.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36942026-08-17T18:14:06.675Z
36952026-08-17T18:14:06.675Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/334)
36962026-08-17T18:14:07.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-08-17T18:14:07.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-08-17T18:14:07.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36992026-08-17T18:14:07.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37002026-08-17T18:14:07.260Z
37012026-08-17T18:14:07.260Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/334)
37022026-08-17T18:14:07.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-08-17T18:14:07.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-08-17T18:14:07.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052026-08-17T18:14:07.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37062026-08-17T18:14:07.843Z
37072026-08-17T18:14:07.843Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/334)
37082026-08-17T18:14:08.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-08-17T18:14:08.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-08-17T18:14:08.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37112026-08-17T18:14:08.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37122026-08-17T18:14:08.425Z
37132026-08-17T18:14:08.425Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/334)
37142026-08-17T18:14:08.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-08-17T18:14:08.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-08-17T18:14:08.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37172026-08-17T18:14:08.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37182026-08-17T18:14:09.008Z
37192026-08-17T18:14:09.008Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/334)
37202026-08-17T18:14:09.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-08-17T18:14:09.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-08-17T18:14:09.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37232026-08-17T18:14:09.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37242026-08-17T18:14:09.589Z
37252026-08-17T18:14:09.589Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/334)
37262026-08-17T18:14:10.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-08-17T18:14:10.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-08-17T18:14:10.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37292026-08-17T18:14:10.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37302026-08-17T18:14:10.170Z
37312026-08-17T18:14:10.170Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/334)
37322026-08-17T18:14:10.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-08-17T18:14:10.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-08-17T18:14:10.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37352026-08-17T18:14:10.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37362026-08-17T18:14:10.753Z
37372026-08-17T18:14:10.753Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/334)
37382026-08-17T18:14:11.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-08-17T18:14:11.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-08-17T18:14:11.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37412026-08-17T18:14:11.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37422026-08-17T18:14:11.360Z
37432026-08-17T18:14:11.360Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/334)
37442026-08-17T18:14:11.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-08-17T18:14:11.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-08-17T18:14:11.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37472026-08-17T18:14:11.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37482026-08-17T18:14:11.954Z
37492026-08-17T18:14:11.954Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/334)
37502026-08-17T18:14:12.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-08-17T18:14:12.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-08-17T18:14:12.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37532026-08-17T18:14:12.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37542026-08-17T18:14:12.533Z
37552026-08-17T18:14:12.533Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/334)
37562026-08-17T18:14:13.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-08-17T18:14:13.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-08-17T18:14:13.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37592026-08-17T18:14:13.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37602026-08-17T18:14:13.115Z
37612026-08-17T18:14:13.115Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/334)
37622026-08-17T18:14:13.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-08-17T18:14:13.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-08-17T18:14:13.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37652026-08-17T18:14:13.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37662026-08-17T18:14:13.699Z
37672026-08-17T18:14:13.699Zinfo: running `cargo check --bins` on oximeter-producer (195/334)
37682026-08-17T18:14:14.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-08-17T18:14:14.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-08-17T18:14:14.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37712026-08-17T18:14:14.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37722026-08-17T18:14:14.301Z
37732026-08-17T18:14:14.301Zinfo: running `cargo check --bins` on internal-dns-resolver (196/334)
37742026-08-17T18:14:14.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-08-17T18:14:14.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-08-17T18:14:14.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37772026-08-17T18:14:14.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37782026-08-17T18:14:14.870Z
37792026-08-17T18:14:14.870Zinfo: running `cargo check --bins` on dns-server (197/334)
37802026-08-17T18:14:15.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-08-17T18:14:15.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-08-17T18:14:15.507Z Compiling parking_lot_core v0.8.6
37832026-08-17T18:14:15.510Z Compiling git-stub v1.0.0
37842026-08-17T18:14:15.510Z Checking prefix-trie v0.7.0
37852026-08-17T18:14:15.627Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37862026-08-17T18:14:15.740Z Compiling git-stub-vcs v0.1.0
37872026-08-17T18:14:15.892Z Checking hickory-server v0.25.2
37882026-08-17T18:14:16.006Z Checking parking_lot v0.11.2
37892026-08-17T18:14:16.040Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37902026-08-17T18:14:16.174Z Checking sled v0.34.7
37912026-08-17T18:14:18.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
37922026-08-17T18:14:18.279Z
37932026-08-17T18:14:18.279Zinfo: running `cargo check --bins` on dns-server-api (198/334)
37942026-08-17T18:14:18.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-08-17T18:14:18.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-08-17T18:14:18.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-08-17T18:14:18.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37982026-08-17T18:14:18.838Z
37992026-08-17T18:14:18.838Zinfo: running `cargo check --bins` on nexus-client (199/334)
38002026-08-17T18:14:19.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-08-17T18:14:19.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-08-17T18:14:19.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-08-17T18:14:19.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38042026-08-17T18:14:19.441Z
38052026-08-17T18:14:19.441Zinfo: running `cargo check --bins` on oximeter-producer-api (200/334)
38062026-08-17T18:14:19.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-08-17T18:14:19.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-08-17T18:14:19.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-08-17T18:14:19.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38102026-08-17T18:14:20.002Z
38112026-08-17T18:14:20.002Zinfo: running `cargo check --bins` on sp-sim (201/334)
38122026-08-17T18:14:20.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-08-17T18:14:20.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-08-17T18:14:20.698Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38152026-08-17T18:14:21.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
38162026-08-17T18:14:21.411Z
38172026-08-17T18:14:21.411Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/334)
38182026-08-17T18:14:21.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-08-17T18:14:21.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-08-17T18:14:22.210Z Compiling salty v0.3.0
38212026-08-17T18:14:22.213Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38222026-08-17T18:14:22.346Z Checking libscf-sys v1.2.0
38232026-08-17T18:14:22.350Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38242026-08-17T18:14:22.350Z Checking rfc6979 v0.4.0
38252026-08-17T18:14:22.373Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38262026-08-17T18:14:22.376Z Checking primeorder v0.13.6
38272026-08-17T18:14:22.399Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38282026-08-17T18:14:22.461Z Checking ecdsa v0.16.9
38292026-08-17T18:14:22.479Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38302026-08-17T18:14:22.534Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38312026-08-17T18:14:22.603Z Checking papergrid v0.18.0
38322026-08-17T18:14:22.617Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38332026-08-17T18:14:22.673Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38342026-08-17T18:14:22.790Z Checking p384 v0.13.1
38352026-08-17T18:14:22.806Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38362026-08-17T18:14:22.911Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38372026-08-17T18:14:22.945Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38382026-08-17T18:14:22.959Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38392026-08-17T18:14:23.157Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38402026-08-17T18:14:23.200Z Compiling unicase v2.9.0
38412026-08-17T18:14:23.217Z Checking corncobs v0.1.4
38422026-08-17T18:14:23.274Z Compiling illumos-nvpair-sys v0.2.0
38432026-08-17T18:14:23.314Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38442026-08-17T18:14:23.339Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38452026-08-17T18:14:23.352Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38462026-08-17T18:14:23.369Z Checking tabled v0.21.0
38472026-08-17T18:14:23.372Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38482026-08-17T18:14:23.396Z Compiling mime_guess v2.0.5
38492026-08-17T18:14:23.489Z Compiling progenitor-impl v0.13.0
38502026-08-17T18:14:23.533Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38512026-08-17T18:14:23.593Z Checking secrecy v0.8.0
38522026-08-17T18:14:23.612Z Checking crc8 v0.1.1
38532026-08-17T18:14:23.632Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38542026-08-17T18:14:23.707Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38552026-08-17T18:14:23.948Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38562026-08-17T18:14:24.244Z Checking progenitor-client v0.13.0
38572026-08-17T18:14:24.299Z Checking http-range v0.1.5
38582026-08-17T18:14:24.334Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38592026-08-17T18:14:24.438Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38602026-08-17T18:14:24.482Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38612026-08-17T18:14:24.662Z Checking illumos-nvpair v0.3.0
38622026-08-17T18:14:24.821Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38632026-08-17T18:14:24.836Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38642026-08-17T18:14:24.873Z Checking scuffle v0.1.0
38652026-08-17T18:14:24.916Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38662026-08-17T18:14:24.931Z Checking nanorand v0.7.0
38672026-08-17T18:14:25.130Z Checking flume v0.11.1
38682026-08-17T18:14:25.206Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38692026-08-17T18:14:25.374Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38702026-08-17T18:14:25.434Z Checking hyper-staticfile v0.10.1
38712026-08-17T18:14:25.510Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38722026-08-17T18:14:25.543Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38732026-08-17T18:14:25.578Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38742026-08-17T18:14:25.722Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38752026-08-17T18:14:25.781Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38762026-08-17T18:14:25.836Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38772026-08-17T18:14:25.899Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38782026-08-17T18:14:26.078Z Compiling progenitor-macro v0.13.0
38792026-08-17T18:14:26.112Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38802026-08-17T18:14:26.195Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38812026-08-17T18:14:26.211Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38822026-08-17T18:14:26.530Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38832026-08-17T18:14:27.076Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38842026-08-17T18:14:27.554Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38852026-08-17T18:14:28.878Z Checking progenitor v0.13.0
38862026-08-17T18:14:29.018Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38872026-08-17T18:14:30.566Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38882026-08-17T18:14:31.311Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
38892026-08-17T18:14:44.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.20s
38902026-08-17T18:14:44.818Z
38912026-08-17T18:14:44.818Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/334)
38922026-08-17T18:14:45.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-08-17T18:14:45.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-08-17T18:14:45.576Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38952026-08-17T18:14:56.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
38962026-08-17T18:14:56.340Z
38972026-08-17T18:14:56.340Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/334)
38982026-08-17T18:14:56.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-08-17T18:14:56.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-08-17T18:14:57.106Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39012026-08-17T18:15:07.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
39022026-08-17T18:15:07.937Z
39032026-08-17T18:15:07.937Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/334)
39042026-08-17T18:15:08.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-08-17T18:15:08.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-08-17T18:15:08.708Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39072026-08-17T18:15:19.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
39082026-08-17T18:15:19.465Z
39092026-08-17T18:15:19.465Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/334)
39102026-08-17T18:15:19.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-08-17T18:15:19.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-08-17T18:15:20.237Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39132026-08-17T18:15:30.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
39142026-08-17T18:15:30.973Z
39152026-08-17T18:15:30.973Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/334)
39162026-08-17T18:15:31.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-08-17T18:15:31.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-08-17T18:15:31.736Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39192026-08-17T18:15:42.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
39202026-08-17T18:15:42.433Z
39212026-08-17T18:15:42.433Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/334)
39222026-08-17T18:15:42.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-08-17T18:15:42.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-08-17T18:15:43.204Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39252026-08-17T18:15:53.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
39262026-08-17T18:15:53.925Z
39272026-08-17T18:15:53.925Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/334)
39282026-08-17T18:15:54.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-08-17T18:15:54.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-08-17T18:15:54.689Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39312026-08-17T18:16:05.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
39322026-08-17T18:16:05.441Z
39332026-08-17T18:16:05.441Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/334)
39342026-08-17T18:16:05.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-08-17T18:16:05.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-08-17T18:16:05.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372026-08-17T18:16:05.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39382026-08-17T18:16:06.020Z
39392026-08-17T18:16:06.020Zinfo: running `cargo check --bins` on installinator-common (211/334)
39402026-08-17T18:16:06.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-08-17T18:16:06.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-08-17T18:16:06.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39432026-08-17T18:16:06.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39442026-08-17T18:16:06.611Z
39452026-08-17T18:16:06.612Zinfo: running `cargo check --bins` on installinator-common-versions (212/334)
39462026-08-17T18:16:07.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-08-17T18:16:07.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-08-17T18:16:07.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-08-17T18:16:07.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39502026-08-17T18:16:07.175Z
39512026-08-17T18:16:07.175Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/334)
39522026-08-17T18:16:07.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-08-17T18:16:07.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-08-17T18:16:07.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-08-17T18:16:07.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39562026-08-17T18:16:07.785Z
39572026-08-17T18:16:07.785Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/334)
39582026-08-17T18:16:08.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-08-17T18:16:08.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-08-17T18:16:08.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-08-17T18:16:08.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39622026-08-17T18:16:08.359Z
39632026-08-17T18:16:08.359Zinfo: running `cargo check --bins` on range-requests (215/334)
39642026-08-17T18:16:08.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-08-17T18:16:08.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-08-17T18:16:08.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-08-17T18:16:08.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39682026-08-17T18:16:08.924Z
39692026-08-17T18:16:08.924Zinfo: running `cargo check --bins` on repo-depot-api (216/334)
39702026-08-17T18:16:09.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-08-17T18:16:09.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-08-17T18:16:09.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39732026-08-17T18:16:09.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39742026-08-17T18:16:09.480Z
39752026-08-17T18:16:09.480Zinfo: running `cargo check --bins` on repo-depot-client (217/334)
39762026-08-17T18:16:09.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-08-17T18:16:09.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-08-17T18:16:09.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39792026-08-17T18:16:09.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39802026-08-17T18:16:10.039Z
39812026-08-17T18:16:10.039Zinfo: running `cargo check --bins` on sled-agent-api (218/334)
39822026-08-17T18:16:10.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-08-17T18:16:10.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-08-17T18:16:10.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39852026-08-17T18:16:10.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39862026-08-17T18:16:10.629Z
39872026-08-17T18:16:10.630Zinfo: running `cargo check --bins` on sled-diagnostics (219/334)
39882026-08-17T18:16:11.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-08-17T18:16:11.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-08-17T18:16:11.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39912026-08-17T18:16:11.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39922026-08-17T18:16:11.222Z
39932026-08-17T18:16:11.222Zinfo: running `cargo check --bins` on zfs-test-harness (220/334)
39942026-08-17T18:16:11.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-08-17T18:16:11.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-08-17T18:16:11.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39972026-08-17T18:16:11.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39982026-08-17T18:16:11.816Z
39992026-08-17T18:16:11.816Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (221/334)
40002026-08-17T18:16:12.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-08-17T18:16:12.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-08-17T18:16:12.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40032026-08-17T18:16:12.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40042026-08-17T18:16:12.410Z
40052026-08-17T18:16:12.410Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (222/334)
40062026-08-17T18:16:12.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-08-17T18:16:12.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-08-17T18:16:12.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-08-17T18:16:12.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40102026-08-17T18:16:13.008Z
40112026-08-17T18:16:13.008Zinfo: running `cargo check --bins` on sled-agent-early-networking (223/334)
40122026-08-17T18:16:13.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-08-17T18:16:13.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-08-17T18:16:13.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-08-17T18:16:13.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40162026-08-17T18:16:13.599Z
40172026-08-17T18:16:13.600Zinfo: running `cargo check --bins` on sled-agent-health-monitor (224/334)
40182026-08-17T18:16:14.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-08-17T18:16:14.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-08-17T18:16:14.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-08-17T18:16:14.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40222026-08-17T18:16:14.194Z
40232026-08-17T18:16:14.194Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (225/334)
40242026-08-17T18:16:14.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-08-17T18:16:14.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-08-17T18:16:14.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-08-17T18:16:14.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40282026-08-17T18:16:14.793Z
40292026-08-17T18:16:14.793Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (226/334)
40302026-08-17T18:16:15.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-08-17T18:16:15.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-08-17T18:16:15.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40332026-08-17T18:16:15.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40342026-08-17T18:16:15.392Z
40352026-08-17T18:16:15.392Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (227/334)
40362026-08-17T18:16:15.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-08-17T18:16:15.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-08-17T18:16:15.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-08-17T18:16:15.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40402026-08-17T18:16:15.992Z
40412026-08-17T18:16:15.992Zinfo: running `cargo check --bins` on sled-agent-rack-setup (228/334)
40422026-08-17T18:16:16.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-08-17T18:16:16.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-08-17T18:16:16.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40452026-08-17T18:16:16.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40462026-08-17T18:16:16.612Z
40472026-08-17T18:16:16.612Zinfo: running `cargo check --bins` on trust-quorum (229/334)
40482026-08-17T18:16:17.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-08-17T18:16:17.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-08-17T18:16:17.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40512026-08-17T18:16:17.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40522026-08-17T18:16:17.211Z
40532026-08-17T18:16:17.211Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (230/334)
40542026-08-17T18:16:17.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-08-17T18:16:17.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-08-17T18:16:17.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-08-17T18:16:17.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40582026-08-17T18:16:17.818Z
40592026-08-17T18:16:17.818Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (231/334)
40602026-08-17T18:16:18.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-08-17T18:16:18.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-08-17T18:16:18.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-08-17T18:16:18.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40642026-08-17T18:16:18.442Z
40652026-08-17T18:16:18.442Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (232/334)
40662026-08-17T18:16:18.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-08-17T18:16:18.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-08-17T18:16:18.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-08-17T18:16:18.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40702026-08-17T18:16:19.069Z
40712026-08-17T18:16:19.069Zinfo: running `cargo check --bins` on omicron-deployment-graph (233/334)
40722026-08-17T18:16:19.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-08-17T18:16:19.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-08-17T18:16:19.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-08-17T18:16:19.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40762026-08-17T18:16:19.626Z
40772026-08-17T18:16:19.626Zinfo: running `cargo check --bins` on transient-dns-server (234/334)
40782026-08-17T18:16:20.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-08-17T18:16:20.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-08-17T18:16:20.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-08-17T18:16:20.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40822026-08-17T18:16:20.205Z
40832026-08-17T18:16:20.205Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (235/334)
40842026-08-17T18:16:20.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-08-17T18:16:20.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-08-17T18:16:20.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-08-17T18:16:20.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40882026-08-17T18:16:20.792Z
40892026-08-17T18:16:20.792Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (236/334)
40902026-08-17T18:16:21.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-08-17T18:16:21.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-08-17T18:16:21.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-08-17T18:16:21.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40942026-08-17T18:16:21.381Z
40952026-08-17T18:16:21.381Zinfo: running `cargo check --bins` on omicron-rpaths (237/334)
40962026-08-17T18:16:21.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-08-17T18:16:21.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-08-17T18:16:21.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-08-17T18:16:21.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41002026-08-17T18:16:21.938Z
41012026-08-17T18:16:21.938Zinfo: running `cargo check --bins` on omicron-repl-utils (238/334)
41022026-08-17T18:16:22.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-08-17T18:16:22.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-08-17T18:16:22.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-08-17T18:16:22.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41062026-08-17T18:16:22.500Z
41072026-08-17T18:16:22.500Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (239/334)
41082026-08-17T18:16:23.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-08-17T18:16:23.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-08-17T18:16:23.201Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41112026-08-17T18:16:23.615Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41122026-08-17T18:16:24.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
41132026-08-17T18:16:24.992Z
41142026-08-17T18:16:24.992Zinfo: running `cargo check --bins` on clickhouse-admin-api (240/334)
41152026-08-17T18:16:25.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-08-17T18:16:25.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-08-17T18:16:25.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41182026-08-17T18:16:25.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41192026-08-17T18:16:25.580Z
41202026-08-17T18:16:25.580Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (241/334)
41212026-08-17T18:16:26.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-08-17T18:16:26.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-08-17T18:16:26.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41242026-08-17T18:16:26.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41252026-08-17T18:16:26.162Z
41262026-08-17T18:16:26.162Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (242/334)
41272026-08-17T18:16:26.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-08-17T18:16:26.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-08-17T18:16:26.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-08-17T18:16:26.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41312026-08-17T18:16:26.748Z
41322026-08-17T18:16:26.748Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (243/334)
41332026-08-17T18:16:27.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-08-17T18:16:27.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-08-17T18:16:27.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41362026-08-17T18:16:27.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41372026-08-17T18:16:27.326Z
41382026-08-17T18:16:27.326Zinfo: running `cargo check --bins` on installinator-client (244/334)
41392026-08-17T18:16:27.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-08-17T18:16:27.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-08-17T18:16:27.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41422026-08-17T18:16:27.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41432026-08-17T18:16:27.908Z
41442026-08-17T18:16:27.908Zinfo: running `cargo check --bins` on oxide-client (245/334)
41452026-08-17T18:16:28.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-08-17T18:16:28.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-08-17T18:16:28.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41482026-08-17T18:16:28.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41492026-08-17T18:16:28.482Z
41502026-08-17T18:16:28.482Zinfo: running `cargo check --bins` on oximeter-client (246/334)
41512026-08-17T18:16:28.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-08-17T18:16:28.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-08-17T18:16:28.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41542026-08-17T18:16:28.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41552026-08-17T18:16:29.062Z
41562026-08-17T18:16:29.062Zinfo: running `cargo check --bins` on wicketd-client (247/334)
41572026-08-17T18:16:29.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-08-17T18:16:29.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-08-17T18:16:29.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41602026-08-17T18:16:29.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41612026-08-17T18:16:29.664Z
41622026-08-17T18:16:29.664Zinfo: running `cargo check --bins` on wicket-common (248/334)
41632026-08-17T18:16:30.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-08-17T18:16:30.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-08-17T18:16:30.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41662026-08-17T18:16:30.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41672026-08-17T18:16:30.261Z
41682026-08-17T18:16:30.261Zinfo: running `cargo check --bins` on wicketd-commission-client (249/334)
41692026-08-17T18:16:30.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41702026-08-17T18:16:30.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41712026-08-17T18:16:30.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41722026-08-17T18:16:30.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41732026-08-17T18:16:30.850Z
41742026-08-17T18:16:30.850Zinfo: running `cargo check --bins` on omicron-cockroach-admin (250/334)
41752026-08-17T18:16:31.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41762026-08-17T18:16:31.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41772026-08-17T18:16:31.527Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41782026-08-17T18:16:31.530Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41792026-08-17T18:16:32.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41802026-08-17T18:16:32.899Z
41812026-08-17T18:16:32.899Zinfo: running `cargo check --bins` on cockroach-admin-api (251/334)
41822026-08-17T18:16:33.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41832026-08-17T18:16:33.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41842026-08-17T18:16:33.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41852026-08-17T18:16:33.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41862026-08-17T18:16:33.481Z
41872026-08-17T18:16:33.481Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (252/334)
41882026-08-17T18:16:34.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41892026-08-17T18:16:34.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41902026-08-17T18:16:34.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41912026-08-17T18:16:34.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41922026-08-17T18:16:34.137Z
41932026-08-17T18:16:34.137Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (253/334)
41942026-08-17T18:16:34.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41952026-08-17T18:16:34.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41962026-08-17T18:16:34.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41972026-08-17T18:16:34.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41982026-08-17T18:16:34.797Z
41992026-08-17T18:16:34.797Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (254/334)
42002026-08-17T18:16:35.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42012026-08-17T18:16:35.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42022026-08-17T18:16:35.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42032026-08-17T18:16:35.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42042026-08-17T18:16:35.426Z
42052026-08-17T18:16:35.426Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (255/334)
42062026-08-17T18:16:35.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-08-17T18:16:35.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-08-17T18:16:35.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42092026-08-17T18:16:35.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42102026-08-17T18:16:36.057Z
42112026-08-17T18:16:36.057Zinfo: running `cargo check --bins` on db-macros (256/334)
42122026-08-17T18:16:36.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-08-17T18:16:36.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-08-17T18:16:36.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-08-17T18:16:36.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42162026-08-17T18:16:36.620Z
42172026-08-17T18:16:36.620Zinfo: running `cargo check --bins` on nexus-macros-common (257/334)
42182026-08-17T18:16:37.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-08-17T18:16:37.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-08-17T18:16:37.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-08-17T18:16:37.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42222026-08-17T18:16:37.185Z
42232026-08-17T18:16:37.185Zinfo: running `cargo check --bins` on nexus-auth (258/334)
42242026-08-17T18:16:37.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-08-17T18:16:37.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-08-17T18:16:37.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42272026-08-17T18:16:37.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42282026-08-17T18:16:37.808Z
42292026-08-17T18:16:37.808Zinfo: running `cargo check --bins` on authz-macros (259/334)
42302026-08-17T18:16:38.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-08-17T18:16:38.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-08-17T18:16:38.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42332026-08-17T18:16:38.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42342026-08-17T18:16:38.368Z
42352026-08-17T18:16:38.368Zinfo: running `cargo check --bins` on nexus-db-fixed-data (260/334)
42362026-08-17T18:16:38.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-08-17T18:16:38.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-08-17T18:16:38.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42392026-08-17T18:16:38.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42402026-08-17T18:16:38.984Z
42412026-08-17T18:16:38.984Zinfo: running `cargo check --bins` on nexus-db-model (261/334)
42422026-08-17T18:16:39.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-08-17T18:16:39.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-08-17T18:16:39.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42452026-08-17T18:16:39.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42462026-08-17T18:16:39.602Z
42472026-08-17T18:16:39.602Zinfo: running `cargo check --bins` on nexus-db-schema (262/334)
42482026-08-17T18:16:40.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-08-17T18:16:40.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-08-17T18:16:40.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42512026-08-17T18:16:40.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42522026-08-17T18:16:40.169Z
42532026-08-17T18:16:40.169Zinfo: running `cargo check --bins` on nexus-defaults (263/334)
42542026-08-17T18:16:40.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-08-17T18:16:40.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-08-17T18:16:40.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42572026-08-17T18:16:40.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42582026-08-17T18:16:40.746Z
42592026-08-17T18:16:40.746Zinfo: running `cargo check --bins` on omicron-git-version (264/334)
42602026-08-17T18:16:41.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-08-17T18:16:41.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-08-17T18:16:41.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42632026-08-17T18:16:41.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42642026-08-17T18:16:41.311Z
42652026-08-17T18:16:41.311Zinfo: running `cargo check --bins` on nexus-db-errors (265/334)
42662026-08-17T18:16:41.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-08-17T18:16:41.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-08-17T18:16:41.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42692026-08-17T18:16:41.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42702026-08-17T18:16:41.938Z
42712026-08-17T18:16:41.938Zinfo: running `cargo check --bins` on nexus-db-lookup (266/334)
42722026-08-17T18:16:42.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732026-08-17T18:16:42.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742026-08-17T18:16:42.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42752026-08-17T18:16:42.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42762026-08-17T18:16:42.561Z
42772026-08-17T18:16:42.561Zinfo: running `cargo check --bins` on nexus-test-interface (267/334)
42782026-08-17T18:16:43.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42792026-08-17T18:16:43.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42802026-08-17T18:16:43.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42812026-08-17T18:16:43.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42822026-08-17T18:16:43.192Z
42832026-08-17T18:16:43.192Zinfo: running `cargo check --bins` on oximeter-collector (268/334)
42842026-08-17T18:16:43.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-08-17T18:16:43.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-08-17T18:16:43.905Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
42872026-08-17T18:16:43.905Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
42882026-08-17T18:16:44.578Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42892026-08-17T18:16:46.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
42902026-08-17T18:16:46.479Z
42912026-08-17T18:16:46.479Zinfo: running `cargo check --bins` on oximeter-api (269/334)
42922026-08-17T18:16:46.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-08-17T18:16:46.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-08-17T18:16:46.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-08-17T18:16:46.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42962026-08-17T18:16:47.056Z
42972026-08-17T18:16:47.056Zinfo: running `cargo check --bins` on cert-dev (270/334)
42982026-08-17T18:16:47.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-08-17T18:16:47.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-08-17T18:16:47.661Z Checking yasna v0.5.2
43012026-08-17T18:16:48.065Z Checking rcgen v0.12.1
43022026-08-17T18:16:48.316Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43032026-08-17T18:16:48.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
43042026-08-17T18:16:48.674Z
43052026-08-17T18:16:48.674Zinfo: running `cargo check --bins` on clickana (271/334)
43062026-08-17T18:16:49.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-08-17T18:16:49.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-08-17T18:16:49.314Z Compiling instability v0.3.11
43092026-08-17T18:16:49.318Z Checking castaway v0.2.4
43102026-08-17T18:16:49.318Z Compiling indoc v2.0.7
43112026-08-17T18:16:49.318Z Checking unicode-truncate v1.1.0
43122026-08-17T18:16:49.318Z Checking lru v0.12.5
43132026-08-17T18:16:49.318Z Checking cassowary v0.3.0
43142026-08-17T18:16:49.515Z Checking compact_str v0.8.1
43152026-08-17T18:16:50.338Z Checking ratatui v0.29.0
43162026-08-17T18:16:51.399Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43172026-08-17T18:16:52.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s
43182026-08-17T18:16:52.295Z
43192026-08-17T18:16:52.295Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (272/334)
43202026-08-17T18:16:52.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43212026-08-17T18:16:52.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43222026-08-17T18:16:53.000Z Checking headers-core v0.3.0
43232026-08-17T18:16:53.003Z Checking port-file v0.1.0
43242026-08-17T18:16:53.003Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43252026-08-17T18:16:53.197Z Checking headers v0.4.1
43262026-08-17T18:16:53.569Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43272026-08-17T18:16:54.535Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43282026-08-17T18:16:55.055Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43292026-08-17T18:16:55.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
43302026-08-17T18:16:55.684Z
43312026-08-17T18:16:55.684Zinfo: running `cargo check --bins` on ch-dev (273/334)
43322026-08-17T18:16:56.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-08-17T18:16:56.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-08-17T18:16:56.387Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
43352026-08-17T18:16:57.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
43362026-08-17T18:16:57.343Z
43372026-08-17T18:16:57.343Zinfo: running `cargo check --bins` on dev-tools-common (274/334)
43382026-08-17T18:16:57.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43392026-08-17T18:16:57.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43402026-08-17T18:16:57.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43412026-08-17T18:16:57.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
43422026-08-17T18:16:57.758Z
43432026-08-17T18:16:57.759Zinfo: running `cargo check --bins` on corpus-adjust (275/334)
43442026-08-17T18:16:58.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43452026-08-17T18:16:58.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43462026-08-17T18:16:58.373Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
43472026-08-17T18:16:58.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
43482026-08-17T18:16:58.929Z
43492026-08-17T18:16:58.929Zinfo: running `cargo check --bins` on crdb-seed (276/334)
43502026-08-17T18:16:59.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43512026-08-17T18:16:59.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43522026-08-17T18:16:59.630Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43532026-08-17T18:17:00.725Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43542026-08-17T18:17:01.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
43552026-08-17T18:17:01.270Z
43562026-08-17T18:17:01.270Zinfo: running `cargo check --bins` on db-dev (277/334)
43572026-08-17T18:17:01.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-08-17T18:17:01.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-08-17T18:17:01.974Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
43602026-08-17T18:17:02.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
43612026-08-17T18:17:02.944Z
43622026-08-17T18:17:02.944Zinfo: running `cargo check --bins` on omicron-dev-lib (278/334)
43632026-08-17T18:17:03.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-08-17T18:17:03.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-08-17T18:17:03.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43662026-08-17T18:17:03.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43672026-08-17T18:17:03.556Z
43682026-08-17T18:17:03.556Zinfo: running `cargo check --bins` on xtask-downloader (279/334)
43692026-08-17T18:17:04.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43702026-08-17T18:17:04.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43712026-08-17T18:17:04.164Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43722026-08-17T18:17:04.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
43732026-08-17T18:17:05.030Z
43742026-08-17T18:17:05.030Zinfo: running `cargo check --bins` on omicron-dropshot-apis (280/334)
43752026-08-17T18:17:05.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43762026-08-17T18:17:05.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43772026-08-17T18:17:05.766Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43782026-08-17T18:17:05.766Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43792026-08-17T18:17:05.770Z Checking git-stub v1.0.0
43802026-08-17T18:17:05.770Z Compiling trait-variant v0.1.2
43812026-08-17T18:17:05.770Z Checking maplit v1.0.2
43822026-08-17T18:17:05.770Z Checking is_ci v1.2.0
43832026-08-17T18:17:05.770Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
43842026-08-17T18:17:05.887Z Checking drift v0.2.0
43852026-08-17T18:17:05.971Z Checking supports-color v3.0.2
43862026-08-17T18:17:05.984Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
43872026-08-17T18:17:06.076Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
43882026-08-17T18:17:06.090Z Checking git-stub-vcs v0.1.0
43892026-08-17T18:17:06.103Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43902026-08-17T18:17:06.116Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43912026-08-17T18:17:06.232Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
43922026-08-17T18:17:06.281Z Checking dropshot-api-manager v0.7.2
43932026-08-17T18:17:06.296Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43942026-08-17T18:17:06.443Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
43952026-08-17T18:17:06.692Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43962026-08-17T18:17:07.167Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43972026-08-17T18:17:08.151Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43982026-08-17T18:17:09.179Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43992026-08-17T18:17:09.821Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44002026-08-17T18:17:10.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
44012026-08-17T18:17:10.476Z
44022026-08-17T18:17:10.477Zinfo: running `cargo check --bins` on installinator-api (281/334)
44032026-08-17T18:17:10.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-08-17T18:17:10.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-08-17T18:17:10.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44062026-08-17T18:17:10.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44072026-08-17T18:17:11.050Z
44082026-08-17T18:17:11.050Zinfo: running `cargo check --bins` on nexus-external-api (282/334)
44092026-08-17T18:17:11.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-08-17T18:17:11.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-08-17T18:17:11.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-08-17T18:17:11.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44132026-08-17T18:17:11.661Z
44142026-08-17T18:17:11.661Zinfo: running `cargo check --bins` on nexus-internal-api (283/334)
44152026-08-17T18:17:12.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-08-17T18:17:12.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-08-17T18:17:12.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44182026-08-17T18:17:12.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44192026-08-17T18:17:12.275Z
44202026-08-17T18:17:12.275Zinfo: running `cargo check --bins` on nexus-lockstep-api (284/334)
44212026-08-17T18:17:12.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-08-17T18:17:12.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-08-17T18:17:12.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44242026-08-17T18:17:12.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44252026-08-17T18:17:12.884Z
44262026-08-17T18:17:12.884Zinfo: running `cargo check --bins` on ntp-admin-api (285/334)
44272026-08-17T18:17:13.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-08-17T18:17:13.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-08-17T18:17:13.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-08-17T18:17:13.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44312026-08-17T18:17:13.460Z
44322026-08-17T18:17:13.460Zinfo: running `cargo check --bins` on ntp-admin-types-versions (286/334)
44332026-08-17T18:17:13.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-08-17T18:17:13.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-08-17T18:17:13.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-08-17T18:17:13.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44372026-08-17T18:17:14.019Z
44382026-08-17T18:17:14.019Zinfo: running `cargo check --bins` on wicketd-api (287/334)
44392026-08-17T18:17:14.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-08-17T18:17:14.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-08-17T18:17:14.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-08-17T18:17:14.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44432026-08-17T18:17:14.607Z
44442026-08-17T18:17:14.607Zinfo: running `cargo check --bins` on wicketd-commission-api (288/334)
44452026-08-17T18:17:15.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-08-17T18:17:15.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-08-17T18:17:15.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-08-17T18:17:15.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44492026-08-17T18:17:15.189Z
44502026-08-17T18:17:15.189Zinfo: running `cargo check --bins` on omicron-ls-apis (289/334)
44512026-08-17T18:17:15.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-08-17T18:17:15.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-08-17T18:17:15.803Z Compiling blake3 v1.8.5
44542026-08-17T18:17:15.911Z Checking arrayvec v0.7.6
44552026-08-17T18:17:15.911Z Checking constant_time_eq v0.4.2
44562026-08-17T18:17:15.920Z Checking arrayref v0.3.9
44572026-08-17T18:17:15.934Z Checking cargo-platform v0.3.2
44582026-08-17T18:17:15.934Z Checking topological-sort v0.2.2
44592026-08-17T18:17:15.937Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
44602026-08-17T18:17:16.084Z Checking cargo_metadata v0.23.1
44612026-08-17T18:17:16.696Z Checking omicron-zone-package v0.12.3
44622026-08-17T18:17:17.405Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44632026-08-17T18:17:18.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
44642026-08-17T18:17:18.425Z
44652026-08-17T18:17:18.425Zinfo: running `cargo check --bins` on mgs-dev (290/334)
44662026-08-17T18:17:18.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-08-17T18:17:18.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-08-17T18:17:19.144Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44692026-08-17T18:17:19.778Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44702026-08-17T18:17:20.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
44712026-08-17T18:17:20.485Z
44722026-08-17T18:17:20.485Zinfo: running `cargo check --bins` on omicron-omdb (291/334)
44732026-08-17T18:17:21.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-08-17T18:17:21.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-08-17T18:17:21.441Z Compiling darling_core v0.21.3
44762026-08-17T18:17:21.441Z Compiling vergen-lib v0.1.6
44772026-08-17T18:17:21.441Z Compiling diesel_derives v2.3.7
44782026-08-17T18:17:21.441Z Checking scheduled-thread-pool v0.2.7
44792026-08-17T18:17:21.444Z Compiling vergen-gitcl v1.0.8
44802026-08-17T18:17:21.444Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44812026-08-17T18:17:21.617Z Compiling diesel_table_macro_syntax v0.3.0
44822026-08-17T18:17:21.646Z Compiling dirs-sys-next v0.1.2
44832026-08-17T18:17:21.741Z Compiling glob v0.3.3
44842026-08-17T18:17:21.772Z Compiling crunchy v0.2.4
44852026-08-17T18:17:21.804Z Compiling dirs-next v2.0.0
44862026-08-17T18:17:21.865Z Checking r2d2 v0.8.10
44872026-08-17T18:17:21.922Z Compiling tiny-keccak v2.0.2
44882026-08-17T18:17:21.938Z Checking downcast-rs v2.0.2
44892026-08-17T18:17:22.053Z Compiling term v0.7.0
44902026-08-17T18:17:22.130Z Compiling clang-sys v1.8.1
44912026-08-17T18:17:22.148Z Compiling bit-vec v0.6.3
44922026-08-17T18:17:22.186Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44932026-08-17T18:17:22.365Z Compiling ascii-canvas v3.0.0
44942026-08-17T18:17:22.384Z Compiling bit-set v0.5.3
44952026-08-17T18:17:22.500Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44962026-08-17T18:17:22.544Z Compiling itertools v0.10.5
44972026-08-17T18:17:22.582Z Compiling ena v0.14.4
44982026-08-17T18:17:22.598Z Compiling libloading v0.8.9
44992026-08-17T18:17:22.602Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45002026-08-17T18:17:22.628Z Compiling diff v0.1.13
45012026-08-17T18:17:22.647Z Compiling regex-syntax v0.6.29
45022026-08-17T18:17:22.793Z Compiling bindgen v0.71.1
45032026-08-17T18:17:22.914Z Compiling cexpr v0.6.0
45042026-08-17T18:17:23.218Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45052026-08-17T18:17:23.255Z Compiling rustc-hash v2.1.1
45062026-08-17T18:17:23.393Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45072026-08-17T18:17:23.598Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45082026-08-17T18:17:23.616Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45092026-08-17T18:17:23.619Z Compiling libxml v0.3.3
45102026-08-17T18:17:23.740Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45112026-08-17T18:17:23.886Z Compiling strum_macros v0.24.3
45122026-08-17T18:17:23.907Z Compiling indoc v1.0.9
45132026-08-17T18:17:23.953Z Compiling lalrpop v0.19.12
45142026-08-17T18:17:24.147Z Compiling darling_macro v0.21.3
45152026-08-17T18:17:24.665Z Compiling darling v0.21.3
45162026-08-17T18:17:24.752Z Compiling dsl_auto_type v0.2.0
45172026-08-17T18:17:24.906Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45182026-08-17T18:17:25.097Z Checking derive_builder v0.20.2
45192026-08-17T18:17:25.221Z Compiling oso-derive v0.27.3
45202026-08-17T18:17:25.237Z Checking quick-xml v0.37.5
45212026-08-17T18:17:25.355Z Compiling impl-trait-for-tuples v0.2.3
45222026-08-17T18:17:25.730Z Checking openssl-probe v0.1.6
45232026-08-17T18:17:25.874Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45242026-08-17T18:17:26.121Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45252026-08-17T18:17:26.311Z Checking bb8 v0.8.6
45262026-08-17T18:17:26.433Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45272026-08-17T18:17:26.594Z Checking nonempty v0.12.0
45282026-08-17T18:17:26.597Z Compiling libz-sys v1.1.24
45292026-08-17T18:17:26.651Z Compiling strsim v0.10.0
45302026-08-17T18:17:26.761Z Compiling libgit2-sys v0.18.3+1.9.2
45312026-08-17T18:17:26.892Z Compiling darling_core v0.13.4
45322026-08-17T18:17:26.981Z Compiling vergen-git2 v9.1.0
45332026-08-17T18:17:27.205Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45342026-08-17T18:17:27.226Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45352026-08-17T18:17:27.416Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45362026-08-17T18:17:27.628Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45372026-08-17T18:17:27.815Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45382026-08-17T18:17:28.007Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45392026-08-17T18:17:28.185Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45402026-08-17T18:17:28.203Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
45412026-08-17T18:17:28.385Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45422026-08-17T18:17:28.572Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45432026-08-17T18:17:28.744Z Compiling darling_macro v0.13.4
45442026-08-17T18:17:28.761Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45452026-08-17T18:17:28.951Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45462026-08-17T18:17:29.266Z Compiling darling v0.13.4
45472026-08-17T18:17:29.370Z Compiling serde_with_macros v1.5.2
45482026-08-17T18:17:29.416Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45492026-08-17T18:17:29.818Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
45502026-08-17T18:17:30.228Z Compiling serde_with v1.14.0
45512026-08-17T18:17:30.426Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45522026-08-17T18:17:30.615Z Checking twox-hash v2.1.2
45532026-08-17T18:17:30.635Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45542026-08-17T18:17:30.652Z Checking diesel v2.3.7
45552026-08-17T18:17:30.920Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
45562026-08-17T18:17:31.374Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
45572026-08-17T18:17:32.351Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45582026-08-17T18:17:32.722Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
45592026-08-17T18:17:32.977Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45602026-08-17T18:17:33.423Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
45612026-08-17T18:17:33.643Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45622026-08-17T18:17:33.953Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45632026-08-17T18:17:33.989Z Checking libsw-core v0.3.2
45642026-08-17T18:17:34.151Z Checking atty v0.2.14
45652026-08-17T18:17:34.261Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45662026-08-17T18:17:34.514Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45672026-08-17T18:17:34.754Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45682026-08-17T18:17:34.913Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45692026-08-17T18:17:35.135Z Checking libsw v3.5.0
45702026-08-17T18:17:35.306Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
45712026-08-17T18:17:36.148Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
45722026-08-17T18:17:36.200Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
45732026-08-17T18:17:36.876Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
45742026-08-17T18:17:37.426Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45752026-08-17T18:17:37.599Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
45762026-08-17T18:17:37.789Z Checking console v0.16.2
45772026-08-17T18:17:38.121Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
45782026-08-17T18:17:38.274Z Checking fatfs v0.3.6
45792026-08-17T18:17:38.423Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
45802026-08-17T18:17:38.736Z Checking unit-prefix v0.5.2
45812026-08-17T18:17:38.880Z Compiling seq-macro v0.3.6
45822026-08-17T18:17:39.420Z Checking indicatif v0.18.4
45832026-08-17T18:17:39.460Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45842026-08-17T18:17:39.772Z Checking oxide-update-engine-display v0.1.2
45852026-08-17T18:17:39.809Z Checking support-bundle-viewer v0.1.2
45862026-08-17T18:17:40.061Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
45872026-08-17T18:17:40.082Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45882026-08-17T18:17:40.111Z Checking multimap v0.10.1
45892026-08-17T18:17:46.205Z Checking diesel-dtrace v0.5.0
45902026-08-17T18:17:46.458Z Checking async-bb8-diesel v0.2.1
45912026-08-17T18:17:49.532Z Compiling samael v0.0.19
45922026-08-17T18:17:53.791Z Compiling git2 v0.20.4
45932026-08-17T18:17:55.373Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
45942026-08-17T18:17:56.392Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45952026-08-17T18:17:56.523Z Compiling polar-core v0.27.3
45962026-08-17T18:18:01.095Z Checking oso v0.27.3
45972026-08-17T18:18:33.638Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45982026-08-17T18:19:48.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
45992026-08-17T18:19:48.902Z
46002026-08-17T18:19:48.902Zinfo: running `cargo check --bins` on nexus-networking (292/334)
46012026-08-17T18:19:49.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-08-17T18:19:49.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-08-17T18:19:49.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46042026-08-17T18:19:49.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
46052026-08-17T18:19:49.574Z
46062026-08-17T18:19:49.574Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (293/334)
46072026-08-17T18:19:50.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-08-17T18:19:50.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-08-17T18:19:50.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46102026-08-17T18:19:50.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46112026-08-17T18:19:50.209Z
46122026-08-17T18:19:50.209Zinfo: running `cargo check --bins` on nexus-saga-recovery (294/334)
46132026-08-17T18:19:50.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-08-17T18:19:50.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-08-17T18:19:50.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46162026-08-17T18:19:50.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46172026-08-17T18:19:50.843Z
46182026-08-17T18:19:50.843Zinfo: running `cargo check --bins` on nexus-test-utils-macros (295/334)
46192026-08-17T18:19:51.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46202026-08-17T18:19:51.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46212026-08-17T18:19:51.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46222026-08-17T18:19:51.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46232026-08-17T18:19:51.407Z
46242026-08-17T18:19:51.407Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (296/334)
46252026-08-17T18:19:51.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46262026-08-17T18:19:51.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46272026-08-17T18:19:52.231Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46282026-08-17T18:19:52.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
46292026-08-17T18:19:53.209Z
46302026-08-17T18:19:53.209Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (297/334)
46312026-08-17T18:19:53.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-08-17T18:19:53.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-08-17T18:19:54.033Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46342026-08-17T18:20:32.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.63s
46352026-08-17T18:20:33.054Z
46362026-08-17T18:20:33.054Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (298/334)
46372026-08-17T18:20:33.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46382026-08-17T18:20:33.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46392026-08-17T18:20:33.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46402026-08-17T18:20:33.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46412026-08-17T18:20:33.614Z
46422026-08-17T18:20:33.614Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (299/334)
46432026-08-17T18:20:34.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-08-17T18:20:34.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-08-17T18:20:34.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46462026-08-17T18:20:34.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46472026-08-17T18:20:34.176Z
46482026-08-17T18:20:34.176Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (300/334)
46492026-08-17T18:20:34.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-08-17T18:20:34.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-08-17T18:20:34.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46522026-08-17T18:20:34.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46532026-08-17T18:20:34.802Z
46542026-08-17T18:20:34.802Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (301/334)
46552026-08-17T18:20:35.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-08-17T18:20:35.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-08-17T18:20:35.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46582026-08-17T18:20:35.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46592026-08-17T18:20:35.437Z
46602026-08-17T18:20:35.437Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (302/334)
46612026-08-17T18:20:35.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46622026-08-17T18:20:35.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46632026-08-17T18:20:35.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46642026-08-17T18:20:35.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46652026-08-17T18:20:36.069Z
46662026-08-17T18:20:36.069Zinfo: running `cargo check --bins` on nexus-mgs-updates (303/334)
46672026-08-17T18:20:36.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-08-17T18:20:36.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-08-17T18:20:36.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46702026-08-17T18:20:36.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46712026-08-17T18:20:36.692Z
46722026-08-17T18:20:36.692Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (304/334)
46732026-08-17T18:20:37.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-08-17T18:20:37.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-08-17T18:20:37.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46762026-08-17T18:20:37.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46772026-08-17T18:20:37.325Z
46782026-08-17T18:20:37.325Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (305/334)
46792026-08-17T18:20:37.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46802026-08-17T18:20:37.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46812026-08-17T18:20:37.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46822026-08-17T18:20:37.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46832026-08-17T18:20:37.952Z
46842026-08-17T18:20:37.952Zinfo: running `cargo check --bins` on nexus-switch-config (306/334)
46852026-08-17T18:20:38.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46862026-08-17T18:20:38.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46872026-08-17T18:20:38.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46882026-08-17T18:20:38.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46892026-08-17T18:20:38.559Z
46902026-08-17T18:20:38.559Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (307/334)
46912026-08-17T18:20:39.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-08-17T18:20:39.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-08-17T18:20:39.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46942026-08-17T18:20:39.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46952026-08-17T18:20:39.188Z
46962026-08-17T18:20:39.188Zinfo: running `cargo check --bins` on support-bundle-collection (308/334)
46972026-08-17T18:20:39.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-08-17T18:20:39.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-08-17T18:20:39.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47002026-08-17T18:20:39.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47012026-08-17T18:20:39.816Z
47022026-08-17T18:20:39.816Zinfo: running `cargo check --bins` on omicron-dev (309/334)
47032026-08-17T18:20:40.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47042026-08-17T18:20:40.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47052026-08-17T18:20:40.699Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47062026-08-17T18:20:40.699Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47072026-08-17T18:20:40.887Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47082026-08-17T18:20:40.917Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47092026-08-17T18:20:40.932Z Checking yansi v1.0.1
47102026-08-17T18:20:40.935Z Checking diff v0.1.13
47112026-08-17T18:20:40.961Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47122026-08-17T18:20:40.976Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47132026-08-17T18:20:41.174Z Checking pretty_assertions v1.4.1
47142026-08-17T18:20:41.944Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47152026-08-17T18:20:41.994Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47162026-08-17T18:21:07.284Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47172026-08-17T18:21:07.288Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47182026-08-17T18:21:07.288Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47192026-08-17T18:21:07.288Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47202026-08-17T18:21:07.288Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47212026-08-17T18:21:07.288Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47222026-08-17T18:21:07.288Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47232026-08-17T18:21:08.179Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47242026-08-17T18:21:08.182Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47252026-08-17T18:21:09.460Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47262026-08-17T18:21:47.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
47272026-08-17T18:21:48.138Z
47282026-08-17T18:21:48.138Zinfo: running `cargo check --bins` on oximeter-load-test (310/334)
47292026-08-17T18:21:48.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-08-17T18:21:48.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-08-17T18:21:48.851Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
47322026-08-17T18:21:49.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
47332026-08-17T18:21:49.681Z
47342026-08-17T18:21:49.681Zinfo: running `cargo check --bins` on omicron-pins (311/334)
47352026-08-17T18:21:50.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47362026-08-17T18:21:50.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47372026-08-17T18:21:50.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47382026-08-17T18:21:50.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
47392026-08-17T18:21:50.235Z
47402026-08-17T18:21:50.235Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (312/334)
47412026-08-17T18:21:50.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47422026-08-17T18:21:50.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47432026-08-17T18:21:51.003Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
47442026-08-17T18:21:51.126Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47452026-08-17T18:21:51.133Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
47462026-08-17T18:22:18.127Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
47472026-08-17T18:22:18.530Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47482026-08-17T18:22:20.282Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
47492026-08-17T18:22:20.756Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47502026-08-17T18:22:23.854Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47512026-08-17T18:22:47.890Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47522026-08-17T18:22:48.628Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47532026-08-17T18:22:50.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
47542026-08-17T18:22:50.515Z
47552026-08-17T18:22:50.515Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (313/334)
47562026-08-17T18:22:51.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47572026-08-17T18:22:51.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47582026-08-17T18:22:51.222Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
47592026-08-17T18:22:51.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
47602026-08-17T18:22:52.116Z
47612026-08-17T18:22:52.116Zinfo: running `cargo check --bins` on omicron-releng (314/334)
47622026-08-17T18:22:52.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-08-17T18:22:52.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-08-17T18:22:52.732Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
47652026-08-17T18:22:52.736Z Compiling fs-err v2.11.0
47662026-08-17T18:22:52.850Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
47672026-08-17T18:22:52.861Z Checking parse-size v1.1.0
47682026-08-17T18:22:52.869Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
47692026-08-17T18:22:52.873Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
47702026-08-17T18:22:52.873Z Checking shell-words v1.1.1
47712026-08-17T18:22:52.961Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47722026-08-17T18:22:53.291Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47732026-08-17T18:22:53.471Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47742026-08-17T18:22:54.143Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
47752026-08-17T18:22:55.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
47762026-08-17T18:22:55.282Z
47772026-08-17T18:22:55.282Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (315/334)
47782026-08-17T18:22:55.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47792026-08-17T18:22:55.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47802026-08-17T18:22:55.908Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
47812026-08-17T18:22:56.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
47822026-08-17T18:22:56.583Z
47832026-08-17T18:22:56.583Zinfo: running `cargo check --bins` on schema (316/334)
47842026-08-17T18:22:57.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47852026-08-17T18:22:57.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47862026-08-17T18:22:57.302Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
47872026-08-17T18:22:58.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
47882026-08-17T18:22:58.207Z
47892026-08-17T18:22:58.207Zinfo: running `cargo check --bins` on xtask (317/334)
47902026-08-17T18:22:58.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47912026-08-17T18:22:58.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47922026-08-17T18:22:58.606Z Checking serde_core v1.0.228
47932026-08-17T18:22:58.606Z Checking libc v0.2.185
47942026-08-17T18:22:58.610Z Checking bitflags v2.11.0
47952026-08-17T18:22:58.693Z Checking scroll v0.12.0
47962026-08-17T18:22:58.697Z Checking thiserror v1.0.69
47972026-08-17T18:22:58.704Z Checking log v0.4.29
47982026-08-17T18:22:58.711Z Checking zerocopy v0.7.35
47992026-08-17T18:22:58.719Z Checking indexmap v2.14.0
48002026-08-17T18:22:58.782Z Checking syn v2.0.117
48012026-08-17T18:22:58.826Z Checking dtrace-parser v0.2.0
48022026-08-17T18:22:58.842Z Checking once_cell v1.21.3
48032026-08-17T18:22:58.902Z Checking goblin v0.8.2
48042026-08-17T18:22:58.964Z Checking errno v0.3.14
48052026-08-17T18:22:59.014Z Checking getrandom v0.4.1
48062026-08-17T18:22:59.053Z Checking thread-id v4.2.2
48072026-08-17T18:22:59.080Z Checking rustix v1.1.3
48082026-08-17T18:22:59.129Z Checking memmap v0.7.0
48092026-08-17T18:22:59.140Z Checking thiserror v2.0.18
48102026-08-17T18:22:59.199Z Checking fs-err v3.3.0
48112026-08-17T18:22:59.236Z Checking anyhow v1.0.102
48122026-08-17T18:22:59.247Z Checking tabled v0.15.0
48132026-08-17T18:22:59.850Z Checking terminal_size v0.4.3
48142026-08-17T18:22:59.850Z Checking tempfile v3.25.0
48152026-08-17T18:22:59.963Z Checking clap_builder v4.6.0
48162026-08-17T18:22:59.966Z Checking textwrap v0.16.2
48172026-08-17T18:23:00.128Z Checking serde v1.0.228
48182026-08-17T18:23:00.131Z Checking serde_json v1.0.151
48192026-08-17T18:23:00.132Z Checking camino v1.2.2
48202026-08-17T18:23:00.174Z Checking semver v1.0.28
48212026-08-17T18:23:00.346Z Checking cargo-platform v0.3.2
48222026-08-17T18:23:00.397Z Checking camino-tempfile v1.4.1
48232026-08-17T18:23:00.557Z Checking toml_datetime v0.6.11
48242026-08-17T18:23:00.557Z Checking serde_spanned v0.6.9
48252026-08-17T18:23:00.560Z Checking macaddr v1.0.1
48262026-08-17T18:23:00.560Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48272026-08-17T18:23:00.740Z Checking toml_edit v0.22.27
48282026-08-17T18:23:00.744Z Checking dof v0.3.0
48292026-08-17T18:23:00.744Z Checking cargo_metadata v0.23.1
48302026-08-17T18:23:01.007Z Checking usdt-impl v0.5.0
48312026-08-17T18:23:01.139Z Checking clap v4.6.1
48322026-08-17T18:23:01.263Z Checking usdt v0.5.0
48332026-08-17T18:23:01.708Z Checking toml v0.8.23
48342026-08-17T18:23:01.967Z Checking cargo_toml v0.21.0
48352026-08-17T18:23:02.608Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48362026-08-17T18:23:03.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s
48372026-08-17T18:23:03.105Z
48382026-08-17T18:23:03.105Zinfo: running `cargo check --bins` on dnsadm (318/334)
48392026-08-17T18:23:03.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48402026-08-17T18:23:03.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48412026-08-17T18:23:03.741Z Checking arc-swap v1.8.2
48422026-08-17T18:23:04.025Z Checking slog-scope v4.4.1
48432026-08-17T18:23:04.139Z Checking slog-stdlog v4.1.1
48442026-08-17T18:23:04.265Z Checking slog-envlogger v2.2.0
48452026-08-17T18:23:04.389Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
48462026-08-17T18:23:04.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
48472026-08-17T18:23:04.973Z
48482026-08-17T18:23:04.973Zinfo: running `cargo check --bins` on end-to-end-tests (319/334)
48492026-08-17T18:23:05.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48502026-08-17T18:23:05.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48512026-08-17T18:23:05.784Z Checking cpubits v0.1.1
48522026-08-17T18:23:05.911Z Checking pem-rfc7468 v1.0.0
48532026-08-17T18:23:05.923Z Checking hmac v0.13.0
48542026-08-17T18:23:05.926Z Checking universal-hash v0.6.1
48552026-08-17T18:23:05.947Z Checking ctr v0.10.1
48562026-08-17T18:23:05.947Z Checking aead v0.6.1
48572026-08-17T18:23:05.975Z Checking crypto-bigint v0.7.5
48582026-08-17T18:23:05.978Z Checking aes v0.9.1
48592026-08-17T18:23:06.004Z Checking salsa20 v0.11.0
48602026-08-17T18:23:06.035Z Checking polyval v0.7.1
48612026-08-17T18:23:06.052Z Checking der v0.8.0
48622026-08-17T18:23:06.075Z Checking pbkdf2 v0.13.0
48632026-08-17T18:23:06.092Z Checking cbc v0.2.1
48642026-08-17T18:23:06.141Z Checking ff v0.14.0
48652026-08-17T18:23:06.146Z Checking signature v3.0.0
48662026-08-17T18:23:06.186Z Checking scrypt v0.12.0
48672026-08-17T18:23:06.207Z Checking ghash v0.6.0
48682026-08-17T18:23:06.221Z Checking base16ct v1.0.0
48692026-08-17T18:23:06.286Z Checking group v0.14.0
48702026-08-17T18:23:06.314Z Checking hkdf v0.13.0
48712026-08-17T18:23:06.333Z Compiling curve25519-dalek v5.0.0
48722026-08-17T18:23:06.351Z Checking keccak v0.2.0
48732026-08-17T18:23:06.366Z Checking aes-gcm v0.11.0
48742026-08-17T18:23:06.381Z Checking poly1305 v0.9.0
48752026-08-17T18:23:06.433Z Checking wnaf v0.14.0
48762026-08-17T18:23:06.448Z Checking blowfish v0.10.0
48772026-08-17T18:23:06.506Z Checking blake2 v0.11.0-rc.6
48782026-08-17T18:23:06.523Z Checking sha3 v0.11.0
48792026-08-17T18:23:06.594Z Checking bcrypt-pbkdf v0.11.0
48802026-08-17T18:23:06.613Z Checking kem v0.3.0
48812026-08-17T18:23:06.639Z Checking module-lattice v0.2.3
48822026-08-17T18:23:06.728Z Checking sponge-cursor v0.1.0
48832026-08-17T18:23:06.756Z Checking argon2 v0.6.0-rc.8
48842026-08-17T18:23:06.772Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
48852026-08-17T18:23:06.830Z Checking spki v0.8.0
48862026-08-17T18:23:06.850Z Checking sec1 v0.8.1
48872026-08-17T18:23:06.854Z Checking ml-kem v0.3.2
48882026-08-17T18:23:06.854Z Checking sha3 v0.12.0
48892026-08-17T18:23:06.950Z Checking internal-russh-num-bigint v0.5.0
48902026-08-17T18:23:06.998Z Checking pkcs5 v0.8.1
48912026-08-17T18:23:07.053Z Checking pkcs1 v0.8.0-rc.4
48922026-08-17T18:23:07.068Z Checking num-bigint v0.4.6
48932026-08-17T18:23:07.072Z Checking generic-array v1.4.3
48942026-08-17T18:23:07.260Z Checking russh-util v0.52.0
48952026-08-17T18:23:07.283Z Checking pkcs8 v0.11.0
48962026-08-17T18:23:07.385Z Compiling enum_dispatch v0.3.13
48972026-08-17T18:23:07.458Z Compiling delegate v0.13.5
48982026-08-17T18:23:07.479Z Checking ed25519 v3.0.0
48992026-08-17T18:23:07.616Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49002026-08-17T18:23:07.639Z Checking md5 v0.8.0
49012026-08-17T18:23:07.670Z Checking ed25519-dalek v3.0.0
49022026-08-17T18:23:07.787Z Checking hex-literal v1.1.0
49032026-08-17T18:23:07.829Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49042026-08-17T18:23:07.888Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49052026-08-17T18:23:07.888Z Checking socket2 v0.5.10
49062026-08-17T18:23:08.016Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49072026-08-17T18:23:08.019Z Checking internet-checksum v0.2.1
49082026-08-17T18:23:08.212Z Checking elliptic-curve v0.14.1
49092026-08-17T18:23:08.212Z Checking primefield v0.14.0
49102026-08-17T18:23:08.215Z Checking rfc6979 v0.6.0
49112026-08-17T18:23:08.215Z Checking ssh-encoding v0.3.0
49122026-08-17T18:23:08.315Z Checking crypto-primes v0.7.2
49132026-08-17T18:23:08.433Z Checking ssh-cipher v0.3.0
49142026-08-17T18:23:08.436Z Checking russh-cryptovec v0.62.0
49152026-08-17T18:23:08.611Z Checking ecdsa v0.17.0
49162026-08-17T18:23:08.614Z Checking primeorder v0.14.0
49172026-08-17T18:23:08.967Z Checking p384 v0.14.0
49182026-08-17T18:23:08.971Z Checking p256 v0.14.0
49192026-08-17T18:23:08.971Z Checking p521 v0.14.0
49202026-08-17T18:23:09.233Z Checking rsa v0.10.0-rc.18
49212026-08-17T18:23:11.772Z Checking ssh-key v0.7.0-rc.11
49222026-08-17T18:23:12.544Z Checking russh v0.62.4
49232026-08-17T18:23:26.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.32s
49242026-08-17T18:23:26.501Z
49252026-08-17T18:23:26.501Zinfo: running `cargo check --bins` on gateway-cli (320/334)
49262026-08-17T18:23:26.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49272026-08-17T18:23:26.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49282026-08-17T18:23:27.133Z Checking termios v0.3.3
49292026-08-17T18:23:27.332Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
49302026-08-17T18:23:27.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
49312026-08-17T18:23:28.100Z
49322026-08-17T18:23:28.100Zinfo: running `cargo check --bins --no-default-features` on installinator (321/334)
49332026-08-17T18:23:28.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49342026-08-17T18:23:28.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49352026-08-17T18:23:28.780Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49362026-08-17T18:23:29.485Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
49372026-08-17T18:23:31.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
49382026-08-17T18:23:31.279Z
49392026-08-17T18:23:31.279Zinfo: running `cargo check --bins` on internal-dns-cli (322/334)
49402026-08-17T18:23:31.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49412026-08-17T18:23:31.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49422026-08-17T18:23:31.901Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49432026-08-17T18:23:32.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
49442026-08-17T18:23:32.506Z
49452026-08-17T18:23:32.506Zinfo: running `cargo check --bins` on omicron-live-tests (323/334)
49462026-08-17T18:23:32.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49472026-08-17T18:23:32.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49482026-08-17T18:23:32.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49492026-08-17T18:23:32.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
49502026-08-17T18:23:33.058Z
49512026-08-17T18:23:33.058Zinfo: running `cargo check --bins` on live-tests-macros (324/334)
49522026-08-17T18:23:33.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49532026-08-17T18:23:33.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49542026-08-17T18:23:33.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49552026-08-17T18:23:33.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49562026-08-17T18:23:33.613Z
49572026-08-17T18:23:33.613Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (325/334)
49582026-08-17T18:23:34.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49592026-08-17T18:23:34.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49602026-08-17T18:23:34.341Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
49612026-08-17T18:23:34.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
49622026-08-17T18:23:35.127Z
49632026-08-17T18:23:35.127Zinfo: running `cargo check --bins` on omicron-ntp-admin (326/334)
49642026-08-17T18:23:35.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49652026-08-17T18:23:35.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49662026-08-17T18:23:35.759Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
49672026-08-17T18:23:35.759Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
49682026-08-17T18:23:36.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
49692026-08-17T18:23:36.862Z
49702026-08-17T18:23:36.862Zinfo: running `cargo check --bins` on ntp-admin-types (327/334)
49712026-08-17T18:23:37.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49722026-08-17T18:23:37.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49732026-08-17T18:23:37.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49742026-08-17T18:23:37.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49752026-08-17T18:23:37.416Z
49762026-08-17T18:23:37.417Zinfo: running `cargo check --bins` on omicron-package (328/334)
49772026-08-17T18:23:37.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49782026-08-17T18:23:37.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49792026-08-17T18:23:38.085Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
49802026-08-17T18:23:39.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
49812026-08-17T18:23:39.379Z
49822026-08-17T18:23:39.379Zinfo: running `cargo check --bins` on tqdb (329/334)
49832026-08-17T18:23:39.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49842026-08-17T18:23:39.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49852026-08-17T18:23:40.145Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
49862026-08-17T18:23:40.501Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
49872026-08-17T18:23:41.022Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
49882026-08-17T18:23:41.026Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
49892026-08-17T18:23:47.185Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
49902026-08-17T18:23:47.188Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
49912026-08-17T18:23:47.188Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
49922026-08-17T18:23:47.796Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
49932026-08-17T18:23:47.797Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
49942026-08-17T18:23:47.800Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
49952026-08-17T18:23:48.584Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
49962026-08-17T18:23:49.042Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
49972026-08-17T18:23:49.277Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
49982026-08-17T18:23:49.634Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
49992026-08-17T18:23:50.491Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50002026-08-17T18:23:51.147Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50012026-08-17T18:23:55.869Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50022026-08-17T18:24:03.184Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50032026-08-17T18:24:03.187Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50042026-08-17T18:24:03.187Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50052026-08-17T18:24:03.187Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50062026-08-17T18:24:04.709Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50072026-08-17T18:24:05.988Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50082026-08-17T18:24:06.665Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50092026-08-17T18:24:07.943Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50102026-08-17T18:24:08.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.11s
50112026-08-17T18:24:08.703Z
50122026-08-17T18:24:08.704Zinfo: running `cargo check --bins` on wicket-dbg (330/334)
50132026-08-17T18:24:09.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50142026-08-17T18:24:09.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50152026-08-17T18:24:09.401Z Checking rtoolbox v0.0.3
50162026-08-17T18:24:09.417Z Checking tui-tree-widget v0.23.1
50172026-08-17T18:24:09.418Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50182026-08-17T18:24:09.524Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50192026-08-17T18:24:09.613Z Checking rpassword v7.5.4
50202026-08-17T18:24:12.450Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50212026-08-17T18:24:14.276Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50222026-08-17T18:24:15.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.50s
50232026-08-17T18:24:15.395Z
50242026-08-17T18:24:15.395Zinfo: running `cargo check --bins` on wicket (331/334)
50252026-08-17T18:24:15.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50262026-08-17T18:24:15.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50272026-08-17T18:24:16.076Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50282026-08-17T18:24:16.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
50292026-08-17T18:24:16.624Z
50302026-08-17T18:24:16.624Zinfo: running `cargo check --bins` on wicketd (332/334)
50312026-08-17T18:24:17.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50322026-08-17T18:24:17.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50332026-08-17T18:24:17.315Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
50342026-08-17T18:24:20.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
50352026-08-17T18:24:21.131Z
50362026-08-17T18:24:21.131Zinfo: running `cargo check --bins` on omicron-workspace-hack (333/334)
50372026-08-17T18:24:21.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50382026-08-17T18:24:21.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50392026-08-17T18:24:21.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50402026-08-17T18:24:21.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
50412026-08-17T18:24:21.684Z
50422026-08-17T18:24:21.684Zinfo: running `cargo check --bins` on zone-setup (334/334)
50432026-08-17T18:24:22.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50442026-08-17T18:24:22.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50452026-08-17T18:24:22.345Z Checking uzers v0.12.2
50462026-08-17T18:24:22.620Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
50472026-08-17T18:24:23.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
50482026-08-17T18:24:23.603Z
50492026-08-17T18:24:23.603Zreal 14:01.777678317
50502026-08-17T18:24:23.603Zuser 21:05.522501174
50512026-08-17T18:24:23.603Zsys 4:21.487323197
50522026-08-17T18:24:23.603Ztrap 0.323305563
50532026-08-17T18:24:23.603Ztflt 0.568568466
50542026-08-17T18:24:23.603Zdflt 0.812123888
50552026-08-17T18:24:23.603Zkflt 0.004639591
50562026-08-17T18:24:23.603Zlock 1:26:37.269194999
50572026-08-17T18:24:23.607Zslp 1:40:46.163869476
50582026-08-17T18:24:23.607Zlat 57.717572451
50592026-08-17T18:24:23.607Zstop 4:02.236520213
50602026-08-17T18:24:23.607Zprocess exited: duration 973477 ms, exit code 0
 
50612026-08-17T18:24:23.614Zfound 0 output files