01M00KPVDKTNJKK6WBTFS62SHM: 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: 01M00KQ6RK456WTAMJ27Q7VDDC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-14T17:05:31.472Zjob assigned to worker 01M00KQH5C3B5BRS3AGRTJY52N [factory aws, i-0191e2a770ad80a20] (queued for 52 s)
 
22026-08-14T17:05:38.047Zstarting task 0: "setup"
32026-08-14T17:05:38.051Z++ uname -s
42026-08-14T17:05:38.054Z+ kern=SunOS
52026-08-14T17:05:38.054Z+ build_user=build
62026-08-14T17:05:38.054Z+ build_uid=12345
72026-08-14T17:05:38.054Z+ work_dir=/work
82026-08-14T17:05:38.054Z+ input_dir=/input
92026-08-14T17:05:38.054Z+ [[ 0 == 12345 ]]
102026-08-14T17:05:38.054Z+ case "$kern" in
112026-08-14T17:05:38.054Z+ groupadd -g 12345 build
122026-08-14T17:05:38.057Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-14T17:05:40.061Z+ zfs create -o mountpoint=/work rpool/work
142026-08-14T17:05:40.130Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-14T17:05:40.133Z+ home_fs=zfs
162026-08-14T17:05:40.133Z+ [[ zfs == autofs ]]
172026-08-14T17:05:40.133Z+ mkdir -p /home/build
182026-08-14T17:05:40.133Z+ chown build:build /home/build /work
192026-08-14T17:05:42.134Z+ chmod 0700 /home/build /work
202026-08-14T17:05:42.137Zprocess exited: duration 4091 ms, exit code 0
 
212026-08-14T17:05:42.144Zstarting task 1: "rust-toolchain"
222026-08-14T17:05:42.148Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-14T17:05:42.148Z * rust toolchain channel = "1.97.1"
242026-08-14T17:05:42.148Z * rust toolchain profile = "default"
252026-08-14T17:05:42.148Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-14T17:05:42.148Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-14T17:05:42.148Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-14T17:05:42.151Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-14T17:05:42.151Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-14T17:05:42.253Zinfo: downloading installer
312026-08-14T17:05:43.627Zwarn: It looks like you have an existing rustup settings file at:
322026-08-14T17:05:43.627Zwarn: /home/build/.rustup/settings.toml
332026-08-14T17:05:43.627Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-14T17:05:43.630Zwarn: instead of the one inferred from the default host triple.
352026-08-14T17:05:43.640Zinfo: profile set to default
362026-08-14T17:05:43.640Zinfo: default host triple is x86_64-unknown-illumos
372026-08-14T17:05:43.642Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-14T17:05:43.778Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-14T17:05:43.778Zinfo: downloading 6 components
402026-08-14T17:05:59.029Z
412026-08-14T17:05:59.029Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-14T17:05:59.055Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-14T17:05:59.056Z
442026-08-14T17:05:59.056Z
452026-08-14T17:05:59.056ZRust is installed now. Great!
462026-08-14T17:05:59.056Z
472026-08-14T17:05:59.059ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-14T17:05:59.059Zenvironment variable. This has not been done automatically.
492026-08-14T17:05:59.059Z
502026-08-14T17:05:59.059ZTo configure your current shell, you need to source
512026-08-14T17:05:59.059Zthe corresponding env file under $HOME/.cargo.
522026-08-14T17:05:59.059Z
532026-08-14T17:05:59.059ZThis is usually done by running one of the following (note the leading DOT):
542026-08-14T17:05:59.059Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-14T17:05:59.059Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-14T17:05:59.059Zsource "~/.cargo/env.nu" # For nushell
572026-08-14T17:05:59.059Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-14T17:05:59.059Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-14T17:05:59.059Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-14T17:05:59.059Zwarn: no default linker (`cc`) was found in your PATH
612026-08-14T17:05:59.059Zwarn: many Rust crates require a system C toolchain to build
622026-08-14T17:05:59.141Z+ rustup --version
632026-08-14T17:05:59.150Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-14T17:05:59.153Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-14T17:05:59.171Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-14T17:05:59.174Z+ cargo --version
672026-08-14T17:05:59.188Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-14T17:05:59.191Z+ rustc --version
692026-08-14T17:05:59.210Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-14T17:05:59.213Zprocess exited: duration 17069 ms, exit code 0
 
712026-08-14T17:05:59.219Zstarting task 2: "authentication"
722026-08-14T17:05:59.235Zprocess exited: duration 16 ms, exit code 0
 
732026-08-14T17:05:59.241Zstarting task 3: "clone repository"
742026-08-14T17:05:59.244Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-14T17:05:59.247Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-14T17:05:59.277ZCloning into '/work/oxidecomputer/omicron'...
772026-08-14T17:06:16.822Z+ cd /work/oxidecomputer/omicron
782026-08-14T17:06:16.822Z+ git fetch origin 1739fed3e65ef884fdbecf25ba94570e915d03d7
792026-08-14T17:06:17.199ZFrom https://github.com/oxidecomputer/omicron
802026-08-14T17:06:17.199Z * branch 1739fed3e65ef884fdbecf25ba94570e915d03d7 -> FETCH_HEAD
812026-08-14T17:06:17.212Z+ [[ -n '' ]]
822026-08-14T17:06:17.212Z+ git reset --hard 1739fed3e65ef884fdbecf25ba94570e915d03d7
832026-08-14T17:06:17.467ZHEAD is now at 1739fed3e API docs tweaks
842026-08-14T17:06:17.470Zprocess exited: duration 18228 ms, exit code 0
 
