01M08NZ2DK2NGZV7GF6RTW3HX6: 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: 01M08NZG3ZJBWPRA0D39HKDS47

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-17T20:18:48.829Zjob assigned to worker 01M08NZKRB3VDGVQFNDQ62XJ2A [factory aws, i-002fc0c51e15afef7] (queued for 45 s)
 
22026-08-17T20:18:55.053Zstarting task 0: "setup"
32026-08-17T20:18:55.058Z++ uname -s
42026-08-17T20:18:55.062Z+ kern=SunOS
52026-08-17T20:18:55.062Z+ build_user=build
62026-08-17T20:18:55.062Z+ build_uid=12345
72026-08-17T20:18:55.062Z+ work_dir=/work
82026-08-17T20:18:55.062Z+ input_dir=/input
92026-08-17T20:18:55.062Z+ [[ 0 == 12345 ]]
102026-08-17T20:18:55.062Z+ case "$kern" in
112026-08-17T20:18:55.062Z+ groupadd -g 12345 build
122026-08-17T20:18:55.062Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-17T20:18:57.067Z+ zfs create -o mountpoint=/work rpool/work
142026-08-17T20:18:57.178Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-17T20:18:57.182Z+ home_fs=zfs
162026-08-17T20:18:57.182Z+ [[ zfs == autofs ]]
172026-08-17T20:18:57.182Z+ mkdir -p /home/build
182026-08-17T20:18:57.182Z+ chown build:build /home/build /work
192026-08-17T20:18:59.182Z+ chmod 0700 /home/build /work
202026-08-17T20:18:59.185Zprocess exited: duration 4130 ms, exit code 0
 
212026-08-17T20:18:59.191Zstarting task 1: "rust-toolchain"
222026-08-17T20:18:59.195Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-17T20:18:59.195Z * rust toolchain channel = "1.97.1"
242026-08-17T20:18:59.195Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-17T20:18:59.195Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-17T20:18:59.195Z * rust toolchain profile = "default"
272026-08-17T20:18:59.195Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-17T20:18:59.198Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-17T20:18:59.198Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-17T20:18:59.255Zinfo: downloading installer
312026-08-17T20:19:00.577Zwarn: It looks like you have an existing rustup settings file at:
322026-08-17T20:19:00.577Zwarn: /home/build/.rustup/settings.toml
332026-08-17T20:19:00.577Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-17T20:19:00.577Zwarn: instead of the one inferred from the default host triple.
352026-08-17T20:19:00.589Zinfo: profile set to default
362026-08-17T20:19:00.589Zinfo: default host triple is x86_64-unknown-illumos
372026-08-17T20:19:00.593Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-17T20:19:00.718Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-17T20:19:00.721Zinfo: downloading 6 components
402026-08-17T20:19:15.305Z
412026-08-17T20:19:15.305Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-17T20:19:15.332Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-17T20:19:15.332Z
442026-08-17T20:19:15.332Z
452026-08-17T20:19:15.332ZRust is installed now. Great!
462026-08-17T20:19:15.332Z
472026-08-17T20:19:15.332ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-17T20:19:15.335Zenvironment variable. This has not been done automatically.
492026-08-17T20:19:15.335Z
502026-08-17T20:19:15.335ZTo configure your current shell, you need to source
512026-08-17T20:19:15.335Zthe corresponding env file under $HOME/.cargo.
522026-08-17T20:19:15.335Z
532026-08-17T20:19:15.335ZThis is usually done by running one of the following (note the leading DOT):
542026-08-17T20:19:15.335Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-17T20:19:15.335Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-17T20:19:15.335Zsource "~/.cargo/env.nu" # For nushell
572026-08-17T20:19:15.335Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-17T20:19:15.335Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-17T20:19:15.335Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-17T20:19:15.335Zwarn: no default linker (`cc`) was found in your PATH
612026-08-17T20:19:15.335Zwarn: many Rust crates require a system C toolchain to build
622026-08-17T20:19:15.421Z+ rustup --version
632026-08-17T20:19:15.430Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-17T20:19:15.433Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-17T20:19:15.451Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-17T20:19:15.454Z+ cargo --version
672026-08-17T20:19:15.468Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-17T20:19:15.472Z+ rustc --version
692026-08-17T20:19:15.491Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-17T20:19:15.494Zprocess exited: duration 16302 ms, exit code 0
 
712026-08-17T20:19:15.500Zstarting task 2: "authentication"
722026-08-17T20:19:15.516Zprocess exited: duration 16 ms, exit code 0
 
732026-08-17T20:19:15.522Zstarting task 3: "clone repository"
742026-08-17T20:19:15.526Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-17T20:19:15.529Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-17T20:19:15.556ZCloning into '/work/oxidecomputer/omicron'...
772026-08-17T20:19:29.155Z+ cd /work/oxidecomputer/omicron
782026-08-17T20:19:29.155Z+ git fetch origin 4d607a3cfa7bcdf7ebfbba8f504373204223540d
792026-08-17T20:19:29.464ZFrom https://github.com/oxidecomputer/omicron
802026-08-17T20:19:29.464Z * branch 4d607a3cfa7bcdf7ebfbba8f504373204223540d -> FETCH_HEAD
812026-08-17T20:19:29.474Z+ [[ -n move-ext-api-bundle ]]
822026-08-17T20:19:29.477Z++ git branch --show-current
832026-08-17T20:19:29.477Z+ current=main
842026-08-17T20:19:29.477Z+ [[ main != move-ext-api-bundle ]]
852026-08-17T20:19:29.478Z+ git branch -f move-ext-api-bundle 4d607a3cfa7bcdf7ebfbba8f504373204223540d
862026-08-17T20:19:29.481Z+ git checkout -f move-ext-api-bundle
872026-08-17T20:19:29.726ZSwitched to branch 'move-ext-api-bundle'
882026-08-17T20:19:29.729Z+ git reset --hard 4d607a3cfa7bcdf7ebfbba8f504373204223540d
892026-08-17T20:19:29.743ZHEAD is now at 4d607a3cf move ext API support bundle endpoints out of experimental
902026-08-17T20:19:29.746Zprocess exited: duration 14221 ms, exit code 0
 