852026-08-14T17:06:17.476Zstarting task 4: "build"
862026-08-14T17:06:17.480Z+ source .github/buildomat/ci-env.sh
872026-08-14T17:06:17.480Z++ export CARGO_TERM_COLOR=always
882026-08-14T17:06:17.483Z++ CARGO_TERM_COLOR=always
892026-08-14T17:06:17.483Z+++ uname -s
902026-08-14T17:06:17.483Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-14T17:06:17.483Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-14T17:06:17.486Z+ cargo --version
932026-08-14T17:06:17.492Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-14T17:06:17.495Z+ rustc --version
952026-08-14T17:06:17.514Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-14T17:06:17.517Z+ source ./env.sh
972026-08-14T17:06:17.517Z++ OLD_SHELL_OPTS=ehxB
982026-08-14T17:06:17.517Z++ set -o xtrace
992026-08-14T17:06:17.520Z++++ dirname ./env.sh
1002026-08-14T17:06:17.520Z+++ readlink -f .
1012026-08-14T17:06:17.523Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-08-14T17:06:17.523Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-14T17:06:17.523Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-14T17:06:17.523Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-14T17:06:17.523Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-08-14T17:06:17.523Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-08-14T17:06:17.523Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-08-14T17:06:17.523Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-08-14T17:06:17.523Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-14T17:06:17.523Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-08-14T17:06:17.523Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-08-14T17:06:17.523Z++ case $OLD_SHELL_OPTS in
1132026-08-14T17:06:17.523Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-08-14T17:06:17.523Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1152026-08-14T17:06:17.523Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-08-14T17:06:17.523Z+ banner prerequisites
1172026-08-14T17:06:17.526Z
1182026-08-14T17:06:17.526Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-08-14T17:06:17.526Z # # # # # # # # # # # # # # #
1202026-08-14T17:06:17.526Z # # # # ##### # # ##### # # # # # #### #
1212026-08-14T17:06:17.526Z ##### ##### # ##### # # # # # # # # #
1222026-08-14T17:06:17.526Z # # # # # # # # # # # # # # #
1232026-08-14T17:06:17.526Z # # # ###### # # ###### ### # #### # #### #
1242026-08-14T17:06:17.526Z
1252026-08-14T17:06:17.526Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-08-14T17:06:19.352Z Startup: Refreshing catalog 'helios' ... Done
1272026-08-14T17:06:19.662Z Startup: Caching catalogs ... Done
1282026-08-14T17:06:21.361ZPlanning: Solver setup ... Done (1.597s)
1292026-08-14T17:06:21.415ZPlanning: Running solver ... Done (0.054s)
1302026-08-14T17:06:21.455ZPlanning: Finding local manifests ... Done (0.003s)
1312026-08-14T17:06:21.467ZPlanning: Fetching manifests: 0/2 0% complete
1322026-08-14T17:06:21.488ZPlanning: Fetching manifests: 2/2 100% complete
1332026-08-14T17:06:21.503ZPlanning: Package planning ... Done (0.014s)
1342026-08-14T17:06:21.506ZPlanning: Merging actions ... Done (0.002s)
1352026-08-14T17:06:21.668ZPlanning: Checking for conflicting actions ... Done (0.164s)
1362026-08-14T17:06:21.671ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-08-14T17:06:22.477ZPlanning: Evaluating mediators ... Done (0.807s)
1382026-08-14T17:06:22.480ZPlanning: Planning completed in 2.78 seconds
1392026-08-14T17:06:22.487Z Packages to install: 2
1402026-08-14T17:06:22.487Z Estimated space available: 156.01 GB
1412026-08-14T17:06:22.491ZEstimated space to be consumed: 67.95 MB
1422026-08-14T17:06:22.491Z Create boot environment: No
1432026-08-14T17:06:22.491ZCreate backup boot environment: No
1442026-08-14T17:06:22.491Z Rebuild boot archive: No
1452026-08-14T17:06:22.492Z
1462026-08-14T17:06:22.492ZChanged packages:
1472026-08-14T17:06:22.492Zhelios
1482026-08-14T17:06:22.492Z developer/build-essential
1492026-08-14T17:06:22.492Z None -> 11-3.0
1502026-08-14T17:06:22.492Z library/libxmlsec1
1512026-08-14T17:06:22.492Z None -> 1.2.35-3.0
1522026-08-14T17:06:22.511Z
1532026-08-14T17:06:22.511ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-08-14T17:06:22.588ZDownload: Completed 1.28 MB in 0.08 seconds (16.6M/s)
1552026-08-14T17:06:22.645Z Actions: 1/268 actions (Installing new actions)
1562026-08-14T17:06:22.683Z Actions: Completed 268 actions in 0.04 seconds.
1572026-08-14T17:06:22.712ZFinalize: Updating package state database ... Done (0.029s)
1582026-08-14T17:06:22.715ZFinalize: Updating package cache ... Done (0.000s)
1592026-08-14T17:06:22.787ZFinalize: Updating image state ... Done (0.074s)
1602026-08-14T17:06:25.240ZFinalize: Creating fast lookup database ... Done (2.408s)
1612026-08-14T17:06:25.306ZFinalize: Reading search index ... Done (0.012s)
1622026-08-14T17:06:25.310ZFinalize: Updating search index ... Done (0.000s)
1632026-08-14T17:06:25.410ZFinalize: Updating package cache ... Done (0.000s)
1642026-08-14T17:06:25.763ZPlanning: Evaluating mediator changes ... Done
1652026-08-14T17:06:25.867ZPlanning: Checking for conflicting actions ... Done
1662026-08-14T17:06:25.871ZPlanning: Consolidating action changes ... Done
1672026-08-14T17:06:26.023ZPlanning: Evaluating mediators ... Done
1682026-08-14T17:06:26.026ZPlanning: Planning completed in 0.26 seconds
1692026-08-14T17:06:26.046Z Mediators to change: 2
1702026-08-14T17:06:26.046Z Create boot environment: No
1712026-08-14T17:06:26.046ZCreate backup boot environment: No
1722026-08-14T17:06:26.085ZFinalize: Updating package state database ... Done
1732026-08-14T17:06:26.085ZFinalize: Updating package cache ... Done
1742026-08-14T17:06:26.129ZFinalize: Updating image state ... Done
1752026-08-14T17:06:28.064ZFinalize: Creating fast lookup database ... Done
1762026-08-14T17:06:28.125ZFinalize: Reading search index ... Done
1772026-08-14T17:06:28.128ZFinalize: Updating search index ... Done
1782026-08-14T17:06:28.203ZFinalize: Updating package cache ... Done
1792026-08-14T17:06:28.489ZPlanning: Evaluating mediator changes ... Done
1802026-08-14T17:06:28.595ZPlanning: Checking for conflicting actions ... Done
1812026-08-14T17:06:28.598ZPlanning: Consolidating action changes ... Done
1822026-08-14T17:06:28.756ZPlanning: Evaluating mediators ... Done
1832026-08-14T17:06:28.759ZPlanning: Planning completed in 0.26 seconds
1842026-08-14T17:06:28.776Z Mediators to change: 1
1852026-08-14T17:06:28.776Z Create boot environment: No
1862026-08-14T17:06:28.776ZCreate backup boot environment: No
1872026-08-14T17:06:28.817ZFinalize: Updating package state database ... Done
1882026-08-14T17:06:28.817ZFinalize: Updating package cache ... Done
1892026-08-14T17:06:28.893ZFinalize: Updating image state ... Done
1902026-08-14T17:06:30.798ZFinalize: Creating fast lookup database ... Done
1912026-08-14T17:06:30.858ZFinalize: Reading search index ... Done
1922026-08-14T17:06:30.862ZFinalize: Updating search index ... Done
1932026-08-14T17:06:30.928ZFinalize: Updating package cache ... Done
1942026-08-14T17:06:31.235ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-08-14T17:06:31.235Zapache system 2.4 system
1962026-08-14T17:06:31.235Zclang system 15 system
1972026-08-14T17:06:31.235Zcsh system system illumos
1982026-08-14T17:06:31.235Zctags system system illumos
1992026-08-14T17:06:31.235Zfile vendor vendor darwinsys
2002026-08-14T17:06:31.235Zfile system system illumos
2012026-08-14T17:06:31.235Zgcc vendor 14 vendor
2022026-08-14T17:06:31.235Zgcc system 13 system
2032026-08-14T17:06:31.235Zgcc system 10 system
2042026-08-14T17:06:31.235Zgo system 1.25 system
2052026-08-14T17:06:31.236Zllvm system 15 system
2062026-08-14T17:06:31.236Zmariadb system 11.4 system
2072026-08-14T17:06:31.236Zmta vendor vendor dma
2082026-08-14T17:06:31.236Zopenjdk system 17 system
2092026-08-14T17:06:31.236Zopenjdk system 11 system
2102026-08-14T17:06:31.236Zopenssl vendor 3 vendor
2112026-08-14T17:06:31.236Zperl system 5.40 system
2122026-08-14T17:06:31.236Zpostgresql system 18 system
2132026-08-14T17:06:31.236Zpostgresql system 17 system
2142026-08-14T17:06:31.236Zpython vendor 3 vendor
2152026-08-14T17:06:31.236Zpython system 2 system
2162026-08-14T17:06:31.236Zpython3 vendor 3.13 vendor
2172026-08-14T17:06:31.236Zruby system 3.4 system
2182026-08-14T17:06:31.236Zruby system 3.0 system
2192026-08-14T17:06:31.236Zwords vendor vendor american-english
2202026-08-14T17:06:31.236Zwords system system australian-english
2212026-08-14T17:06:31.236Zwords system system british-english
2222026-08-14T17:06:31.236Zwords system system canadian-english
2232026-08-14T17:06:31.236Zwords system system french
2242026-08-14T17:06:31.236Zwords system system italian
2252026-08-14T17:06:31.236Zwords system system ngerman
2262026-08-14T17:06:31.236Zwords system system ogerman
2272026-08-14T17:06:31.236Zwords system system spanish
2282026-08-14T17:06:31.489ZPUBLISHER TYPE STATUS P LOCATION
2292026-08-14T17:06:31.489Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-08-14T17:06:31.929ZFMRI IFO
2312026-08-14T17:06:31.929Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-08-14T17:06:31.929Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-08-14T17:06:31.929Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-08-14T17:06:31.929Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-08-14T17:06:31.929Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-08-14T17:06:31.929Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-08-14T17:06:31.929Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-08-14T17:06:31.929Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-08-14T17:06:31.929Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-08-14T17:06:32.252Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-08-14T17:06:32.600Z Updating crates.io index
2422026-08-14T17:06:32.603Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-08-14T17:06:32.863Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-08-14T17:06:33.311Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-08-14T17:06:34.349Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-08-14T17:06:34.882Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-08-14T17:06:37.111Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-08-14T17:06:37.979Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-08-14T17:06:38.280Z Updating git repository `https://github.com/oxidecomputer/lldp`
2502026-08-14T17:06:38.696Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-08-14T17:06:39.978Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-08-14T17:06:40.271Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-08-14T17:06:40.631Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2542026-08-14T17:06:40.961Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2552026-08-14T17:06:41.231Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2562026-08-14T17:06:41.528Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2572026-08-14T17:06:41.809Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-08-14T17:06:42.078Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-08-14T17:06:42.392Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2602026-08-14T17:06:42.860Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-08-14T17:06:43.320Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2622026-08-14T17:06:43.685Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2632026-08-14T17:06:44.212Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2642026-08-14T17:06:44.551Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2652026-08-14T17:06:45.178Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-08-14T17:06:45.530Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-08-14T17:06:46.108Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-08-14T17:06:46.594Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-08-14T17:06:46.872Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2702026-08-14T17:06:47.310Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2712026-08-14T17:06:47.680Z Updating git repository `https://github.com/oxidecomputer/ispf`
2722026-08-14T17:06:48.002Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-08-14T17:06:48.330Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2742026-08-14T17:06:48.735Z Updating git repository `https://github.com/oxidecomputer/tough`
2752026-08-14T17:06:49.290Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2762026-08-14T17:06:49.934Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-08-14T17:06:50.444Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-08-14T17:06:50.782Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-08-14T17:06:51.085Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2802026-08-14T17:06:51.349Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812026-08-14T17:06:51.612Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822026-08-14T17:06:51.966Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832026-08-14T17:06:52.247Z Updating git repository `https://github.com/illumos/smf-rs`
2842026-08-14T17:06:55.094Z Downloading crates ...
2852026-08-14T17:06:55.156Z Downloaded log v0.4.29
2862026-08-14T17:06:55.159Z Downloaded thiserror-impl v1.0.69
2872026-08-14T17:06:55.162Z Downloaded textwrap v0.16.2
2882026-08-14T17:06:55.165Z Downloaded swrite v0.1.0
2892026-08-14T17:06:55.165Z Downloaded cpufeatures v0.2.17
2902026-08-14T17:06:55.168Z Downloaded itoa v1.0.17
2912026-08-14T17:06:55.168Z Downloaded zmij v1.0.21
2922026-08-14T17:06:55.168Z Downloaded anstyle-query v1.1.5
2932026-08-14T17:06:55.168Z Downloaded camino-tempfile v1.4.1
2942026-08-14T17:06:55.174Z Downloaded heck v0.5.0
2952026-08-14T17:06:55.177Z Downloaded pest_meta v2.8.6
2962026-08-14T17:06:55.180Z Downloaded clap_derive v4.6.1
2972026-08-14T17:06:55.183Z Downloaded pest_generator v2.8.6
2982026-08-14T17:06:55.183Z Downloaded clap_lex v1.0.0
2992026-08-14T17:06:55.183Z Downloaded macaddr v1.0.1
3002026-08-14T17:06:55.186Z Downloaded zerocopy-derive v0.7.35
3012026-08-14T17:06:55.186Z Downloaded generic-array v0.14.7
3022026-08-14T17:06:55.189Z Downloaded bytecount v0.6.9
3032026-08-14T17:06:55.189Z Downloaded zerocopy v0.7.35
3042026-08-14T17:06:55.197Z Downloaded byteorder v1.5.0
3052026-08-14T17:06:55.200Z Downloaded cargo_toml v0.21.0
3062026-08-14T17:06:55.200Z Downloaded cfg-if v1.0.4
3072026-08-14T17:06:55.200Z Downloaded getrandom v0.4.1
3082026-08-14T17:06:55.203Z Downloaded fastrand v2.3.0
3092026-08-14T17:06:55.203Z Downloaded once_cell v1.21.3
3102026-08-14T17:06:55.206Z Downloaded crypto-common v0.1.7
3112026-08-14T17:06:55.210Z Downloaded anstyle v1.0.14
3122026-08-14T17:06:55.210Z Downloaded pest_derive v2.8.6
3132026-08-14T17:06:55.217Z Downloaded is_terminal_polyfill v1.70.2
3142026-08-14T17:06:55.220Z Downloaded dtrace-parser v0.2.0
3152026-08-14T17:06:55.220Z Downloaded heck v0.4.1
3162026-08-14T17:06:55.220Z Downloaded terminal_size v0.4.3
3172026-08-14T17:06:55.223Z Downloaded memmap v0.7.0
3182026-08-14T17:06:55.232Z Downloaded dof v0.3.0
3192026-08-14T17:06:55.236Z Downloaded equivalent v1.0.2
3202026-08-14T17:06:55.239Z Downloaded fnv v1.0.7
3212026-08-14T17:06:55.242Z Downloaded block-buffer v0.10.4
3222026-08-14T17:06:55.245Z Downloaded colorchoice v1.0.4
3232026-08-14T17:06:55.249Z Downloaded toml_write v0.1.2
3242026-08-14T17:06:55.252Z Downloaded tabled_derive v0.7.0
3252026-08-14T17:06:55.255Z Downloaded cargo-platform v0.3.2
3262026-08-14T17:06:55.258Z Downloaded thread-id v4.2.2
3272026-08-14T17:06:55.261Z Downloaded strsim v0.11.1
3282026-08-14T17:06:55.261Z Downloaded scroll_derive v0.12.1
3292026-08-14T17:06:55.267Z Downloaded utf8parse v0.2.2
3302026-08-14T17:06:55.277Z Downloaded smawk v0.3.2
3312026-08-14T17:06:55.281Z Downloaded usdt v0.5.0
3322026-08-14T17:06:55.284Z Downloaded plain v0.2.3
3332026-08-14T17:06:55.284Z Downloaded proc-macro-error-attr v1.0.4
3342026-08-14T17:06:55.288Z Downloaded pretty-hex v0.4.1
3352026-08-14T17:06:55.291Z Downloaded unicode-linebreak v0.1.5
3362026-08-14T17:06:55.291Z Downloaded version_check v0.9.5
3372026-08-14T17:06:55.294Z Downloaded serde_spanned v0.6.9
3382026-08-14T17:06:55.301Z Downloaded errno v0.3.14
3392026-08-14T17:06:55.304Z Downloaded usdt-attr-macro v0.5.0
3402026-08-14T17:06:55.304Z Downloaded usdt-macro v0.5.0
3412026-08-14T17:06:55.307Z Downloaded anstream v1.0.0
3422026-08-14T17:06:55.310Z Downloaded autocfg v1.5.0
3432026-08-14T17:06:55.310Z Downloaded anstyle-parse v1.0.0
3442026-08-14T17:06:55.310Z Downloaded quote v1.0.45
3452026-08-14T17:06:55.313Z Downloaded sha2 v0.10.9
3462026-08-14T17:06:55.316Z Downloaded scroll v0.12.0
3472026-08-14T17:06:55.334Z Downloaded cargo_metadata v0.23.1
3482026-08-14T17:06:55.338Z Downloaded fs-err v3.3.0
3492026-08-14T17:06:55.342Z Downloaded serde_tokenstream v0.2.3
3502026-08-14T17:06:55.345Z Downloaded toml_datetime v0.6.11
3512026-08-14T17:06:55.349Z Downloaded thiserror v1.0.69
3522026-08-14T17:06:55.352Z Downloaded thiserror-impl v2.0.18
3532026-08-14T17:06:55.355Z Downloaded usdt-impl v0.5.0
3542026-08-14T17:06:55.355Z Downloaded semver v1.0.28
3552026-08-14T17:06:55.355Z Downloaded bitflags v2.11.0
3562026-08-14T17:06:55.358Z Downloaded proc-macro-error v1.0.4
3572026-08-14T17:06:55.358Z Downloaded anyhow v1.0.102
3582026-08-14T17:06:55.363Z Downloaded papergrid v0.11.0
3592026-08-14T17:06:55.366Z Downloaded thiserror v2.0.18
3602026-08-14T17:06:55.369Z Downloaded clap v4.6.1
3612026-08-14T17:06:55.372Z Downloaded digest v0.10.7
3622026-08-14T17:06:55.375Z Downloaded tempfile v3.25.0
3632026-08-14T17:06:55.375Z Downloaded camino v1.2.2
3642026-08-14T17:06:55.378Z Downloaded pest v2.8.6
3652026-08-14T17:06:55.379Z Downloaded ucd-trie v0.1.7
3662026-08-14T17:06:55.396Z Downloaded unicode-ident v1.0.24
3672026-08-14T17:06:55.407Z Downloaded serde_derive v1.0.228
3682026-08-14T17:06:55.410Z Downloaded toml v0.8.23
3692026-08-14T17:06:55.417Z Downloaded serde_core v1.0.228
3702026-08-14T17:06:55.427Z Downloaded proc-macro2 v1.0.106
3712026-08-14T17:06:55.430Z Downloaded toml_edit v0.22.27
3722026-08-14T17:06:55.435Z Downloaded memchr v2.8.0
3732026-08-14T17:06:55.438Z Downloaded serde v1.0.228
3742026-08-14T17:06:55.460Z Downloaded typenum v1.20.1
3752026-08-14T17:06:55.463Z Downloaded indexmap v2.14.0
3762026-08-14T17:06:55.480Z Downloaded goblin v0.8.2
3772026-08-14T17:06:55.510Z Downloaded hashbrown v0.17.0
3782026-08-14T17:06:55.515Z Downloaded serde_json v1.0.151
3792026-08-14T17:06:55.518Z Downloaded clap_builder v4.6.0
3802026-08-14T17:06:55.547Z Downloaded tabled v0.15.0
3812026-08-14T17:06:55.555Z Downloaded winnow v0.7.14
3822026-08-14T17:06:55.576Z Downloaded syn v1.0.109
3832026-08-14T17:06:55.581Z Downloaded unicode-width v0.1.14
3842026-08-14T17:06:55.585Z Downloaded unicode-width v0.2.0
3852026-08-14T17:06:55.590Z Downloaded syn v2.0.117
3862026-08-14T17:06:55.603Z Downloaded rustix v1.1.3
3872026-08-14T17:06:55.627Z Downloaded libc v0.2.185
3882026-08-14T17:06:55.689Z Compiling proc-macro2 v1.0.106
3892026-08-14T17:06:55.689Z Compiling quote v1.0.45
3902026-08-14T17:06:55.689Z Compiling unicode-ident v1.0.24
3912026-08-14T17:06:55.689Z Compiling serde_core v1.0.228
3922026-08-14T17:06:55.693Z Compiling libc v0.2.185
3932026-08-14T17:06:55.693Z Compiling version_check v0.9.5
3942026-08-14T17:06:55.693Z Compiling memchr v2.8.0
3952026-08-14T17:06:55.693Z Compiling serde v1.0.228
3962026-08-14T17:06:56.015Z Compiling zmij v1.0.21
3972026-08-14T17:06:56.233Z Compiling thiserror v1.0.69
3982026-08-14T17:06:56.298Z Compiling ucd-trie v0.1.7
3992026-08-14T17:06:56.514Z Compiling itoa v1.0.17
4002026-08-14T17:06:56.566Z Compiling pest v2.8.6
4012026-08-14T17:06:56.687Z Compiling rustix v1.1.3
4022026-08-14T17:06:56.708Z Compiling byteorder v1.5.0
4032026-08-14T17:06:56.740Z Compiling errno v0.3.14
4042026-08-14T17:06:56.905Z Compiling serde_json v1.0.151
4052026-08-14T17:06:56.917Z Compiling bitflags v2.11.0
4062026-08-14T17:06:57.133Z Compiling thread-id v4.2.2
4072026-08-14T17:06:57.220Z Compiling syn v2.0.117
4082026-08-14T17:06:57.239Z Compiling proc-macro-error-attr v1.0.4
4092026-08-14T17:06:57.286Z Compiling usdt-impl v0.5.0
4102026-08-14T17:06:57.319Z Compiling syn v1.0.109
4112026-08-14T17:06:57.414Z Compiling camino v1.2.2
4122026-08-14T17:06:57.595Z Compiling pest_meta v2.8.6
4132026-08-14T17:06:57.725Z Compiling proc-macro-error v1.0.4
4142026-08-14T17:06:57.784Z Compiling plain v0.2.3
4152026-08-14T17:06:57.820Z Compiling utf8parse v0.2.2
4162026-08-14T17:06:57.919Z Compiling log v0.4.29
4172026-08-14T17:06:57.945Z Compiling getrandom v0.4.1
4182026-08-14T17:06:57.945Z Compiling hashbrown v0.17.0
4192026-08-14T17:06:58.182Z Compiling equivalent v1.0.2
4202026-08-14T17:06:58.284Z Compiling terminal_size v0.4.3
4212026-08-14T17:06:58.461Z Compiling indexmap v2.14.0
4222026-08-14T17:06:58.475Z Compiling anstyle-parse v1.0.0
4232026-08-14T17:06:58.884Z Compiling autocfg v1.5.0
4242026-08-14T17:06:58.919Z Compiling anstyle v1.0.14
4252026-08-14T17:06:59.073Z Compiling toml_write v0.1.2
4262026-08-14T17:06:59.090Z Compiling is_terminal_polyfill v1.70.2
4272026-08-14T17:06:59.142Z Compiling anstyle-query v1.1.5
4282026-08-14T17:06:59.182Z Compiling thiserror v2.0.18
4292026-08-14T17:06:59.199Z Compiling cfg-if v1.0.4
4302026-08-14T17:06:59.251Z Compiling colorchoice v1.0.4
4312026-08-14T17:06:59.270Z Compiling pretty-hex v0.4.1
4322026-08-14T17:06:59.272Z Compiling winnow v0.7.14
4332026-08-14T17:06:59.303Z Compiling fs-err v3.3.0
4342026-08-14T17:06:59.368Z Compiling anstream v1.0.0
4352026-08-14T17:06:59.410Z Compiling pest_generator v2.8.6
4362026-08-14T17:06:59.591Z Compiling clap_lex v1.0.0
4372026-08-14T17:06:59.609Z Compiling fnv v1.0.7
4382026-08-14T17:06:59.668Z Compiling bytecount v0.6.9
4392026-08-14T17:06:59.710Z Compiling unicode-width v0.1.14
4402026-08-14T17:06:59.728Z Compiling once_cell v1.21.3
4412026-08-14T17:06:59.826Z Compiling fastrand v2.3.0
4422026-08-14T17:06:59.952Z Compiling heck v0.5.0
4432026-08-14T17:06:59.983Z Compiling anyhow v1.0.102
4442026-08-14T17:07:00.081Z Compiling heck v0.4.1
4452026-08-14T17:07:00.096Z Compiling strsim v0.11.1
4462026-08-14T17:07:00.109Z Compiling tempfile v3.25.0
4472026-08-14T17:07:00.176Z Compiling papergrid v0.11.0
4482026-08-14T17:07:00.299Z Compiling clap_builder v4.6.0
4492026-08-14T17:07:00.475Z Compiling semver v1.0.28
4502026-08-14T17:07:00.511Z Compiling cargo-platform v0.3.2
4512026-08-14T17:07:00.548Z Compiling memmap v0.7.0
4522026-08-14T17:07:00.675Z Compiling tabled_derive v0.7.0
4532026-08-14T17:07:00.728Z Compiling unicode-width v0.2.0
4542026-08-14T17:07:00.758Z Compiling unicode-linebreak v0.1.5
4552026-08-14T17:07:00.778Z Compiling smawk v0.3.2
4562026-08-14T17:07:01.048Z Compiling textwrap v0.16.2
4572026-08-14T17:07:01.051Z Compiling camino-tempfile v1.4.1
4582026-08-14T17:07:01.080Z Compiling swrite v0.1.0
4592026-08-14T17:07:01.096Z Compiling serde_derive v1.0.228
4602026-08-14T17:07:01.180Z Compiling thiserror-impl v1.0.69
4612026-08-14T17:07:01.290Z Compiling zerocopy-derive v0.7.35
4622026-08-14T17:07:01.314Z Compiling pest_derive v2.8.6
4632026-08-14T17:07:01.512Z Compiling scroll_derive v0.12.1
4642026-08-14T17:07:01.580Z Compiling thiserror-impl v2.0.18
4652026-08-14T17:07:01.633Z Compiling clap_derive v4.6.1
4662026-08-14T17:07:01.762Z Compiling tabled v0.15.0
4672026-08-14T17:07:02.171Z Compiling zerocopy v0.7.35
4682026-08-14T17:07:02.187Z Compiling scroll v0.12.0
4692026-08-14T17:07:02.463Z Compiling goblin v0.8.2
4702026-08-14T17:07:02.548Z Compiling dtrace-parser v0.2.0
4712026-08-14T17:07:03.374Z Compiling clap v4.6.1
4722026-08-14T17:07:04.015Z Compiling dof v0.3.0
4732026-08-14T17:07:04.015Z Compiling serde_tokenstream v0.2.3
4742026-08-14T17:07:04.032Z Compiling serde_spanned v0.6.9
4752026-08-14T17:07:04.047Z Compiling toml_datetime v0.6.11
4762026-08-14T17:07:04.047Z Compiling cargo_metadata v0.23.1
4772026-08-14T17:07:04.094Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4782026-08-14T17:07:04.097Z Compiling macaddr v1.0.1
4792026-08-14T17:07:04.207Z Compiling toml_edit v0.22.27
4802026-08-14T17:07:04.763Z Compiling usdt-attr-macro v0.5.0
4812026-08-14T17:07:04.804Z Compiling usdt-macro v0.5.0
4822026-08-14T17:07:05.403Z Compiling usdt v0.5.0
4832026-08-14T17:07:05.520Z Compiling toml v0.8.23
4842026-08-14T17:07:05.847Z Compiling cargo_toml v0.21.0
4852026-08-14T17:07:07.144Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4862026-08-14T17:07:09.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.08s
4872026-08-14T17:07:09.375Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4882026-08-14T17:07:09.880Z Downloading crates ...
4892026-08-14T17:07:09.933Z Downloaded adler2 v2.0.1
4902026-08-14T17:07:09.949Z Downloaded base16ct v0.2.0
4912026-08-14T17:07:09.952Z Downloaded base64 v0.21.7
4922026-08-14T17:07:09.954Z Downloaded array-init v0.0.4
4932026-08-14T17:07:09.955Z Downloaded async-recursion v1.1.1
4942026-08-14T17:07:09.957Z Downloaded convert_case v0.4.0
4952026-08-14T17:07:09.957Z Downloaded arrayref v0.3.9
4962026-08-14T17:07:09.957Z Downloaded filetime v0.2.27
4972026-08-14T17:07:09.960Z Downloaded assert_matches v1.5.0
4982026-08-14T17:07:09.963Z Downloaded atomicwrites v0.4.4
4992026-08-14T17:07:09.966Z Downloaded anstyle-parse v0.2.7
5002026-08-14T17:07:09.966Z Downloaded arrayvec v0.7.6
5012026-08-14T17:07:09.971Z Downloaded expectorate v1.2.0
5022026-08-14T17:07:09.974Z Downloaded async-stream-impl v0.3.6
5032026-08-14T17:07:09.974Z Downloaded atty v0.2.14
5042026-08-14T17:07:09.974Z Downloaded git-stub-vcs v0.1.0
5052026-08-14T17:07:09.977Z Downloaded bcrypt-pbkdf v0.11.0
5062026-08-14T17:07:09.981Z Downloaded atomic-waker v1.1.2
5072026-08-14T17:07:09.983Z Downloaded aead v0.5.2
5082026-08-14T17:07:09.984Z Downloaded async-stream v0.3.6
5092026-08-14T17:07:09.984Z Downloaded base16ct v1.0.0
5102026-08-14T17:07:09.984Z Downloaded httpdate v1.0.3
5112026-08-14T17:07:09.987Z Downloaded argon2 v0.5.3
5122026-08-14T17:07:09.989Z Downloaded base64ct v1.8.3
5132026-08-14T17:07:09.989Z Downloaded async-bb8-diesel v0.2.1
5142026-08-14T17:07:09.992Z Downloaded env_filter v1.0.0
5152026-08-14T17:07:09.992Z Downloaded foreign-types v0.3.2
5162026-08-14T17:07:09.995Z Downloaded half v1.8.3
5172026-08-14T17:07:09.995Z Downloaded home v0.5.12
5182026-08-14T17:07:09.998Z Downloaded fixedbitset v0.4.2
5192026-08-14T17:07:09.998Z Downloaded fs-err v2.11.0
5202026-08-14T17:07:09.998Z Downloaded openssl-probe v0.2.1
5212026-08-14T17:07:09.998Z Downloaded bitfield-struct v0.6.2
5222026-08-14T17:07:09.998Z Downloaded bit-set v0.8.0
5232026-08-14T17:07:10.001Z Downloaded bitfield-macros v0.19.4
5242026-08-14T17:07:10.001Z Downloaded bb8 v0.8.6
5252026-08-14T17:07:10.001Z Downloaded humantime v2.3.0
5262026-08-14T17:07:10.001Z Downloaded aead v0.6.1
5272026-08-14T17:07:10.001Z Downloaded group v0.13.0
5282026-08-14T17:07:10.004Z Downloaded ascii-canvas v3.0.0
5292026-08-14T17:07:10.004Z Downloaded backoff v0.4.0
5302026-08-14T17:07:10.004Z Downloaded bitfield v0.19.4
5312026-08-14T17:07:10.007Z Downloaded fallible-iterator v0.2.0
5322026-08-14T17:07:10.007Z Downloaded find-msvc-tools v0.1.9
5332026-08-14T17:07:10.007Z Downloaded foldhash v0.2.0
5342026-08-14T17:07:10.011Z Downloaded hyper-rustls v0.27.7
5352026-08-14T17:07:10.014Z Downloaded bit-vec v0.6.3
5362026-08-14T17:07:10.015Z Downloaded ahash v0.8.12
5372026-08-14T17:07:10.015Z Downloaded futures-io v0.3.32
5382026-08-14T17:07:10.017Z Downloaded foreign-types v0.5.0
5392026-08-14T17:07:10.018Z Downloaded flagset v0.4.7
5402026-08-14T17:07:10.018Z Downloaded bit-set v0.5.3
5412026-08-14T17:07:10.020Z Downloaded cfg_aliases v0.2.1
5422026-08-14T17:07:10.025Z Downloaded funty v2.0.0
5432026-08-14T17:07:10.030Z Downloaded castaway v0.2.4
5442026-08-14T17:07:10.033Z Downloaded cfg_aliases v0.1.1
5452026-08-14T17:07:10.037Z Downloaded futures-macro v0.3.32
5462026-08-14T17:07:10.040Z Downloaded generic-array v1.4.3
5472026-08-14T17:07:10.040Z Downloaded gethostname v0.5.0
5482026-08-14T17:07:10.040Z Downloaded git-stub v1.0.0
5492026-08-14T17:07:10.042Z Downloaded cobs v0.3.0
5502026-08-14T17:07:10.042Z Downloaded hostname v0.3.1
5512026-08-14T17:07:10.042Z Downloaded foreign-types-shared v0.1.1
5522026-08-14T17:07:10.047Z Downloaded ciborium-ll v0.2.2
5532026-08-14T17:07:10.049Z Downloaded fd-lock v4.0.4
5542026-08-14T17:07:10.050Z Downloaded float-ord v0.3.2
5552026-08-14T17:07:10.050Z Downloaded futures-core v0.3.32
5562026-08-14T17:07:10.052Z Downloaded ciborium-io v0.2.2
5572026-08-14T17:07:10.055Z Downloaded compression-core v0.4.31
5582026-08-14T17:07:10.058Z Downloaded ff v0.13.1
5592026-08-14T17:07:10.061Z Downloaded http-range v0.1.5
5602026-08-14T17:07:10.064Z Downloaded hubpack v0.1.2
5612026-08-14T17:07:10.066Z Downloaded futures-sink v0.3.32
5622026-08-14T17:07:10.067Z Downloaded hostname v0.4.2
5632026-08-14T17:07:10.069Z Downloaded hex v0.4.3
5642026-08-14T17:07:10.073Z Downloaded anstream v0.6.21
5652026-08-14T17:07:10.076Z Downloaded argon2 v0.6.0-rc.8
5662026-08-14T17:07:10.076Z Downloaded backon v1.6.0
5672026-08-14T17:07:10.079Z Downloaded bit-vec v0.8.0
5682026-08-14T17:07:10.079Z Downloaded hash32 v0.2.1
5692026-08-14T17:07:10.079Z Downloaded headers-core v0.3.0
5702026-08-14T17:07:10.079Z Downloaded bcs v0.1.6
5712026-08-14T17:07:10.082Z Downloaded foreign-types-shared v0.3.1
5722026-08-14T17:07:10.082Z Downloaded num-conv v0.2.0
5732026-08-14T17:07:10.082Z Downloaded block-padding v0.4.2
5742026-08-14T17:07:10.082Z Downloaded num v0.4.3
5752026-08-14T17:07:10.084Z Downloaded fixedbitset v0.5.7
5762026-08-14T17:07:10.084Z Downloaded futures-executor v0.3.32
5772026-08-14T17:07:10.084Z Downloaded http-body v1.0.1
5782026-08-14T17:07:10.089Z Downloaded async-trait v0.1.89
5792026-08-14T17:07:10.093Z Downloaded float-cmp v0.10.0
5802026-08-14T17:07:10.093Z Downloaded password-hash v0.6.1
5812026-08-14T17:07:10.098Z Downloaded phf_shared v0.13.1
5822026-08-14T17:07:10.101Z Downloaded arc-swap v1.8.2
5832026-08-14T17:07:10.101Z Downloaded form_urlencoded v1.2.2
5842026-08-14T17:07:10.103Z Downloaded block-buffer v0.12.1
5852026-08-14T17:07:10.103Z Downloaded ghash v0.6.0
5862026-08-14T17:07:10.103Z Downloaded hubpack_derive v0.1.1
5872026-08-14T17:07:10.103Z Downloaded psl-types v2.0.11
5882026-08-14T17:07:10.103Z Downloaded foreign-types-macros v0.2.3
5892026-08-14T17:07:10.103Z Downloaded http-body-util v0.1.3
5902026-08-14T17:07:10.106Z Downloaded cipher v0.5.2
5912026-08-14T17:07:10.109Z Downloaded constant_time_eq v0.4.2
5922026-08-14T17:07:10.109Z Downloaded globwalk v0.9.1
5932026-08-14T17:07:10.111Z Downloaded cmake v0.1.57
5942026-08-14T17:07:10.114Z Downloaded futures-channel v0.3.32
5952026-08-14T17:07:10.114Z Downloaded heapless v0.7.17
5962026-08-14T17:07:10.117Z Downloaded compression-codecs v0.4.37
5972026-08-14T17:07:10.117Z Downloaded const_format_proc_macros v0.2.34
5982026-08-14T17:07:10.120Z Downloaded powerfmt v0.2.0
5992026-08-14T17:07:10.120Z Downloaded rand_chacha v0.3.1
6002026-08-14T17:07:10.120Z Downloaded hyper-tls v0.6.0
6012026-08-14T17:07:10.120Z Downloaded same-file v1.0.6
6022026-08-14T17:07:10.123Z Downloaded bzip2 v0.4.4
6032026-08-14T17:07:10.123Z Downloaded hash32 v0.3.1
6042026-08-14T17:07:10.123Z Downloaded hex-literal v1.1.0
6052026-08-14T17:07:10.123Z Downloaded fxhash v0.2.1
6062026-08-14T17:07:10.128Z Downloaded futures-task v0.3.32
6072026-08-14T17:07:10.131Z Downloaded rustc-hash v2.1.1
6082026-08-14T17:07:10.133Z Downloaded russh-util v0.52.0
6092026-08-14T17:07:10.134Z Downloaded serde_repr v0.1.20
6102026-08-14T17:07:10.136Z Downloaded camino-tempfile-ext v0.3.3
6112026-08-14T17:07:10.136Z Downloaded cmov v0.5.4
6122026-08-14T17:07:10.136Z Downloaded bitflags v1.3.2
6132026-08-14T17:07:10.140Z Downloaded blowfish v0.10.0
6142026-08-14T17:07:10.140Z Downloaded num-rational v0.4.2
6152026-08-14T17:07:10.143Z Downloaded ref-cast v1.0.25
6162026-08-14T17:07:10.143Z Downloaded semver v0.1.20
6172026-08-14T17:07:10.143Z Downloaded erased-serde v0.3.31
6182026-08-14T17:07:10.145Z Downloaded allocator-api2 v0.2.21
6192026-08-14T17:07:10.145Z Downloaded cipher v0.4.4
6202026-08-14T17:07:10.146Z Downloaded hyper-staticfile v0.10.1
6212026-08-14T17:07:10.148Z Downloaded env_logger v0.11.9
6222026-08-14T17:07:10.151Z Downloaded buf-list v1.1.2
6232026-08-14T17:07:10.151Z Downloaded byte-wrapper v0.1.0
6242026-08-14T17:07:10.154Z Downloaded cassowary v0.3.0
6252026-08-14T17:07:10.154Z Downloaded chacha20 v0.9.1
6262026-08-14T17:07:10.154Z Downloaded group v0.14.0
6272026-08-14T17:07:10.156Z Downloaded russh-cryptovec v0.62.0
6282026-08-14T17:07:10.159Z Downloaded httparse v1.10.1
6292026-08-14T17:07:10.162Z Downloaded iana-time-zone v0.1.65
6302026-08-14T17:07:10.162Z Downloaded globset v0.4.18
6312026-08-14T17:07:10.165Z Downloaded ar_archive_writer v0.5.1
6322026-08-14T17:07:10.169Z Downloaded phf v0.12.1
6332026-08-14T17:07:10.172Z Downloaded predicates v3.1.4
6342026-08-14T17:07:10.176Z Downloaded blake2 v0.10.6
6352026-08-14T17:07:10.176Z Downloaded clang-sys v1.8.1
6362026-08-14T17:07:10.178Z Downloaded ff v0.14.0
6372026-08-14T17:07:10.178Z Downloaded foldhash v0.1.5
6382026-08-14T17:07:10.178Z Downloaded highway v1.3.0
6392026-08-14T17:07:10.181Z Downloaded bs58 v0.5.1
6402026-08-14T17:07:10.184Z Downloaded testing_table v0.3.0
6412026-08-14T17:07:10.187Z Downloaded peg-macros v0.8.5
6422026-08-14T17:07:10.187Z Downloaded enum_dispatch v0.3.13
6432026-08-14T17:07:10.190Z Downloaded termtree v0.5.1
6442026-08-14T17:07:10.190Z Downloaded thiserror-impl-no-std v2.0.2
6452026-08-14T17:07:10.190Z Downloaded sync-ptr v0.1.4
6462026-08-14T17:07:10.194Z Downloaded strsim v0.10.0
6472026-08-14T17:07:10.197Z Downloaded sync_wrapper v1.0.2
6482026-08-14T17:07:10.197Z Downloaded http v1.4.2
6492026-08-14T17:07:10.200Z Downloaded strum v0.27.2
6502026-08-14T17:07:10.200Z Downloaded colored v3.1.1
6512026-08-14T17:07:10.202Z Downloaded ciborium v0.2.2
6522026-08-14T17:07:10.205Z Downloaded fs_extra v1.3.0
6532026-08-14T17:07:10.208Z Downloaded colored v2.2.0
6542026-08-14T17:07:10.211Z Downloaded progenitor-client v0.13.0
6552026-08-14T17:07:10.211Z Downloaded scroll v0.13.0
6562026-08-14T17:07:10.211Z Downloaded cbc v0.2.1
6572026-08-14T17:07:10.214Z Downloaded psm v0.1.30
6582026-08-14T17:07:10.214Z Downloaded rustversion v1.0.22
6592026-08-14T17:07:10.214Z Downloaded primefield v0.14.0
6602026-08-14T17:07:10.217Z Downloaded seq-macro v0.3.6
6612026-08-14T17:07:10.217Z Downloaded cancel-safe-futures v0.1.5
6622026-08-14T17:07:10.219Z Downloaded cexpr v0.6.0
6632026-08-14T17:07:10.219Z Downloaded usdt v0.6.0
6642026-08-14T17:07:10.219Z Downloaded utf-8 v0.7.6
6652026-08-14T17:07:10.222Z Downloaded console v0.15.11
6662026-08-14T17:07:10.223Z Downloaded glob v0.3.3
6672026-08-14T17:07:10.223Z Downloaded bzip2 v0.6.1
6682026-08-14T17:07:10.225Z Downloaded serdect v0.4.3
6692026-08-14T17:07:10.228Z Downloaded yoke-derive v0.8.1
6702026-08-14T17:07:10.228Z Downloaded parking_lot_core v0.9.12
6712026-08-14T17:07:10.231Z Downloaded wait-timeout v0.2.1
6722026-08-14T17:07:10.231Z Downloaded cpubits v0.1.1
6732026-08-14T17:07:10.234Z Downloaded xshell-macros v0.2.7
6742026-08-14T17:07:10.237Z Downloaded owo-colors v4.3.0
6752026-08-14T17:07:10.240Z Downloaded fatfs v0.3.6
6762026-08-14T17:07:10.240Z Downloaded unit-prefix v0.5.2
6772026-08-14T17:07:10.240Z Downloaded utf8_iter v1.0.4
6782026-08-14T17:07:10.242Z Downloaded zone_cfg_derive v0.3.1
6792026-08-14T17:07:10.242Z Downloaded crunchy v0.2.4
6802026-08-14T17:07:10.242Z Downloaded getrandom v0.2.17
6812026-08-14T17:07:10.242Z Downloaded hmac v0.12.1
6822026-08-14T17:07:10.245Z Downloaded password-hash v0.5.0
6832026-08-14T17:07:10.245Z Downloaded slab v0.4.12
6842026-08-14T17:07:10.245Z Downloaded smf v0.2.3
6852026-08-14T17:07:10.248Z Downloaded cstr-argument v0.1.2
6862026-08-14T17:07:10.251Z Downloaded dirs-sys-next v0.1.2
6872026-08-14T17:07:10.251Z Downloaded simd-adler32 v0.3.8
6882026-08-14T17:07:10.251Z Downloaded darling_macro v0.20.11
6892026-08-14T17:07:10.251Z Downloaded dunce v1.0.5
6902026-08-14T17:07:10.251Z Downloaded zeroize_derive v1.5.0
6912026-08-14T17:07:10.254Z Downloaded dof v0.4.0
6922026-08-14T17:07:10.254Z Downloaded curve25519-dalek-derive v0.1.1
6932026-08-14T17:07:10.257Z Downloaded const-oid v0.10.2
6942026-08-14T17:07:10.261Z Downloaded blake2 v0.11.0-rc.6
6952026-08-14T17:07:10.264Z Downloaded flume v0.11.1
6962026-08-14T17:07:10.267Z Downloaded slog-dtrace v0.3.0
6972026-08-14T17:07:10.267Z Downloaded chacha20 v0.10.0
6982026-08-14T17:07:10.271Z Downloaded tokio-tungstenite v0.21.0
6992026-08-14T17:07:10.271Z Downloaded toml_writer v1.1.1+spec-1.1.0
7002026-08-14T17:07:10.271Z Downloaded strum_macros v0.24.3
7012026-08-14T17:07:10.278Z Downloaded debug-ignore v1.0.5
7022026-08-14T17:07:10.278Z Downloaded defmt-parser v1.0.0
7032026-08-14T17:07:10.278Z Downloaded embedded-io v0.4.0
7042026-08-14T17:07:10.278Z Downloaded dtrace-parser v0.3.0
7052026-08-14T17:07:10.278Z Downloaded ident_case v1.0.1
7062026-08-14T17:07:10.278Z Downloaded dyn-clone v1.0.20
7072026-08-14T17:07:10.278Z Downloaded tokio-dtrace v0.1.1
7082026-08-14T17:07:10.281Z Downloaded console v0.16.2
7092026-08-14T17:07:10.284Z Downloaded hashbrown v0.13.2
7102026-08-14T17:07:10.284Z Downloaded hybrid-array v0.4.13
7112026-08-14T17:07:10.287Z Downloaded poly1305 v0.9.0
7122026-08-14T17:07:10.287Z Downloaded primeorder v0.13.6
7132026-08-14T17:07:10.287Z Downloaded const-oid v0.9.6
7142026-08-14T17:07:10.290Z Downloaded salsa20 v0.11.0
7152026-08-14T17:07:10.293Z Downloaded inout v0.2.2
7162026-08-14T17:07:10.295Z Downloaded base64 v0.22.1
7172026-08-14T17:07:10.298Z Downloaded internet-checksum v0.2.1
7182026-08-14T17:07:10.298Z Downloaded num-traits v0.2.19
7192026-08-14T17:07:10.298Z Downloaded vergen-git2 v9.1.0
7202026-08-14T17:07:10.301Z Downloaded lazy_static v1.5.0
7212026-08-14T17:07:10.301Z Downloaded sec1 v0.8.1
7222026-08-14T17:07:10.304Z Downloaded lalrpop-util v0.19.12
7232026-08-14T17:07:10.304Z Downloaded maybe-uninit v2.0.0
7242026-08-14T17:07:10.304Z Downloaded new_debug_unreachable v1.0.6
7252026-08-14T17:07:10.307Z Downloaded hmac v0.13.0
7262026-08-14T17:07:10.309Z Downloaded futures v0.3.32
7272026-08-14T17:07:10.312Z Downloaded linked-hash-map v0.5.6
7282026-08-14T17:07:10.312Z Downloaded oxide-update-engine-types v0.1.2
7292026-08-14T17:07:10.315Z Downloaded corncobs v0.1.4
7302026-08-14T17:07:10.318Z Downloaded critical-section v1.2.0
7312026-08-14T17:07:10.318Z Downloaded memoffset v0.9.1
7322026-08-14T17:07:10.321Z Downloaded tui-tree-widget v0.23.1
7332026-08-14T17:07:10.321Z Downloaded olpc-cjson v0.1.4
7342026-08-14T17:07:10.321Z Downloaded openssl-macros v0.1.1
7352026-08-14T17:07:10.324Z Downloaded vsss-rs v3.3.4
7362026-08-14T17:07:10.326Z Downloaded chacha20poly1305 v0.10.1
7372026-08-14T17:07:10.326Z Downloaded compact_str v0.8.1
7382026-08-14T17:07:10.327Z Downloaded diesel-dtrace v0.5.0
7392026-08-14T17:07:10.330Z Downloaded pkcs5 v0.8.1
7402026-08-14T17:07:10.332Z Downloaded postcard v1.1.3
7412026-08-14T17:07:10.332Z Downloaded pin-project v1.1.11
7422026-08-14T17:07:10.336Z Downloaded snafu-derive v0.8.9
7432026-08-14T17:07:10.339Z Downloaded unicode-properties v0.1.4
7442026-08-14T17:07:10.339Z Downloaded derive_builder_core v0.20.2
7452026-08-14T17:07:10.339Z Downloaded openssl-probe v0.1.6
7462026-08-14T17:07:10.342Z Downloaded packed_struct_codegen v0.10.1
7472026-08-14T17:07:10.342Z Downloaded peg-runtime v0.8.5
7482026-08-14T17:07:10.342Z Downloaded getrandom v0.3.4
7492026-08-14T17:07:10.344Z Downloaded potential_utf v0.1.4
7502026-08-14T17:07:10.345Z Downloaded progenitor-macro v0.14.0
7512026-08-14T17:07:10.347Z Downloaded ref-cast-impl v1.0.25
7522026-08-14T17:07:10.351Z Downloaded bytes v1.11.1
7532026-08-14T17:07:10.359Z Downloaded delegate v0.13.5
7542026-08-14T17:07:10.362Z Downloaded enum-as-inner v0.6.1
7552026-08-14T17:07:10.362Z Downloaded slog-scope v4.4.1
7562026-08-14T17:07:10.366Z Downloaded scroll_derive v0.13.1
7572026-08-14T17:07:10.369Z Downloaded serde_spanned v1.1.1
7582026-08-14T17:07:10.374Z Downloaded keccak v0.2.0
7592026-08-14T17:07:10.380Z Downloaded ingot v0.2.1
7602026-08-14T17:07:10.382Z Downloaded async-compression v0.4.41
7612026-08-14T17:07:10.385Z Downloaded rfc6979 v0.4.0
7622026-08-14T17:07:10.385Z Downloaded rfc6979 v0.6.0
7632026-08-14T17:07:10.389Z Downloaded oxnet v0.1.6
7642026-08-14T17:07:10.395Z Downloaded structmeta-derive v0.3.0
7652026-08-14T17:07:10.398Z Downloaded paste v1.0.15
7662026-08-14T17:07:10.421Z Downloaded universal-hash v0.6.1
7672026-08-14T17:07:10.421Z Downloaded bumpalo v3.20.2
7682026-08-14T17:07:10.421Z Downloaded const_format v0.2.35
7692026-08-14T17:07:10.421Z Downloaded linear-map v1.2.0
7702026-08-14T17:07:10.421Z Downloaded test-strategy v0.4.5
7712026-08-14T17:07:10.421Z Downloaded pin-project-lite v0.2.17
7722026-08-14T17:07:10.421Z Downloaded slog-envlogger v2.2.0
7732026-08-14T17:07:10.422Z Downloaded primeorder v0.14.0
7742026-08-14T17:07:10.422Z Downloaded signature v3.0.0
7752026-08-14T17:07:10.422Z Downloaded sponge-cursor v0.1.0
7762026-08-14T17:07:10.422Z Downloaded supports-color v3.0.2
7772026-08-14T17:07:10.422Z Downloaded tagptr v0.2.0
7782026-08-14T17:07:10.427Z Downloaded socket2 v0.6.3
7792026-08-14T17:07:10.427Z Downloaded socket2 v0.5.10
7802026-08-14T17:07:10.433Z Downloaded nonempty v0.12.0
7812026-08-14T17:07:10.437Z Downloaded num-integer v0.1.46
7822026-08-14T17:07:10.437Z Downloaded num_enum v0.7.6
7832026-08-14T17:07:10.440Z Downloaded cc v1.2.56
7842026-08-14T17:07:10.446Z Downloaded rand_seeder v0.4.0
7852026-08-14T17:07:10.449Z Downloaded scrypt v0.12.0
7862026-08-14T17:07:10.452Z Downloaded tower-layer v0.3.3
7872026-08-14T17:07:10.452Z Downloaded tower-service v0.3.3
7882026-08-14T17:07:10.452Z Downloaded unarray v0.1.4
7892026-08-14T17:07:10.452Z Downloaded heapless v0.8.0
7902026-08-14T17:07:10.455Z Downloaded hickory-resolver v0.25.2
7912026-08-14T17:07:10.455Z Downloaded pem v3.0.6
7922026-08-14T17:07:10.458Z Downloaded hickory-resolver v0.24.4
7932026-08-14T17:07:10.458Z Downloaded serde_with_macros v1.5.2
7942026-08-14T17:07:10.461Z Downloaded smallvec v0.6.14
7952026-08-14T17:07:10.461Z Downloaded crucible-workspace-hack v0.1.0
7962026-08-14T17:07:10.461Z Downloaded phf v0.13.1
7972026-08-14T17:07:10.461Z Downloaded progenitor v0.13.0
7982026-08-14T17:07:10.466Z Downloaded tungstenite v0.23.0
7992026-08-14T17:07:10.469Z Downloaded half v2.7.1
8002026-08-14T17:07:10.471Z Downloaded p384 v0.14.0
8012026-08-14T17:07:10.472Z Downloaded rand_core v0.6.4
8022026-08-14T17:07:10.472Z Downloaded prettyplease v0.2.37
8032026-08-14T17:07:10.475Z Downloaded stacker v0.1.23
8042026-08-14T17:07:10.475Z Downloaded native-tls v0.2.18
8052026-08-14T17:07:10.478Z Downloaded pkcs1 v0.8.0-rc.4
8062026-08-14T17:07:10.481Z Downloaded structmeta v0.3.0
8072026-08-14T17:07:10.482Z Downloaded ipnet v2.11.0
8082026-08-14T17:07:10.482Z Downloaded instant v0.1.13
8092026-08-14T17:07:10.485Z Downloaded is-terminal v0.4.17
8102026-08-14T17:07:10.485Z Downloaded rusty-fork v0.3.1
8112026-08-14T17:07:10.485Z Downloaded dsl_auto_type v0.2.0
8122026-08-14T17:07:10.485Z Downloaded endian-type v0.1.2
8132026-08-14T17:07:10.485Z Downloaded tiny-keccak v2.0.2
8142026-08-14T17:07:10.488Z Downloaded tinystr v0.8.2
8152026-08-14T17:07:10.488Z Downloaded idna_adapter v1.2.1
8162026-08-14T17:07:10.491Z Downloaded derive_builder v0.20.2
8172026-08-14T17:07:10.494Z Downloaded pkcs1 v0.7.5
8182026-08-14T17:07:10.497Z Downloaded postgres-types v0.2.12
8192026-08-14T17:07:10.499Z Downloaded uzers v0.12.2
8202026-08-14T17:07:10.499Z Downloaded icu_collections v2.1.1
8212026-08-14T17:07:10.502Z Downloaded litemap v0.8.1
8222026-08-14T17:07:10.505Z Downloaded whoami v2.1.0
8232026-08-14T17:07:10.505Z Downloaded writeable v0.6.2
8242026-08-14T17:07:10.505Z Downloaded lru v0.12.5
8252026-08-14T17:07:10.508Z Downloaded icu_properties v2.1.2
8262026-08-14T17:07:10.508Z Downloaded zerovec-derive v0.11.2
8272026-08-14T17:07:10.511Z Downloaded rsa v0.9.10
8282026-08-14T17:07:10.515Z Downloaded keccak v0.1.6
8292026-08-14T17:07:10.520Z Downloaded tungstenite v0.21.0
8302026-08-14T17:07:10.523Z Downloaded vte v0.14.1
8312026-08-14T17:07:10.523Z Downloaded serde_cbor v0.11.2
8322026-08-14T17:07:10.526Z Downloaded crossbeam-deque v0.8.6
8332026-08-14T17:07:10.526Z Downloaded zopfli v0.8.3
8342026-08-14T17:07:10.526Z Downloaded managed v0.8.0
8352026-08-14T17:07:10.528Z Downloaded num-iter v0.1.45
8362026-08-14T17:07:10.531Z Downloaded termios v0.3.3
8372026-08-14T17:07:10.535Z Downloaded md5 v0.8.0
8382026-08-14T17:07:10.537Z Downloaded zip v0.6.6
8392026-08-14T17:07:10.537Z Downloaded libbz2-rs-sys v0.2.2
8402026-08-14T17:07:10.540Z Downloaded flate2 v1.1.9
8412026-08-14T17:07:10.543Z Downloaded multimap v0.10.1
8422026-08-14T17:07:10.543Z Downloaded deranged v0.5.8
8432026-08-14T17:07:10.543Z Downloaded normalize-line-endings v0.3.0
8442026-08-14T17:07:10.546Z Downloaded num-derive v0.4.2
8452026-08-14T17:07:10.549Z Downloaded ed25519 v3.0.0
8462026-08-14T17:07:10.553Z Downloaded xshell v0.2.7
8472026-08-14T17:07:10.555Z Downloaded zstd v0.13.3
8482026-08-14T17:07:10.558Z Downloaded aes v0.9.1
8492026-08-14T17:07:10.560Z Downloaded defmt v1.0.1
8502026-08-14T17:07:10.568Z Downloaded headers v0.4.1
8512026-08-14T17:07:10.570Z Downloaded darling v0.13.4
8522026-08-14T17:07:10.575Z Downloaded phf_shared v0.12.1
8532026-08-14T17:07:10.580Z Downloaded quick-error v1.2.3
8542026-08-14T17:07:10.584Z Downloaded serde_bytes v0.11.19
8552026-08-14T17:07:10.587Z Downloaded progenitor-macro v0.13.0
8562026-08-14T17:07:10.600Z Downloaded schemars v1.2.1
8572026-08-14T17:07:10.608Z Downloaded toml v1.1.2+spec-1.1.0
8582026-08-14T17:07:10.612Z Downloaded tabwriter v1.4.1
8592026-08-14T17:07:10.612Z Downloaded take_mut v0.2.2
8602026-08-14T17:07:10.612Z Downloaded serde_with_macros v3.21.0
8612026-08-14T17:07:10.614Z Downloaded ssh-cipher v0.3.0
8622026-08-14T17:07:10.615Z Downloaded tokio-rustls v0.26.4
8632026-08-14T17:07:10.615Z Downloaded ctutils v0.4.2
8642026-08-14T17:07:10.615Z Downloaded num-complex v0.4.6
8652026-08-14T17:07:10.617Z Downloaded num_enum v0.5.11
8662026-08-14T17:07:10.618Z Downloaded secrecy v0.8.0
8672026-08-14T17:07:10.620Z Downloaded signal-hook-mio v0.2.5
8682026-08-14T17:07:10.620Z Downloaded des v0.9.0
8692026-08-14T17:07:10.620Z Downloaded slog-bunyan v2.5.0
8702026-08-14T17:07:10.620Z Downloaded hickory-server v0.25.2
8712026-08-14T17:07:10.623Z Downloaded jobserver v0.1.34
8722026-08-14T17:07:10.623Z Downloaded parse-display-derive v0.10.0
8732026-08-14T17:07:10.626Z Downloaded typify-macro v0.6.2
8742026-08-14T17:07:10.629Z Downloaded term v1.2.1
8752026-08-14T17:07:10.633Z Downloaded xattr v1.6.1
8762026-08-14T17:07:10.636Z Downloaded multer v3.1.0
8772026-08-14T17:07:10.636Z Downloaded topological-sort v0.2.2
8782026-08-14T17:07:10.636Z Downloaded der_derive v0.7.3
8792026-08-14T17:07:10.643Z Downloaded hashbrown v0.12.3
8802026-08-14T17:07:10.646Z Downloaded oxide-update-engine-display v0.1.2
8812026-08-14T17:07:10.651Z Downloaded ingot-macros v0.2.0
8822026-08-14T17:07:10.654Z Downloaded rand_core v0.10.0
8832026-08-14T17:07:10.657Z Downloaded crc8 v0.1.1
8842026-08-14T17:07:10.657Z Downloaded downcast-rs v2.0.2
8852026-08-14T17:07:10.660Z Downloaded tower v0.5.3
8862026-08-14T17:07:10.665Z Downloaded unicode_categories v0.1.1
8872026-08-14T17:07:10.669Z Downloaded progenitor-impl v0.13.0
8882026-08-14T17:07:10.669Z Downloaded rcgen v0.12.1
8892026-08-14T17:07:10.669Z Downloaded peg v0.8.5
8902026-08-14T17:07:10.672Z Downloaded serde_derive_internals v0.29.1
8912026-08-14T17:07:10.672Z Downloaded tar v0.4.46
8922026-08-14T17:07:10.672Z Downloaded zerocopy v0.6.6
8932026-08-14T17:07:10.675Z Downloaded dirs-next v2.0.0
8942026-08-14T17:07:10.675Z Downloaded is_ci v1.2.0
8952026-08-14T17:07:10.678Z Downloaded serde_path_to_error v0.1.20
8962026-08-14T17:07:10.680Z Downloaded port-file v0.1.0
8972026-08-14T17:07:10.692Z Downloaded static_assertions v1.1.0
8982026-08-14T17:07:10.694Z Downloaded indent_write v2.2.0
8992026-08-14T17:07:10.694Z Downloaded indoc v1.0.9
9002026-08-14T17:07:10.694Z Downloaded jiff-static v0.2.34
9012026-08-14T17:07:10.697Z Downloaded maplit v1.0.2
9022026-08-14T17:07:10.700Z Downloaded schemars_derive v0.8.22
9032026-08-14T17:07:10.700Z Downloaded tls_codec v0.4.2
9042026-08-14T17:07:10.700Z Downloaded tls_codec_derive v0.4.2
9052026-08-14T17:07:10.702Z Downloaded hyper-util v0.1.20
9062026-08-14T17:07:10.705Z Downloaded miniz_oxide v0.8.9
9072026-08-14T17:07:10.707Z Downloaded walkdir v2.5.0
9082026-08-14T17:07:10.710Z Downloaded signal-hook-registry v1.4.8
9092026-08-14T17:07:10.710Z Downloaded slog-async v2.8.0
9102026-08-14T17:07:10.710Z Downloaded mime v0.3.17
9112026-08-14T17:07:10.713Z Downloaded newtype-uuid-macros v0.1.0
9122026-08-14T17:07:10.716Z Downloaded crossbeam-channel v0.5.15
9132026-08-14T17:07:10.716Z Downloaded usdt-impl v0.6.0
9142026-08-14T17:07:10.718Z Downloaded vergen-lib v0.1.6
9152026-08-14T17:07:10.719Z Downloaded drift v0.2.0
9162026-08-14T17:07:10.723Z Downloaded parking_lot v0.11.2
9172026-08-14T17:07:10.728Z Downloaded snafu v0.8.9
9182026-08-14T17:07:10.730Z Downloaded elliptic-curve v0.13.8
9192026-08-14T17:07:10.731Z Downloaded p521 v0.14.0
9202026-08-14T17:07:10.733Z Downloaded spki v0.7.3
9212026-08-14T17:07:10.733Z Downloaded ssh-encoding v0.3.0
9222026-08-14T17:07:10.733Z Downloaded steno v0.4.1
9232026-08-14T17:07:10.736Z Downloaded thread_local v1.1.9
9242026-08-14T17:07:10.736Z Downloaded nodrop v0.1.14
9252026-08-14T17:07:10.736Z Downloaded darling_core v0.20.11
9262026-08-14T17:07:10.739Z Downloaded path-slash v0.1.5
9272026-08-14T17:07:10.739Z Downloaded aho-corasick v1.1.4
9282026-08-14T17:07:10.741Z Downloaded cookie v0.18.1
9292026-08-14T17:07:10.744Z Downloaded yoke v0.8.1
9302026-08-14T17:07:10.744Z Downloaded crc-any v2.5.0
9312026-08-14T17:07:10.744Z Downloaded daft v0.1.7
9322026-08-14T17:07:10.747Z Downloaded quinn v0.11.11
9332026-08-14T17:07:10.747Z Downloaded rand v0.10.1
9342026-08-14T17:07:10.749Z Downloaded uuid v1.23.4
9352026-08-14T17:07:10.755Z Downloaded rtoolbox v0.0.3
9362026-08-14T17:07:10.757Z Downloaded spin v0.9.8
9372026-08-14T17:07:10.759Z Downloaded aes-gcm v0.11.0
9382026-08-14T17:07:10.765Z Downloaded schemars v0.9.0
9392026-08-14T17:07:10.771Z Downloaded ron v0.8.1
9402026-08-14T17:07:10.774Z Downloaded strum_macros v0.27.2
9412026-08-14T17:07:10.778Z Downloaded icu_provider v2.1.1
9422026-08-14T17:07:10.778Z Downloaded libefi-sys v0.1.0
9432026-08-14T17:07:10.780Z Downloaded sha1 v0.10.6
9442026-08-14T17:07:10.780Z Downloaded tap v1.0.1
9452026-08-14T17:07:10.780Z Downloaded tinyvec_macros v0.1.1
9462026-08-14T17:07:10.780Z Downloaded pin-project-internal v1.1.11
9472026-08-14T17:07:10.780Z Downloaded progenitor v0.14.0
9482026-08-14T17:07:10.780Z Downloaded darling_core v0.21.3
9492026-08-14T17:07:10.783Z Downloaded darling_core v0.13.4
9502026-08-14T17:07:10.786Z Downloaded sigpipe v0.1.3
9512026-08-14T17:07:10.786Z Downloaded ecdsa v0.16.9
9522026-08-14T17:07:10.792Z Downloaded usdt-attr-macro v0.6.0
9532026-08-14T17:07:10.799Z Downloaded libsw-core v0.3.2
9542026-08-14T17:07:10.801Z Downloaded serde_yaml v0.9.34+deprecated
9552026-08-14T17:07:10.802Z Downloaded cookie_store v0.22.1
9562026-08-14T17:07:10.804Z Downloaded crc32fast v1.5.0
9572026-08-14T17:07:10.804Z Downloaded toml_edit v0.19.15
9582026-08-14T17:07:10.811Z Downloaded trait-variant v0.1.2
9592026-08-14T17:07:10.814Z Downloaded pbkdf2 v0.13.0
9602026-08-14T17:07:10.814Z Downloaded pkg-config v0.3.32
9612026-08-14T17:07:10.824Z Downloaded pkcs8 v0.10.2
9622026-08-14T17:07:10.831Z Downloaded md-5 v0.10.6
9632026-08-14T17:07:10.834Z Downloaded papergrid v0.18.0
9642026-08-14T17:07:10.837Z Downloaded yasna v0.5.2
9652026-08-14T17:07:10.840Z Downloaded either v1.15.0
9662026-08-14T17:07:10.843Z Downloaded oxide-update-engine v0.1.2
9672026-08-14T17:07:10.843Z Downloaded polyval v0.7.1
9682026-08-14T17:07:10.846Z Downloaded rand_core v0.9.5
9692026-08-14T17:07:10.846Z Downloaded slog-json v2.6.1
9702026-08-14T17:07:10.849Z Downloaded stringprep v0.1.5
9712026-08-14T17:07:10.849Z Downloaded rand_chacha v0.9.0
9722026-08-14T17:07:10.849Z Downloaded serde-hex v0.1.0
9732026-08-14T17:07:10.852Z Downloaded shlex v1.3.0
9742026-08-14T17:07:10.852Z Downloaded crc-catalog v2.4.0
9752026-08-14T17:07:10.852Z Downloaded display-error-chain v0.2.2
9762026-08-14T17:07:10.852Z Downloaded dropshot-api-manager-types v0.7.2
9772026-08-14T17:07:10.852Z Downloaded kstat-rs v0.2.5
9782026-08-14T17:07:10.855Z Downloaded lru-slab v0.1.2
9792026-08-14T17:07:10.855Z Downloaded num_enum_derive v0.5.11
9802026-08-14T17:07:10.858Z Downloaded scheduled-thread-pool v0.2.7
9812026-08-14T17:07:10.864Z Downloaded derive_more v2.1.1
9822026-08-14T17:07:10.870Z Downloaded rustls-platform-verifier v0.6.2
9832026-08-14T17:07:10.873Z Downloaded diff v0.1.13
9842026-08-14T17:07:10.876Z Downloaded num_threads v0.1.7
9852026-08-14T17:07:10.876Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9862026-08-14T17:07:10.876Z Downloaded want v0.3.1
9872026-08-14T17:07:10.876Z Downloaded shell-words v1.1.1
9882026-08-14T17:07:10.879Z Downloaded rand_pcg v0.10.2
9892026-08-14T17:07:10.888Z Downloaded libsw v3.5.0
9902026-08-14T17:07:10.888Z Downloaded mio v1.2.0
9912026-08-14T17:07:10.892Z Downloaded hashbrown v0.15.5
9922026-08-14T17:07:10.897Z Downloaded subtle v2.6.1
9932026-08-14T17:07:10.900Z Downloaded rand_xorshift v0.4.0
9942026-08-14T17:07:10.900Z Downloaded precomputed-hash v0.1.1
9952026-08-14T17:07:10.900Z Downloaded tokio-test v0.4.5
9962026-08-14T17:07:10.900Z Downloaded void v1.0.2
9972026-08-14T17:07:10.903Z Downloaded url v2.5.8
9982026-08-14T17:07:10.906Z Downloaded diesel_derives v2.3.7
9992026-08-14T17:07:10.909Z Downloaded toml v0.7.8
10002026-08-14T17:07:10.911Z Downloaded unsafe-libyaml v0.2.11
10012026-08-14T17:07:10.912Z Downloaded ignore v0.4.25
10022026-08-14T17:07:10.915Z Downloaded pkcs8 v0.11.0
10032026-08-14T17:07:10.915Z Downloaded unicase v2.9.0
10042026-08-14T17:07:10.918Z Downloaded derive_builder_macro v0.20.2
10052026-08-14T17:07:10.919Z Downloaded universal-hash v0.5.1
10062026-08-14T17:07:10.919Z Downloaded darling_macro v0.13.4
10072026-08-14T17:07:10.921Z Downloaded darling v0.23.0
10082026-08-14T17:07:10.927Z Downloaded minimal-lexical v0.2.1
10092026-08-14T17:07:10.931Z Downloaded poly1305 v0.8.0
10102026-08-14T17:07:10.934Z Downloaded data-encoding v2.10.0
10112026-08-14T17:07:10.936Z Downloaded indoc v2.0.7
10122026-08-14T17:07:10.937Z Downloaded proc-macro-crate v1.3.1
10132026-08-14T17:07:10.942Z Downloaded digest-io v0.1.0
10142026-08-14T17:07:10.945Z Downloaded derive_more-impl v2.1.1
10152026-08-14T17:07:10.947Z Downloaded progenitor-extras v0.2.0
10162026-08-14T17:07:10.947Z Downloaded ipnetwork v0.21.1
10172026-08-14T17:07:10.954Z Downloaded rustls-native-certs v0.8.3
10182026-08-14T17:07:10.957Z Downloaded illumos-nvpair-sys v0.2.0
10192026-08-14T17:07:10.957Z Downloaded num_enum_derive v0.7.6
10202026-08-14T17:07:10.960Z Downloaded yansi v1.0.1
10212026-08-14T17:07:10.962Z Downloaded wyz v0.5.1
10222026-08-14T17:07:10.967Z Downloaded hkdf v0.12.4
10232026-08-14T17:07:10.970Z Downloaded rayon-core v1.13.0
10242026-08-14T17:07:10.973Z Downloaded slog-stdlog v4.1.1
10252026-08-14T17:07:10.973Z Downloaded string_cache v0.8.9
10262026-08-14T17:07:10.973Z Downloaded support-bundle-viewer v0.1.2
10272026-08-14T17:07:10.973Z Downloaded unicode-segmentation v1.12.0
10282026-08-14T17:07:10.977Z Downloaded recursive-proc-macro-impl v0.1.1
10292026-08-14T17:07:10.977Z Downloaded rustc_version v0.4.1
10302026-08-14T17:07:10.977Z Downloaded serde_plain v1.0.2
10312026-08-14T17:07:10.980Z Downloaded tower-http v0.6.8
10322026-08-14T17:07:10.983Z Downloaded dropshot-api-manager v0.7.2
10332026-08-14T17:07:10.986Z Downloaded match_cfg v0.1.0
10342026-08-14T17:07:10.986Z Downloaded parse-size v1.1.0
10352026-08-14T17:07:10.989Z Downloaded darling v0.21.3
10362026-08-14T17:07:10.991Z Downloaded zstd-safe v7.2.4
10372026-08-14T17:07:10.994Z Downloaded tokio-postgres v0.7.16
10382026-08-14T17:07:11.001Z Downloaded spki v0.8.0
10392026-08-14T17:07:11.004Z Downloaded synstructure v0.13.2
10402026-08-14T17:07:11.004Z Downloaded reqwest v0.13.2
10412026-08-14T17:07:11.007Z Downloaded parse-display v0.10.0
10422026-08-14T17:07:11.007Z Downloaded signature v2.2.0
10432026-08-14T17:07:11.010Z Downloaded idna v1.1.0
10442026-08-14T17:07:11.012Z Downloaded crossbeam-epoch v0.9.18
10452026-08-14T17:07:11.013Z Downloaded futures-util v0.3.32
10462026-08-14T17:07:11.018Z Downloaded mime_guess v2.0.5
10472026-08-14T17:07:11.021Z Downloaded memmap2 v0.9.10
10482026-08-14T17:07:11.021Z Downloaded parking_lot v0.12.5
10492026-08-14T17:07:11.021Z Downloaded zerofrom v0.1.6
10502026-08-14T17:07:11.024Z Downloaded rustls-pki-types v1.14.0
10512026-08-14T17:07:11.024Z Downloaded jiff-core v0.1.0
10522026-08-14T17:07:11.027Z Downloaded zeroize v1.9.0
10532026-08-14T17:07:11.029Z Downloaded unicode-truncate v1.1.0
10542026-08-14T17:07:11.032Z Downloaded subprocess v0.2.15
10552026-08-14T17:07:11.032Z Downloaded tinyvec v1.10.0
10562026-08-14T17:07:11.035Z Downloaded typify v0.6.2
10572026-08-14T17:07:11.035Z Downloaded sha2 v0.11.0
10582026-08-14T17:07:11.038Z Downloaded pretty_assertions v1.4.1
10592026-08-14T17:07:11.038Z Downloaded ingot-types v0.2.0
10602026-08-14T17:07:11.041Z Downloaded inout v0.1.4
10612026-08-14T17:07:11.041Z Downloaded kem v0.3.0
10622026-08-14T17:07:11.044Z Downloaded rustls-webpki v0.103.13
10632026-08-14T17:07:11.044Z Downloaded ssh-key v0.7.0-rc.11
10642026-08-14T17:07:11.049Z Downloaded crc v3.4.0
10652026-08-14T17:07:11.052Z Downloaded opaque-debug v0.3.1
10662026-08-14T17:07:11.052Z Downloaded embedded-io v0.6.1
10672026-08-14T17:07:11.055Z Downloaded nibble_vec v0.1.0
10682026-08-14T17:07:11.055Z Downloaded predicates-core v1.0.10
10692026-08-14T17:07:11.055Z Downloaded der v0.7.10
10702026-08-14T17:07:11.058Z Downloaded sec1 v0.7.3
10712026-08-14T17:07:11.061Z Downloaded toml_parser v1.1.2+spec-1.1.0
10722026-08-14T17:07:11.061Z Downloaded ctr v0.10.1
10732026-08-14T17:07:11.061Z Downloaded phc v0.6.1
10742026-08-14T17:07:11.064Z Downloaded quinn-udp v0.5.14
10752026-08-14T17:07:11.064Z Downloaded hkdf v0.13.0
10762026-08-14T17:07:11.067Z Downloaded darling v0.20.11
10772026-08-14T17:07:11.069Z Downloaded derive-where v1.6.0
10782026-08-14T17:07:11.070Z Downloaded scuffle v0.1.0
10792026-08-14T17:07:11.072Z Downloaded vergen v9.1.0
10802026-08-14T17:07:11.072Z Downloaded module-lattice v0.2.3
10812026-08-14T17:07:11.075Z Downloaded strum_macros v0.26.4
10822026-08-14T17:07:11.075Z Downloaded scopeguard v1.2.0
10832026-08-14T17:07:11.075Z Downloaded strip-ansi-escapes v0.2.1
10842026-08-14T17:07:11.078Z Downloaded unicode-bidi v0.3.18
10852026-08-14T17:07:11.078Z Downloaded reqwest v0.12.28
10862026-08-14T17:07:11.081Z Downloaded blake3 v1.8.5
10872026-08-14T17:07:11.085Z Downloaded openssl-sys v0.9.117
10882026-08-14T17:07:11.091Z Downloaded progenitor-client v0.14.0
10892026-08-14T17:07:11.094Z Downloaded wnaf v0.14.0
10902026-08-14T17:07:11.094Z Downloaded ecdsa v0.17.0
10912026-08-14T17:07:11.097Z Downloaded zerofrom-derive v0.1.6
10922026-08-14T17:07:11.100Z Downloaded darling_core v0.23.0
10932026-08-14T17:07:11.103Z Downloaded document-features v0.2.12
10942026-08-14T17:07:11.109Z Downloaded sqlformat v0.3.5
10952026-08-14T17:07:11.112Z Downloaded slog-term v2.9.2
10962026-08-14T17:07:11.114Z Downloaded usdt-macro v0.6.0
10972026-08-14T17:07:11.114Z Downloaded csv-core v0.1.13
10982026-08-14T17:07:11.114Z Downloaded displaydoc v0.2.5
10992026-08-14T17:07:11.117Z Downloaded newtype_derive v0.1.6
11002026-08-14T17:07:11.117Z Downloaded oso-derive v0.27.3
11012026-08-14T17:07:11.117Z Downloaded rawzip v0.4.4
11022026-08-14T17:07:11.120Z Downloaded itertools v0.13.0
11032026-08-14T17:07:11.129Z Downloaded omicron-zone-package v0.12.3
11042026-08-14T17:07:11.133Z Downloaded resolv-conf v0.7.6
11052026-08-14T17:07:11.135Z Downloaded secrecy v0.10.3
11062026-08-14T17:07:11.136Z Downloaded thread-id v5.1.0
11072026-08-14T17:07:11.136Z Downloaded recursive v0.1.1
11082026-08-14T17:07:11.145Z Downloaded term v0.7.0
11092026-08-14T17:07:11.148Z Downloaded thiserror-no-std v2.0.2
11102026-08-14T17:07:11.151Z Downloaded defmt v0.3.100
11112026-08-14T17:07:11.151Z Downloaded lock_api v0.4.14
11122026-08-14T17:07:11.151Z Downloaded rustyline v14.0.0
11132026-08-14T17:07:11.153Z Downloaded zone v0.3.1
11142026-08-14T17:07:11.153Z Downloaded proc-macro-error-attr2 v2.0.0
11152026-08-14T17:07:11.153Z Downloaded sha1 v0.11.0
11162026-08-14T17:07:11.156Z Downloaded samael v0.0.19
11172026-08-14T17:07:11.159Z Downloaded litrs v1.0.0
11182026-08-14T17:07:11.162Z Downloaded ml-kem v0.3.2
11192026-08-14T17:07:11.162Z Downloaded pem-rfc7468 v1.0.0
11202026-08-14T17:07:11.162Z Downloaded crossterm v0.29.0
11212026-08-14T17:07:11.165Z Downloaded difflib v0.4.0
11222026-08-14T17:07:11.168Z Downloaded instability v0.3.11
11232026-08-14T17:07:11.168Z Downloaded lru-cache v0.1.2
11242026-08-14T17:07:11.171Z Downloaded hashbrown v0.16.1
11252026-08-14T17:07:11.173Z Downloaded pem-rfc7468 v0.7.0
11262026-08-14T17:07:11.176Z Downloaded tokio-tungstenite v0.23.1
11272026-08-14T17:07:11.176Z Downloaded dropshot_endpoint v0.17.1
11282026-08-14T17:07:11.179Z Downloaded proc-macro-error2 v2.0.1
11292026-08-14T17:07:11.179Z Downloaded signal-hook-tokio v0.3.1
11302026-08-14T17:07:11.182Z Downloaded waitgroup v0.1.2
11312026-08-14T17:07:11.182Z Downloaded tokio-macros v2.7.0
11322026-08-14T17:07:11.182Z Downloaded aws-lc-rs v1.16.3
11332026-08-14T17:07:11.187Z Downloaded time-macros v0.2.27
11342026-08-14T17:07:11.189Z Downloaded darling_macro v0.23.0
11352026-08-14T17:07:11.192Z Downloaded time-core v0.1.8
11362026-08-14T17:07:11.196Z Downloaded tracing-attributes v0.1.31
11372026-08-14T17:07:11.196Z Downloaded bindgen v0.71.1
11382026-08-14T17:07:11.199Z Downloaded libloading v0.8.9
11392026-08-14T17:07:11.201Z Downloaded parking_lot_core v0.8.6
11402026-08-14T17:07:11.201Z Downloaded try-lock v0.2.5
11412026-08-14T17:07:11.204Z Downloaded serde_urlencoded v0.7.1
11422026-08-14T17:07:11.204Z Downloaded cpufeatures v0.3.0
11432026-08-14T17:07:11.204Z Downloaded libscf-sys v1.2.0
11442026-08-14T17:07:11.207Z Downloaded icu_locale_core v2.1.1
11452026-08-14T17:07:11.210Z Downloaded icu_normalizer v2.1.1
11462026-08-14T17:07:11.212Z Downloaded vergen-gitcl v1.0.8
11472026-08-14T17:07:11.212Z Downloaded strum v0.26.3
11482026-08-14T17:07:11.212Z Downloaded crypto-primes v0.7.2
11492026-08-14T17:07:11.215Z Downloaded oso v0.27.3
11502026-08-14T17:07:11.218Z Downloaded rustc_version v0.1.7
11512026-08-14T17:07:11.218Z Downloaded siphasher v1.0.2
11522026-08-14T17:07:11.218Z Downloaded libxml v0.3.3
11532026-08-14T17:07:11.222Z Downloaded crossbeam-utils v0.8.21
11542026-08-14T17:07:11.222Z Downloaded hyper v1.10.1
11552026-08-14T17:07:11.225Z Downloaded percent-encoding v2.3.2
11562026-08-14T17:07:11.228Z Downloaded diesel_table_macro_syntax v0.3.0
11572026-08-14T17:07:11.228Z Downloaded h2 v0.4.15
11582026-08-14T17:07:11.231Z Downloaded phf_shared v0.11.3
11592026-08-14T17:07:11.231Z Downloaded der v0.8.0
11602026-08-14T17:07:11.234Z Downloaded ena v0.14.4
11612026-08-14T17:07:11.234Z Downloaded vergen-lib v9.1.0
11622026-08-14T17:07:11.237Z Downloaded internal-russh-num-bigint v0.5.0
11632026-08-14T17:07:11.237Z Downloaded illumos-nvpair v0.3.0
11642026-08-14T17:07:11.240Z Downloaded serde-big-array v0.5.1
11652026-08-14T17:07:11.240Z Downloaded lzss v0.8.2
11662026-08-14T17:07:11.240Z Downloaded ed25519-dalek v2.2.0
11672026-08-14T17:07:11.243Z Downloaded untrusted v0.9.0
11682026-08-14T17:07:11.243Z Downloaded newtype-uuid v1.3.2
11692026-08-14T17:07:11.243Z Downloaded bitvec v1.0.1
11702026-08-14T17:07:11.249Z Downloaded iddqd v0.4.2
11712026-08-14T17:07:11.254Z Downloaded chrono v0.4.45
11722026-08-14T17:07:11.257Z Downloaded twox-hash v2.1.2
11732026-08-14T17:07:11.261Z Downloaded unicode-xid v0.2.6
11742026-08-14T17:07:11.261Z Downloaded sqlparser_derive v0.5.0
11752026-08-14T17:07:11.261Z Downloaded tokio-native-tls v0.3.1
11762026-08-14T17:07:11.265Z Downloaded darling_macro v0.21.3
11772026-08-14T17:07:11.265Z Downloaded newline-converter v0.3.0
11782026-08-14T17:07:11.266Z Downloaded radium v0.7.0
11792026-08-14T17:07:11.266Z Downloaded crypto-common v0.2.2
11802026-08-14T17:07:11.268Z Downloaded sapling-renderdag v0.1.0
11812026-08-14T17:07:11.268Z Downloaded digest v0.11.3
11822026-08-14T17:07:11.276Z Downloaded nom v8.0.0
11832026-08-14T17:07:11.279Z Downloaded rustls-pemfile v2.2.0
11842026-08-14T17:07:11.282Z Downloaded oxide-tokio-rt v0.1.4
11852026-08-14T17:07:11.282Z Downloaded nu-ansi-term v0.50.3
11862026-08-14T17:07:11.285Z Downloaded packed_struct v0.10.1
11872026-08-14T17:07:11.285Z Downloaded ppv-lite86 v0.2.21
11882026-08-14T17:07:11.285Z Downloaded untrusted v0.7.1
11892026-08-14T17:07:11.285Z Downloaded itertools v0.14.0
11902026-08-14T17:07:11.288Z Downloaded stable_deref_trait v1.2.1
11912026-08-14T17:07:11.290Z Downloaded x509-cert v0.2.5
11922026-08-14T17:07:11.293Z Downloaded rpassword v7.5.4
11932026-08-14T17:07:11.293Z Downloaded whoami v1.6.1
11942026-08-14T17:07:11.296Z Downloaded rand v0.9.2
11952026-08-14T17:07:11.298Z Downloaded ed25519-dalek v3.0.0
11962026-08-14T17:07:11.299Z Downloaded schemars v0.8.22
11972026-08-14T17:07:11.304Z Downloaded nanorand v0.7.0
11982026-08-14T17:07:11.307Z Downloaded ed25519 v2.2.3
11992026-08-14T17:07:11.307Z Downloaded impl-trait-for-tuples v0.2.3
12002026-08-14T17:07:11.309Z Downloaded predicates-tree v1.0.13
12012026-08-14T17:07:11.316Z Downloaded defmt-macros v1.0.1
12022026-08-14T17:07:11.320Z Downloaded derive-ex v0.1.8
12032026-08-14T17:07:11.325Z Downloaded derive_more v0.99.20
12042026-08-14T17:07:11.328Z Downloaded elliptic-curve v0.14.1
12052026-08-14T17:07:11.328Z Downloaded r2d2 v0.8.10
12062026-08-14T17:07:11.328Z Downloaded smallvec v1.15.1
12072026-08-14T17:07:11.328Z Downloaded tokio-stream v0.1.18
12082026-08-14T17:07:11.344Z Downloaded convert_case v0.10.0
12092026-08-14T17:07:11.347Z Downloaded reedline v0.40.0
12102026-08-14T17:07:11.349Z Downloaded similar v2.7.0
12112026-08-14T17:07:11.352Z Downloaded winnow v1.0.3
12122026-08-14T17:07:11.356Z Downloaded tracing-core v0.1.36
12132026-08-14T17:07:11.361Z Downloaded sha3 v0.12.0
12142026-08-14T17:07:11.363Z Downloaded zerotrie v0.2.3
12152026-08-14T17:07:11.366Z Downloaded num-bigint v0.4.6
12162026-08-14T17:07:11.371Z Downloaded serde_with v3.21.0
12172026-08-14T17:07:11.377Z Downloaded icu_normalizer_data v2.1.1
12182026-08-14T17:07:11.380Z Downloaded winnow v0.6.26
12192026-08-14T17:07:11.385Z Downloaded proptest v1.11.0
12202026-08-14T17:07:11.391Z Downloaded regex v1.12.3
12212026-08-14T17:07:11.394Z Downloaded icu_properties_data v2.1.2
12222026-08-14T17:07:11.398Z Downloaded progenitor-impl v0.14.0
12232026-08-14T17:07:11.401Z Downloaded radix_trie v0.2.1
12242026-08-14T17:07:11.404Z Downloaded daft-derive v0.1.7
12252026-08-14T17:07:11.406Z Downloaded git2 v0.20.4
12262026-08-14T17:07:11.410Z Downloaded indexmap v1.9.3
12272026-08-14T17:07:11.421Z Downloaded p256 v0.14.0
12282026-08-14T17:07:11.424Z Downloaded qorb v0.4.1
12292026-08-14T17:07:11.426Z Downloaded publicsuffix v2.3.0
12302026-08-14T17:07:11.429Z Downloaded zip v4.6.1
12312026-08-14T17:07:11.429Z Downloaded num-bigint-dig v0.8.6
12322026-08-14T17:07:11.434Z Downloaded indicatif v0.18.4
12332026-08-14T17:07:11.438Z Downloaded serde_with v1.14.0
12342026-08-14T17:07:11.442Z Downloaded postgres-protocol v0.6.10
12352026-08-14T17:07:11.446Z Downloaded zerocopy-derive v0.8.40
12362026-08-14T17:07:11.456Z Downloaded signal-hook v0.3.18
12372026-08-14T17:07:11.472Z Downloaded slog v2.8.2
12382026-08-14T17:07:11.475Z Downloaded prefix-trie v0.7.0
12392026-08-14T17:07:11.478Z Downloaded tough v0.22.0
12402026-08-14T17:07:11.480Z Downloaded typed-path v0.9.3
12412026-08-14T17:07:11.483Z Downloaded ryu v1.0.23
12422026-08-14T17:07:11.507Z Downloaded nom v7.1.3
12432026-08-14T17:07:11.510Z Downloaded goblin v0.10.5
12442026-08-14T17:07:11.514Z Downloaded itertools v0.15.0
12452026-08-14T17:07:11.518Z Downloaded itertools v0.10.5
12462026-08-14T17:07:11.522Z Downloaded zerovec v0.11.5
12472026-08-14T17:07:11.532Z Downloaded crossterm v0.28.1
12482026-08-14T17:07:11.536Z Downloaded zerocopy v0.8.40
12492026-08-14T17:07:11.548Z Downloaded quick-xml v0.37.5
12502026-08-14T17:07:11.551Z Downloaded rand v0.8.6
12512026-08-14T17:07:11.578Z Downloaded crypto-bigint v0.5.5
12522026-08-14T17:07:11.581Z Downloaded portable-atomic v1.13.1
12532026-08-14T17:07:11.586Z Downloaded unicode-normalization v0.1.25
12542026-08-14T17:07:11.594Z Downloaded itertools v0.12.1
12552026-08-14T17:07:11.598Z Downloaded winnow v0.5.40
12562026-08-14T17:07:11.613Z Downloaded quinn-proto v0.11.16
12572026-08-14T17:07:11.619Z Downloaded rsa v0.10.0-rc.18
12582026-08-14T17:07:11.621Z Downloaded vcpkg v0.2.15
12592026-08-14T17:07:11.642Z Downloaded tokio-util v0.7.18
12602026-08-14T17:07:11.646Z Downloaded nix v0.27.1
12612026-08-14T17:07:11.651Z Downloaded object v0.37.3
12622026-08-14T17:07:11.657Z Downloaded object v0.30.4
12632026-08-14T17:07:11.662Z Downloaded lalrpop v0.19.12
12642026-08-14T17:07:11.668Z Downloaded salty v0.3.0
12652026-08-14T17:07:11.672Z Downloaded iri-string v0.7.10
12662026-08-14T17:07:11.675Z Downloaded libm v0.2.16
12672026-08-14T17:07:11.680Z Downloaded openapiv3 v2.2.0
12682026-08-14T17:07:11.686Z Downloaded bstr v1.12.1
12692026-08-14T17:07:11.691Z Downloaded tabled v0.21.0
12702026-08-14T17:07:11.700Z Downloaded regex-syntax v0.6.29
12712026-08-14T17:07:11.711Z Downloaded russh v0.62.4
12722026-08-14T17:07:11.719Z Downloaded rayon v1.11.0
12732026-08-14T17:07:11.725Z Downloaded p384 v0.13.1
12742026-08-14T17:07:11.756Z Downloaded nix v0.28.0
12752026-08-14T17:07:11.766Z Downloaded hickory-proto v0.24.4
12762026-08-14T17:07:11.775Z Downloaded smoltcp v0.9.1
12772026-08-14T17:07:11.780Z Downloaded petname v2.0.2
12782026-08-14T17:07:11.783Z Downloaded curve25519-dalek v5.0.0
12792026-08-14T17:07:11.790Z Downloaded polar-core v0.27.3
12802026-08-14T17:07:11.796Z Downloaded moka v0.12.13
12812026-08-14T17:07:11.799Z Downloaded zlib-rs v0.6.2
12822026-08-14T17:07:11.802Z Downloaded curve25519-dalek v4.1.3
12832026-08-14T17:07:11.808Z Downloaded openssl v0.10.80
12842026-08-14T17:07:11.814Z Downloaded regress v0.10.5
12852026-08-14T17:07:11.836Z Downloaded smoltcp v0.11.0
12862026-08-14T17:07:11.843Z Downloaded time v0.3.47
12872026-08-14T17:07:11.856Z Downloaded regex-syntax v0.8.10
12882026-08-14T17:07:11.872Z Downloaded hickory-proto v0.25.2
12892026-08-14T17:07:11.889Z Downloaded sled v0.34.7
12902026-08-14T17:07:11.895Z Downloaded crypto-bigint v0.7.5
12912026-08-14T17:07:11.903Z Downloaded rustix v0.38.44
12922026-08-14T17:07:11.917Z Downloaded ratatui v0.29.0
12932026-08-14T17:07:11.928Z Downloaded rustls v0.23.41
12942026-08-14T17:07:11.936Z Downloaded zerocopy-derive v0.6.6
12952026-08-14T17:07:11.940Z Downloaded nix v0.31.2
12962026-08-14T17:07:11.948Z Downloaded typify-impl v0.6.2
12972026-08-14T17:07:11.957Z Downloaded tracing v0.1.44
12982026-08-14T17:07:11.970Z Downloaded sqlparser v0.61.0
12992026-08-14T17:07:11.975Z Downloaded dropshot v0.17.1
13002026-08-14T17:07:11.988Z Downloaded diesel v2.3.7
13012026-08-14T17:07:12.001Z Downloaded regress v0.11.1
13022026-08-14T17:07:12.006Z Downloaded sha3 v0.11.0
13032026-08-14T17:07:12.009Z Downloaded bzip2-sys v0.1.13+1.0.8
13042026-08-14T17:07:12.016Z Downloaded petgraph v0.6.5
13052026-08-14T17:07:12.051Z Downloaded chrono-tz v0.10.4
13062026-08-14T17:07:12.062Z Downloaded regex-automata v0.4.14
13072026-08-14T17:07:12.084Z Downloaded jiff v0.2.34
13082026-08-14T17:07:12.095Z Downloaded petgraph v0.8.3
13092026-08-14T17:07:12.110Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-08-14T17:07:12.118Z Downloaded sha3 v0.10.8
13112026-08-14T17:07:12.121Z Downloaded tokio v1.52.1
13122026-08-14T17:07:12.145Z Downloaded csv v1.4.0
13132026-08-14T17:07:12.159Z Downloaded libz-sys v1.1.24
13142026-08-14T17:07:12.183Z Downloaded encoding_rs v0.8.35
13152026-08-14T17:07:12.202Z Downloaded ring v0.17.14
13162026-08-14T17:07:12.240Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-08-14T17:07:12.789Z Downloaded aws-lc-sys v0.40.0
13182026-08-14T17:07:13.022Z Compiling libc v0.2.185
13192026-08-14T17:07:13.022Z Compiling serde_core v1.0.228
13202026-08-14T17:07:13.025Z Compiling serde v1.0.228
13212026-08-14T17:07:13.025Z Compiling log v0.4.29
13222026-08-14T17:07:13.025Z Compiling smallvec v1.15.1
13232026-08-14T17:07:13.025Z Compiling find-msvc-tools v0.1.9
13242026-08-14T17:07:13.025Z Compiling shlex v1.3.0
13252026-08-14T17:07:13.025Z Compiling syn v2.0.117
13262026-08-14T17:07:13.352Z Compiling subtle v2.6.1
13272026-08-14T17:07:13.365Z Compiling scopeguard v1.2.0
13282026-08-14T17:07:13.416Z Compiling stable_deref_trait v1.2.1
13292026-08-14T17:07:13.457Z Compiling lock_api v0.4.14
13302026-08-14T17:07:13.469Z Compiling typenum v1.20.1
13312026-08-14T17:07:13.481Z Compiling zerocopy v0.8.40
13322026-08-14T17:07:13.493Z Compiling portable-atomic v1.13.1
13332026-08-14T17:07:13.519Z Compiling serde_json v1.0.151
13342026-08-14T17:07:13.681Z Compiling critical-section v1.2.0
13352026-08-14T17:07:13.739Z Compiling libm v0.2.16
13362026-08-14T17:07:13.788Z Compiling num-traits v0.2.19
13372026-08-14T17:07:13.901Z Compiling pkg-config v0.3.32
13382026-08-14T17:07:13.966Z Compiling errno v0.3.14
13392026-08-14T17:07:13.991Z Compiling jobserver v0.1.34
13402026-08-14T17:07:14.043Z Compiling getrandom v0.2.17
13412026-08-14T17:07:14.252Z Compiling cc v1.2.56
13422026-08-14T17:07:14.266Z Compiling rand_core v0.6.4
13432026-08-14T17:07:14.426Z Compiling once_cell v1.21.3
13442026-08-14T17:07:14.514Z Compiling generic-array v0.14.7
13452026-08-14T17:07:14.517Z Compiling pin-project-lite v0.2.17
13462026-08-14T17:07:14.541Z Compiling parking_lot_core v0.9.12
13472026-08-14T17:07:14.622Z Compiling getrandom v0.4.1
13482026-08-14T17:07:14.635Z Compiling const-oid v0.9.6
13492026-08-14T17:07:14.757Z Compiling rand_core v0.10.0
13502026-08-14T17:07:15.073Z Compiling signal-hook-registry v1.4.8
13512026-08-14T17:07:15.177Z Compiling bitflags v2.11.0
13522026-08-14T17:07:15.331Z Compiling litemap v0.8.1
13532026-08-14T17:07:15.345Z Compiling percent-encoding v2.3.2
13542026-08-14T17:07:15.345Z Compiling futures-core v0.3.32
13552026-08-14T17:07:15.406Z Compiling writeable v0.6.2
13562026-08-14T17:07:15.506Z Compiling semver v1.0.28
13572026-08-14T17:07:15.520Z Compiling parking_lot v0.12.5
13582026-08-14T17:07:15.532Z Compiling mio v1.2.0
13592026-08-14T17:07:15.536Z Compiling icu_properties_data v2.1.2
13602026-08-14T17:07:15.602Z Compiling icu_normalizer_data v2.1.1
13612026-08-14T17:07:15.762Z Compiling socket2 v0.6.3
13622026-08-14T17:07:15.817Z Compiling getrandom v0.3.4
13632026-08-14T17:07:15.879Z Compiling synstructure v0.13.2
13642026-08-14T17:07:15.895Z Compiling futures-sink v0.3.32
13652026-08-14T17:07:15.918Z Compiling indexmap v2.14.0
13662026-08-14T17:07:16.050Z Compiling futures-task v0.3.32
13672026-08-14T17:07:16.109Z Compiling futures-channel v0.3.32
13682026-08-14T17:07:16.230Z Compiling utf8_iter v1.0.4
13692026-08-14T17:07:16.279Z Compiling futures-io v0.3.32
13702026-08-14T17:07:16.346Z Compiling slab v0.4.12
13712026-08-14T17:07:16.386Z Compiling rustix v1.1.3
13722026-08-14T17:07:16.416Z Compiling form_urlencoded v1.2.2
13732026-08-14T17:07:16.440Z Compiling rustversion v1.0.22
13742026-08-14T17:07:16.525Z Compiling iana-time-zone v0.1.65
13752026-08-14T17:07:16.528Z Compiling base64ct v1.8.3
13762026-08-14T17:07:16.591Z Compiling cmake v0.1.57
13772026-08-14T17:07:16.627Z Compiling ident_case v1.0.1
13782026-08-14T17:07:16.745Z Compiling dunce v1.0.5
13792026-08-14T17:07:16.757Z Compiling regex-syntax v0.8.10
13802026-08-14T17:07:16.786Z Compiling flagset v0.4.7
13812026-08-14T17:07:16.836Z Compiling pem-rfc7468 v0.7.0
13822026-08-14T17:07:16.850Z Compiling fs_extra v1.3.0
13832026-08-14T17:07:16.910Z Compiling rand_core v0.9.5
13842026-08-14T17:07:16.993Z Compiling uuid v1.23.4
13852026-08-14T17:07:17.120Z Compiling aws-lc-sys v0.40.0
13862026-08-14T17:07:17.139Z Compiling base64 v0.22.1
13872026-08-14T17:07:17.199Z Compiling syn v1.0.109
13882026-08-14T17:07:17.402Z Compiling vcpkg v0.2.15
13892026-08-14T17:07:17.478Z Compiling serde_derive_internals v0.29.1
13902026-08-14T17:07:17.561Z Compiling rustc_version v0.4.1
13912026-08-14T17:07:17.670Z Compiling serde_derive v1.0.228
13922026-08-14T17:07:17.708Z Compiling zeroize_derive v1.5.0
13932026-08-14T17:07:17.890Z Compiling zerocopy-derive v0.8.40
13942026-08-14T17:07:18.105Z Compiling zerofrom-derive v0.1.6
13952026-08-14T17:07:18.134Z Compiling yoke-derive v0.8.1
13962026-08-14T17:07:18.370Z Compiling zeroize v1.9.0
13972026-08-14T17:07:18.386Z Compiling zerovec-derive v0.11.2
13982026-08-14T17:07:18.608Z Compiling displaydoc v0.2.5
13992026-08-14T17:07:19.329Z Compiling tokio-macros v2.7.0
14002026-08-14T17:07:19.355Z Compiling futures-macro v0.3.32
14012026-08-14T17:07:19.523Z Compiling der_derive v0.7.3
14022026-08-14T17:07:19.569Z Compiling zerofrom v0.1.6
14032026-08-14T17:07:19.699Z Compiling yoke v0.8.1
14042026-08-14T17:07:19.735Z Compiling block-buffer v0.10.4
14052026-08-14T17:07:19.886Z Compiling zerovec v0.11.5
14062026-08-14T17:07:19.911Z Compiling zerotrie v0.2.3
14072026-08-14T17:07:20.077Z Compiling crypto-common v0.1.7
14082026-08-14T17:07:20.173Z Compiling futures-util v0.3.32
14092026-08-14T17:07:20.212Z Compiling digest v0.10.7
14102026-08-14T17:07:20.226Z Compiling thiserror-impl v2.0.18
14112026-08-14T17:07:20.405Z Compiling tinystr v0.8.2
14122026-08-14T17:07:20.459Z Compiling potential_utf v0.1.4
14132026-08-14T17:07:20.508Z Compiling der v0.7.10
14142026-08-14T17:07:20.611Z Compiling icu_locale_core v2.1.1
14152026-08-14T17:07:20.633Z Compiling icu_collections v2.1.1
14162026-08-14T17:07:21.111Z Compiling openssl-sys v0.9.117
14172026-08-14T17:07:21.254Z Compiling bytes v1.11.1
14182026-08-14T17:07:21.526Z Compiling icu_provider v2.1.1
14192026-08-14T17:07:21.601Z Compiling chrono v0.4.45
14202026-08-14T17:07:21.646Z Compiling thiserror v2.0.18
14212026-08-14T17:07:21.759Z Compiling icu_normalizer v2.1.1
14222026-08-14T17:07:21.774Z Compiling icu_properties v2.1.2
14232026-08-14T17:07:21.827Z Compiling tokio v1.52.1
14242026-08-14T17:07:21.876Z Compiling http v1.4.2
14252026-08-14T17:07:22.301Z Compiling ppv-lite86 v0.2.21
14262026-08-14T17:07:22.461Z Compiling spki v0.7.3
14272026-08-14T17:07:22.485Z Compiling tracing-attributes v0.1.31
14282026-08-14T17:07:22.630Z Compiling idna_adapter v1.2.1
14292026-08-14T17:07:22.670Z Compiling rand_chacha v0.9.0
14302026-08-14T17:07:22.773Z Compiling idna v1.1.0
14312026-08-14T17:07:22.787Z Compiling tracing-core v0.1.36
14322026-08-14T17:07:22.869Z Compiling schemars v0.8.22
14332026-08-14T17:07:23.002Z Compiling cpufeatures v0.2.17
14342026-08-14T17:07:23.076Z Compiling url v2.5.8
14352026-08-14T17:07:23.091Z Compiling aws-lc-rs v1.16.3
14362026-08-14T17:07:23.329Z Compiling dyn-clone v1.0.20
14372026-08-14T17:07:23.375Z Compiling rand v0.9.2
14382026-08-14T17:07:23.391Z Compiling pkcs8 v0.10.2
14392026-08-14T17:07:23.415Z Compiling http-body v1.0.1
14402026-08-14T17:07:23.524Z Compiling rustls-pki-types v1.14.0
14412026-08-14T17:07:23.566Z Compiling schemars_derive v0.8.22
14422026-08-14T17:07:23.763Z Compiling tracing v0.1.44
14432026-08-14T17:07:23.857Z Compiling spin v0.9.8
14442026-08-14T17:07:23.958Z Compiling crc32fast v1.5.0
14452026-08-14T17:07:24.024Z Compiling openssl-probe v0.2.1
14462026-08-14T17:07:24.064Z Compiling httparse v1.10.1
14472026-08-14T17:07:24.102Z Compiling tinyvec_macros v0.1.1
14482026-08-14T17:07:24.172Z Compiling cmov v0.5.4
14492026-08-14T17:07:24.195Z Compiling tinyvec v1.10.0
14502026-08-14T17:07:24.265Z Compiling tempfile v3.25.0
14512026-08-14T17:07:24.378Z Compiling ctutils v0.4.2
14522026-08-14T17:07:24.437Z Compiling pest_generator v2.8.6
14532026-08-14T17:07:24.532Z Compiling sha2 v0.10.9
14542026-08-14T17:07:24.605Z Compiling aho-corasick v1.1.4
14552026-08-14T17:07:24.621Z Compiling tower-service v0.3.3
14562026-08-14T17:07:24.719Z Compiling atomic-waker v1.1.2
14572026-08-14T17:07:24.843Z Compiling radium v0.7.0
14582026-08-14T17:07:25.087Z Compiling untrusted v0.7.1
14592026-08-14T17:07:25.102Z Compiling try-lock v0.2.5
14602026-08-14T17:07:25.208Z Compiling tower-layer v0.3.3
14612026-08-14T17:07:25.212Z Compiling want v0.3.1
14622026-08-14T17:07:25.370Z Compiling regex-automata v0.4.14
14632026-08-14T17:07:25.393Z Compiling pest_derive v2.8.6
14642026-08-14T17:07:25.808Z Compiling tokio-util v0.7.18
14652026-08-14T17:07:25.841Z Compiling hybrid-array v0.4.13
14662026-08-14T17:07:26.375Z Compiling ipnet v2.11.0
14672026-08-14T17:07:26.457Z Compiling scroll_derive v0.13.1
14682026-08-14T17:07:26.651Z Compiling h2 v0.4.15
14692026-08-14T17:07:26.867Z Compiling darling_core v0.20.11
14702026-08-14T17:07:26.883Z Compiling openssl v0.10.80
14712026-08-14T17:07:27.112Z Compiling maybe-uninit v2.0.0
14722026-08-14T17:07:27.248Z Compiling rustls v0.23.41
14732026-08-14T17:07:27.377Z Compiling httpdate v1.0.3
14742026-08-14T17:07:27.421Z Compiling simd-adler32 v0.3.8
14752026-08-14T17:07:27.442Z Compiling tap v1.0.1
14762026-08-14T17:07:27.469Z Compiling untrusted v0.9.0
14772026-08-14T17:07:27.552Z Compiling foreign-types-shared v0.1.1
14782026-08-14T17:07:27.590Z Compiling wyz v0.5.1
14792026-08-14T17:07:27.637Z Compiling foreign-types v0.3.2
14802026-08-14T17:07:27.651Z Compiling scroll v0.13.0
14812026-08-14T17:07:27.709Z Compiling unicode-normalization v0.1.25
14822026-08-14T17:07:27.877Z Compiling rand_chacha v0.3.1
14832026-08-14T17:07:27.912Z Compiling hex v0.4.3
14842026-08-14T17:07:28.156Z Compiling signature v2.2.0
14852026-08-14T17:07:28.172Z Compiling terminal_size v0.4.3
14862026-08-14T17:07:28.186Z Compiling thiserror-impl v1.0.69
14872026-08-14T17:07:28.310Z Compiling openssl-macros v0.1.1
14882026-08-14T17:07:28.333Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14892026-08-14T17:07:28.635Z Compiling bzip2-sys v0.1.13+1.0.8
14902026-08-14T17:07:28.698Z Compiling num-integer v0.1.46
14912026-08-14T17:07:28.719Z Compiling socket2 v0.5.10
14922026-08-14T17:07:28.909Z Compiling wait-timeout v0.2.1
14932026-08-14T17:07:29.018Z Compiling ahash v0.8.12
14942026-08-14T17:07:29.089Z Compiling darling_macro v0.20.11
14952026-08-14T17:07:29.109Z Compiling quick-error v1.2.3
14962026-08-14T17:07:29.168Z Compiling time-core v0.1.8
14972026-08-14T17:07:29.215Z Compiling num-conv v0.2.0
14982026-08-14T17:07:29.219Z Compiling num-bigint-dig v0.8.6
14992026-08-14T17:07:29.316Z Compiling bit-vec v0.8.0
15002026-08-14T17:07:29.348Z Compiling native-tls v0.2.18
15012026-08-14T17:07:29.398Z Compiling adler2 v2.0.1
15022026-08-14T17:07:29.402Z Compiling packed_struct v0.10.1
15032026-08-14T17:07:29.425Z Compiling funty v2.0.0
15042026-08-14T17:07:29.532Z Compiling powerfmt v0.2.0
15052026-08-14T17:07:29.547Z Compiling bit-set v0.8.0
15062026-08-14T17:07:29.571Z Compiling darling v0.20.11
15072026-08-14T17:07:29.586Z Compiling miniz_oxide v0.8.9
15082026-08-14T17:07:29.678Z Compiling hyper v1.10.1
15092026-08-14T17:07:29.691Z Compiling deranged v0.5.8
15102026-08-14T17:07:29.704Z Compiling thiserror v1.0.69
15112026-08-14T17:07:29.731Z Compiling time-macros v0.2.27
15122026-08-14T17:07:29.803Z Compiling bitvec v1.0.1
15132026-08-14T17:07:29.986Z Compiling clap_builder v4.6.0
15142026-08-14T17:07:30.231Z Compiling rusty-fork v0.3.1
15152026-08-14T17:07:30.547Z Compiling num-iter v0.1.45
15162026-08-14T17:07:30.763Z Compiling hyper-util v0.1.20
15172026-08-14T17:07:31.255Z Compiling rand v0.8.6
15182026-08-14T17:07:31.269Z Compiling goblin v0.10.5
15192026-08-14T17:07:31.491Z Compiling packed_struct_codegen v0.10.1
15202026-08-14T17:07:32.035Z Compiling lazy_static v1.5.0
15212026-08-14T17:07:32.135Z Compiling serde_spanned v0.6.9
15222026-08-14T17:07:32.285Z Compiling toml_datetime v0.6.11
15232026-08-14T17:07:32.545Z Compiling hmac v0.12.1
15242026-08-14T17:07:32.558Z Compiling clap_derive v4.6.1
15252026-08-14T17:07:32.571Z Compiling zerocopy-derive v0.6.6
15262026-08-14T17:07:32.700Z Compiling bitfield-macros v0.19.4
15272026-08-14T17:07:32.942Z Compiling anstyle-parse v0.2.7
15282026-08-14T17:07:33.127Z Compiling rand_xorshift v0.4.0
15292026-08-14T17:07:33.298Z Compiling sync_wrapper v1.0.2
15302026-08-14T17:07:33.393Z Compiling indexmap v1.9.3
15312026-08-14T17:07:33.396Z Compiling num_threads v0.1.7
15322026-08-14T17:07:33.420Z Compiling unarray v0.1.4
15332026-08-14T17:07:33.503Z Compiling crc-catalog v2.4.0
15342026-08-14T17:07:33.528Z Compiling zlib-rs v0.6.2
15352026-08-14T17:07:33.574Z Compiling usdt-impl v0.6.0
15362026-08-14T17:07:33.598Z Compiling unicode-segmentation v1.12.0
15372026-08-14T17:07:33.637Z Compiling siphasher v1.0.2
15382026-08-14T17:07:33.781Z Compiling crossbeam-utils v0.8.21
15392026-08-14T17:07:33.823Z Compiling nodrop v0.1.14
15402026-08-14T17:07:33.919Z Compiling paste v1.0.15
15412026-08-14T17:07:33.970Z Compiling dof v0.4.0
15422026-08-14T17:07:34.077Z Compiling array-init v0.0.4
15432026-08-14T17:07:34.253Z Compiling crc v3.4.0
15442026-08-14T17:07:34.268Z Compiling clap v4.6.1
15452026-08-14T17:07:34.371Z Compiling proptest v1.11.0
15462026-08-14T17:07:34.412Z Compiling time v0.3.47
15472026-08-14T17:07:34.448Z Compiling zerocopy v0.6.6
15482026-08-14T17:07:34.776Z Compiling bitfield v0.19.4
15492026-08-14T17:07:35.067Z Compiling tower v0.5.3
15502026-08-14T17:07:35.098Z Compiling anstream v0.6.21
15512026-08-14T17:07:35.693Z Compiling smallvec v0.6.14
15522026-08-14T17:07:36.021Z Compiling derive_builder_core v0.20.2
15532026-08-14T17:07:36.162Z Compiling dtrace-parser v0.3.0
15542026-08-14T17:07:36.690Z Compiling flate2 v1.1.9
15552026-08-14T17:07:36.728Z Compiling ipnetwork v0.21.1
15562026-08-14T17:07:36.856Z Compiling pkcs1 v0.7.5
15572026-08-14T17:07:36.887Z Compiling http-body-util v0.1.3
15582026-08-14T17:07:37.099Z Compiling heapless v0.7.17
15592026-08-14T17:07:37.119Z Compiling scroll_derive v0.12.1
15602026-08-14T17:07:37.133Z Compiling structmeta-derive v0.3.0
15612026-08-14T17:07:37.159Z Compiling slog v2.8.2
15622026-08-14T17:07:37.242Z Compiling darling_core v0.23.0
15632026-08-14T17:07:37.343Z Compiling thread-id v5.1.0
15642026-08-14T17:07:37.355Z Compiling cookie v0.18.1
15652026-08-14T17:07:37.429Z Compiling env_filter v1.0.0
15662026-08-14T17:07:37.531Z Compiling unicode-properties v0.1.4
15672026-08-14T17:07:37.723Z Compiling allocator-api2 v0.2.21
15682026-08-14T17:07:37.746Z Compiling anyhow v1.0.102
15692026-08-14T17:07:37.769Z Compiling signal-hook v0.3.18
15702026-08-14T17:07:37.939Z Compiling ryu v1.0.23
15712026-08-14T17:07:38.050Z Compiling winnow v0.5.40
15722026-08-14T17:07:38.061Z Compiling iri-string v0.7.10
15732026-08-14T17:07:38.135Z Compiling hashbrown v0.12.3
15742026-08-14T17:07:38.190Z Compiling zstd-safe v7.2.4
15752026-08-14T17:07:38.389Z Compiling base64 v0.21.7
15762026-08-14T17:07:38.603Z Compiling unicode-bidi v0.3.18
15772026-08-14T17:07:38.702Z Compiling ron v0.8.1
15782026-08-14T17:07:39.127Z Compiling stringprep v0.1.5
15792026-08-14T17:07:39.464Z Compiling toml_edit v0.19.15
15802026-08-14T17:07:39.546Z Compiling tower-http v0.6.8
15812026-08-14T17:07:39.645Z Compiling structmeta v0.3.0
15822026-08-14T17:07:39.703Z Compiling darling_macro v0.23.0
15832026-08-14T17:07:39.852Z Compiling serde_urlencoded v0.7.1
15842026-08-14T17:07:39.959Z Compiling scroll v0.12.0
15852026-08-14T17:07:40.099Z Compiling env_logger v0.11.9
15862026-08-14T17:07:40.271Z Compiling rsa v0.9.10
15872026-08-14T17:07:40.356Z Compiling oxnet v0.1.6
15882026-08-14T17:07:40.443Z Compiling derive_builder_macro v0.20.2
15892026-08-14T17:07:40.755Z Compiling newtype-uuid v1.3.2
15902026-08-14T17:07:40.780Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15912026-08-14T17:07:40.972Z Compiling hashbrown v0.13.2
15922026-08-14T17:07:41.016Z Compiling bzip2 v0.4.4
15932026-08-14T17:07:41.137Z Compiling serde-hex v0.1.0
15942026-08-14T17:07:41.230Z Compiling tokio-native-tls v0.3.1
15952026-08-14T17:07:41.413Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15962026-08-14T17:07:41.464Z Compiling camino v1.2.2
15972026-08-14T17:07:42.081Z Compiling heck v0.4.1
15982026-08-14T17:07:42.112Z Compiling bstr v1.12.1
15992026-08-14T17:07:42.310Z Compiling block-padding v0.4.2
16002026-08-14T17:07:42.339Z Compiling crypto-common v0.2.2
16012026-08-14T17:07:42.475Z Compiling block-buffer v0.12.1
16022026-08-14T17:07:42.678Z Compiling rustls-native-certs v0.8.3
16032026-08-14T17:07:42.747Z Compiling x509-cert v0.2.5
16042026-08-14T17:07:42.867Z Compiling serde_tokenstream v0.2.3
16052026-08-14T17:07:42.960Z Compiling erased-serde v0.3.31
16062026-08-14T17:07:43.174Z Compiling md-5 v0.10.6
16072026-08-14T17:07:43.341Z Compiling curve25519-dalek v4.1.3
16082026-08-14T17:07:43.356Z Compiling daft-derive v0.1.7
16092026-08-14T17:07:43.447Z Compiling async-trait v0.1.89
16102026-08-14T17:07:43.676Z Compiling pin-project-internal v1.1.11
16112026-08-14T17:07:44.058Z Compiling zerocopy-derive v0.7.35
16122026-08-14T17:07:44.077Z Compiling vergen-lib v9.1.0
16132026-08-14T17:07:44.254Z Compiling hash32 v0.2.1
16142026-08-14T17:07:44.363Z Compiling memoffset v0.9.1
16152026-08-14T17:07:44.445Z Compiling encoding_rs v0.8.35
16162026-08-14T17:07:44.460Z Compiling ref-cast v1.0.25
16172026-08-14T17:07:44.553Z Compiling rustix v0.38.44
16182026-08-14T17:07:44.759Z Compiling psl-types v2.0.11
16192026-08-14T17:07:44.778Z Compiling crc-any v2.5.0
16202026-08-14T17:07:44.890Z Compiling cfg_aliases v0.2.1
16212026-08-14T17:07:44.905Z Compiling litrs v1.0.0
16222026-08-14T17:07:44.918Z Compiling mime v0.3.17
16232026-08-14T17:07:44.963Z Compiling fallible-iterator v0.2.0
16242026-08-14T17:07:45.012Z Compiling smoltcp v0.9.1
16252026-08-14T17:07:45.172Z Compiling nix v0.31.2
16262026-08-14T17:07:45.197Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16272026-08-14T17:07:45.276Z Compiling postgres-protocol v0.6.10
16282026-08-14T17:07:45.331Z Compiling zerocopy v0.7.35
16292026-08-14T17:07:45.390Z Compiling document-features v0.2.12
16302026-08-14T17:07:45.446Z Compiling publicsuffix v2.3.0
16312026-08-14T17:07:45.531Z Compiling pin-project v1.1.11
16322026-08-14T17:07:45.749Z Compiling daft v0.1.7
16332026-08-14T17:07:45.913Z Compiling inout v0.2.2
16342026-08-14T17:07:45.951Z Compiling snafu-derive v0.8.9
16352026-08-14T17:07:45.974Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16362026-08-14T17:07:46.036Z Compiling object v0.30.4
16372026-08-14T17:07:46.109Z Compiling hyper-tls v0.6.0
16382026-08-14T17:07:46.147Z Compiling zip v0.6.6
16392026-08-14T17:07:46.256Z Compiling derive_builder v0.20.2
16402026-08-14T17:07:46.313Z Compiling toml v0.7.8
16412026-08-14T17:07:46.385Z Compiling darling v0.23.0
16422026-08-14T17:07:46.541Z Compiling goblin v0.8.2
16432026-08-14T17:07:47.000Z Compiling derive-ex v0.1.8
16442026-08-14T17:07:47.075Z Compiling phf_shared v0.13.1
16452026-08-14T17:07:47.196Z Compiling regex v1.12.3
16462026-08-14T17:07:47.318Z Compiling hubpack_derive v0.1.1
16472026-08-14T17:07:47.615Z Compiling futures-executor v0.3.32
16482026-08-14T17:07:47.767Z Compiling strum_macros v0.27.2
16492026-08-14T17:07:47.853Z Compiling ref-cast-impl v1.0.25
16502026-08-14T17:07:47.879Z Compiling curve25519-dalek-derive v0.1.1
16512026-08-14T17:07:48.396Z Compiling vergen v9.1.0
16522026-08-14T17:07:48.510Z Compiling cargo-platform v0.3.2
16532026-08-14T17:07:48.579Z Compiling ff v0.13.1
16542026-08-14T17:07:48.630Z Compiling fs-err v3.3.0
16552026-08-14T17:07:48.721Z Compiling libbz2-rs-sys v0.2.2
16562026-08-14T17:07:48.782Z Compiling jiff-core v0.1.0
16572026-08-14T17:07:48.818Z Compiling foldhash v0.2.0
16582026-08-14T17:07:48.862Z Compiling managed v0.8.0
16592026-08-14T17:07:49.041Z Compiling same-file v1.0.6
16602026-08-14T17:07:49.084Z Compiling bumpalo v3.20.2
16612026-08-14T17:07:49.208Z Compiling base16ct v0.2.0
16622026-08-14T17:07:49.335Z Compiling bitflags v1.3.2
16632026-08-14T17:07:49.380Z Compiling foldhash v0.1.5
16642026-08-14T17:07:49.394Z Compiling path-slash v0.1.5
16652026-08-14T17:07:49.413Z Compiling object v0.37.3
16662026-08-14T17:07:49.522Z Compiling jiff v0.2.34
16672026-08-14T17:07:49.550Z Compiling hashbrown v0.15.5
16682026-08-14T17:07:49.691Z Compiling strum v0.27.2
16692026-08-14T17:07:49.723Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16702026-08-14T17:07:49.846Z Compiling sec1 v0.7.3
16712026-08-14T17:07:49.954Z Compiling zopfli v0.8.3
16722026-08-14T17:07:50.107Z Compiling walkdir v2.5.0
16732026-08-14T17:07:50.107Z Compiling bzip2 v0.6.1
16742026-08-14T17:07:50.327Z Compiling hashbrown v0.16.1
16752026-08-14T17:07:50.576Z Compiling dof v0.3.0
16762026-08-14T17:07:50.595Z Compiling group v0.13.0
16772026-08-14T17:07:50.612Z Compiling cargo_metadata v0.23.1
16782026-08-14T17:07:50.779Z Compiling test-strategy v0.4.5
16792026-08-14T17:07:51.230Z Compiling snafu v0.8.9
16802026-08-14T17:07:51.286Z Compiling hubpack v0.1.2
16812026-08-14T17:07:51.508Z Compiling futures v0.3.32
16822026-08-14T17:07:51.591Z Compiling phf v0.13.1
16832026-08-14T17:07:51.606Z Compiling signal-hook-mio v0.2.5
16842026-08-14T17:07:51.757Z Compiling cookie_store v0.22.1
16852026-08-14T17:07:53.011Z Compiling zstd v0.13.3
16862026-08-14T17:07:53.014Z Compiling serde_with_macros v3.21.0
16872026-08-14T17:07:53.014Z Compiling reqwest v0.12.28
16882026-08-14T17:07:53.014Z Compiling cipher v0.5.2
16892026-08-14T17:07:53.014Z Compiling postgres-types v0.2.12
16902026-08-14T17:07:53.073Z Compiling usdt-attr-macro v0.6.0
16912026-08-14T17:07:53.112Z Compiling usdt-macro v0.6.0
16922026-08-14T17:07:53.230Z Compiling globset v0.4.18
16932026-08-14T17:07:53.717Z Compiling phf_shared v0.11.3
16942026-08-14T17:07:53.872Z Compiling hkdf v0.12.4
16952026-08-14T17:07:53.875Z Compiling dtrace-parser v0.2.0
16962026-08-14T17:07:53.904Z Compiling ed25519 v2.2.3
16972026-08-14T17:07:53.908Z Compiling byte-wrapper v0.1.0
16982026-08-14T17:07:53.986Z Compiling olpc-cjson v0.1.4
16992026-08-14T17:07:54.041Z Compiling serde_plain v1.0.2
17002026-08-14T17:07:54.521Z Compiling serde-big-array v0.5.1
17012026-08-14T17:07:54.524Z Compiling crypto-bigint v0.5.5
17022026-08-14T17:07:54.524Z Compiling serde_repr v0.1.20
17032026-08-14T17:07:54.524Z Compiling strum_macros v0.26.4
17042026-08-14T17:07:54.524Z Compiling async-recursion v1.1.1
17052026-08-14T17:07:54.608Z Compiling enum-as-inner v0.6.1
17062026-08-14T17:07:54.783Z Compiling pem v3.0.6
17072026-08-14T17:07:54.797Z Compiling float-cmp v0.10.0
17082026-08-14T17:07:54.945Z Compiling thread-id v4.2.2
17092026-08-14T17:07:54.959Z Compiling memmap2 v0.9.10
17102026-08-14T17:07:55.036Z Compiling difflib v0.4.0
17112026-08-14T17:07:55.108Z Compiling cpufeatures v0.3.0
17122026-08-14T17:07:55.108Z Compiling winnow v1.0.3
17132026-08-14T17:07:55.173Z Compiling precomputed-hash v0.1.1
17142026-08-14T17:07:55.202Z Compiling typed-path v0.9.3
17152026-08-14T17:07:55.269Z Compiling predicates-core v1.0.10
17162026-08-14T17:07:55.453Z Compiling either v1.15.0
17172026-08-14T17:07:55.587Z Compiling keccak v0.1.6
17182026-08-14T17:07:55.674Z Compiling new_debug_unreachable v1.0.6
17192026-08-14T17:07:55.743Z Compiling fixedbitset v0.5.7
17202026-08-14T17:07:56.027Z Compiling static_assertions v1.1.0
17212026-08-14T17:07:56.041Z Compiling data-encoding v2.10.0
17222026-08-14T17:07:56.069Z Compiling normalize-line-endings v0.3.0
17232026-08-14T17:07:56.111Z Compiling fixedbitset v0.4.2
17242026-08-14T17:07:56.168Z Compiling whoami v2.1.0
17252026-08-14T17:07:56.192Z Compiling const-oid v0.10.2
17262026-08-14T17:07:56.331Z Compiling hickory-proto v0.25.2
17272026-08-14T17:07:56.353Z Compiling digest v0.11.3
17282026-08-14T17:07:56.399Z Compiling tokio-postgres v0.7.16
17292026-08-14T17:07:56.414Z Compiling petgraph v0.6.5
17302026-08-14T17:07:56.441Z Compiling predicates v3.1.4
17312026-08-14T17:07:56.554Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17322026-08-14T17:07:56.578Z Compiling strum v0.26.3
17332026-08-14T17:07:56.711Z Compiling toml_parser v1.1.2+spec-1.1.0
17342026-08-14T17:07:56.735Z Compiling petgraph v0.8.3
17352026-08-14T17:07:57.077Z Compiling sha3 v0.10.8
17362026-08-14T17:07:57.347Z Compiling string_cache v0.8.9
17372026-08-14T17:07:57.531Z Compiling itertools v0.13.0
17382026-08-14T17:07:57.591Z Compiling toml_edit v0.22.27
17392026-08-14T17:07:57.933Z Compiling elliptic-curve v0.13.8
17402026-08-14T17:07:58.308Z Compiling chacha20 v0.10.0
17412026-08-14T17:07:58.637Z Compiling usdt v0.6.0
17422026-08-14T17:07:58.688Z Compiling usdt-impl v0.5.0
17432026-08-14T17:07:58.695Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17442026-08-14T17:07:58.760Z Compiling ed25519-dalek v2.2.0
17452026-08-14T17:07:58.902Z Compiling crossterm v0.28.1
17462026-08-14T17:07:59.256Z Compiling serde_with v3.21.0
17472026-08-14T17:07:59.306Z Compiling zip v4.6.1
17482026-08-14T17:08:00.169Z Compiling iddqd v0.4.2
17492026-08-14T17:08:00.539Z Compiling similar v2.7.0
17502026-08-14T17:08:00.634Z Compiling crossbeam-epoch v0.9.18
17512026-08-14T17:08:00.905Z Compiling tokio-stream v0.1.18
17522026-08-14T17:08:00.982Z Compiling buf-list v1.1.2
17532026-08-14T17:08:00.996Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17542026-08-14T17:08:01.076Z Compiling openapiv3 v2.2.0
17552026-08-14T17:08:01.258Z Compiling lalrpop-util v0.19.12
17562026-08-14T17:08:01.295Z Compiling peg-runtime v0.8.5
17572026-08-14T17:08:01.386Z Compiling thread_local v1.1.9
17582026-08-14T17:08:01.408Z Compiling slog-async v2.8.0
17592026-08-14T17:08:01.456Z Compiling crossbeam-channel v0.5.15
17602026-08-14T17:08:01.473Z Compiling filetime v0.2.27
17612026-08-14T17:08:01.597Z Compiling is-terminal v0.4.17
17622026-08-14T17:08:01.661Z Compiling term v1.2.1
17632026-08-14T17:08:01.679Z Compiling xattr v1.6.1
17642026-08-14T17:08:01.689Z Compiling take_mut v0.2.2
17652026-08-14T17:08:01.723Z Compiling camino-tempfile v1.4.1
17662026-08-14T17:08:01.796Z Compiling tar v0.4.46
17672026-08-14T17:08:01.915Z Compiling slog-term v2.9.2
17682026-08-14T17:08:08.187Z Compiling rustls-webpki v0.103.13
17692026-08-14T17:08:10.853Z Compiling tokio-rustls v0.26.4
17702026-08-14T17:08:10.853Z Compiling rustls-platform-verifier v0.6.2
17712026-08-14T17:08:10.858Z Compiling tough v0.22.0
17722026-08-14T17:08:11.076Z Compiling hyper-rustls v0.27.7
17732026-08-14T17:08:11.277Z Compiling reqwest v0.13.2
17742026-08-14T17:08:13.480Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17752026-08-14T17:08:13.695Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17762026-08-14T17:08:16.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17772026-08-14T17:08:16.800Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17782026-08-14T17:08:16.854ZAug 14 17:08:15.542 INFO Starting download, target: Cockroach
17792026-08-14T17:08:16.854ZAug 14 17:08:15.543 INFO Starting download, target: Clickhouse
17802026-08-14T17:08:16.854ZAug 14 17:08:15.543 INFO Starting download, target: Console
17812026-08-14T17:08:16.854ZAug 14 17:08:15.543 INFO Starting download, target: DendriteStub
17822026-08-14T17:08:16.854ZAug 14 17:08:15.543 INFO Starting download, target: MaghemiteMgd
17832026-08-14T17:08:16.854ZAug 14 17:08:15.543 INFO Starting download, target: TransceiverControl
17842026-08-14T17:08:16.858ZAug 14 17:08:15.543 INFO Starting download, target: MaghemiteDdmd
17852026-08-14T17:08:16.858ZAug 14 17:08:15.543 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17862026-08-14T17:08:16.858ZAug 14 17:08:15.543 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17872026-08-14T17:08:16.858ZAug 14 17:08:15.543 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17882026-08-14T17:08:16.858ZAug 14 17:08:15.543 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17892026-08-14T17:08:16.858ZAug 14 17:08:15.543 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17902026-08-14T17:08:16.858ZAug 14 17:08:15.543 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17912026-08-14T17:08:16.858ZAug 14 17:08:15.543 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17922026-08-14T17:08:18.868ZAug 14 17:08:17.541 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17932026-08-14T17:08:18.915ZAug 14 17:08:17.579 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17942026-08-14T17:08:18.941ZAug 14 17:08:17.625 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17952026-08-14T17:08:19.060ZAug 14 17:08:17.747 INFO Download complete, target: TransceiverControl
17962026-08-14T17:08:19.184ZAug 14 17:08:17.868 INFO Download complete, target: Console
17972026-08-14T17:08:20.330ZAug 14 17:08:18.982 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17982026-08-14T17:08:20.383ZAug 14 17:08:19.010 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17992026-08-14T17:08:20.678ZAug 14 17:08:19.367 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18002026-08-14T17:08:21.417ZAug 14 17:08:20.106 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18012026-08-14T17:08:21.417ZAug 14 17:08:20.106 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18022026-08-14T17:08:22.249ZAug 14 17:08:20.938 INFO Download complete, target: MaghemiteDdmd
18032026-08-14T17:08:22.719ZAug 14 17:08:21.407 INFO Download complete, target: DendriteStub
18042026-08-14T17:08:23.091ZAug 14 17:08:21.779 INFO Download complete, target: MaghemiteMgd
18052026-08-14T17:08:25.442ZAug 14 17:08:24.131 INFO Checking that binary works, target: Clickhouse
18062026-08-14T17:08:25.567ZAug 14 17:08:24.254 INFO Download complete, target: Clickhouse
18072026-08-14T17:08:25.995ZAug 14 17:08:24.667 INFO Checking that binary works, target: Cockroach
18082026-08-14T17:08:26.091ZAug 14 17:08:24.778 INFO Download complete, target: Cockroach
18092026-08-14T17:08:26.104ZAll builder prerequisites installed successfully, and PATH looks valid
18102026-08-14T17:08:26.113Z
18112026-08-14T17:08:26.113Zreal 2:08.577118441
18122026-08-14T17:08:26.113Zuser 7:07.252923763
18132026-08-14T17:08:26.113Zsys 1:25.974165902
18142026-08-14T17:08:26.113Ztrap 0.245198104
18152026-08-14T17:08:26.113Ztflt 0.545296033
18162026-08-14T17:08:26.113Zdflt 0.849234066
18172026-08-14T17:08:26.113Zkflt 0.023834470
18182026-08-14T17:08:26.113Zlock 27:04.746674027
18192026-08-14T17:08:26.113Zslp 21:37.377326328
18202026-08-14T17:08:26.113Zlat 44.698923739
18212026-08-14T17:08:26.113Zstop 2:34.973087328
18222026-08-14T17:08:26.113Z+ banner hack-check
18232026-08-14T17:08:26.114Z
18242026-08-14T17:08:26.114Z # # ## #### # # #### # # ###### #### # #
18252026-08-14T17:08:26.114Z # # # # # # # # # # # # # # # # #
18262026-08-14T17:08:26.114Z ###### # # # #### ##### # ###### ##### # ####
18272026-08-14T17:08:26.114Z # # ###### # # # # # # # # # #
18282026-08-14T17:08:26.114Z # # # # # # # # # # # # # # # # #
18292026-08-14T17:08:26.114Z # # # # #### # # #### # # ###### #### # #
18302026-08-14T17:08:26.114Z
18312026-08-14T17:08:26.114Z+ export CARGO_INCREMENTAL=0
18322026-08-14T17:08:26.114Z+ CARGO_INCREMENTAL=0
18332026-08-14T17:08:26.114Z+ ptime -m timeout 2h cargo xtask check-features --ci
18342026-08-14T17:08:26.601Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18352026-08-14T17:08:26.891Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18362026-08-14T17:08:28.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
18372026-08-14T17:08:28.761Z Running `target/debug/xtask check-features --ci`
18382026-08-14T17:08:28.787Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18392026-08-14T17:08:28.791Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18402026-08-14T17:08:29.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18412026-08-14T17:08:29.236Z Running `target/debug/xtask download cargo-hack`
18422026-08-14T17:08:30.024Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18432026-08-14T17:08:30.330Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18442026-08-14T17:08:32.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s
18452026-08-14T17:08:33.087Z Running `target/debug/xtask-downloader cargo-hack`
18462026-08-14T17:08:33.124ZAug 14 17:08:31.813 INFO Starting download, target: CargoHack
18472026-08-14T17:08:33.128ZAug 14 17:08:31.813 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18482026-08-14T17:08:33.534ZAug 14 17:08:32.223 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18492026-08-14T17:08:33.582ZAug 14 17:08:32.270 INFO Download complete, target: CargoHack
18502026-08-14T17:08:33.592Zrunning: "/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"
18512026-08-14T17:08:33.597Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18522026-08-14T17:08:33.757Zinfo: running `cargo check --bins` on api_identity (1/335)
18532026-08-14T17:08:34.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-08-14T17:08:34.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-08-14T17:08:34.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-08-14T17:08:34.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18572026-08-14T17:08:34.295Z
18582026-08-14T17:08:34.295Zinfo: running `cargo check --bins` on bootstore (2/335)
18592026-08-14T17:08:34.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-08-14T17:08:34.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-08-14T17:08:34.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-08-14T17:08:34.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18632026-08-14T17:08:34.840Z
18642026-08-14T17:08:34.840Zinfo: running `cargo check --bins` on omicron-ledger (3/335)
18652026-08-14T17:08:35.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-08-14T17:08:35.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-08-14T17:08:35.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-08-14T17:08:35.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18692026-08-14T17:08:35.384Z
18702026-08-14T17:08:35.384Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/335)
18712026-08-14T17:08:35.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-08-14T17:08:35.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-08-14T17:08:35.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-08-14T17:08:35.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18752026-08-14T17:08:35.930Z
18762026-08-14T17:08:35.930Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/335)
18772026-08-14T17:08:36.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-08-14T17:08:36.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-08-14T17:08:36.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-08-14T17:08:36.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18812026-08-14T17:08:36.479Z
18822026-08-14T17:08:36.479Zinfo: running `cargo check --bins` on omicron-certificates (6/335)
18832026-08-14T17:08:36.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-08-14T17:08:36.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-08-14T17:08:36.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-08-14T17:08:36.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18872026-08-14T17:08:37.109Z
18882026-08-14T17:08:37.109Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/335)
18892026-08-14T17:08:37.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-08-14T17:08:37.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-08-14T17:08:37.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-08-14T17:08:37.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18932026-08-14T17:08:37.587Z
18942026-08-14T17:08:37.587Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/335)
18952026-08-14T17:08:38.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-08-14T17:08:38.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-08-14T17:08:38.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-08-14T17:08:38.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18992026-08-14T17:08:38.144Z
19002026-08-14T17:08:38.144Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/335)
19012026-08-14T17:08:38.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-08-14T17:08:38.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-08-14T17:08:38.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-08-14T17:08:38.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19052026-08-14T17:08:38.565Z
19062026-08-14T17:08:38.565Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/335)
19072026-08-14T17:08:38.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-08-14T17:08:38.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-08-14T17:08:38.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-08-14T17:08:38.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19112026-08-14T17:08:38.981Z
19122026-08-14T17:08:38.981Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/335)
19132026-08-14T17:08:39.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-08-14T17:08:39.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-08-14T17:08:39.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-08-14T17:08:39.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19172026-08-14T17:08:39.398Z
19182026-08-14T17:08:39.398Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/335)
19192026-08-14T17:08:39.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-08-14T17:08:39.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-08-14T17:08:39.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-08-14T17:08:39.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19232026-08-14T17:08:39.816Z
19242026-08-14T17:08:39.817Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/335)
19252026-08-14T17:08:40.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-08-14T17:08:40.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-08-14T17:08:40.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-08-14T17:08:40.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19292026-08-14T17:08:40.232Z
19302026-08-14T17:08:40.232Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/335)
19312026-08-14T17:08:40.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-08-14T17:08:40.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-08-14T17:08:40.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-08-14T17:08:40.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19352026-08-14T17:08:40.646Z
19362026-08-14T17:08:40.646Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/335)
19372026-08-14T17:08:41.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-08-14T17:08:41.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-08-14T17:08:41.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-08-14T17:08:41.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19412026-08-14T17:08:41.058Z
19422026-08-14T17:08:41.058Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/335)
19432026-08-14T17:08:41.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-08-14T17:08:41.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-08-14T17:08:41.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-08-14T17:08:41.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19472026-08-14T17:08:41.470Z
19482026-08-14T17:08:41.470Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/335)
19492026-08-14T17:08:41.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-08-14T17:08:41.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-08-14T17:08:41.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-08-14T17:08:41.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19532026-08-14T17:08:41.883Z
19542026-08-14T17:08:41.883Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/335)
19552026-08-14T17:08:42.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-08-14T17:08:42.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-08-14T17:08:42.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-08-14T17:08:42.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19592026-08-14T17:08:42.299Z
19602026-08-14T17:08:42.299Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/335)
19612026-08-14T17:08:42.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-08-14T17:08:42.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-08-14T17:08:42.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-08-14T17:08:42.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19652026-08-14T17:08:42.752Z
19662026-08-14T17:08:42.752Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/335)
19672026-08-14T17:08:43.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-08-14T17:08:43.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-08-14T17:08:43.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-08-14T17:08:43.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19712026-08-14T17:08:43.132Z
19722026-08-14T17:08:43.132Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/335)
19732026-08-14T17:08:43.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-08-14T17:08:43.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-08-14T17:08:43.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-08-14T17:08:43.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19772026-08-14T17:08:43.547Z
19782026-08-14T17:08:43.547Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/335)
19792026-08-14T17:08:43.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-08-14T17:08:43.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-08-14T17:08:43.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-08-14T17:08:43.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19832026-08-14T17:08:43.963Z
19842026-08-14T17:08:43.963Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/335)
19852026-08-14T17:08:44.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-08-14T17:08:44.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-08-14T17:08:44.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-08-14T17:08:44.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19892026-08-14T17:08:44.379Z
19902026-08-14T17:08:44.379Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/335)
19912026-08-14T17:08:44.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-08-14T17:08:44.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-08-14T17:08:44.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-08-14T17:08:44.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19952026-08-14T17:08:44.794Z
19962026-08-14T17:08:44.794Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/335)
19972026-08-14T17:08:45.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-08-14T17:08:45.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-08-14T17:08:45.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-08-14T17:08:45.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20012026-08-14T17:08:45.209Z
20022026-08-14T17:08:45.209Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/335)
20032026-08-14T17:08:45.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-08-14T17:08:45.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-08-14T17:08:45.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-08-14T17:08:45.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20072026-08-14T17:08:45.625Z
20082026-08-14T17:08:45.625Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/335)
20092026-08-14T17:08:45.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-08-14T17:08:45.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-08-14T17:08:45.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-08-14T17:08:45.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20132026-08-14T17:08:46.042Z
20142026-08-14T17:08:46.042Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/335)
20152026-08-14T17:08:46.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-08-14T17:08:46.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-08-14T17:08:46.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-08-14T17:08:46.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20192026-08-14T17:08:46.467Z
20202026-08-14T17:08:46.467Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/335)
20212026-08-14T17:08:46.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-08-14T17:08:46.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-08-14T17:08:46.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-08-14T17:08:46.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20252026-08-14T17:08:46.877Z
20262026-08-14T17:08:46.877Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/335)
20272026-08-14T17:08:47.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-08-14T17:08:47.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-08-14T17:08:47.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-08-14T17:08:47.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20312026-08-14T17:08:47.289Z
20322026-08-14T17:08:47.289Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/335)
20332026-08-14T17:08:47.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-08-14T17:08:47.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-08-14T17:08:47.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-08-14T17:08:47.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20372026-08-14T17:08:47.703Z
20382026-08-14T17:08:47.703Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/335)
20392026-08-14T17:08:48.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-08-14T17:08:48.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-08-14T17:08:48.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-08-14T17:08:48.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20432026-08-14T17:08:48.121Z
20442026-08-14T17:08:48.121Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/335)
20452026-08-14T17:08:48.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-08-14T17:08:48.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-08-14T17:08:48.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-08-14T17:08:48.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20492026-08-14T17:08:48.537Z
20502026-08-14T17:08:48.537Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/335)
20512026-08-14T17:08:48.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-08-14T17:08:48.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-08-14T17:08:48.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-08-14T17:08:48.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20552026-08-14T17:08:48.954Z
20562026-08-14T17:08:48.954Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/335)
20572026-08-14T17:08:49.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-08-14T17:08:49.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-08-14T17:08:49.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-08-14T17:08:49.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20612026-08-14T17:08:49.372Z
20622026-08-14T17:08:49.372Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/335)
20632026-08-14T17:08:49.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-08-14T17:08:49.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-08-14T17:08:49.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-08-14T17:08:49.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20672026-08-14T17:08:49.782Z
20682026-08-14T17:08:49.783Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/335)
20692026-08-14T17:08:50.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-08-14T17:08:50.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-08-14T17:08:50.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-08-14T17:08:50.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20732026-08-14T17:08:50.197Z
20742026-08-14T17:08:50.197Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/335)
20752026-08-14T17:08:50.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-08-14T17:08:50.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-08-14T17:08:50.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-08-14T17:08:50.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20792026-08-14T17:08:50.614Z
20802026-08-14T17:08:50.614Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/335)
20812026-08-14T17:08:50.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-08-14T17:08:50.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-08-14T17:08:50.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-08-14T17:08:50.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20852026-08-14T17:08:51.032Z
20862026-08-14T17:08:51.032Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/335)
20872026-08-14T17:08:51.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-08-14T17:08:51.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-08-14T17:08:51.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-08-14T17:08:51.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20912026-08-14T17:08:51.449Z
20922026-08-14T17:08:51.449Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/335)
20932026-08-14T17:08:51.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-08-14T17:08:51.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-08-14T17:08:51.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-08-14T17:08:51.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20972026-08-14T17:08:51.865Z
20982026-08-14T17:08:51.865Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/335)
20992026-08-14T17:08:52.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-08-14T17:08:52.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-08-14T17:08:52.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-08-14T17:08:52.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21032026-08-14T17:08:52.281Z
21042026-08-14T17:08:52.281Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/335)
21052026-08-14T17:08:52.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-08-14T17:08:52.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-08-14T17:08:52.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-08-14T17:08:52.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21092026-08-14T17:08:52.698Z
21102026-08-14T17:08:52.698Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/335)
21112026-08-14T17:08:53.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-08-14T17:08:53.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-08-14T17:08:53.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-08-14T17:08:53.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21152026-08-14T17:08:53.115Z
21162026-08-14T17:08:53.115Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/335)
21172026-08-14T17:08:53.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-08-14T17:08:53.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-08-14T17:08:53.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-08-14T17:08:53.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21212026-08-14T17:08:53.527Z
21222026-08-14T17:08:53.527Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/335)
21232026-08-14T17:08:53.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-08-14T17:08:53.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-08-14T17:08:53.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-08-14T17:08:53.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21272026-08-14T17:08:53.935Z
21282026-08-14T17:08:53.935Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/335)
21292026-08-14T17:08:54.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-08-14T17:08:54.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-08-14T17:08:54.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-08-14T17:08:54.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21332026-08-14T17:08:54.344Z
21342026-08-14T17:08:54.344Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/335)
21352026-08-14T17:08:54.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-08-14T17:08:54.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-08-14T17:08:54.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-08-14T17:08:54.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21392026-08-14T17:08:54.755Z
21402026-08-14T17:08:54.756Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/335)
21412026-08-14T17:08:55.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-08-14T17:08:55.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-08-14T17:08:55.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-08-14T17:08:55.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21452026-08-14T17:08:55.346Z
21462026-08-14T17:08:55.346Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/335)
21472026-08-14T17:08:55.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-08-14T17:08:55.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-08-14T17:08:55.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-08-14T17:08:55.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21512026-08-14T17:08:55.932Z
21522026-08-14T17:08:55.932Zinfo: running `cargo check --bins` on nexus-config (51/335)
21532026-08-14T17:08:56.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-08-14T17:08:56.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-08-14T17:08:56.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-08-14T17:08:56.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21572026-08-14T17:08:56.517Z
21582026-08-14T17:08:56.517Zinfo: running `cargo check --bins` on nexus-types (52/335)
21592026-08-14T17:08:57.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-08-14T17:08:57.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-08-14T17:08:57.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-08-14T17:08:57.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21632026-08-14T17:08:57.103Z
21642026-08-14T17:08:57.103Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/335)
21652026-08-14T17:08:57.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-08-14T17:08:57.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-08-14T17:08:57.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-08-14T17:08:57.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21692026-08-14T17:08:57.660Z
21702026-08-14T17:08:57.660Zinfo: running `cargo check --bins` on omicron-passwords (54/335)
21712026-08-14T17:08:58.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-08-14T17:08:58.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-08-14T17:08:58.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-08-14T17:08:58.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21752026-08-14T17:08:58.200Z
21762026-08-14T17:08:58.200Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/335)
21772026-08-14T17:08:58.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-08-14T17:08:58.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-08-14T17:08:58.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-08-14T17:08:58.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21812026-08-14T17:08:58.757Z
21822026-08-14T17:08:58.757Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/335)
21832026-08-14T17:08:59.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-08-14T17:08:59.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-08-14T17:08:59.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-08-14T17:08:59.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21872026-08-14T17:08:59.315Z
21882026-08-14T17:08:59.315Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/335)
21892026-08-14T17:08:59.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-08-14T17:08:59.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-08-14T17:08:59.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-08-14T17:08:59.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21932026-08-14T17:08:59.874Z
21942026-08-14T17:08:59.874Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/335)
21952026-08-14T17:09:00.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-08-14T17:09:00.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-08-14T17:09:00.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-08-14T17:09:00.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21992026-08-14T17:09:00.435Z
22002026-08-14T17:09:00.435Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/335)
22012026-08-14T17:09:00.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-08-14T17:09:00.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-08-14T17:09:00.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-08-14T17:09:00.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22052026-08-14T17:09:00.979Z
22062026-08-14T17:09:00.979Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/335)
22072026-08-14T17:09:01.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-08-14T17:09:01.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-08-14T17:09:01.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-08-14T17:09:01.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22112026-08-14T17:09:01.523Z
22122026-08-14T17:09:01.523Zinfo: running `cargo check --bins --no-default-features` on gfss (61/335)
22132026-08-14T17:09:02.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-08-14T17:09:02.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-08-14T17:09:02.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-08-14T17:09:02.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22172026-08-14T17:09:02.064Z
22182026-08-14T17:09:02.064Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/335)
22192026-08-14T17:09:02.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-08-14T17:09:02.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-08-14T17:09:02.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-08-14T17:09:02.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22232026-08-14T17:09:02.605Z
22242026-08-14T17:09:02.605Zinfo: running `cargo check --bins` on wicketd-commission-types (63/335)
22252026-08-14T17:09:03.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-08-14T17:09:03.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-08-14T17:09:03.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-08-14T17:09:03.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22292026-08-14T17:09:03.159Z
22302026-08-14T17:09:03.159Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (64/335)
22312026-08-14T17:09:03.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-08-14T17:09:03.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-08-14T17:09:03.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-08-14T17:09:03.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22352026-08-14T17:09:03.716Z
22362026-08-14T17:09:03.716Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (65/335)
22372026-08-14T17:09:04.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-08-14T17:09:04.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-08-14T17:09:04.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-08-14T17:09:04.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22412026-08-14T17:09:04.262Z
22422026-08-14T17:09:04.262Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/335)
22432026-08-14T17:09:04.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-08-14T17:09:04.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-08-14T17:09:04.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-08-14T17:09:04.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22472026-08-14T17:09:04.811Z
22482026-08-14T17:09:04.811Zinfo: running `cargo check --bins` on clickhouse-admin-types (67/335)
22492026-08-14T17:09:05.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-08-14T17:09:05.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-08-14T17:09:05.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-08-14T17:09:05.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22532026-08-14T17:09:05.367Z
22542026-08-14T17:09:05.367Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (68/335)
22552026-08-14T17:09:05.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-08-14T17:09:05.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-08-14T17:09:05.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-08-14T17:09:05.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22592026-08-14T17:09:05.926Z
22602026-08-14T17:09:05.926Zinfo: running `cargo check --bins` on cockroach-admin-types (69/335)
22612026-08-14T17:09:06.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-08-14T17:09:06.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-08-14T17:09:06.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642026-08-14T17:09:06.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22652026-08-14T17:09:06.475Z
22662026-08-14T17:09:06.475Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (70/335)
22672026-08-14T17:09:06.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682026-08-14T17:09:06.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692026-08-14T17:09:06.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702026-08-14T17:09:06.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22712026-08-14T17:09:07.017Z
22722026-08-14T17:09:07.017Zinfo: running `cargo check --bins` on ereport-types (71/335)
22732026-08-14T17:09:07.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742026-08-14T17:09:07.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752026-08-14T17:09:07.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22762026-08-14T17:09:07.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22772026-08-14T17:09:07.569Z
22782026-08-14T17:09:07.569Zinfo: running `cargo check --bins` on gateway-client (72/335)
22792026-08-14T17:09:08.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22802026-08-14T17:09:08.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22812026-08-14T17:09:08.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22822026-08-14T17:09:08.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22832026-08-14T17:09:08.125Z
22842026-08-14T17:09:08.125Zinfo: running `cargo check --bins --no-default-features` on gateway-types (73/335)
22852026-08-14T17:09:08.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22862026-08-14T17:09:08.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22872026-08-14T17:09:08.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22882026-08-14T17:09:08.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22892026-08-14T17:09:08.684Z
22902026-08-14T17:09:08.684Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/335)
22912026-08-14T17:09:09.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22922026-08-14T17:09:09.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22932026-08-14T17:09:09.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22942026-08-14T17:09:09.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22952026-08-14T17:09:09.235Z
22962026-08-14T17:09:09.235Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (75/335)
22972026-08-14T17:09:09.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22982026-08-14T17:09:09.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22992026-08-14T17:09:09.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23002026-08-14T17:09:09.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23012026-08-14T17:09:09.809Z
23022026-08-14T17:09:09.809Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/335)
23032026-08-14T17:09:10.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23042026-08-14T17:09:10.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23052026-08-14T17:09:10.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23062026-08-14T17:09:10.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23072026-08-14T17:09:10.386Z
23082026-08-14T17:09:10.386Zinfo: running `cargo check --bins` on key-manager-types (77/335)
23092026-08-14T17:09:10.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23102026-08-14T17:09:10.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23112026-08-14T17:09:10.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23122026-08-14T17:09:10.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23132026-08-14T17:09:10.932Z
23142026-08-14T17:09:10.932Zinfo: running `cargo check --bins` on oxlog (78/335)
23152026-08-14T17:09:11.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23162026-08-14T17:09:11.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23172026-08-14T17:09:11.518Z Checking cfg-if v1.0.4
23182026-08-14T17:09:11.521Z Checking libc v0.2.185
23192026-08-14T17:09:11.522Z Checking serde_core v1.0.228
23202026-08-14T17:09:11.636Z Checking memchr v2.8.0
23212026-08-14T17:09:11.644Z Checking zeroize v1.9.0
23222026-08-14T17:09:11.695Z Checking log v0.4.29
23232026-08-14T17:09:11.695Z Checking smallvec v1.15.1
23242026-08-14T17:09:11.695Z Checking subtle v2.6.1
23252026-08-14T17:09:11.695Z Checking itoa v1.0.17
23262026-08-14T17:09:11.791Z Checking scopeguard v1.2.0
23272026-08-14T17:09:11.812Z Checking stable_deref_trait v1.2.1
23282026-08-14T17:09:11.815Z Checking typenum v1.20.1
23292026-08-14T17:09:11.835Z Checking zerofrom v0.1.6
23302026-08-14T17:09:11.847Z Checking zerocopy v0.8.40
23312026-08-14T17:09:11.882Z Checking portable-atomic v1.13.1
23322026-08-14T17:09:11.894Z Checking lock_api v0.4.14
23332026-08-14T17:09:11.946Z Checking yoke v0.8.1
23342026-08-14T17:09:12.003Z Checking critical-section v1.2.0
23352026-08-14T17:09:12.018Z Checking errno v0.3.14
23362026-08-14T17:09:12.087Z Checking getrandom v0.2.17
23372026-08-14T17:09:12.100Z Checking pin-project-lite v0.2.17
23382026-08-14T17:09:12.111Z Checking zerovec v0.11.5
23392026-08-14T17:09:12.128Z Checking const-oid v0.9.6
23402026-08-14T17:09:12.186Z Checking libm v0.2.16
23412026-08-14T17:09:12.230Z Checking rand_core v0.6.4
23422026-08-14T17:09:12.275Z Checking once_cell v1.21.3
23432026-08-14T17:09:12.402Z Checking zmij v1.0.21
23442026-08-14T17:09:12.446Z Checking signal-hook-registry v1.4.8
23452026-08-14T17:09:12.533Z Checking tinystr v0.8.2
23462026-08-14T17:09:12.557Z Checking generic-array v0.14.7
23472026-08-14T17:09:12.598Z Checking parking_lot_core v0.9.12
23482026-08-14T17:09:12.610Z Checking rand_core v0.10.0
23492026-08-14T17:09:12.706Z Checking litemap v0.8.1
23502026-08-14T17:09:12.750Z Checking percent-encoding v2.3.2
23512026-08-14T17:09:12.782Z Checking futures-core v0.3.32
23522026-08-14T17:09:12.795Z Checking writeable v0.6.2
23532026-08-14T17:09:12.859Z Checking num-traits v0.2.19
23542026-08-14T17:09:12.874Z Checking parking_lot v0.12.5
23552026-08-14T17:09:12.880Z Checking getrandom v0.4.1
23562026-08-14T17:09:12.925Z Checking potential_utf v0.1.4
23572026-08-14T17:09:12.943Z Checking icu_locale_core v2.1.1
23582026-08-14T17:09:12.998Z Checking zerotrie v0.2.3
23592026-08-14T17:09:13.040Z Checking mio v1.2.0
23602026-08-14T17:09:13.053Z Checking equivalent v1.0.2
23612026-08-14T17:09:13.089Z Checking serde v1.0.228
23622026-08-14T17:09:13.089Z Checking bitflags v2.11.0
23632026-08-14T17:09:13.125Z Checking serde_json v1.0.151
23642026-08-14T17:09:13.231Z Checking icu_collections v2.1.1
23652026-08-14T17:09:13.261Z Checking socket2 v0.6.3
23662026-08-14T17:09:13.311Z Checking icu_properties_data v2.1.2
23672026-08-14T17:09:13.404Z Checking icu_normalizer_data v2.1.1
23682026-08-14T17:09:13.433Z Checking byteorder v1.5.0
23692026-08-14T17:09:13.472Z Checking block-buffer v0.10.4
23702026-08-14T17:09:13.485Z Checking bytes v1.11.1
23712026-08-14T17:09:13.485Z Checking icu_provider v2.1.1
23722026-08-14T17:09:13.507Z Checking crypto-common v0.1.7
23732026-08-14T17:09:13.522Z Checking hashbrown v0.17.0
23742026-08-14T17:09:13.605Z Checking futures-sink v0.3.32
23752026-08-14T17:09:13.624Z Checking digest v0.10.7
23762026-08-14T17:09:13.628Z Checking getrandom v0.3.4
23772026-08-14T17:09:13.698Z Checking futures-channel v0.3.32
23782026-08-14T17:09:13.716Z Checking icu_normalizer v2.1.1
23792026-08-14T17:09:13.772Z Checking icu_properties v2.1.2
23802026-08-14T17:09:13.785Z Checking futures-task v0.3.32
23812026-08-14T17:09:13.811Z Checking slab v0.4.12
23822026-08-14T17:09:13.884Z Checking futures-io v0.3.32
23832026-08-14T17:09:13.912Z Checking utf8_iter v1.0.4
23842026-08-14T17:09:13.915Z Checking tokio v1.52.1
23852026-08-14T17:09:13.964Z Checking form_urlencoded v1.2.2
23862026-08-14T17:09:13.976Z Checking indexmap v2.14.0
23872026-08-14T17:09:13.992Z Checking futures-util v0.3.32
23882026-08-14T17:09:14.016Z Checking rustix v1.1.3
23892026-08-14T17:09:14.031Z Checking fnv v1.0.7
23902026-08-14T17:09:14.086Z Checking base64ct v1.8.3
23912026-08-14T17:09:14.120Z Checking iana-time-zone v0.1.65
23922026-08-14T17:09:14.223Z Checking flagset v0.4.7
23932026-08-14T17:09:14.313Z Checking pem-rfc7468 v0.7.0
23942026-08-14T17:09:14.342Z Checking chrono v0.4.45
23952026-08-14T17:09:14.470Z Checking der v0.7.10
23962026-08-14T17:09:14.517Z Checking rand_core v0.9.5
23972026-08-14T17:09:14.573Z Checking ppv-lite86 v0.2.21
23982026-08-14T17:09:14.586Z Checking idna_adapter v1.2.1
23992026-08-14T17:09:14.689Z Checking uuid v1.23.4
24002026-08-14T17:09:14.701Z Checking idna v1.1.0
24012026-08-14T17:09:14.839Z Checking base64 v0.22.1
24022026-08-14T17:09:14.857Z Checking regex-syntax v0.8.10
24032026-08-14T17:09:14.934Z Checking url v2.5.8
24042026-08-14T17:09:15.002Z Checking http v1.4.2
24052026-08-14T17:09:15.076Z Checking utf8parse v0.2.2
24062026-08-14T17:09:15.170Z Checking rand_chacha v0.9.0
24072026-08-14T17:09:15.183Z Checking tracing-core v0.1.36
24082026-08-14T17:09:15.194Z Checking spki v0.7.3
24092026-08-14T17:09:15.352Z Checking anstyle v1.0.14
24102026-08-14T17:09:15.364Z Checking cpufeatures v0.2.17
24112026-08-14T17:09:15.374Z Checking dyn-clone v1.0.20
24122026-08-14T17:09:15.428Z Checking rand v0.9.2
24132026-08-14T17:09:15.471Z Checking pkcs8 v0.10.2
24142026-08-14T17:09:15.487Z Checking tracing v0.1.44
24152026-08-14T17:09:15.531Z Checking semver v1.0.28
24162026-08-14T17:09:15.550Z Checking http-body v1.0.1
24172026-08-14T17:09:15.623Z Checking spin v0.9.8
24182026-08-14T17:09:15.678Z Checking rustls-pki-types v1.14.0
24192026-08-14T17:09:15.690Z Checking colorchoice v1.0.4
24202026-08-14T17:09:15.733Z Checking cmov v0.5.4
24212026-08-14T17:09:15.785Z Checking tinyvec_macros v0.1.1
24222026-08-14T17:09:15.797Z Checking anstyle-query v1.1.5
24232026-08-14T17:09:15.848Z Checking openssl-probe v0.2.1
24242026-08-14T17:09:15.864Z Checking is_terminal_polyfill v1.70.2
24252026-08-14T17:09:15.882Z Checking tinyvec v1.10.0
24262026-08-14T17:09:15.895Z Checking schemars v0.8.22
24272026-08-14T17:09:15.917Z Checking ctutils v0.4.2
24282026-08-14T17:09:15.949Z Checking sha2 v0.10.9
24292026-08-14T17:09:15.962Z Checking aws-lc-sys v0.40.0
24302026-08-14T17:09:15.965Z Checking thiserror v2.0.18
24312026-08-14T17:09:16.072Z Checking tower-layer v0.3.3
24322026-08-14T17:09:16.120Z Checking try-lock v0.2.5
24332026-08-14T17:09:16.138Z Checking atomic-waker v1.1.2
24342026-08-14T17:09:16.182Z Checking tower-service v0.3.3
24352026-08-14T17:09:16.213Z Checking untrusted v0.7.1
24362026-08-14T17:09:16.216Z Checking fastrand v2.3.0
24372026-08-14T17:09:16.216Z Checking want v0.3.1
24382026-08-14T17:09:16.247Z Checking hybrid-array v0.4.13
24392026-08-14T17:09:16.268Z Checking anstyle-parse v1.0.0
24402026-08-14T17:09:16.325Z Checking ipnet v2.11.0
24412026-08-14T17:09:16.341Z Checking httparse v1.10.1
24422026-08-14T17:09:16.410Z Checking tempfile v3.25.0
24432026-08-14T17:09:16.413Z Checking crc32fast v1.5.0
24442026-08-14T17:09:16.449Z Checking aws-lc-rs v1.16.3
24452026-08-14T17:09:16.530Z Checking aho-corasick v1.1.4
24462026-08-14T17:09:16.543Z Checking simd-adler32 v0.3.8
24472026-08-14T17:09:16.555Z Checking untrusted v0.9.0
24482026-08-14T17:09:16.575Z Checking plain v0.2.3
24492026-08-14T17:09:16.598Z Checking foreign-types-shared v0.1.1
24502026-08-14T17:09:16.659Z Checking tap v1.0.1
24512026-08-14T17:09:16.675Z Checking httpdate v1.0.3
24522026-08-14T17:09:16.678Z Checking foreign-types v0.3.2
24532026-08-14T17:09:16.704Z Checking anstream v1.0.0
24542026-08-14T17:09:16.750Z Checking unicode-normalization v0.1.25
24552026-08-14T17:09:16.762Z Checking wyz v0.5.1
24562026-08-14T17:09:16.824Z Checking rand_chacha v0.3.1
24572026-08-14T17:09:16.903Z Checking terminal_size v0.4.3
24582026-08-14T17:09:16.934Z Checking radium v0.7.0
24592026-08-14T17:09:17.002Z Checking signature v2.2.0
24602026-08-14T17:09:17.018Z Checking hex v0.4.3
24612026-08-14T17:09:17.033Z Checking openssl-sys v0.9.117
24622026-08-14T17:09:17.111Z Checking num-integer v0.1.46
24632026-08-14T17:09:17.127Z Checking socket2 v0.5.10
24642026-08-14T17:09:17.157Z Checking tokio-util v0.7.18
24652026-08-14T17:09:17.170Z Checking wait-timeout v0.2.1
24662026-08-14T17:09:17.229Z Checking regex-automata v0.4.14
24672026-08-14T17:09:17.240Z Checking quick-error v1.2.3
24682026-08-14T17:09:17.292Z Checking funty v2.0.0
24692026-08-14T17:09:17.307Z Checking rustls-webpki v0.103.13
24702026-08-14T17:09:17.336Z Checking bit-vec v0.8.0
24712026-08-14T17:09:17.348Z Checking clap_lex v1.0.0
24722026-08-14T17:09:17.369Z Checking unicode-ident v1.0.24
24732026-08-14T17:09:17.404Z Checking ucd-trie v0.1.7
24742026-08-14T17:09:17.473Z Checking adler2 v2.0.1
24752026-08-14T17:09:17.487Z Checking strsim v0.11.1
24762026-08-14T17:09:17.522Z Checking bit-set v0.8.0
24772026-08-14T17:09:17.537Z Checking pest v2.8.6
24782026-08-14T17:09:17.577Z Checking miniz_oxide v0.8.9
24792026-08-14T17:09:17.595Z Checking bitvec v1.0.1
24802026-08-14T17:09:17.640Z Checking clap_builder v4.6.0
24812026-08-14T17:09:17.664Z Checking proc-macro2 v1.0.106
24822026-08-14T17:09:17.707Z Checking rustls v0.23.41
24832026-08-14T17:09:17.763Z Checking h2 v0.4.15
24842026-08-14T17:09:17.939Z Checking openssl v0.10.80
24852026-08-14T17:09:17.976Z Checking num-iter v0.1.45
24862026-08-14T17:09:18.084Z Checking rusty-fork v0.3.1
24872026-08-14T17:09:18.251Z Checking rand v0.8.6
24882026-08-14T17:09:18.574Z Checking lazy_static v1.5.0
24892026-08-14T17:09:18.664Z Checking anstyle-parse v0.2.7
24902026-08-14T17:09:18.761Z Checking rand_xorshift v0.4.0
24912026-08-14T17:09:18.814Z Checking thiserror v1.0.69
24922026-08-14T17:09:18.849Z Checking maybe-uninit v2.0.0
24932026-08-14T17:09:18.876Z Checking hmac v0.12.1
24942026-08-14T17:09:18.889Z Checking toml_datetime v0.6.11
24952026-08-14T17:09:18.908Z Checking serde_spanned v0.6.9
24962026-08-14T17:09:18.921Z Checking sync_wrapper v1.0.2
24972026-08-14T17:09:19.004Z Checking zlib-rs v0.6.2
24982026-08-14T17:09:19.016Z Checking nodrop v0.1.14
24992026-08-14T17:09:19.029Z Checking pretty-hex v0.4.1
25002026-08-14T17:09:19.033Z Checking crc-catalog v2.4.0
25012026-08-14T17:09:19.059Z Checking powerfmt v0.2.0
25022026-08-14T17:09:19.097Z Checking unarray v0.1.4
25032026-08-14T17:09:19.121Z Checking siphasher v1.0.2
25042026-08-14T17:09:19.138Z Checking crc v3.4.0
25052026-08-14T17:09:19.197Z Checking proptest v1.11.0
25062026-08-14T17:09:19.209Z Checking deranged v0.5.8
25072026-08-14T17:09:19.272Z Checking array-init v0.0.4
25082026-08-14T17:09:19.300Z Checking tower v0.5.3
25092026-08-14T17:09:19.558Z Checking smallvec v0.6.14
25102026-08-14T17:09:19.686Z Checking packed_struct v0.10.1
25112026-08-14T17:09:19.742Z Checking clap v4.6.1
25122026-08-14T17:09:19.819Z Checking anstream v0.6.21
25132026-08-14T17:09:19.866Z Checking flate2 v1.1.9
25142026-08-14T17:09:19.923Z Checking native-tls v0.2.18
25152026-08-14T17:09:19.934Z Checking num-bigint-dig v0.8.6
25162026-08-14T17:09:20.013Z Checking quote v1.0.45
25172026-08-14T17:09:20.099Z Checking ipnetwork v0.21.1
25182026-08-14T17:09:20.113Z Checking http-body-util v0.1.3
25192026-08-14T17:09:20.156Z Checking pkcs1 v0.7.5
25202026-08-14T17:09:20.180Z Checking crossbeam-utils v0.8.21
25212026-08-14T17:09:20.307Z Checking zerocopy v0.6.6
25222026-08-14T17:09:20.325Z Checking bitfield v0.19.4
25232026-08-14T17:09:20.355Z Checking ahash v0.8.12
25242026-08-14T17:09:20.512Z Checking bzip2-sys v0.1.13+1.0.8
25252026-08-14T17:09:20.531Z Checking hyper v1.10.1
25262026-08-14T17:09:20.543Z Checking scroll v0.13.0
25272026-08-14T17:09:20.586Z Checking env_filter v1.0.0
25282026-08-14T17:09:20.599Z Checking unicode-properties v0.1.4
25292026-08-14T17:09:20.603Z Checking ryu v1.0.23
25302026-08-14T17:09:20.716Z Checking base64 v0.21.7
25312026-08-14T17:09:20.728Z Checking time-core v0.1.8
25322026-08-14T17:09:20.739Z Checking hashbrown v0.12.3
25332026-08-14T17:09:20.743Z Checking iri-string v0.7.10
25342026-08-14T17:09:20.762Z Checking unicode-bidi v0.3.18
25352026-08-14T17:09:20.780Z Checking num-conv v0.2.0
25362026-08-14T17:09:20.861Z Checking winnow v0.5.40
25372026-08-14T17:09:20.895Z Checking num_threads v0.1.7
25382026-08-14T17:09:20.944Z Checking allocator-api2 v0.2.21
25392026-08-14T17:09:20.964Z Checking newtype-uuid v1.3.2
25402026-08-14T17:09:20.976Z Checking time v0.3.47
25412026-08-14T17:09:21.050Z Checking stringprep v0.1.5
25422026-08-14T17:09:21.135Z Checking indexmap v1.9.3
25432026-08-14T17:09:21.164Z Checking ron v0.8.1
25442026-08-14T17:09:21.199Z Checking goblin v0.10.5
25452026-08-14T17:09:21.224Z Checking serde_urlencoded v0.7.1
25462026-08-14T17:09:21.424Z Checking rsa v0.9.10
25472026-08-14T17:09:21.441Z Checking env_logger v0.11.9
25482026-08-14T17:09:21.457Z Checking hyper-util v0.1.20
25492026-08-14T17:09:21.627Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25502026-08-14T17:09:21.672Z Checking bzip2 v0.4.4
25512026-08-14T17:09:21.742Z Checking tower-http v0.6.8
25522026-08-14T17:09:21.849Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25532026-08-14T17:09:21.898Z Checking hashbrown v0.13.2
25542026-08-14T17:09:22.004Z Checking crossbeam-epoch v0.9.18
25552026-08-14T17:09:22.016Z Checking toml_edit v0.19.15
25562026-08-14T17:09:22.033Z Checking oxnet v0.1.6
25572026-08-14T17:09:22.083Z Checking syn v2.0.117
25582026-08-14T17:09:22.230Z Checking tokio-native-tls v0.3.1
25592026-08-14T17:09:22.294Z Checking serde-hex v0.1.0
25602026-08-14T17:09:22.327Z Checking bstr v1.12.1
25612026-08-14T17:09:22.390Z Checking block-buffer v0.12.1
25622026-08-14T17:09:22.553Z Checking block-padding v0.4.2
25632026-08-14T17:09:22.688Z Checking crypto-common v0.2.2
25642026-08-14T17:09:22.774Z Checking rustls-native-certs v0.8.3
25652026-08-14T17:09:22.780Z Checking scroll v0.12.0
25662026-08-14T17:09:22.854Z Checking x509-cert v0.2.5
25672026-08-14T17:09:22.952Z Checking zstd-sys v2.0.16+zstd.1.5.7
25682026-08-14T17:09:23.037Z Checking md-5 v0.10.6
25692026-08-14T17:09:23.062Z Checking hash32 v0.2.1
25702026-08-14T17:09:23.175Z Checking encoding_rs v0.8.35
25712026-08-14T17:09:23.218Z Checking fallible-iterator v0.2.0
25722026-08-14T17:09:23.284Z Checking psl-types v2.0.11
25732026-08-14T17:09:23.401Z Checking crc-any v2.5.0
25742026-08-14T17:09:23.487Z Checking mime v0.3.17
25752026-08-14T17:09:23.499Z Checking postgres-protocol v0.6.10
25762026-08-14T17:09:23.524Z Checking dof v0.4.0
25772026-08-14T17:09:23.578Z Checking publicsuffix v2.3.0
25782026-08-14T17:09:23.660Z Checking heapless v0.7.17
25792026-08-14T17:09:23.729Z Checking zstd-safe v7.2.4
25802026-08-14T17:09:23.755Z Checking toml v0.7.8
25812026-08-14T17:09:23.806Z Checking goblin v0.8.2
25822026-08-14T17:09:23.890Z Checking hyper-tls v0.6.0
25832026-08-14T17:09:24.064Z Checking inout v0.2.2
25842026-08-14T17:09:24.077Z Checking object v0.30.4
25852026-08-14T17:09:24.087Z Checking daft v0.1.7
25862026-08-14T17:09:24.106Z Checking cookie v0.18.1
25872026-08-14T17:09:24.139Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25882026-08-14T17:09:24.211Z Checking zip v0.6.6
25892026-08-14T17:09:24.296Z Checking tokio-rustls v0.26.4
25902026-08-14T17:09:24.321Z Checking phf_shared v0.13.1
25912026-08-14T17:09:24.333Z Checking dtrace-parser v0.3.0
25922026-08-14T17:09:24.338Z Checking zerocopy v0.7.35
25932026-08-14T17:09:24.513Z Checking pin-project v1.1.11
25942026-08-14T17:09:24.525Z Checking signal-hook v0.3.18
25952026-08-14T17:09:24.538Z Checking futures-executor v0.3.32
25962026-08-14T17:09:24.566Z Checking ff v0.13.1
25972026-08-14T17:09:24.602Z Checking thread-id v5.1.0
25982026-08-14T17:09:24.642Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25992026-08-14T17:09:24.675Z Checking either v1.15.0
26002026-08-14T17:09:24.686Z Compiling rayon-core v1.13.0
26012026-08-14T17:09:24.691Z Checking base16ct v0.2.0
26022026-08-14T17:09:24.708Z Checking libbz2-rs-sys v0.2.2
26032026-08-14T17:09:24.817Z Checking managed v0.8.0
26042026-08-14T17:09:24.828Z Checking same-file v1.0.6
26052026-08-14T17:09:24.850Z Checking bumpalo v3.20.2
26062026-08-14T17:09:24.850Z Checking foldhash v0.1.5
26072026-08-14T17:09:24.940Z Checking bitflags v1.3.2
26082026-08-14T17:09:24.989Z Checking path-slash v0.1.5
26092026-08-14T17:09:25.001Z Checking jiff-core v0.1.0
26102026-08-14T17:09:25.012Z Checking foldhash v0.2.0
26112026-08-14T17:09:25.043Z Checking zopfli v0.8.3
26122026-08-14T17:09:25.084Z Checking smoltcp v0.9.1
26132026-08-14T17:09:25.098Z Checking bzip2 v0.6.1
26142026-08-14T17:09:25.159Z Checking hashbrown v0.16.1
26152026-08-14T17:09:25.255Z Checking hashbrown v0.15.5
26162026-08-14T17:09:25.362Z Checking walkdir v2.5.0
26172026-08-14T17:09:25.539Z Checking sec1 v0.7.3
26182026-08-14T17:09:25.589Z Checking signal-hook-mio v0.2.5
26192026-08-14T17:09:25.650Z Checking group v0.13.0
26202026-08-14T17:09:25.653Z Checking usdt-impl v0.6.0
26212026-08-14T17:09:25.673Z Checking jiff v0.2.34
26222026-08-14T17:09:25.684Z Checking dof v0.3.0
26232026-08-14T17:09:25.695Z Checking futures v0.3.32
26242026-08-14T17:09:25.706Z Checking snafu v0.8.9
26252026-08-14T17:09:25.738Z Checking hyper-rustls v0.27.7
26262026-08-14T17:09:25.766Z Checking phf v0.13.1
26272026-08-14T17:09:25.798Z Checking cookie_store v0.22.1
26282026-08-14T17:09:25.910Z Checking cipher v0.5.2
26292026-08-14T17:09:25.921Z Checking reqwest v0.12.28
26302026-08-14T17:09:25.934Z Checking zstd v0.13.3
26312026-08-14T17:09:25.937Z Checking postgres-types v0.2.12
26322026-08-14T17:09:25.961Z Checking rustls-platform-verifier v0.6.2
26332026-08-14T17:09:26.097Z Checking globset v0.4.18
26342026-08-14T17:09:26.129Z Checking crossbeam-deque v0.8.6
26352026-08-14T17:09:26.137Z Checking phf_shared v0.11.3
26362026-08-14T17:09:26.151Z Checking regex v1.12.3
26372026-08-14T17:09:26.162Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26382026-08-14T17:09:26.256Z Checking hkdf v0.12.4
26392026-08-14T17:09:26.266Z Checking dtrace-parser v0.2.0
26402026-08-14T17:09:26.317Z Checking curve25519-dalek v4.1.3
26412026-08-14T17:09:26.355Z Checking ref-cast v1.0.25
26422026-08-14T17:09:26.381Z Checking byte-wrapper v0.1.0
26432026-08-14T17:09:26.420Z Checking olpc-cjson v0.1.4
26442026-08-14T17:09:26.445Z Checking strum v0.27.2
26452026-08-14T17:09:26.495Z Checking ed25519 v2.2.3
26462026-08-14T17:09:26.502Z Checking hubpack v0.1.2
26472026-08-14T17:09:26.548Z Checking memoffset v0.9.1
26482026-08-14T17:09:26.559Z Checking rustix v0.38.44
26492026-08-14T17:09:26.578Z Checking pem v3.0.6
26502026-08-14T17:09:26.629Z Checking serde_plain v1.0.2
26512026-08-14T17:09:26.656Z Checking serde-big-array v0.5.1
26522026-08-14T17:09:26.668Z Checking erased-serde v0.3.31
26532026-08-14T17:09:26.671Z Checking float-cmp v0.10.0
26542026-08-14T17:09:26.734Z Checking crypto-bigint v0.5.5
26552026-08-14T17:09:26.760Z Checking thread-id v4.2.2
26562026-08-14T17:09:26.795Z Checking memmap2 v0.9.10
26572026-08-14T17:09:26.803Z Checking winnow v0.7.14
26582026-08-14T17:09:26.838Z Checking static_assertions v1.1.0
26592026-08-14T17:09:26.908Z Checking normalize-line-endings v0.3.0
26602026-08-14T17:09:26.946Z Checking toml_write v0.1.2
26612026-08-14T17:09:26.996Z Checking fixedbitset v0.4.2
26622026-08-14T17:09:27.056Z Checking fixedbitset v0.5.7
26632026-08-14T17:09:27.089Z Checking keccak v0.1.6
26642026-08-14T17:09:27.110Z Checking cpufeatures v0.3.0
26652026-08-14T17:09:27.144Z Checking new_debug_unreachable v1.0.6
26662026-08-14T17:09:27.178Z Checking whoami v2.1.0
26672026-08-14T17:09:27.210Z Checking predicates-core v1.0.10
26682026-08-14T17:09:27.247Z Checking data-encoding v2.10.0
26692026-08-14T17:09:27.259Z Checking difflib v0.4.0
26702026-08-14T17:09:27.333Z Checking const-oid v0.10.2
26712026-08-14T17:09:27.365Z Checking winnow v1.0.3
26722026-08-14T17:09:27.368Z Checking precomputed-hash v0.1.1
26732026-08-14T17:09:27.429Z Checking typed-path v0.9.3
26742026-08-14T17:09:27.455Z Checking unicode-segmentation v1.12.0
26752026-08-14T17:09:27.485Z Checking digest v0.11.3
26762026-08-14T17:09:27.511Z Checking hickory-proto v0.25.2
26772026-08-14T17:09:27.569Z Checking zip v4.6.1
26782026-08-14T17:09:27.650Z Checking elliptic-curve v0.13.8
26792026-08-14T17:09:27.675Z Checking string_cache v0.8.9
26802026-08-14T17:09:27.762Z Checking similar v2.7.0
26812026-08-14T17:09:27.836Z Checking predicates v3.1.4
26822026-08-14T17:09:27.948Z Checking crossterm v0.28.1
26832026-08-14T17:09:28.032Z Checking toml_edit v0.22.27
26842026-08-14T17:09:28.129Z Checking tokio-postgres v0.7.16
26852026-08-14T17:09:28.130Z Checking sha3 v0.10.8
26862026-08-14T17:09:28.154Z Checking petgraph v0.8.3
26872026-08-14T17:09:28.197Z Checking tough v0.22.0
26882026-08-14T17:09:28.200Z Checking toml_parser v1.1.2+spec-1.1.0
26892026-08-14T17:09:28.330Z Checking chacha20 v0.10.0
26902026-08-14T17:09:28.524Z Checking petgraph v0.6.5
26912026-08-14T17:09:28.581Z Checking ed25519-dalek v2.2.0
26922026-08-14T17:09:28.654Z Checking slog v2.8.2
26932026-08-14T17:09:28.812Z Checking usdt v0.6.0
26942026-08-14T17:09:28.914Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26952026-08-14T17:09:28.981Z Checking usdt-impl v0.5.0
26962026-08-14T17:09:29.065Z Checking nix v0.31.2
26972026-08-14T17:09:29.256Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26982026-08-14T17:09:29.387Z Checking iddqd v0.4.2
26992026-08-14T17:09:29.760Z Checking reqwest v0.13.2
27002026-08-14T17:09:29.851Z Checking itertools v0.13.0
27012026-08-14T17:09:30.047Z Checking strum v0.26.3
27022026-08-14T17:09:30.159Z Checking serde_with v3.21.0
27032026-08-14T17:09:30.192Z Checking fs-err v3.3.0
27042026-08-14T17:09:30.262Z Checking object v0.37.3
27052026-08-14T17:09:30.284Z Checking tokio-stream v0.1.18
27062026-08-14T17:09:30.288Z Checking buf-list v1.1.2
27072026-08-14T17:09:30.470Z Checking anyhow v1.0.102
27082026-08-14T17:09:30.490Z Checking camino v1.2.2
27092026-08-14T17:09:30.594Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27102026-08-14T17:09:30.664Z Checking openapiv3 v2.2.0
27112026-08-14T17:09:30.676Z Checking lalrpop-util v0.19.12
27122026-08-14T17:09:30.734Z Checking peg-runtime v0.8.5
27132026-08-14T17:09:30.830Z Checking rayon v1.11.0
27142026-08-14T17:09:30.852Z Checking sigpipe v0.1.3
27152026-08-14T17:09:30.871Z Checking glob v0.3.3
27162026-08-14T17:09:32.412Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27172026-08-14T17:09:32.473Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27182026-08-14T17:09:32.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.81s
27192026-08-14T17:09:32.910Z
27202026-08-14T17:09:32.910Zinfo: running `cargo check --bins` on internal-dns-types (79/335)
27212026-08-14T17:09:33.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222026-08-14T17:09:33.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232026-08-14T17:09:33.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27242026-08-14T17:09:33.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27252026-08-14T17:09:33.470Z
27262026-08-14T17:09:33.470Zinfo: running `cargo check --bins` on internal-dns-types-versions (80/335)
27272026-08-14T17:09:33.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282026-08-14T17:09:33.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292026-08-14T17:09:33.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27302026-08-14T17:09:33.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27312026-08-14T17:09:34.037Z
27322026-08-14T17:09:34.037Zinfo: running `cargo check --bins` on nexus-types-versions (81/335)
27332026-08-14T17:09:34.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342026-08-14T17:09:34.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352026-08-14T17:09:34.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27362026-08-14T17:09:34.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27372026-08-14T17:09:34.618Z
27382026-08-14T17:09:34.618Zinfo: running `cargo check --bins` on oxql-types (82/335)
27392026-08-14T17:09:35.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27402026-08-14T17:09:35.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27412026-08-14T17:09:35.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27422026-08-14T17:09:35.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27432026-08-14T17:09:35.181Z
27442026-08-14T17:09:35.181Zinfo: running `cargo check --bins` on oximeter-types (83/335)
27452026-08-14T17:09:35.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27462026-08-14T17:09:35.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27472026-08-14T17:09:35.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27482026-08-14T17:09:35.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27492026-08-14T17:09:35.746Z
27502026-08-14T17:09:35.747Zinfo: running `cargo check --bins` on oximeter-types-versions (84/335)
27512026-08-14T17:09:36.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27522026-08-14T17:09:36.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27532026-08-14T17:09:36.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27542026-08-14T17:09:36.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27552026-08-14T17:09:36.310Z
27562026-08-14T17:09:36.310Zinfo: running `cargo check --bins` on oximeter-macro-impl (85/335)
27572026-08-14T17:09:36.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582026-08-14T17:09:36.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592026-08-14T17:09:36.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27602026-08-14T17:09:36.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
27612026-08-14T17:09:36.854Z
27622026-08-14T17:09:36.855Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (86/335)
27632026-08-14T17:09:37.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642026-08-14T17:09:37.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652026-08-14T17:09:37.529Z Compiling multer v3.1.0
27662026-08-14T17:09:37.641Z Compiling async-stream-impl v0.3.6
27672026-08-14T17:09:37.641Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27682026-08-14T17:09:37.658Z Compiling dropshot v0.17.1
27692026-08-14T17:09:37.670Z Compiling parse-display-derive v0.10.0
27702026-08-14T17:09:37.682Z Compiling dropshot_endpoint v0.17.1
27712026-08-14T17:09:37.685Z Compiling newtype-uuid-macros v0.1.0
27722026-08-14T17:09:37.711Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27732026-08-14T17:09:37.859Z Checking thread_local v1.1.9
27742026-08-14T17:09:37.877Z Checking match_cfg v0.1.0
27752026-08-14T17:09:37.945Z Checking compression-core v0.4.31
27762026-08-14T17:09:38.019Z Checking hostname v0.3.1
27772026-08-14T17:09:38.035Z Checking crossbeam-channel v0.5.15
27782026-08-14T17:09:38.085Z Checking compression-codecs v0.4.37
27792026-08-14T17:09:38.103Z Checking atomicwrites v0.4.4
27802026-08-14T17:09:38.117Z Checking slog-json v2.6.1
27812026-08-14T17:09:38.204Z Checking serde_spanned v1.1.1
27822026-08-14T17:09:38.226Z Checking toml_datetime v1.1.1+spec-1.1.0
27832026-08-14T17:09:38.243Z Checking is-terminal v0.4.17
27842026-08-14T17:09:38.268Z Checking take_mut v0.2.2
27852026-08-14T17:09:38.330Z Checking toml_writer v1.1.1+spec-1.1.0
27862026-08-14T17:09:38.334Z Checking term v1.2.1
27872026-08-14T17:09:38.372Z Checking debug-ignore v1.0.5
27882026-08-14T17:09:38.396Z Checking slog-async v2.8.0
27892026-08-14T17:09:38.429Z Checking slog-bunyan v2.5.0
27902026-08-14T17:09:38.443Z Checking async-compression v0.4.41
27912026-08-14T17:09:38.465Z Checking async-stream v0.3.6
27922026-08-14T17:09:38.505Z Checking toml v1.1.2+spec-1.1.0
27932026-08-14T17:09:38.541Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27942026-08-14T17:09:38.561Z Checking slog-term v2.9.2
27952026-08-14T17:09:38.564Z Checking progenitor-client v0.14.0
27962026-08-14T17:09:38.589Z Checking sha1 v0.11.0
27972026-08-14T17:09:38.681Z Checking waitgroup v0.1.2
27982026-08-14T17:09:38.770Z Checking rustls-pemfile v2.2.0
27992026-08-14T17:09:38.784Z Checking backon v1.6.0
28002026-08-14T17:09:38.796Z Checking serde_path_to_error v0.1.20
28012026-08-14T17:09:38.818Z Checking hostname v0.4.2
28022026-08-14T17:09:38.859Z Checking instant v0.1.13
28032026-08-14T17:09:38.937Z Checking progenitor-extras v0.2.0
28042026-08-14T17:09:38.951Z Checking backoff v0.4.0
28052026-08-14T17:09:39.072Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28062026-08-14T17:09:39.075Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28072026-08-14T17:09:39.107Z Checking itertools v0.14.0
28082026-08-14T17:09:39.120Z Checking regress v0.10.5
28092026-08-14T17:09:39.271Z Checking macaddr v1.0.1
28102026-08-14T17:09:39.307Z Checking parse-display v0.10.0
28112026-08-14T17:09:39.442Z Checking humantime v2.3.0
28122026-08-14T17:09:40.237Z Compiling prettyplease v0.2.37
28132026-08-14T17:09:40.497Z Checking num-rational v0.4.2
28142026-08-14T17:09:40.768Z Checking num-complex v0.4.6
28152026-08-14T17:09:41.293Z Compiling num v0.4.3
28162026-08-14T17:09:41.293Z Compiling usdt-attr-macro v0.5.0
28172026-08-14T17:09:41.356Z Compiling usdt-macro v0.5.0
28182026-08-14T17:09:41.369Z Checking memmap v0.7.0
28192026-08-14T17:09:41.381Z Checking float-ord v0.3.2
28202026-08-14T17:09:41.395Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28212026-08-14T17:09:41.497Z Checking unicode-width v0.2.0
28222026-08-14T17:09:41.602Z Compiling convert_case v0.4.0
28232026-08-14T17:09:41.747Z Checking console v0.15.11
28242026-08-14T17:09:42.009Z Compiling derive_more v0.99.20
28252026-08-14T17:09:42.063Z Checking newline-converter v0.3.0
28262026-08-14T17:09:42.118Z Compiling toml v0.8.23
28272026-08-14T17:09:42.131Z Checking usdt v0.5.0
28282026-08-14T17:09:42.171Z Checking linked-hash-map v0.5.6
28292026-08-14T17:09:42.302Z Compiling minimal-lexical v0.2.1
28302026-08-14T17:09:42.348Z Checking lru-cache v0.1.2
28312026-08-14T17:09:42.471Z Checking expectorate v1.2.0
28322026-08-14T17:09:42.558Z Compiling nom v7.1.3
28332026-08-14T17:09:42.930Z Checking camino-tempfile v1.4.1
28342026-08-14T17:09:43.053Z Checking hickory-proto v0.24.4
28352026-08-14T17:09:43.093Z Checking phf_shared v0.12.1
28362026-08-14T17:09:43.122Z Compiling slog-dtrace v0.3.0
28372026-08-14T17:09:43.233Z Checking resolv-conf v0.7.6
28382026-08-14T17:09:43.421Z Checking heck v0.5.0
28392026-08-14T17:09:43.545Z Compiling chrono-tz v0.10.4
28402026-08-14T17:09:43.600Z Compiling unicode-xid v0.2.6
28412026-08-14T17:09:43.735Z Compiling const_format_proc_macros v0.2.34
28422026-08-14T17:09:43.801Z Checking phf v0.12.1
28432026-08-14T17:09:43.901Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442026-08-14T17:09:43.943Z Checking tokio-dtrace v0.1.1
28452026-08-14T17:09:44.134Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28462026-08-14T17:09:44.340Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28472026-08-14T17:09:44.369Z Compiling derive-where v1.6.0
28482026-08-14T17:09:44.539Z Checking highway v1.3.0
28492026-08-14T17:09:44.578Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28502026-08-14T17:09:44.766Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28512026-08-14T17:09:44.861Z Checking hickory-resolver v0.24.4
28522026-08-14T17:09:45.269Z Checking const_format v0.2.35
28532026-08-14T17:09:45.522Z Checking oxide-tokio-rt v0.1.4
28542026-08-14T17:09:45.646Z Checking qorb v0.4.1
28552026-08-14T17:09:45.874Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28562026-08-14T17:09:45.903Z Checking gethostname v0.5.0
28572026-08-14T17:09:45.918Z Checking bcs v0.1.6
28582026-08-14T17:09:45.930Z Checking termtree v0.5.1
28592026-08-14T17:09:46.089Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28602026-08-14T17:09:46.141Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28612026-08-14T17:09:46.141Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28622026-08-14T17:09:49.158Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28632026-08-14T17:09:52.245Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28642026-08-14T17:09:54.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.63s
28652026-08-14T17:09:54.661Z
28662026-08-14T17:09:54.662Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/335)
28672026-08-14T17:09:55.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-08-14T17:09:55.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-08-14T17:09:55.323Z Compiling ar_archive_writer v0.5.1
28702026-08-14T17:09:55.434Z Compiling stacker v0.1.23
28712026-08-14T17:09:55.439Z Compiling cfg_aliases v0.1.1
28722026-08-14T17:09:55.445Z Compiling convert_case v0.10.0
28732026-08-14T17:09:55.450Z Checking unicode-width v0.1.14
28742026-08-14T17:09:55.459Z Compiling proc-macro-error v1.0.4
28752026-08-14T17:09:55.471Z Checking fd-lock v4.0.4
28762026-08-14T17:09:55.471Z Checking nibble_vec v0.1.0
28772026-08-14T17:09:55.493Z Compiling nix v0.28.0
28782026-08-14T17:09:55.584Z Compiling recursive-proc-macro-impl v0.1.1
28792026-08-14T17:09:55.597Z Checking vte v0.14.1
28802026-08-14T17:09:55.680Z Checking endian-type v0.1.2
28812026-08-14T17:09:55.693Z Checking bytecount v0.6.9
28822026-08-14T17:09:55.730Z Compiling derive_more-impl v2.1.1
28832026-08-14T17:09:55.741Z Checking strip-ansi-escapes v0.2.1
28842026-08-14T17:09:55.752Z Compiling tabled_derive v0.7.0
28852026-08-14T17:09:55.787Z Checking papergrid v0.11.0
28862026-08-14T17:09:55.799Z Checking radix_trie v0.2.1
28872026-08-14T17:09:55.847Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28882026-08-14T17:09:55.982Z Compiling peg-macros v0.8.5
28892026-08-14T17:09:55.997Z Checking winnow v0.6.26
28902026-08-14T17:09:56.227Z Compiling psm v0.1.30
28912026-08-14T17:09:56.306Z Compiling sqlparser_derive v0.5.0
28922026-08-14T17:09:56.405Z Checking nu-ansi-term v0.50.3
28932026-08-14T17:09:56.530Z Checking derive_more v2.1.1
28942026-08-14T17:09:56.608Z Checking unicode_categories v0.1.1
28952026-08-14T17:09:56.621Z Checking home v0.5.12
28962026-08-14T17:09:56.697Z Checking tabled v0.15.0
28972026-08-14T17:09:56.723Z Checking reedline v0.40.0
28982026-08-14T17:09:56.749Z Checking rustyline v14.0.0
28992026-08-14T17:09:56.759Z Checking crossterm v0.29.0
29002026-08-14T17:09:57.038Z Checking recursive v0.1.1
29012026-08-14T17:09:57.081Z Checking display-error-chain v0.2.2
29022026-08-14T17:09:57.133Z Checking sqlparser v0.61.0
29032026-08-14T17:09:57.182Z Checking sqlformat v0.3.5
29042026-08-14T17:09:57.354Z Checking peg v0.8.5
29052026-08-14T17:10:08.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.82s
29062026-08-14T17:10:08.661Z
29072026-08-14T17:10:08.661Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/335)
29082026-08-14T17:10:09.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092026-08-14T17:10:09.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102026-08-14T17:10:09.313Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29112026-08-14T17:10:12.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
29122026-08-14T17:10:13.028Z
29132026-08-14T17:10:13.028Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/335)
29142026-08-14T17:10:13.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152026-08-14T17:10:13.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162026-08-14T17:10:13.683Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29172026-08-14T17:10:16.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
29182026-08-14T17:10:16.412Z
29192026-08-14T17:10:16.412Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/335)
29202026-08-14T17:10:16.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-08-14T17:10:16.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-08-14T17:10:17.063Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29232026-08-14T17:10:20.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
29242026-08-14T17:10:20.586Z
29252026-08-14T17:10:20.586Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/335)
29262026-08-14T17:10:21.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272026-08-14T17:10:21.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282026-08-14T17:10:21.241Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29292026-08-14T17:10:24.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
29302026-08-14T17:10:24.794Z
29312026-08-14T17:10:24.794Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/335)
29322026-08-14T17:10:25.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332026-08-14T17:10:25.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342026-08-14T17:10:25.448Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29352026-08-14T17:10:28.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
29362026-08-14T17:10:28.320Z
29372026-08-14T17:10:28.320Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/335)
29382026-08-14T17:10:28.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392026-08-14T17:10:28.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402026-08-14T17:10:28.973Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29412026-08-14T17:10:31.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
29422026-08-14T17:10:31.874Z
29432026-08-14T17:10:31.874Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/335)
29442026-08-14T17:10:32.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452026-08-14T17:10:32.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462026-08-14T17:10:32.538Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29472026-08-14T17:10:36.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
29482026-08-14T17:10:36.212Z
29492026-08-14T17:10:36.212Zinfo: running `cargo check --bins` on oximeter (95/335)
29502026-08-14T17:10:36.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512026-08-14T17:10:36.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522026-08-14T17:10:36.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29532026-08-14T17:10:36.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29542026-08-14T17:10:36.768Z
29552026-08-14T17:10:36.768Zinfo: running `cargo check --bins` on oximeter-schema (96/335)
29562026-08-14T17:10:37.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572026-08-14T17:10:37.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582026-08-14T17:10:37.382Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29592026-08-14T17:10:37.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
29602026-08-14T17:10:37.940Z
29612026-08-14T17:10:37.940Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (97/335)
29622026-08-14T17:10:38.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632026-08-14T17:10:38.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642026-08-14T17:10:38.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29652026-08-14T17:10:38.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29662026-08-14T17:10:38.499Z
29672026-08-14T17:10:38.499Zinfo: running `cargo check --bins` on oximeter-test-utils (98/335)
29682026-08-14T17:10:38.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692026-08-14T17:10:39.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702026-08-14T17:10:39.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29712026-08-14T17:10:39.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29722026-08-14T17:10:39.089Z
29732026-08-14T17:10:39.089Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/335)
29742026-08-14T17:10:39.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29752026-08-14T17:10:39.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29762026-08-14T17:10:39.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29772026-08-14T17:10:39.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29782026-08-14T17:10:39.653Z
29792026-08-14T17:10:39.653Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/335)
29802026-08-14T17:10:40.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812026-08-14T17:10:40.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822026-08-14T17:10:40.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29832026-08-14T17:10:40.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29842026-08-14T17:10:40.216Z
29852026-08-14T17:10:40.216Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/335)
29862026-08-14T17:10:40.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872026-08-14T17:10:40.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882026-08-14T17:10:40.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29892026-08-14T17:10:40.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29902026-08-14T17:10:40.785Z
29912026-08-14T17:10:40.785Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/335)
29922026-08-14T17:10:41.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932026-08-14T17:10:41.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942026-08-14T17:10:41.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29952026-08-14T17:10:41.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29962026-08-14T17:10:41.344Z
29972026-08-14T17:10:41.344Zinfo: running `cargo check --bins` on trust-quorum-types (103/335)
29982026-08-14T17:10:41.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992026-08-14T17:10:41.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002026-08-14T17:10:41.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30012026-08-14T17:10:41.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30022026-08-14T17:10:41.892Z
30032026-08-14T17:10:41.892Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/335)
30042026-08-14T17:10:42.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-08-14T17:10:42.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-08-14T17:10:42.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30072026-08-14T17:10:42.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30082026-08-14T17:10:42.457Z
30092026-08-14T17:10:42.457Zinfo: running `cargo check --bins` on reconfigurator-cli (105/335)
30102026-08-14T17:10:42.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-08-14T17:10:42.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-08-14T17:10:43.258Z Compiling regress v0.11.1
30132026-08-14T17:10:43.258Z Checking secrecy v0.10.3
30142026-08-14T17:10:43.258Z Compiling crucible-workspace-hack v0.1.0
30152026-08-14T17:10:43.258Z Compiling proc-macro-crate v1.3.1
30162026-08-14T17:10:43.258Z Checking half v2.7.1
30172026-08-14T17:10:43.262Z Checking ciborium-io v0.2.2
30182026-08-14T17:10:43.262Z Checking inout v0.1.4
30192026-08-14T17:10:43.262Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30202026-08-14T17:10:43.507Z Checking cipher v0.4.4
30212026-08-14T17:10:43.552Z Checking universal-hash v0.5.1
30222026-08-14T17:10:43.638Z Checking ciborium-ll v0.2.2
30232026-08-14T17:10:43.658Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30242026-08-14T17:10:43.684Z Compiling thiserror-impl-no-std v2.0.2
30252026-08-14T17:10:43.703Z Checking opaque-debug v0.3.1
30262026-08-14T17:10:43.738Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30272026-08-14T17:10:43.773Z Checking poly1305 v0.8.0
30282026-08-14T17:10:43.808Z Checking ciborium v0.2.2
30292026-08-14T17:10:43.822Z Checking chacha20 v0.9.1
30302026-08-14T17:10:43.882Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30312026-08-14T17:10:44.012Z Checking password-hash v0.5.0
30322026-08-14T17:10:44.031Z Checking blake2 v0.10.6
30332026-08-14T17:10:44.134Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30342026-08-14T17:10:44.165Z Checking aead v0.5.2
30352026-08-14T17:10:44.226Z Checking indent_write v2.2.0
30362026-08-14T17:10:44.239Z Compiling unsafe-libyaml v0.2.11
30372026-08-14T17:10:44.266Z Checking argon2 v0.5.3
30382026-08-14T17:10:44.310Z Checking chacha20poly1305 v0.10.1
30392026-08-14T17:10:44.355Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30402026-08-14T17:10:44.435Z Compiling num_enum_derive v0.7.6
30412026-08-14T17:10:44.613Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30422026-08-14T17:10:44.829Z Compiling serde_yaml v0.9.34+deprecated
30432026-08-14T17:10:44.845Z Checking thiserror-no-std v2.0.2
30442026-08-14T17:10:44.935Z Compiling typify-impl v0.6.2
30452026-08-14T17:10:44.999Z Checking vsss-rs v3.3.4
30462026-08-14T17:10:45.012Z Compiling itertools v0.15.0
30472026-08-14T17:10:45.539Z Checking num_enum v0.7.6
30482026-08-14T17:10:45.662Z Compiling heapless v0.8.0
30492026-08-14T17:10:45.802Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30502026-08-14T17:10:45.904Z Checking hash32 v0.3.1
30512026-08-14T17:10:46.038Z Compiling smoltcp v0.11.0
30522026-08-14T17:10:46.093Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30532026-08-14T17:10:46.127Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30542026-08-14T17:10:46.238Z Checking tabwriter v1.4.1
30552026-08-14T17:10:46.304Z Compiling ingot-macros v0.2.0
30562026-08-14T17:10:46.358Z Checking cobs v0.3.0
30572026-08-14T17:10:46.387Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
30582026-08-14T17:10:46.406Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
30592026-08-14T17:10:46.504Z Checking postcard v1.1.3
30602026-08-14T17:10:46.556Z Compiling foreign-types-macros v0.2.3
30612026-08-14T17:10:46.592Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
30622026-08-14T17:10:46.613Z Checking foreign-types-shared v0.3.1
30632026-08-14T17:10:46.707Z Checking colored v3.1.1
30642026-08-14T17:10:46.786Z Checking swrite v0.1.0
30652026-08-14T17:10:46.931Z Compiling num_enum_derive v0.5.11
30662026-08-14T17:10:46.964Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30672026-08-14T17:10:46.999Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
30682026-08-14T17:10:47.170Z Checking foreign-types v0.5.0
30692026-08-14T17:10:47.239Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30702026-08-14T17:10:47.254Z Checking cstr-argument v0.1.2
30712026-08-14T17:10:47.383Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
30722026-08-14T17:10:47.422Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30732026-08-14T17:10:47.457Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30742026-08-14T17:10:47.538Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
30752026-08-14T17:10:47.594Z Checking rand v0.10.1
30762026-08-14T17:10:47.634Z Checking itertools v0.12.1
30772026-08-14T17:10:47.689Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30782026-08-14T17:10:47.737Z Compiling zone_cfg_derive v0.3.1
30792026-08-14T17:10:47.964Z Checking num_enum v0.5.11
30802026-08-14T17:10:48.017Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30812026-08-14T17:10:48.083Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30822026-08-14T17:10:48.133Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30832026-08-14T17:10:48.259Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30842026-08-14T17:10:48.378Z Compiling num-derive v0.4.2
30852026-08-14T17:10:48.438Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30862026-08-14T17:10:48.629Z Compiling semver v0.1.20
30872026-08-14T17:10:48.648Z Checking zone v0.3.1
30882026-08-14T17:10:48.916Z Compiling rustc_version v0.1.7
30892026-08-14T17:10:48.952Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30902026-08-14T17:10:49.112Z Checking smf v0.2.3
30912026-08-14T17:10:49.145Z Checking nom v8.0.0
30922026-08-14T17:10:49.166Z Checking csv-core v0.1.13
30932026-08-14T17:10:49.181Z Checking ingot-types v0.2.0
30942026-08-14T17:10:49.296Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30952026-08-14T17:10:49.350Z Checking whoami v1.6.1
30962026-08-14T17:10:49.364Z Checking csv v1.4.0
30972026-08-14T17:10:49.449Z Compiling typify-macro v0.6.2
30982026-08-14T17:10:49.519Z Compiling newtype_derive v0.1.6
30992026-08-14T17:10:49.534Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31002026-08-14T17:10:49.547Z Checking ingot v0.2.1
31012026-08-14T17:10:49.687Z Compiling cancel-safe-futures v0.1.5
31022026-08-14T17:10:49.724Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31032026-08-14T17:10:49.757Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31042026-08-14T17:10:49.890Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31052026-08-14T17:10:49.927Z Compiling libefi-sys v0.1.0
31062026-08-14T17:10:49.966Z Compiling owo-colors v4.3.0
31072026-08-14T17:10:50.102Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31082026-08-14T17:10:50.154Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31092026-08-14T17:10:50.348Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31102026-08-14T17:10:50.377Z Checking oxide-update-engine-types v0.1.2
31112026-08-14T17:10:50.413Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31122026-08-14T17:10:50.534Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31132026-08-14T17:10:50.550Z Compiling bitfield-struct v0.6.2
31142026-08-14T17:10:50.761Z Checking smawk v0.3.2
31152026-08-14T17:10:50.898Z Checking linear-map v1.2.0
31162026-08-14T17:10:50.997Z Checking unicode-linebreak v0.1.5
31172026-08-14T17:10:51.074Z Checking steno v0.4.1
31182026-08-14T17:10:51.088Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31192026-08-14T17:10:51.132Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31202026-08-14T17:10:51.164Z Compiling typify v0.6.2
31212026-08-14T17:10:51.206Z Checking textwrap v0.16.2
31222026-08-14T17:10:51.248Z Checking oxide-update-engine v0.1.2
31232026-08-14T17:10:51.278Z Compiling progenitor-impl v0.14.0
31242026-08-14T17:10:51.419Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31252026-08-14T17:10:51.889Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31262026-08-14T17:10:52.056Z Checking sha1 v0.10.6
31272026-08-14T17:10:52.105Z Checking utf-8 v0.7.6
31282026-08-14T17:10:52.230Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31292026-08-14T17:10:52.248Z Checking tungstenite v0.21.0
31302026-08-14T17:10:52.251Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31312026-08-14T17:10:52.273Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31322026-08-14T17:10:52.276Z Checking ignore v0.4.25
31332026-08-14T17:10:52.309Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31342026-08-14T17:10:52.411Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31352026-08-14T17:10:52.551Z Compiling xshell-macros v0.2.7
31362026-08-14T17:10:52.622Z Checking predicates-tree v1.0.13
31372026-08-14T17:10:52.661Z Checking tokio-tungstenite v0.21.0
31382026-08-14T17:10:52.686Z Checking globwalk v0.9.1
31392026-08-14T17:10:52.735Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31402026-08-14T17:10:52.868Z Checking filetime v0.2.27
31412026-08-14T17:10:52.933Z Checking xshell v0.2.7
31422026-08-14T17:10:52.947Z Checking tagptr v0.2.0
31432026-08-14T17:10:53.008Z Checking xattr v1.6.1
31442026-08-14T17:10:53.092Z Checking moka v0.12.13
31452026-08-14T17:10:53.117Z Checking camino-tempfile-ext v0.3.3
31462026-08-14T17:10:53.133Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31472026-08-14T17:10:53.147Z Checking tar v0.4.46
31482026-08-14T17:10:53.313Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31492026-08-14T17:10:53.316Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31502026-08-14T17:10:53.344Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31512026-08-14T17:10:53.464Z Checking rand_seeder v0.4.0
31522026-08-14T17:10:53.483Z Checking half v1.8.3
31532026-08-14T17:10:53.529Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31542026-08-14T17:10:53.543Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31552026-08-14T17:10:53.611Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31562026-08-14T17:10:53.681Z Checking serde_cbor v0.11.2
31572026-08-14T17:10:53.735Z Checking hickory-resolver v0.25.2
31582026-08-14T17:10:53.797Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
31592026-08-14T17:10:53.905Z Checking sha2 v0.11.0
31602026-08-14T17:10:53.934Z Compiling progenitor-macro v0.14.0
31612026-08-14T17:10:54.066Z Checking digest-io v0.1.0
31622026-08-14T17:10:54.199Z Compiling petname v2.0.2
31632026-08-14T17:10:54.440Z Checking rawzip v0.4.4
31642026-08-14T17:10:54.455Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31652026-08-14T17:10:54.574Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31662026-08-14T17:10:54.753Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31672026-08-14T17:10:54.817Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31682026-08-14T17:10:54.886Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31692026-08-14T17:10:55.028Z Checking sapling-renderdag v0.1.0
31702026-08-14T17:10:55.065Z Checking subprocess v0.2.15
31712026-08-14T17:10:55.128Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31722026-08-14T17:10:55.238Z Checking sync-ptr v0.1.4
31732026-08-14T17:10:55.287Z Checking colored v2.2.0
31742026-08-14T17:10:55.351Z Checking assert_matches v1.5.0
31752026-08-14T17:10:55.355Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31762026-08-14T17:10:55.458Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31772026-08-14T17:10:55.488Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31782026-08-14T17:10:56.758Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31792026-08-14T17:10:56.983Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31802026-08-14T17:10:57.265Z Checking progenitor v0.14.0
31812026-08-14T17:10:57.306Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31822026-08-14T17:10:57.393Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31832026-08-14T17:10:57.393Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31842026-08-14T17:10:57.396Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31852026-08-14T17:10:57.396Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31862026-08-14T17:10:57.396Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31872026-08-14T17:10:57.396Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31882026-08-14T17:10:57.899Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31892026-08-14T17:10:57.984Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31902026-08-14T17:10:58.053Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31912026-08-14T17:10:58.221Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31922026-08-14T17:10:58.898Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31932026-08-14T17:10:59.103Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31942026-08-14T17:11:00.316Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31952026-08-14T17:11:08.769Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31962026-08-14T17:11:15.920Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31972026-08-14T17:11:15.923Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31982026-08-14T17:11:15.923Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31992026-08-14T17:11:17.395Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32002026-08-14T17:11:18.671Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32012026-08-14T17:11:20.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.45s
32022026-08-14T17:11:21.118Z
32032026-08-14T17:11:21.118Zinfo: running `cargo check --bins` on nexus-inventory (106/335)
32042026-08-14T17:11:21.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-08-14T17:11:21.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-08-14T17:11:21.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-08-14T17:11:21.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32082026-08-14T17:11:21.722Z
32092026-08-14T17:11:21.722Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/335)
32102026-08-14T17:11:22.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-08-14T17:11:22.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-08-14T17:11:22.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-08-14T17:11:22.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32142026-08-14T17:11:22.293Z
32152026-08-14T17:11:22.293Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/335)
32162026-08-14T17:11:22.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-08-14T17:11:22.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-08-14T17:11:22.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-08-14T17:11:22.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32202026-08-14T17:11:22.856Z
32212026-08-14T17:11:22.856Zinfo: running `cargo check --bins` on dns-service-client (109/335)
32222026-08-14T17:11:23.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-08-14T17:11:23.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-08-14T17:11:23.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-08-14T17:11:23.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32262026-08-14T17:11:23.421Z
32272026-08-14T17:11:23.421Zinfo: running `cargo check --bins` on ntp-admin-client (110/335)
32282026-08-14T17:11:23.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-08-14T17:11:23.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-08-14T17:11:23.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312026-08-14T17:11:23.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32322026-08-14T17:11:23.972Z
32332026-08-14T17:11:23.972Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/335)
32342026-08-14T17:11:24.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352026-08-14T17:11:24.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362026-08-14T17:11:24.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372026-08-14T17:11:24.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32382026-08-14T17:11:24.526Z
32392026-08-14T17:11:24.526Zinfo: running `cargo check --bins` on cockroach-admin-client (112/335)
32402026-08-14T17:11:24.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412026-08-14T17:11:24.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422026-08-14T17:11:24.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32432026-08-14T17:11:25.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32442026-08-14T17:11:25.079Z
32452026-08-14T17:11:25.080Zinfo: running `cargo check --bins` on parallel-task-set (113/335)
32462026-08-14T17:11:25.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472026-08-14T17:11:25.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482026-08-14T17:11:25.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32492026-08-14T17:11:25.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32502026-08-14T17:11:25.630Z
32512026-08-14T17:11:25.630Zinfo: running `cargo check --bins` on sled-agent-client (114/335)
32522026-08-14T17:11:26.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32532026-08-14T17:11:26.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32542026-08-14T17:11:26.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32552026-08-14T17:11:26.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32562026-08-14T17:11:26.204Z
32572026-08-14T17:11:26.205Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/335)
32582026-08-14T17:11:26.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32592026-08-14T17:11:26.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32602026-08-14T17:11:26.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32612026-08-14T17:11:26.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32622026-08-14T17:11:26.788Z
32632026-08-14T17:11:26.788Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/335)
32642026-08-14T17:11:27.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652026-08-14T17:11:27.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662026-08-14T17:11:27.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32672026-08-14T17:11:27.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32682026-08-14T17:11:27.361Z
32692026-08-14T17:11:27.361Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/335)
32702026-08-14T17:11:27.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712026-08-14T17:11:27.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722026-08-14T17:11:27.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732026-08-14T17:11:27.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32742026-08-14T17:11:27.938Z
32752026-08-14T17:11:27.938Zinfo: running `cargo check --bins` on key-manager (118/335)
32762026-08-14T17:11:28.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772026-08-14T17:11:28.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782026-08-14T17:11:28.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792026-08-14T17:11:28.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32802026-08-14T17:11:28.500Z
32812026-08-14T17:11:28.500Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/335)
32822026-08-14T17:11:28.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832026-08-14T17:11:28.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842026-08-14T17:11:28.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32852026-08-14T17:11:28.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32862026-08-14T17:11:29.077Z
32872026-08-14T17:11:29.077Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/335)
32882026-08-14T17:11:29.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32892026-08-14T17:11:29.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32902026-08-14T17:11:29.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32912026-08-14T17:11:29.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32922026-08-14T17:11:29.657Z
32932026-08-14T17:11:29.657Zinfo: running `cargo check --bins` on typed-rng (121/335)
32942026-08-14T17:11:30.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32952026-08-14T17:11:30.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32962026-08-14T17:11:30.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32972026-08-14T17:11:30.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32982026-08-14T17:11:30.205Z
32992026-08-14T17:11:30.205Zinfo: running `cargo check --bins` on gateway-test-utils (122/335)
33002026-08-14T17:11:30.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33012026-08-14T17:11:30.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33022026-08-14T17:11:30.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33032026-08-14T17:11:30.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33042026-08-14T17:11:30.810Z
33052026-08-14T17:11:30.810Zinfo: running `cargo check --bins` on omicron-gateway (123/335)
33062026-08-14T17:11:31.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33072026-08-14T17:11:31.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33082026-08-14T17:11:31.526Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33092026-08-14T17:11:31.531Z Checking void v1.0.2
33102026-08-14T17:11:31.531Z Checking tungstenite v0.23.0
33112026-08-14T17:11:31.531Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33122026-08-14T17:11:31.531Z Checking nix v0.27.1
33132026-08-14T17:11:31.531Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33142026-08-14T17:11:31.531Z Checking dropshot-api-manager-types v0.7.2
33152026-08-14T17:11:31.643Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33162026-08-14T17:11:31.728Z Checking lzss v0.8.2
33172026-08-14T17:11:31.785Z Checking kstat-rs v0.2.5
33182026-08-14T17:11:31.823Z Checking fxhash v0.2.1
33192026-08-14T17:11:31.914Z Checking serde_bytes v0.11.19
33202026-08-14T17:11:31.939Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33212026-08-14T17:11:31.943Z Checking signal-hook-tokio v0.3.1
33222026-08-14T17:11:31.986Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33232026-08-14T17:11:31.986Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33242026-08-14T17:11:32.097Z Checking tokio-tungstenite v0.23.1
33252026-08-14T17:11:32.152Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33262026-08-14T17:11:33.235Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33272026-08-14T17:11:33.784Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33282026-08-14T17:11:35.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s
33292026-08-14T17:11:36.114Z
33302026-08-14T17:11:36.114Zinfo: running `cargo check --bins` on gateway-api (124/335)
33312026-08-14T17:11:36.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-08-14T17:11:36.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-08-14T17:11:36.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-08-14T17:11:36.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33352026-08-14T17:11:36.680Z
33362026-08-14T17:11:36.681Zinfo: running `cargo check --bins` on ipcc (125/335)
33372026-08-14T17:11:37.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-08-14T17:11:37.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-08-14T17:11:37.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-08-14T17:11:37.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33412026-08-14T17:11:37.249Z
33422026-08-14T17:11:37.249Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/335)
33432026-08-14T17:11:37.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-08-14T17:11:37.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-08-14T17:11:37.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-08-14T17:11:37.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33472026-08-14T17:11:37.803Z
33482026-08-14T17:11:37.803Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/335)
33492026-08-14T17:11:38.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-08-14T17:11:38.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-08-14T17:11:38.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-08-14T17:11:38.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33532026-08-14T17:11:38.393Z
33542026-08-14T17:11:38.393Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/335)
33552026-08-14T17:11:38.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-08-14T17:11:38.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-08-14T17:11:38.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-08-14T17:11:38.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33592026-08-14T17:11:38.966Z
33602026-08-14T17:11:38.967Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/335)
33612026-08-14T17:11:39.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-08-14T17:11:39.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-08-14T17:11:39.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-08-14T17:11:39.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33652026-08-14T17:11:39.541Z
33662026-08-14T17:11:39.541Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/335)
33672026-08-14T17:11:40.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-08-14T17:11:40.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-08-14T17:11:40.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-08-14T17:11:40.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33712026-08-14T17:11:40.116Z
33722026-08-14T17:11:40.116Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/335)
33732026-08-14T17:11:40.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-08-14T17:11:40.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-08-14T17:11:40.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-08-14T17:11:40.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33772026-08-14T17:11:40.704Z
33782026-08-14T17:11:40.704Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/335)
33792026-08-14T17:11:41.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-08-14T17:11:41.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-08-14T17:11:41.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-08-14T17:11:41.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33832026-08-14T17:11:41.278Z
33842026-08-14T17:11:41.278Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/335)
33852026-08-14T17:11:41.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-08-14T17:11:41.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-08-14T17:11:41.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-08-14T17:11:41.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33892026-08-14T17:11:41.848Z
33902026-08-14T17:11:41.848Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/335)
33912026-08-14T17:11:42.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-08-14T17:11:42.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-08-14T17:11:42.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-08-14T17:11:42.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33952026-08-14T17:11:42.415Z
33962026-08-14T17:11:42.415Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/335)
33972026-08-14T17:11:42.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-08-14T17:11:42.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-08-14T17:11:42.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-08-14T17:11:42.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34012026-08-14T17:11:42.987Z
34022026-08-14T17:11:42.987Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/335)
34032026-08-14T17:11:43.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-08-14T17:11:43.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-08-14T17:11:43.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-08-14T17:11:43.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34072026-08-14T17:11:43.561Z
34082026-08-14T17:11:43.561Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/335)
34092026-08-14T17:11:44.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-08-14T17:11:44.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-08-14T17:11:44.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-08-14T17:11:44.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34132026-08-14T17:11:44.134Z
34142026-08-14T17:11:44.134Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/335)
34152026-08-14T17:11:44.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-08-14T17:11:44.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-08-14T17:11:44.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-08-14T17:11:44.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34192026-08-14T17:11:44.701Z
34202026-08-14T17:11:44.701Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/335)
34212026-08-14T17:11:45.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-08-14T17:11:45.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-08-14T17:11:45.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-08-14T17:11:45.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34252026-08-14T17:11:45.271Z
34262026-08-14T17:11:45.271Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/335)
34272026-08-14T17:11:45.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-08-14T17:11:45.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-08-14T17:11:45.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-08-14T17:11:45.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34312026-08-14T17:11:45.837Z
34322026-08-14T17:11:45.837Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/335)
34332026-08-14T17:11:46.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-08-14T17:11:46.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-08-14T17:11:46.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-08-14T17:11:46.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34372026-08-14T17:11:46.417Z
34382026-08-14T17:11:46.418Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/335)
34392026-08-14T17:11:46.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-08-14T17:11:46.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-08-14T17:11:46.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-08-14T17:11:46.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34432026-08-14T17:11:46.985Z
34442026-08-14T17:11:46.985Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/335)
34452026-08-14T17:11:47.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-08-14T17:11:47.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-08-14T17:11:47.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-08-14T17:11:47.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34492026-08-14T17:11:47.554Z
34502026-08-14T17:11:47.554Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/335)
34512026-08-14T17:11:48.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-08-14T17:11:48.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-08-14T17:11:48.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-08-14T17:11:48.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34552026-08-14T17:11:48.128Z
34562026-08-14T17:11:48.128Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/335)
34572026-08-14T17:11:48.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-08-14T17:11:48.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-08-14T17:11:48.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-08-14T17:11:48.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34612026-08-14T17:11:48.701Z
34622026-08-14T17:11:48.701Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/335)
34632026-08-14T17:11:49.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-08-14T17:11:49.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-08-14T17:11:49.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-08-14T17:11:49.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34672026-08-14T17:11:49.286Z
34682026-08-14T17:11:49.286Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/335)
34692026-08-14T17:11:49.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-08-14T17:11:49.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-08-14T17:11:49.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-08-14T17:11:49.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34732026-08-14T17:11:49.874Z
34742026-08-14T17:11:49.874Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/335)
34752026-08-14T17:11:50.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-08-14T17:11:50.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-08-14T17:11:50.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-08-14T17:11:50.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34792026-08-14T17:11:50.457Z
34802026-08-14T17:11:50.457Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/335)
34812026-08-14T17:11:50.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-08-14T17:11:50.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-08-14T17:11:50.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-08-14T17:11:50.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34852026-08-14T17:11:51.040Z
34862026-08-14T17:11:51.040Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/335)
34872026-08-14T17:11:51.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-08-14T17:11:51.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-08-14T17:11:51.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-08-14T17:11:51.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34912026-08-14T17:11:51.627Z
34922026-08-14T17:11:51.627Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/335)
34932026-08-14T17:11:52.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-08-14T17:11:52.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-08-14T17:11:52.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-08-14T17:11:52.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34972026-08-14T17:11:52.214Z
34982026-08-14T17:11:52.214Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/335)
34992026-08-14T17:11:52.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-08-14T17:11:52.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-08-14T17:11:52.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-08-14T17:11:52.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35032026-08-14T17:11:52.801Z
35042026-08-14T17:11:52.801Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/335)
35052026-08-14T17:11:53.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-08-14T17:11:53.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-08-14T17:11:53.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-08-14T17:11:53.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35092026-08-14T17:11:53.385Z
35102026-08-14T17:11:53.385Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/335)
35112026-08-14T17:11:53.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-08-14T17:11:53.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-08-14T17:11:53.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-08-14T17:11:53.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35152026-08-14T17:11:53.966Z
35162026-08-14T17:11:53.966Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/335)
35172026-08-14T17:11:54.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-08-14T17:11:54.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-08-14T17:11:54.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-08-14T17:11:54.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35212026-08-14T17:11:54.553Z
35222026-08-14T17:11:54.553Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/335)
35232026-08-14T17:11:55.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-08-14T17:11:55.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-08-14T17:11:55.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-08-14T17:11:55.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35272026-08-14T17:11:55.136Z
35282026-08-14T17:11:55.136Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/335)
35292026-08-14T17:11:55.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-08-14T17:11:55.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-08-14T17:11:55.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-08-14T17:11:55.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35332026-08-14T17:11:55.730Z
35342026-08-14T17:11:55.730Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/335)
35352026-08-14T17:11:56.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-08-14T17:11:56.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-08-14T17:11:56.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-08-14T17:11:56.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35392026-08-14T17:11:56.311Z
35402026-08-14T17:11:56.311Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/335)
35412026-08-14T17:11:56.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-08-14T17:11:56.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-08-14T17:11:56.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-08-14T17:11:56.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35452026-08-14T17:11:56.892Z
35462026-08-14T17:11:56.892Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/335)
35472026-08-14T17:11:57.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-08-14T17:11:57.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-08-14T17:11:57.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-08-14T17:11:57.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35512026-08-14T17:11:57.474Z
35522026-08-14T17:11:57.474Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/335)
35532026-08-14T17:11:57.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-08-14T17:11:57.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-08-14T17:11:57.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-08-14T17:11:57.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35572026-08-14T17:11:58.059Z
35582026-08-14T17:11:58.059Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/335)
35592026-08-14T17:11:58.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-08-14T17:11:58.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-08-14T17:11:58.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-08-14T17:11:58.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35632026-08-14T17:11:58.646Z
35642026-08-14T17:11:58.646Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/335)
35652026-08-14T17:11:59.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-08-14T17:11:59.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-08-14T17:11:59.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-08-14T17:11:59.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35692026-08-14T17:11:59.235Z
35702026-08-14T17:11:59.235Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/335)
35712026-08-14T17:11:59.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-08-14T17:11:59.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-08-14T17:11:59.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-08-14T17:11:59.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35752026-08-14T17:11:59.805Z
35762026-08-14T17:11:59.805Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/335)
35772026-08-14T17:12:00.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-08-14T17:12:00.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-08-14T17:12:00.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-08-14T17:12:00.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35812026-08-14T17:12:00.402Z
35822026-08-14T17:12:00.402Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/335)
35832026-08-14T17:12:00.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-08-14T17:12:00.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-08-14T17:12:00.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-08-14T17:12:00.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35872026-08-14T17:12:00.938Z
35882026-08-14T17:12:00.938Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/335)
35892026-08-14T17:12:01.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-08-14T17:12:01.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-08-14T17:12:01.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-08-14T17:12:01.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35932026-08-14T17:12:01.509Z
35942026-08-14T17:12:01.509Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/335)
35952026-08-14T17:12:01.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-08-14T17:12:01.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-08-14T17:12:01.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-08-14T17:12:01.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35992026-08-14T17:12:02.079Z
36002026-08-14T17:12:02.079Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/335)
36012026-08-14T17:12:02.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-08-14T17:12:02.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-08-14T17:12:02.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-08-14T17:12:02.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36052026-08-14T17:12:02.653Z
36062026-08-14T17:12:02.653Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/335)
36072026-08-14T17:12:03.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-08-14T17:12:03.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-08-14T17:12:03.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-08-14T17:12:03.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36112026-08-14T17:12:03.225Z
36122026-08-14T17:12:03.225Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/335)
36132026-08-14T17:12:03.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-08-14T17:12:03.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-08-14T17:12:03.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-08-14T17:12:03.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36172026-08-14T17:12:03.801Z
36182026-08-14T17:12:03.801Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/335)
36192026-08-14T17:12:04.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-08-14T17:12:04.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-08-14T17:12:04.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-08-14T17:12:04.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36232026-08-14T17:12:04.371Z
36242026-08-14T17:12:04.371Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/335)
36252026-08-14T17:12:04.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-08-14T17:12:04.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-08-14T17:12:04.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-08-14T17:12:04.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36292026-08-14T17:12:04.939Z
36302026-08-14T17:12:04.939Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/335)
36312026-08-14T17:12:05.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-08-14T17:12:05.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-08-14T17:12:05.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-08-14T17:12:05.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36352026-08-14T17:12:05.514Z
36362026-08-14T17:12:05.514Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/335)
36372026-08-14T17:12:05.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-08-14T17:12:05.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-08-14T17:12:05.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-08-14T17:12:06.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36412026-08-14T17:12:06.085Z
36422026-08-14T17:12:06.085Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/335)
36432026-08-14T17:12:06.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-08-14T17:12:06.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-08-14T17:12:06.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-08-14T17:12:06.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36472026-08-14T17:12:06.656Z
36482026-08-14T17:12:06.656Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/335)
36492026-08-14T17:12:07.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-08-14T17:12:07.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-08-14T17:12:07.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-08-14T17:12:07.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36532026-08-14T17:12:07.224Z
36542026-08-14T17:12:07.225Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/335)
36552026-08-14T17:12:07.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-08-14T17:12:07.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-08-14T17:12:07.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-08-14T17:12:07.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36592026-08-14T17:12:07.795Z
36602026-08-14T17:12:07.795Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/335)
36612026-08-14T17:12:08.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-08-14T17:12:08.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-08-14T17:12:08.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-08-14T17:12:08.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36652026-08-14T17:12:08.363Z
36662026-08-14T17:12:08.363Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/335)
36672026-08-14T17:12:08.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-08-14T17:12:08.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-08-14T17:12:08.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-08-14T17:12:08.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36712026-08-14T17:12:08.947Z
36722026-08-14T17:12:08.947Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/335)
36732026-08-14T17:12:09.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-08-14T17:12:09.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-08-14T17:12:09.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762026-08-14T17:12:09.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36772026-08-14T17:12:09.536Z
36782026-08-14T17:12:09.536Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/335)
36792026-08-14T17:12:10.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-08-14T17:12:10.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-08-14T17:12:10.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-08-14T17:12:10.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36832026-08-14T17:12:10.118Z
36842026-08-14T17:12:10.118Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/335)
36852026-08-14T17:12:10.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-08-14T17:12:10.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-08-14T17:12:10.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-08-14T17:12:10.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36892026-08-14T17:12:10.703Z
36902026-08-14T17:12:10.703Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/335)
36912026-08-14T17:12:11.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-08-14T17:12:11.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-08-14T17:12:11.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-08-14T17:12:11.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36952026-08-14T17:12:11.287Z
36962026-08-14T17:12:11.287Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/335)
36972026-08-14T17:12:11.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-08-14T17:12:11.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-08-14T17:12:11.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-08-14T17:12:11.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37012026-08-14T17:12:11.876Z
37022026-08-14T17:12:11.876Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/335)
37032026-08-14T17:12:12.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-08-14T17:12:12.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-08-14T17:12:12.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-08-14T17:12:12.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37072026-08-14T17:12:12.458Z
37082026-08-14T17:12:12.458Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/335)
37092026-08-14T17:12:12.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-08-14T17:12:12.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-08-14T17:12:12.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-08-14T17:12:12.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37132026-08-14T17:12:13.039Z
37142026-08-14T17:12:13.039Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/335)
37152026-08-14T17:12:13.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-08-14T17:12:13.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-08-14T17:12:13.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-08-14T17:12:13.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37192026-08-14T17:12:13.625Z
37202026-08-14T17:12:13.625Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/335)
37212026-08-14T17:12:14.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-08-14T17:12:14.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-08-14T17:12:14.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-08-14T17:12:14.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37252026-08-14T17:12:14.212Z
37262026-08-14T17:12:14.212Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/335)
37272026-08-14T17:12:14.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-08-14T17:12:14.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-08-14T17:12:14.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-08-14T17:12:14.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37312026-08-14T17:12:14.797Z
37322026-08-14T17:12:14.797Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/335)
37332026-08-14T17:12:15.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-08-14T17:12:15.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-08-14T17:12:15.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-08-14T17:12:15.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37372026-08-14T17:12:15.377Z
37382026-08-14T17:12:15.377Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/335)
37392026-08-14T17:12:15.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-08-14T17:12:15.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-08-14T17:12:15.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422026-08-14T17:12:15.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37432026-08-14T17:12:15.961Z
37442026-08-14T17:12:15.961Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/335)
37452026-08-14T17:12:16.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-08-14T17:12:16.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-08-14T17:12:16.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37482026-08-14T17:12:16.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37492026-08-14T17:12:16.547Z
37502026-08-14T17:12:16.547Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/335)
37512026-08-14T17:12:17.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-08-14T17:12:17.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-08-14T17:12:17.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37542026-08-14T17:12:17.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37552026-08-14T17:12:17.126Z
37562026-08-14T17:12:17.126Zinfo: running `cargo check --bins` on oximeter-producer (195/335)
37572026-08-14T17:12:17.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-08-14T17:12:17.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-08-14T17:12:17.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37602026-08-14T17:12:17.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37612026-08-14T17:12:17.726Z
37622026-08-14T17:12:17.727Zinfo: running `cargo check --bins` on internal-dns-resolver (196/335)
37632026-08-14T17:12:18.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-08-14T17:12:18.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-08-14T17:12:18.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37662026-08-14T17:12:18.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37672026-08-14T17:12:18.299Z
37682026-08-14T17:12:18.299Zinfo: running `cargo check --bins` on dns-server (197/335)
37692026-08-14T17:12:18.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-08-14T17:12:18.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-08-14T17:12:18.935Z Compiling parking_lot_core v0.8.6
37722026-08-14T17:12:18.938Z Compiling git-stub v1.0.0
37732026-08-14T17:12:18.938Z Checking prefix-trie v0.7.0
37742026-08-14T17:12:19.057Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37752026-08-14T17:12:19.170Z Compiling git-stub-vcs v0.1.0
37762026-08-14T17:12:19.328Z Checking hickory-server v0.25.2
37772026-08-14T17:12:19.442Z Checking parking_lot v0.11.2
37782026-08-14T17:12:19.472Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37792026-08-14T17:12:19.611Z Checking sled v0.34.7
37802026-08-14T17:12:21.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
37812026-08-14T17:12:21.730Z
37822026-08-14T17:12:21.730Zinfo: running `cargo check --bins` on dns-server-api (198/335)
37832026-08-14T17:12:22.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-08-14T17:12:22.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-08-14T17:12:22.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37862026-08-14T17:12:22.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37872026-08-14T17:12:22.300Z
37882026-08-14T17:12:22.300Zinfo: running `cargo check --bins` on nexus-client (199/335)
37892026-08-14T17:12:22.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-08-14T17:12:22.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-08-14T17:12:22.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37922026-08-14T17:12:22.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37932026-08-14T17:12:22.899Z
37942026-08-14T17:12:22.899Zinfo: running `cargo check --bins` on oximeter-producer-api (200/335)
37952026-08-14T17:12:23.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-08-14T17:12:23.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-08-14T17:12:23.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37982026-08-14T17:12:23.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37992026-08-14T17:12:23.465Z
38002026-08-14T17:12:23.465Zinfo: running `cargo check --bins` on sp-sim (201/335)
38012026-08-14T17:12:23.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-08-14T17:12:23.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-08-14T17:12:24.165Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38042026-08-14T17:12:24.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
38052026-08-14T17:12:24.888Z
38062026-08-14T17:12:24.888Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/335)
38072026-08-14T17:12:25.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-08-14T17:12:25.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-08-14T17:12:25.695Z Compiling salty v0.3.0
38102026-08-14T17:12:25.699Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38112026-08-14T17:12:25.834Z Checking libscf-sys v1.2.0
38122026-08-14T17:12:25.834Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38132026-08-14T17:12:25.837Z Checking rfc6979 v0.4.0
38142026-08-14T17:12:25.863Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38152026-08-14T17:12:25.866Z Checking primeorder v0.13.6
38162026-08-14T17:12:25.889Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38172026-08-14T17:12:25.947Z Checking ecdsa v0.16.9
38182026-08-14T17:12:25.950Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38192026-08-14T17:12:26.024Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38202026-08-14T17:12:26.093Z Checking papergrid v0.18.0
38212026-08-14T17:12:26.107Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38222026-08-14T17:12:26.143Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38232026-08-14T17:12:26.275Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38242026-08-14T17:12:26.297Z Checking p384 v0.13.1
38252026-08-14T17:12:26.383Z Checking itertools v0.15.0
38262026-08-14T17:12:26.453Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38272026-08-14T17:12:26.469Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38282026-08-14T17:12:26.705Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38292026-08-14T17:12:26.723Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38302026-08-14T17:12:26.828Z Compiling illumos-nvpair-sys v0.2.0
38312026-08-14T17:12:26.843Z Compiling unicase v2.9.0
38322026-08-14T17:12:26.900Z Checking tabled v0.21.0
38332026-08-14T17:12:26.900Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38342026-08-14T17:12:26.912Z Checking corncobs v0.1.4
38352026-08-14T17:12:26.948Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38362026-08-14T17:12:26.994Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38372026-08-14T17:12:27.030Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38382026-08-14T17:12:27.044Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38392026-08-14T17:12:27.048Z Compiling mime_guess v2.0.5
38402026-08-14T17:12:27.284Z Compiling progenitor-impl v0.13.0
38412026-08-14T17:12:27.299Z Checking secrecy v0.8.0
38422026-08-14T17:12:27.312Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38432026-08-14T17:12:27.420Z Checking crc8 v0.1.1
38442026-08-14T17:12:27.521Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38452026-08-14T17:12:27.605Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38462026-08-14T17:12:27.738Z Checking progenitor-client v0.13.0
38472026-08-14T17:12:27.773Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38482026-08-14T17:12:28.047Z Checking http-range v0.1.5
38492026-08-14T17:12:28.080Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38502026-08-14T17:12:28.172Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38512026-08-14T17:12:28.359Z Checking illumos-nvpair v0.3.0
38522026-08-14T17:12:28.485Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38532026-08-14T17:12:28.517Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38542026-08-14T17:12:28.548Z Checking scuffle v0.1.0
38552026-08-14T17:12:28.562Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38562026-08-14T17:12:28.607Z Checking nanorand v0.7.0
38572026-08-14T17:12:28.809Z Checking flume v0.11.1
38582026-08-14T17:12:28.875Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38592026-08-14T17:12:28.997Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38602026-08-14T17:12:29.056Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38612026-08-14T17:12:29.103Z Checking hyper-staticfile v0.10.1
38622026-08-14T17:12:29.212Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38632026-08-14T17:12:29.250Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38642026-08-14T17:12:29.397Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38652026-08-14T17:12:29.465Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38662026-08-14T17:12:29.515Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38672026-08-14T17:12:29.569Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38682026-08-14T17:12:29.792Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38692026-08-14T17:12:29.860Z Compiling progenitor-macro v0.13.0
38702026-08-14T17:12:29.875Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38712026-08-14T17:12:29.890Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38722026-08-14T17:12:29.970Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38732026-08-14T17:12:30.514Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38742026-08-14T17:12:30.979Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38752026-08-14T17:12:32.650Z Checking progenitor v0.13.0
38762026-08-14T17:12:32.788Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38772026-08-14T17:12:34.230Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38782026-08-14T17:12:34.736Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
38792026-08-14T17:12:48.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.55s
38802026-08-14T17:12:48.657Z
38812026-08-14T17:12:48.657Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/335)
38822026-08-14T17:12:49.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-08-14T17:12:49.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-08-14T17:12:49.416Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38852026-08-14T17:13:00.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
38862026-08-14T17:13:00.223Z
38872026-08-14T17:13:00.223Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/335)
38882026-08-14T17:13:00.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-08-14T17:13:00.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-08-14T17:13:00.979Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38912026-08-14T17:13:11.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
38922026-08-14T17:13:11.781Z
38932026-08-14T17:13:11.782Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/335)
38942026-08-14T17:13:12.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-08-14T17:13:12.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-08-14T17:13:12.550Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38972026-08-14T17:13:23.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
38982026-08-14T17:13:23.305Z
38992026-08-14T17:13:23.306Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/335)
39002026-08-14T17:13:23.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-08-14T17:13:23.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-08-14T17:13:24.061Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39032026-08-14T17:13:34.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
39042026-08-14T17:13:34.887Z
39052026-08-14T17:13:34.887Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/335)
39062026-08-14T17:13:35.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-08-14T17:13:35.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-08-14T17:13:35.643Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39092026-08-14T17:13:46.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
39102026-08-14T17:13:46.429Z
39112026-08-14T17:13:46.429Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/335)
39122026-08-14T17:13:46.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-08-14T17:13:46.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-08-14T17:13:47.192Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39152026-08-14T17:13:57.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
39162026-08-14T17:13:57.975Z
39172026-08-14T17:13:57.975Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/335)
39182026-08-14T17:13:58.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39192026-08-14T17:13:58.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39202026-08-14T17:13:58.730Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39212026-08-14T17:14:09.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
39222026-08-14T17:14:09.577Z
39232026-08-14T17:14:09.577Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/335)
39242026-08-14T17:14:10.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-08-14T17:14:10.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-08-14T17:14:10.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39272026-08-14T17:14:10.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39282026-08-14T17:14:10.149Z
39292026-08-14T17:14:10.149Zinfo: running `cargo check --bins` on installinator-common (211/335)
39302026-08-14T17:14:10.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-08-14T17:14:10.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-08-14T17:14:10.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39332026-08-14T17:14:10.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39342026-08-14T17:14:10.730Z
39352026-08-14T17:14:10.730Zinfo: running `cargo check --bins` on installinator-common-versions (212/335)
39362026-08-14T17:14:11.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-08-14T17:14:11.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-08-14T17:14:11.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-08-14T17:14:11.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39402026-08-14T17:14:11.282Z
39412026-08-14T17:14:11.282Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/335)
39422026-08-14T17:14:11.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-08-14T17:14:11.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-08-14T17:14:11.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-08-14T17:14:11.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39462026-08-14T17:14:11.886Z
39472026-08-14T17:14:11.886Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/335)
39482026-08-14T17:14:12.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-08-14T17:14:12.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-08-14T17:14:12.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39512026-08-14T17:14:12.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39522026-08-14T17:14:12.460Z
39532026-08-14T17:14:12.460Zinfo: running `cargo check --bins` on range-requests (215/335)
39542026-08-14T17:14:12.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-08-14T17:14:12.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-08-14T17:14:12.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39572026-08-14T17:14:12.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39582026-08-14T17:14:13.027Z
39592026-08-14T17:14:13.027Zinfo: running `cargo check --bins` on repo-depot-api (216/335)
39602026-08-14T17:14:13.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-08-14T17:14:13.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-08-14T17:14:13.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39632026-08-14T17:14:13.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39642026-08-14T17:14:13.592Z
39652026-08-14T17:14:13.593Zinfo: running `cargo check --bins` on repo-depot-client (217/335)
39662026-08-14T17:14:14.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-08-14T17:14:14.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-08-14T17:14:14.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39692026-08-14T17:14:14.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39702026-08-14T17:14:14.152Z
39712026-08-14T17:14:14.152Zinfo: running `cargo check --bins` on sled-agent-api (218/335)
39722026-08-14T17:14:14.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-08-14T17:14:14.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-08-14T17:14:14.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39752026-08-14T17:14:14.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39762026-08-14T17:14:14.736Z
39772026-08-14T17:14:14.736Zinfo: running `cargo check --bins` on sled-diagnostics (219/335)
39782026-08-14T17:14:15.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792026-08-14T17:14:15.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802026-08-14T17:14:15.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39812026-08-14T17:14:15.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39822026-08-14T17:14:15.322Z
39832026-08-14T17:14:15.322Zinfo: running `cargo check --bins` on zfs-test-harness (220/335)
39842026-08-14T17:14:15.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852026-08-14T17:14:15.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862026-08-14T17:14:15.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39872026-08-14T17:14:15.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39882026-08-14T17:14:15.910Z
39892026-08-14T17:14:15.910Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (221/335)
39902026-08-14T17:14:16.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39912026-08-14T17:14:16.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39922026-08-14T17:14:16.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39932026-08-14T17:14:16.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39942026-08-14T17:14:16.504Z
39952026-08-14T17:14:16.504Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (222/335)
39962026-08-14T17:14:16.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39972026-08-14T17:14:17.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39982026-08-14T17:14:17.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39992026-08-14T17:14:17.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40002026-08-14T17:14:17.098Z
40012026-08-14T17:14:17.098Zinfo: running `cargo check --bins` on sled-agent-early-networking (223/335)
40022026-08-14T17:14:17.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40032026-08-14T17:14:17.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40042026-08-14T17:14:17.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40052026-08-14T17:14:17.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40062026-08-14T17:14:17.683Z
40072026-08-14T17:14:17.683Zinfo: running `cargo check --bins` on sled-agent-health-monitor (224/335)
40082026-08-14T17:14:18.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40092026-08-14T17:14:18.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40102026-08-14T17:14:18.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40112026-08-14T17:14:18.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40122026-08-14T17:14:18.271Z
40132026-08-14T17:14:18.271Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (225/335)
40142026-08-14T17:14:18.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40152026-08-14T17:14:18.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40162026-08-14T17:14:18.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40172026-08-14T17:14:18.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40182026-08-14T17:14:18.863Z
40192026-08-14T17:14:18.864Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (226/335)
40202026-08-14T17:14:19.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-08-14T17:14:19.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-08-14T17:14:19.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40232026-08-14T17:14:19.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40242026-08-14T17:14:19.452Z
40252026-08-14T17:14:19.452Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (227/335)
40262026-08-14T17:14:23.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40272026-08-14T17:14:23.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40282026-08-14T17:14:23.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40292026-08-14T17:14:23.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40302026-08-14T17:14:23.410Z
40312026-08-14T17:14:23.410Zinfo: running `cargo check --bins` on sled-agent-rack-setup (228/335)
40322026-08-14T17:14:23.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40332026-08-14T17:14:23.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40342026-08-14T17:14:23.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40352026-08-14T17:14:23.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40362026-08-14T17:14:23.410Z
40372026-08-14T17:14:23.410Zinfo: running `cargo check --bins` on trust-quorum (229/335)
40382026-08-14T17:14:23.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40392026-08-14T17:14:23.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40402026-08-14T17:14:23.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40412026-08-14T17:14:23.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40422026-08-14T17:14:23.410Z
40432026-08-14T17:14:23.410Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (230/335)
40442026-08-14T17:14:23.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40452026-08-14T17:14:23.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40462026-08-14T17:14:23.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40472026-08-14T17:14:23.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40482026-08-14T17:14:23.410Z
40492026-08-14T17:14:23.410Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (231/335)
40502026-08-14T17:14:23.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-08-14T17:14:23.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-08-14T17:14:23.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-08-14T17:14:23.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40542026-08-14T17:14:23.411Z
40552026-08-14T17:14:23.411Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (232/335)
40562026-08-14T17:14:23.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-08-14T17:14:23.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-08-14T17:14:23.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-08-14T17:14:23.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40602026-08-14T17:14:23.437Z
40612026-08-14T17:14:23.437Zinfo: running `cargo check --bins` on omicron-deployment-graph (233/335)
40622026-08-14T17:14:25.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-08-14T17:14:25.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-08-14T17:14:25.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-08-14T17:14:25.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40662026-08-14T17:14:25.138Z
40672026-08-14T17:14:25.138Zinfo: running `cargo check --bins` on transient-dns-server (234/335)
40682026-08-14T17:14:25.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-08-14T17:14:25.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-08-14T17:14:25.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-08-14T17:14:25.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40722026-08-14T17:14:25.138Z
40732026-08-14T17:14:25.138Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (235/335)
40742026-08-14T17:14:25.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-08-14T17:14:25.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-08-14T17:14:25.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-08-14T17:14:25.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40782026-08-14T17:14:25.139Z
40792026-08-14T17:14:25.139Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (236/335)
40802026-08-14T17:14:25.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-08-14T17:14:25.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-08-14T17:14:25.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-08-14T17:14:25.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40842026-08-14T17:14:25.383Z
40852026-08-14T17:14:25.383Zinfo: running `cargo check --bins` on omicron-rpaths (237/335)
40862026-08-14T17:14:26.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-08-14T17:14:26.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-08-14T17:14:26.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-08-14T17:14:26.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40902026-08-14T17:14:26.247Z
40912026-08-14T17:14:26.247Zinfo: running `cargo check --bins` on omicron-repl-utils (238/335)
40922026-08-14T17:14:26.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-08-14T17:14:26.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-08-14T17:14:26.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-08-14T17:14:26.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40962026-08-14T17:14:26.495Z
40972026-08-14T17:14:26.495Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (239/335)
40982026-08-14T17:14:26.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-08-14T17:14:27.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-08-14T17:14:27.184Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41012026-08-14T17:14:27.599Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41022026-08-14T17:14:28.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
41032026-08-14T17:14:28.979Z
41042026-08-14T17:14:28.979Zinfo: running `cargo check --bins` on clickhouse-admin-api (240/335)
41052026-08-14T17:14:29.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-08-14T17:14:29.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-08-14T17:14:29.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41082026-08-14T17:14:29.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41092026-08-14T17:14:29.548Z
41102026-08-14T17:14:29.548Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (241/335)
41112026-08-14T17:14:30.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41122026-08-14T17:14:30.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41132026-08-14T17:14:30.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41142026-08-14T17:14:30.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41152026-08-14T17:14:30.116Z
41162026-08-14T17:14:30.116Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (242/335)
41172026-08-14T17:14:30.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41182026-08-14T17:14:30.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41192026-08-14T17:14:30.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41202026-08-14T17:14:30.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41212026-08-14T17:14:30.692Z
41222026-08-14T17:14:30.693Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (243/335)
41232026-08-14T17:14:31.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-08-14T17:14:31.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-08-14T17:14:31.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41262026-08-14T17:14:31.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41272026-08-14T17:14:31.261Z
41282026-08-14T17:14:31.261Zinfo: running `cargo check --bins` on installinator-client (244/335)
41292026-08-14T17:14:31.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41302026-08-14T17:14:31.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41312026-08-14T17:14:31.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41322026-08-14T17:14:31.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41332026-08-14T17:14:31.834Z
41342026-08-14T17:14:31.834Zinfo: running `cargo check --bins` on oxide-client (245/335)
41352026-08-14T17:14:32.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41362026-08-14T17:14:32.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41372026-08-14T17:14:32.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41382026-08-14T17:14:32.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41392026-08-14T17:14:32.392Z
41402026-08-14T17:14:32.392Zinfo: running `cargo check --bins` on oximeter-client (246/335)
41412026-08-14T17:14:32.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-08-14T17:14:32.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-08-14T17:14:32.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41442026-08-14T17:14:32.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41452026-08-14T17:14:32.961Z
41462026-08-14T17:14:32.965Zinfo: running `cargo check --bins` on wicketd-client (247/335)
41472026-08-14T17:14:33.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-08-14T17:14:33.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-08-14T17:14:33.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41502026-08-14T17:14:33.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41512026-08-14T17:14:33.551Z
41522026-08-14T17:14:33.551Zinfo: running `cargo check --bins` on wicket-common (248/335)
41532026-08-14T17:14:34.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-08-14T17:14:34.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-08-14T17:14:34.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41562026-08-14T17:14:34.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41572026-08-14T17:14:34.133Z
41582026-08-14T17:14:34.133Zinfo: running `cargo check --bins` on wicketd-commission-client (249/335)
41592026-08-14T17:14:34.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41602026-08-14T17:14:34.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41612026-08-14T17:14:34.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41622026-08-14T17:14:34.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41632026-08-14T17:14:34.709Z
41642026-08-14T17:14:34.710Zinfo: running `cargo check --bins` on omicron-cockroach-admin (250/335)
41652026-08-14T17:14:35.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41662026-08-14T17:14:35.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41672026-08-14T17:14:35.367Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41682026-08-14T17:14:35.370Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41692026-08-14T17:14:36.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
41702026-08-14T17:14:36.733Z
41712026-08-14T17:14:36.733Zinfo: running `cargo check --bins` on cockroach-admin-api (251/335)
41722026-08-14T17:14:37.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41732026-08-14T17:14:37.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41742026-08-14T17:14:37.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41752026-08-14T17:14:37.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41762026-08-14T17:14:37.300Z
41772026-08-14T17:14:37.300Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (252/335)
41782026-08-14T17:14:37.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41792026-08-14T17:14:37.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41802026-08-14T17:14:37.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41812026-08-14T17:14:37.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41822026-08-14T17:14:37.946Z
41832026-08-14T17:14:37.946Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (253/335)
41842026-08-14T17:14:38.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41852026-08-14T17:14:38.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41862026-08-14T17:14:38.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41872026-08-14T17:14:38.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41882026-08-14T17:14:38.602Z
41892026-08-14T17:14:38.602Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (254/335)
41902026-08-14T17:14:39.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41912026-08-14T17:14:39.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41922026-08-14T17:14:39.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41932026-08-14T17:14:39.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41942026-08-14T17:14:39.224Z
41952026-08-14T17:14:39.224Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (255/335)
41962026-08-14T17:14:39.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-08-14T17:14:39.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-08-14T17:14:39.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-08-14T17:14:39.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42002026-08-14T17:14:39.848Z
42012026-08-14T17:14:39.851Zinfo: running `cargo check --bins` on db-macros (256/335)
42022026-08-14T17:14:40.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-08-14T17:14:40.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-08-14T17:14:40.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-08-14T17:14:40.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42062026-08-14T17:14:40.409Z
42072026-08-14T17:14:40.409Zinfo: running `cargo check --bins` on nexus-macros-common (257/335)
42082026-08-14T17:14:40.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-08-14T17:14:40.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-08-14T17:14:40.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-08-14T17:14:40.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42122026-08-14T17:14:40.965Z
42132026-08-14T17:14:40.965Zinfo: running `cargo check --bins` on nexus-auth (258/335)
42142026-08-14T17:14:41.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-08-14T17:14:41.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-08-14T17:14:41.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-08-14T17:14:41.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42182026-08-14T17:14:41.589Z
42192026-08-14T17:14:41.589Zinfo: running `cargo check --bins` on authz-macros (259/335)
42202026-08-14T17:14:42.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-08-14T17:14:42.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-08-14T17:14:42.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-08-14T17:14:42.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42242026-08-14T17:14:42.149Z
42252026-08-14T17:14:42.149Zinfo: running `cargo check --bins` on nexus-db-fixed-data (260/335)
42262026-08-14T17:14:42.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-08-14T17:14:42.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-08-14T17:14:42.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-08-14T17:14:42.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42302026-08-14T17:14:42.774Z
42312026-08-14T17:14:42.774Zinfo: running `cargo check --bins` on nexus-db-model (261/335)
42322026-08-14T17:14:43.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-08-14T17:14:43.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-08-14T17:14:43.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-08-14T17:14:43.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42362026-08-14T17:14:43.381Z
42372026-08-14T17:14:43.381Zinfo: running `cargo check --bins` on nexus-db-schema (262/335)
42382026-08-14T17:14:43.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-08-14T17:14:43.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-08-14T17:14:43.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42412026-08-14T17:14:43.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42422026-08-14T17:14:43.944Z
42432026-08-14T17:14:43.944Zinfo: running `cargo check --bins` on nexus-defaults (263/335)
42442026-08-14T17:14:44.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-08-14T17:14:44.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-08-14T17:14:44.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42472026-08-14T17:14:44.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42482026-08-14T17:14:44.515Z
42492026-08-14T17:14:44.515Zinfo: running `cargo check --bins` on omicron-git-version (264/335)
42502026-08-14T17:14:44.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-08-14T17:14:44.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-08-14T17:14:44.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42532026-08-14T17:14:44.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42542026-08-14T17:14:45.070Z
42552026-08-14T17:14:45.070Zinfo: running `cargo check --bins` on nexus-db-errors (265/335)
42562026-08-14T17:14:45.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-08-14T17:14:45.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-08-14T17:14:45.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42592026-08-14T17:14:45.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42602026-08-14T17:14:45.687Z
42612026-08-14T17:14:45.688Zinfo: running `cargo check --bins` on nexus-db-lookup (266/335)
42622026-08-14T17:14:46.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42632026-08-14T17:14:46.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42642026-08-14T17:14:46.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42652026-08-14T17:14:46.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42662026-08-14T17:14:46.310Z
42672026-08-14T17:14:46.310Zinfo: running `cargo check --bins` on nexus-test-interface (267/335)
42682026-08-14T17:14:46.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42692026-08-14T17:14:46.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42702026-08-14T17:14:46.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42712026-08-14T17:14:46.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42722026-08-14T17:14:46.935Z
42732026-08-14T17:14:46.935Zinfo: running `cargo check --bins` on oximeter-collector (268/335)
42742026-08-14T17:14:47.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42752026-08-14T17:14:47.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42762026-08-14T17:14:47.653Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
42772026-08-14T17:14:47.653Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
42782026-08-14T17:14:48.327Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42792026-08-14T17:14:50.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
42802026-08-14T17:14:50.242Z
42812026-08-14T17:14:50.242Zinfo: running `cargo check --bins` on oximeter-api (269/335)
42822026-08-14T17:14:50.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42832026-08-14T17:14:50.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42842026-08-14T17:14:50.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42852026-08-14T17:14:50.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42862026-08-14T17:14:50.814Z
42872026-08-14T17:14:50.814Zinfo: running `cargo check --bins` on cert-dev (270/335)
42882026-08-14T17:14:51.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-08-14T17:14:51.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-08-14T17:14:51.417Z Checking yasna v0.5.2
42912026-08-14T17:14:51.824Z Checking rcgen v0.12.1
42922026-08-14T17:14:52.075Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42932026-08-14T17:14:52.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
42942026-08-14T17:14:52.422Z
42952026-08-14T17:14:52.422Zinfo: running `cargo check --bins` on clickana (271/335)
42962026-08-14T17:14:52.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42972026-08-14T17:14:52.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42982026-08-14T17:14:53.049Z Compiling instability v0.3.11
42992026-08-14T17:14:53.049Z Checking castaway v0.2.4
43002026-08-14T17:14:53.053Z Compiling indoc v2.0.7
43012026-08-14T17:14:53.053Z Checking unicode-truncate v1.1.0
43022026-08-14T17:14:53.053Z Checking lru v0.12.5
43032026-08-14T17:14:53.053Z Checking cassowary v0.3.0
43042026-08-14T17:14:53.245Z Checking compact_str v0.8.1
43052026-08-14T17:14:54.063Z Checking ratatui v0.29.0
43062026-08-14T17:14:55.118Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43072026-08-14T17:14:55.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s
43082026-08-14T17:14:56.044Z
43092026-08-14T17:14:56.044Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (272/335)
43102026-08-14T17:14:56.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-08-14T17:14:56.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-08-14T17:14:56.752Z Checking headers-core v0.3.0
43132026-08-14T17:14:56.752Z Checking port-file v0.1.0
43142026-08-14T17:14:56.755Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43152026-08-14T17:14:56.948Z Checking headers v0.4.1
43162026-08-14T17:14:57.328Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43172026-08-14T17:14:58.290Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43182026-08-14T17:14:58.810Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43192026-08-14T17:14:59.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
43202026-08-14T17:14:59.442Z
43212026-08-14T17:14:59.442Zinfo: running `cargo check --bins` on ch-dev (273/335)
43222026-08-14T17:14:59.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43232026-08-14T17:14:59.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43242026-08-14T17:15:00.147Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
43252026-08-14T17:15:00.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
43262026-08-14T17:15:01.102Z
43272026-08-14T17:15:01.102Zinfo: running `cargo check --bins` on dev-tools-common (274/335)
43282026-08-14T17:15:01.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-08-14T17:15:01.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-08-14T17:15:01.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43312026-08-14T17:15:01.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
43322026-08-14T17:15:01.520Z
43332026-08-14T17:15:01.520Zinfo: running `cargo check --bins` on corpus-adjust (275/335)
43342026-08-14T17:15:01.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43352026-08-14T17:15:01.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43362026-08-14T17:15:02.138Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
43372026-08-14T17:15:02.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
43382026-08-14T17:15:02.686Z
43392026-08-14T17:15:02.686Zinfo: running `cargo check --bins` on crdb-seed (276/335)
43402026-08-14T17:15:03.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43412026-08-14T17:15:03.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43422026-08-14T17:15:03.397Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43432026-08-14T17:15:04.508Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43442026-08-14T17:15:04.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s
43452026-08-14T17:15:05.058Z
43462026-08-14T17:15:05.058Zinfo: running `cargo check --bins` on db-dev (277/335)
43472026-08-14T17:15:05.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-08-14T17:15:05.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-08-14T17:15:05.764Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
43502026-08-14T17:15:06.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
43512026-08-14T17:15:06.731Z
43522026-08-14T17:15:06.731Zinfo: running `cargo check --bins` on omicron-dev-lib (278/335)
43532026-08-14T17:15:07.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-08-14T17:15:07.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-08-14T17:15:07.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43562026-08-14T17:15:07.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43572026-08-14T17:15:07.336Z
43582026-08-14T17:15:07.336Zinfo: running `cargo check --bins` on xtask-downloader (279/335)
43592026-08-14T17:15:07.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-08-14T17:15:07.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-08-14T17:15:07.941Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43622026-08-14T17:15:08.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
43632026-08-14T17:15:08.807Z
43642026-08-14T17:15:08.807Zinfo: running `cargo check --bins` on omicron-dropshot-apis (280/335)
43652026-08-14T17:15:09.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43662026-08-14T17:15:09.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43672026-08-14T17:15:09.552Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43682026-08-14T17:15:09.552Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43692026-08-14T17:15:09.556Z Checking git-stub v1.0.0
43702026-08-14T17:15:09.556Z Compiling trait-variant v0.1.2
43712026-08-14T17:15:09.556Z Checking is_ci v1.2.0
43722026-08-14T17:15:09.556Z Checking maplit v1.0.2
43732026-08-14T17:15:09.697Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
43742026-08-14T17:15:09.708Z Checking drift v0.2.0
43752026-08-14T17:15:09.736Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
43762026-08-14T17:15:09.762Z Checking supports-color v3.0.2
43772026-08-14T17:15:09.803Z Checking git-stub-vcs v0.1.0
43782026-08-14T17:15:09.888Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43792026-08-14T17:15:09.919Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
43802026-08-14T17:15:09.934Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43812026-08-14T17:15:10.000Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
43822026-08-14T17:15:10.053Z Checking dropshot-api-manager v0.7.2
43832026-08-14T17:15:10.073Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43842026-08-14T17:15:10.202Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
43852026-08-14T17:15:10.398Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43862026-08-14T17:15:10.918Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43872026-08-14T17:15:11.848Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43882026-08-14T17:15:12.870Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43892026-08-14T17:15:13.580Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43902026-08-14T17:15:14.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
43912026-08-14T17:15:14.222Z
43922026-08-14T17:15:14.222Zinfo: running `cargo check --bins` on installinator-api (281/335)
43932026-08-14T17:15:14.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-08-14T17:15:14.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-08-14T17:15:14.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43962026-08-14T17:15:14.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43972026-08-14T17:15:14.797Z
43982026-08-14T17:15:14.797Zinfo: running `cargo check --bins` on nexus-external-api (282/335)
43992026-08-14T17:15:15.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-08-14T17:15:15.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-08-14T17:15:15.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44022026-08-14T17:15:15.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44032026-08-14T17:15:15.411Z
44042026-08-14T17:15:15.411Zinfo: running `cargo check --bins` on nexus-internal-api (283/335)
44052026-08-14T17:15:15.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-08-14T17:15:15.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-08-14T17:15:15.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44082026-08-14T17:15:15.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44092026-08-14T17:15:16.022Z
44102026-08-14T17:15:16.022Zinfo: running `cargo check --bins` on nexus-lockstep-api (284/335)
44112026-08-14T17:15:16.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-08-14T17:15:16.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-08-14T17:15:16.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44142026-08-14T17:15:16.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44152026-08-14T17:15:16.635Z
44162026-08-14T17:15:16.635Zinfo: running `cargo check --bins` on ntp-admin-api (285/335)
44172026-08-14T17:15:17.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-08-14T17:15:17.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-08-14T17:15:17.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44202026-08-14T17:15:17.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44212026-08-14T17:15:17.203Z
44222026-08-14T17:15:17.203Zinfo: running `cargo check --bins` on ntp-admin-types-versions (286/335)
44232026-08-14T17:15:17.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-08-14T17:15:17.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-08-14T17:15:17.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44262026-08-14T17:15:17.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44272026-08-14T17:15:17.760Z
44282026-08-14T17:15:17.760Zinfo: running `cargo check --bins` on wicketd-api (287/335)
44292026-08-14T17:15:18.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-08-14T17:15:18.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-08-14T17:15:18.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44322026-08-14T17:15:18.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44332026-08-14T17:15:18.346Z
44342026-08-14T17:15:18.346Zinfo: running `cargo check --bins` on wicketd-commission-api (288/335)
44352026-08-14T17:15:18.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-08-14T17:15:18.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-08-14T17:15:18.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44382026-08-14T17:15:18.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44392026-08-14T17:15:18.930Z
44402026-08-14T17:15:18.930Zinfo: running `cargo check --bins` on omicron-ls-apis (289/335)
44412026-08-14T17:15:19.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-08-14T17:15:19.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-08-14T17:15:19.551Z Compiling blake3 v1.8.5
44442026-08-14T17:15:19.662Z Checking arrayvec v0.7.6
44452026-08-14T17:15:19.662Z Checking constant_time_eq v0.4.2
44462026-08-14T17:15:19.670Z Checking arrayref v0.3.9
44472026-08-14T17:15:19.684Z Checking cargo-platform v0.3.2
44482026-08-14T17:15:19.687Z Checking topological-sort v0.2.2
44492026-08-14T17:15:19.687Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
44502026-08-14T17:15:19.837Z Checking cargo_metadata v0.23.1
44512026-08-14T17:15:20.444Z Checking omicron-zone-package v0.12.3
44522026-08-14T17:15:21.156Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44532026-08-14T17:15:22.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
44542026-08-14T17:15:22.174Z
44552026-08-14T17:15:22.174Zinfo: running `cargo check --bins` on mgs-dev (290/335)
44562026-08-14T17:15:22.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-08-14T17:15:22.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-08-14T17:15:22.900Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44592026-08-14T17:15:23.533Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44602026-08-14T17:15:24.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
44612026-08-14T17:15:24.248Z
44622026-08-14T17:15:24.248Zinfo: running `cargo check --bins` on omicron-omdb (291/335)
44632026-08-14T17:15:24.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-08-14T17:15:24.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-08-14T17:15:25.196Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44662026-08-14T17:15:25.196Z Compiling darling_core v0.21.3
44672026-08-14T17:15:25.196Z Compiling vergen-lib v0.1.6
44682026-08-14T17:15:25.197Z Compiling diesel_derives v2.3.7
44692026-08-14T17:15:25.201Z Checking scheduled-thread-pool v0.2.7
44702026-08-14T17:15:25.201Z Compiling vergen-gitcl v1.0.8
44712026-08-14T17:15:25.202Z Compiling diesel_table_macro_syntax v0.3.0
44722026-08-14T17:15:25.202Z Compiling dirs-sys-next v0.1.2
44732026-08-14T17:15:25.505Z Compiling glob v0.3.3
44742026-08-14T17:15:25.524Z Compiling crunchy v0.2.4
44752026-08-14T17:15:25.540Z Checking r2d2 v0.8.10
44762026-08-14T17:15:25.614Z Compiling dirs-next v2.0.0
44772026-08-14T17:15:25.618Z Checking downcast-rs v2.0.2
44782026-08-14T17:15:25.734Z Compiling tiny-keccak v2.0.2
44792026-08-14T17:15:25.787Z Compiling term v0.7.0
44802026-08-14T17:15:25.802Z Compiling bit-vec v0.6.3
44812026-08-14T17:15:25.880Z Compiling clang-sys v1.8.1
44822026-08-14T17:15:26.022Z Compiling bit-set v0.5.3
44832026-08-14T17:15:26.038Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44842026-08-14T17:15:26.182Z Compiling ascii-canvas v3.0.0
44852026-08-14T17:15:26.223Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44862026-08-14T17:15:26.267Z Compiling itertools v0.10.5
44872026-08-14T17:15:26.325Z Compiling ena v0.14.4
44882026-08-14T17:15:26.359Z Compiling libloading v0.8.9
44892026-08-14T17:15:26.378Z Compiling regex-syntax v0.6.29
44902026-08-14T17:15:26.423Z Compiling diff v0.1.13
44912026-08-14T17:15:26.462Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
44922026-08-14T17:15:26.534Z Compiling bindgen v0.71.1
44932026-08-14T17:15:26.715Z Compiling cexpr v0.6.0
44942026-08-14T17:15:26.954Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44952026-08-14T17:15:27.080Z Compiling rustc-hash v2.1.1
44962026-08-14T17:15:27.169Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44972026-08-14T17:15:27.357Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
44982026-08-14T17:15:27.385Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
44992026-08-14T17:15:27.411Z Compiling libxml v0.3.3
45002026-08-14T17:15:27.526Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45012026-08-14T17:15:27.667Z Compiling strum_macros v0.24.3
45022026-08-14T17:15:27.685Z Compiling lalrpop v0.19.12
45032026-08-14T17:15:27.717Z Compiling indoc v1.0.9
45042026-08-14T17:15:27.878Z Compiling darling_macro v0.21.3
45052026-08-14T17:15:28.392Z Compiling darling v0.21.3
45062026-08-14T17:15:28.472Z Compiling dsl_auto_type v0.2.0
45072026-08-14T17:15:28.616Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45082026-08-14T17:15:28.811Z Checking derive_builder v0.20.2
45092026-08-14T17:15:28.935Z Compiling oso-derive v0.27.3
45102026-08-14T17:15:28.994Z Checking quick-xml v0.37.5
45112026-08-14T17:15:29.050Z Compiling impl-trait-for-tuples v0.2.3
45122026-08-14T17:15:29.441Z Checking openssl-probe v0.1.6
45132026-08-14T17:15:29.583Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45142026-08-14T17:15:29.866Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45152026-08-14T17:15:30.059Z Checking bb8 v0.8.6
45162026-08-14T17:15:30.175Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45172026-08-14T17:15:30.327Z Checking nonempty v0.12.0
45182026-08-14T17:15:30.344Z Compiling libz-sys v1.1.24
45192026-08-14T17:15:30.390Z Compiling strsim v0.10.0
45202026-08-14T17:15:30.495Z Compiling libgit2-sys v0.18.3+1.9.2
45212026-08-14T17:15:30.575Z Compiling darling_core v0.13.4
45222026-08-14T17:15:30.738Z Compiling vergen-git2 v9.1.0
45232026-08-14T17:15:30.922Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45242026-08-14T17:15:30.962Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45252026-08-14T17:15:31.134Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45262026-08-14T17:15:31.347Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45272026-08-14T17:15:31.535Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45282026-08-14T17:15:31.725Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45292026-08-14T17:15:31.979Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45302026-08-14T17:15:31.999Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45312026-08-14T17:15:32.167Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45322026-08-14T17:15:32.365Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
45332026-08-14T17:15:32.488Z Compiling darling_macro v0.13.4
45342026-08-14T17:15:32.551Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45352026-08-14T17:15:32.742Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45362026-08-14T17:15:32.984Z Compiling darling v0.13.4
45372026-08-14T17:15:33.092Z Compiling serde_with_macros v1.5.2
45382026-08-14T17:15:33.165Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45392026-08-14T17:15:33.547Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
45402026-08-14T17:15:33.930Z Compiling serde_with v1.14.0
45412026-08-14T17:15:34.132Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45422026-08-14T17:15:34.265Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45432026-08-14T17:15:34.286Z Checking diesel v2.3.7
45442026-08-14T17:15:34.318Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
45452026-08-14T17:15:35.076Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
45462026-08-14T17:15:35.959Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45472026-08-14T17:15:36.145Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
45482026-08-14T17:15:36.662Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45492026-08-14T17:15:36.842Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
45502026-08-14T17:15:37.403Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45512026-08-14T17:15:37.559Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45522026-08-14T17:15:37.594Z Checking twox-hash v2.1.2
45532026-08-14T17:15:37.897Z Checking libsw-core v0.3.2
45542026-08-14T17:15:38.060Z Checking atty v0.2.14
45552026-08-14T17:15:38.167Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45562026-08-14T17:15:38.223Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45572026-08-14T17:15:38.462Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45582026-08-14T17:15:38.533Z Checking libsw v3.5.0
45592026-08-14T17:15:38.618Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45602026-08-14T17:15:38.694Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
45612026-08-14T17:15:39.861Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
45622026-08-14T17:15:39.900Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
45632026-08-14T17:15:40.559Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
45642026-08-14T17:15:40.608Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45652026-08-14T17:15:40.744Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
45662026-08-14T17:15:40.934Z Checking console v0.16.2
45672026-08-14T17:15:41.243Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
45682026-08-14T17:15:41.395Z Checking fatfs v0.3.6
45692026-08-14T17:15:41.594Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
45702026-08-14T17:15:41.843Z Compiling seq-macro v0.3.6
45712026-08-14T17:15:42.354Z Checking unit-prefix v0.5.2
45722026-08-14T17:15:42.492Z Checking indicatif v0.18.4
45732026-08-14T17:15:42.916Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45742026-08-14T17:15:42.939Z Checking oxide-update-engine-display v0.1.2
45752026-08-14T17:15:43.249Z Checking support-bundle-viewer v0.1.2
45762026-08-14T17:15:43.505Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
45772026-08-14T17:15:43.602Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45782026-08-14T17:15:43.717Z Checking multimap v0.10.1
45792026-08-14T17:15:49.597Z Checking async-bb8-diesel v0.2.1
45802026-08-14T17:15:49.953Z Checking diesel-dtrace v0.5.0
45812026-08-14T17:15:53.062Z Compiling samael v0.0.19
45822026-08-14T17:15:57.841Z Compiling git2 v0.20.4
45832026-08-14T17:15:59.045Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
45842026-08-14T17:16:00.022Z Compiling polar-core v0.27.3
45852026-08-14T17:16:00.286Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45862026-08-14T17:16:04.512Z Checking oso v0.27.3
45872026-08-14T17:16:37.123Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45882026-08-14T17:17:52.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
45892026-08-14T17:17:52.719Z
45902026-08-14T17:17:52.719Zinfo: running `cargo check --bins` on nexus-networking (292/335)
45912026-08-14T17:17:53.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45922026-08-14T17:17:53.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45932026-08-14T17:17:53.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45942026-08-14T17:17:53.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
45952026-08-14T17:17:53.389Z
45962026-08-14T17:17:53.389Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (293/335)
45972026-08-14T17:17:53.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45982026-08-14T17:17:53.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45992026-08-14T17:17:53.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46002026-08-14T17:17:53.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46012026-08-14T17:17:54.011Z
46022026-08-14T17:17:54.011Zinfo: running `cargo check --bins` on nexus-saga-recovery (294/335)
46032026-08-14T17:17:54.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46042026-08-14T17:17:54.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46052026-08-14T17:17:54.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46062026-08-14T17:17:54.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46072026-08-14T17:17:54.638Z
46082026-08-14T17:17:54.638Zinfo: running `cargo check --bins` on nexus-test-utils-macros (295/335)
46092026-08-14T17:17:55.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46102026-08-14T17:17:55.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46112026-08-14T17:17:55.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46122026-08-14T17:17:55.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46132026-08-14T17:17:55.193Z
46142026-08-14T17:17:55.193Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (296/335)
46152026-08-14T17:17:55.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-08-14T17:17:55.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-08-14T17:17:56.007Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46182026-08-14T17:17:56.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
46192026-08-14T17:17:56.974Z
46202026-08-14T17:17:56.974Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (297/335)
46212026-08-14T17:17:57.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-08-14T17:17:57.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-08-14T17:17:57.788Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46242026-08-14T17:18:36.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.78s
46252026-08-14T17:18:36.974Z
46262026-08-14T17:18:36.974Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (298/335)
46272026-08-14T17:18:37.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46282026-08-14T17:18:37.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46292026-08-14T17:18:37.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46302026-08-14T17:18:37.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46312026-08-14T17:18:37.534Z
46322026-08-14T17:18:37.534Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (299/335)
46332026-08-14T17:18:38.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46342026-08-14T17:18:38.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46352026-08-14T17:18:38.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46362026-08-14T17:18:38.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46372026-08-14T17:18:38.093Z
46382026-08-14T17:18:38.093Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (300/335)
46392026-08-14T17:18:38.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46402026-08-14T17:18:38.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46412026-08-14T17:18:38.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46422026-08-14T17:18:38.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46432026-08-14T17:18:38.709Z
46442026-08-14T17:18:38.709Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (301/335)
46452026-08-14T17:18:39.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46462026-08-14T17:18:39.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46472026-08-14T17:18:39.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46482026-08-14T17:18:39.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46492026-08-14T17:18:39.342Z
46502026-08-14T17:18:39.342Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (302/335)
46512026-08-14T17:18:39.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46522026-08-14T17:18:39.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46532026-08-14T17:18:39.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46542026-08-14T17:18:39.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46552026-08-14T17:18:39.969Z
46562026-08-14T17:18:39.970Zinfo: running `cargo check --bins` on nexus-mgs-updates (303/335)
46572026-08-14T17:18:40.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46582026-08-14T17:18:40.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46592026-08-14T17:18:40.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46602026-08-14T17:18:40.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46612026-08-14T17:18:40.575Z
46622026-08-14T17:18:40.575Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (304/335)
46632026-08-14T17:18:41.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46642026-08-14T17:18:41.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46652026-08-14T17:18:41.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46662026-08-14T17:18:41.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46672026-08-14T17:18:41.212Z
46682026-08-14T17:18:41.212Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (305/335)
46692026-08-14T17:18:41.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46702026-08-14T17:18:41.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46712026-08-14T17:18:41.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46722026-08-14T17:18:41.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46732026-08-14T17:18:41.845Z
46742026-08-14T17:18:41.845Zinfo: running `cargo check --bins` on nexus-switch-config (306/335)
46752026-08-14T17:18:42.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46762026-08-14T17:18:42.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46772026-08-14T17:18:42.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46782026-08-14T17:18:42.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46792026-08-14T17:18:42.459Z
46802026-08-14T17:18:42.459Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (307/335)
46812026-08-14T17:18:42.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46822026-08-14T17:18:42.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46832026-08-14T17:18:42.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46842026-08-14T17:18:42.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46852026-08-14T17:18:43.092Z
46862026-08-14T17:18:43.092Zinfo: running `cargo check --bins` on support-bundle-collection (308/335)
46872026-08-14T17:18:43.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46882026-08-14T17:18:43.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46892026-08-14T17:18:43.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46902026-08-14T17:18:43.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46912026-08-14T17:18:43.723Z
46922026-08-14T17:18:43.723Zinfo: running `cargo check --bins` on omicron-dev (309/335)
46932026-08-14T17:18:44.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46942026-08-14T17:18:44.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46952026-08-14T17:18:44.615Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46962026-08-14T17:18:44.616Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46972026-08-14T17:18:44.801Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
46982026-08-14T17:18:44.831Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
46992026-08-14T17:18:44.834Z Checking yansi v1.0.1
47002026-08-14T17:18:44.834Z Checking diff v0.1.13
47012026-08-14T17:18:44.873Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47022026-08-14T17:18:44.876Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47032026-08-14T17:18:45.090Z Checking pretty_assertions v1.4.1
47042026-08-14T17:18:45.873Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47052026-08-14T17:18:45.903Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47062026-08-14T17:19:11.065Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47072026-08-14T17:19:11.070Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47082026-08-14T17:19:11.070Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47092026-08-14T17:19:11.070Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47102026-08-14T17:19:11.070Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47112026-08-14T17:19:11.070Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47122026-08-14T17:19:11.070Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47132026-08-14T17:19:11.973Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47142026-08-14T17:19:11.973Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47152026-08-14T17:19:13.249Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47162026-08-14T17:19:52.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
47172026-08-14T17:19:52.456Z
47182026-08-14T17:19:52.456Zinfo: running `cargo check --bins` on oximeter-load-test (310/335)
47192026-08-14T17:19:52.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47202026-08-14T17:19:52.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47212026-08-14T17:19:53.154Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
47222026-08-14T17:19:53.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
47232026-08-14T17:19:53.995Z
47242026-08-14T17:19:53.995Zinfo: running `cargo check --bins` on omicron-pins (311/335)
47252026-08-14T17:19:54.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47262026-08-14T17:19:54.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47272026-08-14T17:19:54.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47282026-08-14T17:19:54.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47292026-08-14T17:19:54.553Z
47302026-08-14T17:19:54.553Zinfo: running `cargo check --bins` on rack-init-config (312/335)
47312026-08-14T17:19:55.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47322026-08-14T17:19:55.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47332026-08-14T17:19:55.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47342026-08-14T17:19:55.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47352026-08-14T17:19:55.140Z
47362026-08-14T17:19:55.140Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (313/335)
47372026-08-14T17:19:55.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47382026-08-14T17:19:55.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47392026-08-14T17:19:55.906Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
47402026-08-14T17:19:56.032Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47412026-08-14T17:19:56.037Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
47422026-08-14T17:20:23.159Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
47432026-08-14T17:20:23.575Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47442026-08-14T17:20:25.348Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
47452026-08-14T17:20:25.837Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47462026-08-14T17:20:28.961Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47472026-08-14T17:20:53.447Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47482026-08-14T17:20:54.196Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47492026-08-14T17:20:55.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
47502026-08-14T17:20:56.217Z
47512026-08-14T17:20:56.218Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (314/335)
47522026-08-14T17:20:56.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47532026-08-14T17:20:56.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47542026-08-14T17:20:56.867Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
47552026-08-14T17:20:57.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
47562026-08-14T17:20:57.846Z
47572026-08-14T17:20:57.846Zinfo: running `cargo check --bins` on omicron-releng (315/335)
47582026-08-14T17:20:58.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47592026-08-14T17:20:58.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47602026-08-14T17:20:58.401Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
47612026-08-14T17:20:58.404Z Compiling fs-err v2.11.0
47622026-08-14T17:20:58.520Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
47632026-08-14T17:20:58.531Z Checking parse-size v1.1.0
47642026-08-14T17:20:58.539Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
47652026-08-14T17:20:58.542Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
47662026-08-14T17:20:58.542Z Checking shell-words v1.1.1
47672026-08-14T17:20:58.635Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47682026-08-14T17:20:58.969Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47692026-08-14T17:20:59.156Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47702026-08-14T17:20:59.843Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
47712026-08-14T17:21:00.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
47722026-08-14T17:21:01.013Z
47732026-08-14T17:21:01.013Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (316/335)
47742026-08-14T17:21:01.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47752026-08-14T17:21:01.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47762026-08-14T17:21:01.651Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
47772026-08-14T17:21:02.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
47782026-08-14T17:21:02.353Z
47792026-08-14T17:21:02.354Zinfo: running `cargo check --bins` on schema (317/335)
47802026-08-14T17:21:02.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47812026-08-14T17:21:02.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47822026-08-14T17:21:03.084Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
47832026-08-14T17:21:03.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
47842026-08-14T17:21:04.011Z
47852026-08-14T17:21:04.011Zinfo: running `cargo check --bins` on xtask (318/335)
47862026-08-14T17:21:04.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47872026-08-14T17:21:04.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47882026-08-14T17:21:04.423Z Checking serde_core v1.0.228
47892026-08-14T17:21:04.423Z Checking libc v0.2.185
47902026-08-14T17:21:04.429Z Checking bitflags v2.11.0
47912026-08-14T17:21:04.512Z Checking scroll v0.12.0
47922026-08-14T17:21:04.518Z Checking thiserror v1.0.69
47932026-08-14T17:21:04.525Z Checking log v0.4.29
47942026-08-14T17:21:04.534Z Checking zerocopy v0.7.35
47952026-08-14T17:21:04.538Z Checking indexmap v2.14.0
47962026-08-14T17:21:04.686Z Checking syn v2.0.117
47972026-08-14T17:21:04.700Z Checking dtrace-parser v0.2.0
47982026-08-14T17:21:04.700Z Checking once_cell v1.21.3
47992026-08-14T17:21:04.742Z Checking goblin v0.8.2
48002026-08-14T17:21:04.787Z Checking errno v0.3.14
48012026-08-14T17:21:04.869Z Checking getrandom v0.4.1
48022026-08-14T17:21:04.883Z Checking thread-id v4.2.2
48032026-08-14T17:21:04.909Z Checking rustix v1.1.3
48042026-08-14T17:21:04.964Z Checking memmap v0.7.0
48052026-08-14T17:21:04.997Z Checking thiserror v2.0.18
48062026-08-14T17:21:05.033Z Checking fs-err v3.3.0
48072026-08-14T17:21:05.085Z Checking anyhow v1.0.102
48082026-08-14T17:21:05.095Z Checking tabled v0.15.0
48092026-08-14T17:21:05.697Z Checking terminal_size v0.4.3
48102026-08-14T17:21:05.697Z Checking tempfile v3.25.0
48112026-08-14T17:21:05.813Z Checking clap_builder v4.6.0
48122026-08-14T17:21:05.817Z Checking textwrap v0.16.2
48132026-08-14T17:21:05.982Z Checking serde v1.0.228
48142026-08-14T17:21:05.983Z Checking serde_json v1.0.151
48152026-08-14T17:21:06.237Z Checking camino v1.2.2
48162026-08-14T17:21:06.237Z Checking cargo-platform v0.3.2
48172026-08-14T17:21:06.243Z Checking semver v1.0.28
48182026-08-14T17:21:06.243Z Checking camino-tempfile v1.4.1
48192026-08-14T17:21:06.392Z Checking serde_spanned v0.6.9
48202026-08-14T17:21:06.392Z Checking toml_datetime v0.6.11
48212026-08-14T17:21:06.396Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48222026-08-14T17:21:06.396Z Checking macaddr v1.0.1
48232026-08-14T17:21:06.571Z Checking toml_edit v0.22.27
48242026-08-14T17:21:06.600Z Checking dof v0.3.0
48252026-08-14T17:21:06.604Z Checking cargo_metadata v0.23.1
48262026-08-14T17:21:06.876Z Checking usdt-impl v0.5.0
48272026-08-14T17:21:07.000Z Checking clap v4.6.1
48282026-08-14T17:21:07.149Z Checking usdt v0.5.0
48292026-08-14T17:21:07.553Z Checking toml v0.8.23
48302026-08-14T17:21:07.824Z Checking cargo_toml v0.21.0
48312026-08-14T17:21:08.487Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48322026-08-14T17:21:08.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
48332026-08-14T17:21:08.995Z
48342026-08-14T17:21:08.996Zinfo: running `cargo check --bins` on dnsadm (319/335)
48352026-08-14T17:21:09.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48362026-08-14T17:21:09.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48372026-08-14T17:21:09.638Z Checking arc-swap v1.8.2
48382026-08-14T17:21:09.932Z Checking slog-scope v4.4.1
48392026-08-14T17:21:10.053Z Checking slog-stdlog v4.1.1
48402026-08-14T17:21:10.159Z Checking slog-envlogger v2.2.0
48412026-08-14T17:21:10.287Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
48422026-08-14T17:21:10.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
48432026-08-14T17:21:10.894Z
48442026-08-14T17:21:10.894Zinfo: running `cargo check --bins` on end-to-end-tests (320/335)
48452026-08-14T17:21:11.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48462026-08-14T17:21:11.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48472026-08-14T17:21:11.708Z Checking cpubits v0.1.1
48482026-08-14T17:21:11.837Z Checking pem-rfc7468 v1.0.0
48492026-08-14T17:21:11.850Z Checking hmac v0.13.0
48502026-08-14T17:21:11.850Z Checking universal-hash v0.6.1
48512026-08-14T17:21:11.871Z Checking ctr v0.10.1
48522026-08-14T17:21:11.871Z Checking aead v0.6.1
48532026-08-14T17:21:11.899Z Checking aes v0.9.1
48542026-08-14T17:21:11.900Z Checking crypto-bigint v0.7.5
48552026-08-14T17:21:11.926Z Checking salsa20 v0.11.0
48562026-08-14T17:21:11.972Z Checking polyval v0.7.1
48572026-08-14T17:21:11.989Z Checking der v0.8.0
48582026-08-14T17:21:12.005Z Checking pbkdf2 v0.13.0
48592026-08-14T17:21:12.017Z Checking cbc v0.2.1
48602026-08-14T17:21:12.056Z Checking ff v0.14.0
48612026-08-14T17:21:12.085Z Checking signature v3.0.0
48622026-08-14T17:21:12.127Z Checking scrypt v0.12.0
48632026-08-14T17:21:12.141Z Checking ghash v0.6.0
48642026-08-14T17:21:12.154Z Checking base16ct v1.0.0
48652026-08-14T17:21:12.232Z Checking group v0.14.0
48662026-08-14T17:21:12.261Z Checking hkdf v0.13.0
48672026-08-14T17:21:12.280Z Compiling curve25519-dalek v5.0.0
48682026-08-14T17:21:12.296Z Checking aes-gcm v0.11.0
48692026-08-14T17:21:12.312Z Checking keccak v0.2.0
48702026-08-14T17:21:12.327Z Checking poly1305 v0.9.0
48712026-08-14T17:21:12.386Z Checking wnaf v0.14.0
48722026-08-14T17:21:12.401Z Checking blowfish v0.10.0
48732026-08-14T17:21:12.458Z Checking blake2 v0.11.0-rc.6
48742026-08-14T17:21:12.475Z Checking sha3 v0.11.0
48752026-08-14T17:21:12.550Z Checking bcrypt-pbkdf v0.11.0
48762026-08-14T17:21:12.573Z Checking kem v0.3.0
48772026-08-14T17:21:12.598Z Checking module-lattice v0.2.3
48782026-08-14T17:21:12.688Z Checking sponge-cursor v0.1.0
48792026-08-14T17:21:12.719Z Checking argon2 v0.6.0-rc.8
48802026-08-14T17:21:12.734Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
48812026-08-14T17:21:12.784Z Checking spki v0.8.0
48822026-08-14T17:21:12.817Z Checking sec1 v0.8.1
48832026-08-14T17:21:12.817Z Checking ml-kem v0.3.2
48842026-08-14T17:21:12.817Z Checking sha3 v0.12.0
48852026-08-14T17:21:12.918Z Checking internal-russh-num-bigint v0.5.0
48862026-08-14T17:21:12.959Z Checking pkcs5 v0.8.1
48872026-08-14T17:21:13.019Z Checking pkcs1 v0.8.0-rc.4
48882026-08-14T17:21:13.036Z Checking num-bigint v0.4.6
48892026-08-14T17:21:13.050Z Checking generic-array v1.4.3
48902026-08-14T17:21:13.233Z Checking russh-util v0.52.0
48912026-08-14T17:21:13.254Z Checking pkcs8 v0.11.0
48922026-08-14T17:21:13.363Z Compiling enum_dispatch v0.3.13
48932026-08-14T17:21:13.443Z Compiling delegate v0.13.5
48942026-08-14T17:21:13.459Z Checking ed25519 v3.0.0
48952026-08-14T17:21:13.583Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48962026-08-14T17:21:13.608Z Checking hex-literal v1.1.0
48972026-08-14T17:21:13.657Z Checking ed25519-dalek v3.0.0
48982026-08-14T17:21:13.714Z Checking md5 v0.8.0
48992026-08-14T17:21:13.789Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49002026-08-14T17:21:13.885Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49012026-08-14T17:21:13.885Z Checking internet-checksum v0.2.1
49022026-08-14T17:21:13.998Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49032026-08-14T17:21:14.179Z Checking elliptic-curve v0.14.1
49042026-08-14T17:21:14.179Z Checking primefield v0.14.0
49052026-08-14T17:21:14.182Z Checking rfc6979 v0.6.0
49062026-08-14T17:21:14.182Z Checking ssh-encoding v0.3.0
49072026-08-14T17:21:14.318Z Checking crypto-primes v0.7.2
49082026-08-14T17:21:14.448Z Checking ssh-cipher v0.3.0
49092026-08-14T17:21:14.454Z Checking russh-cryptovec v0.62.0
49102026-08-14T17:21:14.587Z Checking primeorder v0.14.0
49112026-08-14T17:21:14.591Z Checking ecdsa v0.17.0
49122026-08-14T17:21:14.957Z Checking p384 v0.14.0
49132026-08-14T17:21:14.957Z Checking p256 v0.14.0
49142026-08-14T17:21:14.969Z Checking p521 v0.14.0
49152026-08-14T17:21:15.256Z Checking rsa v0.10.0-rc.18
49162026-08-14T17:21:17.828Z Checking ssh-key v0.7.0-rc.11
49172026-08-14T17:21:18.592Z Checking russh v0.62.4
49182026-08-14T17:21:32.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.47s
49192026-08-14T17:21:32.583Z
49202026-08-14T17:21:32.583Zinfo: running `cargo check --bins` on gateway-cli (321/335)
49212026-08-14T17:21:33.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49222026-08-14T17:21:33.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49232026-08-14T17:21:33.226Z Checking termios v0.3.3
49242026-08-14T17:21:33.430Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
49252026-08-14T17:21:34.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
49262026-08-14T17:21:34.225Z
49272026-08-14T17:21:34.225Zinfo: running `cargo check --bins --no-default-features` on installinator (322/335)
49282026-08-14T17:21:34.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49292026-08-14T17:21:34.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49302026-08-14T17:21:34.915Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49312026-08-14T17:21:35.633Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
49322026-08-14T17:21:37.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
49332026-08-14T17:21:37.464Z
49342026-08-14T17:21:37.464Zinfo: running `cargo check --bins` on internal-dns-cli (323/335)
49352026-08-14T17:21:37.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49362026-08-14T17:21:37.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49372026-08-14T17:21:38.103Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49382026-08-14T17:21:38.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
49392026-08-14T17:21:38.725Z
49402026-08-14T17:21:38.725Zinfo: running `cargo check --bins` on omicron-live-tests (324/335)
49412026-08-14T17:21:39.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49422026-08-14T17:21:39.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49432026-08-14T17:21:39.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49442026-08-14T17:21:39.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49452026-08-14T17:21:39.292Z
49462026-08-14T17:21:39.292Zinfo: running `cargo check --bins` on live-tests-macros (325/335)
49472026-08-14T17:21:39.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49482026-08-14T17:21:39.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49492026-08-14T17:21:39.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49502026-08-14T17:21:39.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
49512026-08-14T17:21:39.861Z
49522026-08-14T17:21:39.861Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (326/335)
49532026-08-14T17:21:40.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49542026-08-14T17:21:40.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49552026-08-14T17:21:40.613Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
49562026-08-14T17:21:41.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
49572026-08-14T17:21:41.420Z
49582026-08-14T17:21:41.421Zinfo: running `cargo check --bins` on omicron-ntp-admin (327/335)
49592026-08-14T17:21:41.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49602026-08-14T17:21:41.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49612026-08-14T17:21:42.064Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
49622026-08-14T17:21:42.064Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
49632026-08-14T17:21:43.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
49642026-08-14T17:21:43.204Z
49652026-08-14T17:21:43.204Zinfo: running `cargo check --bins` on ntp-admin-types (328/335)
49662026-08-14T17:21:43.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49672026-08-14T17:21:43.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49682026-08-14T17:21:43.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49692026-08-14T17:21:43.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
49702026-08-14T17:21:43.769Z
49712026-08-14T17:21:43.769Zinfo: running `cargo check --bins` on omicron-package (329/335)
49722026-08-14T17:21:44.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49732026-08-14T17:21:44.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49742026-08-14T17:21:44.458Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
49752026-08-14T17:21:45.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
49762026-08-14T17:21:45.786Z
49772026-08-14T17:21:45.786Zinfo: running `cargo check --bins` on tqdb (330/335)
49782026-08-14T17:21:46.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49792026-08-14T17:21:46.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49802026-08-14T17:21:46.570Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
49812026-08-14T17:21:46.933Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
49822026-08-14T17:21:47.458Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
49832026-08-14T17:21:47.459Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
49842026-08-14T17:21:53.725Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
49852026-08-14T17:21:53.725Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
49862026-08-14T17:21:53.729Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
49872026-08-14T17:21:54.351Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
49882026-08-14T17:21:54.351Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
49892026-08-14T17:21:54.355Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
49902026-08-14T17:21:55.155Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
49912026-08-14T17:21:55.596Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
49922026-08-14T17:21:55.837Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
49932026-08-14T17:21:56.224Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
49942026-08-14T17:21:57.113Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
49952026-08-14T17:21:57.776Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
49962026-08-14T17:22:02.571Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
49972026-08-14T17:22:09.788Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
49982026-08-14T17:22:09.796Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
49992026-08-14T17:22:09.796Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50002026-08-14T17:22:09.797Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50012026-08-14T17:22:11.309Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50022026-08-14T17:22:12.604Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50032026-08-14T17:22:13.288Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50042026-08-14T17:22:14.584Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50052026-08-14T17:22:15.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.35s
50062026-08-14T17:22:15.355Z
50072026-08-14T17:22:15.355Zinfo: running `cargo check --bins` on wicket-dbg (331/335)
50082026-08-14T17:22:15.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50092026-08-14T17:22:15.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50102026-08-14T17:22:16.062Z Checking rtoolbox v0.0.3
50112026-08-14T17:22:16.066Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50122026-08-14T17:22:16.186Z Checking tui-tree-widget v0.23.1
50132026-08-14T17:22:16.190Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50142026-08-14T17:22:16.288Z Checking rpassword v7.5.4
50152026-08-14T17:22:19.169Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50162026-08-14T17:22:21.027Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50172026-08-14T17:22:21.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.62s
50182026-08-14T17:22:22.179Z
50192026-08-14T17:22:22.179Zinfo: running `cargo check --bins` on wicket (332/335)
50202026-08-14T17:22:22.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50212026-08-14T17:22:22.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50222026-08-14T17:22:22.870Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50232026-08-14T17:22:23.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
50242026-08-14T17:22:23.430Z
50252026-08-14T17:22:23.430Zinfo: running `cargo check --bins` on wicketd (333/335)
50262026-08-14T17:22:23.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50272026-08-14T17:22:23.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50282026-08-14T17:22:24.125Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
50292026-08-14T17:22:27.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
50302026-08-14T17:22:27.999Z
50312026-08-14T17:22:27.999Zinfo: running `cargo check --bins` on omicron-workspace-hack (334/335)
50322026-08-14T17:22:28.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50332026-08-14T17:22:28.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50342026-08-14T17:22:28.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50352026-08-14T17:22:28.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50362026-08-14T17:22:28.558Z
50372026-08-14T17:22:28.558Zinfo: running `cargo check --bins` on zone-setup (335/335)
50382026-08-14T17:22:29.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50392026-08-14T17:22:29.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50402026-08-14T17:22:29.218Z Checking uzers v0.12.2
50412026-08-14T17:22:29.494Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
50422026-08-14T17:22:30.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
50432026-08-14T17:22:30.498Z
50442026-08-14T17:22:30.498Zreal 14:04.384031547
50452026-08-14T17:22:30.498Zuser 21:05.901156344
50462026-08-14T17:22:30.498Zsys 4:21.211921315
50472026-08-14T17:22:30.498Ztrap 0.319045957
50482026-08-14T17:22:30.498Ztflt 0.596736611
50492026-08-14T17:22:30.498Zdflt 0.727776828
50502026-08-14T17:22:30.498Zkflt 0.004677228
50512026-08-14T17:22:30.499Zlock 1:28:59.546097458
50522026-08-14T17:22:30.499Zslp 1:40:45.239449173
50532026-08-14T17:22:30.499Zlat 58.596667485
50542026-08-14T17:22:30.499Zstop 3:58.543561489
50552026-08-14T17:22:30.502Zprocess exited: duration 973016 ms, exit code 0
 
50562026-08-14T17:22:30.509Zfound 0 output files