912026-08-17T20:19:29.752Zstarting task 4: "build"
922026-08-17T20:19:29.756Z+ source .github/buildomat/ci-env.sh
932026-08-17T20:19:29.756Z++ export CARGO_TERM_COLOR=always
942026-08-17T20:19:29.756Z++ CARGO_TERM_COLOR=always
952026-08-17T20:19:29.759Z+++ uname -s
962026-08-17T20:19:29.759Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-17T20:19:29.759Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-17T20:19:29.762Z+ cargo --version
992026-08-17T20:19:29.768Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-17T20:19:29.771Z+ rustc --version
1012026-08-17T20:19:29.790Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-17T20:19:29.793Z+ source ./env.sh
1032026-08-17T20:19:29.793Z++ OLD_SHELL_OPTS=ehxB
1042026-08-17T20:19:29.794Z++ set -o xtrace
1052026-08-17T20:19:29.797Z++++ dirname ./env.sh
1062026-08-17T20:19:29.797Z+++ readlink -f .
1072026-08-17T20:19:29.800Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-17T20:19:29.800Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-08-17T20:19:29.800Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-17T20:19:29.800Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-08-17T20:19:29.800Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-08-17T20:19:29.800Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-08-17T20:19:29.800Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-08-17T20:19:29.800Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-08-17T20:19:29.800Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-08-17T20:19:29.800Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-08-17T20:19:29.800Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-08-17T20:19:29.800Z++ case $OLD_SHELL_OPTS in
1192026-08-17T20:19:29.800Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-17T20:19:29.800Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1212026-08-17T20:19:29.800Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1222026-08-17T20:19:29.800Z+ banner prerequisites
1232026-08-17T20:19:29.819Z
1242026-08-17T20:19:29.819Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-17T20:19:29.819Z # # # # # # # # # # # # # # #
1262026-08-17T20:19:29.819Z # # # # ##### # # ##### # # # # # #### #
1272026-08-17T20:19:29.819Z ##### ##### # ##### # # # # # # # # #
1282026-08-17T20:19:29.819Z # # # # # # # # # # # # # # #
1292026-08-17T20:19:29.819Z # # # ###### # # ###### ### # #### # #### #
1302026-08-17T20:19:29.819Z
1312026-08-17T20:19:29.819Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-17T20:19:31.596Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-17T20:19:31.912Z Startup: Caching catalogs ... Done
1342026-08-17T20:19:33.695ZPlanning: Solver setup ... Done (1.684s)
1352026-08-17T20:19:33.749ZPlanning: Running solver ... Done (0.054s)
1362026-08-17T20:19:33.785ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-17T20:19:33.796ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-17T20:19:33.813ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-17T20:19:33.826ZPlanning: Package planning ... Done (0.013s)
1402026-08-17T20:19:33.829ZPlanning: Merging actions ... Done (0.001s)
1412026-08-17T20:19:33.987ZPlanning: Checking for conflicting actions ... Done (0.159s)
1422026-08-17T20:19:33.990ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-17T20:19:34.769ZPlanning: Evaluating mediators ... Done (0.780s)
1442026-08-17T20:19:34.773ZPlanning: Planning completed in 2.83 seconds
1452026-08-17T20:19:34.777Z Packages to install: 2
1462026-08-17T20:19:34.777Z Estimated space available: 156.01 GB
1472026-08-17T20:19:34.781ZEstimated space to be consumed: 69.36 MB
1482026-08-17T20:19:34.781Z Create boot environment: No
1492026-08-17T20:19:34.781ZCreate backup boot environment: No
1502026-08-17T20:19:34.781Z Rebuild boot archive: No
1512026-08-17T20:19:34.781Z
1522026-08-17T20:19:34.781ZChanged packages:
1532026-08-17T20:19:34.781Zhelios
1542026-08-17T20:19:34.781Z developer/build-essential
1552026-08-17T20:19:34.781Z None -> 11-3.0
1562026-08-17T20:19:34.781Z library/libxmlsec1
1572026-08-17T20:19:34.781Z None -> 1.2.35-3.0
1582026-08-17T20:19:34.802Z
1592026-08-17T20:19:34.802ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-17T20:19:34.877ZDownload: Completed 1.28 MB in 0.08 seconds (16.9M/s)
1612026-08-17T20:19:34.940Z Actions: 1/268 actions (Installing new actions)
1622026-08-17T20:19:34.975Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-17T20:19:35.009ZFinalize: Updating package state database ... Done (0.028s)
1642026-08-17T20:19:35.012ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-17T20:19:35.078ZFinalize: Updating image state ... Done (0.074s)
1662026-08-17T20:19:37.504ZFinalize: Creating fast lookup database ... Done (2.364s)
1672026-08-17T20:19:37.551ZFinalize: Reading search index ... Done (0.012s)
1682026-08-17T20:19:37.555ZFinalize: Updating search index ... Done (0.000s)
1692026-08-17T20:19:37.653ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-17T20:19:38.006ZPlanning: Evaluating mediator changes ... Done
1712026-08-17T20:19:38.108ZPlanning: Checking for conflicting actions ... Done
1722026-08-17T20:19:38.111ZPlanning: Consolidating action changes ... Done
1732026-08-17T20:19:38.264ZPlanning: Evaluating mediators ... Done
1742026-08-17T20:19:38.267ZPlanning: Planning completed in 0.26 seconds
1752026-08-17T20:19:38.286Z Mediators to change: 2
1762026-08-17T20:19:38.286Z Create boot environment: No
1772026-08-17T20:19:38.289ZCreate backup boot environment: No
1782026-08-17T20:19:38.336ZFinalize: Updating package state database ... Done
1792026-08-17T20:19:38.336ZFinalize: Updating package cache ... Done
1802026-08-17T20:19:38.380ZFinalize: Updating image state ... Done
1812026-08-17T20:19:40.322ZFinalize: Creating fast lookup database ... Done
1822026-08-17T20:19:40.383ZFinalize: Reading search index ... Done
1832026-08-17T20:19:40.386ZFinalize: Updating search index ... Done
1842026-08-17T20:19:40.475ZFinalize: Updating package cache ... Done
1852026-08-17T20:19:40.759ZPlanning: Evaluating mediator changes ... Done
1862026-08-17T20:19:40.863ZPlanning: Checking for conflicting actions ... Done
1872026-08-17T20:19:40.866ZPlanning: Consolidating action changes ... Done
1882026-08-17T20:19:41.023ZPlanning: Evaluating mediators ... Done
1892026-08-17T20:19:41.026ZPlanning: Planning completed in 0.27 seconds
1902026-08-17T20:19:41.047Z Mediators to change: 1
1912026-08-17T20:19:41.050Z Create boot environment: No
1922026-08-17T20:19:41.050ZCreate backup boot environment: No
1932026-08-17T20:19:41.098ZFinalize: Updating package state database ... Done
1942026-08-17T20:19:41.098ZFinalize: Updating package cache ... Done
1952026-08-17T20:19:41.143ZFinalize: Updating image state ... Done
1962026-08-17T20:19:43.079ZFinalize: Creating fast lookup database ... Done
1972026-08-17T20:19:43.139ZFinalize: Reading search index ... Done
1982026-08-17T20:19:43.142ZFinalize: Updating search index ... Done
1992026-08-17T20:19:43.237ZFinalize: Updating package cache ... Done
2002026-08-17T20:19:43.548ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-17T20:19:43.548Zapache system 2.4 system
2022026-08-17T20:19:43.548Zclang system 15 system
2032026-08-17T20:19:43.548Zcsh system system illumos
2042026-08-17T20:19:43.548Zctags system system illumos
2052026-08-17T20:19:43.548Zfile vendor vendor darwinsys
2062026-08-17T20:19:43.548Zfile system system illumos
2072026-08-17T20:19:43.548Zgcc vendor 14 vendor
2082026-08-17T20:19:43.548Zgcc system 13 system
2092026-08-17T20:19:43.548Zgcc system 10 system
2102026-08-17T20:19:43.548Zgo system 1.25 system
2112026-08-17T20:19:43.548Zllvm system 15 system
2122026-08-17T20:19:43.548Zmariadb system 11.4 system
2132026-08-17T20:19:43.548Zmta vendor vendor dma
2142026-08-17T20:19:43.548Zopenjdk system 17 system
2152026-08-17T20:19:43.548Zopenjdk system 11 system
2162026-08-17T20:19:43.548Zopenssl vendor 3 vendor
2172026-08-17T20:19:43.548Zperl system 5.40 system
2182026-08-17T20:19:43.548Zpostgresql system 18 system
2192026-08-17T20:19:43.548Zpostgresql system 17 system
2202026-08-17T20:19:43.548Zpython vendor 3 vendor
2212026-08-17T20:19:43.548Zpython system 2 system
2222026-08-17T20:19:43.548Zpython3 vendor 3.13 vendor
2232026-08-17T20:19:43.548Zruby system 3.4 system
2242026-08-17T20:19:43.548Zruby system 3.0 system
2252026-08-17T20:19:43.548Zwords vendor vendor american-english
2262026-08-17T20:19:43.548Zwords system system australian-english
2272026-08-17T20:19:43.548Zwords system system british-english
2282026-08-17T20:19:43.548Zwords system system canadian-english
2292026-08-17T20:19:43.548Zwords system system french
2302026-08-17T20:19:43.548Zwords system system italian
2312026-08-17T20:19:43.548Zwords system system ngerman
2322026-08-17T20:19:43.548Zwords system system ogerman
2332026-08-17T20:19:43.548Zwords system system spanish
2342026-08-17T20:19:43.795ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-17T20:19:43.795Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-17T20:19:44.238ZFMRI IFO
2372026-08-17T20:19:44.238Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-17T20:19:44.238Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-17T20:19:44.238Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-17T20:19:44.238Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-17T20:19:44.238Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-17T20:19:44.238Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-17T20:19:44.238Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-17T20:19:44.238Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-17T20:19:44.238Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-17T20:19:44.557Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-17T20:19:44.916Z Updating crates.io index
2482026-08-17T20:19:44.920Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-17T20:19:45.206Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-17T20:19:45.549Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-17T20:19:47.559Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-17T20:19:48.163Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-17T20:19:49.791Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-17T20:19:50.714Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-17T20:19:51.014Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-17T20:19:51.374Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-17T20:19:52.637Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-17T20:19:52.984Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-17T20:19:53.386Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-17T20:19:53.687Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-17T20:19:53.987Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-17T20:19:54.250Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-17T20:19:54.545Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-17T20:19:54.850Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-17T20:19:55.168Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2662026-08-17T20:19:55.600Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-17T20:19:56.101Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-08-17T20:19:56.497Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2692026-08-17T20:19:57.005Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-08-17T20:19:57.364Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-08-17T20:19:58.009Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2722026-08-17T20:19:58.346Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-08-17T20:19:58.902Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-08-17T20:19:59.310Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-08-17T20:19:59.893Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2762026-08-17T20:20:00.332Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2772026-08-17T20:20:00.660Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782026-08-17T20:20:00.945Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-08-17T20:20:01.316Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-08-17T20:20:01.711Z Updating git repository `https://github.com/oxidecomputer/tough`
2812026-08-17T20:20:02.320Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-08-17T20:20:02.964Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-08-17T20:20:03.288Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-17T20:20:03.641Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-08-17T20:20:03.953Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-08-17T20:20:04.227Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-08-17T20:20:04.510Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-08-17T20:20:04.843Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-08-17T20:20:05.126Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-08-17T20:20:07.735Z Downloading crates ...
2912026-08-17T20:20:07.794Z Downloaded errno v0.3.14
2922026-08-17T20:20:07.798Z Downloaded cfg-if v1.0.4
2932026-08-17T20:20:07.802Z Downloaded memmap v0.7.0
2942026-08-17T20:20:07.805Z Downloaded generic-array v0.14.7
2952026-08-17T20:20:07.805Z Downloaded unicode-linebreak v0.1.5
2962026-08-17T20:20:07.805Z Downloaded usdt-macro v0.5.0
2972026-08-17T20:20:07.805Z Downloaded fastrand v2.3.0
2982026-08-17T20:20:07.805Z Downloaded anstream v1.0.0
2992026-08-17T20:20:07.808Z Downloaded autocfg v1.5.0
3002026-08-17T20:20:07.812Z Downloaded anstyle-parse v1.0.0
3012026-08-17T20:20:07.812Z Downloaded zmij v1.0.21
3022026-08-17T20:20:07.812Z Downloaded zerocopy-derive v0.7.35
3032026-08-17T20:20:07.815Z Downloaded equivalent v1.0.2
3042026-08-17T20:20:07.815Z Downloaded terminal_size v0.4.3
3052026-08-17T20:20:07.815Z Downloaded heck v0.4.1
3062026-08-17T20:20:07.815Z Downloaded is_terminal_polyfill v1.70.2
3072026-08-17T20:20:07.818Z Downloaded heck v0.5.0
3082026-08-17T20:20:07.821Z Downloaded zerocopy v0.7.35
3092026-08-17T20:20:07.827Z Downloaded block-buffer v0.10.4
3102026-08-17T20:20:07.830Z Downloaded itoa v1.0.17
3112026-08-17T20:20:07.830Z Downloaded anstyle-query v1.1.5
3122026-08-17T20:20:07.830Z Downloaded clap_derive v4.6.1
3132026-08-17T20:20:07.830Z Downloaded fs-err v3.3.0
3142026-08-17T20:20:07.833Z Downloaded clap_lex v1.0.0
3152026-08-17T20:20:07.833Z Downloaded macaddr v1.0.1
3162026-08-17T20:20:07.838Z Downloaded dof v0.3.0
3172026-08-17T20:20:07.841Z Downloaded strsim v0.11.1
3182026-08-17T20:20:07.842Z Downloaded tabled_derive v0.7.0
3192026-08-17T20:20:07.842Z Downloaded bytecount v0.6.9
3202026-08-17T20:20:07.845Z Downloaded crypto-common v0.1.7
3212026-08-17T20:20:07.849Z Downloaded colorchoice v1.0.4
3222026-08-17T20:20:07.853Z Downloaded fnv v1.0.7
3232026-08-17T20:20:07.856Z Downloaded swrite v0.1.0
3242026-08-17T20:20:07.856Z Downloaded utf8parse v0.2.2
3252026-08-17T20:20:07.856Z Downloaded toml_write v0.1.2
3262026-08-17T20:20:07.859Z Downloaded plain v0.2.3
3272026-08-17T20:20:07.859Z Downloaded toml_datetime v0.6.11
3282026-08-17T20:20:07.862Z Downloaded proc-macro-error-attr v1.0.4
3292026-08-17T20:20:07.865Z Downloaded serde_spanned v0.6.9
3302026-08-17T20:20:07.865Z Downloaded cpufeatures v0.2.17
3312026-08-17T20:20:07.868Z Downloaded pretty-hex v0.4.1
3322026-08-17T20:20:07.871Z Downloaded byteorder v1.5.0
3332026-08-17T20:20:07.875Z Downloaded anstyle v1.0.14
3342026-08-17T20:20:07.878Z Downloaded digest v0.10.7
3352026-08-17T20:20:07.881Z Downloaded usdt v0.5.0
3362026-08-17T20:20:07.881Z Downloaded version_check v0.9.5
3372026-08-17T20:20:07.884Z Downloaded scroll_derive v0.12.1
3382026-08-17T20:20:07.884Z Downloaded dtrace-parser v0.2.0
3392026-08-17T20:20:07.888Z Downloaded ucd-trie v0.1.7
3402026-08-17T20:20:07.891Z Downloaded anyhow v1.0.102
3412026-08-17T20:20:07.894Z Downloaded pest_derive v2.8.6
3422026-08-17T20:20:07.897Z Downloaded cargo_metadata v0.23.1
3432026-08-17T20:20:07.897Z Downloaded pest_meta v2.8.6
3442026-08-17T20:20:07.903Z Downloaded thread-id v4.2.2
3452026-08-17T20:20:07.906Z Downloaded usdt-attr-macro v0.5.0
3462026-08-17T20:20:07.915Z Downloaded proc-macro-error v1.0.4
3472026-08-17T20:20:07.918Z Downloaded smawk v0.3.2
3482026-08-17T20:20:07.918Z Downloaded cargo-platform v0.3.2
3492026-08-17T20:20:07.921Z Downloaded thiserror v1.0.69
3502026-08-17T20:20:07.924Z Downloaded camino v1.2.2
3512026-08-17T20:20:07.924Z Downloaded thiserror-impl v2.0.18
3522026-08-17T20:20:07.927Z Downloaded usdt-impl v0.5.0
3532026-08-17T20:20:07.927Z Downloaded camino-tempfile v1.4.1
3542026-08-17T20:20:07.930Z Downloaded cargo_toml v0.21.0
3552026-08-17T20:20:07.933Z Downloaded bitflags v2.11.0
3562026-08-17T20:20:07.936Z Downloaded scroll v0.12.0
3572026-08-17T20:20:07.939Z Downloaded papergrid v0.11.0
3582026-08-17T20:20:07.942Z Downloaded once_cell v1.21.3
3592026-08-17T20:20:07.948Z Downloaded serde_tokenstream v0.2.3
3602026-08-17T20:20:07.951Z Downloaded thiserror-impl v1.0.69
3612026-08-17T20:20:07.955Z Downloaded pest_generator v2.8.6
3622026-08-17T20:20:07.961Z Downloaded log v0.4.29
3632026-08-17T20:20:07.968Z Downloaded thiserror v2.0.18
3642026-08-17T20:20:07.971Z Downloaded getrandom v0.4.1
3652026-08-17T20:20:07.974Z Downloaded toml v0.8.23
3662026-08-17T20:20:07.977Z Downloaded quote v1.0.45
3672026-08-17T20:20:07.977Z Downloaded sha2 v0.10.9
3682026-08-17T20:20:07.980Z Downloaded semver v1.0.28
3692026-08-17T20:20:07.986Z Downloaded textwrap v0.16.2
3702026-08-17T20:20:08.001Z Downloaded unicode-ident v1.0.24
3712026-08-17T20:20:08.004Z Downloaded proc-macro2 v1.0.106
3722026-08-17T20:20:08.004Z Downloaded tempfile v3.25.0
3732026-08-17T20:20:08.007Z Downloaded serde_core v1.0.228
3742026-08-17T20:20:08.013Z Downloaded clap v4.6.1
3752026-08-17T20:20:08.020Z Downloaded serde_derive v1.0.228
3762026-08-17T20:20:08.034Z Downloaded toml_edit v0.22.27
3772026-08-17T20:20:08.037Z Downloaded serde v1.0.228
3782026-08-17T20:20:08.043Z Downloaded indexmap v2.14.0
3792026-08-17T20:20:08.047Z Downloaded memchr v2.8.0
3802026-08-17T20:20:08.049Z Downloaded typenum v1.20.1
3812026-08-17T20:20:08.052Z Downloaded pest v2.8.6
3822026-08-17T20:20:08.071Z Downloaded clap_builder v4.6.0
3832026-08-17T20:20:08.074Z Downloaded hashbrown v0.17.0
3842026-08-17T20:20:08.087Z Downloaded serde_json v1.0.151
3852026-08-17T20:20:08.111Z Downloaded goblin v0.8.2
3862026-08-17T20:20:08.120Z Downloaded winnow v0.7.14
3872026-08-17T20:20:08.125Z Downloaded tabled v0.15.0
3882026-08-17T20:20:08.139Z Downloaded syn v1.0.109
3892026-08-17T20:20:08.145Z Downloaded unicode-width v0.1.14
3902026-08-17T20:20:08.148Z Downloaded syn v2.0.117
3912026-08-17T20:20:08.154Z Downloaded unicode-width v0.2.0
3922026-08-17T20:20:08.164Z Downloaded rustix v1.1.3
3932026-08-17T20:20:08.182Z Downloaded libc v0.2.185
3942026-08-17T20:20:08.245Z Compiling proc-macro2 v1.0.106
3952026-08-17T20:20:08.245Z Compiling quote v1.0.45
3962026-08-17T20:20:08.245Z Compiling unicode-ident v1.0.24
3972026-08-17T20:20:08.248Z Compiling serde_core v1.0.228
3982026-08-17T20:20:08.248Z Compiling libc v0.2.185
3992026-08-17T20:20:08.248Z Compiling version_check v0.9.5
4002026-08-17T20:20:08.248Z Compiling memchr v2.8.0
4012026-08-17T20:20:08.248Z Compiling serde v1.0.228
4022026-08-17T20:20:08.574Z Compiling zmij v1.0.21
4032026-08-17T20:20:08.818Z Compiling itoa v1.0.17
4042026-08-17T20:20:08.834Z Compiling ucd-trie v0.1.7
4052026-08-17T20:20:08.990Z Compiling thiserror v1.0.69
4062026-08-17T20:20:09.093Z Compiling pest v2.8.6
4072026-08-17T20:20:09.201Z Compiling rustix v1.1.3
4082026-08-17T20:20:09.251Z Compiling byteorder v1.5.0
4092026-08-17T20:20:09.458Z Compiling errno v0.3.14
4102026-08-17T20:20:09.483Z Compiling serde_json v1.0.151
4112026-08-17T20:20:09.600Z Compiling bitflags v2.11.0
4122026-08-17T20:20:09.670Z Compiling syn v2.0.117
4132026-08-17T20:20:09.720Z Compiling thread-id v4.2.2
4142026-08-17T20:20:09.736Z Compiling proc-macro-error-attr v1.0.4
4152026-08-17T20:20:09.825Z Compiling usdt-impl v0.5.0
4162026-08-17T20:20:09.917Z Compiling camino v1.2.2
4172026-08-17T20:20:09.921Z Compiling syn v1.0.109
4182026-08-17T20:20:10.124Z Compiling pest_meta v2.8.6
4192026-08-17T20:20:10.281Z Compiling proc-macro-error v1.0.4
4202026-08-17T20:20:10.299Z Compiling plain v0.2.3
4212026-08-17T20:20:10.314Z Compiling log v0.4.29
4222026-08-17T20:20:10.409Z Compiling utf8parse v0.2.2
4232026-08-17T20:20:10.460Z Compiling getrandom v0.4.1
4242026-08-17T20:20:10.498Z Compiling equivalent v1.0.2
4252026-08-17T20:20:10.521Z Compiling hashbrown v0.17.0
4262026-08-17T20:20:10.688Z Compiling terminal_size v0.4.3
4272026-08-17T20:20:10.885Z Compiling anstyle-parse v1.0.0
4282026-08-17T20:20:11.066Z Compiling indexmap v2.14.0
4292026-08-17T20:20:11.425Z Compiling cfg-if v1.0.4
4302026-08-17T20:20:11.465Z Compiling anstyle v1.0.14
4312026-08-17T20:20:11.501Z Compiling is_terminal_polyfill v1.70.2
4322026-08-17T20:20:11.602Z Compiling pretty-hex v0.4.1
4332026-08-17T20:20:11.620Z Compiling thiserror v2.0.18
4342026-08-17T20:20:11.681Z Compiling colorchoice v1.0.4
4352026-08-17T20:20:11.699Z Compiling winnow v0.7.14
4362026-08-17T20:20:11.715Z Compiling anstyle-query v1.1.5
4372026-08-17T20:20:11.740Z Compiling toml_write v0.1.2
4382026-08-17T20:20:11.795Z Compiling autocfg v1.5.0
4392026-08-17T20:20:11.825Z Compiling pest_generator v2.8.6
4402026-08-17T20:20:11.842Z Compiling anstream v1.0.0
4412026-08-17T20:20:12.139Z Compiling heck v0.5.0
4422026-08-17T20:20:12.155Z Compiling strsim v0.11.1
4432026-08-17T20:20:12.209Z Compiling fs-err v3.3.0
4442026-08-17T20:20:12.374Z Compiling unicode-width v0.1.14
4452026-08-17T20:20:12.399Z Compiling heck v0.4.1
4462026-08-17T20:20:12.490Z Compiling once_cell v1.21.3
4472026-08-17T20:20:12.507Z Compiling clap_lex v1.0.0
4482026-08-17T20:20:12.524Z Compiling bytecount v0.6.9
4492026-08-17T20:20:12.623Z Compiling anyhow v1.0.102
4502026-08-17T20:20:12.643Z Compiling fastrand v2.3.0
4512026-08-17T20:20:12.660Z Compiling fnv v1.0.7
4522026-08-17T20:20:12.701Z Compiling clap_builder v4.6.0
4532026-08-17T20:20:12.737Z Compiling papergrid v0.11.0
4542026-08-17T20:20:12.862Z Compiling tempfile v3.25.0
4552026-08-17T20:20:12.902Z Compiling semver v1.0.28
4562026-08-17T20:20:13.073Z Compiling tabled_derive v0.7.0
4572026-08-17T20:20:13.133Z Compiling cargo-platform v0.3.2
4582026-08-17T20:20:13.159Z Compiling memmap v0.7.0
4592026-08-17T20:20:13.263Z Compiling unicode-width v0.2.0
4602026-08-17T20:20:13.282Z Compiling unicode-linebreak v0.1.5
4612026-08-17T20:20:13.373Z Compiling smawk v0.3.2
4622026-08-17T20:20:13.475Z Compiling serde_derive v1.0.228
4632026-08-17T20:20:13.511Z Compiling thiserror-impl v1.0.69
4642026-08-17T20:20:13.529Z Compiling zerocopy-derive v0.7.35
4652026-08-17T20:20:13.529Z Compiling pest_derive v2.8.6
4662026-08-17T20:20:13.783Z Compiling scroll_derive v0.12.1
4672026-08-17T20:20:13.969Z Compiling thiserror-impl v2.0.18
4682026-08-17T20:20:14.038Z Compiling clap_derive v4.6.1
4692026-08-17T20:20:14.192Z Compiling tabled v0.15.0
4702026-08-17T20:20:14.413Z Compiling zerocopy v0.7.35
4712026-08-17T20:20:14.448Z Compiling scroll v0.12.0
4722026-08-17T20:20:14.727Z Compiling goblin v0.8.2
4732026-08-17T20:20:14.878Z Compiling dtrace-parser v0.2.0
4742026-08-17T20:20:14.973Z Compiling textwrap v0.16.2
4752026-08-17T20:20:15.398Z Compiling camino-tempfile v1.4.1
4762026-08-17T20:20:15.600Z Compiling swrite v0.1.0
4772026-08-17T20:20:15.766Z Compiling clap v4.6.1
4782026-08-17T20:20:16.534Z Compiling dof v0.3.0
4792026-08-17T20:20:16.534Z Compiling serde_tokenstream v0.2.3
4802026-08-17T20:20:16.552Z Compiling serde_spanned v0.6.9
4812026-08-17T20:20:16.555Z Compiling toml_datetime v0.6.11
4822026-08-17T20:20:16.567Z Compiling macaddr v1.0.1
4832026-08-17T20:20:16.617Z Compiling cargo_metadata v0.23.1
4842026-08-17T20:20:16.617Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4852026-08-17T20:20:16.743Z Compiling toml_edit v0.22.27
4862026-08-17T20:20:17.288Z Compiling usdt-macro v0.5.0
4872026-08-17T20:20:17.317Z Compiling usdt-attr-macro v0.5.0
4882026-08-17T20:20:17.892Z Compiling usdt v0.5.0
4892026-08-17T20:20:18.069Z Compiling toml v0.8.23
4902026-08-17T20:20:18.455Z Compiling cargo_toml v0.21.0
4912026-08-17T20:20:19.681Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-17T20:20:21.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.25s
4932026-08-17T20:20:21.847Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-17T20:20:22.349Z Downloading crates ...
4952026-08-17T20:20:22.405Z Downloaded atomic-waker v1.1.2
4962026-08-17T20:20:22.408Z Downloaded bit-set v0.8.0
4972026-08-17T20:20:22.411Z Downloaded backon v1.6.0
4982026-08-17T20:20:22.414Z Downloaded ahash v0.8.12
4992026-08-17T20:20:22.417Z Downloaded aead v0.5.2
5002026-08-17T20:20:22.417Z Downloaded adler2 v2.0.1
5012026-08-17T20:20:22.422Z Downloaded futures-macro v0.3.32
5022026-08-17T20:20:22.425Z Downloaded float-ord v0.3.2
5032026-08-17T20:20:22.425Z Downloaded endian-type v0.1.2
5042026-08-17T20:20:22.428Z Downloaded foreign-types-macros v0.2.3
5052026-08-17T20:20:22.428Z Downloaded convert_case v0.4.0
5062026-08-17T20:20:22.431Z Downloaded erased-serde v0.3.31
5072026-08-17T20:20:22.431Z Downloaded httpdate v1.0.3
5082026-08-17T20:20:22.431Z Downloaded async-recursion v1.1.1
5092026-08-17T20:20:22.434Z Downloaded bcrypt-pbkdf v0.11.0
5102026-08-17T20:20:22.434Z Downloaded env_logger v0.11.9
5112026-08-17T20:20:22.435Z Downloaded fs_extra v1.3.0
5122026-08-17T20:20:22.438Z Downloaded http-body-util v0.1.3
5132026-08-17T20:20:22.438Z Downloaded array-init v0.0.4
5142026-08-17T20:20:22.441Z Downloaded bit-set v0.5.3
5152026-08-17T20:20:22.441Z Downloaded async-stream-impl v0.3.6
5162026-08-17T20:20:22.444Z Downloaded hashbrown v0.15.5
5172026-08-17T20:20:22.447Z Downloaded ascii-canvas v3.0.0
5182026-08-17T20:20:22.447Z Downloaded assert_matches v1.5.0
5192026-08-17T20:20:22.447Z Downloaded base16ct v1.0.0
5202026-08-17T20:20:22.450Z Downloaded arrayref v0.3.9
5212026-08-17T20:20:22.450Z Downloaded bb8 v0.8.6
5222026-08-17T20:20:22.450Z Downloaded futures v0.3.32
5232026-08-17T20:20:22.453Z Downloaded arrayvec v0.7.6
5242026-08-17T20:20:22.456Z Downloaded compression-codecs v0.4.37
5252026-08-17T20:20:22.456Z Downloaded aead v0.6.1
5262026-08-17T20:20:22.456Z Downloaded anstream v0.6.21
5272026-08-17T20:20:22.459Z Downloaded blowfish v0.10.0
5282026-08-17T20:20:22.460Z Downloaded cipher v0.5.2
5292026-08-17T20:20:22.460Z Downloaded anstyle-parse v0.2.7
5302026-08-17T20:20:22.462Z Downloaded cassowary v0.3.0
5312026-08-17T20:20:22.463Z Downloaded futures-core v0.3.32
5322026-08-17T20:20:22.463Z Downloaded cmov v0.5.4
5332026-08-17T20:20:22.463Z Downloaded async-stream v0.3.6
5342026-08-17T20:20:22.466Z Downloaded cfg_aliases v0.2.1
5352026-08-17T20:20:22.466Z Downloaded funty v2.0.0
5362026-08-17T20:20:22.466Z Downloaded base16ct v0.2.0
5372026-08-17T20:20:22.466Z Downloaded getrandom v0.3.4
5382026-08-17T20:20:22.469Z Downloaded fs-err v2.11.0
5392026-08-17T20:20:22.473Z Downloaded arc-swap v1.8.2
5402026-08-17T20:20:22.476Z Downloaded futures-io v0.3.32
5412026-08-17T20:20:22.476Z Downloaded cobs v0.3.0
5422026-08-17T20:20:22.479Z Downloaded futures-task v0.3.32
5432026-08-17T20:20:22.479Z Downloaded bitfield-macros v0.19.4
5442026-08-17T20:20:22.479Z Downloaded enum-as-inner v0.6.1
5452026-08-17T20:20:22.479Z Downloaded ghash v0.6.0
5462026-08-17T20:20:22.482Z Downloaded headers-core v0.3.0
5472026-08-17T20:20:22.485Z Downloaded hex v0.4.3
5482026-08-17T20:20:22.489Z Downloaded atty v0.2.14
5492026-08-17T20:20:22.490Z Downloaded futures-sink v0.3.32
5502026-08-17T20:20:22.490Z Downloaded fxhash v0.2.1
5512026-08-17T20:20:22.490Z Downloaded env_filter v1.0.0
5522026-08-17T20:20:22.492Z Downloaded bitfield-struct v0.6.2
5532026-08-17T20:20:22.493Z Downloaded atomicwrites v0.4.4
5542026-08-17T20:20:22.493Z Downloaded foreign-types v0.3.2
5552026-08-17T20:20:22.495Z Downloaded home v0.5.12
5562026-08-17T20:20:22.496Z Downloaded http-body v1.0.1
5572026-08-17T20:20:22.496Z Downloaded bcs v0.1.6
5582026-08-17T20:20:22.496Z Downloaded hostname v0.4.2
5592026-08-17T20:20:22.499Z Downloaded bitfield v0.19.4
5602026-08-17T20:20:22.499Z Downloaded base64ct v1.8.3
5612026-08-17T20:20:22.502Z Downloaded bit-vec v0.6.3
5622026-08-17T20:20:22.502Z Downloaded cbc v0.2.1
5632026-08-17T20:20:22.502Z Downloaded cexpr v0.6.0
5642026-08-17T20:20:22.502Z Downloaded cipher v0.4.4
5652026-08-17T20:20:22.505Z Downloaded hostname v0.3.1
5662026-08-17T20:20:22.505Z Downloaded backoff v0.4.0
5672026-08-17T20:20:22.505Z Downloaded enum_dispatch v0.3.13
5682026-08-17T20:20:22.508Z Downloaded block-padding v0.4.2
5692026-08-17T20:20:22.508Z Downloaded ciborium-ll v0.2.2
5702026-08-17T20:20:22.508Z Downloaded foreign-types v0.5.0
5712026-08-17T20:20:22.511Z Downloaded block-buffer v0.12.1
5722026-08-17T20:20:22.514Z Downloaded cfg_aliases v0.1.1
5732026-08-17T20:20:22.514Z Downloaded ciborium-io v0.2.2
5742026-08-17T20:20:22.514Z Downloaded foreign-types-shared v0.1.1
5752026-08-17T20:20:22.514Z Downloaded fixedbitset v0.4.2
5762026-08-17T20:20:22.517Z Downloaded hash32 v0.2.1
5772026-08-17T20:20:22.517Z Downloaded hyper-tls v0.6.0
5782026-08-17T20:20:22.517Z Downloaded compression-core v0.4.31
5792026-08-17T20:20:22.517Z Downloaded git-stub v1.0.0
5802026-08-17T20:20:22.522Z Downloaded castaway v0.2.4
5812026-08-17T20:20:22.522Z Downloaded gethostname v0.5.0
5822026-08-17T20:20:22.522Z Downloaded foreign-types-shared v0.3.1
5832026-08-17T20:20:22.526Z Downloaded form_urlencoded v1.2.2
5842026-08-17T20:20:22.526Z Downloaded openssl-probe v0.2.1
5852026-08-17T20:20:22.526Z Downloaded num-conv v0.2.0
5862026-08-17T20:20:22.526Z Downloaded async-bb8-diesel v0.2.1
5872026-08-17T20:20:22.529Z Downloaded console v0.16.2
5882026-08-17T20:20:22.529Z Downloaded hash32 v0.3.1
5892026-08-17T20:20:22.529Z Downloaded hubpack_derive v0.1.1
5902026-08-17T20:20:22.533Z Downloaded bitflags v1.3.2
5912026-08-17T20:20:22.533Z Downloaded globwalk v0.9.1
5922026-08-17T20:20:22.533Z Downloaded http-range v0.1.5
5932026-08-17T20:20:22.533Z Downloaded argon2 v0.5.3
5942026-08-17T20:20:22.536Z Downloaded num v0.4.3
5952026-08-17T20:20:22.537Z Downloaded num_enum_derive v0.5.11
5962026-08-17T20:20:22.537Z Downloaded allocator-api2 v0.2.21
5972026-08-17T20:20:22.540Z Downloaded float-cmp v0.10.0
5982026-08-17T20:20:22.543Z Downloaded hex-literal v1.1.0
5992026-08-17T20:20:22.547Z Downloaded bit-vec v0.8.0
6002026-08-17T20:20:22.550Z Downloaded constant_time_eq v0.4.2
6012026-08-17T20:20:22.550Z Downloaded flagset v0.4.7
6022026-08-17T20:20:22.550Z Downloaded phf_shared v0.12.1
6032026-08-17T20:20:22.553Z Downloaded precomputed-hash v0.1.1
6042026-08-17T20:20:22.559Z Downloaded progenitor-macro v0.14.0
6052026-08-17T20:20:22.562Z Downloaded glob v0.3.3
6062026-08-17T20:20:22.566Z Downloaded fallible-iterator v0.2.0
6072026-08-17T20:20:22.569Z Downloaded getrandom v0.2.17
6082026-08-17T20:20:22.573Z Downloaded bs58 v0.5.1
6092026-08-17T20:20:22.573Z Downloaded rfc6979 v0.4.0
6102026-08-17T20:20:22.573Z Downloaded russh-util v0.52.0
6112026-08-17T20:20:22.577Z Downloaded same-file v1.0.6
6122026-08-17T20:20:22.577Z Downloaded async-trait v0.1.89
6132026-08-17T20:20:22.582Z Downloaded serde_bytes v0.11.19
6142026-08-17T20:20:22.582Z Downloaded serde_repr v0.1.20
6152026-08-17T20:20:22.583Z Downloaded serde_plain v1.0.2
6162026-08-17T20:20:22.586Z Downloaded sigpipe v0.1.3
6172026-08-17T20:20:22.586Z Downloaded strum v0.26.3
6182026-08-17T20:20:22.586Z Downloaded byte-wrapper v0.1.0
6192026-08-17T20:20:22.586Z Downloaded supports-color v3.0.2
6202026-08-17T20:20:22.589Z Downloaded group v0.14.0
6212026-08-17T20:20:22.592Z Downloaded buf-list v1.1.2
6222026-08-17T20:20:22.595Z Downloaded ff v0.14.0
6232026-08-17T20:20:22.595Z Downloaded cmake v0.1.57
6242026-08-17T20:20:22.595Z Downloaded find-msvc-tools v0.1.9
6252026-08-17T20:20:22.595Z Downloaded ff v0.13.1
6262026-08-17T20:20:22.598Z Downloaded futures-executor v0.3.32
6272026-08-17T20:20:22.598Z Downloaded hubpack v0.1.2
6282026-08-17T20:20:22.601Z Downloaded num-rational v0.4.2
6292026-08-17T20:20:22.604Z Downloaded blake2 v0.10.6
6302026-08-17T20:20:22.604Z Downloaded foldhash v0.2.0
6312026-08-17T20:20:22.605Z Downloaded hyper-staticfile v0.10.1
6322026-08-17T20:20:22.608Z Downloaded owo-colors v4.3.0
6332026-08-17T20:20:22.612Z Downloaded foldhash v0.1.5
6342026-08-17T20:20:22.612Z Downloaded pbkdf2 v0.13.0
6352026-08-17T20:20:22.612Z Downloaded shell-words v1.1.1
6362026-08-17T20:20:22.615Z Downloaded peg v0.8.5
6372026-08-17T20:20:22.618Z Downloaded sponge-cursor v0.1.0
6382026-08-17T20:20:22.618Z Downloaded fixedbitset v0.5.7
6392026-08-17T20:20:22.618Z Downloaded group v0.13.0
6402026-08-17T20:20:22.618Z Downloaded oxide-tokio-rt v0.1.4
6412026-08-17T20:20:22.621Z Downloaded peg-macros v0.8.5
6422026-08-17T20:20:22.621Z Downloaded git-stub-vcs v0.1.0
6432026-08-17T20:20:22.621Z Downloaded phf v0.12.1
6442026-08-17T20:20:22.621Z Downloaded tabwriter v1.4.1
6452026-08-17T20:20:22.624Z Downloaded thiserror-impl-no-std v2.0.2
6462026-08-17T20:20:22.624Z Downloaded tokio-test v0.4.5
6472026-08-17T20:20:22.628Z Downloaded tower-layer v0.3.3
6482026-08-17T20:20:22.631Z Downloaded fd-lock v4.0.4
6492026-08-17T20:20:22.631Z Downloaded console v0.15.11
6502026-08-17T20:20:22.634Z Downloaded camino-tempfile-ext v0.3.3
6512026-08-17T20:20:22.634Z Downloaded const_format_proc_macros v0.2.34
6522026-08-17T20:20:22.634Z Downloaded filetime v0.2.27
6532026-08-17T20:20:22.637Z Downloaded highway v1.3.0
6542026-08-17T20:20:22.637Z Downloaded humantime v2.3.0
6552026-08-17T20:20:22.637Z Downloaded psm v0.1.30
6562026-08-17T20:20:22.658Z Downloaded hybrid-array v0.4.13
6572026-08-17T20:20:22.658Z Downloaded topological-sort v0.2.2
6582026-08-17T20:20:22.658Z Downloaded primefield v0.14.0
6592026-08-17T20:20:22.658Z Downloaded progenitor-extras v0.2.0
6602026-08-17T20:20:22.658Z Downloaded rand_core v0.9.5
6612026-08-17T20:20:22.658Z Downloaded rpassword v7.5.4
6622026-08-17T20:20:22.658Z Downloaded sec1 v0.7.3
6632026-08-17T20:20:22.658Z Downloaded scroll v0.13.0
6642026-08-17T20:20:22.658Z Downloaded unit-prefix v0.5.2
6652026-08-17T20:20:22.658Z Downloaded usdt-attr-macro v0.6.0
6662026-08-17T20:20:22.658Z Downloaded zerofrom v0.1.6
6672026-08-17T20:20:22.658Z Downloaded wnaf v0.14.0
6682026-08-17T20:20:22.663Z Downloaded httparse v1.10.1
6692026-08-17T20:20:22.663Z Downloaded simd-adler32 v0.3.8
6702026-08-17T20:20:22.663Z Downloaded argon2 v0.6.0-rc.8
6712026-08-17T20:20:22.671Z Downloaded ciborium v0.2.2
6722026-08-17T20:20:22.671Z Downloaded clang-sys v1.8.1
6732026-08-17T20:20:22.671Z Downloaded chacha20 v0.9.1
6742026-08-17T20:20:22.671Z Downloaded futures-channel v0.3.32
6752026-08-17T20:20:22.671Z Downloaded cancel-safe-futures v0.1.5
6762026-08-17T20:20:22.684Z Downloaded colored v2.2.0
6772026-08-17T20:20:22.684Z Downloaded colored v3.1.1
6782026-08-17T20:20:22.684Z Downloaded const-oid v0.9.6
6792026-08-17T20:20:22.684Z Downloaded globset v0.4.18
6802026-08-17T20:20:22.684Z Downloaded half v1.8.3
6812026-08-17T20:20:22.684Z Downloaded hmac v0.12.1
6822026-08-17T20:20:22.684Z Downloaded blake2 v0.11.0-rc.6
6832026-08-17T20:20:22.690Z Downloaded rustls-native-certs v0.8.3
6842026-08-17T20:20:22.690Z Downloaded cpubits v0.1.1
6852026-08-17T20:20:22.690Z Downloaded termios v0.3.3
6862026-08-17T20:20:22.690Z Downloaded hyper-rustls v0.27.7
6872026-08-17T20:20:22.690Z Downloaded parking_lot_core v0.9.12
6882026-08-17T20:20:22.690Z Downloaded progenitor v0.13.0
6892026-08-17T20:20:22.690Z Downloaded serde_path_to_error v0.1.20
6902026-08-17T20:20:22.690Z Downloaded tokio-macros v2.7.0
6912026-08-17T20:20:22.690Z Downloaded crc-catalog v2.4.0
6922026-08-17T20:20:22.690Z Downloaded darling_macro v0.21.3
6932026-08-17T20:20:22.690Z Downloaded poly1305 v0.9.0
6942026-08-17T20:20:22.690Z Downloaded tls_codec_derive v0.4.2
6952026-08-17T20:20:22.693Z Downloaded tokio-tungstenite v0.21.0
6962026-08-17T20:20:22.693Z Downloaded signal-hook-registry v1.4.8
6972026-08-17T20:20:22.694Z Downloaded slog-scope v4.4.1
6982026-08-17T20:20:22.694Z Downloaded strum_macros v0.27.2
6992026-08-17T20:20:22.694Z Downloaded spki v0.7.3
7002026-08-17T20:20:22.697Z Downloaded spki v0.8.0
7012026-08-17T20:20:22.697Z Downloaded darling_macro v0.23.0
7022026-08-17T20:20:22.697Z Downloaded cstr-argument v0.1.2
7032026-08-17T20:20:22.700Z Downloaded dropshot-api-manager-types v0.8.0
7042026-08-17T20:20:22.700Z Downloaded display-error-chain v0.2.2
7052026-08-17T20:20:22.703Z Downloaded usdt-impl v0.6.0
7062026-08-17T20:20:22.703Z Downloaded bzip2 v0.4.4
7072026-08-17T20:20:22.703Z Downloaded tiny-keccak v2.0.2
7082026-08-17T20:20:22.706Z Downloaded dof v0.4.0
7092026-08-17T20:20:22.706Z Downloaded pkcs1 v0.7.5
7102026-08-17T20:20:22.710Z Downloaded pkcs8 v0.11.0
7112026-08-17T20:20:22.710Z Downloaded postgres-protocol v0.6.10
7122026-08-17T20:20:22.713Z Downloaded dunce v1.0.5
7132026-08-17T20:20:22.713Z Downloaded ident_case v1.0.1
7142026-08-17T20:20:22.713Z Downloaded postcard v1.1.3
7152026-08-17T20:20:22.713Z Downloaded rand_core v0.10.0
7162026-08-17T20:20:22.716Z Downloaded vergen-git2 v9.1.0
7172026-08-17T20:20:22.720Z Downloaded unicase v2.9.0
7182026-08-17T20:20:22.723Z Downloaded whoami v1.6.1
7192026-08-17T20:20:22.726Z Downloaded inout v0.2.2
7202026-08-17T20:20:22.726Z Downloaded maybe-uninit v2.0.0
7212026-08-17T20:20:22.729Z Downloaded kstat-rs v0.2.5
7222026-08-17T20:20:22.729Z Downloaded is-terminal v0.4.17
7232026-08-17T20:20:22.729Z Downloaded jiff-static v0.2.34
7242026-08-17T20:20:22.733Z Downloaded bzip2 v0.6.1
7252026-08-17T20:20:22.736Z Downloaded md-5 v0.10.6
7262026-08-17T20:20:22.736Z Downloaded fatfs v0.3.6
7272026-08-17T20:20:22.736Z Downloaded smallvec v1.15.1
7282026-08-17T20:20:22.740Z Downloaded ctutils v0.4.2
7292026-08-17T20:20:22.740Z Downloaded chacha20 v0.10.0
7302026-08-17T20:20:22.743Z Downloaded generic-array v1.4.3
7312026-08-17T20:20:22.743Z Downloaded xshell v0.2.7
7322026-08-17T20:20:22.743Z Downloaded lzss v0.8.2
7332026-08-17T20:20:22.743Z Downloaded hmac v0.13.0
7342026-08-17T20:20:22.746Z Downloaded convert_case v0.10.0
7352026-08-17T20:20:22.754Z Downloaded half v2.7.1
7362026-08-17T20:20:22.757Z Downloaded num-iter v0.1.45
7372026-08-17T20:20:22.757Z Downloaded openssl-probe v0.1.6
7382026-08-17T20:20:22.761Z Downloaded nibble_vec v0.1.0
7392026-08-17T20:20:22.764Z Downloaded sqlformat v0.3.5
7402026-08-17T20:20:22.764Z Downloaded parse-display v0.10.0
7412026-08-17T20:20:22.764Z Downloaded spin v0.9.8
7422026-08-17T20:20:22.768Z Downloaded powerfmt v0.2.0
7432026-08-17T20:20:22.771Z Downloaded heapless v0.8.0
7442026-08-17T20:20:22.774Z Downloaded derive-ex v0.1.8
7452026-08-17T20:20:22.774Z Downloaded quick-error v1.2.3
7462026-08-17T20:20:22.774Z Downloaded rtoolbox v0.0.3
7472026-08-17T20:20:22.777Z Downloaded compact_str v0.8.1
7482026-08-17T20:20:22.777Z Downloaded phf_shared v0.11.3
7492026-08-17T20:20:22.780Z Downloaded digest v0.11.3
7502026-08-17T20:20:22.783Z Downloaded vergen-gitcl v1.0.8
7512026-08-17T20:20:22.789Z Downloaded rand_pcg v0.10.2
7522026-08-17T20:20:22.792Z Downloaded rustc_version v0.1.7
7532026-08-17T20:20:22.792Z Downloaded rustc_version v0.4.1
7542026-08-17T20:20:22.792Z Downloaded instability v0.3.11
7552026-08-17T20:20:22.792Z Downloaded vergen v9.1.0
7562026-08-17T20:20:22.795Z Downloaded psl-types v2.0.11
7572026-08-17T20:20:22.798Z Downloaded rfc6979 v0.6.0
7582026-08-17T20:20:22.801Z Downloaded ed25519 v2.2.3
7592026-08-17T20:20:22.801Z Downloaded sha2 v0.11.0
7602026-08-17T20:20:22.805Z Downloaded signal-hook-mio v0.2.5
7612026-08-17T20:20:22.805Z Downloaded zerocopy v0.6.6
7622026-08-17T20:20:22.808Z Downloaded base64 v0.22.1
7632026-08-17T20:20:22.811Z Downloaded base64 v0.21.7
7642026-08-17T20:20:22.814Z Downloaded libloading v0.8.9
7652026-08-17T20:20:22.814Z Downloaded bytes v1.11.1
7662026-08-17T20:20:22.817Z Downloaded const_format v0.2.35
7672026-08-17T20:20:22.817Z Downloaded lock_api v0.4.14
7682026-08-17T20:20:22.820Z Downloaded scopeguard v1.2.0
7692026-08-17T20:20:22.820Z Downloaded termtree v0.5.1
7702026-08-17T20:20:22.820Z Downloaded slog-envlogger v2.2.0
7712026-08-17T20:20:22.820Z Downloaded sqlparser_derive v0.5.0
7722026-08-17T20:20:22.820Z Downloaded structmeta v0.3.0
7732026-08-17T20:20:22.823Z Downloaded structmeta-derive v0.3.0
7742026-08-17T20:20:22.823Z Downloaded take_mut v0.2.2
7752026-08-17T20:20:22.823Z Downloaded similar v2.7.0
7762026-08-17T20:20:22.826Z Downloaded darling v0.21.3
7772026-08-17T20:20:22.829Z Downloaded ar_archive_writer v0.5.1
7782026-08-17T20:20:22.829Z Downloaded ryu v1.0.23
7792026-08-17T20:20:22.832Z Downloaded heapless v0.7.17
7802026-08-17T20:20:22.832Z Downloaded nanorand v0.7.0
7812026-08-17T20:20:22.835Z Downloaded native-tls v0.2.18
7822026-08-17T20:20:22.835Z Downloaded password-hash v0.5.0
7832026-08-17T20:20:22.835Z Downloaded flume v0.11.1
7842026-08-17T20:20:22.838Z Downloaded chacha20poly1305 v0.10.1
7852026-08-17T20:20:22.841Z Downloaded predicates v3.1.4
7862026-08-17T20:20:22.844Z Downloaded num_enum_derive v0.7.6
7872026-08-17T20:20:22.847Z Downloaded pin-project-lite v0.2.17
7882026-08-17T20:20:22.850Z Downloaded ppv-lite86 v0.2.21
7892026-08-17T20:20:22.850Z Downloaded proc-macro-error2 v2.0.1
7902026-08-17T20:20:22.850Z Downloaded headers v0.4.1
7912026-08-17T20:20:22.854Z Downloaded flate2 v1.1.9
7922026-08-17T20:20:22.857Z Downloaded paste v1.0.15
7932026-08-17T20:20:22.857Z Downloaded zone v0.3.1
7942026-08-17T20:20:22.857Z Downloaded delegate v0.13.5
7952026-08-17T20:20:22.860Z Downloaded cpufeatures v0.3.0
7962026-08-17T20:20:22.860Z Downloaded prettyplease v0.2.37
7972026-08-17T20:20:22.860Z Downloaded universal-hash v0.5.1
7982026-08-17T20:20:22.860Z Downloaded untrusted v0.9.0
7992026-08-17T20:20:22.863Z Downloaded ed25519 v3.0.0
8002026-08-17T20:20:22.866Z Downloaded pkg-config v0.3.32
8012026-08-17T20:20:22.866Z Downloaded polyval v0.7.1
8022026-08-17T20:20:22.866Z Downloaded rand_core v0.6.4
8032026-08-17T20:20:22.870Z Downloaded waitgroup v0.1.2
8042026-08-17T20:20:22.870Z Downloaded crc8 v0.1.1
8052026-08-17T20:20:22.873Z Downloaded p384 v0.14.0
8062026-08-17T20:20:22.876Z Downloaded darling_macro v0.13.4
8072026-08-17T20:20:22.876Z Downloaded defmt v0.3.100
8082026-08-17T20:20:22.876Z Downloaded cc v1.2.56
8092026-08-17T20:20:22.879Z Downloaded typify v0.6.2
8102026-08-17T20:20:22.882Z Downloaded const-oid v0.10.2
8112026-08-17T20:20:22.882Z Downloaded zopfli v0.8.3
8122026-08-17T20:20:22.882Z Downloaded slog-json v2.6.1
8132026-08-17T20:20:22.885Z Downloaded support-bundle-viewer v0.1.2
8142026-08-17T20:20:22.888Z Downloaded dirs-next v2.0.0
8152026-08-17T20:20:22.888Z Downloaded idna_adapter v1.2.1
8162026-08-17T20:20:22.891Z Downloaded schemars_derive v0.8.22
8172026-08-17T20:20:22.894Z Downloaded slog-stdlog v4.1.1
8182026-08-17T20:20:22.897Z Downloaded downcast-rs v2.0.2
8192026-08-17T20:20:22.900Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8202026-08-17T20:20:22.900Z Downloaded tui-tree-widget v0.23.1
8212026-08-17T20:20:22.903Z Downloaded snafu v0.8.9
8222026-08-17T20:20:22.906Z Downloaded deranged v0.5.8
8232026-08-17T20:20:22.906Z Downloaded pem-rfc7468 v0.7.0
8242026-08-17T20:20:22.912Z Downloaded typify-macro v0.6.2
8252026-08-17T20:20:22.916Z Downloaded yoke v0.8.1
8262026-08-17T20:20:22.916Z Downloaded hickory-resolver v0.25.2
8272026-08-17T20:20:22.919Z Downloaded inout v0.1.4
8282026-08-17T20:20:22.919Z Downloaded zerovec-derive v0.11.2
8292026-08-17T20:20:22.919Z Downloaded lru-slab v0.1.2
8302026-08-17T20:20:22.919Z Downloaded lru-cache v0.1.2
8312026-08-17T20:20:22.919Z Downloaded new_debug_unreachable v1.0.6
8322026-08-17T20:20:22.922Z Downloaded async-compression v0.4.41
8332026-08-17T20:20:22.925Z Downloaded publicsuffix v2.3.0
8342026-08-17T20:20:22.928Z Downloaded tls_codec v0.4.2
8352026-08-17T20:20:22.928Z Downloaded is_ci v1.2.0
8362026-08-17T20:20:22.928Z Downloaded derive-where v1.6.0
8372026-08-17T20:20:22.931Z Downloaded hickory-server v0.25.2
8382026-08-17T20:20:22.931Z Downloaded icu_properties v2.1.2
8392026-08-17T20:20:22.934Z Downloaded expectorate v1.2.0
8402026-08-17T20:20:22.937Z Downloaded kem v0.3.0
8412026-08-17T20:20:22.937Z Downloaded daft v0.1.7
8422026-08-17T20:20:22.940Z Downloaded newtype_derive v0.1.6
8432026-08-17T20:20:22.940Z Downloaded potential_utf v0.1.4
8442026-08-17T20:20:22.943Z Downloaded rand_chacha v0.9.0
8452026-08-17T20:20:22.943Z Downloaded vsss-rs v3.3.4
8462026-08-17T20:20:22.943Z Downloaded critical-section v1.2.0
8472026-08-17T20:20:22.946Z Downloaded bumpalo v3.20.2
8482026-08-17T20:20:22.949Z Downloaded openssl-macros v0.1.1
8492026-08-17T20:20:22.949Z Downloaded path-slash v0.1.5
8502026-08-17T20:20:22.949Z Downloaded proc-macro-crate v3.4.0
8512026-08-17T20:20:22.949Z Downloaded rayon-core v1.13.0
8522026-08-17T20:20:22.952Z Downloaded rsa v0.9.10
8532026-08-17T20:20:22.954Z Downloaded rustls-webpki v0.103.13
8542026-08-17T20:20:22.954Z Downloaded scuffle v0.1.0
8552026-08-17T20:20:22.957Z Downloaded tracing-core v0.1.36
8562026-08-17T20:20:22.957Z Downloaded string_cache v0.8.9
8572026-08-17T20:20:22.960Z Downloaded indexmap v1.9.3
8582026-08-17T20:20:22.960Z Downloaded term v1.2.1
8592026-08-17T20:20:22.964Z Downloaded zerotrie v0.2.3
8602026-08-17T20:20:22.964Z Downloaded serde_with_macros v3.21.0
8612026-08-17T20:20:22.967Z Downloaded csv-core v0.1.13
8622026-08-17T20:20:22.967Z Downloaded schemars v0.9.0
8632026-08-17T20:20:22.973Z Downloaded aes v0.9.1
8642026-08-17T20:20:22.983Z Downloaded derive_builder_core v0.20.2
8652026-08-17T20:20:22.983Z Downloaded oso v0.27.3
8662026-08-17T20:20:22.984Z Downloaded progenitor-client v0.14.0
8672026-08-17T20:20:22.984Z Downloaded scheduled-thread-pool v0.2.7
8682026-08-17T20:20:22.984Z Downloaded russh-cryptovec v0.62.0
8692026-08-17T20:20:22.984Z Downloaded secrecy v0.10.3
8702026-08-17T20:20:22.984Z Downloaded signature v2.2.0
8712026-08-17T20:20:22.984Z Downloaded strip-ansi-escapes v0.2.1
8722026-08-17T20:20:22.993Z Downloaded indoc v2.0.7
8732026-08-17T20:20:22.993Z Downloaded hashbrown v0.13.2
8742026-08-17T20:20:22.993Z Downloaded papergrid v0.18.0
8752026-08-17T20:20:22.993Z Downloaded hashbrown v0.12.3
8762026-08-17T20:20:22.993Z Downloaded mime v0.3.17
8772026-08-17T20:20:22.993Z Downloaded libsw v3.5.0
8782026-08-17T20:20:22.993Z Downloaded hickory-resolver v0.24.4
8792026-08-17T20:20:23.004Z Downloaded sync_wrapper v1.0.2
8802026-08-17T20:20:23.004Z Downloaded omicron-zone-package v0.12.3
8812026-08-17T20:20:23.004Z Downloaded thread-id v5.1.0
8822026-08-17T20:20:23.004Z Downloaded toml_edit v0.19.15
8832026-08-17T20:20:23.017Z Downloaded secrecy v0.8.0
8842026-08-17T20:20:23.017Z Downloaded semver v0.1.20
8852026-08-17T20:20:23.017Z Downloaded qorb v0.4.1
8862026-08-17T20:20:23.017Z Downloaded unicode_categories v0.1.1
8872026-08-17T20:20:23.017Z Downloaded ipnet v2.11.0
8882026-08-17T20:20:23.017Z Downloaded libsw-core v0.3.2
8892026-08-17T20:20:23.017Z Downloaded percent-encoding v2.3.2
8902026-08-17T20:20:23.017Z Downloaded phc v0.6.1
8912026-08-17T20:20:23.017Z Downloaded progenitor-impl v0.13.0
8922026-08-17T20:20:23.020Z Downloaded packed_struct v0.10.1
8932026-08-17T20:20:23.020Z Downloaded trait-variant v0.1.2
8942026-08-17T20:20:23.020Z Downloaded unarray v0.1.4
8952026-08-17T20:20:23.020Z Downloaded untrusted v0.7.1
8962026-08-17T20:20:23.020Z Downloaded num_enum v0.5.11
8972026-08-17T20:20:23.020Z Downloaded signal-hook v0.3.18
8982026-08-17T20:20:23.020Z Downloaded slog v2.8.2
8992026-08-17T20:20:23.020Z Downloaded want v0.3.1
9002026-08-17T20:20:23.024Z Downloaded tungstenite v0.21.0
9012026-08-17T20:20:23.024Z Downloaded des v0.9.0
9022026-08-17T20:20:23.026Z Downloaded indicatif v0.18.4
9032026-08-17T20:20:23.027Z Downloaded unicode-truncate v1.1.0
9042026-08-17T20:20:23.027Z Downloaded utf8_iter v1.0.4
9052026-08-17T20:20:23.029Z Downloaded test-strategy v0.4.5
9062026-08-17T20:20:23.030Z Downloaded xattr v1.6.1
9072026-08-17T20:20:23.032Z Downloaded serde_yaml v0.9.34+deprecated
9082026-08-17T20:20:23.033Z Downloaded darling v0.23.0
9092026-08-17T20:20:23.036Z Downloaded serdect v0.4.3
9102026-08-17T20:20:23.036Z Downloaded crucible-workspace-hack v0.1.0
9112026-08-17T20:20:23.036Z Downloaded ecdsa v0.16.9
9122026-08-17T20:20:23.039Z Downloaded openssl-sys v0.9.117
9132026-08-17T20:20:23.042Z Downloaded embedded-io v0.4.0
9142026-08-17T20:20:23.042Z Downloaded rand_seeder v0.4.0
9152026-08-17T20:20:23.042Z Downloaded rusty-fork v0.3.1
9162026-08-17T20:20:23.045Z Downloaded debug-ignore v1.0.5
9172026-08-17T20:20:23.045Z Downloaded http v1.4.2
9182026-08-17T20:20:23.048Z Downloaded crypto-bigint v0.5.5
9192026-08-17T20:20:23.051Z Downloaded smallvec v0.6.14
9202026-08-17T20:20:23.051Z Downloaded darling_core v0.21.3
9212026-08-17T20:20:23.054Z Downloaded miniz_oxide v0.8.9
9222026-08-17T20:20:23.057Z Downloaded icu_collections v2.1.1
9232026-08-17T20:20:23.060Z Downloaded dyn-clone v1.0.20
9242026-08-17T20:20:23.060Z Downloaded embedded-io v0.6.1
9252026-08-17T20:20:23.060Z Downloaded time-macros v0.2.27
9262026-08-17T20:20:23.063Z Downloaded dirs-sys-next v0.1.2
9272026-08-17T20:20:23.063Z Downloaded match_cfg v0.1.0
9282026-08-17T20:20:23.064Z Downloaded strum_macros v0.26.4
9292026-08-17T20:20:23.067Z Downloaded multimap v0.10.1
9302026-08-17T20:20:23.067Z Downloaded stacker v0.1.23
9312026-08-17T20:20:23.067Z Downloaded internet-checksum v0.2.1
9322026-08-17T20:20:23.070Z Downloaded unicode-segmentation v1.12.0
9332026-08-17T20:20:23.070Z Downloaded normalize-line-endings v0.3.0
9342026-08-17T20:20:23.073Z Downloaded olpc-cjson v0.1.4
9352026-08-17T20:20:23.073Z Downloaded num-derive v0.4.2
9362026-08-17T20:20:23.076Z Downloaded tokio-native-tls v0.3.1
9372026-08-17T20:20:23.076Z Downloaded rand v0.10.1
9382026-08-17T20:20:23.079Z Downloaded tokio-tungstenite v0.23.1
9392026-08-17T20:20:23.079Z Downloaded schemars v0.8.22
9402026-08-17T20:20:23.083Z Downloaded parking_lot v0.12.5
9412026-08-17T20:20:23.086Z Downloaded pkcs1 v0.8.0-rc.4
9422026-08-17T20:20:23.086Z Downloaded num_threads v0.1.7
9432026-08-17T20:20:23.089Z Downloaded recursive v0.1.1
9442026-08-17T20:20:23.089Z Downloaded rustc-hash v2.1.1
9452026-08-17T20:20:23.093Z Downloaded crossbeam-channel v0.5.15
9462026-08-17T20:20:23.096Z Downloaded walkdir v2.5.0
9472026-08-17T20:20:23.096Z Downloaded peg-runtime v0.8.5
9482026-08-17T20:20:23.096Z Downloaded proc-macro-crate v1.3.1
9492026-08-17T20:20:23.099Z Downloaded progenitor-macro v0.13.0
9502026-08-17T20:20:23.099Z Downloaded rand_chacha v0.3.1
9512026-08-17T20:20:23.099Z Downloaded dropshot_endpoint v0.17.1
9522026-08-17T20:20:23.102Z Downloaded darling v0.13.4
9532026-08-17T20:20:23.102Z Downloaded der_derive v0.7.3
9542026-08-17T20:20:23.102Z Downloaded crossbeam-deque v0.8.6
9552026-08-17T20:20:23.102Z Downloaded vergen-lib v9.1.0
9562026-08-17T20:20:23.105Z Downloaded sapling-renderdag v0.1.0
9572026-08-17T20:20:23.105Z Downloaded sha1 v0.10.6
9582026-08-17T20:20:23.108Z Downloaded rustls-pki-types v1.14.0
9592026-08-17T20:20:23.111Z Downloaded elliptic-curve v0.13.8
9602026-08-17T20:20:23.114Z Downloaded zstd v0.13.3
9612026-08-17T20:20:23.117Z Downloaded p521 v0.14.0
9622026-08-17T20:20:23.120Z Downloaded siphasher v1.0.2
9632026-08-17T20:20:23.120Z Downloaded testing_table v0.3.0
9642026-08-17T20:20:23.120Z Downloaded tinyvec_macros v0.1.1
9652026-08-17T20:20:23.123Z Downloaded tower-service v0.3.3
9662026-08-17T20:20:23.124Z Downloaded slog-term v2.9.2
9672026-08-17T20:20:23.126Z Downloaded tagptr v0.2.0
9682026-08-17T20:20:23.126Z Downloaded try-lock v0.2.5
9692026-08-17T20:20:23.129Z Downloaded usdt v0.6.0
9702026-08-17T20:20:23.130Z Downloaded impl-trait-for-tuples v0.2.3
9712026-08-17T20:20:23.132Z Downloaded ipnetwork v0.21.1
9722026-08-17T20:20:23.132Z Downloaded libbz2-rs-sys v0.2.2
9732026-08-17T20:20:23.138Z Downloaded mime_guess v2.0.5
9742026-08-17T20:20:23.141Z Downloaded yoke-derive v0.8.1
9752026-08-17T20:20:23.145Z Downloaded diesel_derives v2.3.7
9762026-08-17T20:20:23.148Z Downloaded ed25519-dalek v2.2.0
9772026-08-17T20:20:23.152Z Downloaded ml-kem v0.3.2
9782026-08-17T20:20:23.154Z Downloaded num-traits v0.2.19
9792026-08-17T20:20:23.154Z Downloaded oxide-update-engine-types v0.1.2
9802026-08-17T20:20:23.157Z Downloaded schemars v1.2.1
9812026-08-17T20:20:23.174Z Downloaded digest-io v0.1.0
9822026-08-17T20:20:23.177Z Downloaded lazy_static v1.5.0
9832026-08-17T20:20:23.180Z Downloaded lru v0.12.5
9842026-08-17T20:20:23.180Z Downloaded nom v8.0.0
9852026-08-17T20:20:23.183Z Downloaded parking_lot_core v0.8.6
9862026-08-17T20:20:23.183Z Downloaded r2d2 v0.8.10
9872026-08-17T20:20:23.183Z Downloaded pin-project-internal v1.1.11
9882026-08-17T20:20:23.184Z Downloaded keccak v0.1.6
9892026-08-17T20:20:23.187Z Downloaded port-file v0.1.0
9902026-08-17T20:20:23.187Z Downloaded seq-macro v0.3.6
9912026-08-17T20:20:23.187Z Downloaded daft-derive v0.1.7
9922026-08-17T20:20:23.190Z Downloaded derive_builder v0.20.2
9932026-08-17T20:20:23.192Z Downloaded opaque-debug v0.3.1
9942026-08-17T20:20:23.193Z Downloaded serde_with_macros v1.5.2
9952026-08-17T20:20:23.193Z Downloaded password-hash v0.6.1
9962026-08-17T20:20:23.193Z Downloaded predicates-tree v1.0.13
9972026-08-17T20:20:23.196Z Downloaded proc-macro-error-attr2 v2.0.0
9982026-08-17T20:20:23.196Z Downloaded nodrop v0.1.14
9992026-08-17T20:20:23.196Z Downloaded rand_xorshift v0.4.0
10002026-08-17T20:20:23.196Z Downloaded samael v0.0.19
10012026-08-17T20:20:23.199Z Downloaded icu_normalizer v2.1.1
10022026-08-17T20:20:23.202Z Downloaded cookie v0.18.1
10032026-08-17T20:20:23.202Z Downloaded hashbrown v0.16.1
10042026-08-17T20:20:23.205Z Downloaded rustversion v1.0.22
10052026-08-17T20:20:23.208Z Downloaded slog-dtrace v0.3.0
10062026-08-17T20:20:23.208Z Downloaded serde_derive_internals v0.29.1
10072026-08-17T20:20:23.208Z Downloaded sha1 v0.11.0
10082026-08-17T20:20:23.211Z Downloaded signal-hook-tokio v0.3.1
10092026-08-17T20:20:23.211Z Downloaded elliptic-curve v0.14.1
10102026-08-17T20:20:23.211Z Downloaded ctr v0.10.1
10112026-08-17T20:20:23.214Z Downloaded subtle v2.6.1
10122026-08-17T20:20:23.214Z Downloaded hickory-proto v0.25.2
10132026-08-17T20:20:23.221Z Downloaded uzers v0.12.2
10142026-08-17T20:20:23.224Z Downloaded stringprep v0.1.5
10152026-08-17T20:20:23.224Z Downloaded tokio-dtrace v0.1.1
10162026-08-17T20:20:23.224Z Downloaded aho-corasick v1.1.4
10172026-08-17T20:20:23.227Z Downloaded defmt-parser v1.0.0
10182026-08-17T20:20:23.227Z Downloaded wyz v0.5.1
10192026-08-17T20:20:23.230Z Downloaded time-core v0.1.8
10202026-08-17T20:20:23.230Z Downloaded url v2.5.8
10212026-08-17T20:20:23.230Z Downloaded usdt-macro v0.6.0
10222026-08-17T20:20:23.230Z Downloaded void v1.0.2
10232026-08-17T20:20:23.233Z Downloaded zerocopy-derive v0.8.40
10242026-08-17T20:20:23.236Z Downloaded displaydoc v0.2.5
10252026-08-17T20:20:23.236Z Downloaded indent_write v2.2.0
10262026-08-17T20:20:23.239Z Downloaded zerofrom-derive v0.1.6
10272026-08-17T20:20:23.239Z Downloaded multer v3.1.0
10282026-08-17T20:20:23.239Z Downloaded slog-bunyan v2.5.0
10292026-08-17T20:20:23.239Z Downloaded dsl_auto_type v0.2.0
10302026-08-17T20:20:23.242Z Downloaded crossterm v0.28.1
10312026-08-17T20:20:23.245Z Downloaded reedline v0.40.0
10322026-08-17T20:20:23.248Z Downloaded der v0.7.10
10332026-08-17T20:20:23.251Z Downloaded instant v0.1.13
10342026-08-17T20:20:23.251Z Downloaded packed_struct_codegen v0.10.1
10352026-08-17T20:20:23.251Z Downloaded pkcs8 v0.10.2
10362026-08-17T20:20:23.254Z Downloaded indoc v1.0.9
10372026-08-17T20:20:23.254Z Downloaded libscf-sys v1.2.0
10382026-08-17T20:20:23.254Z Downloaded diesel-dtrace v0.5.0
10392026-08-17T20:20:23.254Z Downloaded crunchy v0.2.4
10402026-08-17T20:20:23.257Z Downloaded rcgen v0.12.1
10412026-08-17T20:20:23.257Z Downloaded snafu-derive v0.8.9
10422026-08-17T20:20:23.257Z Downloaded ingot-macros v0.2.0
10432026-08-17T20:20:23.260Z Downloaded ssh-encoding v0.3.0
10442026-08-17T20:20:23.263Z Downloaded pretty_assertions v1.4.1
10452026-08-17T20:20:23.263Z Downloaded newtype-uuid-macros v0.1.0
10462026-08-17T20:20:23.266Z Downloaded module-lattice v0.2.3
10472026-08-17T20:20:23.266Z Downloaded oxide-update-engine-display v0.1.2
10482026-08-17T20:20:23.266Z Downloaded litrs v1.0.0
10492026-08-17T20:20:23.269Z Downloaded futures-util v0.3.32
10502026-08-17T20:20:23.273Z Downloaded managed v0.8.0
10512026-08-17T20:20:23.276Z Downloaded progenitor-impl v0.14.0
10522026-08-17T20:20:23.276Z Downloaded phf v0.13.1
10532026-08-17T20:20:23.276Z Downloaded predicates-core v1.0.10
10542026-08-17T20:20:23.276Z Downloaded zerovec v0.11.5
10552026-08-17T20:20:23.279Z Downloaded radium v0.7.0
10562026-08-17T20:20:23.282Z Downloaded x509-cert v0.2.5
10572026-08-17T20:20:23.285Z Downloaded parse-size v1.1.0
10582026-08-17T20:20:23.285Z Downloaded scroll_derive v0.13.1
10592026-08-17T20:20:23.288Z Downloaded scrypt v0.12.0
10602026-08-17T20:20:23.288Z Downloaded smf v0.2.3
10612026-08-17T20:20:23.288Z Downloaded static_assertions v1.1.0
10622026-08-17T20:20:23.291Z Downloaded toml_edit v0.23.10+spec-1.0.0
10632026-08-17T20:20:23.294Z Downloaded tar v0.4.46
10642026-08-17T20:20:23.297Z Downloaded icu_provider v2.1.1
10652026-08-17T20:20:23.300Z Downloaded strum v0.27.2
10662026-08-17T20:20:23.300Z Downloaded tracing-attributes v0.1.31
10672026-08-17T20:20:23.300Z Downloaded cookie_store v0.22.1
10682026-08-17T20:20:23.303Z Downloaded writeable v0.6.2
10692026-08-17T20:20:23.306Z Downloaded memmap2 v0.9.10
10702026-08-17T20:20:23.310Z Downloaded serde_with v1.14.0
10712026-08-17T20:20:23.310Z Downloaded serde-big-array v0.5.1
10722026-08-17T20:20:23.313Z Downloaded ref-cast-impl v1.0.25
10732026-08-17T20:20:23.319Z Downloaded hkdf v0.12.4
10742026-08-17T20:20:23.322Z Downloaded h2 v0.4.15
10752026-08-17T20:20:23.327Z Downloaded curve25519-dalek-derive v0.1.1
10762026-08-17T20:20:23.330Z Downloaded hkdf v0.13.0
10772026-08-17T20:20:23.330Z Downloaded zstd-safe v7.2.4
10782026-08-17T20:20:23.330Z Downloaded diesel_table_macro_syntax v0.3.0
10792026-08-17T20:20:23.333Z Downloaded nonempty v0.12.0
10802026-08-17T20:20:23.333Z Downloaded num-complex v0.4.6
10812026-08-17T20:20:23.333Z Downloaded num_enum v0.7.6
10822026-08-17T20:20:23.336Z Downloaded iana-time-zone v0.1.65
10832026-08-17T20:20:23.341Z Downloaded ref-cast v1.0.25
10842026-08-17T20:20:23.341Z Downloaded recursive-proc-macro-impl v0.1.1
10852026-08-17T20:20:23.341Z Downloaded serde_spanned v1.1.1
10862026-08-17T20:20:23.341Z Downloaded serde_cbor v0.11.2
10872026-08-17T20:20:23.345Z Downloaded poly1305 v0.8.0
10882026-08-17T20:20:23.345Z Downloaded tap v1.0.1
10892026-08-17T20:20:23.345Z Downloaded darling_core v0.13.4
10902026-08-17T20:20:23.355Z Downloaded aes-gcm v0.11.0
10912026-08-17T20:20:23.358Z Downloaded unicode-xid v0.2.6
10922026-08-17T20:20:23.358Z Downloaded zone_cfg_derive v0.3.1
10932026-08-17T20:20:23.358Z Downloaded linked-hash-map v0.5.6
10942026-08-17T20:20:23.358Z Downloaded sec1 v0.8.1
10952026-08-17T20:20:23.361Z Downloaded strum_macros v0.24.3
10962026-08-17T20:20:23.364Z Downloaded thread_local v1.1.9
10972026-08-17T20:20:23.364Z Downloaded toml_writer v1.1.1+spec-1.1.0
10982026-08-17T20:20:23.370Z Downloaded slog-async v2.8.0
10992026-08-17T20:20:23.376Z Downloaded thiserror-no-std v2.0.2
11002026-08-17T20:20:23.381Z Downloaded difflib v0.4.0
11012026-08-17T20:20:23.381Z Downloaded tinyvec v1.10.0
11022026-08-17T20:20:23.381Z Downloaded vte v0.14.1
11032026-08-17T20:20:23.384Z Downloaded jiff-core v0.1.0
11042026-08-17T20:20:23.384Z Downloaded corncobs v0.1.4
11052026-08-17T20:20:23.384Z Downloaded defmt-macros v1.0.1
11062026-08-17T20:20:23.387Z Downloaded dtrace-parser v0.3.0
11072026-08-17T20:20:23.387Z Downloaded stable_deref_trait v1.2.1
11082026-08-17T20:20:23.391Z Downloaded wait-timeout v0.2.1
11092026-08-17T20:20:23.395Z Downloaded zeroize_derive v1.5.0
11102026-08-17T20:20:23.398Z Downloaded ena v0.14.4
11112026-08-17T20:20:23.401Z Downloaded primeorder v0.13.6
11122026-08-17T20:20:23.412Z Downloaded md5 v0.8.0
11132026-08-17T20:20:23.415Z Downloaded phf_shared v0.13.1
11142026-08-17T20:20:23.418Z Downloaded derive_more-impl v2.1.1
11152026-08-17T20:20:23.421Z Downloaded shlex v1.3.0
11162026-08-17T20:20:23.421Z Downloaded tokio-stream v0.1.18
11172026-08-17T20:20:23.423Z Downloaded crc v3.4.0
11182026-08-17T20:20:23.424Z Downloaded num-integer v0.1.46
11192026-08-17T20:20:23.427Z Downloaded nu-ansi-term v0.50.3
11202026-08-17T20:20:23.427Z Downloaded signature v3.0.0
11212026-08-17T20:20:23.427Z Downloaded postgres-types v0.2.12
11222026-08-17T20:20:23.430Z Downloaded toml_parser v1.1.2+spec-1.1.0
11232026-08-17T20:20:23.430Z Downloaded yasna v0.5.2
11242026-08-17T20:20:23.432Z Downloaded linear-map v1.2.0
11252026-08-17T20:20:23.432Z Downloaded crc-any v2.5.0
11262026-08-17T20:20:23.435Z Downloaded ignore v0.4.25
11272026-08-17T20:20:23.435Z Downloaded zip v0.6.6
11282026-08-17T20:20:23.438Z Downloaded vergen-lib v0.1.6
11292026-08-17T20:20:23.441Z Downloaded crypto-common v0.2.2
11302026-08-17T20:20:23.444Z Downloaded illumos-nvpair v0.3.0
11312026-08-17T20:20:23.444Z Downloaded aws-lc-rs v1.16.3
11322026-08-17T20:20:23.448Z Downloaded document-features v0.2.12
11332026-08-17T20:20:23.451Z Downloaded ingot-types v0.2.0
11342026-08-17T20:20:23.451Z Downloaded maplit v1.0.2
11352026-08-17T20:20:23.451Z Downloaded oso-derive v0.27.3
11362026-08-17T20:20:23.454Z Downloaded crossbeam-utils v0.8.21
11372026-08-17T20:20:23.454Z Downloaded ecdsa v0.17.0
11382026-08-17T20:20:23.457Z Downloaded litemap v0.8.1
11392026-08-17T20:20:23.458Z Downloaded oxnet v0.1.6
11402026-08-17T20:20:23.460Z Downloaded primeorder v0.14.0
11412026-08-17T20:20:23.460Z Downloaded serde-hex v0.1.0
11422026-08-17T20:20:23.463Z Downloaded pem v3.0.6
11432026-08-17T20:20:23.463Z Downloaded strsim v0.10.0
11442026-08-17T20:20:23.463Z Downloaded subprocess v0.2.15
11452026-08-17T20:20:23.467Z Downloaded resolv-conf v0.7.6
11462026-08-17T20:20:23.470Z Downloaded libefi-sys v0.1.0
11472026-08-17T20:20:23.470Z Downloaded lalrpop-util v0.19.12
11482026-08-17T20:20:23.473Z Downloaded derive_builder_macro v0.20.2
11492026-08-17T20:20:23.476Z Downloaded tinystr v0.8.2
11502026-08-17T20:20:23.484Z Downloaded darling v0.20.11
11512026-08-17T20:20:23.487Z Downloaded quinn-udp v0.5.14
11522026-08-17T20:20:23.490Z Downloaded diff v0.1.13
11532026-08-17T20:20:23.493Z Downloaded either v1.15.0
11542026-08-17T20:20:23.493Z Downloaded darling_core v0.20.11
11552026-08-17T20:20:23.496Z Downloaded ssh-key v0.7.0-rc.11
11562026-08-17T20:20:23.500Z Downloaded itertools v0.13.0
11572026-08-17T20:20:23.504Z Downloaded serde_urlencoded v0.7.1
11582026-08-17T20:20:23.514Z Downloaded uuid v1.23.4
11592026-08-17T20:20:23.517Z Downloaded crc32fast v1.5.0
11602026-08-17T20:20:23.520Z Downloaded whoami v2.1.0
11612026-08-17T20:20:23.523Z Downloaded parse-display-derive v0.10.0
11622026-08-17T20:20:23.523Z Downloaded pem-rfc7468 v1.0.0
11632026-08-17T20:20:23.523Z Downloaded darling_macro v0.20.11
11642026-08-17T20:20:23.524Z Downloaded memoffset v0.9.1
11652026-08-17T20:20:23.524Z Downloaded universal-hash v0.6.1
11662026-08-17T20:20:23.527Z Downloaded unicode-properties v0.1.4
11672026-08-17T20:20:23.527Z Downloaded defmt v1.0.1
11682026-08-17T20:20:23.534Z Downloaded ssh-cipher v0.3.0
11692026-08-17T20:20:23.537Z Downloaded pkcs5 v0.8.1
11702026-08-17T20:20:23.540Z Downloaded tungstenite v0.23.0
11712026-08-17T20:20:23.544Z Downloaded newtype-uuid v1.3.2
11722026-08-17T20:20:23.544Z Downloaded oxide-update-engine v0.1.2
11732026-08-17T20:20:23.544Z Downloaded crossbeam-epoch v0.9.18
11742026-08-17T20:20:23.547Z Downloaded pin-project v1.1.11
11752026-08-17T20:20:23.550Z Downloaded newline-converter v0.3.0
11762026-08-17T20:20:23.553Z Downloaded utf-8 v0.7.6
11772026-08-17T20:20:23.553Z Downloaded hyper v1.10.1
11782026-08-17T20:20:23.556Z Downloaded slab v0.4.12
11792026-08-17T20:20:23.556Z Downloaded blake3 v1.8.5
11802026-08-17T20:20:23.561Z Downloaded derive_more v0.99.20
11812026-08-17T20:20:23.566Z Downloaded num-bigint-dig v0.8.6
11822026-08-17T20:20:23.571Z Downloaded sync-ptr v0.1.4
11832026-08-17T20:20:23.575Z Downloaded tough v0.22.0
11842026-08-17T20:20:23.578Z Downloaded keccak v0.2.0
11852026-08-17T20:20:23.581Z Downloaded socket2 v0.6.3
11862026-08-17T20:20:23.581Z Downloaded term v0.7.0
11872026-08-17T20:20:23.584Z Downloaded tokio-rustls v0.26.4
11882026-08-17T20:20:23.584Z Downloaded zeroize v1.9.0
11892026-08-17T20:20:23.584Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11902026-08-17T20:20:23.587Z Downloaded illumos-nvpair-sys v0.2.0
11912026-08-17T20:20:23.587Z Downloaded progenitor v0.14.0
11922026-08-17T20:20:23.587Z Downloaded tokio-util v0.7.18
11932026-08-17T20:20:23.590Z Downloaded idna v1.1.0
11942026-08-17T20:20:23.593Z Downloaded winnow v0.6.26
11952026-08-17T20:20:23.596Z Downloaded steno v0.4.1
11962026-08-17T20:20:23.599Z Downloaded icu_normalizer_data v2.1.1
11972026-08-17T20:20:23.599Z Downloaded rustls-pemfile v2.2.0
11982026-08-17T20:20:23.602Z Downloaded der v0.8.0
11992026-08-17T20:20:23.609Z Downloaded synstructure v0.13.2
12002026-08-17T20:20:23.612Z Downloaded winnow v1.0.3
12012026-08-17T20:20:23.615Z Downloaded xshell-macros v0.2.7
12022026-08-17T20:20:23.615Z Downloaded progenitor-client v0.13.0
12032026-08-17T20:20:23.619Z Downloaded data-encoding v2.10.0
12042026-08-17T20:20:23.619Z Downloaded jobserver v0.1.34
12052026-08-17T20:20:23.619Z Downloaded ingot v0.2.1
12062026-08-17T20:20:23.622Z Downloaded toml v1.1.2+spec-1.1.0
12072026-08-17T20:20:23.622Z Downloaded drift v0.2.0
12082026-08-17T20:20:23.628Z Downloaded bitvec v1.0.1
12092026-08-17T20:20:23.635Z Downloaded minimal-lexical v0.2.1
12102026-08-17T20:20:23.638Z Downloaded git2 v0.20.4
12112026-08-17T20:20:23.642Z Downloaded unicode-bidi v0.3.18
12122026-08-17T20:20:23.645Z Downloaded twox-hash v2.1.2
12132026-08-17T20:20:23.645Z Downloaded itertools v0.10.5
12142026-08-17T20:20:23.648Z Downloaded yansi v1.0.1
12152026-08-17T20:20:23.651Z Downloaded parking_lot v0.11.2
12162026-08-17T20:20:23.657Z Downloaded ed25519-dalek v3.0.0
12172026-08-17T20:20:23.660Z Downloaded iddqd v0.4.2
12182026-08-17T20:20:23.664Z Downloaded darling_core v0.23.0
12192026-08-17T20:20:23.667Z Downloaded unsafe-libyaml v0.2.11
12202026-08-17T20:20:23.670Z Downloaded tower-http v0.6.8
12212026-08-17T20:20:23.674Z Downloaded salsa20 v0.11.0
12222026-08-17T20:20:23.677Z Downloaded internal-russh-num-bigint v0.5.0
12232026-08-17T20:20:23.680Z Downloaded libxml v0.3.3
12242026-08-17T20:20:23.687Z Downloaded chrono v0.4.45
12252026-08-17T20:20:23.691Z Downloaded toml v0.7.8
12262026-08-17T20:20:23.694Z Downloaded iri-string v0.7.10
12272026-08-17T20:20:23.697Z Downloaded rand v0.9.2
12282026-08-17T20:20:23.700Z Downloaded quick-xml v0.37.5
12292026-08-17T20:20:23.703Z Downloaded tabled v0.21.0
12302026-08-17T20:20:23.712Z Downloaded rand v0.8.6
12312026-08-17T20:20:23.729Z Downloaded bindgen v0.71.1
12322026-08-17T20:20:23.733Z Downloaded time v0.3.47
12332026-08-17T20:20:23.733Z Downloaded rustls-platform-verifier v0.6.2
12342026-08-17T20:20:23.733Z Downloaded reqwest v0.13.2
12352026-08-17T20:20:23.733Z Downloaded socket2 v0.5.10
12362026-08-17T20:20:23.733Z Downloaded prefix-trie v0.7.0
12372026-08-17T20:20:23.733Z Downloaded num-bigint v0.4.6
12382026-08-17T20:20:23.736Z Downloaded ron v0.8.1
12392026-08-17T20:20:23.739Z Downloaded regex v1.12.3
12402026-08-17T20:20:23.742Z Downloaded rayon v1.11.0
12412026-08-17T20:20:23.745Z Downloaded mio v1.2.0
12422026-08-17T20:20:23.748Z Downloaded crossterm v0.29.0
12432026-08-17T20:20:23.752Z Downloaded itertools v0.12.1
12442026-08-17T20:20:23.755Z Downloaded unicode-normalization v0.1.25
12452026-08-17T20:20:23.758Z Downloaded icu_locale_core v2.1.1
12462026-08-17T20:20:23.761Z Downloaded p256 v0.14.0
12472026-08-17T20:20:23.764Z Downloaded quinn v0.11.11
12482026-08-17T20:20:23.764Z Downloaded goblin v0.10.5
12492026-08-17T20:20:23.767Z Downloaded moka v0.12.13
12502026-08-17T20:20:23.774Z Downloaded vcpkg v0.2.15
12512026-08-17T20:20:23.797Z Downloaded tower v0.5.3
12522026-08-17T20:20:23.802Z Downloaded proptest v1.11.0
12532026-08-17T20:20:23.808Z Downloaded typed-path v0.9.3
12542026-08-17T20:20:23.811Z Downloaded dropshot-api-manager v0.8.0
12552026-08-17T20:20:23.814Z Downloaded derive_more v2.1.1
12562026-08-17T20:20:23.820Z Downloaded reqwest v0.12.28
12572026-08-17T20:20:23.823Z Downloaded rustyline v14.0.0
12582026-08-17T20:20:23.826Z Downloaded tokio-postgres v0.7.16
12592026-08-17T20:20:23.829Z Downloaded nom v7.1.3
12602026-08-17T20:20:23.832Z Downloaded hyper-util v0.1.20
12612026-08-17T20:20:23.835Z Downloaded zip v4.6.1
12622026-08-17T20:20:23.844Z Downloaded portable-atomic v1.13.1
12632026-08-17T20:20:23.849Z Downloaded rsa v0.10.0-rc.18
12642026-08-17T20:20:23.866Z Downloaded regex-syntax v0.6.29
12652026-08-17T20:20:23.871Z Downloaded radix_trie v0.2.1
12662026-08-17T20:20:23.881Z Downloaded openapiv3 v2.2.0
12672026-08-17T20:20:23.888Z Downloaded winnow v0.5.40
12682026-08-17T20:20:23.896Z Downloaded zlib-rs v0.6.2
12692026-08-17T20:20:23.899Z Downloaded salty v0.3.0
12702026-08-17T20:20:23.902Z Downloaded itertools v0.15.0
12712026-08-17T20:20:23.906Z Downloaded nix v0.27.1
12722026-08-17T20:20:23.912Z Downloaded petname v2.0.2
12732026-08-17T20:20:23.914Z Downloaded object v0.37.3
12742026-08-17T20:20:23.920Z Downloaded curve25519-dalek v4.1.3
12752026-08-17T20:20:23.925Z Downloaded libm v0.2.16
12762026-08-17T20:20:23.930Z Downloaded p384 v0.13.1
12772026-08-17T20:20:23.933Z Downloaded rawzip v0.4.4
12782026-08-17T20:20:23.937Z Downloaded bstr v1.12.1
12792026-08-17T20:20:23.946Z Downloaded crypto-bigint v0.7.5
12802026-08-17T20:20:23.955Z Downloaded lalrpop v0.19.12
12812026-08-17T20:20:23.960Z Downloaded object v0.30.4
12822026-08-17T20:20:23.965Z Downloaded nix v0.28.0
12832026-08-17T20:20:23.971Z Downloaded itertools v0.14.0
12842026-08-17T20:20:23.975Z Downloaded icu_properties_data v2.1.2
12852026-08-17T20:20:23.981Z Downloaded crypto-primes v0.7.2
12862026-08-17T20:20:23.984Z Downloaded russh v0.62.4
12872026-08-17T20:20:23.989Z Downloaded polar-core v0.27.3
12882026-08-17T20:20:23.994Z Downloaded sha3 v0.12.0
12892026-08-17T20:20:23.997Z Downloaded zerocopy v0.8.40
12902026-08-17T20:20:24.001Z Downloaded hickory-proto v0.24.4
12912026-08-17T20:20:24.010Z Downloaded quinn-proto v0.11.16
12922026-08-17T20:20:24.014Z Downloaded regress v0.11.1
12932026-08-17T20:20:24.020Z Downloaded smoltcp v0.9.1
12942026-08-17T20:20:24.025Z Downloaded nix v0.31.2
12952026-08-17T20:20:24.032Z Downloaded serde_with v3.21.0
12962026-08-17T20:20:24.046Z Downloaded dropshot v0.17.1
12972026-08-17T20:20:24.064Z Downloaded rustix v0.38.44
12982026-08-17T20:20:24.077Z Downloaded regex-syntax v0.8.10
12992026-08-17T20:20:24.082Z Downloaded rustls v0.23.41
13002026-08-17T20:20:24.088Z Downloaded curve25519-dalek v5.0.0
13012026-08-17T20:20:24.094Z Downloaded openssl v0.10.80
13022026-08-17T20:20:24.100Z Downloaded sqlparser v0.61.0
13032026-08-17T20:20:24.106Z Downloaded smoltcp v0.11.0
13042026-08-17T20:20:24.113Z Downloaded typify-impl v0.6.2
13052026-08-17T20:20:24.121Z Downloaded regress v0.10.5
13062026-08-17T20:20:24.133Z Downloaded zerocopy-derive v0.6.6
13072026-08-17T20:20:24.139Z Downloaded tracing v0.1.44
13082026-08-17T20:20:24.166Z Downloaded regex-automata v0.4.14
13092026-08-17T20:20:24.175Z Downloaded bzip2-sys v0.1.13+1.0.8
13102026-08-17T20:20:24.181Z Downloaded sled v0.34.7
13112026-08-17T20:20:24.187Z Downloaded sha3 v0.11.0
13122026-08-17T20:20:24.190Z Downloaded jiff v0.2.34
13132026-08-17T20:20:24.201Z Downloaded ratatui v0.29.0
13142026-08-17T20:20:24.211Z Downloaded chrono-tz v0.10.4
13152026-08-17T20:20:24.223Z Downloaded diesel v2.3.7
13162026-08-17T20:20:24.348Z Downloaded petgraph v0.8.3
13172026-08-17T20:20:24.361Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13182026-08-17T20:20:24.372Z Downloaded petgraph v0.6.5
13192026-08-17T20:20:24.384Z Downloaded libz-sys v1.1.24
13202026-08-17T20:20:24.403Z Downloaded tokio v1.52.1
13212026-08-17T20:20:24.437Z Downloaded sha3 v0.10.8
13222026-08-17T20:20:24.440Z Downloaded csv v1.4.0
13232026-08-17T20:20:24.481Z Downloaded encoding_rs v0.8.35
13242026-08-17T20:20:24.506Z Downloaded ring v0.17.14
13252026-08-17T20:20:24.531Z Downloaded libgit2-sys v0.18.3+1.9.2
13262026-08-17T20:20:24.764Z Downloaded aws-lc-sys v0.40.0
13272026-08-17T20:20:25.025Z Compiling libc v0.2.185
13282026-08-17T20:20:25.025Z Compiling serde_core v1.0.228
13292026-08-17T20:20:25.025Z Compiling serde v1.0.228
13302026-08-17T20:20:25.033Z Compiling log v0.4.29
13312026-08-17T20:20:25.033Z Compiling smallvec v1.15.1
13322026-08-17T20:20:25.033Z Compiling shlex v1.3.0
13332026-08-17T20:20:25.157Z Compiling find-msvc-tools v0.1.9
13342026-08-17T20:20:25.161Z Compiling syn v2.0.117
13352026-08-17T20:20:25.354Z Compiling subtle v2.6.1
13362026-08-17T20:20:25.372Z Compiling scopeguard v1.2.0
13372026-08-17T20:20:25.384Z Compiling typenum v1.20.1
13382026-08-17T20:20:25.449Z Compiling stable_deref_trait v1.2.1
13392026-08-17T20:20:25.467Z Compiling lock_api v0.4.14
13402026-08-17T20:20:25.479Z Compiling zerocopy v0.8.40
13412026-08-17T20:20:25.520Z Compiling portable-atomic v1.13.1
13422026-08-17T20:20:25.523Z Compiling serde_json v1.0.151
13432026-08-17T20:20:25.696Z Compiling critical-section v1.2.0
13442026-08-17T20:20:25.730Z Compiling libm v0.2.16
13452026-08-17T20:20:25.802Z Compiling num-traits v0.2.19
13462026-08-17T20:20:25.890Z Compiling pkg-config v0.3.32
13472026-08-17T20:20:25.983Z Compiling errno v0.3.14
13482026-08-17T20:20:25.997Z Compiling jobserver v0.1.34
13492026-08-17T20:20:26.034Z Compiling getrandom v0.2.17
13502026-08-17T20:20:26.179Z Compiling rand_core v0.6.4
13512026-08-17T20:20:26.250Z Compiling cc v1.2.56
13522026-08-17T20:20:26.425Z Compiling generic-array v0.14.7
13532026-08-17T20:20:26.448Z Compiling pin-project-lite v0.2.17
13542026-08-17T20:20:26.509Z Compiling once_cell v1.21.3
13552026-08-17T20:20:26.541Z Compiling parking_lot_core v0.9.12
13562026-08-17T20:20:26.556Z Compiling getrandom v0.4.1
13572026-08-17T20:20:26.610Z Compiling const-oid v0.9.6
13582026-08-17T20:20:26.763Z Compiling rand_core v0.10.0
13592026-08-17T20:20:27.067Z Compiling signal-hook-registry v1.4.8
13602026-08-17T20:20:27.132Z Compiling bitflags v2.11.0
13612026-08-17T20:20:27.274Z Compiling writeable v0.6.2
13622026-08-17T20:20:27.310Z Compiling litemap v0.8.1
13632026-08-17T20:20:27.331Z Compiling futures-core v0.3.32
13642026-08-17T20:20:27.357Z Compiling percent-encoding v2.3.2
13652026-08-17T20:20:27.465Z Compiling semver v1.0.28
13662026-08-17T20:20:27.479Z Compiling parking_lot v0.12.5
13672026-08-17T20:20:27.502Z Compiling mio v1.2.0
13682026-08-17T20:20:27.516Z Compiling icu_properties_data v2.1.2
13692026-08-17T20:20:27.545Z Compiling icu_normalizer_data v2.1.1
13702026-08-17T20:20:27.741Z Compiling socket2 v0.6.3
13712026-08-17T20:20:27.770Z Compiling getrandom v0.3.4
13722026-08-17T20:20:27.828Z Compiling futures-sink v0.3.32
13732026-08-17T20:20:27.841Z Compiling indexmap v2.14.0
13742026-08-17T20:20:27.856Z Compiling synstructure v0.13.2
13752026-08-17T20:20:27.930Z Compiling futures-channel v0.3.32
13762026-08-17T20:20:27.947Z Compiling slab v0.4.12
13772026-08-17T20:20:28.121Z Compiling rustix v1.1.3
13782026-08-17T20:20:28.135Z Compiling futures-io v0.3.32
13792026-08-17T20:20:28.150Z Compiling utf8_iter v1.0.4
13802026-08-17T20:20:28.347Z Compiling futures-task v0.3.32
13812026-08-17T20:20:28.382Z Compiling form_urlencoded v1.2.2
13822026-08-17T20:20:28.400Z Compiling rustversion v1.0.22
13832026-08-17T20:20:28.495Z Compiling iana-time-zone v0.1.65
13842026-08-17T20:20:28.514Z Compiling base64ct v1.8.3
13852026-08-17T20:20:28.540Z Compiling cmake v0.1.57
13862026-08-17T20:20:28.553Z Compiling flagset v0.4.7
13872026-08-17T20:20:28.677Z Compiling dunce v1.0.5
13882026-08-17T20:20:28.691Z Compiling fs_extra v1.3.0
13892026-08-17T20:20:28.694Z Compiling ident_case v1.0.1
13902026-08-17T20:20:28.781Z Compiling pem-rfc7468 v0.7.0
13912026-08-17T20:20:28.809Z Compiling regex-syntax v0.8.10
13922026-08-17T20:20:28.825Z Compiling rand_core v0.9.5
13932026-08-17T20:20:28.928Z Compiling uuid v1.23.4
13942026-08-17T20:20:28.957Z Compiling aws-lc-sys v0.40.0
13952026-08-17T20:20:29.085Z Compiling base64 v0.22.1
13962026-08-17T20:20:29.101Z Compiling vcpkg v0.2.15
13972026-08-17T20:20:29.347Z Compiling syn v1.0.109
13982026-08-17T20:20:29.404Z Compiling serde_derive_internals v0.29.1
13992026-08-17T20:20:29.638Z Compiling rustc_version v0.4.1
14002026-08-17T20:20:29.678Z Compiling serde_derive v1.0.228
14012026-08-17T20:20:29.702Z Compiling zeroize_derive v1.5.0
14022026-08-17T20:20:29.821Z Compiling zerofrom-derive v0.1.6
14032026-08-17T20:20:29.929Z Compiling zerocopy-derive v0.8.40
14042026-08-17T20:20:29.959Z Compiling yoke-derive v0.8.1
14052026-08-17T20:20:30.310Z Compiling zerovec-derive v0.11.2
14062026-08-17T20:20:30.346Z Compiling zeroize v1.9.0
14072026-08-17T20:20:30.557Z Compiling displaydoc v0.2.5
14082026-08-17T20:20:31.137Z Compiling tokio-macros v2.7.0
14092026-08-17T20:20:31.235Z Compiling zerofrom v0.1.6
14102026-08-17T20:20:31.321Z Compiling futures-macro v0.3.32
14112026-08-17T20:20:31.362Z Compiling yoke v0.8.1
14122026-08-17T20:20:31.450Z Compiling der_derive v0.7.3
14132026-08-17T20:20:31.546Z Compiling zerovec v0.11.5
14142026-08-17T20:20:31.722Z Compiling zerotrie v0.2.3
14152026-08-17T20:20:31.880Z Compiling block-buffer v0.10.4
14162026-08-17T20:20:32.026Z Compiling tinystr v0.8.2
14172026-08-17T20:20:32.054Z Compiling potential_utf v0.1.4
14182026-08-17T20:20:32.069Z Compiling crypto-common v0.1.7
14192026-08-17T20:20:32.136Z Compiling futures-util v0.3.32
14202026-08-17T20:20:32.217Z Compiling icu_locale_core v2.1.1
14212026-08-17T20:20:32.220Z Compiling icu_collections v2.1.1
14222026-08-17T20:20:32.245Z Compiling digest v0.10.7
14232026-08-17T20:20:32.421Z Compiling thiserror-impl v2.0.18
14242026-08-17T20:20:32.484Z Compiling der v0.7.10
14252026-08-17T20:20:32.687Z Compiling openssl-sys v0.9.117
14262026-08-17T20:20:33.074Z Compiling icu_provider v2.1.1
14272026-08-17T20:20:33.168Z Compiling bytes v1.11.1
14282026-08-17T20:20:33.257Z Compiling chrono v0.4.45
14292026-08-17T20:20:33.443Z Compiling icu_normalizer v2.1.1
14302026-08-17T20:20:33.677Z Compiling tokio v1.52.1
14312026-08-17T20:20:33.774Z Compiling icu_properties v2.1.2
14322026-08-17T20:20:33.825Z Compiling thiserror v2.0.18
14332026-08-17T20:20:33.933Z Compiling http v1.4.2
14342026-08-17T20:20:33.972Z Compiling spki v0.7.3
14352026-08-17T20:20:34.178Z Compiling tracing-attributes v0.1.31
14362026-08-17T20:20:34.398Z Compiling ppv-lite86 v0.2.21
14372026-08-17T20:20:34.519Z Compiling tracing-core v0.1.36
14382026-08-17T20:20:34.630Z Compiling idna_adapter v1.2.1
14392026-08-17T20:20:34.728Z Compiling rand_chacha v0.9.0
14402026-08-17T20:20:34.769Z Compiling idna v1.1.0
14412026-08-17T20:20:34.835Z Compiling dyn-clone v1.0.20
14422026-08-17T20:20:34.856Z Compiling cpufeatures v0.2.17
14432026-08-17T20:20:34.931Z Compiling schemars v0.8.22
14442026-08-17T20:20:34.965Z Compiling aws-lc-rs v1.16.3
14452026-08-17T20:20:35.037Z Compiling rand v0.9.2
14462026-08-17T20:20:35.122Z Compiling url v2.5.8
14472026-08-17T20:20:35.263Z Compiling http-body v1.0.1
14482026-08-17T20:20:35.403Z Compiling pkcs8 v0.10.2
14492026-08-17T20:20:35.417Z Compiling rustls-pki-types v1.14.0
14502026-08-17T20:20:35.452Z Compiling tracing v0.1.44
14512026-08-17T20:20:35.478Z Compiling schemars_derive v0.8.22
14522026-08-17T20:20:35.709Z Compiling spin v0.9.8
14532026-08-17T20:20:35.758Z Compiling openssl-probe v0.2.1
14542026-08-17T20:20:35.861Z Compiling cmov v0.5.4
14552026-08-17T20:20:35.885Z Compiling tinyvec_macros v0.1.1
14562026-08-17T20:20:35.905Z Compiling httparse v1.10.1
14572026-08-17T20:20:35.924Z Compiling crc32fast v1.5.0
14582026-08-17T20:20:35.951Z Compiling tinyvec v1.10.0
14592026-08-17T20:20:36.058Z Compiling ctutils v0.4.2
14602026-08-17T20:20:36.216Z Compiling tempfile v3.25.0
14612026-08-17T20:20:36.272Z Compiling pest_generator v2.8.6
14622026-08-17T20:20:36.286Z Compiling sha2 v0.10.9
14632026-08-17T20:20:36.289Z Compiling aho-corasick v1.1.4
14642026-08-17T20:20:36.564Z Compiling try-lock v0.2.5
14652026-08-17T20:20:36.668Z Compiling tower-service v0.3.3
14662026-08-17T20:20:36.764Z Compiling tower-layer v0.3.3
14672026-08-17T20:20:36.922Z Compiling untrusted v0.7.1
14682026-08-17T20:20:36.936Z Compiling radium v0.7.0
14692026-08-17T20:20:37.042Z Compiling atomic-waker v1.1.2
14702026-08-17T20:20:37.162Z Compiling regex-automata v0.4.14
14712026-08-17T20:20:37.194Z Compiling pest_derive v2.8.6
14722026-08-17T20:20:37.553Z Compiling tokio-util v0.7.18
14732026-08-17T20:20:37.620Z Compiling want v0.3.1
14742026-08-17T20:20:37.897Z Compiling hybrid-array v0.4.13
14752026-08-17T20:20:38.068Z Compiling ipnet v2.11.0
14762026-08-17T20:20:38.097Z Compiling scroll_derive v0.13.1
14772026-08-17T20:20:38.599Z Compiling h2 v0.4.15
14782026-08-17T20:20:38.607Z Compiling darling_core v0.20.11
14792026-08-17T20:20:38.683Z Compiling simd-adler32 v0.3.8
14802026-08-17T20:20:38.877Z Compiling rustls v0.23.41
14812026-08-17T20:20:38.926Z Compiling tap v1.0.1
14822026-08-17T20:20:39.035Z Compiling untrusted v0.9.0
14832026-08-17T20:20:39.049Z Compiling foreign-types-shared v0.1.1
14842026-08-17T20:20:39.134Z Compiling httpdate v1.0.3
14852026-08-17T20:20:39.154Z Compiling maybe-uninit v2.0.0
14862026-08-17T20:20:39.294Z Compiling openssl v0.10.80
14872026-08-17T20:20:39.356Z Compiling foreign-types v0.3.2
14882026-08-17T20:20:39.408Z Compiling wyz v0.5.1
14892026-08-17T20:20:39.435Z Compiling scroll v0.13.0
14902026-08-17T20:20:39.533Z Compiling unicode-normalization v0.1.25
14912026-08-17T20:20:39.648Z Compiling rand_chacha v0.3.1
14922026-08-17T20:20:39.694Z Compiling hex v0.4.3
14932026-08-17T20:20:39.958Z Compiling signature v2.2.0
14942026-08-17T20:20:39.976Z Compiling openssl-macros v0.1.1
14952026-08-17T20:20:40.002Z Compiling thiserror-impl v1.0.69
14962026-08-17T20:20:40.132Z Compiling terminal_size v0.4.3
14972026-08-17T20:20:40.267Z Compiling bzip2-sys v0.1.13+1.0.8
14982026-08-17T20:20:40.356Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14992026-08-17T20:20:40.390Z Compiling num-integer v0.1.46
15002026-08-17T20:20:40.535Z Compiling wait-timeout v0.2.1
15012026-08-17T20:20:40.700Z Compiling ahash v0.8.12
15022026-08-17T20:20:40.726Z Compiling time-core v0.1.8
15032026-08-17T20:20:40.793Z Compiling num-conv v0.2.0
15042026-08-17T20:20:40.831Z Compiling darling_macro v0.20.11
15052026-08-17T20:20:40.866Z Compiling packed_struct v0.10.1
15062026-08-17T20:20:40.897Z Compiling powerfmt v0.2.0
15072026-08-17T20:20:40.918Z Compiling bit-vec v0.8.0
15082026-08-17T20:20:41.094Z Compiling adler2 v2.0.1
15092026-08-17T20:20:41.108Z Compiling native-tls v0.2.18
15102026-08-17T20:20:41.147Z Compiling quick-error v1.2.3
15112026-08-17T20:20:41.162Z Compiling funty v2.0.0
15122026-08-17T20:20:41.198Z Compiling num-bigint-dig v0.8.6
15132026-08-17T20:20:41.219Z Compiling thiserror v1.0.69
15142026-08-17T20:20:41.250Z Compiling rusty-fork v0.3.1
15152026-08-17T20:20:41.293Z Compiling darling v0.20.11
15162026-08-17T20:20:41.320Z Compiling miniz_oxide v0.8.9
15172026-08-17T20:20:41.336Z Compiling clap_builder v4.6.0
15182026-08-17T20:20:41.400Z Compiling bit-set v0.8.0
15192026-08-17T20:20:41.413Z Compiling deranged v0.5.8
15202026-08-17T20:20:41.547Z Compiling bitvec v1.0.1
15212026-08-17T20:20:41.560Z Compiling time-macros v0.2.27
15222026-08-17T20:20:41.717Z Compiling hyper v1.10.1
15232026-08-17T20:20:42.362Z Compiling num-iter v0.1.45
15242026-08-17T20:20:42.571Z Compiling rand v0.8.6
15252026-08-17T20:20:42.951Z Compiling hyper-util v0.1.20
15262026-08-17T20:20:43.238Z Compiling goblin v0.10.5
15272026-08-17T20:20:43.319Z Compiling packed_struct_codegen v0.10.1
15282026-08-17T20:20:43.419Z Compiling lazy_static v1.5.0
15292026-08-17T20:20:43.511Z Compiling serde_spanned v0.6.9
15302026-08-17T20:20:43.657Z Compiling toml_datetime v0.6.11
15312026-08-17T20:20:43.902Z Compiling hmac v0.12.1
15322026-08-17T20:20:44.059Z Compiling bitfield-macros v0.19.4
15332026-08-17T20:20:44.315Z Compiling clap_derive v4.6.1
15342026-08-17T20:20:44.367Z Compiling zerocopy-derive v0.6.6
15352026-08-17T20:20:44.710Z Compiling anstyle-parse v0.2.7
15362026-08-17T20:20:44.747Z Compiling rand_xorshift v0.4.0
15372026-08-17T20:20:44.892Z Compiling sync_wrapper v1.0.2
15382026-08-17T20:20:44.910Z Compiling indexmap v1.9.3
15392026-08-17T20:20:44.997Z Compiling siphasher v1.0.2
15402026-08-17T20:20:45.092Z Compiling unarray v0.1.4
15412026-08-17T20:20:45.180Z Compiling zlib-rs v0.6.2
15422026-08-17T20:20:45.183Z Compiling crossbeam-utils v0.8.21
15432026-08-17T20:20:45.207Z Compiling num_threads v0.1.7
15442026-08-17T20:20:45.301Z Compiling crc-catalog v2.4.0
15452026-08-17T20:20:45.394Z Compiling nodrop v0.1.14
15462026-08-17T20:20:45.470Z Compiling usdt-impl v0.6.0
15472026-08-17T20:20:45.485Z Compiling paste v1.0.15
15482026-08-17T20:20:45.562Z Compiling array-init v0.0.4
15492026-08-17T20:20:45.681Z Compiling crc v3.4.0
15502026-08-17T20:20:45.780Z Compiling time v0.3.47
15512026-08-17T20:20:45.870Z Compiling zerocopy v0.6.6
15522026-08-17T20:20:45.894Z Compiling proptest v1.11.0
15532026-08-17T20:20:46.027Z Compiling clap v4.6.1
15542026-08-17T20:20:46.105Z Compiling dof v0.4.0
15552026-08-17T20:20:46.196Z Compiling tower v0.5.3
15562026-08-17T20:20:46.643Z Compiling anstream v0.6.21
15572026-08-17T20:20:47.201Z Compiling bitfield v0.19.4
15582026-08-17T20:20:47.379Z Compiling smallvec v0.6.14
15592026-08-17T20:20:47.571Z Compiling derive_builder_core v0.20.2
15602026-08-17T20:20:47.790Z Compiling dtrace-parser v0.3.0
15612026-08-17T20:20:48.371Z Compiling flate2 v1.1.9
15622026-08-17T20:20:48.415Z Compiling ipnetwork v0.21.1
15632026-08-17T20:20:48.497Z Compiling pkcs1 v0.7.5
15642026-08-17T20:20:48.523Z Compiling http-body-util v0.1.3
15652026-08-17T20:20:48.744Z Compiling heapless v0.7.17
15662026-08-17T20:20:48.763Z Compiling structmeta-derive v0.3.0
15672026-08-17T20:20:48.766Z Compiling scroll_derive v0.12.1
15682026-08-17T20:20:48.791Z Compiling slog v2.8.2
15692026-08-17T20:20:48.884Z Compiling darling_core v0.23.0
15702026-08-17T20:20:48.971Z Compiling thread-id v5.1.0
15712026-08-17T20:20:48.974Z Compiling cookie v0.18.1
15722026-08-17T20:20:49.066Z Compiling env_filter v1.0.0
15732026-08-17T20:20:49.151Z Compiling hashbrown v0.12.3
15742026-08-17T20:20:49.362Z Compiling unicode-bidi v0.3.18
15752026-08-17T20:20:49.434Z Compiling winnow v0.5.40
15762026-08-17T20:20:49.609Z Compiling unicode-properties v0.1.4
15772026-08-17T20:20:49.819Z Compiling ryu v1.0.23
15782026-08-17T20:20:49.834Z Compiling allocator-api2 v0.2.21
15792026-08-17T20:20:49.876Z Compiling signal-hook v0.3.18
15802026-08-17T20:20:49.995Z Compiling iri-string v0.7.10
15812026-08-17T20:20:50.041Z Compiling base64 v0.21.7
15822026-08-17T20:20:50.149Z Compiling anyhow v1.0.102
15832026-08-17T20:20:50.351Z Compiling zstd-safe v7.2.4
15842026-08-17T20:20:50.567Z Compiling ron v0.8.1
15852026-08-17T20:20:50.675Z Compiling serde_urlencoded v0.7.1
15862026-08-17T20:20:50.855Z Compiling toml_edit v0.19.15
15872026-08-17T20:20:50.917Z Compiling structmeta v0.3.0
15882026-08-17T20:20:51.129Z Compiling tower-http v0.6.8
15892026-08-17T20:20:51.373Z Compiling darling_macro v0.23.0
15902026-08-17T20:20:51.470Z Compiling stringprep v0.1.5
15912026-08-17T20:20:51.522Z Compiling scroll v0.12.0
15922026-08-17T20:20:51.782Z Compiling env_logger v0.11.9
15932026-08-17T20:20:51.955Z Compiling rsa v0.9.10
15942026-08-17T20:20:52.043Z Compiling oxnet v0.1.6
15952026-08-17T20:20:52.127Z Compiling derive_builder_macro v0.20.2
15962026-08-17T20:20:52.427Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15972026-08-17T20:20:52.466Z Compiling newtype-uuid v1.3.2
15982026-08-17T20:20:52.588Z Compiling hashbrown v0.13.2
15992026-08-17T20:20:52.715Z Compiling bzip2 v0.4.4
16002026-08-17T20:20:52.800Z Compiling serde-hex v0.1.0
16012026-08-17T20:20:52.935Z Compiling tokio-native-tls v0.3.1
16022026-08-17T20:20:53.096Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16032026-08-17T20:20:53.110Z Compiling camino v1.2.2
16042026-08-17T20:20:53.505Z Compiling bstr v1.12.1
16052026-08-17T20:20:53.825Z Compiling block-buffer v0.12.1
16062026-08-17T20:20:53.956Z Compiling crypto-common v0.2.2
16072026-08-17T20:20:54.023Z Compiling block-padding v0.4.2
16082026-08-17T20:20:54.148Z Compiling rustls-native-certs v0.8.3
16092026-08-17T20:20:54.189Z Compiling x509-cert v0.2.5
16102026-08-17T20:20:54.442Z Compiling erased-serde v0.3.31
16112026-08-17T20:20:54.575Z Compiling serde_tokenstream v0.2.3
16122026-08-17T20:20:54.883Z Compiling md-5 v0.10.6
16132026-08-17T20:20:54.917Z Compiling curve25519-dalek v4.1.3
16142026-08-17T20:20:54.995Z Compiling zerocopy-derive v0.7.35
16152026-08-17T20:20:55.048Z Compiling pin-project-internal v1.1.11
16162026-08-17T20:20:55.252Z Compiling daft-derive v0.1.7
16172026-08-17T20:20:55.682Z Compiling async-trait v0.1.89
16182026-08-17T20:20:55.762Z Compiling vergen-lib v9.1.0
16192026-08-17T20:20:55.847Z Compiling hash32 v0.2.1
16202026-08-17T20:20:55.938Z Compiling memoffset v0.9.1
16212026-08-17T20:20:55.957Z Compiling encoding_rs v0.8.35
16222026-08-17T20:20:56.031Z Compiling psl-types v2.0.11
16232026-08-17T20:20:56.124Z Compiling cfg_aliases v0.2.1
16242026-08-17T20:20:56.138Z Compiling ref-cast v1.0.25
16252026-08-17T20:20:56.153Z Compiling litrs v1.0.0
16262026-08-17T20:20:56.195Z Compiling crc-any v2.5.0
16272026-08-17T20:20:56.422Z Compiling mime v0.3.17
16282026-08-17T20:20:56.422Z Compiling fallible-iterator v0.2.0
16292026-08-17T20:20:56.645Z Compiling smoltcp v0.9.1
16302026-08-17T20:20:56.680Z Compiling rustix v0.38.44
16312026-08-17T20:20:56.694Z Compiling document-features v0.2.12
16322026-08-17T20:20:56.709Z Compiling postgres-protocol v0.6.10
16332026-08-17T20:20:56.789Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16342026-08-17T20:20:56.984Z Compiling nix v0.31.2
16352026-08-17T20:20:57.048Z Compiling pin-project v1.1.11
16362026-08-17T20:20:57.089Z Compiling publicsuffix v2.3.0
16372026-08-17T20:20:57.249Z Compiling daft v0.1.7
16382026-08-17T20:20:57.252Z Compiling zerocopy v0.7.35
16392026-08-17T20:20:57.359Z Compiling inout v0.2.2
16402026-08-17T20:20:57.419Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16412026-08-17T20:20:57.511Z Compiling hyper-tls v0.6.0
16422026-08-17T20:20:57.525Z Compiling object v0.30.4
16432026-08-17T20:20:57.683Z Compiling zip v0.6.6
16442026-08-17T20:20:57.697Z Compiling derive_builder v0.20.2
16452026-08-17T20:20:57.710Z Compiling toml v0.7.8
16462026-08-17T20:20:57.817Z Compiling darling v0.23.0
16472026-08-17T20:20:57.898Z Compiling goblin v0.8.2
16482026-08-17T20:20:57.918Z Compiling derive-ex v0.1.8
16492026-08-17T20:20:58.365Z Compiling phf_shared v0.13.1
16502026-08-17T20:20:58.545Z Compiling hubpack_derive v0.1.1
16512026-08-17T20:20:58.604Z Compiling regex v1.12.3
16522026-08-17T20:20:58.671Z Compiling futures-executor v0.3.32
16532026-08-17T20:20:58.934Z Compiling ref-cast-impl v1.0.25
16542026-08-17T20:20:58.988Z Compiling curve25519-dalek-derive v0.1.1
16552026-08-17T20:20:59.028Z Compiling snafu-derive v0.8.9
16562026-08-17T20:20:59.469Z Compiling strum_macros v0.27.2
16572026-08-17T20:20:59.571Z Compiling vergen v9.1.0
16582026-08-17T20:20:59.609Z Compiling cargo-platform v0.3.2
16592026-08-17T20:20:59.744Z Compiling ff v0.13.1
16602026-08-17T20:20:59.877Z Compiling fs-err v3.3.0
16612026-08-17T20:20:59.892Z Compiling libbz2-rs-sys v0.2.2
16622026-08-17T20:21:00.060Z Compiling foldhash v0.1.5
16632026-08-17T20:21:00.230Z Compiling either v1.15.0
16642026-08-17T20:21:00.341Z Compiling unicode-segmentation v1.12.0
16652026-08-17T20:21:00.435Z Compiling base16ct v0.2.0
16662026-08-17T20:21:00.550Z Compiling foldhash v0.2.0
16672026-08-17T20:21:00.610Z Compiling bumpalo v3.20.2
16682026-08-17T20:21:00.718Z Compiling bitflags v1.3.2
16692026-08-17T20:21:00.768Z Compiling same-file v1.0.6
16702026-08-17T20:21:00.795Z Compiling object v0.37.3
16712026-08-17T20:21:00.860Z Compiling path-slash v0.1.5
16722026-08-17T20:21:00.884Z Compiling managed v0.8.0
16732026-08-17T20:21:00.928Z Compiling jiff-core v0.1.0
16742026-08-17T20:21:00.984Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16752026-08-17T20:21:01.105Z Compiling snafu v0.8.9
16762026-08-17T20:21:01.384Z Compiling walkdir v2.5.0
16772026-08-17T20:21:01.399Z Compiling strum v0.27.2
16782026-08-17T20:21:01.448Z Compiling zopfli v0.8.3
16792026-08-17T20:21:01.524Z Compiling hashbrown v0.16.1
16802026-08-17T20:21:01.683Z Compiling jiff v0.2.34
16812026-08-17T20:21:01.872Z Compiling sec1 v0.7.3
16822026-08-17T20:21:01.964Z Compiling bzip2 v0.6.1
16832026-08-17T20:21:02.089Z Compiling hashbrown v0.15.5
16842026-08-17T20:21:02.108Z Compiling dof v0.3.0
16852026-08-17T20:21:02.168Z Compiling group v0.13.0
16862026-08-17T20:21:02.236Z Compiling cargo_metadata v0.23.1
16872026-08-17T20:21:02.371Z Compiling test-strategy v0.4.5
16882026-08-17T20:21:02.735Z Compiling hubpack v0.1.2
16892026-08-17T20:21:02.801Z Compiling futures v0.3.32
16902026-08-17T20:21:02.883Z Compiling phf v0.13.1
16912026-08-17T20:21:03.052Z Compiling signal-hook-mio v0.2.5
16922026-08-17T20:21:03.186Z Compiling cookie_store v0.22.1
16932026-08-17T20:21:03.353Z Compiling serde_with_macros v3.21.0
16942026-08-17T20:21:03.605Z Compiling zstd v0.13.3
16952026-08-17T20:21:03.859Z Compiling reqwest v0.12.28
16962026-08-17T20:21:03.863Z Compiling cipher v0.5.2
16972026-08-17T20:21:04.164Z Compiling postgres-types v0.2.12
16982026-08-17T20:21:04.491Z Compiling usdt-attr-macro v0.6.0
16992026-08-17T20:21:04.703Z Compiling usdt-macro v0.6.0
17002026-08-17T20:21:05.068Z Compiling globset v0.4.18
17012026-08-17T20:21:05.200Z Compiling phf_shared v0.11.3
17022026-08-17T20:21:05.291Z Compiling hkdf v0.12.4
17032026-08-17T20:21:05.318Z Compiling dtrace-parser v0.2.0
17042026-08-17T20:21:05.383Z Compiling ed25519 v2.2.3
17052026-08-17T20:21:05.448Z Compiling byte-wrapper v0.1.0
17062026-08-17T20:21:05.463Z Compiling olpc-cjson v0.1.4
17072026-08-17T20:21:05.623Z Compiling serde-big-array v0.5.1
17082026-08-17T20:21:05.733Z Compiling serde_plain v1.0.2
17092026-08-17T20:21:05.759Z Compiling crypto-bigint v0.5.5
17102026-08-17T20:21:05.772Z Compiling async-recursion v1.1.1
17112026-08-17T20:21:05.785Z Compiling strum_macros v0.26.4
17122026-08-17T20:21:05.920Z Compiling enum-as-inner v0.6.1
17132026-08-17T20:21:06.050Z Compiling serde_repr v0.1.20
17142026-08-17T20:21:06.262Z Compiling pem v3.0.6
17152026-08-17T20:21:06.415Z Compiling float-cmp v0.10.0
17162026-08-17T20:21:06.429Z Compiling memmap2 v0.9.10
17172026-08-17T20:21:06.562Z Compiling thread-id v4.2.2
17182026-08-17T20:21:06.577Z Compiling new_debug_unreachable v1.0.6
17192026-08-17T20:21:06.611Z Compiling cpufeatures v0.3.0
17202026-08-17T20:21:06.637Z Compiling static_assertions v1.1.0
17212026-08-17T20:21:06.652Z Compiling keccak v0.1.6
17222026-08-17T20:21:06.666Z Compiling difflib v0.4.0
17232026-08-17T20:21:06.679Z Compiling fixedbitset v0.5.7
17242026-08-17T20:21:06.710Z Compiling fixedbitset v0.4.2
17252026-08-17T20:21:06.927Z Compiling precomputed-hash v0.1.1
17262026-08-17T20:21:06.979Z Compiling typed-path v0.9.3
17272026-08-17T20:21:07.015Z Compiling const-oid v0.10.2
17282026-08-17T20:21:07.206Z Compiling whoami v2.1.0
17292026-08-17T20:21:07.222Z Compiling winnow v1.0.3
17302026-08-17T20:21:07.376Z Compiling normalize-line-endings v0.3.0
17312026-08-17T20:21:07.473Z Compiling data-encoding v2.10.0
17322026-08-17T20:21:07.501Z Compiling predicates-core v1.0.10
17332026-08-17T20:21:07.565Z Compiling strum v0.26.3
17342026-08-17T20:21:07.580Z Compiling tokio-postgres v0.7.16
17352026-08-17T20:21:07.673Z Compiling predicates v3.1.4
17362026-08-17T20:21:07.694Z Compiling toml_edit v0.22.27
17372026-08-17T20:21:07.862Z Compiling hickory-proto v0.25.2
17382026-08-17T20:21:08.153Z Compiling toml_parser v1.1.2+spec-1.1.0
17392026-08-17T20:21:08.169Z Compiling digest v0.11.3
17402026-08-17T20:21:08.332Z Compiling string_cache v0.8.9
17412026-08-17T20:21:08.346Z Compiling petgraph v0.8.3
17422026-08-17T20:21:08.446Z Compiling petgraph v0.6.5
17432026-08-17T20:21:08.556Z Compiling sha3 v0.10.8
17442026-08-17T20:21:08.773Z Compiling elliptic-curve v0.13.8
17452026-08-17T20:21:09.008Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17462026-08-17T20:21:09.165Z Compiling chacha20 v0.10.0
17472026-08-17T20:21:09.542Z Compiling usdt-impl v0.5.0
17482026-08-17T20:21:09.828Z Compiling usdt v0.6.0
17492026-08-17T20:21:09.969Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17502026-08-17T20:21:10.109Z Compiling ed25519-dalek v2.2.0
17512026-08-17T20:21:10.116Z Compiling crossterm v0.28.1
17522026-08-17T20:21:10.320Z Compiling serde_with v3.21.0
17532026-08-17T20:21:10.622Z Compiling zip v4.6.1
17542026-08-17T20:21:11.417Z Compiling iddqd v0.4.2
17552026-08-17T20:21:11.770Z Compiling similar v2.7.0
17562026-08-17T20:21:11.920Z Compiling heck v0.4.1
17572026-08-17T20:21:12.077Z Compiling itertools v0.15.0
17582026-08-17T20:21:12.079Z Compiling itertools v0.13.0
17592026-08-17T20:21:12.144Z Compiling crossbeam-epoch v0.9.18
17602026-08-17T20:21:12.457Z Compiling tokio-stream v0.1.18
17612026-08-17T20:21:12.544Z Compiling buf-list v1.1.2
17622026-08-17T20:21:12.611Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17632026-08-17T20:21:12.665Z Compiling openapiv3 v2.2.0
17642026-08-17T20:21:12.800Z Compiling lalrpop-util v0.19.12
17652026-08-17T20:21:12.888Z Compiling peg-runtime v0.8.5
17662026-08-17T20:21:12.902Z Compiling thread_local v1.1.9
17672026-08-17T20:21:12.985Z Compiling slog-async v2.8.0
17682026-08-17T20:21:13.148Z Compiling crossbeam-channel v0.5.15
17692026-08-17T20:21:13.150Z Compiling is-terminal v0.4.17
17702026-08-17T20:21:13.290Z Compiling filetime v0.2.27
17712026-08-17T20:21:13.311Z Compiling xattr v1.6.1
17722026-08-17T20:21:13.327Z Compiling term v1.2.1
17732026-08-17T20:21:13.393Z Compiling take_mut v0.2.2
17742026-08-17T20:21:13.459Z Compiling tar v0.4.46
17752026-08-17T20:21:13.474Z Compiling camino-tempfile v1.4.1
17762026-08-17T20:21:13.607Z Compiling slog-term v2.9.2
17772026-08-17T20:21:19.793Z Compiling rustls-webpki v0.103.13
17782026-08-17T20:21:22.429Z Compiling tokio-rustls v0.26.4
17792026-08-17T20:21:22.429Z Compiling rustls-platform-verifier v0.6.2
17802026-08-17T20:21:22.432Z Compiling tough v0.22.0
17812026-08-17T20:21:22.637Z Compiling hyper-rustls v0.27.7
17822026-08-17T20:21:22.860Z Compiling reqwest v0.13.2
17832026-08-17T20:21:25.033Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-08-17T20:21:25.239Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-08-17T20:21:28.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17862026-08-17T20:21:28.270Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17872026-08-17T20:21:28.326ZAug 17 20:21:26.599 INFO Starting download, target: Cockroach
17882026-08-17T20:21:28.327ZAug 17 20:21:26.600 INFO Starting download, target: Console
17892026-08-17T20:21:28.327ZAug 17 20:21:26.600 INFO Starting download, target: DendriteStub
17902026-08-17T20:21:28.327ZAug 17 20:21:26.600 INFO Starting download, target: Clickhouse
17912026-08-17T20:21:28.327ZAug 17 20:21:26.600 INFO Starting download, target: MaghemiteMgd
17922026-08-17T20:21:28.327ZAug 17 20:21:26.600 INFO Starting download, target: MaghemiteDdmd
17932026-08-17T20:21:28.327ZAug 17 20:21:26.600 INFO Starting download, target: TransceiverControl
17942026-08-17T20:21:28.336ZAug 17 20:21:26.600 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17952026-08-17T20:21:28.336ZAug 17 20:21:26.600 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17962026-08-17T20:21:28.336ZAug 17 20:21:26.600 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17972026-08-17T20:21:28.336ZAug 17 20:21:26.600 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17982026-08-17T20:21:28.336ZAug 17 20:21:26.600 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17992026-08-17T20:21:28.336ZAug 17 20:21:26.600 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18002026-08-17T20:21:28.336ZAug 17 20:21:26.600 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18012026-08-17T20:21:29.004ZAug 17 20:21:27.279 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18022026-08-17T20:21:29.230ZAug 17 20:21:27.494 INFO Download complete, target: TransceiverControl
18032026-08-17T20:21:30.026ZAug 17 20:21:28.285 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18042026-08-17T20:21:30.151ZAug 17 20:21:28.426 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18052026-08-17T20:21:30.190ZAug 17 20:21:28.465 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18062026-08-17T20:21:30.528ZAug 17 20:21:28.804 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18072026-08-17T20:21:30.574ZAug 17 20:21:28.851 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18082026-08-17T20:21:30.717ZAug 17 20:21:28.994 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18092026-08-17T20:21:30.717ZAug 17 20:21:28.994 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18102026-08-17T20:21:30.778ZAug 17 20:21:29.055 INFO Download complete, target: Console
18112026-08-17T20:21:31.946ZAug 17 20:21:30.222 INFO Download complete, target: MaghemiteDdmd
18122026-08-17T20:21:32.704ZAug 17 20:21:30.977 INFO Download complete, target: DendriteStub
18132026-08-17T20:21:32.728ZAug 17 20:21:30.998 INFO Download complete, target: MaghemiteMgd
18142026-08-17T20:21:35.372ZAug 17 20:21:33.648 INFO Checking that binary works, target: Cockroach
18152026-08-17T20:21:35.482ZAug 17 20:21:33.758 INFO Download complete, target: Cockroach
18162026-08-17T20:21:37.318ZAug 17 20:21:35.567 INFO Checking that binary works, target: Clickhouse
18172026-08-17T20:21:37.481ZAug 17 20:21:35.704 INFO Download complete, target: Clickhouse
18182026-08-17T20:21:37.547ZAll builder prerequisites installed successfully, and PATH looks valid
18192026-08-17T20:21:37.548Z
18202026-08-17T20:21:37.548Zreal 2:07.641725957
18212026-08-17T20:21:37.548Zuser 7:06.903959630
18222026-08-17T20:21:37.548Zsys 1:23.742297035
18232026-08-17T20:21:37.548Ztrap 0.243560187
18242026-08-17T20:21:37.548Ztflt 0.582114899
18252026-08-17T20:21:37.548Zdflt 0.936030888
18262026-08-17T20:21:37.548Zkflt 0.021795314
18272026-08-17T20:21:37.548Zlock 27:08.908808001
18282026-08-17T20:21:37.548Zslp 21:27.852557510
18292026-08-17T20:21:37.548Zlat 45.666542765
18302026-08-17T20:21:37.548Zstop 2:34.430631186
18312026-08-17T20:21:37.548Z+ banner hack-check
18322026-08-17T20:21:37.548Z
18332026-08-17T20:21:37.548Z # # ## #### # # #### # # ###### #### # #
18342026-08-17T20:21:37.548Z # # # # # # # # # # # # # # # # #
18352026-08-17T20:21:37.548Z ###### # # # #### ##### # ###### ##### # ####
18362026-08-17T20:21:37.548Z # # ###### # # # # # # # # # #
18372026-08-17T20:21:37.548Z # # # # # # # # # # # # # # # # #
18382026-08-17T20:21:37.549Z # # # # #### # # #### # # ###### #### # #
18392026-08-17T20:21:37.549Z
18402026-08-17T20:21:37.549Z+ export CARGO_INCREMENTAL=0
18412026-08-17T20:21:37.549Z+ CARGO_INCREMENTAL=0
18422026-08-17T20:21:37.549Z+ ptime -m timeout 2h cargo xtask check-features --ci
18432026-08-17T20:21:37.926Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18442026-08-17T20:21:38.216Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18452026-08-17T20:21:40.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
18462026-08-17T20:21:40.060Z Running `target/debug/xtask check-features --ci`
18472026-08-17T20:21:40.089Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18482026-08-17T20:21:40.091Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18492026-08-17T20:21:40.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18502026-08-17T20:21:40.531Z Running `target/debug/xtask download cargo-hack`
18512026-08-17T20:21:41.295Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18522026-08-17T20:21:41.600Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18532026-08-17T20:21:44.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s
18542026-08-17T20:21:44.304Z Running `target/debug/xtask-downloader cargo-hack`
18552026-08-17T20:21:44.345ZAug 17 20:21:42.621 INFO Starting download, target: CargoHack
18562026-08-17T20:21:44.347ZAug 17 20:21:42.622 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18572026-08-17T20:21:44.684ZAug 17 20:21:42.961 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18582026-08-17T20:21:44.734ZAug 17 20:21:43.011 INFO Download complete, target: CargoHack
18592026-08-17T20:21:44.736Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18602026-08-17T20:21:44.749Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18612026-08-17T20:21:44.902Zinfo: running `cargo check --bins` on api_identity (1/335)
18622026-08-17T20:21:45.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-08-17T20:21:45.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-08-17T20:21:45.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-08-17T20:21:45.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18662026-08-17T20:21:45.435Z
18672026-08-17T20:21:45.435Zinfo: running `cargo check --bins` on bootstore (2/335)
18682026-08-17T20:21:45.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-08-17T20:21:45.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-08-17T20:21:45.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-08-17T20:21:45.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18722026-08-17T20:21:45.970Z
18732026-08-17T20:21:45.970Zinfo: running `cargo check --bins` on omicron-ledger (3/335)
18742026-08-17T20:21:46.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-08-17T20:21:46.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-08-17T20:21:46.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-08-17T20:21:46.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18782026-08-17T20:21:46.504Z
18792026-08-17T20:21:46.505Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/335)
18802026-08-17T20:21:46.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-08-17T20:21:46.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-08-17T20:21:46.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-08-17T20:21:46.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18842026-08-17T20:21:47.038Z
18852026-08-17T20:21:47.038Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/335)
18862026-08-17T20:21:47.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-08-17T20:21:47.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-08-17T20:21:47.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-08-17T20:21:47.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18902026-08-17T20:21:47.581Z
18912026-08-17T20:21:47.581Zinfo: running `cargo check --bins` on omicron-certificates (6/335)
18922026-08-17T20:21:48.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-08-17T20:21:48.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-08-17T20:21:48.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-08-17T20:21:48.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18962026-08-17T20:21:48.126Z
18972026-08-17T20:21:48.126Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/335)
18982026-08-17T20:21:48.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-08-17T20:21:48.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-08-17T20:21:48.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-08-17T20:21:48.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19022026-08-17T20:21:48.668Z
19032026-08-17T20:21:48.668Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/335)
19042026-08-17T20:21:49.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-08-17T20:21:49.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-08-17T20:21:49.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-08-17T20:21:49.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19082026-08-17T20:21:49.214Z
19092026-08-17T20:21:49.215Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/335)
19102026-08-17T20:21:49.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-08-17T20:21:49.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-08-17T20:21:49.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-08-17T20:21:49.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19142026-08-17T20:21:49.618Z
19152026-08-17T20:21:49.618Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/335)
19162026-08-17T20:21:49.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-08-17T20:21:49.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-08-17T20:21:49.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-08-17T20:21:49.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19202026-08-17T20:21:50.022Z
19212026-08-17T20:21:50.022Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/335)
19222026-08-17T20:21:50.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-08-17T20:21:50.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-08-17T20:21:50.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-08-17T20:21:50.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19262026-08-17T20:21:50.426Z
19272026-08-17T20:21:50.426Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/335)
19282026-08-17T20:21:50.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-08-17T20:21:50.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-08-17T20:21:50.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-08-17T20:21:50.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19322026-08-17T20:21:50.832Z
19332026-08-17T20:21:50.832Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/335)
19342026-08-17T20:21:51.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-08-17T20:21:51.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-08-17T20:21:51.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-08-17T20:21:51.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19382026-08-17T20:21:51.235Z
19392026-08-17T20:21:51.235Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/335)
19402026-08-17T20:21:51.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-08-17T20:21:51.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-08-17T20:21:51.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-08-17T20:21:51.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19442026-08-17T20:21:51.641Z
19452026-08-17T20:21:51.641Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/335)
19462026-08-17T20:21:52.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-08-17T20:21:52.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-08-17T20:21:52.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-08-17T20:21:52.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19502026-08-17T20:21:52.052Z
19512026-08-17T20:21:52.052Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/335)
19522026-08-17T20:21:52.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-08-17T20:21:52.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-08-17T20:21:52.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-08-17T20:21:52.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19562026-08-17T20:21:52.461Z
19572026-08-17T20:21:52.461Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/335)
19582026-08-17T20:21:52.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-08-17T20:21:52.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-08-17T20:21:52.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-08-17T20:21:52.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19622026-08-17T20:21:52.872Z
19632026-08-17T20:21:52.872Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/335)
19642026-08-17T20:21:53.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-08-17T20:21:53.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-08-17T20:21:53.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-08-17T20:21:53.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19682026-08-17T20:21:53.283Z
19692026-08-17T20:21:53.283Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/335)
19702026-08-17T20:21:53.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-08-17T20:21:53.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-08-17T20:21:53.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-08-17T20:21:53.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19742026-08-17T20:21:53.691Z
19752026-08-17T20:21:53.691Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/335)
19762026-08-17T20:21:54.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-08-17T20:21:54.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-08-17T20:21:54.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-08-17T20:21:54.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19802026-08-17T20:21:54.101Z
19812026-08-17T20:21:54.101Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/335)
19822026-08-17T20:21:54.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-08-17T20:21:54.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-08-17T20:21:54.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-08-17T20:21:54.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19862026-08-17T20:21:54.511Z
19872026-08-17T20:21:54.511Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/335)
19882026-08-17T20:21:54.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-08-17T20:21:54.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-08-17T20:21:54.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-08-17T20:21:54.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19922026-08-17T20:21:54.922Z
19932026-08-17T20:21:54.922Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/335)
19942026-08-17T20:21:55.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-08-17T20:21:55.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-08-17T20:21:55.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-08-17T20:21:55.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19982026-08-17T20:21:55.332Z
19992026-08-17T20:21:55.332Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/335)
20002026-08-17T20:21:55.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-08-17T20:21:55.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-08-17T20:21:55.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-08-17T20:21:55.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20042026-08-17T20:21:55.745Z
20052026-08-17T20:21:55.745Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/335)
20062026-08-17T20:21:56.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-08-17T20:21:56.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-08-17T20:21:56.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-08-17T20:21:56.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20102026-08-17T20:21:56.154Z
20112026-08-17T20:21:56.154Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/335)
20122026-08-17T20:21:56.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-08-17T20:21:56.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-08-17T20:21:56.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-08-17T20:21:56.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20162026-08-17T20:21:56.563Z
20172026-08-17T20:21:56.563Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/335)
20182026-08-17T20:21:56.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-08-17T20:21:56.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-08-17T20:21:56.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-08-17T20:21:56.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20222026-08-17T20:21:56.970Z
20232026-08-17T20:21:56.970Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/335)
20242026-08-17T20:21:57.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-08-17T20:21:57.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-08-17T20:21:57.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-08-17T20:21:57.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20282026-08-17T20:21:57.380Z
20292026-08-17T20:21:57.380Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/335)
20302026-08-17T20:21:57.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-08-17T20:21:57.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-08-17T20:21:57.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-08-17T20:21:57.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20342026-08-17T20:21:57.791Z
20352026-08-17T20:21:57.791Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/335)
20362026-08-17T20:21:58.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-08-17T20:21:58.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-08-17T20:21:58.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-08-17T20:21:58.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20402026-08-17T20:21:58.201Z
20412026-08-17T20:21:58.201Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/335)
20422026-08-17T20:21:58.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-08-17T20:21:58.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-08-17T20:21:58.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-08-17T20:21:58.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20462026-08-17T20:21:58.607Z
20472026-08-17T20:21:58.607Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/335)
20482026-08-17T20:21:58.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-08-17T20:21:58.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-08-17T20:21:58.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-08-17T20:21:58.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20522026-08-17T20:21:59.013Z
20532026-08-17T20:21:59.014Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/335)
20542026-08-17T20:21:59.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-08-17T20:21:59.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-08-17T20:21:59.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-08-17T20:21:59.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20582026-08-17T20:21:59.420Z
20592026-08-17T20:21:59.420Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/335)
20602026-08-17T20:21:59.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-08-17T20:21:59.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-08-17T20:21:59.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-08-17T20:21:59.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20642026-08-17T20:21:59.830Z
20652026-08-17T20:21:59.830Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/335)
20662026-08-17T20:22:00.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-08-17T20:22:00.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-08-17T20:22:00.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-08-17T20:22:00.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20702026-08-17T20:22:00.237Z
20712026-08-17T20:22:00.237Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/335)
20722026-08-17T20:22:00.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-08-17T20:22:00.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-08-17T20:22:00.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-08-17T20:22:00.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20762026-08-17T20:22:00.644Z
20772026-08-17T20:22:00.644Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/335)
20782026-08-17T20:22:01.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-08-17T20:22:01.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-08-17T20:22:01.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-08-17T20:22:01.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20822026-08-17T20:22:01.053Z
20832026-08-17T20:22:01.053Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/335)
20842026-08-17T20:22:01.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-08-17T20:22:01.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-08-17T20:22:01.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-08-17T20:22:01.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20882026-08-17T20:22:01.459Z
20892026-08-17T20:22:01.459Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/335)
20902026-08-17T20:22:01.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-08-17T20:22:01.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-08-17T20:22:01.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-08-17T20:22:01.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20942026-08-17T20:22:01.862Z
20952026-08-17T20:22:01.862Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/335)
20962026-08-17T20:22:02.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-08-17T20:22:02.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-08-17T20:22:02.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-08-17T20:22:02.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21002026-08-17T20:22:02.263Z
21012026-08-17T20:22:02.263Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/335)
21022026-08-17T20:22:02.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-08-17T20:22:02.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-08-17T20:22:02.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-08-17T20:22:02.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21062026-08-17T20:22:02.669Z
21072026-08-17T20:22:02.669Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/335)
21082026-08-17T20:22:03.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-08-17T20:22:03.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-08-17T20:22:03.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-08-17T20:22:03.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21122026-08-17T20:22:03.083Z
21132026-08-17T20:22:03.083Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/335)
21142026-08-17T20:22:03.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-08-17T20:22:03.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-08-17T20:22:03.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-08-17T20:22:03.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21182026-08-17T20:22:03.481Z
21192026-08-17T20:22:03.481Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/335)
21202026-08-17T20:22:03.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-08-17T20:22:03.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-08-17T20:22:03.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-08-17T20:22:03.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21242026-08-17T20:22:03.891Z
21252026-08-17T20:22:03.891Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/335)
21262026-08-17T20:22:04.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-08-17T20:22:04.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-08-17T20:22:04.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-08-17T20:22:04.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21302026-08-17T20:22:04.297Z
21312026-08-17T20:22:04.297Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/335)
21322026-08-17T20:22:04.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-08-17T20:22:04.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-08-17T20:22:04.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-08-17T20:22:04.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21362026-08-17T20:22:04.701Z
21372026-08-17T20:22:04.701Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/335)
21382026-08-17T20:22:05.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-08-17T20:22:05.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-08-17T20:22:05.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-08-17T20:22:05.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21422026-08-17T20:22:05.105Z
21432026-08-17T20:22:05.105Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/335)
21442026-08-17T20:22:05.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-08-17T20:22:05.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-08-17T20:22:05.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-08-17T20:22:05.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21482026-08-17T20:22:05.511Z
21492026-08-17T20:22:05.511Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/335)
21502026-08-17T20:22:06.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-08-17T20:22:06.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-08-17T20:22:06.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-08-17T20:22:06.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21542026-08-17T20:22:06.101Z
21552026-08-17T20:22:06.101Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/335)
21562026-08-17T20:22:06.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-08-17T20:22:06.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-08-17T20:22:06.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-08-17T20:22:06.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21602026-08-17T20:22:06.689Z
21612026-08-17T20:22:06.689Zinfo: running `cargo check --bins` on nexus-config (51/335)
21622026-08-17T20:22:07.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-08-17T20:22:07.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-08-17T20:22:07.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-08-17T20:22:07.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21662026-08-17T20:22:07.267Z
21672026-08-17T20:22:07.267Zinfo: running `cargo check --bins` on nexus-types (52/335)
21682026-08-17T20:22:07.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-08-17T20:22:07.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-08-17T20:22:07.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-08-17T20:22:07.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21722026-08-17T20:22:07.844Z
21732026-08-17T20:22:07.844Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/335)
21742026-08-17T20:22:08.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-08-17T20:22:08.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-08-17T20:22:08.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-08-17T20:22:08.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21782026-08-17T20:22:08.393Z
21792026-08-17T20:22:08.393Zinfo: running `cargo check --bins` on omicron-passwords (54/335)
21802026-08-17T20:22:08.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-08-17T20:22:08.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-08-17T20:22:08.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-08-17T20:22:08.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21842026-08-17T20:22:08.924Z
21852026-08-17T20:22:08.924Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/335)
21862026-08-17T20:22:09.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-08-17T20:22:09.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-08-17T20:22:09.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-08-17T20:22:09.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21902026-08-17T20:22:09.480Z
21912026-08-17T20:22:09.480Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/335)
21922026-08-17T20:22:09.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-08-17T20:22:09.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-08-17T20:22:09.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-08-17T20:22:09.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21962026-08-17T20:22:10.038Z
21972026-08-17T20:22:10.038Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/335)
21982026-08-17T20:22:10.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-08-17T20:22:10.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-08-17T20:22:10.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-08-17T20:22:10.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22022026-08-17T20:22:10.596Z
22032026-08-17T20:22:10.596Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/335)
22042026-08-17T20:22:11.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-08-17T20:22:11.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-08-17T20:22:11.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-08-17T20:22:11.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22082026-08-17T20:22:11.149Z
22092026-08-17T20:22:11.149Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/335)
22102026-08-17T20:22:11.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-08-17T20:22:11.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-08-17T20:22:11.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-08-17T20:22:11.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22142026-08-17T20:22:11.690Z
22152026-08-17T20:22:11.691Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/335)
22162026-08-17T20:22:12.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-08-17T20:22:12.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-08-17T20:22:12.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-08-17T20:22:12.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22202026-08-17T20:22:12.227Z
22212026-08-17T20:22:12.227Zinfo: running `cargo check --bins --no-default-features` on gfss (61/335)
22222026-08-17T20:22:12.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-08-17T20:22:12.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-08-17T20:22:12.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-08-17T20:22:12.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22262026-08-17T20:22:12.759Z
22272026-08-17T20:22:12.760Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/335)
22282026-08-17T20:22:13.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-08-17T20:22:13.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-08-17T20:22:13.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-08-17T20:22:13.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22322026-08-17T20:22:13.294Z
22332026-08-17T20:22:13.294Zinfo: running `cargo check --bins` on wicketd-commission-types (63/335)
22342026-08-17T20:22:13.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-08-17T20:22:13.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-08-17T20:22:13.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-08-17T20:22:13.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22382026-08-17T20:22:13.846Z
22392026-08-17T20:22:13.846Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (64/335)
22402026-08-17T20:22:14.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-08-17T20:22:14.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-08-17T20:22:14.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-08-17T20:22:14.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22442026-08-17T20:22:14.404Z
22452026-08-17T20:22:14.404Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (65/335)
22462026-08-17T20:22:14.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-08-17T20:22:14.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-08-17T20:22:14.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-08-17T20:22:14.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22502026-08-17T20:22:14.946Z
22512026-08-17T20:22:14.946Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/335)
22522026-08-17T20:22:15.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-08-17T20:22:15.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-08-17T20:22:15.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-08-17T20:22:15.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22562026-08-17T20:22:15.492Z
22572026-08-17T20:22:15.492Zinfo: running `cargo check --bins` on clickhouse-admin-types (67/335)
22582026-08-17T20:22:15.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-08-17T20:22:15.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-08-17T20:22:15.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-08-17T20:22:15.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22622026-08-17T20:22:16.043Z
22632026-08-17T20:22:16.043Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (68/335)
22642026-08-17T20:22:16.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-08-17T20:22:16.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-08-17T20:22:16.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-08-17T20:22:16.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22682026-08-17T20:22:16.600Z
22692026-08-17T20:22:16.600Zinfo: running `cargo check --bins` on cockroach-admin-types (69/335)
22702026-08-17T20:22:17.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-08-17T20:22:17.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-08-17T20:22:17.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-08-17T20:22:17.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22742026-08-17T20:22:17.140Z
22752026-08-17T20:22:17.140Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (70/335)
22762026-08-17T20:22:17.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-08-17T20:22:17.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-08-17T20:22:17.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792026-08-17T20:22:17.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22802026-08-17T20:22:17.680Z
22812026-08-17T20:22:17.681Zinfo: running `cargo check --bins` on ereport-types (71/335)
22822026-08-17T20:22:18.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832026-08-17T20:22:18.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842026-08-17T20:22:18.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852026-08-17T20:22:18.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22862026-08-17T20:22:18.228Z
22872026-08-17T20:22:18.228Zinfo: running `cargo check --bins` on gateway-client (72/335)
22882026-08-17T20:22:18.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892026-08-17T20:22:18.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902026-08-17T20:22:18.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912026-08-17T20:22:18.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22922026-08-17T20:22:18.778Z
22932026-08-17T20:22:18.778Zinfo: running `cargo check --bins --no-default-features` on gateway-types (73/335)
22942026-08-17T20:22:19.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952026-08-17T20:22:19.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962026-08-17T20:22:19.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972026-08-17T20:22:19.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22982026-08-17T20:22:19.327Z
22992026-08-17T20:22:19.327Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/335)
23002026-08-17T20:22:19.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012026-08-17T20:22:19.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022026-08-17T20:22:19.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032026-08-17T20:22:19.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23042026-08-17T20:22:19.867Z
23052026-08-17T20:22:19.867Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (75/335)
23062026-08-17T20:22:20.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072026-08-17T20:22:20.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082026-08-17T20:22:20.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092026-08-17T20:22:20.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23102026-08-17T20:22:20.430Z
23112026-08-17T20:22:20.430Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/335)
23122026-08-17T20:22:20.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132026-08-17T20:22:20.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142026-08-17T20:22:20.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23152026-08-17T20:22:20.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23162026-08-17T20:22:21.000Z
23172026-08-17T20:22:21.000Zinfo: running `cargo check --bins` on key-manager-types (77/335)
23182026-08-17T20:22:21.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192026-08-17T20:22:21.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202026-08-17T20:22:21.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23212026-08-17T20:22:21.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
23222026-08-17T20:22:21.536Z
23232026-08-17T20:22:21.536Zinfo: running `cargo check --bins` on oxlog (78/335)
23242026-08-17T20:22:21.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252026-08-17T20:22:21.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262026-08-17T20:22:22.116Z Checking cfg-if v1.0.4
23272026-08-17T20:22:22.118Z Checking libc v0.2.185
23282026-08-17T20:22:22.220Z Checking serde_core v1.0.228
23292026-08-17T20:22:22.234Z Checking memchr v2.8.0
23302026-08-17T20:22:22.241Z Checking zeroize v1.9.0
23312026-08-17T20:22:22.249Z Checking log v0.4.29
23322026-08-17T20:22:22.252Z Checking smallvec v1.15.1
23332026-08-17T20:22:22.269Z Checking subtle v2.6.1
23342026-08-17T20:22:22.280Z Checking itoa v1.0.17
23352026-08-17T20:22:22.391Z Checking scopeguard v1.2.0
23362026-08-17T20:22:22.407Z Checking stable_deref_trait v1.2.1
23372026-08-17T20:22:22.419Z Checking typenum v1.20.1
23382026-08-17T20:22:22.430Z Checking zerofrom v0.1.6
23392026-08-17T20:22:22.444Z Checking portable-atomic v1.13.1
23402026-08-17T20:22:22.475Z Checking zerocopy v0.8.40
23412026-08-17T20:22:22.487Z Checking lock_api v0.4.14
23422026-08-17T20:22:22.538Z Checking yoke v0.8.1
23432026-08-17T20:22:22.600Z Checking critical-section v1.2.0
23442026-08-17T20:22:22.613Z Checking errno v0.3.14
23452026-08-17T20:22:22.679Z Checking getrandom v0.2.17
23462026-08-17T20:22:22.697Z Checking const-oid v0.9.6
23472026-08-17T20:22:22.704Z Checking zerovec v0.11.5
23482026-08-17T20:22:22.751Z Checking pin-project-lite v0.2.17
23492026-08-17T20:22:22.820Z Checking rand_core v0.6.4
23502026-08-17T20:22:22.841Z Checking zmij v1.0.21
23512026-08-17T20:22:22.854Z Checking once_cell v1.21.3
23522026-08-17T20:22:22.990Z Checking libm v0.2.16
23532026-08-17T20:22:23.020Z Checking signal-hook-registry v1.4.8
23542026-08-17T20:22:23.046Z Checking parking_lot_core v0.9.12
23552026-08-17T20:22:23.148Z Checking generic-array v0.14.7
23562026-08-17T20:22:23.160Z Checking tinystr v0.8.2
23572026-08-17T20:22:23.178Z Checking litemap v0.8.1
23582026-08-17T20:22:23.226Z Checking rand_core v0.10.0
23592026-08-17T20:22:23.327Z Checking writeable v0.6.2
23602026-08-17T20:22:23.344Z Checking percent-encoding v2.3.2
23612026-08-17T20:22:23.365Z Checking futures-core v0.3.32
23622026-08-17T20:22:23.402Z Checking getrandom v0.4.1
23632026-08-17T20:22:23.478Z Checking parking_lot v0.12.5
23642026-08-17T20:22:23.481Z Checking icu_locale_core v2.1.1
23652026-08-17T20:22:23.481Z Checking potential_utf v0.1.4
23662026-08-17T20:22:23.543Z Checking zerotrie v0.2.3
23672026-08-17T20:22:23.594Z Checking mio v1.2.0
23682026-08-17T20:22:23.611Z Checking equivalent v1.0.2
23692026-08-17T20:22:23.666Z Checking icu_collections v2.1.1
23702026-08-17T20:22:23.678Z Checking num-traits v0.2.19
23712026-08-17T20:22:23.693Z Checking socket2 v0.6.3
23722026-08-17T20:22:23.711Z Checking serde v1.0.228
23732026-08-17T20:22:23.780Z Checking bitflags v2.11.0
23742026-08-17T20:22:23.874Z Checking serde_json v1.0.151
23752026-08-17T20:22:23.926Z Checking icu_properties_data v2.1.2
23762026-08-17T20:22:23.944Z Checking icu_normalizer_data v2.1.1
23772026-08-17T20:22:23.962Z Checking byteorder v1.5.0
23782026-08-17T20:22:24.014Z Checking block-buffer v0.10.4
23792026-08-17T20:22:24.033Z Checking icu_provider v2.1.1
23802026-08-17T20:22:24.047Z Checking crypto-common v0.1.7
23812026-08-17T20:22:24.111Z Checking bytes v1.11.1
23822026-08-17T20:22:24.147Z Checking hashbrown v0.17.0
23832026-08-17T20:22:24.160Z Checking futures-sink v0.3.32
23842026-08-17T20:22:24.163Z Checking digest v0.10.7
23852026-08-17T20:22:24.191Z Checking getrandom v0.3.4
23862026-08-17T20:22:24.251Z Checking futures-channel v0.3.32
23872026-08-17T20:22:24.264Z Checking icu_properties v2.1.2
23882026-08-17T20:22:24.330Z Checking icu_normalizer v2.1.1
23892026-08-17T20:22:24.356Z Checking utf8_iter v1.0.4
23902026-08-17T20:22:24.438Z Checking slab v0.4.12
23912026-08-17T20:22:24.474Z Checking futures-task v0.3.32
23922026-08-17T20:22:24.535Z Checking futures-io v0.3.32
23932026-08-17T20:22:24.548Z Checking tokio v1.52.1
23942026-08-17T20:22:24.592Z Checking form_urlencoded v1.2.2
23952026-08-17T20:22:24.605Z Checking indexmap v2.14.0
23962026-08-17T20:22:24.618Z Checking rustix v1.1.3
23972026-08-17T20:22:24.633Z Checking fnv v1.0.7
23982026-08-17T20:22:24.644Z Checking futures-util v0.3.32
23992026-08-17T20:22:24.715Z Checking base64ct v1.8.3
24002026-08-17T20:22:24.729Z Checking flagset v0.4.7
24012026-08-17T20:22:24.847Z Checking iana-time-zone v0.1.65
24022026-08-17T20:22:24.940Z Checking pem-rfc7468 v0.7.0
24032026-08-17T20:22:24.952Z Checking chrono v0.4.45
24042026-08-17T20:22:25.076Z Checking idna_adapter v1.2.1
24052026-08-17T20:22:25.102Z Checking der v0.7.10
24062026-08-17T20:22:25.156Z Checking rand_core v0.9.5
24072026-08-17T20:22:25.189Z Checking idna v1.1.0
24082026-08-17T20:22:25.203Z Checking ppv-lite86 v0.2.21
24092026-08-17T20:22:25.326Z Checking uuid v1.23.4
24102026-08-17T20:22:25.427Z Checking url v2.5.8
24112026-08-17T20:22:25.444Z Checking base64 v0.22.1
24122026-08-17T20:22:25.482Z Checking regex-syntax v0.8.10
24132026-08-17T20:22:25.638Z Checking http v1.4.2
24142026-08-17T20:22:25.675Z Checking utf8parse v0.2.2
24152026-08-17T20:22:25.778Z Checking rand_chacha v0.9.0
24162026-08-17T20:22:25.800Z Checking tracing-core v0.1.36
24172026-08-17T20:22:25.819Z Checking spki v0.7.3
24182026-08-17T20:22:25.862Z Checking dyn-clone v1.0.20
24192026-08-17T20:22:25.962Z Checking cpufeatures v0.2.17
24202026-08-17T20:22:25.975Z Checking anstyle v1.0.14
24212026-08-17T20:22:25.987Z Checking pkcs8 v0.10.2
24222026-08-17T20:22:26.029Z Checking rand v0.9.2
24232026-08-17T20:22:26.104Z Checking tracing v0.1.44
24242026-08-17T20:22:26.138Z Checking semver v1.0.28
24252026-08-17T20:22:26.151Z Checking spin v0.9.8
24262026-08-17T20:22:26.193Z Checking http-body v1.0.1
24272026-08-17T20:22:26.306Z Checking rustls-pki-types v1.14.0
24282026-08-17T20:22:26.322Z Checking is_terminal_polyfill v1.70.2
24292026-08-17T20:22:26.326Z Checking anstyle-query v1.1.5
24302026-08-17T20:22:26.345Z Checking cmov v0.5.4
24312026-08-17T20:22:26.411Z Checking openssl-probe v0.2.1
24322026-08-17T20:22:26.424Z Checking tinyvec_macros v0.1.1
24332026-08-17T20:22:26.489Z Checking colorchoice v1.0.4
24342026-08-17T20:22:26.502Z Checking tinyvec v1.10.0
24352026-08-17T20:22:26.515Z Checking schemars v0.8.22
24362026-08-17T20:22:26.527Z Checking ctutils v0.4.2
24372026-08-17T20:22:26.544Z Checking sha2 v0.10.9
24382026-08-17T20:22:26.583Z Checking aws-lc-sys v0.40.0
24392026-08-17T20:22:26.596Z Checking thiserror v2.0.18
24402026-08-17T20:22:26.698Z Checking tower-service v0.3.3
24412026-08-17T20:22:26.731Z Checking fastrand v2.3.0
24422026-08-17T20:22:26.758Z Checking try-lock v0.2.5
24432026-08-17T20:22:26.784Z Checking untrusted v0.7.1
24442026-08-17T20:22:26.803Z Checking tower-layer v0.3.3
24452026-08-17T20:22:26.816Z Checking atomic-waker v1.1.2
24462026-08-17T20:22:26.852Z Checking want v0.3.1
24472026-08-17T20:22:26.891Z Checking hybrid-array v0.4.13
24482026-08-17T20:22:26.906Z Checking tempfile v3.25.0
24492026-08-17T20:22:26.920Z Checking anstyle-parse v1.0.0
24502026-08-17T20:22:26.949Z Checking ipnet v2.11.0
24512026-08-17T20:22:26.970Z Checking httparse v1.10.1
24522026-08-17T20:22:27.066Z Checking crc32fast v1.5.0
24532026-08-17T20:22:27.081Z Checking aws-lc-rs v1.16.3
24542026-08-17T20:22:27.097Z Checking aho-corasick v1.1.4
24552026-08-17T20:22:27.161Z Checking untrusted v0.9.0
24562026-08-17T20:22:27.175Z Checking tap v1.0.1
24572026-08-17T20:22:27.198Z Checking foreign-types-shared v0.1.1
24582026-08-17T20:22:27.211Z Checking simd-adler32 v0.3.8
24592026-08-17T20:22:27.277Z Checking plain v0.2.3
24602026-08-17T20:22:27.280Z Checking httpdate v1.0.3
24612026-08-17T20:22:27.280Z Checking foreign-types v0.3.2
24622026-08-17T20:22:27.366Z Checking wyz v0.5.1
24632026-08-17T20:22:27.380Z Checking anstream v1.0.0
24642026-08-17T20:22:27.395Z Checking unicode-normalization v0.1.25
24652026-08-17T20:22:27.434Z Checking rand_chacha v0.3.1
24662026-08-17T20:22:27.540Z Checking terminal_size v0.4.3
24672026-08-17T20:22:27.576Z Checking radium v0.7.0
24682026-08-17T20:22:27.642Z Checking signature v2.2.0
24692026-08-17T20:22:27.655Z Checking num-integer v0.1.46
24702026-08-17T20:22:27.659Z Checking hex v0.4.3
24712026-08-17T20:22:27.754Z Checking openssl-sys v0.9.117
24722026-08-17T20:22:27.773Z Checking wait-timeout v0.2.1
24732026-08-17T20:22:27.797Z Checking regex-automata v0.4.14
24742026-08-17T20:22:27.812Z Checking tokio-util v0.7.18
24752026-08-17T20:22:27.812Z Checking quick-error v1.2.3
24762026-08-17T20:22:27.882Z Checking adler2 v2.0.1
24772026-08-17T20:22:27.895Z Checking ucd-trie v0.1.7
24782026-08-17T20:22:27.907Z Checking funty v2.0.0
24792026-08-17T20:22:27.917Z Checking strsim v0.11.1
24802026-08-17T20:22:27.946Z Checking rustls-webpki v0.103.13
24812026-08-17T20:22:27.983Z Checking unicode-ident v1.0.24
24822026-08-17T20:22:28.020Z Checking bit-vec v0.8.0
24832026-08-17T20:22:28.070Z Checking clap_lex v1.0.0
24842026-08-17T20:22:28.088Z Checking proc-macro2 v1.0.106
24852026-08-17T20:22:28.118Z Checking openssl v0.10.80
24862026-08-17T20:22:28.206Z Checking bit-set v0.8.0
24872026-08-17T20:22:28.218Z Checking bitvec v1.0.1
24882026-08-17T20:22:28.221Z Checking clap_builder v4.6.0
24892026-08-17T20:22:28.347Z Checking pest v2.8.6
24902026-08-17T20:22:28.360Z Checking rustls v0.23.41
24912026-08-17T20:22:28.387Z Checking miniz_oxide v0.8.9
24922026-08-17T20:22:28.416Z Checking h2 v0.4.15
24932026-08-17T20:22:28.728Z Checking rusty-fork v0.3.1
24942026-08-17T20:22:28.893Z Checking num-iter v0.1.45
24952026-08-17T20:22:29.003Z Checking rand v0.8.6
24962026-08-17T20:22:29.376Z Checking lazy_static v1.5.0
24972026-08-17T20:22:29.423Z Checking anstyle-parse v0.2.7
24982026-08-17T20:22:29.464Z Checking rand_xorshift v0.4.0
24992026-08-17T20:22:29.503Z Checking thiserror v1.0.69
25002026-08-17T20:22:29.516Z Checking maybe-uninit v2.0.0
25012026-08-17T20:22:29.570Z Checking hmac v0.12.1
25022026-08-17T20:22:29.583Z Checking toml_datetime v0.6.11
25032026-08-17T20:22:29.583Z Checking serde_spanned v0.6.9
25042026-08-17T20:22:29.606Z Checking sync_wrapper v1.0.2
25052026-08-17T20:22:29.618Z Checking unarray v0.1.4
25062026-08-17T20:22:29.699Z Checking zlib-rs v0.6.2
25072026-08-17T20:22:29.702Z Checking powerfmt v0.2.0
25082026-08-17T20:22:29.723Z Checking nodrop v0.1.14
25092026-08-17T20:22:29.723Z Checking pretty-hex v0.4.1
25102026-08-17T20:22:29.756Z Checking siphasher v1.0.2
25112026-08-17T20:22:29.817Z Checking crc-catalog v2.4.0
25122026-08-17T20:22:29.833Z Checking array-init v0.0.4
25132026-08-17T20:22:29.857Z Checking deranged v0.5.8
25142026-08-17T20:22:29.901Z Checking crc v3.4.0
25152026-08-17T20:22:29.914Z Checking proptest v1.11.0
25162026-08-17T20:22:30.068Z Checking tower v0.5.3
25172026-08-17T20:22:30.104Z Checking native-tls v0.2.18
25182026-08-17T20:22:30.124Z Checking smallvec v0.6.14
25192026-08-17T20:22:30.278Z Checking anstream v0.6.21
25202026-08-17T20:22:30.303Z Checking packed_struct v0.10.1
25212026-08-17T20:22:30.442Z Checking num-bigint-dig v0.8.6
25222026-08-17T20:22:30.474Z Checking clap v4.6.1
25232026-08-17T20:22:30.551Z Checking quote v1.0.45
25242026-08-17T20:22:30.574Z Checking ipnetwork v0.21.1
25252026-08-17T20:22:30.577Z Checking flate2 v1.1.9
25262026-08-17T20:22:30.716Z Checking http-body-util v0.1.3
25272026-08-17T20:22:30.765Z Checking pkcs1 v0.7.5
25282026-08-17T20:22:30.787Z Checking crossbeam-utils v0.8.21
25292026-08-17T20:22:30.878Z Checking bitfield v0.19.4
25302026-08-17T20:22:30.930Z Checking zerocopy v0.6.6
25312026-08-17T20:22:30.968Z Checking ahash v0.8.12
25322026-08-17T20:22:31.122Z Checking bzip2-sys v0.1.13+1.0.8
25332026-08-17T20:22:31.135Z Checking scroll v0.13.0
25342026-08-17T20:22:31.161Z Checking env_filter v1.0.0
25352026-08-17T20:22:31.202Z Checking winnow v0.5.40
25362026-08-17T20:22:31.217Z Checking hyper v1.10.1
25372026-08-17T20:22:31.230Z Checking allocator-api2 v0.2.21
25382026-08-17T20:22:31.233Z Checking base64 v0.21.7
25392026-08-17T20:22:31.298Z Checking num-conv v0.2.0
25402026-08-17T20:22:31.334Z Checking unicode-bidi v0.3.18
25412026-08-17T20:22:31.352Z Checking unicode-properties v0.1.4
25422026-08-17T20:22:31.410Z Checking iri-string v0.7.10
25432026-08-17T20:22:31.467Z Checking time-core v0.1.8
25442026-08-17T20:22:31.499Z Checking ryu v1.0.23
25452026-08-17T20:22:31.534Z Checking hashbrown v0.12.3
25462026-08-17T20:22:31.603Z Checking num_threads v0.1.7
25472026-08-17T20:22:31.624Z Checking stringprep v0.1.5
25482026-08-17T20:22:31.636Z Checking serde_urlencoded v0.7.1
25492026-08-17T20:22:31.682Z Checking time v0.3.47
25502026-08-17T20:22:31.685Z Checking newtype-uuid v1.3.2
25512026-08-17T20:22:31.769Z Checking ron v0.8.1
25522026-08-17T20:22:31.835Z Checking goblin v0.10.5
25532026-08-17T20:22:31.891Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25542026-08-17T20:22:31.933Z Checking indexmap v1.9.3
25552026-08-17T20:22:32.140Z Checking hyper-util v0.1.20
25562026-08-17T20:22:32.236Z Checking env_logger v0.11.9
25572026-08-17T20:22:32.274Z Checking rsa v0.9.10
25582026-08-17T20:22:32.361Z Checking toml_edit v0.19.15
25592026-08-17T20:22:32.425Z Checking tower-http v0.6.8
25602026-08-17T20:22:32.438Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25612026-08-17T20:22:32.592Z Checking bzip2 v0.4.4
25622026-08-17T20:22:32.705Z Checking hashbrown v0.13.2
25632026-08-17T20:22:32.752Z Checking crossbeam-epoch v0.9.18
25642026-08-17T20:22:32.765Z Checking oxnet v0.1.6
25652026-08-17T20:22:32.835Z Checking syn v2.0.117
25662026-08-17T20:22:32.988Z Checking serde-hex v0.1.0
25672026-08-17T20:22:33.032Z Checking tokio-native-tls v0.3.1
25682026-08-17T20:22:33.146Z Checking bstr v1.12.1
25692026-08-17T20:22:33.196Z Checking block-buffer v0.12.1
25702026-08-17T20:22:33.360Z Checking block-padding v0.4.2
25712026-08-17T20:22:33.382Z Checking crypto-common v0.2.2
25722026-08-17T20:22:33.452Z Checking rustls-native-certs v0.8.3
25732026-08-17T20:22:33.492Z Checking x509-cert v0.2.5
25742026-08-17T20:22:33.530Z Checking scroll v0.12.0
25752026-08-17T20:22:33.577Z Checking zstd-sys v2.0.16+zstd.1.5.7
25762026-08-17T20:22:33.685Z Checking md-5 v0.10.6
25772026-08-17T20:22:33.753Z Checking hash32 v0.2.1
25782026-08-17T20:22:33.819Z Checking encoding_rs v0.8.35
25792026-08-17T20:22:33.907Z Checking mime v0.3.17
25802026-08-17T20:22:33.979Z Checking crc-any v2.5.0
25812026-08-17T20:22:34.078Z Checking psl-types v2.0.11
25822026-08-17T20:22:34.135Z Checking either v1.15.0
25832026-08-17T20:22:34.149Z Checking fallible-iterator v0.2.0
25842026-08-17T20:22:34.164Z Checking dof v0.4.0
25852026-08-17T20:22:34.192Z Checking publicsuffix v2.3.0
25862026-08-17T20:22:34.321Z Checking heapless v0.7.17
25872026-08-17T20:22:34.348Z Checking goblin v0.8.2
25882026-08-17T20:22:34.421Z Checking postgres-protocol v0.6.10
25892026-08-17T20:22:34.470Z Checking zstd-safe v7.2.4
25902026-08-17T20:22:34.635Z Checking inout v0.2.2
25912026-08-17T20:22:34.729Z Checking hyper-tls v0.6.0
25922026-08-17T20:22:34.742Z Checking toml v0.7.8
25932026-08-17T20:22:34.753Z Checking object v0.30.4
25942026-08-17T20:22:34.780Z Checking daft v0.1.7
25952026-08-17T20:22:34.793Z Checking cookie v0.18.1
25962026-08-17T20:22:34.896Z Checking zip v0.6.6
25972026-08-17T20:22:34.911Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25982026-08-17T20:22:35.015Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25992026-08-17T20:22:35.029Z Checking tokio-rustls v0.26.4
26002026-08-17T20:22:35.042Z Checking phf_shared v0.13.1
26012026-08-17T20:22:35.094Z Checking dtrace-parser v0.3.0
26022026-08-17T20:22:35.171Z Checking zerocopy v0.7.35
26032026-08-17T20:22:35.213Z Checking pin-project v1.1.11
26042026-08-17T20:22:35.228Z Checking signal-hook v0.3.18
26052026-08-17T20:22:35.248Z Checking futures-executor v0.3.32
26062026-08-17T20:22:35.303Z Checking ff v0.13.1
26072026-08-17T20:22:35.323Z Checking thread-id v5.1.0
26082026-08-17T20:22:35.388Z Checking managed v0.8.0
26092026-08-17T20:22:35.400Z Checking libbz2-rs-sys v0.2.2
26102026-08-17T20:22:35.411Z Checking base16ct v0.2.0
26112026-08-17T20:22:35.428Z Checking foldhash v0.2.0
26122026-08-17T20:22:35.528Z Checking bitflags v1.3.2
26132026-08-17T20:22:35.562Z Checking jiff-core v0.1.0
26142026-08-17T20:22:35.578Z Compiling rayon-core v1.13.0
26152026-08-17T20:22:35.596Z Checking same-file v1.0.6
26162026-08-17T20:22:35.644Z Checking path-slash v0.1.5
26172026-08-17T20:22:35.713Z Checking bumpalo v3.20.2
26182026-08-17T20:22:35.741Z Checking foldhash v0.1.5
26192026-08-17T20:22:35.772Z Checking bzip2 v0.6.1
26202026-08-17T20:22:35.772Z Checking walkdir v2.5.0
26212026-08-17T20:22:35.870Z Checking hashbrown v0.15.5
26222026-08-17T20:22:35.873Z Checking smoltcp v0.9.1
26232026-08-17T20:22:35.902Z Checking zopfli v0.8.3
26242026-08-17T20:22:35.927Z Checking hashbrown v0.16.1
26252026-08-17T20:22:35.939Z Checking sec1 v0.7.3
26262026-08-17T20:22:36.134Z Checking group v0.13.0
26272026-08-17T20:22:36.221Z Checking signal-hook-mio v0.2.5
26282026-08-17T20:22:36.234Z Checking jiff v0.2.34
26292026-08-17T20:22:36.238Z Checking dof v0.3.0
26302026-08-17T20:22:36.274Z Checking usdt-impl v0.6.0
26312026-08-17T20:22:36.320Z Checking futures v0.3.32
26322026-08-17T20:22:36.337Z Checking snafu v0.8.9
26332026-08-17T20:22:36.395Z Checking hyper-rustls v0.27.7
26342026-08-17T20:22:36.415Z Checking phf v0.13.1
26352026-08-17T20:22:36.447Z Checking cookie_store v0.22.1
26362026-08-17T20:22:36.523Z Checking reqwest v0.12.28
26372026-08-17T20:22:36.548Z Checking cipher v0.5.2
26382026-08-17T20:22:36.560Z Checking postgres-types v0.2.12
26392026-08-17T20:22:36.572Z Checking zstd v0.13.3
26402026-08-17T20:22:36.595Z Checking rustls-platform-verifier v0.6.2
26412026-08-17T20:22:36.730Z Checking globset v0.4.18
26422026-08-17T20:22:36.752Z Checking crossbeam-deque v0.8.6
26432026-08-17T20:22:36.772Z Checking phf_shared v0.11.3
26442026-08-17T20:22:36.784Z Checking hkdf v0.12.4
26452026-08-17T20:22:36.801Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26462026-08-17T20:22:36.865Z Checking regex v1.12.3
26472026-08-17T20:22:36.910Z Checking dtrace-parser v0.2.0
26482026-08-17T20:22:36.913Z Checking byte-wrapper v0.1.0
26492026-08-17T20:22:36.934Z Checking ref-cast v1.0.25
26502026-08-17T20:22:36.978Z Checking curve25519-dalek v4.1.3
26512026-08-17T20:22:37.026Z Checking strum v0.27.2
26522026-08-17T20:22:37.108Z Checking olpc-cjson v0.1.4
26532026-08-17T20:22:37.126Z Checking hubpack v0.1.2
26542026-08-17T20:22:37.139Z Checking ed25519 v2.2.3
26552026-08-17T20:22:37.143Z Checking memoffset v0.9.1
26562026-08-17T20:22:37.163Z Checking rustix v0.38.44
26572026-08-17T20:22:37.225Z Checking pem v3.0.6
26582026-08-17T20:22:37.238Z Checking float-cmp v0.10.0
26592026-08-17T20:22:37.302Z Checking serde-big-array v0.5.1
26602026-08-17T20:22:37.305Z Checking erased-serde v0.3.31
26612026-08-17T20:22:37.321Z Checking serde_plain v1.0.2
26622026-08-17T20:22:37.365Z Checking crypto-bigint v0.5.5
26632026-08-17T20:22:37.387Z Checking memmap2 v0.9.10
26642026-08-17T20:22:37.391Z Checking thread-id v4.2.2
26652026-08-17T20:22:37.462Z Checking predicates-core v1.0.10
26662026-08-17T20:22:37.466Z Checking precomputed-hash v0.1.1
26672026-08-17T20:22:37.554Z Checking new_debug_unreachable v1.0.6
26682026-08-17T20:22:37.558Z Checking typed-path v0.9.3
26692026-08-17T20:22:37.584Z Checking static_assertions v1.1.0
26702026-08-17T20:22:37.621Z Checking keccak v0.1.6
26712026-08-17T20:22:37.657Z Checking difflib v0.4.0
26722026-08-17T20:22:37.687Z Checking whoami v2.1.0
26732026-08-17T20:22:37.763Z Checking normalize-line-endings v0.3.0
26742026-08-17T20:22:37.782Z Checking const-oid v0.10.2
26752026-08-17T20:22:37.832Z Checking toml_write v0.1.2
26762026-08-17T20:22:37.849Z Checking cpufeatures v0.3.0
26772026-08-17T20:22:37.874Z Checking winnow v0.7.14
26782026-08-17T20:22:37.917Z Checking winnow v1.0.3
26792026-08-17T20:22:37.934Z Checking unicode-segmentation v1.12.0
26802026-08-17T20:22:37.976Z Checking data-encoding v2.10.0
26812026-08-17T20:22:37.993Z Checking fixedbitset v0.4.2
26822026-08-17T20:22:38.140Z Checking fixedbitset v0.5.7
26832026-08-17T20:22:38.152Z Checking zip v4.6.1
26842026-08-17T20:22:38.237Z Checking similar v2.7.0
26852026-08-17T20:22:38.250Z Checking hickory-proto v0.25.2
26862026-08-17T20:22:38.262Z Checking elliptic-curve v0.13.8
26872026-08-17T20:22:38.319Z Checking tough v0.22.0
26882026-08-17T20:22:38.332Z Checking petgraph v0.8.3
26892026-08-17T20:22:38.562Z Checking petgraph v0.6.5
26902026-08-17T20:22:38.608Z Checking crossterm v0.28.1
26912026-08-17T20:22:38.710Z Checking digest v0.11.3
26922026-08-17T20:22:38.751Z Checking toml_parser v1.1.2+spec-1.1.0
26932026-08-17T20:22:38.885Z Checking chacha20 v0.10.0
26942026-08-17T20:22:39.042Z Checking toml_edit v0.22.27
26952026-08-17T20:22:39.070Z Checking tokio-postgres v0.7.16
26962026-08-17T20:22:39.136Z Checking predicates v3.1.4
26972026-08-17T20:22:39.308Z Checking sha3 v0.10.8
26982026-08-17T20:22:39.432Z Checking ed25519-dalek v2.2.0
26992026-08-17T20:22:39.513Z Checking slog v2.8.2
27002026-08-17T20:22:39.657Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27012026-08-17T20:22:39.773Z Checking string_cache v0.8.9
27022026-08-17T20:22:39.786Z Checking usdt v0.6.0
27032026-08-17T20:22:39.876Z Checking usdt-impl v0.5.0
27042026-08-17T20:22:39.943Z Checking nix v0.31.2
27052026-08-17T20:22:39.955Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27062026-08-17T20:22:40.120Z Checking iddqd v0.4.2
27072026-08-17T20:22:40.318Z Checking reqwest v0.13.2
27082026-08-17T20:22:40.322Z Checking itertools v0.13.0
27092026-08-17T20:22:40.479Z Checking itertools v0.15.0
27102026-08-17T20:22:40.527Z Checking strum v0.26.3
27112026-08-17T20:22:40.641Z Checking serde_with v3.21.0
27122026-08-17T20:22:41.002Z Checking fs-err v3.3.0
27132026-08-17T20:22:41.012Z Checking object v0.37.3
27142026-08-17T20:22:41.117Z Checking tokio-stream v0.1.18
27152026-08-17T20:22:41.144Z Checking buf-list v1.1.2
27162026-08-17T20:22:41.284Z Checking camino v1.2.2
27172026-08-17T20:22:41.328Z Checking anyhow v1.0.102
27182026-08-17T20:22:41.341Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27192026-08-17T20:22:41.483Z Checking openapiv3 v2.2.0
27202026-08-17T20:22:41.522Z Checking lalrpop-util v0.19.12
27212026-08-17T20:22:41.522Z Checking peg-runtime v0.8.5
27222026-08-17T20:22:41.546Z Checking rayon v1.11.0
27232026-08-17T20:22:41.597Z Checking sigpipe v0.1.3
27242026-08-17T20:22:41.668Z Checking glob v0.3.3
27252026-08-17T20:22:43.125Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27262026-08-17T20:22:43.202Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27272026-08-17T20:22:43.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.94s
27282026-08-17T20:22:43.633Z
27292026-08-17T20:22:43.633Zinfo: running `cargo check --bins` on internal-dns-types (79/335)
27302026-08-17T20:22:44.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312026-08-17T20:22:44.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322026-08-17T20:22:44.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27332026-08-17T20:22:44.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
27342026-08-17T20:22:44.183Z
27352026-08-17T20:22:44.183Zinfo: running `cargo check --bins` on internal-dns-types-versions (80/335)
27362026-08-17T20:22:44.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372026-08-17T20:22:44.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382026-08-17T20:22:44.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27392026-08-17T20:22:44.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
27402026-08-17T20:22:44.734Z
27412026-08-17T20:22:44.734Zinfo: running `cargo check --bins` on nexus-types-versions (81/335)
27422026-08-17T20:22:45.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432026-08-17T20:22:45.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442026-08-17T20:22:45.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27452026-08-17T20:22:45.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27462026-08-17T20:22:45.343Z
27472026-08-17T20:22:45.343Zinfo: running `cargo check --bins` on oxql-types (82/335)
27482026-08-17T20:22:45.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492026-08-17T20:22:45.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502026-08-17T20:22:45.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27512026-08-17T20:22:45.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27522026-08-17T20:22:45.853Z
27532026-08-17T20:22:45.853Zinfo: running `cargo check --bins` on oximeter-types (83/335)
27542026-08-17T20:22:46.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552026-08-17T20:22:46.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562026-08-17T20:22:46.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572026-08-17T20:22:46.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
27582026-08-17T20:22:46.402Z
27592026-08-17T20:22:46.402Zinfo: running `cargo check --bins` on oximeter-types-versions (84/335)
27602026-08-17T20:22:46.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612026-08-17T20:22:46.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622026-08-17T20:22:46.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632026-08-17T20:22:46.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27642026-08-17T20:22:46.958Z
27652026-08-17T20:22:46.958Zinfo: running `cargo check --bins` on oximeter-macro-impl (85/335)
27662026-08-17T20:22:47.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672026-08-17T20:22:47.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682026-08-17T20:22:47.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692026-08-17T20:22:47.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
27702026-08-17T20:22:47.501Z
27712026-08-17T20:22:47.501Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (86/335)
27722026-08-17T20:22:47.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732026-08-17T20:22:47.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742026-08-17T20:22:48.162Z Compiling multer v3.1.0
27752026-08-17T20:22:48.276Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27762026-08-17T20:22:48.276Z Compiling async-stream-impl v0.3.6
27772026-08-17T20:22:48.291Z Compiling dropshot v0.17.1
27782026-08-17T20:22:48.303Z Compiling parse-display-derive v0.10.0
27792026-08-17T20:22:48.315Z Compiling newtype-uuid-macros v0.1.0
27802026-08-17T20:22:48.319Z Compiling dropshot_endpoint v0.17.1
27812026-08-17T20:22:48.344Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27822026-08-17T20:22:48.489Z Checking thread_local v1.1.9
27832026-08-17T20:22:48.508Z Checking compression-core v0.4.31
27842026-08-17T20:22:48.630Z Checking match_cfg v0.1.0
27852026-08-17T20:22:48.646Z Checking compression-codecs v0.4.37
27862026-08-17T20:22:48.662Z Checking crossbeam-channel v0.5.15
27872026-08-17T20:22:48.696Z Checking hostname v0.3.1
27882026-08-17T20:22:48.737Z Checking atomicwrites v0.4.4
27892026-08-17T20:22:48.791Z Checking slog-json v2.6.1
27902026-08-17T20:22:48.815Z Checking is-terminal v0.4.17
27912026-08-17T20:22:48.850Z Checking serde_spanned v1.1.1
27922026-08-17T20:22:48.863Z Checking toml_datetime v1.1.1+spec-1.1.0
27932026-08-17T20:22:48.900Z Checking term v1.2.1
27942026-08-17T20:22:48.942Z Checking take_mut v0.2.2
27952026-08-17T20:22:48.978Z Checking debug-ignore v1.0.5
27962026-08-17T20:22:48.991Z Checking toml_writer v1.1.1+spec-1.1.0
27972026-08-17T20:22:49.044Z Checking slog-async v2.8.0
27982026-08-17T20:22:49.058Z Checking slog-bunyan v2.5.0
27992026-08-17T20:22:49.058Z Checking async-stream v0.3.6
28002026-08-17T20:22:49.083Z Checking async-compression v0.4.41
28012026-08-17T20:22:49.115Z Checking slog-term v2.9.2
28022026-08-17T20:22:49.162Z Checking toml v1.1.2+spec-1.1.0
28032026-08-17T20:22:49.175Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28042026-08-17T20:22:49.191Z Checking progenitor-client v0.14.0
28052026-08-17T20:22:49.213Z Checking sha1 v0.11.0
28062026-08-17T20:22:49.327Z Checking waitgroup v0.1.2
28072026-08-17T20:22:49.368Z Checking rustls-pemfile v2.2.0
28082026-08-17T20:22:49.396Z Checking backon v1.6.0
28092026-08-17T20:22:49.418Z Checking serde_path_to_error v0.1.20
28102026-08-17T20:22:49.428Z Checking hostname v0.4.2
28112026-08-17T20:22:49.503Z Checking instant v0.1.13
28122026-08-17T20:22:49.551Z Checking progenitor-extras v0.2.0
28132026-08-17T20:22:49.595Z Checking backoff v0.4.0
28142026-08-17T20:22:49.688Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28152026-08-17T20:22:49.708Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28162026-08-17T20:22:49.738Z Checking regress v0.10.5
28172026-08-17T20:22:49.766Z Checking itertools v0.14.0
28182026-08-17T20:22:49.887Z Checking macaddr v1.0.1
28192026-08-17T20:22:49.967Z Checking parse-display v0.10.0
28202026-08-17T20:22:50.061Z Checking humantime v2.3.0
28212026-08-17T20:22:50.841Z Compiling prettyplease v0.2.37
28222026-08-17T20:22:51.116Z Checking num-rational v0.4.2
28232026-08-17T20:22:51.384Z Checking num-complex v0.4.6
28242026-08-17T20:22:51.876Z Compiling num v0.4.3
28252026-08-17T20:22:51.932Z Compiling usdt-macro v0.5.0
28262026-08-17T20:22:51.951Z Compiling usdt-attr-macro v0.5.0
28272026-08-17T20:22:51.973Z Checking memmap v0.7.0
28282026-08-17T20:22:51.977Z Compiling float-ord v0.3.2
28292026-08-17T20:22:52.016Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28302026-08-17T20:22:52.109Z Checking unicode-width v0.2.0
28312026-08-17T20:22:52.199Z Compiling convert_case v0.4.0
28322026-08-17T20:22:52.402Z Checking console v0.15.11
28332026-08-17T20:22:52.587Z Compiling derive_more v0.99.20
28342026-08-17T20:22:52.670Z Checking newline-converter v0.3.0
28352026-08-17T20:22:52.691Z Compiling toml v0.8.23
28362026-08-17T20:22:52.751Z Checking usdt v0.5.0
28372026-08-17T20:22:52.778Z Checking linked-hash-map v0.5.6
28382026-08-17T20:22:52.924Z Compiling minimal-lexical v0.2.1
28392026-08-17T20:22:52.948Z Checking lru-cache v0.1.2
28402026-08-17T20:22:53.069Z Checking expectorate v1.2.0
28412026-08-17T20:22:53.179Z Compiling nom v7.1.3
28422026-08-17T20:22:53.618Z Checking camino-tempfile v1.4.1
28432026-08-17T20:22:53.622Z Checking hickory-proto v0.24.4
28442026-08-17T20:22:53.699Z Checking phf_shared v0.12.1
28452026-08-17T20:22:53.779Z Compiling slog-dtrace v0.3.0
28462026-08-17T20:22:53.839Z Checking resolv-conf v0.7.6
28472026-08-17T20:22:54.023Z Compiling unicode-xid v0.2.6
28482026-08-17T20:22:54.148Z Checking heck v0.5.0
28492026-08-17T20:22:54.228Z Compiling chrono-tz v0.10.4
28502026-08-17T20:22:54.271Z Compiling const_format_proc_macros v0.2.34
28512026-08-17T20:22:54.471Z Checking phf v0.12.1
28522026-08-17T20:22:54.515Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-08-17T20:22:54.612Z Checking tokio-dtrace v0.1.1
28542026-08-17T20:22:54.803Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28552026-08-17T20:22:54.993Z Compiling derive-where v1.6.0
28562026-08-17T20:22:55.001Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28572026-08-17T20:22:55.072Z Checking highway v1.3.0
28582026-08-17T20:22:55.138Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28592026-08-17T20:22:55.326Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28602026-08-17T20:22:55.422Z Checking hickory-resolver v0.24.4
28612026-08-17T20:22:55.825Z Checking const_format v0.2.35
28622026-08-17T20:22:56.077Z Checking oxide-tokio-rt v0.1.4
28632026-08-17T20:22:56.280Z Checking qorb v0.4.1
28642026-08-17T20:22:56.471Z Checking gethostname v0.5.0
28652026-08-17T20:22:56.523Z Checking bcs v0.1.6
28662026-08-17T20:22:56.537Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28672026-08-17T20:22:56.556Z Checking termtree v0.5.1
28682026-08-17T20:22:56.647Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28692026-08-17T20:22:56.801Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28702026-08-17T20:22:56.801Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28712026-08-17T20:22:59.803Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28722026-08-17T20:23:02.860Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28732026-08-17T20:23:05.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.56s
28742026-08-17T20:23:05.244Z
28752026-08-17T20:23:05.244Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/335)
28762026-08-17T20:23:05.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-08-17T20:23:05.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-08-17T20:23:05.901Z Compiling ar_archive_writer v0.5.1
28792026-08-17T20:23:06.014Z Compiling stacker v0.1.23
28802026-08-17T20:23:06.021Z Compiling cfg_aliases v0.1.1
28812026-08-17T20:23:06.029Z Compiling convert_case v0.10.0
28822026-08-17T20:23:06.035Z Checking unicode-width v0.1.14
28832026-08-17T20:23:06.045Z Compiling proc-macro-error v1.0.4
28842026-08-17T20:23:06.050Z Checking fd-lock v4.0.4
28852026-08-17T20:23:06.050Z Checking nibble_vec v0.1.0
28862026-08-17T20:23:06.070Z Compiling nix v0.28.0
28872026-08-17T20:23:06.155Z Checking vte v0.14.1
28882026-08-17T20:23:06.177Z Compiling recursive-proc-macro-impl v0.1.1
28892026-08-17T20:23:06.257Z Checking endian-type v0.1.2
28902026-08-17T20:23:06.270Z Checking bytecount v0.6.9
28912026-08-17T20:23:06.300Z Compiling derive_more-impl v2.1.1
28922026-08-17T20:23:06.303Z Checking strip-ansi-escapes v0.2.1
28932026-08-17T20:23:06.331Z Compiling tabled_derive v0.7.0
28942026-08-17T20:23:06.369Z Checking papergrid v0.11.0
28952026-08-17T20:23:06.380Z Checking radix_trie v0.2.1
28962026-08-17T20:23:06.410Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28972026-08-17T20:23:06.574Z Compiling peg-macros v0.8.5
28982026-08-17T20:23:06.574Z Compiling sqlparser_derive v0.5.0
28992026-08-17T20:23:06.808Z Compiling psm v0.1.30
29002026-08-17T20:23:06.869Z Checking winnow v0.6.26
29012026-08-17T20:23:06.964Z Checking home v0.5.12
29022026-08-17T20:23:07.090Z Checking derive_more v2.1.1
29032026-08-17T20:23:07.104Z Checking unicode_categories v0.1.1
29042026-08-17T20:23:07.169Z Checking nu-ansi-term v0.50.3
29052026-08-17T20:23:07.258Z Checking tabled v0.15.0
29062026-08-17T20:23:07.258Z Checking crossterm v0.29.0
29072026-08-17T20:23:07.388Z Checking rustyline v14.0.0
29082026-08-17T20:23:07.415Z Checking display-error-chain v0.2.2
29092026-08-17T20:23:07.428Z Checking reedline v0.40.0
29102026-08-17T20:23:07.669Z Checking recursive v0.1.1
29112026-08-17T20:23:07.762Z Checking sqlparser v0.61.0
29122026-08-17T20:23:07.880Z Checking peg v0.8.5
29132026-08-17T20:23:08.063Z Checking sqlformat v0.3.5
29142026-08-17T20:23:19.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.82s
29152026-08-17T20:23:19.236Z
29162026-08-17T20:23:19.236Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/335)
29172026-08-17T20:23:19.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-08-17T20:23:19.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-08-17T20:23:19.892Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29202026-08-17T20:23:23.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
29212026-08-17T20:23:23.607Z
29222026-08-17T20:23:23.607Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/335)
29232026-08-17T20:23:24.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-08-17T20:23:24.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-08-17T20:23:24.261Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29262026-08-17T20:23:26.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
29272026-08-17T20:23:26.951Z
29282026-08-17T20:23:26.951Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/335)
29292026-08-17T20:23:27.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-08-17T20:23:27.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-08-17T20:23:27.599Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29322026-08-17T20:23:30.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
29332026-08-17T20:23:31.076Z
29342026-08-17T20:23:31.076Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/335)
29352026-08-17T20:23:31.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-08-17T20:23:31.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-08-17T20:23:31.730Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29382026-08-17T20:23:35.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
29392026-08-17T20:23:35.252Z
29402026-08-17T20:23:35.252Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/335)
29412026-08-17T20:23:35.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-08-17T20:23:35.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-08-17T20:23:35.903Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29442026-08-17T20:23:38.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
29452026-08-17T20:23:38.748Z
29462026-08-17T20:23:38.748Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/335)
29472026-08-17T20:23:39.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-08-17T20:23:39.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-08-17T20:23:39.399Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29502026-08-17T20:23:42.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
29512026-08-17T20:23:42.291Z
29522026-08-17T20:23:42.291Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/335)
29532026-08-17T20:23:42.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-08-17T20:23:42.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-08-17T20:23:42.943Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29562026-08-17T20:23:46.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
29572026-08-17T20:23:46.606Z
29582026-08-17T20:23:46.606Zinfo: running `cargo check --bins` on oximeter (95/335)
29592026-08-17T20:23:47.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-08-17T20:23:47.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-08-17T20:23:47.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29622026-08-17T20:23:47.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29632026-08-17T20:23:47.164Z
29642026-08-17T20:23:47.164Zinfo: running `cargo check --bins` on oximeter-schema (96/335)
29652026-08-17T20:23:47.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-08-17T20:23:47.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-08-17T20:23:47.775Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29682026-08-17T20:23:48.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
29692026-08-17T20:23:48.323Z
29702026-08-17T20:23:48.323Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (97/335)
29712026-08-17T20:23:48.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722026-08-17T20:23:48.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732026-08-17T20:23:48.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29742026-08-17T20:23:48.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29752026-08-17T20:23:48.882Z
29762026-08-17T20:23:48.882Zinfo: running `cargo check --bins` on oximeter-test-utils (98/335)
29772026-08-17T20:23:49.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782026-08-17T20:23:49.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792026-08-17T20:23:49.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29802026-08-17T20:23:49.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29812026-08-17T20:23:49.480Z
29822026-08-17T20:23:49.480Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/335)
29832026-08-17T20:23:49.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842026-08-17T20:23:49.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852026-08-17T20:23:49.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29862026-08-17T20:23:49.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29872026-08-17T20:23:50.044Z
29882026-08-17T20:23:50.044Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/335)
29892026-08-17T20:23:50.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902026-08-17T20:23:50.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912026-08-17T20:23:50.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29922026-08-17T20:23:50.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29932026-08-17T20:23:50.609Z
29942026-08-17T20:23:50.609Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/335)
29952026-08-17T20:23:51.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-08-17T20:23:51.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-08-17T20:23:51.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982026-08-17T20:23:51.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29992026-08-17T20:23:51.178Z
30002026-08-17T20:23:51.178Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/335)
30012026-08-17T20:23:51.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-08-17T20:23:51.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-08-17T20:23:51.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042026-08-17T20:23:51.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30052026-08-17T20:23:51.745Z
30062026-08-17T20:23:51.745Zinfo: running `cargo check --bins` on trust-quorum-types (103/335)
30072026-08-17T20:23:52.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-08-17T20:23:52.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-08-17T20:23:52.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102026-08-17T20:23:52.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30112026-08-17T20:23:52.295Z
30122026-08-17T20:23:52.295Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/335)
30132026-08-17T20:23:52.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-08-17T20:23:52.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-08-17T20:23:52.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162026-08-17T20:23:52.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30172026-08-17T20:23:52.876Z
30182026-08-17T20:23:52.876Zinfo: running `cargo check --bins` on reconfigurator-cli (105/335)
30192026-08-17T20:23:53.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-08-17T20:23:53.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-08-17T20:23:53.747Z Compiling regress v0.11.1
30222026-08-17T20:23:53.748Z Checking secrecy v0.10.3
30232026-08-17T20:23:53.748Z Compiling crucible-workspace-hack v0.1.0
30242026-08-17T20:23:53.751Z Checking half v2.7.1
30252026-08-17T20:23:53.751Z Checking ciborium-io v0.2.2
30262026-08-17T20:23:53.751Z Checking inout v0.1.4
30272026-08-17T20:23:53.751Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30282026-08-17T20:23:53.965Z Checking universal-hash v0.5.1
30292026-08-17T20:23:54.046Z Checking cipher v0.4.4
30302026-08-17T20:23:54.069Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30312026-08-17T20:23:54.092Z Compiling thiserror-impl-no-std v2.0.2
30322026-08-17T20:23:54.157Z Checking opaque-debug v0.3.1
30332026-08-17T20:23:54.185Z Checking ciborium-ll v0.2.2
30342026-08-17T20:23:54.209Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30352026-08-17T20:23:54.228Z Compiling toml_datetime v0.7.5+spec-1.1.0
30362026-08-17T20:23:54.257Z Checking chacha20 v0.9.1
30372026-08-17T20:23:54.313Z Checking poly1305 v0.8.0
30382026-08-17T20:23:54.363Z Checking ciborium v0.2.2
30392026-08-17T20:23:54.460Z Compiling toml_edit v0.23.10+spec-1.0.0
30402026-08-17T20:23:54.492Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30412026-08-17T20:23:54.590Z Checking password-hash v0.5.0
30422026-08-17T20:23:54.638Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30432026-08-17T20:23:54.803Z Checking blake2 v0.10.6
30442026-08-17T20:23:54.818Z Checking aead v0.5.2
30452026-08-17T20:23:54.833Z Checking indent_write v2.2.0
30462026-08-17T20:23:54.968Z Compiling unsafe-libyaml v0.2.11
30472026-08-17T20:23:54.973Z Checking chacha20poly1305 v0.10.1
30482026-08-17T20:23:55.064Z Checking argon2 v0.5.3
30492026-08-17T20:23:55.117Z Compiling proc-macro-crate v3.4.0
30502026-08-17T20:23:55.350Z Checking thiserror-no-std v2.0.2
30512026-08-17T20:23:55.435Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30522026-08-17T20:23:55.451Z Checking vsss-rs v3.3.4
30532026-08-17T20:23:55.469Z Checking typify-impl v0.6.2
30542026-08-17T20:23:55.700Z Compiling serde_yaml v0.9.34+deprecated
30552026-08-17T20:23:55.767Z Compiling num_enum_derive v0.7.6
30562026-08-17T20:23:56.111Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30572026-08-17T20:23:56.337Z Compiling heapless v0.8.0
30582026-08-17T20:23:56.462Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30592026-08-17T20:23:56.568Z Compiling ingot-macros v0.2.0
30602026-08-17T20:23:56.629Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30612026-08-17T20:23:56.672Z Checking hash32 v0.3.1
30622026-08-17T20:23:56.816Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30632026-08-17T20:23:56.831Z Compiling smoltcp v0.11.0
30642026-08-17T20:23:56.883Z Checking num_enum v0.7.6
30652026-08-17T20:23:57.060Z Checking tabwriter v1.4.1
30662026-08-17T20:23:57.210Z Checking cobs v0.3.0
30672026-08-17T20:23:57.226Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
30682026-08-17T20:23:57.242Z Compiling proc-macro-crate v1.3.1
30692026-08-17T20:23:57.313Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
30702026-08-17T20:23:57.393Z Checking postcard v1.1.3
30712026-08-17T20:23:57.475Z Compiling foreign-types-macros v0.2.3
30722026-08-17T20:23:57.548Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
30732026-08-17T20:23:57.700Z Checking colored v3.1.1
30742026-08-17T20:23:57.716Z Checking swrite v0.1.0
30752026-08-17T20:23:57.753Z Checking foreign-types-shared v0.3.1
30762026-08-17T20:23:57.852Z Compiling num_enum_derive v0.5.11
30772026-08-17T20:23:57.885Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30782026-08-17T20:23:57.981Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30792026-08-17T20:23:58.034Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
30802026-08-17T20:23:58.128Z Checking foreign-types v0.5.0
30812026-08-17T20:23:58.214Z Checking cstr-argument v0.1.2
30822026-08-17T20:23:58.349Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
30832026-08-17T20:23:58.437Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30842026-08-17T20:23:58.518Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30852026-08-17T20:23:58.562Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
30862026-08-17T20:23:58.579Z Checking rand v0.10.1
30872026-08-17T20:23:58.698Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30882026-08-17T20:23:58.728Z Compiling zone_cfg_derive v0.3.1
30892026-08-17T20:23:58.744Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30902026-08-17T20:23:58.864Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30912026-08-17T20:23:58.948Z Checking num_enum v0.5.11
30922026-08-17T20:23:59.045Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30932026-08-17T20:23:59.070Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30942026-08-17T20:23:59.229Z Checking itertools v0.12.1
30952026-08-17T20:23:59.262Z Compiling num-derive v0.4.2
30962026-08-17T20:23:59.427Z Compiling semver v0.1.20
30972026-08-17T20:23:59.631Z Checking ingot-types v0.2.0
30982026-08-17T20:23:59.747Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30992026-08-17T20:23:59.970Z Compiling rustc_version v0.1.7
31002026-08-17T20:24:00.026Z Checking ingot v0.2.1
31012026-08-17T20:24:00.159Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31022026-08-17T20:24:00.213Z Checking smf v0.2.3
31032026-08-17T20:24:00.257Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31042026-08-17T20:24:00.321Z Checking zone v0.3.1
31052026-08-17T20:24:00.336Z Checking csv-core v0.1.13
31062026-08-17T20:24:00.470Z Checking nom v8.0.0
31072026-08-17T20:24:00.493Z Checking whoami v1.6.1
31082026-08-17T20:24:00.521Z Checking csv v1.4.0
31092026-08-17T20:24:00.538Z Compiling newtype_derive v0.1.6
31102026-08-17T20:24:00.541Z Compiling typify-macro v0.6.2
31112026-08-17T20:24:00.679Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31122026-08-17T20:24:00.706Z Compiling cancel-safe-futures v0.1.5
31132026-08-17T20:24:00.789Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31142026-08-17T20:24:00.908Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31152026-08-17T20:24:00.944Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31162026-08-17T20:24:00.963Z Compiling owo-colors v4.3.0
31172026-08-17T20:24:01.019Z Compiling libefi-sys v0.1.0
31182026-08-17T20:24:01.278Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31192026-08-17T20:24:01.355Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31202026-08-17T20:24:01.455Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31212026-08-17T20:24:01.498Z Checking oxide-update-engine-types v0.1.2
31222026-08-17T20:24:01.542Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31232026-08-17T20:24:01.669Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31242026-08-17T20:24:01.747Z Compiling bitfield-struct v0.6.2
31252026-08-17T20:24:01.769Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31262026-08-17T20:24:01.914Z Checking linear-map v1.2.0
31272026-08-17T20:24:02.105Z Checking smawk v0.3.2
31282026-08-17T20:24:02.174Z Checking unicode-linebreak v0.1.5
31292026-08-17T20:24:02.249Z Checking steno v0.4.1
31302026-08-17T20:24:02.442Z Checking textwrap v0.16.2
31312026-08-17T20:24:02.469Z Compiling typify v0.6.2
31322026-08-17T20:24:02.506Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31332026-08-17T20:24:02.590Z Compiling progenitor-impl v0.14.0
31342026-08-17T20:24:02.635Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31352026-08-17T20:24:02.673Z Checking oxide-update-engine v0.1.2
31362026-08-17T20:24:02.979Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31372026-08-17T20:24:03.330Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31382026-08-17T20:24:03.375Z Checking sha1 v0.10.6
31392026-08-17T20:24:03.438Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31402026-08-17T20:24:03.506Z Checking utf-8 v0.7.6
31412026-08-17T20:24:03.521Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31422026-08-17T20:24:03.555Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31432026-08-17T20:24:03.578Z Checking ignore v0.4.25
31442026-08-17T20:24:03.652Z Checking tungstenite v0.21.0
31452026-08-17T20:24:03.714Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31462026-08-17T20:24:03.773Z Compiling xshell-macros v0.2.7
31472026-08-17T20:24:03.924Z Checking predicates-tree v1.0.13
31482026-08-17T20:24:04.003Z Checking globwalk v0.9.1
31492026-08-17T20:24:04.039Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31502026-08-17T20:24:04.064Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31512026-08-17T20:24:04.085Z Checking tokio-tungstenite v0.21.0
31522026-08-17T20:24:04.153Z Checking xshell v0.2.7
31532026-08-17T20:24:04.184Z Checking filetime v0.2.27
31542026-08-17T20:24:04.285Z Checking tagptr v0.2.0
31552026-08-17T20:24:04.324Z Checking xattr v1.6.1
31562026-08-17T20:24:04.348Z Checking camino-tempfile-ext v0.3.3
31572026-08-17T20:24:04.365Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31582026-08-17T20:24:04.407Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31592026-08-17T20:24:04.428Z Checking moka v0.12.13
31602026-08-17T20:24:04.458Z Checking tar v0.4.46
31612026-08-17T20:24:04.540Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31622026-08-17T20:24:04.556Z Checking rand_seeder v0.4.0
31632026-08-17T20:24:04.560Z Checking half v1.8.3
31642026-08-17T20:24:04.692Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31652026-08-17T20:24:04.730Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31662026-08-17T20:24:04.772Z Checking serde_cbor v0.11.2
31672026-08-17T20:24:04.861Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31682026-08-17T20:24:05.059Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
31692026-08-17T20:24:05.131Z Checking hickory-resolver v0.25.2
31702026-08-17T20:24:05.147Z Checking sha2 v0.11.0
31712026-08-17T20:24:05.192Z Checking digest-io v0.1.0
31722026-08-17T20:24:05.338Z Compiling petname v2.0.2
31732026-08-17T20:24:05.371Z Compiling progenitor-macro v0.14.0
31742026-08-17T20:24:05.743Z Checking rawzip v0.4.4
31752026-08-17T20:24:05.845Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31762026-08-17T20:24:05.896Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31772026-08-17T20:24:06.172Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31782026-08-17T20:24:06.205Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31792026-08-17T20:24:06.264Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31802026-08-17T20:24:06.380Z Checking sapling-renderdag v0.1.0
31812026-08-17T20:24:06.395Z Checking subprocess v0.2.15
31822026-08-17T20:24:06.451Z Checking sync-ptr v0.1.4
31832026-08-17T20:24:06.629Z Checking colored v2.2.0
31842026-08-17T20:24:06.693Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31852026-08-17T20:24:06.743Z Checking assert_matches v1.5.0
31862026-08-17T20:24:06.761Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31872026-08-17T20:24:06.933Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31882026-08-17T20:24:06.977Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31892026-08-17T20:24:08.300Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31902026-08-17T20:24:08.527Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31912026-08-17T20:24:08.824Z Checking progenitor v0.14.0
31922026-08-17T20:24:08.843Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31932026-08-17T20:24:08.957Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31942026-08-17T20:24:08.957Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31952026-08-17T20:24:08.961Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31962026-08-17T20:24:08.961Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31972026-08-17T20:24:08.961Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31982026-08-17T20:24:08.961Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31992026-08-17T20:24:09.332Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32002026-08-17T20:24:09.637Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32012026-08-17T20:24:09.654Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32022026-08-17T20:24:09.779Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32032026-08-17T20:24:10.520Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32042026-08-17T20:24:10.751Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32052026-08-17T20:24:12.083Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32062026-08-17T20:24:20.831Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32072026-08-17T20:24:28.358Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32082026-08-17T20:24:28.361Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32092026-08-17T20:24:28.361Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32102026-08-17T20:24:29.941Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32112026-08-17T20:24:31.302Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32122026-08-17T20:24:33.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.78s
32132026-08-17T20:24:33.871Z
32142026-08-17T20:24:33.871Zinfo: running `cargo check --bins` on nexus-inventory (106/335)
32152026-08-17T20:24:34.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-08-17T20:24:34.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-08-17T20:24:34.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-08-17T20:24:34.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32192026-08-17T20:24:34.507Z
32202026-08-17T20:24:34.507Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/335)
32212026-08-17T20:24:35.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-08-17T20:24:35.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-08-17T20:24:35.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242026-08-17T20:24:35.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32252026-08-17T20:24:35.102Z
32262026-08-17T20:24:35.102Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/335)
32272026-08-17T20:24:35.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-08-17T20:24:35.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-08-17T20:24:35.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302026-08-17T20:24:35.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32312026-08-17T20:24:35.703Z
32322026-08-17T20:24:35.703Zinfo: running `cargo check --bins` on dns-service-client (109/335)
32332026-08-17T20:24:36.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342026-08-17T20:24:36.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352026-08-17T20:24:36.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32362026-08-17T20:24:36.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32372026-08-17T20:24:36.289Z
32382026-08-17T20:24:36.289Zinfo: running `cargo check --bins` on ntp-admin-client (110/335)
32392026-08-17T20:24:36.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402026-08-17T20:24:36.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412026-08-17T20:24:36.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422026-08-17T20:24:36.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32432026-08-17T20:24:36.868Z
32442026-08-17T20:24:36.868Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/335)
32452026-08-17T20:24:37.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462026-08-17T20:24:37.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472026-08-17T20:24:37.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32482026-08-17T20:24:37.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32492026-08-17T20:24:37.448Z
32502026-08-17T20:24:37.448Zinfo: running `cargo check --bins` on cockroach-admin-client (112/335)
32512026-08-17T20:24:37.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522026-08-17T20:24:37.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532026-08-17T20:24:37.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32542026-08-17T20:24:37.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32552026-08-17T20:24:38.023Z
32562026-08-17T20:24:38.023Zinfo: running `cargo check --bins` on parallel-task-set (113/335)
32572026-08-17T20:24:38.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582026-08-17T20:24:38.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592026-08-17T20:24:38.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32602026-08-17T20:24:38.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32612026-08-17T20:24:38.595Z
32622026-08-17T20:24:38.595Zinfo: running `cargo check --bins` on sled-agent-client (114/335)
32632026-08-17T20:24:39.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642026-08-17T20:24:39.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652026-08-17T20:24:39.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32662026-08-17T20:24:39.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32672026-08-17T20:24:39.200Z
32682026-08-17T20:24:39.200Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/335)
32692026-08-17T20:24:39.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702026-08-17T20:24:39.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712026-08-17T20:24:39.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722026-08-17T20:24:39.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32732026-08-17T20:24:39.804Z
32742026-08-17T20:24:39.804Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/335)
32752026-08-17T20:24:40.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762026-08-17T20:24:40.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772026-08-17T20:24:40.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782026-08-17T20:24:40.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32792026-08-17T20:24:40.406Z
32802026-08-17T20:24:40.406Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/335)
32812026-08-17T20:24:40.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822026-08-17T20:24:40.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832026-08-17T20:24:40.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842026-08-17T20:24:40.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32852026-08-17T20:24:41.008Z
32862026-08-17T20:24:41.008Zinfo: running `cargo check --bins` on key-manager (118/335)
32872026-08-17T20:24:41.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882026-08-17T20:24:41.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892026-08-17T20:24:41.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32902026-08-17T20:24:41.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32912026-08-17T20:24:41.584Z
32922026-08-17T20:24:41.584Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/335)
32932026-08-17T20:24:42.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942026-08-17T20:24:42.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952026-08-17T20:24:42.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32962026-08-17T20:24:42.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32972026-08-17T20:24:42.185Z
32982026-08-17T20:24:42.185Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/335)
32992026-08-17T20:24:42.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002026-08-17T20:24:42.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012026-08-17T20:24:42.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022026-08-17T20:24:42.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33032026-08-17T20:24:42.789Z
33042026-08-17T20:24:42.789Zinfo: running `cargo check --bins` on typed-rng (121/335)
33052026-08-17T20:24:43.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062026-08-17T20:24:43.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072026-08-17T20:24:43.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082026-08-17T20:24:43.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33092026-08-17T20:24:43.350Z
33102026-08-17T20:24:43.350Zinfo: running `cargo check --bins` on gateway-test-utils (122/335)
33112026-08-17T20:24:43.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-08-17T20:24:43.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-08-17T20:24:43.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-08-17T20:24:43.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33152026-08-17T20:24:43.978Z
33162026-08-17T20:24:43.978Zinfo: running `cargo check --bins` on omicron-gateway (123/335)
33172026-08-17T20:24:44.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-08-17T20:24:44.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-08-17T20:24:44.719Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33202026-08-17T20:24:44.723Z Checking void v1.0.2
33212026-08-17T20:24:44.724Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33222026-08-17T20:24:44.724Z Checking dropshot-api-manager-types v0.8.0
33232026-08-17T20:24:44.724Z Checking tungstenite v0.23.0
33242026-08-17T20:24:44.834Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33252026-08-17T20:24:44.842Z Checking nix v0.27.1
33262026-08-17T20:24:44.847Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33272026-08-17T20:24:44.919Z Checking lzss v0.8.2
33282026-08-17T20:24:44.999Z Checking kstat-rs v0.2.5
33292026-08-17T20:24:45.044Z Checking fxhash v0.2.1
33302026-08-17T20:24:45.104Z Checking serde_bytes v0.11.19
33312026-08-17T20:24:45.132Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33322026-08-17T20:24:45.156Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33332026-08-17T20:24:45.156Z Checking signal-hook-tokio v0.3.1
33342026-08-17T20:24:45.188Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33352026-08-17T20:24:45.237Z Checking tokio-tungstenite v0.23.1
33362026-08-17T20:24:45.359Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33372026-08-17T20:24:46.455Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33382026-08-17T20:24:47.012Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33392026-08-17T20:24:49.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
33402026-08-17T20:24:49.422Z
33412026-08-17T20:24:49.422Zinfo: running `cargo check --bins` on gateway-api (124/335)
33422026-08-17T20:24:49.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-08-17T20:24:49.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-08-17T20:24:49.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-08-17T20:24:49.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33462026-08-17T20:24:49.970Z
33472026-08-17T20:24:49.970Zinfo: running `cargo check --bins` on ipcc (125/335)
33482026-08-17T20:24:50.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-08-17T20:24:50.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-08-17T20:24:50.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-08-17T20:24:50.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33522026-08-17T20:24:50.540Z
33532026-08-17T20:24:50.540Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/335)
33542026-08-17T20:24:51.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-08-17T20:24:51.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-08-17T20:24:51.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-08-17T20:24:51.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33582026-08-17T20:24:51.103Z
33592026-08-17T20:24:51.103Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/335)
33602026-08-17T20:24:51.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-08-17T20:24:51.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-08-17T20:24:51.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-08-17T20:24:51.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33642026-08-17T20:24:51.694Z
33652026-08-17T20:24:51.694Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/335)
33662026-08-17T20:24:52.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-08-17T20:24:52.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-08-17T20:24:52.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-08-17T20:24:52.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33702026-08-17T20:24:52.268Z
33712026-08-17T20:24:52.268Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/335)
33722026-08-17T20:24:52.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-08-17T20:24:52.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-08-17T20:24:52.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-08-17T20:24:52.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33762026-08-17T20:24:52.834Z
33772026-08-17T20:24:52.834Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/335)
33782026-08-17T20:24:53.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-08-17T20:24:53.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-08-17T20:24:53.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-08-17T20:24:53.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33822026-08-17T20:24:53.400Z
33832026-08-17T20:24:53.400Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/335)
33842026-08-17T20:24:53.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-08-17T20:24:53.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-08-17T20:24:53.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-08-17T20:24:53.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33882026-08-17T20:24:53.994Z
33892026-08-17T20:24:53.994Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/335)
33902026-08-17T20:24:54.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-08-17T20:24:54.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-08-17T20:24:54.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-08-17T20:24:54.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33942026-08-17T20:24:54.567Z
33952026-08-17T20:24:54.568Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/335)
33962026-08-17T20:24:55.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-08-17T20:24:55.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-08-17T20:24:55.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-08-17T20:24:55.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34002026-08-17T20:24:55.139Z
34012026-08-17T20:24:55.139Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/335)
34022026-08-17T20:24:55.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-08-17T20:24:55.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-08-17T20:24:55.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-08-17T20:24:55.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34062026-08-17T20:24:55.709Z
34072026-08-17T20:24:55.709Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/335)
34082026-08-17T20:24:56.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-08-17T20:24:56.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-08-17T20:24:56.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-08-17T20:24:56.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34122026-08-17T20:24:56.287Z
34132026-08-17T20:24:56.287Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/335)
34142026-08-17T20:24:56.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-08-17T20:24:56.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-08-17T20:24:56.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-08-17T20:24:56.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34182026-08-17T20:24:56.849Z
34192026-08-17T20:24:56.849Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/335)
34202026-08-17T20:24:57.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-08-17T20:24:57.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-08-17T20:24:57.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-08-17T20:24:57.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34242026-08-17T20:24:57.422Z
34252026-08-17T20:24:57.422Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/335)
34262026-08-17T20:24:57.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-08-17T20:24:57.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-08-17T20:24:57.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-08-17T20:24:57.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34302026-08-17T20:24:57.999Z
34312026-08-17T20:24:57.999Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/335)
34322026-08-17T20:24:58.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-08-17T20:24:58.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-08-17T20:24:58.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-08-17T20:24:58.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34362026-08-17T20:24:58.575Z
34372026-08-17T20:24:58.576Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/335)
34382026-08-17T20:24:59.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-08-17T20:24:59.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-08-17T20:24:59.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-08-17T20:24:59.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34422026-08-17T20:24:59.148Z
34432026-08-17T20:24:59.148Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/335)
34442026-08-17T20:24:59.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-08-17T20:24:59.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-08-17T20:24:59.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-08-17T20:24:59.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34482026-08-17T20:24:59.718Z
34492026-08-17T20:24:59.718Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/335)
34502026-08-17T20:25:00.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-08-17T20:25:00.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-08-17T20:25:00.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-08-17T20:25:00.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34542026-08-17T20:25:00.290Z
34552026-08-17T20:25:00.290Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/335)
34562026-08-17T20:25:00.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-08-17T20:25:00.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-08-17T20:25:00.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-08-17T20:25:00.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34602026-08-17T20:25:00.854Z
34612026-08-17T20:25:00.854Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/335)
34622026-08-17T20:25:01.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-08-17T20:25:01.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-08-17T20:25:01.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-08-17T20:25:01.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34662026-08-17T20:25:01.418Z
34672026-08-17T20:25:01.418Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/335)
34682026-08-17T20:25:01.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-08-17T20:25:01.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-08-17T20:25:01.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-08-17T20:25:01.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34722026-08-17T20:25:01.986Z
34732026-08-17T20:25:01.986Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/335)
34742026-08-17T20:25:02.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-08-17T20:25:02.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-08-17T20:25:02.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-08-17T20:25:02.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34782026-08-17T20:25:02.575Z
34792026-08-17T20:25:02.575Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/335)
34802026-08-17T20:25:03.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-08-17T20:25:03.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-08-17T20:25:03.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-08-17T20:25:03.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34842026-08-17T20:25:03.159Z
34852026-08-17T20:25:03.159Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/335)
34862026-08-17T20:25:03.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-08-17T20:25:03.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-08-17T20:25:03.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-08-17T20:25:03.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34902026-08-17T20:25:03.741Z
34912026-08-17T20:25:03.741Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/335)
34922026-08-17T20:25:04.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-08-17T20:25:04.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-08-17T20:25:04.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-08-17T20:25:04.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34962026-08-17T20:25:04.320Z
34972026-08-17T20:25:04.320Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/335)
34982026-08-17T20:25:04.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-08-17T20:25:04.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-08-17T20:25:04.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-08-17T20:25:04.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35022026-08-17T20:25:04.906Z
35032026-08-17T20:25:04.906Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/335)
35042026-08-17T20:25:05.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-08-17T20:25:05.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-08-17T20:25:05.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-08-17T20:25:05.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35082026-08-17T20:25:05.486Z
35092026-08-17T20:25:05.486Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/335)
35102026-08-17T20:25:05.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-08-17T20:25:05.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-08-17T20:25:05.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-08-17T20:25:05.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35142026-08-17T20:25:06.072Z
35152026-08-17T20:25:06.072Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/335)
35162026-08-17T20:25:06.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-08-17T20:25:06.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-08-17T20:25:06.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-08-17T20:25:06.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35202026-08-17T20:25:06.655Z
35212026-08-17T20:25:06.655Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/335)
35222026-08-17T20:25:07.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-08-17T20:25:07.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-08-17T20:25:07.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-08-17T20:25:07.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35262026-08-17T20:25:07.239Z
35272026-08-17T20:25:07.240Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/335)
35282026-08-17T20:25:07.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-08-17T20:25:07.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-08-17T20:25:07.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-08-17T20:25:07.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35322026-08-17T20:25:07.821Z
35332026-08-17T20:25:07.821Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/335)
35342026-08-17T20:25:08.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-08-17T20:25:08.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-08-17T20:25:08.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-08-17T20:25:08.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35382026-08-17T20:25:08.404Z
35392026-08-17T20:25:08.404Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/335)
35402026-08-17T20:25:08.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-08-17T20:25:08.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-08-17T20:25:08.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-08-17T20:25:08.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35442026-08-17T20:25:08.987Z
35452026-08-17T20:25:08.987Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/335)
35462026-08-17T20:25:09.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-08-17T20:25:09.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-08-17T20:25:09.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-08-17T20:25:09.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35502026-08-17T20:25:09.568Z
35512026-08-17T20:25:09.568Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/335)
35522026-08-17T20:25:10.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-08-17T20:25:10.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-08-17T20:25:10.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-08-17T20:25:10.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35562026-08-17T20:25:10.150Z
35572026-08-17T20:25:10.150Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/335)
35582026-08-17T20:25:10.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-08-17T20:25:10.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-08-17T20:25:10.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-08-17T20:25:10.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35622026-08-17T20:25:10.732Z
35632026-08-17T20:25:10.732Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/335)
35642026-08-17T20:25:11.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-08-17T20:25:11.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-08-17T20:25:11.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-08-17T20:25:11.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35682026-08-17T20:25:11.313Z
35692026-08-17T20:25:11.313Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/335)
35702026-08-17T20:25:11.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-08-17T20:25:11.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-08-17T20:25:11.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-08-17T20:25:11.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35742026-08-17T20:25:11.891Z
35752026-08-17T20:25:11.891Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/335)
35762026-08-17T20:25:12.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-08-17T20:25:12.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-08-17T20:25:12.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-08-17T20:25:12.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35802026-08-17T20:25:12.467Z
35812026-08-17T20:25:12.467Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/335)
35822026-08-17T20:25:12.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-08-17T20:25:12.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-08-17T20:25:12.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-08-17T20:25:12.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35862026-08-17T20:25:13.035Z
35872026-08-17T20:25:13.035Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/335)
35882026-08-17T20:25:13.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-08-17T20:25:13.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-08-17T20:25:13.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-08-17T20:25:13.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35922026-08-17T20:25:13.600Z
35932026-08-17T20:25:13.600Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/335)
35942026-08-17T20:25:14.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-08-17T20:25:14.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-08-17T20:25:14.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-08-17T20:25:14.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35982026-08-17T20:25:14.162Z
35992026-08-17T20:25:14.162Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/335)
36002026-08-17T20:25:14.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-08-17T20:25:14.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-08-17T20:25:14.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-08-17T20:25:14.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36042026-08-17T20:25:14.727Z
36052026-08-17T20:25:14.727Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/335)
36062026-08-17T20:25:15.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-08-17T20:25:15.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-08-17T20:25:15.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-08-17T20:25:15.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36102026-08-17T20:25:15.289Z
36112026-08-17T20:25:15.289Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/335)
36122026-08-17T20:25:15.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-08-17T20:25:15.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-08-17T20:25:15.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-08-17T20:25:15.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36162026-08-17T20:25:15.855Z
36172026-08-17T20:25:15.855Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/335)
36182026-08-17T20:25:16.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-08-17T20:25:16.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-08-17T20:25:16.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-08-17T20:25:16.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36222026-08-17T20:25:16.419Z
36232026-08-17T20:25:16.419Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/335)
36242026-08-17T20:25:16.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-08-17T20:25:16.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-08-17T20:25:16.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-08-17T20:25:16.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36282026-08-17T20:25:16.988Z
36292026-08-17T20:25:16.988Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/335)
36302026-08-17T20:25:17.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-08-17T20:25:17.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-08-17T20:25:17.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-08-17T20:25:17.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36342026-08-17T20:25:17.553Z
36352026-08-17T20:25:17.553Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/335)
36362026-08-17T20:25:18.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-08-17T20:25:18.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-08-17T20:25:18.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-08-17T20:25:18.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36402026-08-17T20:25:18.117Z
36412026-08-17T20:25:18.117Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/335)
36422026-08-17T20:25:18.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-08-17T20:25:18.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-08-17T20:25:18.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-08-17T20:25:18.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36462026-08-17T20:25:18.680Z
36472026-08-17T20:25:18.680Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/335)
36482026-08-17T20:25:19.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-08-17T20:25:19.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-08-17T20:25:19.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-08-17T20:25:19.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36522026-08-17T20:25:19.243Z
36532026-08-17T20:25:19.244Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/335)
36542026-08-17T20:25:19.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-08-17T20:25:19.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-08-17T20:25:19.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572026-08-17T20:25:19.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36582026-08-17T20:25:19.809Z
36592026-08-17T20:25:19.809Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/335)
36602026-08-17T20:25:20.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-08-17T20:25:20.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-08-17T20:25:20.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36632026-08-17T20:25:20.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36642026-08-17T20:25:20.374Z
36652026-08-17T20:25:20.374Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/335)
36662026-08-17T20:25:20.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672026-08-17T20:25:20.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682026-08-17T20:25:20.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36692026-08-17T20:25:20.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36702026-08-17T20:25:20.940Z
36712026-08-17T20:25:20.940Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/335)
36722026-08-17T20:25:21.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732026-08-17T20:25:21.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742026-08-17T20:25:21.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36752026-08-17T20:25:21.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36762026-08-17T20:25:21.504Z
36772026-08-17T20:25:21.504Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/335)
36782026-08-17T20:25:21.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792026-08-17T20:25:21.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802026-08-17T20:25:21.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36812026-08-17T20:25:21.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36822026-08-17T20:25:22.081Z
36832026-08-17T20:25:22.081Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/335)
36842026-08-17T20:25:22.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36852026-08-17T20:25:22.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36862026-08-17T20:25:22.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36872026-08-17T20:25:22.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36882026-08-17T20:25:22.661Z
36892026-08-17T20:25:22.661Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/335)
36902026-08-17T20:25:23.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36912026-08-17T20:25:23.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36922026-08-17T20:25:23.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36932026-08-17T20:25:23.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36942026-08-17T20:25:23.237Z
36952026-08-17T20:25:23.237Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/335)
36962026-08-17T20:25:23.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-08-17T20:25:23.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-08-17T20:25:23.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36992026-08-17T20:25:23.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37002026-08-17T20:25:23.809Z
37012026-08-17T20:25:23.810Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/335)
37022026-08-17T20:25:24.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-08-17T20:25:24.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-08-17T20:25:24.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052026-08-17T20:25:24.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37062026-08-17T20:25:24.385Z
37072026-08-17T20:25:24.385Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/335)
37082026-08-17T20:25:24.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-08-17T20:25:24.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-08-17T20:25:24.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37112026-08-17T20:25:24.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37122026-08-17T20:25:24.962Z
37132026-08-17T20:25:24.962Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/335)
37142026-08-17T20:25:25.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-08-17T20:25:25.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-08-17T20:25:25.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37172026-08-17T20:25:25.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37182026-08-17T20:25:25.543Z
37192026-08-17T20:25:25.543Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/335)
37202026-08-17T20:25:26.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-08-17T20:25:26.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-08-17T20:25:26.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37232026-08-17T20:25:26.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37242026-08-17T20:25:26.122Z
37252026-08-17T20:25:26.122Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/335)
37262026-08-17T20:25:26.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-08-17T20:25:26.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-08-17T20:25:26.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37292026-08-17T20:25:26.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37302026-08-17T20:25:26.703Z
37312026-08-17T20:25:26.704Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/335)
37322026-08-17T20:25:27.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-08-17T20:25:27.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-08-17T20:25:27.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37352026-08-17T20:25:27.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37362026-08-17T20:25:27.281Z
37372026-08-17T20:25:27.282Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/335)
37382026-08-17T20:25:27.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-08-17T20:25:27.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-08-17T20:25:27.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37412026-08-17T20:25:27.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37422026-08-17T20:25:27.866Z
37432026-08-17T20:25:27.866Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/335)
37442026-08-17T20:25:28.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-08-17T20:25:28.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-08-17T20:25:28.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37472026-08-17T20:25:28.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37482026-08-17T20:25:28.443Z
37492026-08-17T20:25:28.443Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/335)
37502026-08-17T20:25:28.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-08-17T20:25:28.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-08-17T20:25:28.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37532026-08-17T20:25:28.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37542026-08-17T20:25:29.022Z
37552026-08-17T20:25:29.022Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/335)
37562026-08-17T20:25:29.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-08-17T20:25:29.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-08-17T20:25:29.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37592026-08-17T20:25:29.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37602026-08-17T20:25:29.602Z
37612026-08-17T20:25:29.602Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/335)
37622026-08-17T20:25:30.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-08-17T20:25:30.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-08-17T20:25:30.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37652026-08-17T20:25:30.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37662026-08-17T20:25:30.190Z
37672026-08-17T20:25:30.190Zinfo: running `cargo check --bins` on oximeter-producer (195/335)
37682026-08-17T20:25:30.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-08-17T20:25:30.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-08-17T20:25:30.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37712026-08-17T20:25:30.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37722026-08-17T20:25:30.830Z
37732026-08-17T20:25:30.830Zinfo: running `cargo check --bins` on internal-dns-resolver (196/335)
37742026-08-17T20:25:31.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-08-17T20:25:31.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-08-17T20:25:31.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37772026-08-17T20:25:31.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37782026-08-17T20:25:31.369Z
37792026-08-17T20:25:31.369Zinfo: running `cargo check --bins` on dns-server (197/335)
37802026-08-17T20:25:31.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-08-17T20:25:31.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-08-17T20:25:32.012Z Compiling parking_lot_core v0.8.6
37832026-08-17T20:25:32.030Z Compiling git-stub v1.0.0
37842026-08-17T20:25:32.130Z Checking prefix-trie v0.7.0
37852026-08-17T20:25:32.137Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37862026-08-17T20:25:32.232Z Compiling git-stub-vcs v0.1.0
37872026-08-17T20:25:32.395Z Checking hickory-server v0.25.2
37882026-08-17T20:25:32.500Z Checking parking_lot v0.11.2
37892026-08-17T20:25:32.535Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37902026-08-17T20:25:32.671Z Checking sled v0.34.7
37912026-08-17T20:25:34.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
37922026-08-17T20:25:34.786Z
37932026-08-17T20:25:34.787Zinfo: running `cargo check --bins` on dns-server-api (198/335)
37942026-08-17T20:25:35.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-08-17T20:25:35.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-08-17T20:25:35.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-08-17T20:25:35.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37982026-08-17T20:25:35.342Z
37992026-08-17T20:25:35.342Zinfo: running `cargo check --bins` on nexus-client (199/335)
38002026-08-17T20:25:35.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-08-17T20:25:35.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-08-17T20:25:35.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-08-17T20:25:35.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38042026-08-17T20:25:35.937Z
38052026-08-17T20:25:35.937Zinfo: running `cargo check --bins` on oximeter-producer-api (200/335)
38062026-08-17T20:25:36.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-08-17T20:25:36.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-08-17T20:25:36.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-08-17T20:25:36.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38102026-08-17T20:25:36.498Z
38112026-08-17T20:25:36.498Zinfo: running `cargo check --bins` on sp-sim (201/335)
38122026-08-17T20:25:36.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-08-17T20:25:37.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-08-17T20:25:37.189Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38152026-08-17T20:25:37.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
38162026-08-17T20:25:37.893Z
38172026-08-17T20:25:37.893Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/335)
38182026-08-17T20:25:38.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-08-17T20:25:38.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-08-17T20:25:38.703Z Compiling salty v0.3.0
38212026-08-17T20:25:38.703Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38222026-08-17T20:25:38.829Z Checking libscf-sys v1.2.0
38232026-08-17T20:25:38.829Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38242026-08-17T20:25:38.834Z Checking rfc6979 v0.4.0
38252026-08-17T20:25:38.856Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38262026-08-17T20:25:38.864Z Checking primeorder v0.13.6
38272026-08-17T20:25:38.881Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38282026-08-17T20:25:38.939Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38292026-08-17T20:25:38.960Z Checking ecdsa v0.16.9
38302026-08-17T20:25:39.016Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38312026-08-17T20:25:39.086Z Checking papergrid v0.18.0
38322026-08-17T20:25:39.099Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38332026-08-17T20:25:39.135Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38342026-08-17T20:25:39.278Z Checking p384 v0.13.1
38352026-08-17T20:25:39.303Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38362026-08-17T20:25:39.373Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38372026-08-17T20:25:39.435Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38382026-08-17T20:25:39.453Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38392026-08-17T20:25:39.642Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38402026-08-17T20:25:39.692Z Checking corncobs v0.1.4
38412026-08-17T20:25:39.697Z Compiling illumos-nvpair-sys v0.2.0
38422026-08-17T20:25:39.741Z Compiling unicase v2.9.0
38432026-08-17T20:25:39.804Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38442026-08-17T20:25:39.817Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38452026-08-17T20:25:39.834Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38462026-08-17T20:25:39.845Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38472026-08-17T20:25:39.853Z Checking tabled v0.21.0
38482026-08-17T20:25:39.917Z Compiling progenitor-impl v0.13.0
38492026-08-17T20:25:39.932Z Compiling mime_guess v2.0.5
38502026-08-17T20:25:40.022Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38512026-08-17T20:25:40.078Z Checking secrecy v0.8.0
38522026-08-17T20:25:40.104Z Checking crc8 v0.1.1
38532026-08-17T20:25:40.121Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38542026-08-17T20:25:40.181Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38552026-08-17T20:25:40.448Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38562026-08-17T20:25:40.702Z Checking progenitor-client v0.13.0
38572026-08-17T20:25:40.757Z Checking http-range v0.1.5
38582026-08-17T20:25:40.833Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38592026-08-17T20:25:40.879Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38602026-08-17T20:25:40.932Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38612026-08-17T20:25:41.112Z Checking illumos-nvpair v0.3.0
38622026-08-17T20:25:41.268Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38632026-08-17T20:25:41.284Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38642026-08-17T20:25:41.363Z Checking scuffle v0.1.0
38652026-08-17T20:25:41.385Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38662026-08-17T20:25:41.418Z Checking nanorand v0.7.0
38672026-08-17T20:25:41.620Z Checking flume v0.11.1
38682026-08-17T20:25:41.658Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38692026-08-17T20:25:41.868Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38702026-08-17T20:25:41.916Z Checking hyper-staticfile v0.10.1
38712026-08-17T20:25:41.988Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38722026-08-17T20:25:42.008Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38732026-08-17T20:25:42.054Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38742026-08-17T20:25:42.209Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38752026-08-17T20:25:42.239Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38762026-08-17T20:25:42.326Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38772026-08-17T20:25:42.365Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38782026-08-17T20:25:42.510Z Compiling progenitor-macro v0.13.0
38792026-08-17T20:25:42.596Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38802026-08-17T20:25:42.667Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38812026-08-17T20:25:42.681Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38822026-08-17T20:25:43.061Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38832026-08-17T20:25:43.594Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38842026-08-17T20:25:44.069Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38852026-08-17T20:25:45.317Z Checking progenitor v0.13.0
38862026-08-17T20:25:45.455Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38872026-08-17T20:25:47.057Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38882026-08-17T20:25:47.724Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
38892026-08-17T20:26:04.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.26s
38902026-08-17T20:26:04.140Z
38912026-08-17T20:26:04.140Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/335)
38922026-08-17T20:26:04.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-08-17T20:26:04.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-08-17T20:26:04.140Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38952026-08-17T20:26:12.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
38962026-08-17T20:26:12.998Z
38972026-08-17T20:26:12.998Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/335)
38982026-08-17T20:26:13.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-08-17T20:26:13.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-08-17T20:26:13.771Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39012026-08-17T20:26:24.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
39022026-08-17T20:26:24.567Z
39032026-08-17T20:26:24.568Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/335)
39042026-08-17T20:26:25.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-08-17T20:26:25.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-08-17T20:26:25.324Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39072026-08-17T20:26:35.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
39082026-08-17T20:26:36.042Z
39092026-08-17T20:26:36.042Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/335)
39102026-08-17T20:26:36.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-08-17T20:26:36.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-08-17T20:26:36.807Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39132026-08-17T20:26:47.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
39142026-08-17T20:26:47.537Z
39152026-08-17T20:26:47.537Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/335)
39162026-08-17T20:26:48.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-08-17T20:26:48.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-08-17T20:26:48.585Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39192026-08-17T20:26:58.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
39202026-08-17T20:26:59.016Z
39212026-08-17T20:26:59.016Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/335)
39222026-08-17T20:26:59.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-08-17T20:26:59.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-08-17T20:26:59.770Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39252026-08-17T20:27:10.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
39262026-08-17T20:27:10.485Z
39272026-08-17T20:27:10.485Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/335)
39282026-08-17T20:27:10.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-08-17T20:27:11.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-08-17T20:27:11.233Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39312026-08-17T20:27:21.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
39322026-08-17T20:27:21.953Z
39332026-08-17T20:27:21.953Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/335)
39342026-08-17T20:27:22.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-08-17T20:27:22.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-08-17T20:27:22.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372026-08-17T20:27:22.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39382026-08-17T20:27:22.525Z
39392026-08-17T20:27:22.526Zinfo: running `cargo check --bins` on installinator-common (211/335)
39402026-08-17T20:27:23.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-08-17T20:27:23.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-08-17T20:27:23.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39432026-08-17T20:27:23.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39442026-08-17T20:27:23.105Z
39452026-08-17T20:27:23.105Zinfo: running `cargo check --bins` on installinator-common-versions (212/335)
39462026-08-17T20:27:23.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-08-17T20:27:23.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-08-17T20:27:23.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-08-17T20:27:23.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39502026-08-17T20:27:23.657Z
39512026-08-17T20:27:23.657Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/335)
39522026-08-17T20:27:24.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-08-17T20:27:24.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-08-17T20:27:24.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-08-17T20:27:24.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39562026-08-17T20:27:24.257Z
39572026-08-17T20:27:24.257Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/335)
39582026-08-17T20:27:24.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-08-17T20:27:24.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-08-17T20:27:24.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-08-17T20:27:24.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39622026-08-17T20:27:24.825Z
39632026-08-17T20:27:24.825Zinfo: running `cargo check --bins` on range-requests (215/335)
39642026-08-17T20:27:25.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-08-17T20:27:25.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-08-17T20:27:25.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-08-17T20:27:25.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39682026-08-17T20:27:25.384Z
39692026-08-17T20:27:25.384Zinfo: running `cargo check --bins` on repo-depot-api (216/335)
39702026-08-17T20:27:25.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-08-17T20:27:25.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-08-17T20:27:25.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39732026-08-17T20:27:25.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39742026-08-17T20:27:25.943Z
39752026-08-17T20:27:25.943Zinfo: running `cargo check --bins` on repo-depot-client (217/335)
39762026-08-17T20:27:26.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-08-17T20:27:26.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-08-17T20:27:26.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39792026-08-17T20:27:26.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39802026-08-17T20:27:26.493Z
39812026-08-17T20:27:26.493Zinfo: running `cargo check --bins` on sled-agent-api (218/335)
39822026-08-17T20:27:26.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-08-17T20:27:26.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-08-17T20:27:26.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39852026-08-17T20:27:26.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39862026-08-17T20:27:27.074Z
39872026-08-17T20:27:27.074Zinfo: running `cargo check --bins` on sled-diagnostics (219/335)
39882026-08-17T20:27:27.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-08-17T20:27:27.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-08-17T20:27:27.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39912026-08-17T20:27:27.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39922026-08-17T20:27:27.659Z
39932026-08-17T20:27:27.659Zinfo: running `cargo check --bins` on zfs-test-harness (220/335)
39942026-08-17T20:27:28.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-08-17T20:27:28.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-08-17T20:27:28.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39972026-08-17T20:27:28.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39982026-08-17T20:27:28.239Z
39992026-08-17T20:27:28.240Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (221/335)
40002026-08-17T20:27:28.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-08-17T20:27:28.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-08-17T20:27:28.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40032026-08-17T20:27:28.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40042026-08-17T20:27:28.830Z
40052026-08-17T20:27:28.830Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (222/335)
40062026-08-17T20:27:29.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-08-17T20:27:29.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-08-17T20:27:29.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-08-17T20:27:29.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40102026-08-17T20:27:29.408Z
40112026-08-17T20:27:29.409Zinfo: running `cargo check --bins` on sled-agent-early-networking (223/335)
40122026-08-17T20:27:29.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-08-17T20:27:29.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-08-17T20:27:29.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-08-17T20:27:29.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40162026-08-17T20:27:29.982Z
40172026-08-17T20:27:29.983Zinfo: running `cargo check --bins` on sled-agent-health-monitor (224/335)
40182026-08-17T20:27:30.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-08-17T20:27:30.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-08-17T20:27:30.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-08-17T20:27:30.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40222026-08-17T20:27:30.566Z
40232026-08-17T20:27:30.566Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (225/335)
40242026-08-17T20:27:31.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-08-17T20:27:31.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-08-17T20:27:31.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-08-17T20:27:31.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40282026-08-17T20:27:31.155Z
40292026-08-17T20:27:31.155Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (226/335)
40302026-08-17T20:27:31.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-08-17T20:27:31.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-08-17T20:27:31.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40332026-08-17T20:27:31.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40342026-08-17T20:27:31.749Z
40352026-08-17T20:27:31.749Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (227/335)
40362026-08-17T20:27:32.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-08-17T20:27:32.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-08-17T20:27:32.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-08-17T20:27:32.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40402026-08-17T20:27:32.337Z
40412026-08-17T20:27:32.337Zinfo: running `cargo check --bins` on sled-agent-rack-setup (228/335)
40422026-08-17T20:27:32.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-08-17T20:27:32.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-08-17T20:27:32.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40452026-08-17T20:27:32.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40462026-08-17T20:27:32.949Z
40472026-08-17T20:27:32.949Zinfo: running `cargo check --bins` on trust-quorum (229/335)
40482026-08-17T20:27:33.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-08-17T20:27:33.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-08-17T20:27:33.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40512026-08-17T20:27:33.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40522026-08-17T20:27:33.541Z
40532026-08-17T20:27:33.541Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (230/335)
40542026-08-17T20:27:34.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-08-17T20:27:34.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-08-17T20:27:34.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-08-17T20:27:34.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40582026-08-17T20:27:34.134Z
40592026-08-17T20:27:34.134Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (231/335)
40602026-08-17T20:27:34.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-08-17T20:27:34.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-08-17T20:27:34.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-08-17T20:27:34.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40642026-08-17T20:27:34.736Z
40652026-08-17T20:27:34.736Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (232/335)
40662026-08-17T20:27:35.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-08-17T20:27:35.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-08-17T20:27:35.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-08-17T20:27:35.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40702026-08-17T20:27:35.344Z
40712026-08-17T20:27:35.344Zinfo: running `cargo check --bins` on omicron-deployment-graph (233/335)
40722026-08-17T20:27:35.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-08-17T20:27:35.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-08-17T20:27:35.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-08-17T20:27:35.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40762026-08-17T20:27:35.892Z
40772026-08-17T20:27:35.892Zinfo: running `cargo check --bins` on transient-dns-server (234/335)
40782026-08-17T20:27:36.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-08-17T20:27:36.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-08-17T20:27:36.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-08-17T20:27:36.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40822026-08-17T20:27:36.464Z
40832026-08-17T20:27:36.464Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (235/335)
40842026-08-17T20:27:36.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-08-17T20:27:36.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-08-17T20:27:36.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-08-17T20:27:36.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40882026-08-17T20:27:37.045Z
40892026-08-17T20:27:37.045Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (236/335)
40902026-08-17T20:27:37.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-08-17T20:27:37.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-08-17T20:27:37.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-08-17T20:27:37.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40942026-08-17T20:27:37.624Z
40952026-08-17T20:27:37.624Zinfo: running `cargo check --bins` on omicron-rpaths (237/335)
40962026-08-17T20:27:38.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-08-17T20:27:38.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-08-17T20:27:38.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-08-17T20:27:38.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41002026-08-17T20:27:38.175Z
41012026-08-17T20:27:38.175Zinfo: running `cargo check --bins` on omicron-repl-utils (238/335)
41022026-08-17T20:27:38.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-08-17T20:27:38.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-08-17T20:27:38.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-08-17T20:27:38.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41062026-08-17T20:27:38.732Z
41072026-08-17T20:27:38.732Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (239/335)
41082026-08-17T20:27:39.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-08-17T20:27:39.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-08-17T20:27:39.433Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41112026-08-17T20:27:39.843Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41122026-08-17T20:27:41.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
41132026-08-17T20:27:41.212Z
41142026-08-17T20:27:41.212Zinfo: running `cargo check --bins` on clickhouse-admin-api (240/335)
41152026-08-17T20:27:41.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-08-17T20:27:41.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-08-17T20:27:41.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41182026-08-17T20:27:41.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41192026-08-17T20:27:41.782Z
41202026-08-17T20:27:41.782Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (241/335)
41212026-08-17T20:27:42.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-08-17T20:27:42.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-08-17T20:27:42.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41242026-08-17T20:27:42.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41252026-08-17T20:27:42.345Z
41262026-08-17T20:27:42.345Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (242/335)
41272026-08-17T20:27:42.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-08-17T20:27:42.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-08-17T20:27:42.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-08-17T20:27:42.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41312026-08-17T20:27:42.920Z
41322026-08-17T20:27:42.920Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (243/335)
41332026-08-17T20:27:43.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-08-17T20:27:43.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-08-17T20:27:43.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41362026-08-17T20:27:43.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41372026-08-17T20:27:43.484Z
41382026-08-17T20:27:43.484Zinfo: running `cargo check --bins` on installinator-client (244/335)
41392026-08-17T20:27:43.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-08-17T20:27:43.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-08-17T20:27:43.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41422026-08-17T20:27:43.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41432026-08-17T20:27:44.043Z
41442026-08-17T20:27:44.043Zinfo: running `cargo check --bins` on oxide-client (245/335)
41452026-08-17T20:27:44.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-08-17T20:27:44.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-08-17T20:27:44.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41482026-08-17T20:27:44.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41492026-08-17T20:27:44.596Z
41502026-08-17T20:27:44.597Zinfo: running `cargo check --bins` on oximeter-client (246/335)
41512026-08-17T20:27:45.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-08-17T20:27:45.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-08-17T20:27:45.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41542026-08-17T20:27:45.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41552026-08-17T20:27:45.165Z
41562026-08-17T20:27:45.165Zinfo: running `cargo check --bins` on wicketd-client (247/335)
41572026-08-17T20:27:45.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-08-17T20:27:45.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-08-17T20:27:45.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41602026-08-17T20:27:45.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41612026-08-17T20:27:45.754Z
41622026-08-17T20:27:45.754Zinfo: running `cargo check --bins` on wicket-common (248/335)
41632026-08-17T20:27:46.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-08-17T20:27:46.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-08-17T20:27:46.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41662026-08-17T20:27:46.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41672026-08-17T20:27:46.334Z
41682026-08-17T20:27:46.334Zinfo: running `cargo check --bins` on wicketd-commission-client (249/335)
41692026-08-17T20:27:46.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41702026-08-17T20:27:46.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41712026-08-17T20:27:46.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41722026-08-17T20:27:46.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41732026-08-17T20:27:46.910Z
41742026-08-17T20:27:46.910Zinfo: running `cargo check --bins` on omicron-cockroach-admin (250/335)
41752026-08-17T20:27:47.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41762026-08-17T20:27:47.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41772026-08-17T20:27:47.571Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41782026-08-17T20:27:47.681Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41792026-08-17T20:27:48.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
41802026-08-17T20:27:48.922Z
41812026-08-17T20:27:48.922Zinfo: running `cargo check --bins` on cockroach-admin-api (251/335)
41822026-08-17T20:27:49.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41832026-08-17T20:27:49.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41842026-08-17T20:27:49.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41852026-08-17T20:27:49.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41862026-08-17T20:27:49.487Z
41872026-08-17T20:27:49.487Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (252/335)
41882026-08-17T20:27:50.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41892026-08-17T20:27:50.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41902026-08-17T20:27:50.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41912026-08-17T20:27:50.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41922026-08-17T20:27:50.134Z
41932026-08-17T20:27:50.134Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (253/335)
41942026-08-17T20:27:50.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41952026-08-17T20:27:50.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41962026-08-17T20:27:50.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41972026-08-17T20:27:50.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41982026-08-17T20:27:50.785Z
41992026-08-17T20:27:50.789Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (254/335)
42002026-08-17T20:27:51.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42012026-08-17T20:27:51.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42022026-08-17T20:27:51.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42032026-08-17T20:27:51.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42042026-08-17T20:27:51.405Z
42052026-08-17T20:27:51.405Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (255/335)
42062026-08-17T20:27:51.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-08-17T20:27:51.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-08-17T20:27:51.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42092026-08-17T20:27:51.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42102026-08-17T20:27:52.034Z
42112026-08-17T20:27:52.034Zinfo: running `cargo check --bins` on db-macros (256/335)
42122026-08-17T20:27:52.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-08-17T20:27:52.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-08-17T20:27:52.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-08-17T20:27:52.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42162026-08-17T20:27:52.591Z
42172026-08-17T20:27:52.591Zinfo: running `cargo check --bins` on nexus-macros-common (257/335)
42182026-08-17T20:27:53.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-08-17T20:27:53.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-08-17T20:27:53.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-08-17T20:27:53.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42222026-08-17T20:27:53.146Z
42232026-08-17T20:27:53.146Zinfo: running `cargo check --bins` on nexus-auth (258/335)
42242026-08-17T20:27:53.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-08-17T20:27:53.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-08-17T20:27:53.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42272026-08-17T20:27:53.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42282026-08-17T20:27:53.764Z
42292026-08-17T20:27:53.764Zinfo: running `cargo check --bins` on authz-macros (259/335)
42302026-08-17T20:27:54.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-08-17T20:27:54.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-08-17T20:27:54.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42332026-08-17T20:27:54.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42342026-08-17T20:27:54.316Z
42352026-08-17T20:27:54.316Zinfo: running `cargo check --bins` on nexus-db-fixed-data (260/335)
42362026-08-17T20:27:54.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-08-17T20:27:54.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-08-17T20:27:54.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42392026-08-17T20:27:54.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42402026-08-17T20:27:54.923Z
42412026-08-17T20:27:54.923Zinfo: running `cargo check --bins` on nexus-db-model (261/335)
42422026-08-17T20:27:55.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-08-17T20:27:55.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-08-17T20:27:55.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42452026-08-17T20:27:55.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42462026-08-17T20:27:55.530Z
42472026-08-17T20:27:55.530Zinfo: running `cargo check --bins` on nexus-db-schema (262/335)
42482026-08-17T20:27:56.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-08-17T20:27:56.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-08-17T20:27:56.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42512026-08-17T20:27:56.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42522026-08-17T20:27:56.088Z
42532026-08-17T20:27:56.088Zinfo: running `cargo check --bins` on nexus-defaults (263/335)
42542026-08-17T20:27:56.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-08-17T20:27:56.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-08-17T20:27:56.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42572026-08-17T20:27:56.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42582026-08-17T20:27:56.648Z
42592026-08-17T20:27:56.648Zinfo: running `cargo check --bins` on omicron-git-version (264/335)
42602026-08-17T20:27:57.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-08-17T20:27:57.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-08-17T20:27:57.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42632026-08-17T20:27:57.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42642026-08-17T20:27:57.196Z
42652026-08-17T20:27:57.196Zinfo: running `cargo check --bins` on nexus-db-errors (265/335)
42662026-08-17T20:27:57.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-08-17T20:27:57.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-08-17T20:27:57.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42692026-08-17T20:27:57.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42702026-08-17T20:27:57.815Z
42712026-08-17T20:27:57.815Zinfo: running `cargo check --bins` on nexus-db-lookup (266/335)
42722026-08-17T20:27:58.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732026-08-17T20:27:58.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742026-08-17T20:27:58.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42752026-08-17T20:27:58.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42762026-08-17T20:27:58.429Z
42772026-08-17T20:27:58.429Zinfo: running `cargo check --bins` on nexus-test-interface (267/335)
42782026-08-17T20:27:58.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42792026-08-17T20:27:58.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42802026-08-17T20:27:58.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42812026-08-17T20:27:58.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42822026-08-17T20:27:59.051Z
42832026-08-17T20:27:59.051Zinfo: running `cargo check --bins` on oximeter-collector (268/335)
42842026-08-17T20:27:59.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-08-17T20:27:59.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-08-17T20:27:59.759Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
42872026-08-17T20:27:59.762Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
42882026-08-17T20:28:00.434Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42892026-08-17T20:28:02.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
42902026-08-17T20:28:02.331Z
42912026-08-17T20:28:02.331Zinfo: running `cargo check --bins` on oximeter-api (269/335)
42922026-08-17T20:28:02.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-08-17T20:28:02.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-08-17T20:28:02.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-08-17T20:28:02.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42962026-08-17T20:28:02.904Z
42972026-08-17T20:28:02.904Zinfo: running `cargo check --bins` on cert-dev (270/335)
42982026-08-17T20:28:03.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-08-17T20:28:03.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-08-17T20:28:03.507Z Checking yasna v0.5.2
43012026-08-17T20:28:03.912Z Checking rcgen v0.12.1
43022026-08-17T20:28:04.158Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43032026-08-17T20:28:04.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
43042026-08-17T20:28:04.513Z
43052026-08-17T20:28:04.513Zinfo: running `cargo check --bins` on clickana (271/335)
43062026-08-17T20:28:04.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-08-17T20:28:04.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-08-17T20:28:05.142Z Compiling instability v0.3.11
43092026-08-17T20:28:05.142Z Checking castaway v0.2.4
43102026-08-17T20:28:05.145Z Compiling indoc v2.0.7
43112026-08-17T20:28:05.146Z Checking unicode-truncate v1.1.0
43122026-08-17T20:28:05.264Z Checking lru v0.12.5
43132026-08-17T20:28:05.268Z Checking cassowary v0.3.0
43142026-08-17T20:28:05.344Z Checking compact_str v0.8.1
43152026-08-17T20:28:06.129Z Checking ratatui v0.29.0
43162026-08-17T20:28:07.172Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43172026-08-17T20:28:07.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
43182026-08-17T20:28:08.070Z
43192026-08-17T20:28:08.070Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (272/335)
43202026-08-17T20:28:08.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43212026-08-17T20:28:08.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43222026-08-17T20:28:08.774Z Checking headers-core v0.3.0
43232026-08-17T20:28:08.778Z Checking port-file v0.1.0
43242026-08-17T20:28:08.778Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43252026-08-17T20:28:08.970Z Checking headers v0.4.1
43262026-08-17T20:28:09.332Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43272026-08-17T20:28:10.278Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43282026-08-17T20:28:10.794Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43292026-08-17T20:28:11.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
43302026-08-17T20:28:11.417Z
43312026-08-17T20:28:11.418Zinfo: running `cargo check --bins` on ch-dev (273/335)
43322026-08-17T20:28:11.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-08-17T20:28:11.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-08-17T20:28:12.116Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
43352026-08-17T20:28:12.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
43362026-08-17T20:28:13.063Z
43372026-08-17T20:28:13.063Zinfo: running `cargo check --bins` on dev-tools-common (274/335)
43382026-08-17T20:28:13.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43392026-08-17T20:28:13.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43402026-08-17T20:28:13.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43412026-08-17T20:28:13.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
43422026-08-17T20:28:13.476Z
43432026-08-17T20:28:13.476Zinfo: running `cargo check --bins` on corpus-adjust (275/335)
43442026-08-17T20:28:13.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43452026-08-17T20:28:13.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43462026-08-17T20:28:14.092Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
43472026-08-17T20:28:14.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
43482026-08-17T20:28:14.632Z
43492026-08-17T20:28:14.632Zinfo: running `cargo check --bins` on crdb-seed (276/335)
43502026-08-17T20:28:15.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43512026-08-17T20:28:15.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43522026-08-17T20:28:15.336Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43532026-08-17T20:28:16.417Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43542026-08-17T20:28:16.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
43552026-08-17T20:28:16.954Z
43562026-08-17T20:28:16.954Zinfo: running `cargo check --bins` on db-dev (277/335)
43572026-08-17T20:28:17.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-08-17T20:28:17.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-08-17T20:28:17.664Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
43602026-08-17T20:28:18.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
43612026-08-17T20:28:18.605Z
43622026-08-17T20:28:18.605Zinfo: running `cargo check --bins` on omicron-dev-lib (278/335)
43632026-08-17T20:28:19.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-08-17T20:28:19.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-08-17T20:28:19.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43662026-08-17T20:28:19.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43672026-08-17T20:28:19.211Z
43682026-08-17T20:28:19.211Zinfo: running `cargo check --bins` on xtask-downloader (279/335)
43692026-08-17T20:28:19.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43702026-08-17T20:28:19.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43712026-08-17T20:28:19.819Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43722026-08-17T20:28:20.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
43732026-08-17T20:28:20.662Z
43742026-08-17T20:28:20.662Zinfo: running `cargo check --bins` on omicron-dropshot-apis (280/335)
43752026-08-17T20:28:21.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43762026-08-17T20:28:21.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43772026-08-17T20:28:21.394Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43782026-08-17T20:28:21.394Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43792026-08-17T20:28:21.397Z Checking git-stub v1.0.0
43802026-08-17T20:28:21.397Z Compiling trait-variant v0.1.2
43812026-08-17T20:28:21.397Z Checking is_ci v1.2.0
43822026-08-17T20:28:21.540Z Checking maplit v1.0.2
43832026-08-17T20:28:21.552Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
43842026-08-17T20:28:21.552Z Checking drift v0.2.0
43852026-08-17T20:28:21.595Z Checking supports-color v3.0.2
43862026-08-17T20:28:21.616Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
43872026-08-17T20:28:21.646Z Checking git-stub-vcs v0.1.0
43882026-08-17T20:28:21.716Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43892026-08-17T20:28:21.749Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43902026-08-17T20:28:21.764Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
43912026-08-17T20:28:21.836Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
43922026-08-17T20:28:21.902Z Checking dropshot-api-manager v0.8.0
43932026-08-17T20:28:21.960Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43942026-08-17T20:28:22.040Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
43952026-08-17T20:28:22.256Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43962026-08-17T20:28:22.744Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43972026-08-17T20:28:23.718Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43982026-08-17T20:28:24.715Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43992026-08-17T20:28:25.469Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44002026-08-17T20:28:25.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
44012026-08-17T20:28:26.104Z
44022026-08-17T20:28:26.104Zinfo: running `cargo check --bins` on installinator-api (281/335)
44032026-08-17T20:28:26.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-08-17T20:28:26.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-08-17T20:28:26.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44062026-08-17T20:28:26.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44072026-08-17T20:28:26.671Z
44082026-08-17T20:28:26.671Zinfo: running `cargo check --bins` on nexus-external-api (282/335)
44092026-08-17T20:28:27.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-08-17T20:28:27.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-08-17T20:28:27.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-08-17T20:28:27.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44132026-08-17T20:28:27.280Z
44142026-08-17T20:28:27.280Zinfo: running `cargo check --bins` on nexus-internal-api (283/335)
44152026-08-17T20:28:27.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-08-17T20:28:27.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-08-17T20:28:27.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44182026-08-17T20:28:27.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44192026-08-17T20:28:27.874Z
44202026-08-17T20:28:27.874Zinfo: running `cargo check --bins` on nexus-lockstep-api (284/335)
44212026-08-17T20:28:28.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-08-17T20:28:28.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-08-17T20:28:28.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44242026-08-17T20:28:28.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44252026-08-17T20:28:28.476Z
44262026-08-17T20:28:28.476Zinfo: running `cargo check --bins` on ntp-admin-api (285/335)
44272026-08-17T20:28:28.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-08-17T20:28:28.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-08-17T20:28:28.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-08-17T20:28:28.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44312026-08-17T20:28:29.042Z
44322026-08-17T20:28:29.042Zinfo: running `cargo check --bins` on ntp-admin-types-versions (286/335)
44332026-08-17T20:28:29.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-08-17T20:28:29.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-08-17T20:28:29.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-08-17T20:28:29.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44372026-08-17T20:28:29.596Z
44382026-08-17T20:28:29.597Zinfo: running `cargo check --bins` on wicketd-api (287/335)
44392026-08-17T20:28:30.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-08-17T20:28:30.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-08-17T20:28:30.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-08-17T20:28:30.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44432026-08-17T20:28:30.170Z
44442026-08-17T20:28:30.170Zinfo: running `cargo check --bins` on wicketd-commission-api (288/335)
44452026-08-17T20:28:30.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-08-17T20:28:30.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-08-17T20:28:30.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-08-17T20:28:30.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44492026-08-17T20:28:30.731Z
44502026-08-17T20:28:30.731Zinfo: running `cargo check --bins` on omicron-ls-apis (289/335)
44512026-08-17T20:28:31.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-08-17T20:28:31.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-08-17T20:28:31.335Z Compiling blake3 v1.8.5
44542026-08-17T20:28:31.444Z Checking arrayref v0.3.9
44552026-08-17T20:28:31.448Z Checking constant_time_eq v0.4.2
44562026-08-17T20:28:31.452Z Checking arrayvec v0.7.6
44572026-08-17T20:28:31.463Z Checking cargo-platform v0.3.2
44582026-08-17T20:28:31.466Z Checking topological-sort v0.2.2
44592026-08-17T20:28:31.466Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
44602026-08-17T20:28:31.617Z Checking cargo_metadata v0.23.1
44612026-08-17T20:28:32.219Z Checking omicron-zone-package v0.12.3
44622026-08-17T20:28:32.919Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44632026-08-17T20:28:33.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
44642026-08-17T20:28:33.917Z
44652026-08-17T20:28:33.917Zinfo: running `cargo check --bins` on mgs-dev (290/335)
44662026-08-17T20:28:34.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-08-17T20:28:34.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-08-17T20:28:34.631Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44692026-08-17T20:28:35.255Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44702026-08-17T20:28:35.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
44712026-08-17T20:28:35.956Z
44722026-08-17T20:28:35.956Zinfo: running `cargo check --bins` on omicron-omdb (291/335)
44732026-08-17T20:28:36.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-08-17T20:28:36.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-08-17T20:28:36.912Z Compiling darling_core v0.21.3
44762026-08-17T20:28:36.912Z Compiling vergen-lib v0.1.6
44772026-08-17T20:28:36.912Z Compiling diesel_derives v2.3.7
44782026-08-17T20:28:36.912Z Checking scheduled-thread-pool v0.2.7
44792026-08-17T20:28:36.915Z Compiling vergen-gitcl v1.0.8
44802026-08-17T20:28:36.915Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44812026-08-17T20:28:36.915Z Compiling diesel_table_macro_syntax v0.3.0
44822026-08-17T20:28:37.057Z Compiling dirs-sys-next v0.1.2
44832026-08-17T20:28:37.184Z Compiling glob v0.3.3
44842026-08-17T20:28:37.233Z Compiling crunchy v0.2.4
44852026-08-17T20:28:37.254Z Compiling dirs-next v2.0.0
44862026-08-17T20:28:37.318Z Checking r2d2 v0.8.10
44872026-08-17T20:28:37.370Z Compiling tiny-keccak v2.0.2
44882026-08-17T20:28:37.386Z Checking downcast-rs v2.0.2
44892026-08-17T20:28:37.483Z Compiling term v0.7.0
44902026-08-17T20:28:37.514Z Compiling bit-vec v0.6.3
44912026-08-17T20:28:37.575Z Compiling clang-sys v1.8.1
44922026-08-17T20:28:37.694Z Compiling bit-set v0.5.3
44932026-08-17T20:28:37.731Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44942026-08-17T20:28:37.851Z Compiling ascii-canvas v3.0.0
44952026-08-17T20:28:37.935Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44962026-08-17T20:28:37.956Z Compiling itertools v0.10.5
44972026-08-17T20:28:38.015Z Compiling ena v0.14.4
44982026-08-17T20:28:38.030Z Compiling libloading v0.8.9
44992026-08-17T20:28:38.084Z Compiling diff v0.1.13
45002026-08-17T20:28:38.099Z Compiling bindgen v0.71.1
45012026-08-17T20:28:38.164Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45022026-08-17T20:28:38.223Z Compiling regex-syntax v0.6.29
45032026-08-17T20:28:38.362Z Compiling cexpr v0.6.0
45042026-08-17T20:28:38.491Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45052026-08-17T20:28:38.678Z Compiling rustc-hash v2.1.1
45062026-08-17T20:28:38.816Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45072026-08-17T20:28:38.968Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45082026-08-17T20:28:39.012Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45092026-08-17T20:28:39.034Z Compiling libxml v0.3.3
45102026-08-17T20:28:39.157Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45112026-08-17T20:28:39.285Z Compiling strum_macros v0.24.3
45122026-08-17T20:28:39.302Z Compiling indoc v1.0.9
45132026-08-17T20:28:39.612Z Compiling darling_macro v0.21.3
45142026-08-17T20:28:39.737Z Compiling lalrpop v0.19.12
45152026-08-17T20:28:40.131Z Compiling darling v0.21.3
45162026-08-17T20:28:40.222Z Compiling dsl_auto_type v0.2.0
45172026-08-17T20:28:40.238Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45182026-08-17T20:28:40.268Z Checking derive_builder v0.20.2
45192026-08-17T20:28:40.388Z Compiling oso-derive v0.27.3
45202026-08-17T20:28:40.418Z Checking quick-xml v0.37.5
45212026-08-17T20:28:40.611Z Compiling impl-trait-for-tuples v0.2.3
45222026-08-17T20:28:40.890Z Checking openssl-probe v0.1.6
45232026-08-17T20:28:41.028Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45242026-08-17T20:28:41.285Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45252026-08-17T20:28:41.473Z Checking bb8 v0.8.6
45262026-08-17T20:28:41.768Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45272026-08-17T20:28:41.783Z Checking nonempty v0.12.0
45282026-08-17T20:28:41.799Z Compiling libz-sys v1.1.24
45292026-08-17T20:28:41.946Z Compiling strsim v0.10.0
45302026-08-17T20:28:41.986Z Compiling libgit2-sys v0.18.3+1.9.2
45312026-08-17T20:28:42.138Z Compiling darling_core v0.13.4
45322026-08-17T20:28:42.296Z Compiling vergen-git2 v9.1.0
45332026-08-17T20:28:42.425Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45342026-08-17T20:28:42.551Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45352026-08-17T20:28:42.636Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45362026-08-17T20:28:42.848Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45372026-08-17T20:28:43.036Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45382026-08-17T20:28:43.223Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45392026-08-17T20:28:43.408Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45402026-08-17T20:28:43.526Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45412026-08-17T20:28:43.595Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45422026-08-17T20:28:43.785Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45432026-08-17T20:28:43.967Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45442026-08-17T20:28:44.020Z Compiling darling_macro v0.13.4
45452026-08-17T20:28:44.154Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
45462026-08-17T20:28:44.501Z Compiling darling v0.13.4
45472026-08-17T20:28:44.545Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45482026-08-17T20:28:44.593Z Compiling serde_with_macros v1.5.2
45492026-08-17T20:28:44.924Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
45502026-08-17T20:28:45.422Z Compiling serde_with v1.14.0
45512026-08-17T20:28:45.507Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45522026-08-17T20:28:45.692Z Checking twox-hash v2.1.2
45532026-08-17T20:28:45.905Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45542026-08-17T20:28:45.992Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
45552026-08-17T20:28:46.116Z Checking diesel v2.3.7
45562026-08-17T20:28:46.541Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
45572026-08-17T20:28:47.633Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45582026-08-17T20:28:47.822Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
45592026-08-17T20:28:48.174Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
45602026-08-17T20:28:48.519Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45612026-08-17T20:28:48.692Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45622026-08-17T20:28:49.226Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45632026-08-17T20:28:49.348Z Checking libsw-core v0.3.2
45642026-08-17T20:28:49.352Z Checking atty v0.2.14
45652026-08-17T20:28:49.466Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45662026-08-17T20:28:49.504Z Checking libsw v3.5.0
45672026-08-17T20:28:49.664Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45682026-08-17T20:28:50.021Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45692026-08-17T20:28:50.177Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45702026-08-17T20:28:50.341Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
45712026-08-17T20:28:51.265Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
45722026-08-17T20:28:51.490Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
45732026-08-17T20:28:51.975Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
45742026-08-17T20:28:52.426Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45752026-08-17T20:28:52.706Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
45762026-08-17T20:28:52.895Z Checking console v0.16.2
45772026-08-17T20:28:53.208Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
45782026-08-17T20:28:53.356Z Checking fatfs v0.3.6
45792026-08-17T20:28:53.386Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
45802026-08-17T20:28:53.817Z Checking unit-prefix v0.5.2
45812026-08-17T20:28:53.954Z Compiling seq-macro v0.3.6
45822026-08-17T20:28:54.463Z Checking indicatif v0.18.4
45832026-08-17T20:28:54.731Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45842026-08-17T20:28:54.776Z Checking oxide-update-engine-display v0.1.2
45852026-08-17T20:28:54.877Z Checking support-bundle-viewer v0.1.2
45862026-08-17T20:28:55.074Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
45872026-08-17T20:28:55.120Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45882026-08-17T20:28:55.372Z Checking multimap v0.10.1
45892026-08-17T20:29:01.131Z Checking async-bb8-diesel v0.2.1
45902026-08-17T20:29:01.484Z Checking diesel-dtrace v0.5.0
45912026-08-17T20:29:04.371Z Compiling samael v0.0.19
45922026-08-17T20:29:08.343Z Compiling git2 v0.20.4
45932026-08-17T20:29:10.132Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
45942026-08-17T20:29:11.031Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45952026-08-17T20:29:11.731Z Compiling polar-core v0.27.3
45962026-08-17T20:29:16.176Z Checking oso v0.27.3
45972026-08-17T20:29:48.482Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45982026-08-17T20:31:02.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
45992026-08-17T20:31:03.225Z
46002026-08-17T20:31:03.225Zinfo: running `cargo check --bins` on nexus-networking (292/335)
46012026-08-17T20:31:03.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-08-17T20:31:03.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-08-17T20:31:03.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46042026-08-17T20:31:03.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
46052026-08-17T20:31:03.891Z
46062026-08-17T20:31:03.891Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (293/335)
46072026-08-17T20:31:04.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-08-17T20:31:04.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-08-17T20:31:04.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46102026-08-17T20:31:04.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46112026-08-17T20:31:04.519Z
46122026-08-17T20:31:04.519Zinfo: running `cargo check --bins` on nexus-saga-recovery (294/335)
46132026-08-17T20:31:05.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-08-17T20:31:05.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-08-17T20:31:05.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46162026-08-17T20:31:05.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46172026-08-17T20:31:05.140Z
46182026-08-17T20:31:05.140Zinfo: running `cargo check --bins` on nexus-test-utils-macros (295/335)
46192026-08-17T20:31:05.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46202026-08-17T20:31:05.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46212026-08-17T20:31:05.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46222026-08-17T20:31:05.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46232026-08-17T20:31:05.698Z
46242026-08-17T20:31:05.698Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (296/335)
46252026-08-17T20:31:06.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46262026-08-17T20:31:06.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46272026-08-17T20:31:06.507Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46282026-08-17T20:31:07.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
46292026-08-17T20:31:07.477Z
46302026-08-17T20:31:07.478Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (297/335)
46312026-08-17T20:31:08.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-08-17T20:31:08.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-08-17T20:31:08.285Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46342026-08-17T20:31:47.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.33s
46352026-08-17T20:31:47.031Z
46362026-08-17T20:31:47.031Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (298/335)
46372026-08-17T20:31:47.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46382026-08-17T20:31:47.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46392026-08-17T20:31:47.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46402026-08-17T20:31:47.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
46412026-08-17T20:31:47.640Z
46422026-08-17T20:31:47.640Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (299/335)
46432026-08-17T20:31:48.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-08-17T20:31:48.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-08-17T20:31:48.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46462026-08-17T20:31:48.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
46472026-08-17T20:31:48.132Z
46482026-08-17T20:31:48.132Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (300/335)
46492026-08-17T20:31:48.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-08-17T20:31:48.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-08-17T20:31:48.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46522026-08-17T20:31:48.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46532026-08-17T20:31:48.748Z
46542026-08-17T20:31:48.748Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (301/335)
46552026-08-17T20:31:49.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-08-17T20:31:49.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-08-17T20:31:49.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46582026-08-17T20:31:49.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46592026-08-17T20:31:49.354Z
46602026-08-17T20:31:49.354Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (302/335)
46612026-08-17T20:31:49.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46622026-08-17T20:31:49.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46632026-08-17T20:31:49.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46642026-08-17T20:31:49.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46652026-08-17T20:31:49.978Z
46662026-08-17T20:31:49.978Zinfo: running `cargo check --bins` on nexus-mgs-updates (303/335)
46672026-08-17T20:31:50.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-08-17T20:31:50.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-08-17T20:31:50.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46702026-08-17T20:31:50.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46712026-08-17T20:31:50.589Z
46722026-08-17T20:31:50.589Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (304/335)
46732026-08-17T20:31:51.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-08-17T20:31:51.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-08-17T20:31:51.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46762026-08-17T20:31:51.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46772026-08-17T20:31:51.215Z
46782026-08-17T20:31:51.215Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (305/335)
46792026-08-17T20:31:51.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46802026-08-17T20:31:51.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46812026-08-17T20:31:51.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46822026-08-17T20:31:51.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46832026-08-17T20:31:51.837Z
46842026-08-17T20:31:51.837Zinfo: running `cargo check --bins` on nexus-switch-config (306/335)
46852026-08-17T20:31:52.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46862026-08-17T20:31:52.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46872026-08-17T20:31:52.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46882026-08-17T20:31:52.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46892026-08-17T20:31:52.443Z
46902026-08-17T20:31:52.443Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (307/335)
46912026-08-17T20:31:52.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-08-17T20:31:53.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-08-17T20:31:53.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46942026-08-17T20:31:53.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46952026-08-17T20:31:53.071Z
46962026-08-17T20:31:53.071Zinfo: running `cargo check --bins` on support-bundle-collection (308/335)
46972026-08-17T20:31:53.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-08-17T20:31:53.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-08-17T20:31:53.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47002026-08-17T20:31:53.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47012026-08-17T20:31:53.697Z
47022026-08-17T20:31:53.697Zinfo: running `cargo check --bins` on omicron-dev (309/335)
47032026-08-17T20:31:54.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47042026-08-17T20:31:54.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47052026-08-17T20:31:54.579Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47062026-08-17T20:31:54.579Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47072026-08-17T20:31:54.763Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47082026-08-17T20:31:54.791Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47092026-08-17T20:31:54.808Z Checking yansi v1.0.1
47102026-08-17T20:31:54.811Z Checking diff v0.1.13
47112026-08-17T20:31:54.838Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47122026-08-17T20:31:54.853Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47132026-08-17T20:31:55.059Z Checking pretty_assertions v1.4.1
47142026-08-17T20:31:55.830Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47152026-08-17T20:31:55.868Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47162026-08-17T20:32:20.627Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47172026-08-17T20:32:20.631Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47182026-08-17T20:32:20.631Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47192026-08-17T20:32:20.631Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47202026-08-17T20:32:20.631Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47212026-08-17T20:32:20.631Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47222026-08-17T20:32:20.631Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47232026-08-17T20:32:21.479Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47242026-08-17T20:32:21.479Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47252026-08-17T20:32:22.762Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47262026-08-17T20:33:01.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
47272026-08-17T20:33:01.479Z
47282026-08-17T20:33:01.479Zinfo: running `cargo check --bins` on oximeter-load-test (310/335)
47292026-08-17T20:33:01.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-08-17T20:33:01.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-08-17T20:33:02.187Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
47322026-08-17T20:33:02.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
47332026-08-17T20:33:03.009Z
47342026-08-17T20:33:03.009Zinfo: running `cargo check --bins` on omicron-pins (311/335)
47352026-08-17T20:33:03.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47362026-08-17T20:33:03.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47372026-08-17T20:33:03.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47382026-08-17T20:33:03.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
47392026-08-17T20:33:03.556Z
47402026-08-17T20:33:03.556Zinfo: running `cargo check --bins` on rack-init-config (312/335)
47412026-08-17T20:33:04.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47422026-08-17T20:33:04.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47432026-08-17T20:33:04.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47442026-08-17T20:33:04.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47452026-08-17T20:33:04.129Z
47462026-08-17T20:33:04.129Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (313/335)
47472026-08-17T20:33:04.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47482026-08-17T20:33:04.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47492026-08-17T20:33:04.893Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
47502026-08-17T20:33:05.014Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47512026-08-17T20:33:05.021Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
47522026-08-17T20:33:31.945Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
47532026-08-17T20:33:32.354Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47542026-08-17T20:33:34.120Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
47552026-08-17T20:33:34.598Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47562026-08-17T20:33:37.701Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47572026-08-17T20:34:01.812Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47582026-08-17T20:34:02.547Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47592026-08-17T20:34:04.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
47602026-08-17T20:34:04.445Z
47612026-08-17T20:34:04.445Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (314/335)
47622026-08-17T20:34:04.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-08-17T20:34:04.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-08-17T20:34:05.145Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
47652026-08-17T20:34:05.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
47662026-08-17T20:34:06.029Z
47672026-08-17T20:34:06.029Zinfo: running `cargo check --bins` on omicron-releng (315/335)
47682026-08-17T20:34:06.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47692026-08-17T20:34:06.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47702026-08-17T20:34:06.638Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
47712026-08-17T20:34:06.641Z Compiling fs-err v2.11.0
47722026-08-17T20:34:06.756Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
47732026-08-17T20:34:06.766Z Checking parse-size v1.1.0
47742026-08-17T20:34:06.774Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
47752026-08-17T20:34:06.777Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
47762026-08-17T20:34:06.777Z Checking shell-words v1.1.1
47772026-08-17T20:34:06.863Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47782026-08-17T20:34:07.195Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47792026-08-17T20:34:07.375Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47802026-08-17T20:34:08.380Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
47812026-08-17T20:34:10.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
47822026-08-17T20:34:10.983Z
47832026-08-17T20:34:10.983Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (316/335)
47842026-08-17T20:34:10.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47852026-08-17T20:34:10.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47862026-08-17T20:34:10.983Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
47872026-08-17T20:34:10.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
47882026-08-17T20:34:10.991Z
47892026-08-17T20:34:10.991Zinfo: running `cargo check --bins` on schema (317/335)
47902026-08-17T20:34:10.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47912026-08-17T20:34:10.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47922026-08-17T20:34:12.458Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
47932026-08-17T20:34:12.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
47942026-08-17T20:34:12.475Z
47952026-08-17T20:34:12.475Zinfo: running `cargo check --bins` on xtask (318/335)
47962026-08-17T20:34:12.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47972026-08-17T20:34:12.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47982026-08-17T20:34:12.481Z Checking serde_core v1.0.228
47992026-08-17T20:34:12.481Z Checking libc v0.2.185
48002026-08-17T20:34:13.161Z Checking bitflags v2.11.0
48012026-08-17T20:34:13.168Z Checking scroll v0.12.0
48022026-08-17T20:34:13.168Z Checking thiserror v1.0.69
48032026-08-17T20:34:13.168Z Checking log v0.4.29
48042026-08-17T20:34:13.168Z Checking zerocopy v0.7.35
48052026-08-17T20:34:13.168Z Checking indexmap v2.14.0
48062026-08-17T20:34:13.168Z Checking syn v2.0.117
48072026-08-17T20:34:13.168Z Checking dtrace-parser v0.2.0
48082026-08-17T20:34:13.168Z Checking once_cell v1.21.3
48092026-08-17T20:34:13.168Z Checking goblin v0.8.2
48102026-08-17T20:34:13.169Z Checking errno v0.3.14
48112026-08-17T20:34:13.169Z Checking thread-id v4.2.2
48122026-08-17T20:34:13.169Z Checking getrandom v0.4.1
48132026-08-17T20:34:13.169Z Checking rustix v1.1.3
48142026-08-17T20:34:13.169Z Checking memmap v0.7.0
48152026-08-17T20:34:13.169Z Checking thiserror v2.0.18
48162026-08-17T20:34:13.169Z Checking fs-err v3.3.0
48172026-08-17T20:34:13.169Z Checking anyhow v1.0.102
48182026-08-17T20:34:13.169Z Checking tabled v0.15.0
48192026-08-17T20:34:14.051Z Checking terminal_size v0.4.3
48202026-08-17T20:34:14.051Z Checking tempfile v3.25.0
48212026-08-17T20:34:14.065Z Checking clap_builder v4.6.0
48222026-08-17T20:34:14.065Z Checking textwrap v0.16.2
48232026-08-17T20:34:14.065Z Checking serde v1.0.228
48242026-08-17T20:34:14.065Z Checking serde_json v1.0.151
48252026-08-17T20:34:14.065Z Checking camino v1.2.2
48262026-08-17T20:34:14.074Z Checking semver v1.0.28
48272026-08-17T20:34:14.942Z Checking cargo-platform v0.3.2
48282026-08-17T20:34:14.954Z Checking camino-tempfile v1.4.1
48292026-08-17T20:34:14.954Z Checking serde_spanned v0.6.9
48302026-08-17T20:34:14.954Z Checking toml_datetime v0.6.11
48312026-08-17T20:34:14.954Z Checking macaddr v1.0.1
48322026-08-17T20:34:14.963Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48332026-08-17T20:34:14.963Z Checking toml_edit v0.22.27
48342026-08-17T20:34:14.963Z Checking cargo_metadata v0.23.1
48352026-08-17T20:34:14.963Z Checking dof v0.3.0
48362026-08-17T20:34:14.963Z Checking usdt-impl v0.5.0
48372026-08-17T20:34:15.026Z Checking clap v4.6.1
48382026-08-17T20:34:15.170Z Checking usdt v0.5.0
48392026-08-17T20:34:15.522Z Checking toml v0.8.23
48402026-08-17T20:34:15.782Z Checking cargo_toml v0.21.0
48412026-08-17T20:34:16.417Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48422026-08-17T20:34:16.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
48432026-08-17T20:34:16.914Z
48442026-08-17T20:34:16.914Zinfo: running `cargo check --bins` on dnsadm (319/335)
48452026-08-17T20:34:17.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48462026-08-17T20:34:17.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48472026-08-17T20:34:17.538Z Checking arc-swap v1.8.2
48482026-08-17T20:34:17.818Z Checking slog-scope v4.4.1
48492026-08-17T20:34:17.930Z Checking slog-stdlog v4.1.1
48502026-08-17T20:34:18.027Z Checking slog-envlogger v2.2.0
48512026-08-17T20:34:18.147Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
48522026-08-17T20:34:18.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
48532026-08-17T20:34:18.746Z
48542026-08-17T20:34:18.746Zinfo: running `cargo check --bins` on end-to-end-tests (320/335)
48552026-08-17T20:34:19.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48562026-08-17T20:34:19.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48572026-08-17T20:34:19.598Z Checking cpubits v0.1.1
48582026-08-17T20:34:19.659Z Checking pem-rfc7468 v1.0.0
48592026-08-17T20:34:19.670Z Checking hmac v0.13.0
48602026-08-17T20:34:19.672Z Checking universal-hash v0.6.1
48612026-08-17T20:34:19.692Z Checking ctr v0.10.1
48622026-08-17T20:34:19.692Z Checking aead v0.6.1
48632026-08-17T20:34:19.721Z Checking crypto-bigint v0.7.5
48642026-08-17T20:34:19.721Z Checking aes v0.9.1
48652026-08-17T20:34:19.748Z Checking salsa20 v0.11.0
48662026-08-17T20:34:19.790Z Checking polyval v0.7.1
48672026-08-17T20:34:19.804Z Checking der v0.8.0
48682026-08-17T20:34:19.817Z Checking pbkdf2 v0.13.0
48692026-08-17T20:34:19.860Z Checking cbc v0.2.1
48702026-08-17T20:34:19.895Z Checking ff v0.14.0
48712026-08-17T20:34:19.916Z Checking signature v3.0.0
48722026-08-17T20:34:19.934Z Checking scrypt v0.12.0
48732026-08-17T20:34:19.949Z Checking ghash v0.6.0
48742026-08-17T20:34:20.000Z Checking base16ct v1.0.0
48752026-08-17T20:34:20.026Z Checking group v0.14.0
48762026-08-17T20:34:20.065Z Checking hkdf v0.13.0
48772026-08-17T20:34:20.084Z Compiling curve25519-dalek v5.0.0
48782026-08-17T20:34:20.102Z Checking keccak v0.2.0
48792026-08-17T20:34:20.117Z Checking aes-gcm v0.11.0
48802026-08-17T20:34:20.134Z Checking poly1305 v0.9.0
48812026-08-17T20:34:20.174Z Checking wnaf v0.14.0
48822026-08-17T20:34:20.197Z Checking blowfish v0.10.0
48832026-08-17T20:34:20.256Z Checking blake2 v0.11.0-rc.6
48842026-08-17T20:34:20.275Z Checking sha3 v0.11.0
48852026-08-17T20:34:20.338Z Checking kem v0.3.0
48862026-08-17T20:34:20.354Z Checking bcrypt-pbkdf v0.11.0
48872026-08-17T20:34:20.397Z Checking module-lattice v0.2.3
48882026-08-17T20:34:20.453Z Checking sponge-cursor v0.1.0
48892026-08-17T20:34:20.503Z Checking argon2 v0.6.0-rc.8
48902026-08-17T20:34:20.520Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
48912026-08-17T20:34:20.579Z Checking sha3 v0.12.0
48922026-08-17T20:34:20.594Z Checking spki v0.8.0
48932026-08-17T20:34:20.608Z Checking sec1 v0.8.1
48942026-08-17T20:34:20.608Z Checking ml-kem v0.3.2
48952026-08-17T20:34:20.696Z Checking internal-russh-num-bigint v0.5.0
48962026-08-17T20:34:20.760Z Checking pkcs5 v0.8.1
48972026-08-17T20:34:20.780Z Checking pkcs1 v0.8.0-rc.4
48982026-08-17T20:34:20.814Z Checking num-bigint v0.4.6
48992026-08-17T20:34:20.829Z Checking generic-array v1.4.3
49002026-08-17T20:34:20.983Z Compiling enum_dispatch v0.3.13
49012026-08-17T20:34:21.049Z Checking pkcs8 v0.11.0
49022026-08-17T20:34:21.226Z Checking russh-util v0.52.0
49032026-08-17T20:34:21.245Z Checking ed25519 v3.0.0
49042026-08-17T20:34:21.346Z Compiling delegate v0.13.5
49052026-08-17T20:34:21.360Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49062026-08-17T20:34:21.388Z Checking hex-literal v1.1.0
49072026-08-17T20:34:21.440Z Checking ed25519-dalek v3.0.0
49082026-08-17T20:34:21.487Z Checking md5 v0.8.0
49092026-08-17T20:34:21.552Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49102026-08-17T20:34:21.654Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49112026-08-17T20:34:21.669Z Checking socket2 v0.5.10
49122026-08-17T20:34:21.722Z Checking internet-checksum v0.2.1
49132026-08-17T20:34:21.762Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49142026-08-17T20:34:21.934Z Checking elliptic-curve v0.14.1
49152026-08-17T20:34:21.949Z Checking rfc6979 v0.6.0
49162026-08-17T20:34:21.951Z Checking primefield v0.14.0
49172026-08-17T20:34:21.951Z Checking ssh-encoding v0.3.0
49182026-08-17T20:34:21.951Z Checking crypto-primes v0.7.2
49192026-08-17T20:34:22.210Z Checking ssh-cipher v0.3.0
49202026-08-17T20:34:22.213Z Checking russh-cryptovec v0.62.0
49212026-08-17T20:34:22.320Z Checking ecdsa v0.17.0
49222026-08-17T20:34:22.320Z Checking primeorder v0.14.0
49232026-08-17T20:34:22.678Z Checking p521 v0.14.0
49242026-08-17T20:34:22.681Z Checking p384 v0.14.0
49252026-08-17T20:34:22.681Z Checking p256 v0.14.0
49262026-08-17T20:34:22.905Z Checking rsa v0.10.0-rc.18
49272026-08-17T20:34:25.515Z Checking ssh-key v0.7.0-rc.11
49282026-08-17T20:34:26.265Z Checking russh v0.62.4
49292026-08-17T20:34:39.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.16s
49302026-08-17T20:34:40.125Z
49312026-08-17T20:34:40.125Zinfo: running `cargo check --bins` on gateway-cli (321/335)
49322026-08-17T20:34:40.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49332026-08-17T20:34:40.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49342026-08-17T20:34:40.746Z Checking termios v0.3.3
49352026-08-17T20:34:40.937Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
49362026-08-17T20:34:41.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
49372026-08-17T20:34:41.702Z
49382026-08-17T20:34:41.702Zinfo: running `cargo check --bins --no-default-features` on installinator (322/335)
49392026-08-17T20:34:42.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49402026-08-17T20:34:42.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49412026-08-17T20:34:42.381Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49422026-08-17T20:34:43.071Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
49432026-08-17T20:34:44.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
49442026-08-17T20:34:44.847Z
49452026-08-17T20:34:44.847Zinfo: running `cargo check --bins` on internal-dns-cli (323/335)
49462026-08-17T20:34:45.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49472026-08-17T20:34:45.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49482026-08-17T20:34:45.465Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49492026-08-17T20:34:45.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
49502026-08-17T20:34:46.065Z
49512026-08-17T20:34:46.065Zinfo: running `cargo check --bins` on omicron-live-tests (324/335)
49522026-08-17T20:34:46.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49532026-08-17T20:34:46.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49542026-08-17T20:34:46.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49552026-08-17T20:34:46.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
49562026-08-17T20:34:46.614Z
49572026-08-17T20:34:46.614Zinfo: running `cargo check --bins` on live-tests-macros (325/335)
49582026-08-17T20:34:47.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49592026-08-17T20:34:47.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49602026-08-17T20:34:47.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49612026-08-17T20:34:47.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
49622026-08-17T20:34:47.165Z
49632026-08-17T20:34:47.165Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (326/335)
49642026-08-17T20:34:47.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49652026-08-17T20:34:47.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49662026-08-17T20:34:47.890Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
49672026-08-17T20:34:48.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
49682026-08-17T20:34:48.669Z
49692026-08-17T20:34:48.669Zinfo: running `cargo check --bins` on omicron-ntp-admin (327/335)
49702026-08-17T20:34:49.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49712026-08-17T20:34:49.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49722026-08-17T20:34:49.294Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
49732026-08-17T20:34:49.294Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
49742026-08-17T20:34:50.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
49752026-08-17T20:34:50.391Z
49762026-08-17T20:34:50.391Zinfo: running `cargo check --bins` on ntp-admin-types (328/335)
49772026-08-17T20:34:50.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49782026-08-17T20:34:50.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49792026-08-17T20:34:50.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49802026-08-17T20:34:50.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
49812026-08-17T20:34:50.942Z
49822026-08-17T20:34:50.942Zinfo: running `cargo check --bins` on omicron-package (329/335)
49832026-08-17T20:34:51.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49842026-08-17T20:34:51.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49852026-08-17T20:34:51.602Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
49862026-08-17T20:34:52.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
49872026-08-17T20:34:52.875Z
49882026-08-17T20:34:52.875Zinfo: running `cargo check --bins` on tqdb (330/335)
49892026-08-17T20:34:53.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49902026-08-17T20:34:53.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49912026-08-17T20:34:53.634Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
49922026-08-17T20:34:53.985Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
49932026-08-17T20:34:54.492Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
49942026-08-17T20:34:54.492Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
49952026-08-17T20:35:00.791Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
49962026-08-17T20:35:00.794Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
49972026-08-17T20:35:00.794Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
49982026-08-17T20:35:01.404Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
49992026-08-17T20:35:01.407Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50002026-08-17T20:35:01.407Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50012026-08-17T20:35:02.195Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50022026-08-17T20:35:02.641Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50032026-08-17T20:35:02.873Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50042026-08-17T20:35:03.217Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50052026-08-17T20:35:04.075Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50062026-08-17T20:35:04.711Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50072026-08-17T20:35:09.448Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50082026-08-17T20:35:16.688Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50092026-08-17T20:35:16.688Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50102026-08-17T20:35:16.692Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50112026-08-17T20:35:16.692Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50122026-08-17T20:35:18.172Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50132026-08-17T20:35:19.448Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50142026-08-17T20:35:20.127Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50152026-08-17T20:35:21.403Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50162026-08-17T20:35:21.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.07s
50172026-08-17T20:35:22.154Z
50182026-08-17T20:35:22.154Zinfo: running `cargo check --bins` on wicket-dbg (331/335)
50192026-08-17T20:35:22.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50202026-08-17T20:35:22.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50212026-08-17T20:35:22.845Z Checking rtoolbox v0.0.3
50222026-08-17T20:35:22.848Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50232026-08-17T20:35:22.966Z Checking tui-tree-widget v0.23.1
50242026-08-17T20:35:22.970Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50252026-08-17T20:35:23.061Z Checking rpassword v7.5.4
50262026-08-17T20:35:25.929Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50272026-08-17T20:35:27.741Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50282026-08-17T20:35:28.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.50s
50292026-08-17T20:35:28.854Z
50302026-08-17T20:35:28.854Zinfo: running `cargo check --bins` on wicket (332/335)
50312026-08-17T20:35:29.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50322026-08-17T20:35:29.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50332026-08-17T20:35:29.532Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50342026-08-17T20:35:29.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
50352026-08-17T20:35:30.074Z
50362026-08-17T20:35:30.074Zinfo: running `cargo check --bins` on wicketd (333/335)
50372026-08-17T20:35:30.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50382026-08-17T20:35:30.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50392026-08-17T20:35:30.762Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
50402026-08-17T20:35:34.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
50412026-08-17T20:35:34.580Z
50422026-08-17T20:35:34.580Zinfo: running `cargo check --bins` on omicron-workspace-hack (334/335)
50432026-08-17T20:35:35.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50442026-08-17T20:35:35.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50452026-08-17T20:35:35.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50462026-08-17T20:35:35.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50472026-08-17T20:35:35.128Z
50482026-08-17T20:35:35.128Zinfo: running `cargo check --bins` on zone-setup (335/335)
50492026-08-17T20:35:35.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50502026-08-17T20:35:35.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50512026-08-17T20:35:35.787Z Checking uzers v0.12.2
50522026-08-17T20:35:36.055Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
50532026-08-17T20:35:36.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
50542026-08-17T20:35:37.029Z
50552026-08-17T20:35:37.029Zreal 13:59.577606315
50562026-08-17T20:35:37.029Zuser 21:10.339027890
50572026-08-17T20:35:37.029Zsys 4:17.808008365
50582026-08-17T20:35:37.029Ztrap 0.331589012
50592026-08-17T20:35:37.029Ztflt 0.580406623
50602026-08-17T20:35:37.029Zdflt 0.802603886
50612026-08-17T20:35:37.029Zkflt 0.004764920
50622026-08-17T20:35:37.029Zlock 1:26:08.423544347
50632026-08-17T20:35:37.029Zslp 1:40:22.817208701
50642026-08-17T20:35:37.029Zlat 55.197810885
50652026-08-17T20:35:37.029Zstop 4:00.264677318
50662026-08-17T20:35:37.032Zprocess exited: duration 967274 ms, exit code 0
 
50672026-08-17T20:35:37.038Zfound 0 output files