01M08N5DJR1BTK0CJ87A46PN6Q: 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: 01M08N5YB2QSTW70VWPCEPQCFF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-17T20:04:57.886Zjob assigned to worker 01M08N67WTPZYZ9FC8S6FE6174 [factory aws, i-0ef2a1d047ea65689] (queued for 52 s)
 
22026-08-17T20:05:04.932Zstarting task 0: "setup"
32026-08-17T20:05:04.935Z++ uname -s
42026-08-17T20:05:04.939Z+ kern=SunOS
52026-08-17T20:05:04.939Z+ build_user=build
62026-08-17T20:05:04.939Z+ build_uid=12345
72026-08-17T20:05:04.940Z+ work_dir=/work
82026-08-17T20:05:04.940Z+ input_dir=/input
92026-08-17T20:05:04.940Z+ [[ 0 == 12345 ]]
102026-08-17T20:05:04.940Z+ case "$kern" in
112026-08-17T20:05:04.940Z+ groupadd -g 12345 build
122026-08-17T20:05:04.950Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-17T20:05:06.955Z+ zfs create -o mountpoint=/work rpool/work
142026-08-17T20:05:07.019Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-17T20:05:07.023Z+ home_fs=zfs
162026-08-17T20:05:07.023Z+ [[ zfs == autofs ]]
172026-08-17T20:05:07.023Z+ mkdir -p /home/build
182026-08-17T20:05:07.023Z+ chown build:build /home/build /work
192026-08-17T20:05:09.022Z+ chmod 0700 /home/build /work
202026-08-17T20:05:09.026Zprocess exited: duration 4094 ms, exit code 0
 
212026-08-17T20:05:09.034Zstarting task 1: "rust-toolchain"
222026-08-17T20:05:09.037Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-17T20:05:09.037Z * rust toolchain channel = "1.97.1"
242026-08-17T20:05:09.037Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-17T20:05:09.037Z * rust toolchain profile = "default"
262026-08-17T20:05:09.040Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-17T20:05:09.040Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-17T20:05:09.040Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-17T20:05:09.040Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-17T20:05:09.131Zinfo: downloading installer
312026-08-17T20:05:10.818Zwarn: It looks like you have an existing rustup settings file at:
322026-08-17T20:05:10.818Zwarn: /home/build/.rustup/settings.toml
332026-08-17T20:05:10.818Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-17T20:05:10.819Zwarn: instead of the one inferred from the default host triple.
352026-08-17T20:05:10.830Zinfo: profile set to default
362026-08-17T20:05:10.830Zinfo: default host triple is x86_64-unknown-illumos
372026-08-17T20:05:10.834Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-17T20:05:10.978Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-17T20:05:10.981Zinfo: downloading 6 components
402026-08-17T20:05:25.744Z
412026-08-17T20:05:25.744Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-17T20:05:25.779Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-17T20:05:25.779Z
442026-08-17T20:05:25.785Z
452026-08-17T20:05:25.785ZRust is installed now. Great!
462026-08-17T20:05:25.786Z
472026-08-17T20:05:25.786ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-17T20:05:25.786Zenvironment variable. This has not been done automatically.
492026-08-17T20:05:25.786Z
502026-08-17T20:05:25.786ZTo configure your current shell, you need to source
512026-08-17T20:05:25.786Zthe corresponding env file under $HOME/.cargo.
522026-08-17T20:05:25.786Z
532026-08-17T20:05:25.786ZThis is usually done by running one of the following (note the leading DOT):
542026-08-17T20:05:25.786Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-17T20:05:25.786Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-17T20:05:25.786Zsource "~/.cargo/env.nu" # For nushell
572026-08-17T20:05:25.786Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-17T20:05:25.786Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-17T20:05:25.786Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-17T20:05:25.787Zwarn: no default linker (`cc`) was found in your PATH
612026-08-17T20:05:25.787Zwarn: many Rust crates require a system C toolchain to build
622026-08-17T20:05:25.867Z+ rustup --version
632026-08-17T20:05:25.875Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-17T20:05:25.878Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-17T20:05:25.896Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-17T20:05:25.899Z+ cargo --version
672026-08-17T20:05:25.914Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-17T20:05:25.918Z+ rustc --version
692026-08-17T20:05:25.935Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-17T20:05:25.938Zprocess exited: duration 16903 ms, exit code 0
 
712026-08-17T20:05:25.945Zstarting task 2: "authentication"
722026-08-17T20:05:25.962Zprocess exited: duration 16 ms, exit code 0
 
732026-08-17T20:05:25.968Zstarting task 3: "clone repository"
742026-08-17T20:05:25.972Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-17T20:05:25.975Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-17T20:05:26.032ZCloning into '/work/oxidecomputer/omicron'...
772026-08-17T20:05:44.123Z+ cd /work/oxidecomputer/omicron
782026-08-17T20:05:44.123Z+ git fetch origin 54b108504e367b610699301eba55e5d950991763
792026-08-17T20:05:44.469ZFrom https://github.com/oxidecomputer/omicron
802026-08-17T20:05:44.469Z * branch 54b108504e367b610699301eba55e5d950991763 -> FETCH_HEAD
812026-08-17T20:05:44.483Z+ [[ -n ben/store-ntp-ips-the-same-way ]]
822026-08-17T20:05:44.488Z++ git branch --show-current
832026-08-17T20:05:44.488Z+ current=main
842026-08-17T20:05:44.488Z+ [[ main != ben/store-ntp-ips-the-same-way ]]
852026-08-17T20:05:44.488Z+ git branch -f ben/store-ntp-ips-the-same-way 54b108504e367b610699301eba55e5d950991763
862026-08-17T20:05:44.488Z+ git checkout -f ben/store-ntp-ips-the-same-way
872026-08-17T20:05:44.519ZSwitched to branch 'ben/store-ntp-ips-the-same-way'
882026-08-17T20:05:44.523Z+ git reset --hard 54b108504e367b610699301eba55e5d950991763
892026-08-17T20:05:44.558ZHEAD is now at 54b108504 merge fixup
902026-08-17T20:05:44.561Zprocess exited: duration 18590 ms, exit code 0
 
912026-08-17T20:05:44.568Zstarting task 4: "build"
922026-08-17T20:05:44.572Z+ source .github/buildomat/ci-env.sh
932026-08-17T20:05:44.578Z++ export CARGO_TERM_COLOR=always
942026-08-17T20:05:44.578Z++ CARGO_TERM_COLOR=always
952026-08-17T20:05:44.578Z+++ uname -s
962026-08-17T20:05:44.578Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-17T20:05:44.578Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-17T20:05:44.578Z+ cargo --version
992026-08-17T20:05:44.588Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-17T20:05:44.593Z+ rustc --version
1012026-08-17T20:05:44.611Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-17T20:05:44.618Z+ source ./env.sh
1032026-08-17T20:05:44.618Z++ OLD_SHELL_OPTS=ehxB
1042026-08-17T20:05:44.618Z++ set -o xtrace
1052026-08-17T20:05:44.618Z++++ dirname ./env.sh
1062026-08-17T20:05:44.624Z+++ readlink -f .
1072026-08-17T20:05:44.628Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-17T20:05:44.629Z++ 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:05:44.629Z++ 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:05:44.629Z++ 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:05:44.629Z++ 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:05:44.629Z++ 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:05:44.629Z++ 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:05:44.629Z++ 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:05:44.629Z++ 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:05:44.629Z++ 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:05:44.629Z++ 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:05:44.629Z++ case $OLD_SHELL_OPTS in
1192026-08-17T20:05:44.629Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-17T20:05:44.629Z+ 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:05:44.629Z+ 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:05:44.629Z+ banner prerequisites
1232026-08-17T20:05:44.629Z
1242026-08-17T20:05:44.629Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-17T20:05:44.629Z # # # # # # # # # # # # # # #
1262026-08-17T20:05:44.629Z # # # # ##### # # ##### # # # # # #### #
1272026-08-17T20:05:44.629Z ##### ##### # ##### # # # # # # # # #
1282026-08-17T20:05:44.629Z # # # # # # # # # # # # # # #
1292026-08-17T20:05:44.629Z # # # ###### # # ###### ### # #### # #### #
1302026-08-17T20:05:44.630Z
1312026-08-17T20:05:44.630Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-17T20:05:47.025Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-17T20:05:47.338Z Startup: Caching catalogs ... Done
1342026-08-17T20:05:49.123ZPlanning: Solver setup ... Done (1.684s)
1352026-08-17T20:05:49.177ZPlanning: Running solver ... Done (0.054s)
1362026-08-17T20:05:49.246ZPlanning: Finding local manifests ... Done (0.033s)
1372026-08-17T20:05:49.258ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-17T20:05:49.280ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-17T20:05:49.289ZPlanning: Package planning ... Done (0.013s)
1402026-08-17T20:05:49.292ZPlanning: Merging actions ... Done (0.001s)
1412026-08-17T20:05:49.498ZPlanning: Checking for conflicting actions ... Done (0.195s)
1422026-08-17T20:05:49.515ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-17T20:05:51.763ZPlanning: Evaluating mediators ... Done (2.277s)
1442026-08-17T20:05:51.767ZPlanning: Planning completed in 4.40 seconds
1452026-08-17T20:05:51.773Z Packages to install: 2
1462026-08-17T20:05:51.773Z Estimated space available: 156.01 GB
1472026-08-17T20:05:51.777ZEstimated space to be consumed: 69.36 MB
1482026-08-17T20:05:51.777Z Create boot environment: No
1492026-08-17T20:05:51.777ZCreate backup boot environment: No
1502026-08-17T20:05:51.777Z Rebuild boot archive: No
1512026-08-17T20:05:51.777Z
1522026-08-17T20:05:51.777ZChanged packages:
1532026-08-17T20:05:51.777Zhelios
1542026-08-17T20:05:51.777Z developer/build-essential
1552026-08-17T20:05:51.777Z None -> 11-3.0
1562026-08-17T20:05:51.777Z library/libxmlsec1
1572026-08-17T20:05:51.777Z None -> 1.2.35-3.0
1582026-08-17T20:05:51.861Z
1592026-08-17T20:05:51.862ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-17T20:05:51.934ZDownload: Completed 1.28 MB in 0.07 seconds (18.7M/s)
1612026-08-17T20:05:52.002Z Actions: 1/268 actions (Installing new actions)
1622026-08-17T20:05:52.040Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-17T20:05:52.068ZFinalize: Updating package state database ... Done (0.028s)
1642026-08-17T20:05:52.071ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-17T20:05:52.142ZFinalize: Updating image state ... Done (0.074s)
1662026-08-17T20:05:55.372ZFinalize: Creating fast lookup database ... Done (3.182s)
1672026-08-17T20:05:55.441ZFinalize: Reading search index ... Done (0.012s)
1682026-08-17T20:05:55.444ZFinalize: Updating search index ... Done (0.000s)
1692026-08-17T20:05:55.560ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-17T20:05:55.920ZPlanning: Evaluating mediator changes ... Done
1712026-08-17T20:05:56.021ZPlanning: Checking for conflicting actions ... Done
1722026-08-17T20:05:56.025ZPlanning: Consolidating action changes ... Done
1732026-08-17T20:05:56.186ZPlanning: Evaluating mediators ... Done
1742026-08-17T20:05:56.189ZPlanning: Planning completed in 0.27 seconds
1752026-08-17T20:05:56.206Z Mediators to change: 2
1762026-08-17T20:05:56.206Z Create boot environment: No
1772026-08-17T20:05:56.206ZCreate backup boot environment: No
1782026-08-17T20:05:56.244ZFinalize: Updating package state database ... Done
1792026-08-17T20:05:56.244ZFinalize: Updating package cache ... Done
1802026-08-17T20:05:56.289ZFinalize: Updating image state ... Done
1812026-08-17T20:05:58.249ZFinalize: Creating fast lookup database ... Done
1822026-08-17T20:05:58.314ZFinalize: Reading search index ... Done
1832026-08-17T20:05:58.318ZFinalize: Updating search index ... Done
1842026-08-17T20:05:58.385ZFinalize: Updating package cache ... Done
1852026-08-17T20:05:58.668ZPlanning: Evaluating mediator changes ... Done
1862026-08-17T20:05:58.773ZPlanning: Checking for conflicting actions ... Done
1872026-08-17T20:05:58.776ZPlanning: Consolidating action changes ... Done
1882026-08-17T20:05:58.928ZPlanning: Evaluating mediators ... Done
1892026-08-17T20:05:58.931ZPlanning: Planning completed in 0.26 seconds
1902026-08-17T20:05:58.951Z Mediators to change: 1
1912026-08-17T20:05:58.951Z Create boot environment: No
1922026-08-17T20:05:58.954ZCreate backup boot environment: No
1932026-08-17T20:05:58.994ZFinalize: Updating package state database ... Done
1942026-08-17T20:05:58.994ZFinalize: Updating package cache ... Done
1952026-08-17T20:05:59.039ZFinalize: Updating image state ... Done
1962026-08-17T20:06:00.981ZFinalize: Creating fast lookup database ... Done
1972026-08-17T20:06:01.044ZFinalize: Reading search index ... Done
1982026-08-17T20:06:01.047ZFinalize: Updating search index ... Done
1992026-08-17T20:06:01.107ZFinalize: Updating package cache ... Done
2002026-08-17T20:06:01.417ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-17T20:06:01.417Zapache system 2.4 system
2022026-08-17T20:06:01.417Zclang system 15 system
2032026-08-17T20:06:01.417Zcsh system system illumos
2042026-08-17T20:06:01.417Zctags system system illumos
2052026-08-17T20:06:01.417Zfile vendor vendor darwinsys
2062026-08-17T20:06:01.417Zfile system system illumos
2072026-08-17T20:06:01.417Zgcc vendor 14 vendor
2082026-08-17T20:06:01.417Zgcc system 13 system
2092026-08-17T20:06:01.417Zgcc system 10 system
2102026-08-17T20:06:01.417Zgo system 1.25 system
2112026-08-17T20:06:01.417Zllvm system 15 system
2122026-08-17T20:06:01.418Zmariadb system 11.4 system
2132026-08-17T20:06:01.418Zmta vendor vendor dma
2142026-08-17T20:06:01.418Zopenjdk system 17 system
2152026-08-17T20:06:01.418Zopenjdk system 11 system
2162026-08-17T20:06:01.418Zopenssl vendor 3 vendor
2172026-08-17T20:06:01.418Zperl system 5.40 system
2182026-08-17T20:06:01.418Zpostgresql system 18 system
2192026-08-17T20:06:01.418Zpostgresql system 17 system
2202026-08-17T20:06:01.418Zpython vendor 3 vendor
2212026-08-17T20:06:01.418Zpython system 2 system
2222026-08-17T20:06:01.418Zpython3 vendor 3.13 vendor
2232026-08-17T20:06:01.418Zruby system 3.4 system
2242026-08-17T20:06:01.418Zruby system 3.0 system
2252026-08-17T20:06:01.418Zwords vendor vendor american-english
2262026-08-17T20:06:01.418Zwords system system australian-english
2272026-08-17T20:06:01.418Zwords system system british-english
2282026-08-17T20:06:01.418Zwords system system canadian-english
2292026-08-17T20:06:01.418Zwords system system french
2302026-08-17T20:06:01.418Zwords system system italian
2312026-08-17T20:06:01.418Zwords system system ngerman
2322026-08-17T20:06:01.419Zwords system system ogerman
2332026-08-17T20:06:01.419Zwords system system spanish
2342026-08-17T20:06:01.667ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-17T20:06:01.667Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-17T20:06:02.112ZFMRI IFO
2372026-08-17T20:06:02.112Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-17T20:06:02.112Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-17T20:06:02.112Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-17T20:06:02.112Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-17T20:06:02.112Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-17T20:06:02.112Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-17T20:06:02.112Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-17T20:06:02.112Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-17T20:06:02.112Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-17T20:06:02.434Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-17T20:06:02.799Z Updating crates.io index
2482026-08-17T20:06:02.802Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-17T20:06:03.116Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-17T20:06:03.520Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-17T20:06:04.521Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-17T20:06:05.271Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-17T20:06:06.964Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-17T20:06:07.854Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-17T20:06:08.151Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-17T20:06:08.542Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-17T20:06:10.324Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-17T20:06:10.618Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-17T20:06:10.994Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-17T20:06:11.652Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-17T20:06:12.197Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-17T20:06:12.495Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-17T20:06:12.806Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-17T20:06:13.090Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-17T20:06:13.388Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2662026-08-17T20:06:13.860Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-17T20:06:14.399Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-08-17T20:06:14.776Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2692026-08-17T20:06:15.293Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-08-17T20:06:15.642Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-08-17T20:06:16.278Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2722026-08-17T20:06:16.660Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-08-17T20:06:16.991Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-08-17T20:06:17.414Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-08-17T20:06:17.699Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2762026-08-17T20:06:18.187Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2772026-08-17T20:06:18.539Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782026-08-17T20:06:18.810Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-08-17T20:06:19.187Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-08-17T20:06:19.553Z Updating git repository `https://github.com/oxidecomputer/tough`
2812026-08-17T20:06:20.120Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-08-17T20:06:20.406Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-08-17T20:06:20.695Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-17T20:06:21.021Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-08-17T20:06:21.647Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-08-17T20:06:21.917Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-08-17T20:06:22.219Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-08-17T20:06:22.555Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-08-17T20:06:22.856Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-08-17T20:06:25.831Z Downloading crates ...
2912026-08-17T20:06:25.874Z Downloaded anstream v1.0.0
2922026-08-17T20:06:25.880Z Downloaded cargo-platform v0.3.2
2932026-08-17T20:06:25.886Z Downloaded crypto-common v0.1.7
2942026-08-17T20:06:25.889Z Downloaded pest_meta v2.8.6
2952026-08-17T20:06:25.889Z Downloaded cargo_metadata v0.23.1
2962026-08-17T20:06:25.889Z Downloaded fnv v1.0.7
2972026-08-17T20:06:25.889Z Downloaded fs-err v3.3.0
2982026-08-17T20:06:25.895Z Downloaded fastrand v2.3.0
2992026-08-17T20:06:25.895Z Downloaded heck v0.4.1
3002026-08-17T20:06:25.900Z Downloaded block-buffer v0.10.4
3012026-08-17T20:06:25.900Z Downloaded memmap v0.7.0
3022026-08-17T20:06:25.900Z Downloaded heck v0.5.0
3032026-08-17T20:06:25.900Z Downloaded once_cell v1.21.3
3042026-08-17T20:06:25.900Z Downloaded serde_tokenstream v0.2.3
3052026-08-17T20:06:25.907Z Downloaded dof v0.3.0
3062026-08-17T20:06:25.908Z Downloaded anstyle-parse v1.0.0
3072026-08-17T20:06:25.908Z Downloaded cfg-if v1.0.4
3082026-08-17T20:06:25.908Z Downloaded zerocopy v0.7.35
3092026-08-17T20:06:25.913Z Downloaded itoa v1.0.17
3102026-08-17T20:06:25.916Z Downloaded zmij v1.0.21
3112026-08-17T20:06:25.916Z Downloaded toml_datetime v0.6.11
3122026-08-17T20:06:25.916Z Downloaded plain v0.2.3
3132026-08-17T20:06:25.916Z Downloaded clap_lex v1.0.0
3142026-08-17T20:06:25.916Z Downloaded macaddr v1.0.1
3152026-08-17T20:06:25.916Z Downloaded equivalent v1.0.2
3162026-08-17T20:06:25.919Z Downloaded usdt-macro v0.5.0
3172026-08-17T20:06:25.923Z Downloaded errno v0.3.14
3182026-08-17T20:06:25.928Z Downloaded colorchoice v1.0.4
3192026-08-17T20:06:25.928Z Downloaded anstyle-query v1.1.5
3202026-08-17T20:06:25.931Z Downloaded generic-array v0.14.7
3212026-08-17T20:06:25.935Z Downloaded pretty-hex v0.4.1
3222026-08-17T20:06:25.935Z Downloaded quote v1.0.45
3232026-08-17T20:06:25.940Z Downloaded thiserror-impl v2.0.18
3242026-08-17T20:06:25.943Z Downloaded proc-macro-error-attr v1.0.4
3252026-08-17T20:06:25.943Z Downloaded thread-id v4.2.2
3262026-08-17T20:06:25.949Z Downloaded cpufeatures v0.2.17
3272026-08-17T20:06:25.952Z Downloaded is_terminal_polyfill v1.70.2
3282026-08-17T20:06:25.953Z Downloaded scroll_derive v0.12.1
3292026-08-17T20:06:25.956Z Downloaded strsim v0.11.1
3302026-08-17T20:06:25.956Z Downloaded tabled_derive v0.7.0
3312026-08-17T20:06:25.956Z Downloaded utf8parse v0.2.2
3322026-08-17T20:06:25.959Z Downloaded unicode-linebreak v0.1.5
3332026-08-17T20:06:25.962Z Downloaded usdt-attr-macro v0.5.0
3342026-08-17T20:06:25.963Z Downloaded smawk v0.3.2
3352026-08-17T20:06:25.967Z Downloaded terminal_size v0.4.3
3362026-08-17T20:06:25.971Z Downloaded version_check v0.9.5
3372026-08-17T20:06:25.971Z Downloaded usdt v0.5.0
3382026-08-17T20:06:25.972Z Downloaded toml_write v0.1.2
3392026-08-17T20:06:25.975Z Downloaded serde_spanned v0.6.9
3402026-08-17T20:06:25.979Z Downloaded digest v0.10.7
3412026-08-17T20:06:25.988Z Downloaded anstyle v1.0.14
3422026-08-17T20:06:25.991Z Downloaded camino-tempfile v1.4.1
3432026-08-17T20:06:25.991Z Downloaded byteorder v1.5.0
3442026-08-17T20:06:26.000Z Downloaded thiserror v2.0.18
3452026-08-17T20:06:26.006Z Downloaded thiserror v1.0.69
3462026-08-17T20:06:26.006Z Downloaded bytecount v0.6.9
3472026-08-17T20:06:26.006Z Downloaded sha2 v0.10.9
3482026-08-17T20:06:26.006Z Downloaded autocfg v1.5.0
3492026-08-17T20:06:26.019Z Downloaded swrite v0.1.0
3502026-08-17T20:06:26.019Z Downloaded cargo_toml v0.21.0
3512026-08-17T20:06:26.019Z Downloaded usdt-impl v0.5.0
3522026-08-17T20:06:26.024Z Downloaded scroll v0.12.0
3532026-08-17T20:06:26.030Z Downloaded toml v0.8.23
3542026-08-17T20:06:26.033Z Downloaded thiserror-impl v1.0.69
3552026-08-17T20:06:26.038Z Downloaded dtrace-parser v0.2.0
3562026-08-17T20:06:26.042Z Downloaded camino v1.2.2
3572026-08-17T20:06:26.042Z Downloaded ucd-trie v0.1.7
3582026-08-17T20:06:26.047Z Downloaded proc-macro-error v1.0.4
3592026-08-17T20:06:26.050Z Downloaded pest_derive v2.8.6
3602026-08-17T20:06:26.051Z Downloaded semver v1.0.28
3612026-08-17T20:06:26.055Z Downloaded tempfile v3.25.0
3622026-08-17T20:06:26.062Z Downloaded zerocopy-derive v0.7.35
3632026-08-17T20:06:26.062Z Downloaded papergrid v0.11.0
3642026-08-17T20:06:26.067Z Downloaded anyhow v1.0.102
3652026-08-17T20:06:26.067Z Downloaded log v0.4.29
3662026-08-17T20:06:26.067Z Downloaded serde_derive v1.0.228
3672026-08-17T20:06:26.071Z Downloaded serde v1.0.228
3682026-08-17T20:06:26.071Z Downloaded textwrap v0.16.2
3692026-08-17T20:06:26.079Z Downloaded unicode-ident v1.0.24
3702026-08-17T20:06:26.079Z Downloaded proc-macro2 v1.0.106
3712026-08-17T20:06:26.079Z Downloaded clap v4.6.1
3722026-08-17T20:06:26.083Z Downloaded bitflags v2.11.0
3732026-08-17T20:06:26.083Z Downloaded pest_generator v2.8.6
3742026-08-17T20:06:26.083Z Downloaded clap_derive v4.6.1
3752026-08-17T20:06:26.087Z Downloaded getrandom v0.4.1
3762026-08-17T20:06:26.087Z Downloaded serde_core v1.0.228
3772026-08-17T20:06:26.096Z Downloaded memchr v2.8.0
3782026-08-17T20:06:26.100Z Downloaded toml_edit v0.22.27
3792026-08-17T20:06:26.117Z Downloaded typenum v1.20.1
3802026-08-17T20:06:26.128Z Downloaded indexmap v2.14.0
3812026-08-17T20:06:26.150Z Downloaded pest v2.8.6
3822026-08-17T20:06:26.160Z Downloaded hashbrown v0.17.0
3832026-08-17T20:06:26.177Z Downloaded winnow v0.7.14
3842026-08-17T20:06:26.182Z Downloaded clap_builder v4.6.0
3852026-08-17T20:06:26.185Z Downloaded serde_json v1.0.151
3862026-08-17T20:06:26.189Z Downloaded goblin v0.8.2
3872026-08-17T20:06:26.192Z Downloaded tabled v0.15.0
3882026-08-17T20:06:26.210Z Downloaded syn v1.0.109
3892026-08-17T20:06:26.218Z Downloaded unicode-width v0.1.14
3902026-08-17T20:06:26.221Z Downloaded syn v2.0.117
3912026-08-17T20:06:26.227Z Downloaded unicode-width v0.2.0
3922026-08-17T20:06:26.239Z Downloaded rustix v1.1.3
3932026-08-17T20:06:26.260Z Downloaded libc v0.2.185
3942026-08-17T20:06:26.322Z Compiling proc-macro2 v1.0.106
3952026-08-17T20:06:26.322Z Compiling unicode-ident v1.0.24
3962026-08-17T20:06:26.326Z Compiling quote v1.0.45
3972026-08-17T20:06:26.326Z Compiling serde_core v1.0.228
3982026-08-17T20:06:26.326Z Compiling libc v0.2.185
3992026-08-17T20:06:26.326Z Compiling version_check v0.9.5
4002026-08-17T20:06:26.326Z Compiling memchr v2.8.0
4012026-08-17T20:06:26.326Z Compiling serde v1.0.228
4022026-08-17T20:06:26.649Z Compiling zmij v1.0.21
4032026-08-17T20:06:27.181Z Compiling itoa v1.0.17
4042026-08-17T20:06:27.321Z Compiling thiserror v1.0.69
4052026-08-17T20:06:27.540Z Compiling ucd-trie v0.1.7
4062026-08-17T20:06:27.687Z Compiling pest v2.8.6
4072026-08-17T20:06:27.764Z Compiling rustix v1.1.3
4082026-08-17T20:06:27.854Z Compiling byteorder v1.5.0
4092026-08-17T20:06:27.972Z Compiling errno v0.3.14
4102026-08-17T20:06:28.019Z Compiling bitflags v2.11.0
4112026-08-17T20:06:28.110Z Compiling serde_json v1.0.151
4122026-08-17T20:06:28.316Z Compiling thread-id v4.2.2
4132026-08-17T20:06:28.422Z Compiling syn v2.0.117
4142026-08-17T20:06:28.455Z Compiling proc-macro-error-attr v1.0.4
4152026-08-17T20:06:28.469Z Compiling usdt-impl v0.5.0
4162026-08-17T20:06:28.490Z Compiling syn v1.0.109
4172026-08-17T20:06:28.595Z Compiling camino v1.2.2
4182026-08-17T20:06:28.659Z Compiling pest_meta v2.8.6
4192026-08-17T20:06:28.916Z Compiling proc-macro-error v1.0.4
4202026-08-17T20:06:28.933Z Compiling getrandom v0.4.1
4212026-08-17T20:06:28.951Z Compiling plain v0.2.3
4222026-08-17T20:06:29.060Z Compiling hashbrown v0.17.0
4232026-08-17T20:06:29.093Z Compiling equivalent v1.0.2
4242026-08-17T20:06:29.185Z Compiling log v0.4.29
4252026-08-17T20:06:29.285Z Compiling utf8parse v0.2.2
4262026-08-17T20:06:29.395Z Compiling anstyle-parse v1.0.0
4272026-08-17T20:06:29.573Z Compiling indexmap v2.14.0
4282026-08-17T20:06:29.611Z Compiling terminal_size v0.4.3
4292026-08-17T20:06:30.052Z Compiling is_terminal_polyfill v1.70.2
4302026-08-17T20:06:30.102Z Compiling thiserror v2.0.18
4312026-08-17T20:06:30.150Z Compiling autocfg v1.5.0
4322026-08-17T20:06:30.174Z Compiling colorchoice v1.0.4
4332026-08-17T20:06:30.262Z Compiling pretty-hex v0.4.1
4342026-08-17T20:06:30.296Z Compiling cfg-if v1.0.4
4352026-08-17T20:06:30.368Z Compiling winnow v0.7.14
4362026-08-17T20:06:30.380Z Compiling anstyle v1.0.14
4372026-08-17T20:06:30.381Z Compiling toml_write v0.1.2
4382026-08-17T20:06:30.418Z Compiling anstyle-query v1.1.5
4392026-08-17T20:06:30.569Z Compiling fs-err v3.3.0
4402026-08-17T20:06:30.589Z Compiling anstream v1.0.0
4412026-08-17T20:06:30.625Z Compiling pest_generator v2.8.6
4422026-08-17T20:06:30.683Z Compiling once_cell v1.21.3
4432026-08-17T20:06:30.741Z Compiling bytecount v0.6.9
4442026-08-17T20:06:30.773Z Compiling fnv v1.0.7
4452026-08-17T20:06:30.864Z Compiling unicode-width v0.1.14
4462026-08-17T20:06:30.904Z Compiling heck v0.5.0
4472026-08-17T20:06:30.914Z Compiling fastrand v2.3.0
4482026-08-17T20:06:31.171Z Compiling strsim v0.11.1
4492026-08-17T20:06:31.186Z Compiling clap_lex v1.0.0
4502026-08-17T20:06:31.190Z Compiling heck v0.4.1
4512026-08-17T20:06:31.230Z Compiling anyhow v1.0.102
4522026-08-17T20:06:31.347Z Compiling tempfile v3.25.0
4532026-08-17T20:06:31.415Z Compiling clap_builder v4.6.0
4542026-08-17T20:06:31.436Z Compiling papergrid v0.11.0
4552026-08-17T20:06:31.624Z Compiling semver v1.0.28
4562026-08-17T20:06:31.715Z Compiling cargo-platform v0.3.2
4572026-08-17T20:06:31.759Z Compiling memmap v0.7.0
4582026-08-17T20:06:31.794Z Compiling tabled_derive v0.7.0
4592026-08-17T20:06:31.923Z Compiling smawk v0.3.2
4602026-08-17T20:06:31.945Z Compiling unicode-width v0.2.0
4612026-08-17T20:06:31.949Z Compiling unicode-linebreak v0.1.5
4622026-08-17T20:06:32.207Z Compiling textwrap v0.16.2
4632026-08-17T20:06:32.224Z Compiling camino-tempfile v1.4.1
4642026-08-17T20:06:32.345Z Compiling swrite v0.1.0
4652026-08-17T20:06:32.365Z Compiling serde_derive v1.0.228
4662026-08-17T20:06:32.365Z Compiling thiserror-impl v1.0.69
4672026-08-17T20:06:32.442Z Compiling zerocopy-derive v0.7.35
4682026-08-17T20:06:32.463Z Compiling pest_derive v2.8.6
4692026-08-17T20:06:32.675Z Compiling scroll_derive v0.12.1
4702026-08-17T20:06:32.720Z Compiling thiserror-impl v2.0.18
4712026-08-17T20:06:32.888Z Compiling clap_derive v4.6.1
4722026-08-17T20:06:32.902Z Compiling tabled v0.15.0
4732026-08-17T20:06:33.302Z Compiling zerocopy v0.7.35
4742026-08-17T20:06:33.344Z Compiling scroll v0.12.0
4752026-08-17T20:06:33.607Z Compiling goblin v0.8.2
4762026-08-17T20:06:33.747Z Compiling dtrace-parser v0.2.0
4772026-08-17T20:06:34.475Z Compiling clap v4.6.1
4782026-08-17T20:06:35.211Z Compiling dof v0.3.0
4792026-08-17T20:06:35.211Z Compiling serde_tokenstream v0.2.3
4802026-08-17T20:06:35.229Z Compiling toml_datetime v0.6.11
4812026-08-17T20:06:35.245Z Compiling serde_spanned v0.6.9
4822026-08-17T20:06:35.245Z Compiling cargo_metadata v0.23.1
4832026-08-17T20:06:35.291Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4842026-08-17T20:06:35.294Z Compiling macaddr v1.0.1
4852026-08-17T20:06:35.433Z Compiling toml_edit v0.22.27
4862026-08-17T20:06:35.987Z Compiling usdt-attr-macro v0.5.0
4872026-08-17T20:06:36.017Z Compiling usdt-macro v0.5.0
4882026-08-17T20:06:36.628Z Compiling usdt v0.5.0
4892026-08-17T20:06:36.814Z Compiling toml v0.8.23
4902026-08-17T20:06:37.145Z Compiling cargo_toml v0.21.0
4912026-08-17T20:06:38.418Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-17T20:06:40.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.18s
4932026-08-17T20:06:40.661Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-17T20:06:41.191Z Downloading crates ...
4952026-08-17T20:06:41.248Z Downloaded async-recursion v1.1.1
4962026-08-17T20:06:41.253Z Downloaded adler2 v2.0.1
4972026-08-17T20:06:41.256Z Downloaded atomicwrites v0.4.4
4982026-08-17T20:06:41.262Z Downloaded flagset v0.4.7
4992026-08-17T20:06:41.265Z Downloaded anstyle-parse v0.2.7
5002026-08-17T20:06:41.265Z Downloaded async-stream v0.3.6
5012026-08-17T20:06:41.265Z Downloaded base64ct v1.8.3
5022026-08-17T20:06:41.268Z Downloaded bit-set v0.5.3
5032026-08-17T20:06:41.268Z Downloaded bitfield-macros v0.19.4
5042026-08-17T20:06:41.268Z Downloaded foldhash v0.2.0
5052026-08-17T20:06:41.268Z Downloaded bitfield-struct v0.6.2
5062026-08-17T20:06:41.272Z Downloaded cexpr v0.6.0
5072026-08-17T20:06:41.272Z Downloaded convert_case v0.4.0
5082026-08-17T20:06:41.275Z Downloaded home v0.5.12
5092026-08-17T20:06:41.276Z Downloaded float-ord v0.3.2
5102026-08-17T20:06:41.276Z Downloaded http-body-util v0.1.3
5112026-08-17T20:06:41.279Z Downloaded argon2 v0.6.0-rc.8
5122026-08-17T20:06:41.279Z Downloaded atty v0.2.14
5132026-08-17T20:06:41.279Z Downloaded fixedbitset v0.4.2
5142026-08-17T20:06:41.282Z Downloaded flume v0.11.1
5152026-08-17T20:06:41.285Z Downloaded async-trait v0.1.89
5162026-08-17T20:06:41.285Z Downloaded bb8 v0.8.6
5172026-08-17T20:06:41.289Z Downloaded flate2 v1.1.9
5182026-08-17T20:06:41.289Z Downloaded float-cmp v0.10.0
5192026-08-17T20:06:41.292Z Downloaded futures-sink v0.3.32
5202026-08-17T20:06:41.292Z Downloaded base16ct v1.0.0
5212026-08-17T20:06:41.292Z Downloaded futures-macro v0.3.32
5222026-08-17T20:06:41.292Z Downloaded bcrypt-pbkdf v0.11.0
5232026-08-17T20:06:41.292Z Downloaded assert_matches v1.5.0
5242026-08-17T20:06:41.292Z Downloaded async-stream-impl v0.3.6
5252026-08-17T20:06:41.295Z Downloaded atomic-waker v1.1.2
5262026-08-17T20:06:41.295Z Downloaded base16ct v0.2.0
5272026-08-17T20:06:41.295Z Downloaded getrandom v0.2.17
5282026-08-17T20:06:41.298Z Downloaded aead v0.5.2
5292026-08-17T20:06:41.298Z Downloaded clang-sys v1.8.1
5302026-08-17T20:06:41.298Z Downloaded foreign-types-macros v0.2.3
5312026-08-17T20:06:41.301Z Downloaded bit-vec v0.8.0
5322026-08-17T20:06:41.301Z Downloaded futures-task v0.3.32
5332026-08-17T20:06:41.301Z Downloaded globset v0.4.18
5342026-08-17T20:06:41.307Z Downloaded find-msvc-tools v0.1.9
5352026-08-17T20:06:41.310Z Downloaded enum-as-inner v0.6.1
5362026-08-17T20:06:41.310Z Downloaded foreign-types v0.3.2
5372026-08-17T20:06:41.313Z Downloaded bit-set v0.8.0
5382026-08-17T20:06:41.313Z Downloaded fixedbitset v0.5.7
5392026-08-17T20:06:41.316Z Downloaded arrayref v0.3.9
5402026-08-17T20:06:41.316Z Downloaded console v0.15.11
5412026-08-17T20:06:41.316Z Downloaded argon2 v0.5.3
5422026-08-17T20:06:41.319Z Downloaded futures v0.3.32
5432026-08-17T20:06:41.319Z Downloaded getrandom v0.3.4
5442026-08-17T20:06:41.323Z Downloaded aead v0.6.1
5452026-08-17T20:06:41.323Z Downloaded form_urlencoded v1.2.2
5462026-08-17T20:06:41.323Z Downloaded env_logger v0.11.9
5472026-08-17T20:06:41.326Z Downloaded gethostname v0.5.0
5482026-08-17T20:06:41.326Z Downloaded arrayvec v0.7.6
5492026-08-17T20:06:41.326Z Downloaded backoff v0.4.0
5502026-08-17T20:06:41.326Z Downloaded fs_extra v1.3.0
5512026-08-17T20:06:41.330Z Downloaded futures-executor v0.3.32
5522026-08-17T20:06:41.330Z Downloaded anstream v0.6.21
5532026-08-17T20:06:41.330Z Downloaded ascii-canvas v3.0.0
5542026-08-17T20:06:41.330Z Downloaded ciborium-ll v0.2.2
5552026-08-17T20:06:41.330Z Downloaded foreign-types-shared v0.1.1
5562026-08-17T20:06:41.330Z Downloaded endian-type v0.1.2
5572026-08-17T20:06:41.333Z Downloaded env_filter v1.0.0
5582026-08-17T20:06:41.333Z Downloaded array-init v0.0.4
5592026-08-17T20:06:41.333Z Downloaded cfg_aliases v0.1.1
5602026-08-17T20:06:41.333Z Downloaded foreign-types-shared v0.3.1
5612026-08-17T20:06:41.333Z Downloaded fxhash v0.2.1
5622026-08-17T20:06:41.333Z Downloaded foreign-types v0.5.0
5632026-08-17T20:06:41.338Z Downloaded hubpack_derive v0.1.1
5642026-08-17T20:06:41.345Z Downloaded ciborium-io v0.2.2
5652026-08-17T20:06:41.351Z Downloaded futures-io v0.3.32
5662026-08-17T20:06:41.351Z Downloaded fd-lock v4.0.4
5672026-08-17T20:06:41.356Z Downloaded hex-literal v1.1.0
5682026-08-17T20:06:41.356Z Downloaded ghash v0.6.0
5692026-08-17T20:06:41.360Z Downloaded hyper-tls v0.6.0
5702026-08-17T20:06:41.360Z Downloaded block-buffer v0.12.1
5712026-08-17T20:06:41.360Z Downloaded futures-core v0.3.32
5722026-08-17T20:06:41.360Z Downloaded block-padding v0.4.2
5732026-08-17T20:06:41.360Z Downloaded funty v2.0.0
5742026-08-17T20:06:41.360Z Downloaded git-stub v1.0.0
5752026-08-17T20:06:41.361Z Downloaded cobs v0.3.0
5762026-08-17T20:06:41.364Z Downloaded compression-core v0.4.31
5772026-08-17T20:06:41.364Z Downloaded erased-serde v0.3.31
5782026-08-17T20:06:41.364Z Downloaded fallible-iterator v0.2.0
5792026-08-17T20:06:41.365Z Downloaded ff v0.13.1
5802026-08-17T20:06:41.365Z Downloaded filetime v0.2.27
5812026-08-17T20:06:41.368Z Downloaded bitfield v0.19.4
5822026-08-17T20:06:41.368Z Downloaded bit-vec v0.6.3
5832026-08-17T20:06:41.371Z Downloaded hostname v0.3.1
5842026-08-17T20:06:41.371Z Downloaded headers-core v0.3.0
5852026-08-17T20:06:41.375Z Downloaded hash32 v0.2.1
5862026-08-17T20:06:41.378Z Downloaded http-body v1.0.1
5872026-08-17T20:06:41.378Z Downloaded cfg_aliases v0.2.1
5882026-08-17T20:06:41.381Z Downloaded hex v0.4.3
5892026-08-17T20:06:41.381Z Downloaded num v0.4.3
5902026-08-17T20:06:41.385Z Downloaded num_enum_derive v0.5.11
5912026-08-17T20:06:41.388Z Downloaded path-slash v0.1.5
5922026-08-17T20:06:41.388Z Downloaded openssl-probe v0.2.1
5932026-08-17T20:06:41.391Z Downloaded globwalk v0.9.1
5942026-08-17T20:06:41.391Z Downloaded httpdate v1.0.3
5952026-08-17T20:06:41.391Z Downloaded num_threads v0.1.7
5962026-08-17T20:06:41.394Z Downloaded hostname v0.4.2
5972026-08-17T20:06:41.394Z Downloaded http-range v0.1.5
5982026-08-17T20:06:41.397Z Downloaded ahash v0.8.12
5992026-08-17T20:06:41.400Z Downloaded bitflags v1.3.2
6002026-08-17T20:06:41.400Z Downloaded cipher v0.4.4
6012026-08-17T20:06:41.403Z Downloaded hubpack v0.1.2
6022026-08-17T20:06:41.403Z Downloaded cmov v0.5.4
6032026-08-17T20:06:41.406Z Downloaded cbc v0.2.1
6042026-08-17T20:06:41.406Z Downloaded arc-swap v1.8.2
6052026-08-17T20:06:41.409Z Downloaded base64 v0.22.1
6062026-08-17T20:06:41.419Z Downloaded progenitor-macro v0.13.0
6072026-08-17T20:06:41.422Z Downloaded phf_shared v0.13.1
6082026-08-17T20:06:41.422Z Downloaded radium v0.7.0
6092026-08-17T20:06:41.422Z Downloaded git-stub-vcs v0.1.0
6102026-08-17T20:06:41.422Z Downloaded foldhash v0.1.5
6112026-08-17T20:06:41.425Z Downloaded group v0.14.0
6122026-08-17T20:06:41.428Z Downloaded bcs v0.1.6
6132026-08-17T20:06:41.431Z Downloaded compression-codecs v0.4.37
6142026-08-17T20:06:41.434Z Downloaded headers v0.4.1
6152026-08-17T20:06:41.439Z Downloaded humantime v2.3.0
6162026-08-17T20:06:41.439Z Downloaded cmake v0.1.57
6172026-08-17T20:06:41.439Z Downloaded const_format_proc_macros v0.2.34
6182026-08-17T20:06:41.439Z Downloaded constant_time_eq v0.4.2
6192026-08-17T20:06:41.443Z Downloaded num-conv v0.2.0
6202026-08-17T20:06:41.443Z Downloaded blowfish v0.10.0
6212026-08-17T20:06:41.443Z Downloaded buf-list v1.1.2
6222026-08-17T20:06:41.443Z Downloaded rfc6979 v0.4.0
6232026-08-17T20:06:41.443Z Downloaded rfc6979 v0.6.0
6242026-08-17T20:06:41.443Z Downloaded rustc_version v0.1.7
6252026-08-17T20:06:41.443Z Downloaded same-file v1.0.6
6262026-08-17T20:06:41.449Z Downloaded seq-macro v0.3.6
6272026-08-17T20:06:41.449Z Downloaded shell-words v1.1.1
6282026-08-17T20:06:41.449Z Downloaded sapling-renderdag v0.1.0
6292026-08-17T20:06:41.449Z Downloaded semver v0.1.20
6302026-08-17T20:06:41.449Z Downloaded signal-hook-tokio v0.3.1
6312026-08-17T20:06:41.454Z Downloaded blake2 v0.10.6
6322026-08-17T20:06:41.454Z Downloaded chacha20 v0.9.1
6332026-08-17T20:06:41.457Z Downloaded strum v0.26.3
6342026-08-17T20:06:41.457Z Downloaded group v0.13.0
6352026-08-17T20:06:41.457Z Downloaded bs58 v0.5.1
6362026-08-17T20:06:41.461Z Downloaded byte-wrapper v0.1.0
6372026-08-17T20:06:41.461Z Downloaded ff v0.14.0
6382026-08-17T20:06:41.461Z Downloaded glob v0.3.3
6392026-08-17T20:06:41.464Z Downloaded hash32 v0.3.1
6402026-08-17T20:06:41.464Z Downloaded castaway v0.2.4
6412026-08-17T20:06:41.464Z Downloaded cassowary v0.3.0
6422026-08-17T20:06:41.464Z Downloaded num-rational v0.4.2
6432026-08-17T20:06:41.467Z Downloaded num_enum_derive v0.7.6
6442026-08-17T20:06:41.467Z Downloaded owo-colors v4.3.0
6452026-08-17T20:06:41.467Z Downloaded fs-err v2.11.0
6462026-08-17T20:06:41.470Z Downloaded strip-ansi-escapes v0.2.1
6472026-08-17T20:06:41.470Z Downloaded cipher v0.5.2
6482026-08-17T20:06:41.470Z Downloaded thread-id v5.1.0
6492026-08-17T20:06:41.473Z Downloaded pbkdf2 v0.13.0
6502026-08-17T20:06:41.476Z Downloaded phf v0.12.1
6512026-08-17T20:06:41.479Z Downloaded async-bb8-diesel v0.2.1
6522026-08-17T20:06:41.479Z Downloaded bzip2 v0.4.4
6532026-08-17T20:06:41.479Z Downloaded chacha20 v0.10.0
6542026-08-17T20:06:41.483Z Downloaded enum_dispatch v0.3.13
6552026-08-17T20:06:41.483Z Downloaded highway v1.3.0
6562026-08-17T20:06:41.488Z Downloaded hyper-staticfile v0.10.1
6572026-08-17T20:06:41.488Z Downloaded untrusted v0.7.1
6582026-08-17T20:06:41.488Z Downloaded tap v1.0.1
6592026-08-17T20:06:41.491Z Downloaded termtree v0.5.1
6602026-08-17T20:06:41.491Z Downloaded chacha20poly1305 v0.10.1
6612026-08-17T20:06:41.495Z Downloaded progenitor v0.13.0
6622026-08-17T20:06:41.495Z Downloaded progenitor-extras v0.2.0
6632026-08-17T20:06:41.495Z Downloaded poly1305 v0.8.0
6642026-08-17T20:06:41.498Z Downloaded rand_core v0.9.5
6652026-08-17T20:06:41.498Z Downloaded hybrid-array v0.4.13
6662026-08-17T20:06:41.498Z Downloaded utf8_iter v1.0.4
6672026-08-17T20:06:41.502Z Downloaded httparse v1.10.1
6682026-08-17T20:06:41.502Z Downloaded postgres-protocol v0.6.10
6692026-08-17T20:06:41.502Z Downloaded zerofrom v0.1.6
6702026-08-17T20:06:41.502Z Downloaded console v0.16.2
6712026-08-17T20:06:41.505Z Downloaded ciborium v0.2.2
6722026-08-17T20:06:41.505Z Downloaded rusty-fork v0.3.1
6732026-08-17T20:06:41.505Z Downloaded unarray v0.1.4
6742026-08-17T20:06:41.505Z Downloaded bzip2 v0.6.1
6752026-08-17T20:06:41.509Z Downloaded camino-tempfile-ext v0.3.3
6762026-08-17T20:06:41.509Z Downloaded rustls-native-certs v0.8.3
6772026-08-17T20:06:41.509Z Downloaded unicode-truncate v1.1.0
6782026-08-17T20:06:41.512Z Downloaded rustls-pemfile v2.2.0
6792026-08-17T20:06:41.512Z Downloaded serde_derive_internals v0.29.1
6802026-08-17T20:06:41.512Z Downloaded smf v0.2.3
6812026-08-17T20:06:41.512Z Downloaded wait-timeout v0.2.1
6822026-08-17T20:06:41.512Z Downloaded cpubits v0.1.1
6832026-08-17T20:06:41.516Z Downloaded crc-catalog v2.4.0
6842026-08-17T20:06:41.519Z Downloaded signal-hook-registry v1.4.8
6852026-08-17T20:06:41.524Z Downloaded primeorder v0.14.0
6862026-08-17T20:06:41.524Z Downloaded rand_seeder v0.4.0
6872026-08-17T20:06:41.528Z Downloaded colored v3.1.1
6882026-08-17T20:06:41.532Z Downloaded blake2 v0.11.0-rc.6
6892026-08-17T20:06:41.532Z Downloaded cancel-safe-futures v0.1.5
6902026-08-17T20:06:41.535Z Downloaded slog-async v2.8.0
6912026-08-17T20:06:41.538Z Downloaded spki v0.7.3
6922026-08-17T20:06:41.538Z Downloaded ssh-encoding v0.3.0
6932026-08-17T20:06:41.538Z Downloaded static_assertions v1.1.0
6942026-08-17T20:06:41.541Z Downloaded strum_macros v0.27.2
6952026-08-17T20:06:41.541Z Downloaded darling_macro v0.21.3
6962026-08-17T20:06:41.541Z Downloaded zone v0.3.1
6972026-08-17T20:06:41.541Z Downloaded pkcs8 v0.11.0
6982026-08-17T20:06:41.544Z Downloaded termios v0.3.3
6992026-08-17T20:06:41.544Z Downloaded allocator-api2 v0.2.21
7002026-08-17T20:06:41.547Z Downloaded backon v1.6.0
7012026-08-17T20:06:41.547Z Downloaded colored v2.2.0
7022026-08-17T20:06:41.547Z Downloaded const-oid v0.9.6
7032026-08-17T20:06:41.550Z Downloaded tokio-native-tls v0.3.1
7042026-08-17T20:06:41.550Z Downloaded debug-ignore v1.0.5
7052026-08-17T20:06:41.553Z Downloaded hyper-rustls v0.27.7
7062026-08-17T20:06:41.553Z Downloaded embedded-io v0.6.1
7072026-08-17T20:06:41.556Z Downloaded half v1.8.3
7082026-08-17T20:06:41.559Z Downloaded ident_case v1.0.1
7092026-08-17T20:06:41.562Z Downloaded parking_lot_core v0.9.12
7102026-08-17T20:06:41.562Z Downloaded pkcs1 v0.7.5
7112026-08-17T20:06:41.565Z Downloaded illumos-nvpair v0.3.0
7122026-08-17T20:06:41.566Z Downloaded internet-checksum v0.2.1
7132026-08-17T20:06:41.566Z Downloaded linked-hash-map v0.5.6
7142026-08-17T20:06:41.569Z Downloaded password-hash v0.5.0
7152026-08-17T20:06:41.569Z Downloaded const-oid v0.10.2
7162026-08-17T20:06:41.572Z Downloaded hmac v0.13.0
7172026-08-17T20:06:41.572Z Downloaded thread_local v1.1.9
7182026-08-17T20:06:41.576Z Downloaded defmt v0.3.100
7192026-08-17T20:06:41.576Z Downloaded downcast-rs v2.0.2
7202026-08-17T20:06:41.576Z Downloaded dunce v1.0.5
7212026-08-17T20:06:41.576Z Downloaded scroll v0.13.0
7222026-08-17T20:06:41.576Z Downloaded convert_case v0.10.0
7232026-08-17T20:06:41.579Z Downloaded dropshot-api-manager-types v0.8.0
7242026-08-17T20:06:41.579Z Downloaded dyn-clone v1.0.20
7252026-08-17T20:06:41.582Z Downloaded maybe-uninit v2.0.0
7262026-08-17T20:06:41.582Z Downloaded md-5 v0.10.6
7272026-08-17T20:06:41.585Z Downloaded newtype-uuid-macros v0.1.0
7282026-08-17T20:06:41.585Z Downloaded newtype_derive v0.1.6
7292026-08-17T20:06:41.585Z Downloaded nibble_vec v0.1.0
7302026-08-17T20:06:41.589Z Downloaded toml_datetime v0.7.5+spec-1.1.0
7312026-08-17T20:06:41.589Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7322026-08-17T20:06:41.593Z Downloaded smallvec v1.15.1
7332026-08-17T20:06:41.593Z Downloaded usdt-attr-macro v0.6.0
7342026-08-17T20:06:41.596Z Downloaded vergen-lib v9.1.0
7352026-08-17T20:06:41.599Z Downloaded is-terminal v0.4.17
7362026-08-17T20:06:41.603Z Downloaded lzss v0.8.2
7372026-08-17T20:06:41.603Z Downloaded normalize-line-endings v0.3.0
7382026-08-17T20:06:41.605Z Downloaded postgres-types v0.2.12
7392026-08-17T20:06:41.606Z Downloaded futures-channel v0.3.32
7402026-08-17T20:06:41.606Z Downloaded opaque-debug v0.3.1
7412026-08-17T20:06:41.609Z Downloaded packed_struct_codegen v0.10.1
7422026-08-17T20:06:41.612Z Downloaded generic-array v1.4.3
7432026-08-17T20:06:41.615Z Downloaded serde_with_macros v3.21.0
7442026-08-17T20:06:41.619Z Downloaded derive-ex v0.1.8
7452026-08-17T20:06:41.622Z Downloaded diesel-dtrace v0.5.0
7462026-08-17T20:06:41.622Z Downloaded phf_shared v0.11.3
7472026-08-17T20:06:41.622Z Downloaded sec1 v0.7.3
7482026-08-17T20:06:41.623Z Downloaded slog-scope v4.4.1
7492026-08-17T20:06:41.623Z Downloaded spin v0.9.8
7502026-08-17T20:06:41.626Z Downloaded whoami v2.1.0
7512026-08-17T20:06:41.626Z Downloaded predicates-tree v1.0.13
7522026-08-17T20:06:41.626Z Downloaded ctutils v0.4.2
7532026-08-17T20:06:41.627Z Downloaded proc-macro-crate v3.4.0
7542026-08-17T20:06:41.631Z Downloaded openssl-probe v0.1.6
7552026-08-17T20:06:41.632Z Downloaded proc-macro-crate v1.3.1
7562026-08-17T20:06:41.632Z Downloaded async-compression v0.4.41
7572026-08-17T20:06:41.634Z Downloaded proc-macro-error-attr2 v2.0.0
7582026-08-17T20:06:41.635Z Downloaded half v2.7.1
7592026-08-17T20:06:41.640Z Downloaded lalrpop-util v0.19.12
7602026-08-17T20:06:41.640Z Downloaded recursive v0.1.1
7612026-08-17T20:06:41.644Z Downloaded daft v0.1.7
7622026-08-17T20:06:41.644Z Downloaded scheduled-thread-pool v0.2.7
7632026-08-17T20:06:41.644Z Downloaded oxide-update-engine-types v0.1.2
7642026-08-17T20:06:41.649Z Downloaded vergen v9.1.0
7652026-08-17T20:06:41.649Z Downloaded linear-map v1.2.0
7662026-08-17T20:06:41.652Z Downloaded hmac v0.12.1
7672026-08-17T20:06:41.652Z Downloaded fatfs v0.3.6
7682026-08-17T20:06:41.656Z Downloaded rustc_version v0.4.1
7692026-08-17T20:06:41.659Z Downloaded sponge-cursor v0.1.0
7702026-08-17T20:06:41.659Z Downloaded either v1.15.0
7712026-08-17T20:06:41.662Z Downloaded sqlparser_derive v0.5.0
7722026-08-17T20:06:41.662Z Downloaded sigpipe v0.1.3
7732026-08-17T20:06:41.666Z Downloaded postcard v1.1.3
7742026-08-17T20:06:41.666Z Downloaded tagptr v0.2.0
7752026-08-17T20:06:41.669Z Downloaded base64 v0.21.7
7762026-08-17T20:06:41.674Z Downloaded const_format v0.2.35
7772026-08-17T20:06:41.677Z Downloaded ingot v0.2.1
7782026-08-17T20:06:41.677Z Downloaded ipnetwork v0.21.1
7792026-08-17T20:06:41.677Z Downloaded libsw v3.5.0
7802026-08-17T20:06:41.677Z Downloaded whoami v1.6.1
7812026-08-17T20:06:41.681Z Downloaded secrecy v0.10.3
7822026-08-17T20:06:41.681Z Downloaded p384 v0.14.0
7832026-08-17T20:06:41.681Z Downloaded papergrid v0.18.0
7842026-08-17T20:06:41.685Z Downloaded secrecy v0.8.0
7852026-08-17T20:06:41.685Z Downloaded des v0.9.0
7862026-08-17T20:06:41.685Z Downloaded deranged v0.5.8
7872026-08-17T20:06:41.688Z Downloaded structmeta v0.3.0
7882026-08-17T20:06:41.688Z Downloaded sync-ptr v0.1.4
7892026-08-17T20:06:41.691Z Downloaded unit-prefix v0.5.2
7902026-08-17T20:06:41.691Z Downloaded ar_archive_writer v0.5.1
7912026-08-17T20:06:41.695Z Downloaded yasna v0.5.2
7922026-08-17T20:06:41.695Z Downloaded bytes v1.11.1
7932026-08-17T20:06:41.695Z Downloaded tracing-core v0.1.36
7942026-08-17T20:06:41.699Z Downloaded paste v1.0.15
7952026-08-17T20:06:41.702Z Downloaded peg v0.8.5
7962026-08-17T20:06:41.702Z Downloaded pkcs8 v0.10.2
7972026-08-17T20:06:41.705Z Downloaded primeorder v0.13.6
7982026-08-17T20:06:41.705Z Downloaded rand_chacha v0.9.0
7992026-08-17T20:06:41.705Z Downloaded rand_core v0.6.4
8002026-08-17T20:06:41.705Z Downloaded similar v2.7.0
8012026-08-17T20:06:41.709Z Downloaded void v1.0.2
8022026-08-17T20:06:41.710Z Downloaded wnaf v0.14.0
8032026-08-17T20:06:41.710Z Downloaded zone_cfg_derive v0.3.1
8042026-08-17T20:06:41.715Z Downloaded prettyplease v0.2.37
8052026-08-17T20:06:41.715Z Downloaded progenitor-impl v0.13.0
8062026-08-17T20:06:41.715Z Downloaded progenitor-impl v0.14.0
8072026-08-17T20:06:41.718Z Downloaded rayon-core v1.13.0
8082026-08-17T20:06:41.718Z Downloaded ipnet v2.11.0
8092026-08-17T20:06:41.718Z Downloaded try-lock v0.2.5
8102026-08-17T20:06:41.718Z Downloaded usdt-macro v0.6.0
8112026-08-17T20:06:41.718Z Downloaded darling_macro v0.13.4
8122026-08-17T20:06:41.722Z Downloaded cpufeatures v0.3.0
8132026-08-17T20:06:41.726Z Downloaded crc8 v0.1.1
8142026-08-17T20:06:41.730Z Downloaded curve25519-dalek-derive v0.1.1
8152026-08-17T20:06:41.734Z Downloaded pin-project-lite v0.2.17
8162026-08-17T20:06:41.737Z Downloaded darling v0.21.3
8172026-08-17T20:06:41.740Z Downloaded heapless v0.7.17
8182026-08-17T20:06:41.743Z Downloaded native-tls v0.2.18
8192026-08-17T20:06:41.743Z Downloaded slab v0.4.12
8202026-08-17T20:06:41.743Z Downloaded snafu-derive v0.8.9
8212026-08-17T20:06:41.746Z Downloaded difflib v0.4.0
8222026-08-17T20:06:41.747Z Downloaded indoc v1.0.9
8232026-08-17T20:06:41.747Z Downloaded subprocess v0.2.15
8242026-08-17T20:06:41.751Z Downloaded jiff-static v0.2.34
8252026-08-17T20:06:41.751Z Downloaded illumos-nvpair-sys v0.2.0
8262026-08-17T20:06:41.751Z Downloaded rustc-hash v2.1.1
8272026-08-17T20:06:41.751Z Downloaded compact_str v0.8.1
8282026-08-17T20:06:41.755Z Downloaded heapless v0.8.0
8292026-08-17T20:06:41.755Z Downloaded toml v1.1.2+spec-1.1.0
8302026-08-17T20:06:41.759Z Downloaded cc v1.2.56
8312026-08-17T20:06:41.759Z Downloaded derive-where v1.6.0
8322026-08-17T20:06:41.762Z Downloaded parking_lot v0.11.2
8332026-08-17T20:06:41.762Z Downloaded tinystr v0.8.2
8342026-08-17T20:06:41.765Z Downloaded toml v0.7.8
8352026-08-17T20:06:41.765Z Downloaded typify v0.6.2
8362026-08-17T20:06:41.768Z Downloaded tungstenite v0.21.0
8372026-08-17T20:06:41.768Z Downloaded ssh-cipher v0.3.0
8382026-08-17T20:06:41.771Z Downloaded dirs-next v2.0.0
8392026-08-17T20:06:41.771Z Downloaded olpc-cjson v0.1.4
8402026-08-17T20:06:41.775Z Downloaded is_ci v1.2.0
8412026-08-17T20:06:41.775Z Downloaded inout v0.2.2
8422026-08-17T20:06:41.775Z Downloaded kem v0.3.0
8432026-08-17T20:06:41.778Z Downloaded writeable v0.6.2
8442026-08-17T20:06:41.778Z Downloaded libscf-sys v1.2.0
8452026-08-17T20:06:41.778Z Downloaded maplit v1.0.2
8462026-08-17T20:06:41.778Z Downloaded mime v0.3.17
8472026-08-17T20:06:41.781Z Downloaded ingot-macros v0.2.0
8482026-08-17T20:06:41.784Z Downloaded sec1 v0.8.1
8492026-08-17T20:06:41.784Z Downloaded openssl-macros v0.1.1
8502026-08-17T20:06:41.790Z Downloaded ref-cast v1.0.25
8512026-08-17T20:06:41.793Z Downloaded serde_yaml v0.9.34+deprecated
8522026-08-17T20:06:41.797Z Downloaded derive_builder_core v0.20.2
8532026-08-17T20:06:41.801Z Downloaded tokio-tungstenite v0.23.1
8542026-08-17T20:06:41.804Z Downloaded strum_macros v0.26.4
8552026-08-17T20:06:41.807Z Downloaded tui-tree-widget v0.23.1
8562026-08-17T20:06:41.807Z Downloaded uzers v0.12.2
8572026-08-17T20:06:41.809Z Downloaded zerofrom-derive v0.1.6
8582026-08-17T20:06:41.812Z Downloaded rtoolbox v0.0.3
8592026-08-17T20:06:41.812Z Downloaded russh-cryptovec v0.62.0
8602026-08-17T20:06:41.812Z Downloaded sha1 v0.10.6
8612026-08-17T20:06:41.816Z Downloaded russh-util v0.52.0
8622026-08-17T20:06:41.816Z Downloaded serde_spanned v1.1.1
8632026-08-17T20:06:41.816Z Downloaded peg-runtime v0.8.5
8642026-08-17T20:06:41.819Z Downloaded progenitor-macro v0.14.0
8652026-08-17T20:06:41.823Z Downloaded tokio-rustls v0.26.4
8662026-08-17T20:06:41.826Z Downloaded darling_core v0.21.3
8672026-08-17T20:06:41.829Z Downloaded pkg-config v0.3.32
8682026-08-17T20:06:41.832Z Downloaded toml_parser v1.1.2+spec-1.1.0
8692026-08-17T20:06:41.832Z Downloaded slog-envlogger v2.2.0
8702026-08-17T20:06:41.832Z Downloaded slog-bunyan v2.5.0
8712026-08-17T20:06:41.835Z Downloaded tokio-postgres v0.7.16
8722026-08-17T20:06:41.838Z Downloaded hickory-resolver v0.24.4
8732026-08-17T20:06:41.842Z Downloaded aes v0.9.1
8742026-08-17T20:06:41.842Z Downloaded num-complex v0.4.6
8752026-08-17T20:06:41.842Z Downloaded tower-layer v0.3.3
8762026-08-17T20:06:41.846Z Downloaded indexmap v1.9.3
8772026-08-17T20:06:41.846Z Downloaded nanorand v0.7.0
8782026-08-17T20:06:41.850Z Downloaded expectorate v1.2.0
8792026-08-17T20:06:41.850Z Downloaded rcgen v0.12.1
8802026-08-17T20:06:41.850Z Downloaded defmt v1.0.1
8812026-08-17T20:06:41.854Z Downloaded dirs-sys-next v0.1.2
8822026-08-17T20:06:41.857Z Downloaded digest v0.11.3
8832026-08-17T20:06:41.858Z Downloaded proc-macro-error2 v2.0.1
8842026-08-17T20:06:41.861Z Downloaded typify-macro v0.6.2
8852026-08-17T20:06:41.861Z Downloaded unicode-xid v0.2.6
8862026-08-17T20:06:41.861Z Downloaded digest-io v0.1.0
8872026-08-17T20:06:41.861Z Downloaded ena v0.14.4
8882026-08-17T20:06:41.864Z Downloaded scrypt v0.12.0
8892026-08-17T20:06:41.864Z Downloaded stable_deref_trait v1.2.1
8902026-08-17T20:06:41.864Z Downloaded utf-8 v0.7.6
8912026-08-17T20:06:41.864Z Downloaded sync_wrapper v1.0.2
8922026-08-17T20:06:41.864Z Downloaded tinyvec_macros v0.1.1
8932026-08-17T20:06:41.868Z Downloaded tokio-macros v2.7.0
8942026-08-17T20:06:41.870Z Downloaded untrusted v0.9.0
8952026-08-17T20:06:41.871Z Downloaded yoke-derive v0.8.1
8962026-08-17T20:06:41.871Z Downloaded bumpalo v3.20.2
8972026-08-17T20:06:41.891Z Downloaded r2d2 v0.8.10
8982026-08-17T20:06:41.891Z Downloaded zerotrie v0.2.3
8992026-08-17T20:06:41.891Z Downloaded yansi v1.0.1
9002026-08-17T20:06:41.891Z Downloaded miniz_oxide v0.8.9
9012026-08-17T20:06:41.891Z Downloaded slog v2.8.2
9022026-08-17T20:06:41.891Z Downloaded rpassword v7.5.4
9032026-08-17T20:06:41.898Z Downloaded serdect v0.4.3
9042026-08-17T20:06:41.898Z Downloaded signature v2.2.0
9052026-08-17T20:06:41.898Z Downloaded term v1.2.1
9062026-08-17T20:06:41.898Z Downloaded serde_with v1.14.0
9072026-08-17T20:06:41.902Z Downloaded strum_macros v0.24.3
9082026-08-17T20:06:41.905Z Downloaded p256 v0.14.0
9092026-08-17T20:06:41.905Z Downloaded tinyvec v1.10.0
9102026-08-17T20:06:41.910Z Downloaded packed_struct v0.10.1
9112026-08-17T20:06:41.910Z Downloaded phf v0.13.1
9122026-08-17T20:06:41.910Z Downloaded crunchy v0.2.4
9132026-08-17T20:06:41.910Z Downloaded vsss-rs v3.3.4
9142026-08-17T20:06:41.913Z Downloaded slog-dtrace v0.3.0
9152026-08-17T20:06:41.913Z Downloaded crypto-common v0.2.2
9162026-08-17T20:06:41.913Z Downloaded keccak v0.1.6
9172026-08-17T20:06:41.913Z Downloaded display-error-chain v0.2.2
9182026-08-17T20:06:41.913Z Downloaded litemap v0.8.1
9192026-08-17T20:06:41.916Z Downloaded unsafe-libyaml v0.2.11
9202026-08-17T20:06:41.919Z Downloaded nonempty v0.12.0
9212026-08-17T20:06:41.919Z Downloaded num-iter v0.1.45
9222026-08-17T20:06:41.922Z Downloaded ppv-lite86 v0.2.21
9232026-08-17T20:06:41.922Z Downloaded schemars_derive v0.8.22
9242026-08-17T20:06:41.925Z Downloaded hashbrown v0.12.3
9252026-08-17T20:06:41.928Z Downloaded hashbrown v0.13.2
9262026-08-17T20:06:41.932Z Downloaded oxide-update-engine v0.1.2
9272026-08-17T20:06:41.932Z Downloaded pkcs1 v0.8.0-rc.4
9282026-08-17T20:06:41.935Z Downloaded darling v0.23.0
9292026-08-17T20:06:41.935Z Downloaded hickory-server v0.25.2
9302026-08-17T20:06:41.938Z Downloaded http v1.4.2
9312026-08-17T20:06:41.941Z Downloaded vergen-git2 v9.1.0
9322026-08-17T20:06:41.941Z Downloaded wyz v0.5.1
9332026-08-17T20:06:41.941Z Downloaded zstd-safe v7.2.4
9342026-08-17T20:06:41.941Z Downloaded corncobs v0.1.4
9352026-08-17T20:06:41.944Z Downloaded daft-derive v0.1.7
9362026-08-17T20:06:41.944Z Downloaded percent-encoding v2.3.2
9372026-08-17T20:06:41.947Z Downloaded predicates-core v1.0.10
9382026-08-17T20:06:41.947Z Downloaded csv-core v0.1.13
9392026-08-17T20:06:41.947Z Downloaded icu_locale_core v2.1.1
9402026-08-17T20:06:41.950Z Downloaded quinn-udp v0.5.14
9412026-08-17T20:06:41.950Z Downloaded critical-section v1.2.0
9422026-08-17T20:06:41.950Z Downloaded lazy_static v1.5.0
9432026-08-17T20:06:41.954Z Downloaded lru v0.12.5
9442026-08-17T20:06:41.954Z Downloaded md5 v0.8.0
9452026-08-17T20:06:41.954Z Downloaded x509-cert v0.2.5
9462026-08-17T20:06:41.957Z Downloaded crossbeam-channel v0.5.15
9472026-08-17T20:06:41.957Z Downloaded signal-hook v0.3.18
9482026-08-17T20:06:41.960Z Downloaded test-strategy v0.4.5
9492026-08-17T20:06:41.960Z Downloaded stacker v0.1.23
9502026-08-17T20:06:41.963Z Downloaded tokio-dtrace v0.1.1
9512026-08-17T20:06:41.963Z Downloaded yoke v0.8.1
9522026-08-17T20:06:41.963Z Downloaded tabwriter v1.4.1
9532026-08-17T20:06:41.967Z Downloaded nu-ansi-term v0.50.3
9542026-08-17T20:06:41.970Z Downloaded walkdir v2.5.0
9552026-08-17T20:06:41.978Z Downloaded libbz2-rs-sys v0.2.2
9562026-08-17T20:06:41.980Z Downloaded litrs v1.0.0
9572026-08-17T20:06:41.981Z Downloaded ingot-types v0.2.0
9582026-08-17T20:06:41.983Z Downloaded openssl-sys v0.9.117
9592026-08-17T20:06:41.987Z Downloaded libsw-core v0.3.2
9602026-08-17T20:06:41.990Z Downloaded tungstenite v0.23.0
9612026-08-17T20:06:41.990Z Downloaded zopfli v0.8.3
9622026-08-17T20:06:41.990Z Downloaded ml-kem v0.3.2
9632026-08-17T20:06:41.993Z Downloaded tower-service v0.3.3
9642026-08-17T20:06:41.993Z Downloaded twox-hash v2.1.2
9652026-08-17T20:06:41.996Z Downloaded data-encoding v2.10.0
9662026-08-17T20:06:41.996Z Downloaded num-integer v0.1.46
9672026-08-17T20:06:41.999Z Downloaded ed25519 v2.2.3
9682026-08-17T20:06:42.002Z Downloaded prefix-trie v0.7.0
9692026-08-17T20:06:42.005Z Downloaded impl-trait-for-tuples v0.2.3
9702026-08-17T20:06:42.005Z Downloaded serde_plain v1.0.2
9712026-08-17T20:06:42.005Z Downloaded ed25519 v3.0.0
9722026-08-17T20:06:42.009Z Downloaded thiserror-impl-no-std v2.0.2
9732026-08-17T20:06:42.009Z Downloaded pin-project-internal v1.1.11
9742026-08-17T20:06:42.009Z Downloaded waitgroup v0.1.2
9752026-08-17T20:06:42.009Z Downloaded xattr v1.6.1
9762026-08-17T20:06:42.012Z Downloaded xshell-macros v0.2.7
9772026-08-17T20:06:42.012Z Downloaded crucible-workspace-hack v0.1.0
9782026-08-17T20:06:42.012Z Downloaded dsl_auto_type v0.2.0
9792026-08-17T20:06:42.017Z Downloaded instant v0.1.13
9802026-08-17T20:06:42.022Z Downloaded hickory-resolver v0.25.2
9812026-08-17T20:06:42.022Z Downloaded kstat-rs v0.2.5
9822026-08-17T20:06:42.026Z Downloaded pem v3.0.6
9832026-08-17T20:06:42.026Z Downloaded pkcs5 v0.8.1
9842026-08-17T20:06:42.026Z Downloaded rand v0.10.1
9852026-08-17T20:06:42.029Z Downloaded samael v0.0.19
9862026-08-17T20:06:42.029Z Downloaded crossbeam-utils v0.8.21
9872026-08-17T20:06:42.034Z Downloaded icu_collections v2.1.1
9882026-08-17T20:06:42.038Z Downloaded match_cfg v0.1.0
9892026-08-17T20:06:42.038Z Downloaded icu_normalizer_data v2.1.1
9902026-08-17T20:06:42.038Z Downloaded scuffle v0.1.0
9912026-08-17T20:06:42.038Z Downloaded ron v0.8.1
9922026-08-17T20:06:42.041Z Downloaded term v0.7.0
9932026-08-17T20:06:42.041Z Downloaded oxnet v0.1.6
9942026-08-17T20:06:42.041Z Downloaded predicates v3.1.4
9952026-08-17T20:06:42.044Z Downloaded nodrop v0.1.14
9962026-08-17T20:06:42.044Z Downloaded dtrace-parser v0.3.0
9972026-08-17T20:06:42.044Z Downloaded darling_macro v0.23.0
9982026-08-17T20:06:42.044Z Downloaded memoffset v0.9.1
9992026-08-17T20:06:42.047Z Downloaded oso-derive v0.27.3
10002026-08-17T20:06:42.047Z Downloaded recursive-proc-macro-impl v0.1.1
10012026-08-17T20:06:42.050Z Downloaded shlex v1.3.0
10022026-08-17T20:06:42.050Z Downloaded aho-corasick v1.1.4
10032026-08-17T20:06:42.053Z Downloaded serde_with_macros v1.5.2
10042026-08-17T20:06:42.053Z Downloaded serde-big-array v0.5.1
10052026-08-17T20:06:42.053Z Downloaded serde_bytes v0.11.19
10062026-08-17T20:06:42.056Z Downloaded subtle v2.6.1
10072026-08-17T20:06:42.060Z Downloaded psm v0.1.30
10082026-08-17T20:06:42.060Z Downloaded serde-hex v0.1.0
10092026-08-17T20:06:42.064Z Downloaded rand_chacha v0.3.1
10102026-08-17T20:06:42.064Z Downloaded aes-gcm v0.11.0
10112026-08-17T20:06:42.064Z Downloaded num-traits v0.2.19
10122026-08-17T20:06:42.067Z Downloaded smallvec v0.6.14
10132026-08-17T20:06:42.067Z Downloaded crypto-bigint v0.5.5
10142026-08-17T20:06:42.070Z Downloaded signature v3.0.0
10152026-08-17T20:06:42.076Z Downloaded multer v3.1.0
10162026-08-17T20:06:42.079Z Downloaded newtype-uuid v1.3.2
10172026-08-17T20:06:42.082Z Downloaded parse-display-derive v0.10.0
10182026-08-17T20:06:42.085Z Downloaded xshell v0.2.7
10192026-08-17T20:06:42.088Z Downloaded ctr v0.10.1
10202026-08-17T20:06:42.088Z Downloaded document-features v0.2.12
10212026-08-17T20:06:42.091Z Downloaded diff v0.1.13
10222026-08-17T20:06:42.091Z Downloaded tls_codec v0.4.2
10232026-08-17T20:06:42.094Z Downloaded ecdsa v0.17.0
10242026-08-17T20:06:42.094Z Downloaded tokio-tungstenite v0.21.0
10252026-08-17T20:06:42.094Z Downloaded darling_macro v0.20.11
10262026-08-17T20:06:42.097Z Downloaded topological-sort v0.2.2
10272026-08-17T20:06:42.100Z Downloaded zerovec v0.11.5
10282026-08-17T20:06:42.103Z Downloaded derive_more v2.1.1
10292026-08-17T20:06:42.110Z Downloaded dropshot_endpoint v0.17.1
10302026-08-17T20:06:42.113Z Downloaded tokio-test v0.4.5
10312026-08-17T20:06:42.113Z Downloaded resolv-conf v0.7.6
10322026-08-17T20:06:42.113Z Downloaded salsa20 v0.11.0
10332026-08-17T20:06:42.113Z Downloaded diesel_table_macro_syntax v0.3.0
10342026-08-17T20:06:42.116Z Downloaded lru-slab v0.1.2
10352026-08-17T20:06:42.116Z Downloaded newline-converter v0.3.0
10362026-08-17T20:06:42.116Z Downloaded snafu v0.8.9
10372026-08-17T20:06:42.119Z Downloaded derive_builder_macro v0.20.2
10382026-08-17T20:06:42.122Z Downloaded nom v8.0.0
10392026-08-17T20:06:42.125Z Downloaded peg-macros v0.8.5
10402026-08-17T20:06:42.125Z Downloaded phf_shared v0.12.1
10412026-08-17T20:06:42.125Z Downloaded defmt-macros v1.0.1
10422026-08-17T20:06:42.128Z Downloaded unicode-segmentation v1.12.0
10432026-08-17T20:06:42.128Z Downloaded defmt-parser v1.0.0
10442026-08-17T20:06:42.131Z Downloaded scroll_derive v0.13.1
10452026-08-17T20:06:42.131Z Downloaded quinn v0.11.11
10462026-08-17T20:06:42.134Z Downloaded mime_guess v2.0.5
10472026-08-17T20:06:42.134Z Downloaded oxide-tokio-rt v0.1.4
10482026-08-17T20:06:42.134Z Downloaded crossterm v0.28.1
10492026-08-17T20:06:42.137Z Downloaded idna_adapter v1.2.1
10502026-08-17T20:06:42.140Z Downloaded phc v0.6.1
10512026-08-17T20:06:42.143Z Downloaded potential_utf v0.1.4
10522026-08-17T20:06:42.143Z Downloaded scopeguard v1.2.0
10532026-08-17T20:06:42.143Z Downloaded powerfmt v0.2.0
10542026-08-17T20:06:42.146Z Downloaded psl-types v2.0.11
10552026-08-17T20:06:42.146Z Downloaded rand_xorshift v0.4.0
10562026-08-17T20:06:42.146Z Downloaded slog-term v2.9.2
10572026-08-17T20:06:42.149Z Downloaded string_cache v0.8.9
10582026-08-17T20:06:42.149Z Downloaded synstructure v0.13.2
10592026-08-17T20:06:42.149Z Downloaded serde_urlencoded v0.7.1
10602026-08-17T20:06:42.149Z Downloaded blake3 v1.8.5
10612026-08-17T20:06:42.153Z Downloaded simd-adler32 v0.3.8
10622026-08-17T20:06:42.157Z Downloaded unicode-properties v0.1.4
10632026-08-17T20:06:42.157Z Downloaded futures-util v0.3.32
10642026-08-17T20:06:42.162Z Downloaded rsa v0.10.0-rc.18
10652026-08-17T20:06:42.165Z Downloaded zerocopy-derive v0.8.40
10662026-08-17T20:06:42.169Z Downloaded vergen-lib v0.1.6
10672026-08-17T20:06:42.169Z Downloaded take_mut v0.2.2
10682026-08-17T20:06:42.174Z Downloaded derive_more v0.99.20
10692026-08-17T20:06:42.174Z Downloaded icu_provider v2.1.1
10702026-08-17T20:06:42.174Z Downloaded spki v0.8.0
10712026-08-17T20:06:42.177Z Downloaded rustyline v14.0.0
10722026-08-17T20:06:42.177Z Downloaded zeroize v1.9.0
10732026-08-17T20:06:42.177Z Downloaded structmeta-derive v0.3.0
10742026-08-17T20:06:42.177Z Downloaded trait-variant v0.1.2
10752026-08-17T20:06:42.180Z Downloaded rsa v0.9.10
10762026-08-17T20:06:42.187Z Downloaded darling v0.13.4
10772026-08-17T20:06:42.190Z Downloaded num-derive v0.4.2
10782026-08-17T20:06:42.202Z Downloaded der v0.7.10
10792026-08-17T20:06:42.205Z Downloaded poly1305 v0.9.0
10802026-08-17T20:06:42.205Z Downloaded libloading v0.8.9
10812026-08-17T20:06:42.208Z Downloaded zstd v0.13.3
10822026-08-17T20:06:42.208Z Downloaded quick-error v1.2.3
10832026-08-17T20:06:42.212Z Downloaded rustls-pki-types v1.14.0
10842026-08-17T20:06:42.212Z Downloaded parking_lot_core v0.8.6
10852026-08-17T20:06:42.212Z Downloaded oso v0.27.3
10862026-08-17T20:06:42.215Z Downloaded rustls-platform-verifier v0.6.2
10872026-08-17T20:06:42.218Z Downloaded supports-color v3.0.2
10882026-08-17T20:06:42.222Z Downloaded testing_table v0.3.0
10892026-08-17T20:06:42.222Z Downloaded want v0.3.1
10902026-08-17T20:06:42.222Z Downloaded port-file v0.1.0
10912026-08-17T20:06:42.225Z Downloaded crc-any v2.5.0
10922026-08-17T20:06:42.230Z Downloaded pem-rfc7468 v0.7.0
10932026-08-17T20:06:42.234Z Downloaded rustversion v1.0.22
10942026-08-17T20:06:42.234Z Downloaded time-macros v0.2.27
10952026-08-17T20:06:42.234Z Downloaded reedline v0.40.0
10962026-08-17T20:06:42.237Z Downloaded slog-stdlog v4.1.1
10972026-08-17T20:06:42.240Z Downloaded tiny-keccak v2.0.2
10982026-08-17T20:06:42.240Z Downloaded zeroize_derive v1.5.0
10992026-08-17T20:06:42.240Z Downloaded bindgen v0.71.1
11002026-08-17T20:06:42.247Z Downloaded cstr-argument v0.1.2
11012026-08-17T20:06:42.247Z Downloaded h2 v0.4.15
11022026-08-17T20:06:42.250Z Downloaded indoc v2.0.7
11032026-08-17T20:06:42.250Z Downloaded darling_core v0.20.11
11042026-08-17T20:06:42.253Z Downloaded ed25519-dalek v3.0.0
11052026-08-17T20:06:42.256Z Downloaded sqlformat v0.3.5
11062026-08-17T20:06:42.259Z Downloaded vergen-gitcl v1.0.8
11072026-08-17T20:06:42.262Z Downloaded siphasher v1.0.2
11082026-08-17T20:06:42.262Z Downloaded tracing-attributes v0.1.31
11092026-08-17T20:06:42.266Z Downloaded universal-hash v0.5.1
11102026-08-17T20:06:42.271Z Downloaded hashbrown v0.16.1
11112026-08-17T20:06:42.275Z Downloaded primefield v0.14.0
11122026-08-17T20:06:42.275Z Downloaded hashbrown v0.15.5
11132026-08-17T20:06:42.280Z Downloaded pin-project v1.1.11
11142026-08-17T20:06:42.283Z Downloaded displaydoc v0.2.5
11152026-08-17T20:06:42.286Z Downloaded progenitor-client v0.14.0
11162026-08-17T20:06:42.286Z Downloaded ryu v1.0.23
11172026-08-17T20:06:42.291Z Downloaded ecdsa v0.16.9
11182026-08-17T20:06:42.291Z Downloaded libefi-sys v0.1.0
11192026-08-17T20:06:42.294Z Downloaded module-lattice v0.2.3
11202026-08-17T20:06:42.294Z Downloaded ref-cast-impl v1.0.25
11212026-08-17T20:06:42.294Z Downloaded serde_repr v0.1.20
11222026-08-17T20:06:42.294Z Downloaded crc v3.4.0
11232026-08-17T20:06:42.298Z Downloaded new_debug_unreachable v1.0.6
11242026-08-17T20:06:42.301Z Downloaded inout v0.1.4
11252026-08-17T20:06:42.301Z Downloaded tar v0.4.46
11262026-08-17T20:06:42.304Z Downloaded nom v7.1.3
11272026-08-17T20:06:42.307Z Downloaded zip v0.6.6
11282026-08-17T20:06:42.310Z Downloaded jobserver v0.1.34
11292026-08-17T20:06:42.313Z Downloaded cookie v0.18.1
11302026-08-17T20:06:42.316Z Downloaded indicatif v0.18.4
11312026-08-17T20:06:42.319Z Downloaded strsim v0.10.0
11322026-08-17T20:06:42.319Z Downloaded parse-size v1.1.0
11332026-08-17T20:06:42.319Z Downloaded multimap v0.10.1
11342026-08-17T20:06:42.322Z Downloaded hyper v1.10.1
11352026-08-17T20:06:42.326Z Downloaded sha1 v0.11.0
11362026-08-17T20:06:42.331Z Downloaded crossbeam-epoch v0.9.18
11372026-08-17T20:06:42.342Z Downloaded stringprep v0.1.5
11382026-08-17T20:06:42.346Z Downloaded usdt-impl v0.6.0
11392026-08-17T20:06:42.349Z Downloaded lru-cache v0.1.2
11402026-08-17T20:06:42.352Z Downloaded usdt v0.6.0
11412026-08-17T20:06:42.355Z Downloaded aws-lc-rs v1.16.3
11422026-08-17T20:06:42.358Z Downloaded elliptic-curve v0.14.1
11432026-08-17T20:06:42.363Z Downloaded darling v0.20.11
11442026-08-17T20:06:42.366Z Downloaded managed v0.8.0
11452026-08-17T20:06:42.371Z Downloaded num_enum v0.5.11
11462026-08-17T20:06:42.374Z Downloaded password-hash v0.6.1
11472026-08-17T20:06:42.374Z Downloaded iana-time-zone v0.1.65
11482026-08-17T20:06:42.374Z Downloaded thiserror-no-std v2.0.2
11492026-08-17T20:06:42.380Z Downloaded precomputed-hash v0.1.1
11502026-08-17T20:06:42.383Z Downloaded rand_pcg v0.10.2
11512026-08-17T20:06:42.383Z Downloaded zerovec-derive v0.11.2
11522026-08-17T20:06:42.387Z Downloaded signal-hook-mio v0.2.5
11532026-08-17T20:06:42.387Z Downloaded tls_codec_derive v0.4.2
11542026-08-17T20:06:42.390Z Downloaded der_derive v0.7.3
11552026-08-17T20:06:42.390Z Downloaded icu_properties v2.1.2
11562026-08-17T20:06:42.393Z Downloaded instability v0.3.11
11572026-08-17T20:06:42.393Z Downloaded sha2 v0.11.0
11582026-08-17T20:06:42.396Z Downloaded polyval v0.7.1
11592026-08-17T20:06:42.399Z Downloaded cookie_store v0.22.1
11602026-08-17T20:06:42.402Z Downloaded time-core v0.1.8
11612026-08-17T20:06:42.407Z Downloaded strum v0.27.2
11622026-08-17T20:06:42.410Z Downloaded schemars v1.2.1
11632026-08-17T20:06:42.415Z Downloaded crossbeam-deque v0.8.6
11642026-08-17T20:06:42.418Z Downloaded tower v0.5.3
11652026-08-17T20:06:42.423Z Downloaded lock_api v0.4.14
11662026-08-17T20:06:42.428Z Downloaded steno v0.4.1
11672026-08-17T20:06:42.432Z Downloaded p521 v0.14.0
11682026-08-17T20:06:42.432Z Downloaded uuid v1.23.4
11692026-08-17T20:06:42.435Z Downloaded dof v0.4.0
11702026-08-17T20:06:42.435Z Downloaded keccak v0.2.0
11712026-08-17T20:06:42.438Z Downloaded bitvec v1.0.1
11722026-08-17T20:06:42.445Z Downloaded embedded-io v0.4.0
11732026-08-17T20:06:42.448Z Downloaded parse-display v0.10.0
11742026-08-17T20:06:42.448Z Downloaded omicron-zone-package v0.12.3
11752026-08-17T20:06:42.448Z Downloaded progenitor-client v0.13.0
11762026-08-17T20:06:42.451Z Downloaded universal-hash v0.6.1
11772026-08-17T20:06:42.451Z Downloaded delegate v0.13.5
11782026-08-17T20:06:42.451Z Downloaded parking_lot v0.12.5
11792026-08-17T20:06:42.454Z Downloaded qorb v0.4.1
11802026-08-17T20:06:42.454Z Downloaded memmap2 v0.9.10
11812026-08-17T20:06:42.460Z Downloaded url v2.5.8
11822026-08-17T20:06:42.460Z Downloaded darling_core v0.13.4
11832026-08-17T20:06:42.463Z Downloaded pem-rfc7468 v1.0.0
11842026-08-17T20:06:42.463Z Downloaded indent_write v2.2.0
11852026-08-17T20:06:42.467Z Downloaded vte v0.14.1
11862026-08-17T20:06:42.471Z Downloaded ignore v0.4.25
11872026-08-17T20:06:42.474Z Downloaded rand_core v0.10.0
11882026-08-17T20:06:42.474Z Downloaded support-bundle-viewer v0.1.2
11892026-08-17T20:06:42.479Z Downloaded unicode_categories v0.1.1
11902026-08-17T20:06:42.482Z Downloaded der v0.8.0
11912026-08-17T20:06:42.485Z Downloaded serde_path_to_error v0.1.20
11922026-08-17T20:06:42.490Z Downloaded zerocopy v0.6.6
11932026-08-17T20:06:42.494Z Downloaded schemars v0.8.22
11942026-08-17T20:06:42.499Z Downloaded iri-string v0.7.10
11952026-08-17T20:06:42.503Z Downloaded slog-json v2.6.1
11962026-08-17T20:06:42.506Z Downloaded unicode-bidi v0.3.18
11972026-08-17T20:06:42.506Z Downloaded crc32fast v1.5.0
11982026-08-17T20:06:42.509Z Downloaded drift v0.2.0
11992026-08-17T20:06:42.515Z Downloaded toml_edit v0.23.10+spec-1.0.0
12002026-08-17T20:06:42.519Z Downloaded progenitor v0.14.0
12012026-08-17T20:06:42.522Z Downloaded hkdf v0.12.4
12022026-08-17T20:06:42.522Z Downloaded internal-russh-num-bigint v0.5.0
12032026-08-17T20:06:42.522Z Downloaded tokio-stream v0.1.18
12042026-08-17T20:06:42.525Z Downloaded hkdf v0.13.0
12052026-08-17T20:06:42.528Z Downloaded itertools v0.10.5
12062026-08-17T20:06:42.531Z Downloaded elliptic-curve v0.13.8
12072026-08-17T20:06:42.531Z Downloaded toml_writer v1.1.1+spec-1.1.0
12082026-08-17T20:06:42.534Z Downloaded crossterm v0.29.0
12092026-08-17T20:06:42.538Z Downloaded oxide-update-engine-display v0.1.2
12102026-08-17T20:06:42.538Z Downloaded hyper-util v0.1.20
12112026-08-17T20:06:42.541Z Downloaded socket2 v0.6.3
12122026-08-17T20:06:42.541Z Downloaded num_enum v0.7.6
12132026-08-17T20:06:42.544Z Downloaded chrono v0.4.45
12142026-08-17T20:06:42.547Z Downloaded itertools v0.14.0
12152026-08-17T20:06:42.557Z Downloaded derive_builder v0.20.2
12162026-08-17T20:06:42.574Z Downloaded publicsuffix v2.3.0
12172026-08-17T20:06:42.588Z Downloaded serde_cbor v0.11.2
12182026-08-17T20:06:42.592Z Downloaded unicase v2.9.0
12192026-08-17T20:06:42.596Z Downloaded russh v0.62.4
12202026-08-17T20:06:42.606Z Downloaded rustls-webpki v0.103.13
12212026-08-17T20:06:42.609Z Downloaded socket2 v0.5.10
12222026-08-17T20:06:42.612Z Downloaded toml_edit v0.19.15
12232026-08-17T20:06:42.618Z Downloaded mio v1.2.0
12242026-08-17T20:06:42.638Z Downloaded git2 v0.20.4
12252026-08-17T20:06:42.642Z Downloaded schemars v0.9.0
12262026-08-17T20:06:42.648Z Downloaded icu_normalizer v2.1.1
12272026-08-17T20:06:42.652Z Downloaded pretty_assertions v1.4.1
12282026-08-17T20:06:42.652Z Downloaded unicode-normalization v0.1.25
12292026-08-17T20:06:42.662Z Downloaded ssh-key v0.7.0-rc.11
12302026-08-17T20:06:42.669Z Downloaded num-bigint v0.4.6
12312026-08-17T20:06:42.672Z Downloaded winnow v1.0.3
12322026-08-17T20:06:42.677Z Downloaded darling_core v0.23.0
12332026-08-17T20:06:42.682Z Downloaded diesel_derives v2.3.7
12342026-08-17T20:06:42.687Z Downloaded tokio-util v0.7.18
12352026-08-17T20:06:42.692Z Downloaded regex v1.12.3
12362026-08-17T20:06:42.692Z Downloaded ed25519-dalek v2.2.0
12372026-08-17T20:06:42.695Z Downloaded tabled v0.21.0
12382026-08-17T20:06:42.703Z Downloaded iddqd v0.4.2
12392026-08-17T20:06:42.707Z Downloaded libxml v0.3.3
12402026-08-17T20:06:42.710Z Downloaded idna v1.1.0
12412026-08-17T20:06:42.713Z Downloaded bstr v1.12.1
12422026-08-17T20:06:42.722Z Downloaded rawzip v0.4.4
12432026-08-17T20:06:42.724Z Downloaded minimal-lexical v0.2.1
12442026-08-17T20:06:42.728Z Downloaded quick-xml v0.37.5
12452026-08-17T20:06:42.734Z Downloaded typed-path v0.9.3
12462026-08-17T20:06:42.739Z Downloaded goblin v0.10.5
12472026-08-17T20:06:42.750Z Downloaded rand v0.8.6
12482026-08-17T20:06:42.753Z Downloaded zip v4.6.1
12492026-08-17T20:06:42.756Z Downloaded libm v0.2.16
12502026-08-17T20:06:42.760Z Downloaded portable-atomic v1.13.1
12512026-08-17T20:06:42.764Z Downloaded rand v0.9.2
12522026-08-17T20:06:42.767Z Downloaded itertools v0.13.0
12532026-08-17T20:06:42.770Z Downloaded sha3 v0.12.0
12542026-08-17T20:06:42.775Z Downloaded jiff-core v0.1.0
12552026-08-17T20:06:42.779Z Downloaded p384 v0.13.1
12562026-08-17T20:06:42.783Z Downloaded derive_more-impl v2.1.1
12572026-08-17T20:06:42.786Z Downloaded tough v0.22.0
12582026-08-17T20:06:42.792Z Downloaded dropshot-api-manager v0.8.0
12592026-08-17T20:06:42.795Z Downloaded reqwest v0.13.2
12602026-08-17T20:06:42.799Z Downloaded rayon v1.11.0
12612026-08-17T20:06:42.818Z Downloaded num-bigint-dig v0.8.6
12622026-08-17T20:06:42.821Z Downloaded proptest v1.11.0
12632026-08-17T20:06:42.827Z Downloaded time v0.3.47
12642026-08-17T20:06:42.832Z Downloaded tower-http v0.6.8
12652026-08-17T20:06:42.836Z Downloaded winnow v0.6.26
12662026-08-17T20:06:42.840Z Downloaded icu_properties_data v2.1.2
12672026-08-17T20:06:42.845Z Downloaded reqwest v0.12.28
12682026-08-17T20:06:42.848Z Downloaded itertools v0.12.1
12692026-08-17T20:06:42.852Z Downloaded itertools v0.15.0
12702026-08-17T20:06:42.856Z Downloaded moka v0.12.13
12712026-08-17T20:06:42.860Z Downloaded radix_trie v0.2.1
12722026-08-17T20:06:42.863Z Downloaded winnow v0.5.40
12732026-08-17T20:06:42.867Z Downloaded crypto-primes v0.7.2
12742026-08-17T20:06:42.871Z Downloaded crypto-bigint v0.7.5
12752026-08-17T20:06:42.878Z Downloaded object v0.30.4
12762026-08-17T20:06:42.883Z Downloaded polar-core v0.27.3
12772026-08-17T20:06:42.887Z Downloaded quinn-proto v0.11.16
12782026-08-17T20:06:42.891Z Downloaded salty v0.3.0
12792026-08-17T20:06:42.894Z Downloaded zlib-rs v0.6.2
12802026-08-17T20:06:42.899Z Downloaded vcpkg v0.2.15
12812026-08-17T20:06:42.919Z Downloaded nix v0.27.1
12822026-08-17T20:06:42.926Z Downloaded petname v2.0.2
12832026-08-17T20:06:42.929Z Downloaded lalrpop v0.19.12
12842026-08-17T20:06:42.933Z Downloaded regress v0.11.1
12852026-08-17T20:06:42.955Z Downloaded serde_with v3.21.0
12862026-08-17T20:06:42.964Z Downloaded regress v0.10.5
12872026-08-17T20:06:42.967Z Downloaded hickory-proto v0.25.2
12882026-08-17T20:06:42.974Z Downloaded hickory-proto v0.24.4
12892026-08-17T20:06:42.982Z Downloaded smoltcp v0.9.1
12902026-08-17T20:06:42.988Z Downloaded zerocopy v0.8.40
12912026-08-17T20:06:42.993Z Downloaded curve25519-dalek v4.1.3
12922026-08-17T20:06:43.029Z Downloaded nix v0.28.0
12932026-08-17T20:06:43.042Z Downloaded regex-syntax v0.8.10
12942026-08-17T20:06:43.055Z Downloaded regex-syntax v0.6.29
12952026-08-17T20:06:43.059Z Downloaded rustls v0.23.41
12962026-08-17T20:06:43.066Z Downloaded diesel v2.3.7
12972026-08-17T20:06:43.077Z Downloaded tracing v0.1.44
12982026-08-17T20:06:43.089Z Downloaded openssl v0.10.80
12992026-08-17T20:06:43.096Z Downloaded rustix v0.38.44
13002026-08-17T20:06:43.107Z Downloaded nix v0.31.2
13012026-08-17T20:06:43.114Z Downloaded smoltcp v0.11.0
13022026-08-17T20:06:43.120Z Downloaded ratatui v0.29.0
13032026-08-17T20:06:43.130Z Downloaded regex-automata v0.4.14
13042026-08-17T20:06:43.139Z Downloaded sha3 v0.11.0
13052026-08-17T20:06:43.142Z Downloaded sled v0.34.7
13062026-08-17T20:06:43.146Z Downloaded dropshot v0.17.1
13072026-08-17T20:06:43.158Z Downloaded openapiv3 v2.2.0
13082026-08-17T20:06:43.171Z Downloaded curve25519-dalek v5.0.0
13092026-08-17T20:06:43.171Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-08-17T20:06:43.179Z Downloaded object v0.37.3
13112026-08-17T20:06:43.186Z Downloaded petgraph v0.8.3
13122026-08-17T20:06:43.200Z Downloaded typify-impl v0.6.2
13132026-08-17T20:06:43.206Z Downloaded sqlparser v0.61.0
13142026-08-17T20:06:43.211Z Downloaded encoding_rs v0.8.35
13152026-08-17T20:06:43.241Z Downloaded bzip2-sys v0.1.13+1.0.8
13162026-08-17T20:06:43.291Z Downloaded petgraph v0.6.5
13172026-08-17T20:06:43.306Z Downloaded zerocopy-derive v0.6.6
13182026-08-17T20:06:43.340Z Downloaded chrono-tz v0.10.4
13192026-08-17T20:06:43.351Z Downloaded jiff v0.2.34
13202026-08-17T20:06:43.410Z Downloaded sha3 v0.10.8
13212026-08-17T20:06:43.424Z Downloaded tokio v1.52.1
13222026-08-17T20:06:43.445Z Downloaded csv v1.4.0
13232026-08-17T20:06:43.457Z Downloaded libz-sys v1.1.24
13242026-08-17T20:06:43.544Z Downloaded ring v0.17.14
13252026-08-17T20:06:43.604Z Downloaded libgit2-sys v0.18.3+1.9.2
13262026-08-17T20:06:44.102Z Downloaded aws-lc-sys v0.40.0
13272026-08-17T20:06:44.359Z Compiling libc v0.2.185
13282026-08-17T20:06:44.359Z Compiling serde_core v1.0.228
13292026-08-17T20:06:44.359Z Compiling serde v1.0.228
13302026-08-17T20:06:44.362Z Compiling log v0.4.29
13312026-08-17T20:06:44.362Z Compiling smallvec v1.15.1
13322026-08-17T20:06:44.362Z Compiling find-msvc-tools v0.1.9
13332026-08-17T20:06:44.363Z Compiling shlex v1.3.0
13342026-08-17T20:06:44.501Z Compiling syn v2.0.117
13352026-08-17T20:06:44.701Z Compiling subtle v2.6.1
13362026-08-17T20:06:44.705Z Compiling scopeguard v1.2.0
13372026-08-17T20:06:44.730Z Compiling typenum v1.20.1
13382026-08-17T20:06:44.804Z Compiling lock_api v0.4.14
13392026-08-17T20:06:44.819Z Compiling stable_deref_trait v1.2.1
13402026-08-17T20:06:44.822Z Compiling zerocopy v0.8.40
13412026-08-17T20:06:44.875Z Compiling portable-atomic v1.13.1
13422026-08-17T20:06:44.890Z Compiling serde_json v1.0.151
13432026-08-17T20:06:45.048Z Compiling critical-section v1.2.0
13442026-08-17T20:06:45.101Z Compiling libm v0.2.16
13452026-08-17T20:06:45.153Z Compiling num-traits v0.2.19
13462026-08-17T20:06:45.267Z Compiling pkg-config v0.3.32
13472026-08-17T20:06:45.329Z Compiling jobserver v0.1.34
13482026-08-17T20:06:45.343Z Compiling errno v0.3.14
13492026-08-17T20:06:45.393Z Compiling getrandom v0.2.17
13502026-08-17T20:06:45.529Z Compiling cc v1.2.56
13512026-08-17T20:06:45.614Z Compiling rand_core v0.6.4
13522026-08-17T20:06:45.800Z Compiling generic-array v0.14.7
13532026-08-17T20:06:45.852Z Compiling once_cell v1.21.3
13542026-08-17T20:06:45.892Z Compiling const-oid v0.9.6
13552026-08-17T20:06:45.924Z Compiling pin-project-lite v0.2.17
13562026-08-17T20:06:46.007Z Compiling parking_lot_core v0.9.12
13572026-08-17T20:06:46.025Z Compiling getrandom v0.4.1
13582026-08-17T20:06:46.214Z Compiling rand_core v0.10.0
13592026-08-17T20:06:46.604Z Compiling signal-hook-registry v1.4.8
13602026-08-17T20:06:46.765Z Compiling bitflags v2.11.0
13612026-08-17T20:06:46.769Z Compiling litemap v0.8.1
13622026-08-17T20:06:46.826Z Compiling futures-core v0.3.32
13632026-08-17T20:06:46.883Z Compiling percent-encoding v2.3.2
13642026-08-17T20:06:46.936Z Compiling writeable v0.6.2
13652026-08-17T20:06:46.942Z Compiling semver v1.0.28
13662026-08-17T20:06:46.981Z Compiling parking_lot v0.12.5
13672026-08-17T20:06:47.015Z Compiling mio v1.2.0
13682026-08-17T20:06:47.075Z Compiling icu_normalizer_data v2.1.1
13692026-08-17T20:06:47.144Z Compiling icu_properties_data v2.1.2
13702026-08-17T20:06:47.160Z Compiling socket2 v0.6.3
13712026-08-17T20:06:47.279Z Compiling getrandom v0.3.4
13722026-08-17T20:06:47.374Z Compiling futures-sink v0.3.32
13732026-08-17T20:06:47.401Z Compiling indexmap v2.14.0
13742026-08-17T20:06:47.490Z Compiling synstructure v0.13.2
13752026-08-17T20:06:47.505Z Compiling futures-channel v0.3.32
13762026-08-17T20:06:47.511Z Compiling futures-io v0.3.32
13772026-08-17T20:06:47.586Z Compiling utf8_iter v1.0.4
13782026-08-17T20:06:47.671Z Compiling futures-task v0.3.32
13792026-08-17T20:06:47.753Z Compiling rustix v1.1.3
13802026-08-17T20:06:47.761Z Compiling slab v0.4.12
13812026-08-17T20:06:47.849Z Compiling form_urlencoded v1.2.2
13822026-08-17T20:06:47.904Z Compiling rustversion v1.0.22
13832026-08-17T20:06:47.927Z Compiling base64ct v1.8.3
13842026-08-17T20:06:48.028Z Compiling iana-time-zone v0.1.65
13852026-08-17T20:06:48.054Z Compiling cmake v0.1.57
13862026-08-17T20:06:48.098Z Compiling flagset v0.4.7
13872026-08-17T20:06:48.186Z Compiling pem-rfc7468 v0.7.0
13882026-08-17T20:06:48.220Z Compiling dunce v1.0.5
13892026-08-17T20:06:48.221Z Compiling fs_extra v1.3.0
13902026-08-17T20:06:48.248Z Compiling regex-syntax v0.8.10
13912026-08-17T20:06:48.316Z Compiling ident_case v1.0.1
13922026-08-17T20:06:48.442Z Compiling rand_core v0.9.5
13932026-08-17T20:06:48.457Z Compiling uuid v1.23.4
13942026-08-17T20:06:48.497Z Compiling base64 v0.22.1
13952026-08-17T20:06:48.511Z Compiling aws-lc-sys v0.40.0
13962026-08-17T20:06:48.725Z Compiling syn v1.0.109
13972026-08-17T20:06:48.829Z Compiling vcpkg v0.2.15
13982026-08-17T20:06:48.891Z Compiling serde_derive_internals v0.29.1
13992026-08-17T20:06:49.098Z Compiling rustc_version v0.4.1
14002026-08-17T20:06:49.173Z Compiling tracing-core v0.1.36
14012026-08-17T20:06:49.242Z Compiling serde_derive v1.0.228
14022026-08-17T20:06:49.430Z Compiling zeroize_derive v1.5.0
14032026-08-17T20:06:49.471Z Compiling zerofrom-derive v0.1.6
14042026-08-17T20:06:49.579Z Compiling zerocopy-derive v0.8.40
14052026-08-17T20:06:49.747Z Compiling yoke-derive v0.8.1
14062026-08-17T20:06:49.827Z Compiling zerovec-derive v0.11.2
14072026-08-17T20:06:50.107Z Compiling zeroize v1.9.0
14082026-08-17T20:06:50.327Z Compiling displaydoc v0.2.5
14092026-08-17T20:06:50.905Z Compiling zerofrom v0.1.6
14102026-08-17T20:06:50.970Z Compiling tokio-macros v2.7.0
14112026-08-17T20:06:50.985Z Compiling futures-macro v0.3.32
14122026-08-17T20:06:51.034Z Compiling yoke v0.8.1
14132026-08-17T20:06:51.121Z Compiling der_derive v0.7.3
14142026-08-17T20:06:51.251Z Compiling zerovec v0.11.5
14152026-08-17T20:06:51.274Z Compiling zerotrie v0.2.3
14162026-08-17T20:06:51.579Z Compiling block-buffer v0.10.4
14172026-08-17T20:06:51.752Z Compiling tinystr v0.8.2
14182026-08-17T20:06:51.764Z Compiling potential_utf v0.1.4
14192026-08-17T20:06:51.792Z Compiling crypto-common v0.1.7
14202026-08-17T20:06:51.856Z Compiling futures-util v0.3.32
14212026-08-17T20:06:51.928Z Compiling icu_locale_core v2.1.1
14222026-08-17T20:06:51.945Z Compiling icu_collections v2.1.1
14232026-08-17T20:06:51.963Z Compiling digest v0.10.7
14242026-08-17T20:06:52.106Z Compiling thiserror-impl v2.0.18
14252026-08-17T20:06:52.211Z Compiling der v0.7.10
14262026-08-17T20:06:52.423Z Compiling openssl-sys v0.9.117
14272026-08-17T20:06:52.822Z Compiling bytes v1.11.1
14282026-08-17T20:06:52.852Z Compiling icu_provider v2.1.1
14292026-08-17T20:06:52.940Z Compiling chrono v0.4.45
14302026-08-17T20:06:53.153Z Compiling icu_properties v2.1.2
14312026-08-17T20:06:53.407Z Compiling tokio v1.52.1
14322026-08-17T20:06:53.420Z Compiling icu_normalizer v2.1.1
14332026-08-17T20:06:53.444Z Compiling thiserror v2.0.18
14342026-08-17T20:06:53.554Z Compiling http v1.4.2
14352026-08-17T20:06:53.948Z Compiling ppv-lite86 v0.2.21
14362026-08-17T20:06:54.129Z Compiling idna_adapter v1.2.1
14372026-08-17T20:06:54.145Z Compiling spki v0.7.3
14382026-08-17T20:06:54.245Z Compiling idna v1.1.0
14392026-08-17T20:06:54.268Z Compiling rand_chacha v0.9.0
14402026-08-17T20:06:54.286Z Compiling tracing-attributes v0.1.31
14412026-08-17T20:06:54.320Z Compiling cpufeatures v0.2.17
14422026-08-17T20:06:54.350Z Compiling aws-lc-rs v1.16.3
14432026-08-17T20:06:54.397Z Compiling schemars v0.8.22
14442026-08-17T20:06:54.460Z Compiling dyn-clone v1.0.20
14452026-08-17T20:06:54.590Z Compiling url v2.5.8
14462026-08-17T20:06:54.622Z Compiling rand v0.9.2
14472026-08-17T20:06:54.637Z Compiling pkcs8 v0.10.2
14482026-08-17T20:06:54.884Z Compiling http-body v1.0.1
14492026-08-17T20:06:54.944Z Compiling rustls-pki-types v1.14.0
14502026-08-17T20:06:55.036Z Compiling schemars_derive v0.8.22
14512026-08-17T20:06:55.359Z Compiling spin v0.9.8
14522026-08-17T20:06:55.385Z Compiling tinyvec_macros v0.1.1
14532026-08-17T20:06:55.454Z Compiling crc32fast v1.5.0
14542026-08-17T20:06:55.554Z Compiling openssl-probe v0.2.1
14552026-08-17T20:06:55.557Z Compiling tracing v0.1.44
14562026-08-17T20:06:55.707Z Compiling cmov v0.5.4
14572026-08-17T20:06:55.726Z Compiling httparse v1.10.1
14582026-08-17T20:06:55.823Z Compiling tempfile v3.25.0
14592026-08-17T20:06:55.912Z Compiling ctutils v0.4.2
14602026-08-17T20:06:56.108Z Compiling tinyvec v1.10.0
14612026-08-17T20:06:56.144Z Compiling pest_generator v2.8.6
14622026-08-17T20:06:56.192Z Compiling sha2 v0.10.9
14632026-08-17T20:06:56.230Z Compiling aho-corasick v1.1.4
14642026-08-17T20:06:56.466Z Compiling tower-service v0.3.3
14652026-08-17T20:06:56.564Z Compiling try-lock v0.2.5
14662026-08-17T20:06:56.676Z Compiling tower-layer v0.3.3
14672026-08-17T20:06:56.818Z Compiling atomic-waker v1.1.2
14682026-08-17T20:06:56.838Z Compiling radium v0.7.0
14692026-08-17T20:06:56.943Z Compiling untrusted v0.7.1
14702026-08-17T20:06:57.069Z Compiling regex-automata v0.4.14
14712026-08-17T20:06:57.104Z Compiling tokio-util v0.7.18
14722026-08-17T20:06:57.495Z Compiling pest_derive v2.8.6
14732026-08-17T20:06:57.557Z Compiling want v0.3.1
14742026-08-17T20:06:57.720Z Compiling hybrid-array v0.4.13
14752026-08-17T20:06:57.881Z Compiling h2 v0.4.15
14762026-08-17T20:06:58.129Z Compiling ipnet v2.11.0
14772026-08-17T20:06:58.406Z Compiling scroll_derive v0.13.1
14782026-08-17T20:06:58.467Z Compiling darling_core v0.20.11
14792026-08-17T20:06:58.612Z Compiling untrusted v0.9.0
14802026-08-17T20:06:58.733Z Compiling httpdate v1.0.3
14812026-08-17T20:06:58.964Z Compiling openssl v0.10.80
14822026-08-17T20:06:59.030Z Compiling maybe-uninit v2.0.0
14832026-08-17T20:06:59.105Z Compiling rustls v0.23.41
14842026-08-17T20:06:59.187Z Compiling simd-adler32 v0.3.8
14852026-08-17T20:06:59.190Z Compiling foreign-types-shared v0.1.1
14862026-08-17T20:06:59.274Z Compiling tap v1.0.1
14872026-08-17T20:06:59.289Z Compiling foreign-types v0.3.2
14882026-08-17T20:06:59.354Z Compiling scroll v0.13.0
14892026-08-17T20:06:59.372Z Compiling wyz v0.5.1
14902026-08-17T20:06:59.424Z Compiling unicode-normalization v0.1.25
14912026-08-17T20:06:59.583Z Compiling rand_chacha v0.3.1
14922026-08-17T20:06:59.613Z Compiling hex v0.4.3
14932026-08-17T20:06:59.877Z Compiling signature v2.2.0
14942026-08-17T20:06:59.895Z Compiling thiserror-impl v1.0.69
14952026-08-17T20:06:59.965Z Compiling openssl-macros v0.1.1
14962026-08-17T20:07:00.058Z Compiling terminal_size v0.4.3
14972026-08-17T20:07:00.198Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14982026-08-17T20:07:00.354Z Compiling bzip2-sys v0.1.13+1.0.8
14992026-08-17T20:07:00.354Z Compiling num-integer v0.1.46
15002026-08-17T20:07:00.580Z Compiling wait-timeout v0.2.1
15012026-08-17T20:07:00.635Z Compiling ahash v0.8.12
15022026-08-17T20:07:00.682Z Compiling time-core v0.1.8
15032026-08-17T20:07:00.713Z Compiling darling_macro v0.20.11
15042026-08-17T20:07:00.829Z Compiling packed_struct v0.10.1
15052026-08-17T20:07:00.844Z Compiling quick-error v1.2.3
15062026-08-17T20:07:00.847Z Compiling num-bigint-dig v0.8.6
15072026-08-17T20:07:00.948Z Compiling hyper v1.10.1
15082026-08-17T20:07:01.039Z Compiling num-conv v0.2.0
15092026-08-17T20:07:01.057Z Compiling native-tls v0.2.18
15102026-08-17T20:07:01.072Z Compiling adler2 v2.0.1
15112026-08-17T20:07:01.145Z Compiling powerfmt v0.2.0
15122026-08-17T20:07:01.212Z Compiling bit-vec v0.8.0
15132026-08-17T20:07:01.266Z Compiling funty v2.0.0
15142026-08-17T20:07:01.275Z Compiling darling v0.20.11
15152026-08-17T20:07:01.332Z Compiling deranged v0.5.8
15162026-08-17T20:07:01.348Z Compiling miniz_oxide v0.8.9
15172026-08-17T20:07:01.366Z Compiling time-macros v0.2.27
15182026-08-17T20:07:01.433Z Compiling bit-set v0.8.0
15192026-08-17T20:07:01.601Z Compiling bitvec v1.0.1
15202026-08-17T20:07:01.830Z Compiling thiserror v1.0.69
15212026-08-17T20:07:01.973Z Compiling rusty-fork v0.3.1
15222026-08-17T20:07:02.020Z Compiling clap_builder v4.6.0
15232026-08-17T20:07:02.285Z Compiling hyper-util v0.1.20
15242026-08-17T20:07:02.312Z Compiling num-iter v0.1.45
15252026-08-17T20:07:02.587Z Compiling rand v0.8.6
15262026-08-17T20:07:02.786Z Compiling goblin v0.10.5
15272026-08-17T20:07:03.105Z Compiling packed_struct_codegen v0.10.1
15282026-08-17T20:07:03.370Z Compiling lazy_static v1.5.0
15292026-08-17T20:07:03.468Z Compiling toml_datetime v0.6.11
15302026-08-17T20:07:03.722Z Compiling serde_spanned v0.6.9
15312026-08-17T20:07:03.871Z Compiling hmac v0.12.1
15322026-08-17T20:07:03.960Z Compiling bitfield-macros v0.19.4
15332026-08-17T20:07:04.039Z Compiling clap_derive v4.6.1
15342026-08-17T20:07:04.146Z Compiling zerocopy-derive v0.6.6
15352026-08-17T20:07:04.653Z Compiling anstyle-parse v0.2.7
15362026-08-17T20:07:04.833Z Compiling rand_xorshift v0.4.0
15372026-08-17T20:07:04.957Z Compiling sync_wrapper v1.0.2
15382026-08-17T20:07:04.974Z Compiling indexmap v1.9.3
15392026-08-17T20:07:04.999Z Compiling usdt-impl v0.6.0
15402026-08-17T20:07:05.064Z Compiling unarray v0.1.4
15412026-08-17T20:07:05.177Z Compiling zlib-rs v0.6.2
15422026-08-17T20:07:05.206Z Compiling crc-catalog v2.4.0
15432026-08-17T20:07:05.212Z Compiling num_threads v0.1.7
15442026-08-17T20:07:05.266Z Compiling paste v1.0.15
15452026-08-17T20:07:05.294Z Compiling siphasher v1.0.2
15462026-08-17T20:07:05.343Z Compiling crossbeam-utils v0.8.21
15472026-08-17T20:07:05.478Z Compiling nodrop v0.1.14
15482026-08-17T20:07:05.570Z Compiling array-init v0.0.4
15492026-08-17T20:07:05.588Z Compiling dof v0.4.0
15502026-08-17T20:07:05.639Z Compiling time v0.3.47
15512026-08-17T20:07:05.744Z Compiling clap v4.6.1
15522026-08-17T20:07:05.826Z Compiling crc v3.4.0
15532026-08-17T20:07:05.956Z Compiling proptest v1.11.0
15542026-08-17T20:07:06.024Z Compiling tower v0.5.3
15552026-08-17T20:07:06.535Z Compiling zerocopy v0.6.6
15562026-08-17T20:07:06.769Z Compiling anstream v0.6.21
15572026-08-17T20:07:06.864Z Compiling bitfield v0.19.4
15582026-08-17T20:07:07.230Z Compiling smallvec v0.6.14
15592026-08-17T20:07:07.432Z Compiling derive_builder_core v0.20.2
15602026-08-17T20:07:07.638Z Compiling dtrace-parser v0.3.0
15612026-08-17T20:07:08.248Z Compiling flate2 v1.1.9
15622026-08-17T20:07:08.326Z Compiling ipnetwork v0.21.1
15632026-08-17T20:07:08.358Z Compiling http-body-util v0.1.3
15642026-08-17T20:07:08.429Z Compiling pkcs1 v0.7.5
15652026-08-17T20:07:08.601Z Compiling heapless v0.7.17
15662026-08-17T20:07:08.647Z Compiling structmeta-derive v0.3.0
15672026-08-17T20:07:08.705Z Compiling scroll_derive v0.12.1
15682026-08-17T20:07:08.815Z Compiling slog v2.8.2
15692026-08-17T20:07:08.839Z Compiling darling_core v0.23.0
15702026-08-17T20:07:09.002Z Compiling thread-id v5.1.0
15712026-08-17T20:07:09.089Z Compiling cookie v0.18.1
15722026-08-17T20:07:09.107Z Compiling env_filter v1.0.0
15732026-08-17T20:07:09.271Z Compiling winnow v0.5.40
15742026-08-17T20:07:09.373Z Compiling iri-string v0.7.10
15752026-08-17T20:07:09.403Z Compiling unicode-properties v0.1.4
15762026-08-17T20:07:09.613Z Compiling hashbrown v0.12.3
15772026-08-17T20:07:09.708Z Compiling zstd-safe v7.2.4
15782026-08-17T20:07:09.907Z Compiling anyhow v1.0.102
15792026-08-17T20:07:10.075Z Compiling allocator-api2 v0.2.21
15802026-08-17T20:07:10.215Z Compiling unicode-bidi v0.3.18
15812026-08-17T20:07:10.407Z Compiling signal-hook v0.3.18
15822026-08-17T20:07:10.590Z Compiling ryu v1.0.23
15832026-08-17T20:07:10.687Z Compiling base64 v0.21.7
15842026-08-17T20:07:10.740Z Compiling serde_urlencoded v0.7.1
15852026-08-17T20:07:10.784Z Compiling stringprep v0.1.5
15862026-08-17T20:07:10.882Z Compiling toml_edit v0.19.15
15872026-08-17T20:07:10.995Z Compiling ron v0.8.1
15882026-08-17T20:07:10.996Z Compiling tower-http v0.6.8
15892026-08-17T20:07:11.363Z Compiling darling_macro v0.23.0
15902026-08-17T20:07:11.513Z Compiling structmeta v0.3.0
15912026-08-17T20:07:11.734Z Compiling scroll v0.12.0
15922026-08-17T20:07:11.885Z Compiling env_logger v0.11.9
15932026-08-17T20:07:12.055Z Compiling rsa v0.9.10
15942026-08-17T20:07:12.084Z Compiling oxnet v0.1.6
15952026-08-17T20:07:12.238Z Compiling newtype-uuid v1.3.2
15962026-08-17T20:07:12.519Z Compiling derive_builder_macro v0.20.2
15972026-08-17T20:07:12.579Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15982026-08-17T20:07:12.594Z Compiling hashbrown v0.13.2
15992026-08-17T20:07:12.658Z Compiling serde-hex v0.1.0
16002026-08-17T20:07:12.994Z Compiling bzip2 v0.4.4
16012026-08-17T20:07:13.083Z Compiling tokio-native-tls v0.3.1
16022026-08-17T20:07:13.208Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16032026-08-17T20:07:13.263Z Compiling camino v1.2.2
16042026-08-17T20:07:13.644Z Compiling bstr v1.12.1
16052026-08-17T20:07:13.897Z Compiling crypto-common v0.2.2
16062026-08-17T20:07:14.091Z Compiling block-buffer v0.12.1
16072026-08-17T20:07:14.277Z Compiling block-padding v0.4.2
16082026-08-17T20:07:14.303Z Compiling rustls-native-certs v0.8.3
16092026-08-17T20:07:14.379Z Compiling x509-cert v0.2.5
16102026-08-17T20:07:14.445Z Compiling erased-serde v0.3.31
16112026-08-17T20:07:14.586Z Compiling serde_tokenstream v0.2.3
16122026-08-17T20:07:14.913Z Compiling md-5 v0.10.6
16132026-08-17T20:07:14.932Z Compiling curve25519-dalek v4.1.3
16142026-08-17T20:07:15.077Z Compiling async-trait v0.1.89
16152026-08-17T20:07:15.102Z Compiling zerocopy-derive v0.7.35
16162026-08-17T20:07:15.268Z Compiling pin-project-internal v1.1.11
16172026-08-17T20:07:15.624Z Compiling daft-derive v0.1.7
16182026-08-17T20:07:15.983Z Compiling vergen-lib v9.1.0
16192026-08-17T20:07:15.992Z Compiling hash32 v0.2.1
16202026-08-17T20:07:16.097Z Compiling memoffset v0.9.1
16212026-08-17T20:07:16.166Z Compiling encoding_rs v0.8.35
16222026-08-17T20:07:16.226Z Compiling psl-types v2.0.11
16232026-08-17T20:07:16.301Z Compiling litrs v1.0.0
16242026-08-17T20:07:16.349Z Compiling mime v0.3.17
16252026-08-17T20:07:16.369Z Compiling rustix v0.38.44
16262026-08-17T20:07:16.422Z Compiling ref-cast v1.0.25
16272026-08-17T20:07:16.619Z Compiling fallible-iterator v0.2.0
16282026-08-17T20:07:16.721Z Compiling crc-any v2.5.0
16292026-08-17T20:07:16.736Z Compiling smoltcp v0.9.1
16302026-08-17T20:07:16.831Z Compiling cfg_aliases v0.2.1
16312026-08-17T20:07:16.902Z Compiling nix v0.31.2
16322026-08-17T20:07:16.934Z Compiling postgres-protocol v0.6.10
16332026-08-17T20:07:16.953Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16342026-08-17T20:07:17.042Z Compiling document-features v0.2.12
16352026-08-17T20:07:17.190Z Compiling pin-project v1.1.11
16362026-08-17T20:07:17.217Z Compiling daft v0.1.7
16372026-08-17T20:07:17.266Z Compiling publicsuffix v2.3.0
16382026-08-17T20:07:17.452Z Compiling zerocopy v0.7.35
16392026-08-17T20:07:17.551Z Compiling inout v0.2.2
16402026-08-17T20:07:17.608Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16412026-08-17T20:07:17.672Z Compiling hyper-tls v0.6.0
16422026-08-17T20:07:17.724Z Compiling zip v0.6.6
16432026-08-17T20:07:17.852Z Compiling object v0.30.4
16442026-08-17T20:07:17.866Z Compiling derive_builder v0.20.2
16452026-08-17T20:07:17.887Z Compiling toml v0.7.8
16462026-08-17T20:07:17.988Z Compiling goblin v0.8.2
16472026-08-17T20:07:18.005Z Compiling darling v0.23.0
16482026-08-17T20:07:18.104Z Compiling derive-ex v0.1.8
16492026-08-17T20:07:18.603Z Compiling phf_shared v0.13.1
16502026-08-17T20:07:18.643Z Compiling regex v1.12.3
16512026-08-17T20:07:18.758Z Compiling hubpack_derive v0.1.1
16522026-08-17T20:07:18.840Z Compiling futures-executor v0.3.32
16532026-08-17T20:07:19.075Z Compiling curve25519-dalek-derive v0.1.1
16542026-08-17T20:07:19.107Z Compiling strum_macros v0.27.2
16552026-08-17T20:07:19.219Z Compiling ref-cast-impl v1.0.25
16562026-08-17T20:07:19.724Z Compiling snafu-derive v0.8.9
16572026-08-17T20:07:19.757Z Compiling vergen v9.1.0
16582026-08-17T20:07:19.757Z Compiling cargo-platform v0.3.2
16592026-08-17T20:07:19.936Z Compiling ff v0.13.1
16602026-08-17T20:07:20.038Z Compiling fs-err v3.3.0
16612026-08-17T20:07:20.079Z Compiling managed v0.8.0
16622026-08-17T20:07:20.231Z Compiling base16ct v0.2.0
16632026-08-17T20:07:20.298Z Compiling foldhash v0.2.0
16642026-08-17T20:07:20.409Z Compiling object v0.37.3
16652026-08-17T20:07:20.525Z Compiling bitflags v1.3.2
16662026-08-17T20:07:20.604Z Compiling path-slash v0.1.5
16672026-08-17T20:07:20.680Z Compiling same-file v1.0.6
16682026-08-17T20:07:20.708Z Compiling either v1.15.0
16692026-08-17T20:07:20.736Z Compiling unicode-segmentation v1.12.0
16702026-08-17T20:07:20.843Z Compiling libbz2-rs-sys v0.2.2
16712026-08-17T20:07:20.915Z Compiling bumpalo v3.20.2
16722026-08-17T20:07:21.070Z Compiling jiff-core v0.1.0
16732026-08-17T20:07:21.168Z Compiling foldhash v0.1.5
16742026-08-17T20:07:21.229Z Compiling zopfli v0.8.3
16752026-08-17T20:07:21.353Z Compiling bzip2 v0.6.1
16762026-08-17T20:07:21.512Z Compiling hashbrown v0.15.5
16772026-08-17T20:07:21.561Z Compiling strum v0.27.2
16782026-08-17T20:07:21.604Z Compiling walkdir v2.5.0
16792026-08-17T20:07:21.678Z Compiling snafu v0.8.9
16802026-08-17T20:07:21.694Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16812026-08-17T20:07:21.900Z Compiling jiff v0.2.34
16822026-08-17T20:07:22.033Z Compiling hashbrown v0.16.1
16832026-08-17T20:07:22.071Z Compiling sec1 v0.7.3
16842026-08-17T20:07:22.280Z Compiling dof v0.3.0
16852026-08-17T20:07:22.348Z Compiling group v0.13.0
16862026-08-17T20:07:22.537Z Compiling cargo_metadata v0.23.1
16872026-08-17T20:07:22.645Z Compiling test-strategy v0.4.5
16882026-08-17T20:07:22.980Z Compiling hubpack v0.1.2
16892026-08-17T20:07:23.110Z Compiling futures v0.3.32
16902026-08-17T20:07:23.193Z Compiling phf v0.13.1
16912026-08-17T20:07:23.209Z Compiling signal-hook-mio v0.2.5
16922026-08-17T20:07:23.359Z Compiling cookie_store v0.22.1
16932026-08-17T20:07:23.684Z Compiling serde_with_macros v3.21.0
16942026-08-17T20:07:23.861Z Compiling zstd v0.13.3
16952026-08-17T20:07:23.991Z Compiling reqwest v0.12.28
16962026-08-17T20:07:24.114Z Compiling cipher v0.5.2
16972026-08-17T20:07:24.220Z Compiling postgres-types v0.2.12
16982026-08-17T20:07:24.781Z Compiling usdt-attr-macro v0.6.0
16992026-08-17T20:07:24.810Z Compiling usdt-macro v0.6.0
17002026-08-17T20:07:25.433Z Compiling globset v0.4.18
17012026-08-17T20:07:25.539Z Compiling phf_shared v0.11.3
17022026-08-17T20:07:25.583Z Compiling hkdf v0.12.4
17032026-08-17T20:07:25.597Z Compiling dtrace-parser v0.2.0
17042026-08-17T20:07:25.723Z Compiling ed25519 v2.2.3
17052026-08-17T20:07:25.752Z Compiling byte-wrapper v0.1.0
17062026-08-17T20:07:25.811Z Compiling olpc-cjson v0.1.4
17072026-08-17T20:07:25.973Z Compiling serde_plain v1.0.2
17082026-08-17T20:07:26.030Z Compiling serde-big-array v0.5.1
17092026-08-17T20:07:26.102Z Compiling crypto-bigint v0.5.5
17102026-08-17T20:07:26.140Z Compiling serde_repr v0.1.20
17112026-08-17T20:07:26.216Z Compiling strum_macros v0.26.4
17122026-08-17T20:07:26.236Z Compiling enum-as-inner v0.6.1
17132026-08-17T20:07:26.396Z Compiling async-recursion v1.1.1
17142026-08-17T20:07:26.639Z Compiling pem v3.0.6
17152026-08-17T20:07:26.680Z Compiling float-cmp v0.10.0
17162026-08-17T20:07:26.770Z Compiling thread-id v4.2.2
17172026-08-17T20:07:26.832Z Compiling memmap2 v0.9.10
17182026-08-17T20:07:26.854Z Compiling fixedbitset v0.4.2
17192026-08-17T20:07:26.966Z Compiling difflib v0.4.0
17202026-08-17T20:07:27.047Z Compiling data-encoding v2.10.0
17212026-08-17T20:07:27.065Z Compiling normalize-line-endings v0.3.0
17222026-08-17T20:07:27.079Z Compiling static_assertions v1.1.0
17232026-08-17T20:07:27.152Z Compiling new_debug_unreachable v1.0.6
17242026-08-17T20:07:27.166Z Compiling const-oid v0.10.2
17252026-08-17T20:07:27.231Z Compiling typed-path v0.9.3
17262026-08-17T20:07:27.374Z Compiling winnow v1.0.3
17272026-08-17T20:07:27.529Z Compiling fixedbitset v0.5.7
17282026-08-17T20:07:27.790Z Compiling keccak v0.1.6
17292026-08-17T20:07:27.813Z Compiling predicates-core v1.0.10
17302026-08-17T20:07:27.834Z Compiling cpufeatures v0.3.0
17312026-08-17T20:07:27.912Z Compiling whoami v2.1.0
17322026-08-17T20:07:27.967Z Compiling precomputed-hash v0.1.1
17332026-08-17T20:07:27.995Z Compiling toml_edit v0.22.27
17342026-08-17T20:07:28.052Z Compiling string_cache v0.8.9
17352026-08-17T20:07:28.250Z Compiling tokio-postgres v0.7.16
17362026-08-17T20:07:28.280Z Compiling toml_parser v1.1.2+spec-1.1.0
17372026-08-17T20:07:28.283Z Compiling strum v0.26.3
17382026-08-17T20:07:28.424Z Compiling sha3 v0.10.8
17392026-08-17T20:07:28.427Z Compiling predicates v3.1.4
17402026-08-17T20:07:28.454Z Compiling chacha20 v0.10.0
17412026-08-17T20:07:28.492Z Compiling petgraph v0.8.3
17422026-08-17T20:07:28.820Z Compiling hickory-proto v0.25.2
17432026-08-17T20:07:28.880Z Compiling digest v0.11.3
17442026-08-17T20:07:28.903Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17452026-08-17T20:07:29.084Z Compiling elliptic-curve v0.13.8
17462026-08-17T20:07:29.102Z Compiling petgraph v0.6.5
17472026-08-17T20:07:29.517Z Compiling usdt v0.6.0
17482026-08-17T20:07:29.790Z Compiling usdt-impl v0.5.0
17492026-08-17T20:07:30.352Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17502026-08-17T20:07:30.455Z Compiling ed25519-dalek v2.2.0
17512026-08-17T20:07:30.479Z Compiling crossterm v0.28.1
17522026-08-17T20:07:30.603Z Compiling serde_with v3.21.0
17532026-08-17T20:07:30.974Z Compiling zip v4.6.1
17542026-08-17T20:07:31.769Z Compiling iddqd v0.4.2
17552026-08-17T20:07:32.144Z Compiling heck v0.4.1
17562026-08-17T20:07:32.321Z Compiling similar v2.7.0
17572026-08-17T20:07:32.383Z Compiling itertools v0.13.0
17582026-08-17T20:07:32.421Z Compiling itertools v0.15.0
17592026-08-17T20:07:32.443Z Compiling crossbeam-epoch v0.9.18
17602026-08-17T20:07:32.775Z Compiling tokio-stream v0.1.18
17612026-08-17T20:07:33.048Z Compiling buf-list v1.1.2
17622026-08-17T20:07:33.151Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17632026-08-17T20:07:33.203Z Compiling openapiv3 v2.2.0
17642026-08-17T20:07:33.318Z Compiling lalrpop-util v0.19.12
17652026-08-17T20:07:33.445Z Compiling peg-runtime v0.8.5
17662026-08-17T20:07:33.517Z Compiling thread_local v1.1.9
17672026-08-17T20:07:33.555Z Compiling slog-async v2.8.0
17682026-08-17T20:07:33.594Z Compiling crossbeam-channel v0.5.15
17692026-08-17T20:07:33.724Z Compiling filetime v0.2.27
17702026-08-17T20:07:33.727Z Compiling is-terminal v0.4.17
17712026-08-17T20:07:33.768Z Compiling xattr v1.6.1
17722026-08-17T20:07:33.834Z Compiling term v1.2.1
17732026-08-17T20:07:33.855Z Compiling take_mut v0.2.2
17742026-08-17T20:07:33.901Z Compiling tar v0.4.46
17752026-08-17T20:07:33.938Z Compiling camino-tempfile v1.4.1
17762026-08-17T20:07:34.158Z Compiling slog-term v2.9.2
17772026-08-17T20:07:41.393Z Compiling rustls-webpki v0.103.13
17782026-08-17T20:07:44.083Z Compiling tokio-rustls v0.26.4
17792026-08-17T20:07:44.083Z Compiling rustls-platform-verifier v0.6.2
17802026-08-17T20:07:44.083Z Compiling tough v0.22.0
17812026-08-17T20:07:44.305Z Compiling hyper-rustls v0.27.7
17822026-08-17T20:07:44.507Z Compiling reqwest v0.13.2
17832026-08-17T20:07:46.716Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-08-17T20:07:46.927Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-08-17T20:07:49.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
17862026-08-17T20:07:50.039Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17872026-08-17T20:07:50.092ZAug 17 20:07:49.011 INFO Starting download, target: Cockroach
17882026-08-17T20:07:50.092ZAug 17 20:07:49.011 INFO Starting download, target: Console
17892026-08-17T20:07:50.092ZAug 17 20:07:49.012 INFO Starting download, target: Clickhouse
17902026-08-17T20:07:50.092ZAug 17 20:07:49.012 INFO Starting download, target: DendriteStub
17912026-08-17T20:07:50.096ZAug 17 20:07:49.012 INFO Starting download, target: MaghemiteMgd
17922026-08-17T20:07:50.096ZAug 17 20:07:49.012 INFO Starting download, target: MaghemiteDdmd
17932026-08-17T20:07:50.096ZAug 17 20:07:49.012 INFO Starting download, target: TransceiverControl
17942026-08-17T20:07:50.096ZAug 17 20:07:49.012 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17952026-08-17T20:07:50.097ZAug 17 20:07:49.012 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17962026-08-17T20:07:50.097ZAug 17 20:07:49.012 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17972026-08-17T20:07:50.097ZAug 17 20:07:49.012 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17982026-08-17T20:07:50.097ZAug 17 20:07:49.012 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17992026-08-17T20:07:50.097ZAug 17 20:07:49.012 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18002026-08-17T20:07:50.097ZAug 17 20:07:49.012 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18012026-08-17T20:07:50.519ZAug 17 20:07:49.418 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18022026-08-17T20:07:50.725ZAug 17 20:07:49.637 INFO Download complete, target: TransceiverControl
18032026-08-17T20:07:51.777ZAug 17 20:07:50.691 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18042026-08-17T20:07:51.996ZAug 17 20:07:50.915 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18052026-08-17T20:07:52.155ZAug 17 20:07:51.070 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18062026-08-17T20:07:52.331ZAug 17 20:07:51.243 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18072026-08-17T20:07:52.423ZAug 17 20:07:51.339 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18082026-08-17T20:07:52.649ZAug 17 20:07:51.572 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18092026-08-17T20:07:52.649ZAug 17 20:07:51.572 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18102026-08-17T20:07:52.676ZAug 17 20:07:51.599 INFO Download complete, target: Console
18112026-08-17T20:07:53.714ZAug 17 20:07:52.637 INFO Download complete, target: MaghemiteDdmd
18122026-08-17T20:07:54.473ZAug 17 20:07:53.384 INFO Download complete, target: DendriteStub
18132026-08-17T20:07:54.875ZAug 17 20:07:53.782 INFO Download complete, target: MaghemiteMgd
18142026-08-17T20:07:57.374ZAug 17 20:07:56.297 INFO Checking that binary works, target: Cockroach
18152026-08-17T20:07:57.692ZAug 17 20:07:56.615 INFO Download complete, target: Cockroach
18162026-08-17T20:07:58.976ZAug 17 20:07:57.899 INFO Checking that binary works, target: Clickhouse
18172026-08-17T20:07:59.170ZAug 17 20:07:58.093 INFO Download complete, target: Clickhouse
18182026-08-17T20:07:59.213ZAll builder prerequisites installed successfully, and PATH looks valid
18192026-08-17T20:07:59.216Z
18202026-08-17T20:07:59.216Zreal 2:14.572875024
18212026-08-17T20:07:59.216Zuser 7:13.193641805
18222026-08-17T20:07:59.216Zsys 1:25.595315974
18232026-08-17T20:07:59.216Ztrap 0.250320348
18242026-08-17T20:07:59.216Ztflt 3.001237491
18252026-08-17T20:07:59.216Zdflt 3.590416623
18262026-08-17T20:07:59.216Zkflt 0.072455979
18272026-08-17T20:07:59.216Zlock 27:35.112664991
18282026-08-17T20:07:59.216Zslp 22:21.923193453
18292026-08-17T20:07:59.216Zlat 45.714063246
18302026-08-17T20:07:59.216Zstop 2:37.422457857
18312026-08-17T20:07:59.216Z+ banner hack-check
18322026-08-17T20:07:59.216Z
18332026-08-17T20:07:59.216Z # # ## #### # # #### # # ###### #### # #
18342026-08-17T20:07:59.216Z # # # # # # # # # # # # # # # # #
18352026-08-17T20:07:59.216Z ###### # # # #### ##### # ###### ##### # ####
18362026-08-17T20:07:59.217Z # # ###### # # # # # # # # # #
18372026-08-17T20:07:59.217Z # # # # # # # # # # # # # # # # #
18382026-08-17T20:07:59.217Z # # # # #### # # #### # # ###### #### # #
18392026-08-17T20:07:59.217Z
18402026-08-17T20:07:59.217Z+ export CARGO_INCREMENTAL=0
18412026-08-17T20:07:59.217Z+ CARGO_INCREMENTAL=0
18422026-08-17T20:07:59.217Z+ ptime -m timeout 2h cargo xtask check-features --ci
18432026-08-17T20:07:59.688Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18442026-08-17T20:07:59.977Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18452026-08-17T20:08:01.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
18462026-08-17T20:08:01.846Z Running `target/debug/xtask check-features --ci`
18472026-08-17T20:08:01.873Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18482026-08-17T20:08:01.877Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18492026-08-17T20:08:02.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18502026-08-17T20:08:02.331Z Running `target/debug/xtask download cargo-hack`
18512026-08-17T20:08:03.120Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18522026-08-17T20:08:03.429Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18532026-08-17T20:08:05.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s
18542026-08-17T20:08:06.158Z Running `target/debug/xtask-downloader cargo-hack`
18552026-08-17T20:08:06.200ZAug 17 20:08:05.122 INFO Starting download, target: CargoHack
18562026-08-17T20:08:06.203ZAug 17 20:08:05.123 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18572026-08-17T20:08:06.577ZAug 17 20:08:05.499 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18582026-08-17T20:08:06.626ZAug 17 20:08:05.549 INFO Download complete, target: CargoHack
18592026-08-17T20:08:06.630Zrunning: "/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:08:06.642Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18612026-08-17T20:08:06.798Zinfo: running `cargo check --bins` on api_identity (1/335)
18622026-08-17T20:08:07.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-08-17T20:08:07.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-08-17T20:08:07.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-08-17T20:08:07.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18662026-08-17T20:08:07.347Z
18672026-08-17T20:08:07.347Zinfo: running `cargo check --bins` on bootstore (2/335)
18682026-08-17T20:08:07.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-08-17T20:08:07.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-08-17T20:08:07.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-08-17T20:08:07.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18722026-08-17T20:08:07.895Z
18732026-08-17T20:08:07.895Zinfo: running `cargo check --bins` on omicron-ledger (3/335)
18742026-08-17T20:08:08.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-08-17T20:08:08.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-08-17T20:08:08.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-08-17T20:08:08.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18782026-08-17T20:08:08.440Z
18792026-08-17T20:08:08.440Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/335)
18802026-08-17T20:08:08.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-08-17T20:08:08.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-08-17T20:08:08.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-08-17T20:08:08.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18842026-08-17T20:08:08.982Z
18852026-08-17T20:08:08.983Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/335)
18862026-08-17T20:08:09.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-08-17T20:08:09.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-08-17T20:08:09.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-08-17T20:08:09.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18902026-08-17T20:08:09.532Z
18912026-08-17T20:08:09.533Zinfo: running `cargo check --bins` on omicron-certificates (6/335)
18922026-08-17T20:08:10.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-08-17T20:08:10.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-08-17T20:08:10.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-08-17T20:08:10.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18962026-08-17T20:08:10.102Z
18972026-08-17T20:08:10.103Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/335)
18982026-08-17T20:08:10.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-08-17T20:08:10.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-08-17T20:08:10.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-08-17T20:08:10.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19022026-08-17T20:08:10.653Z
19032026-08-17T20:08:10.653Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/335)
19042026-08-17T20:08:11.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-08-17T20:08:11.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-08-17T20:08:11.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-08-17T20:08:11.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19082026-08-17T20:08:11.206Z
19092026-08-17T20:08:11.206Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/335)
19102026-08-17T20:08:11.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-08-17T20:08:11.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-08-17T20:08:11.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-08-17T20:08:11.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19142026-08-17T20:08:11.619Z
19152026-08-17T20:08:11.619Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/335)
19162026-08-17T20:08:11.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-08-17T20:08:11.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-08-17T20:08:11.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-08-17T20:08:11.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19202026-08-17T20:08:12.031Z
19212026-08-17T20:08:12.031Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/335)
19222026-08-17T20:08:12.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-08-17T20:08:12.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-08-17T20:08:12.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-08-17T20:08:12.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19262026-08-17T20:08:12.446Z
19272026-08-17T20:08:12.446Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/335)
19282026-08-17T20:08:12.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-08-17T20:08:12.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-08-17T20:08:12.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-08-17T20:08:12.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19322026-08-17T20:08:12.857Z
19332026-08-17T20:08:12.857Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/335)
19342026-08-17T20:08:13.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-08-17T20:08:13.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-08-17T20:08:13.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-08-17T20:08:13.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19382026-08-17T20:08:13.271Z
19392026-08-17T20:08:13.271Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/335)
19402026-08-17T20:08:13.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-08-17T20:08:13.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-08-17T20:08:13.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-08-17T20:08:13.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19442026-08-17T20:08:13.682Z
19452026-08-17T20:08:13.682Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/335)
19462026-08-17T20:08:14.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-08-17T20:08:14.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-08-17T20:08:14.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-08-17T20:08:14.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19502026-08-17T20:08:14.098Z
19512026-08-17T20:08:14.098Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/335)
19522026-08-17T20:08:14.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-08-17T20:08:14.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-08-17T20:08:14.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-08-17T20:08:14.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19562026-08-17T20:08:14.510Z
19572026-08-17T20:08:14.510Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/335)
19582026-08-17T20:08:14.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-08-17T20:08:14.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-08-17T20:08:14.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-08-17T20:08:14.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19622026-08-17T20:08:14.923Z
19632026-08-17T20:08:14.923Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/335)
19642026-08-17T20:08:15.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-08-17T20:08:15.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-08-17T20:08:15.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-08-17T20:08:15.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19682026-08-17T20:08:15.334Z
19692026-08-17T20:08:15.334Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/335)
19702026-08-17T20:08:15.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-08-17T20:08:15.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-08-17T20:08:15.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-08-17T20:08:15.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19742026-08-17T20:08:15.747Z
19752026-08-17T20:08:15.747Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/335)
19762026-08-17T20:08:16.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-08-17T20:08:16.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-08-17T20:08:16.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-08-17T20:08:16.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19802026-08-17T20:08:16.163Z
19812026-08-17T20:08:16.163Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/335)
19822026-08-17T20:08:16.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-08-17T20:08:16.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-08-17T20:08:16.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-08-17T20:08:16.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19862026-08-17T20:08:16.575Z
19872026-08-17T20:08:16.576Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/335)
19882026-08-17T20:08:16.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-08-17T20:08:16.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-08-17T20:08:16.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-08-17T20:08:16.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19922026-08-17T20:08:16.993Z
19932026-08-17T20:08:16.993Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/335)
19942026-08-17T20:08:17.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-08-17T20:08:17.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-08-17T20:08:17.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-08-17T20:08:17.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19982026-08-17T20:08:17.409Z
19992026-08-17T20:08:17.409Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/335)
20002026-08-17T20:08:17.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-08-17T20:08:17.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-08-17T20:08:17.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-08-17T20:08:17.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20042026-08-17T20:08:17.826Z
20052026-08-17T20:08:17.826Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/335)
20062026-08-17T20:08:18.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-08-17T20:08:18.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-08-17T20:08:18.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-08-17T20:08:18.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20102026-08-17T20:08:18.243Z
20112026-08-17T20:08:18.243Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/335)
20122026-08-17T20:08:18.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-08-17T20:08:18.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-08-17T20:08:18.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-08-17T20:08:18.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20162026-08-17T20:08:18.657Z
20172026-08-17T20:08:18.657Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/335)
20182026-08-17T20:08:19.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-08-17T20:08:19.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-08-17T20:08:19.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-08-17T20:08:19.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20222026-08-17T20:08:19.079Z
20232026-08-17T20:08:19.079Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/335)
20242026-08-17T20:08:19.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-08-17T20:08:19.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-08-17T20:08:19.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-08-17T20:08:19.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20282026-08-17T20:08:19.498Z
20292026-08-17T20:08:19.498Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/335)
20302026-08-17T20:08:19.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-08-17T20:08:19.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-08-17T20:08:19.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-08-17T20:08:19.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20342026-08-17T20:08:19.913Z
20352026-08-17T20:08:19.913Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/335)
20362026-08-17T20:08:20.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-08-17T20:08:20.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-08-17T20:08:20.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-08-17T20:08:20.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20402026-08-17T20:08:20.330Z
20412026-08-17T20:08:20.330Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/335)
20422026-08-17T20:08:20.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-08-17T20:08:20.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-08-17T20:08:20.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-08-17T20:08:20.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20462026-08-17T20:08:20.746Z
20472026-08-17T20:08:20.746Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/335)
20482026-08-17T20:08:21.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-08-17T20:08:21.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-08-17T20:08:21.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-08-17T20:08:21.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20522026-08-17T20:08:21.161Z
20532026-08-17T20:08:21.161Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/335)
20542026-08-17T20:08:21.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-08-17T20:08:21.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-08-17T20:08:21.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-08-17T20:08:21.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20582026-08-17T20:08:21.578Z
20592026-08-17T20:08:21.578Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/335)
20602026-08-17T20:08:21.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-08-17T20:08:21.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-08-17T20:08:21.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-08-17T20:08:21.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20642026-08-17T20:08:21.993Z
20652026-08-17T20:08:21.993Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/335)
20662026-08-17T20:08:22.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-08-17T20:08:22.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-08-17T20:08:22.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-08-17T20:08:22.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20702026-08-17T20:08:22.407Z
20712026-08-17T20:08:22.407Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/335)
20722026-08-17T20:08:22.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-08-17T20:08:22.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-08-17T20:08:22.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-08-17T20:08:22.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20762026-08-17T20:08:22.821Z
20772026-08-17T20:08:22.821Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/335)
20782026-08-17T20:08:23.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-08-17T20:08:23.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-08-17T20:08:23.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-08-17T20:08:23.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20822026-08-17T20:08:23.239Z
20832026-08-17T20:08:23.239Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/335)
20842026-08-17T20:08:23.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-08-17T20:08:23.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-08-17T20:08:23.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-08-17T20:08:23.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20882026-08-17T20:08:23.656Z
20892026-08-17T20:08:23.656Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/335)
20902026-08-17T20:08:24.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-08-17T20:08:24.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-08-17T20:08:24.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-08-17T20:08:24.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20942026-08-17T20:08:24.070Z
20952026-08-17T20:08:24.070Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/335)
20962026-08-17T20:08:24.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-08-17T20:08:24.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-08-17T20:08:24.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-08-17T20:08:24.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21002026-08-17T20:08:24.491Z
21012026-08-17T20:08:24.491Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/335)
21022026-08-17T20:08:24.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-08-17T20:08:24.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-08-17T20:08:24.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-08-17T20:08:24.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21062026-08-17T20:08:24.908Z
21072026-08-17T20:08:24.908Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/335)
21082026-08-17T20:08:25.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-08-17T20:08:25.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-08-17T20:08:25.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-08-17T20:08:25.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21122026-08-17T20:08:25.341Z
21132026-08-17T20:08:25.341Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/335)
21142026-08-17T20:08:25.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-08-17T20:08:25.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-08-17T20:08:25.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-08-17T20:08:25.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21182026-08-17T20:08:25.735Z
21192026-08-17T20:08:25.735Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/335)
21202026-08-17T20:08:26.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-08-17T20:08:26.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-08-17T20:08:26.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-08-17T20:08:26.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21242026-08-17T20:08:26.155Z
21252026-08-17T20:08:26.155Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/335)
21262026-08-17T20:08:26.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-08-17T20:08:26.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-08-17T20:08:26.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-08-17T20:08:26.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21302026-08-17T20:08:26.569Z
21312026-08-17T20:08:26.569Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/335)
21322026-08-17T20:08:26.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-08-17T20:08:26.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-08-17T20:08:26.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-08-17T20:08:26.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21362026-08-17T20:08:27.000Z
21372026-08-17T20:08:27.000Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/335)
21382026-08-17T20:08:27.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-08-17T20:08:27.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-08-17T20:08:27.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-08-17T20:08:27.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21422026-08-17T20:08:27.435Z
21432026-08-17T20:08:27.435Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/335)
21442026-08-17T20:08:27.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-08-17T20:08:27.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-08-17T20:08:27.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-08-17T20:08:27.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21482026-08-17T20:08:27.853Z
21492026-08-17T20:08:27.853Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/335)
21502026-08-17T20:08:28.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-08-17T20:08:28.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-08-17T20:08:28.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-08-17T20:08:28.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21542026-08-17T20:08:28.455Z
21552026-08-17T20:08:28.455Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/335)
21562026-08-17T20:08:28.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-08-17T20:08:28.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-08-17T20:08:28.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-08-17T20:08:28.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21602026-08-17T20:08:29.056Z
21612026-08-17T20:08:29.057Zinfo: running `cargo check --bins` on nexus-config (51/335)
21622026-08-17T20:08:29.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-08-17T20:08:29.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-08-17T20:08:29.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-08-17T20:08:29.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21662026-08-17T20:08:29.651Z
21672026-08-17T20:08:29.651Zinfo: running `cargo check --bins` on nexus-types (52/335)
21682026-08-17T20:08:30.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-08-17T20:08:30.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-08-17T20:08:30.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-08-17T20:08:30.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722026-08-17T20:08:30.251Z
21732026-08-17T20:08:30.251Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/335)
21742026-08-17T20:08:30.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-08-17T20:08:30.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-08-17T20:08:30.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-08-17T20:08:30.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21782026-08-17T20:08:30.819Z
21792026-08-17T20:08:30.819Zinfo: running `cargo check --bins` on omicron-passwords (54/335)
21802026-08-17T20:08:31.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-08-17T20:08:31.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-08-17T20:08:31.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-08-17T20:08:31.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21842026-08-17T20:08:31.372Z
21852026-08-17T20:08:31.372Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/335)
21862026-08-17T20:08:31.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-08-17T20:08:31.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-08-17T20:08:31.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-08-17T20:08:31.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21902026-08-17T20:08:31.943Z
21912026-08-17T20:08:31.943Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/335)
21922026-08-17T20:08:32.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-08-17T20:08:32.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-08-17T20:08:32.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-08-17T20:08:32.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21962026-08-17T20:08:32.512Z
21972026-08-17T20:08:32.512Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/335)
21982026-08-17T20:08:32.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-08-17T20:08:33.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-08-17T20:08:33.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-08-17T20:08:33.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22022026-08-17T20:08:33.089Z
22032026-08-17T20:08:33.089Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/335)
22042026-08-17T20:08:33.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-08-17T20:08:33.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-08-17T20:08:33.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-08-17T20:08:33.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22082026-08-17T20:08:33.664Z
22092026-08-17T20:08:33.664Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/335)
22102026-08-17T20:08:34.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-08-17T20:08:34.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-08-17T20:08:34.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-08-17T20:08:34.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22142026-08-17T20:08:34.213Z
22152026-08-17T20:08:34.213Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/335)
22162026-08-17T20:08:34.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-08-17T20:08:34.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-08-17T20:08:34.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-08-17T20:08:34.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22202026-08-17T20:08:34.762Z
22212026-08-17T20:08:34.762Zinfo: running `cargo check --bins --no-default-features` on gfss (61/335)
22222026-08-17T20:08:35.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-08-17T20:08:35.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-08-17T20:08:35.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-08-17T20:08:35.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22262026-08-17T20:08:35.310Z
22272026-08-17T20:08:35.310Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/335)
22282026-08-17T20:08:35.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-08-17T20:08:35.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-08-17T20:08:35.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-08-17T20:08:35.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22322026-08-17T20:08:35.854Z
22332026-08-17T20:08:35.854Zinfo: running `cargo check --bins` on wicketd-commission-types (63/335)
22342026-08-17T20:08:36.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-08-17T20:08:36.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-08-17T20:08:36.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-08-17T20:08:36.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22382026-08-17T20:08:36.420Z
22392026-08-17T20:08:36.420Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (64/335)
22402026-08-17T20:08:36.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-08-17T20:08:36.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-08-17T20:08:36.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-08-17T20:08:36.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22442026-08-17T20:08:36.987Z
22452026-08-17T20:08:36.988Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (65/335)
22462026-08-17T20:08:37.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-08-17T20:08:37.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-08-17T20:08:37.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-08-17T20:08:37.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22502026-08-17T20:08:37.546Z
22512026-08-17T20:08:37.546Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/335)
22522026-08-17T20:08:38.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-08-17T20:08:38.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-08-17T20:08:38.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-08-17T20:08:38.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22562026-08-17T20:08:38.108Z
22572026-08-17T20:08:38.108Zinfo: running `cargo check --bins` on clickhouse-admin-types (67/335)
22582026-08-17T20:08:38.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-08-17T20:08:38.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-08-17T20:08:38.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-08-17T20:08:38.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22622026-08-17T20:08:38.674Z
22632026-08-17T20:08:38.674Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (68/335)
22642026-08-17T20:08:39.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-08-17T20:08:39.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-08-17T20:08:39.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-08-17T20:08:39.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22682026-08-17T20:08:39.242Z
22692026-08-17T20:08:39.242Zinfo: running `cargo check --bins` on cockroach-admin-types (69/335)
22702026-08-17T20:08:39.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-08-17T20:08:39.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-08-17T20:08:39.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-08-17T20:08:39.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22742026-08-17T20:08:39.795Z
22752026-08-17T20:08:39.795Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (70/335)
22762026-08-17T20:08:40.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-08-17T20:08:40.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-08-17T20:08:40.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792026-08-17T20:08:40.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22802026-08-17T20:08:40.347Z
22812026-08-17T20:08:40.348Zinfo: running `cargo check --bins` on ereport-types (71/335)
22822026-08-17T20:08:40.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832026-08-17T20:08:40.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842026-08-17T20:08:40.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852026-08-17T20:08:40.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22862026-08-17T20:08:40.908Z
22872026-08-17T20:08:40.908Zinfo: running `cargo check --bins` on gateway-client (72/335)
22882026-08-17T20:08:41.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892026-08-17T20:08:41.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902026-08-17T20:08:41.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912026-08-17T20:08:41.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22922026-08-17T20:08:41.466Z
22932026-08-17T20:08:41.466Zinfo: running `cargo check --bins --no-default-features` on gateway-types (73/335)
22942026-08-17T20:08:41.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952026-08-17T20:08:41.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962026-08-17T20:08:41.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972026-08-17T20:08:41.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22982026-08-17T20:08:42.024Z
22992026-08-17T20:08:42.024Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/335)
23002026-08-17T20:08:42.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012026-08-17T20:08:42.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022026-08-17T20:08:42.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032026-08-17T20:08:42.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23042026-08-17T20:08:42.586Z
23052026-08-17T20:08:42.586Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (75/335)
23062026-08-17T20:08:43.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072026-08-17T20:08:43.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082026-08-17T20:08:43.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092026-08-17T20:08:43.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23102026-08-17T20:08:43.168Z
23112026-08-17T20:08:43.168Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/335)
23122026-08-17T20:08:43.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132026-08-17T20:08:43.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142026-08-17T20:08:43.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23152026-08-17T20:08:43.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23162026-08-17T20:08:43.750Z
23172026-08-17T20:08:43.750Zinfo: running `cargo check --bins` on key-manager-types (77/335)
23182026-08-17T20:08:44.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192026-08-17T20:08:44.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202026-08-17T20:08:44.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23212026-08-17T20:08:44.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23222026-08-17T20:08:44.306Z
23232026-08-17T20:08:44.306Zinfo: running `cargo check --bins` on oxlog (78/335)
23242026-08-17T20:08:44.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252026-08-17T20:08:44.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262026-08-17T20:08:44.901Z Checking cfg-if v1.0.4
23272026-08-17T20:08:45.006Z Checking libc v0.2.185
23282026-08-17T20:08:45.009Z Checking serde_core v1.0.228
23292026-08-17T20:08:45.018Z Checking memchr v2.8.0
23302026-08-17T20:08:45.026Z Checking zeroize v1.9.0
23312026-08-17T20:08:45.036Z Checking log v0.4.29
23322026-08-17T20:08:45.036Z Checking smallvec v1.15.1
23332026-08-17T20:08:45.058Z Checking subtle v2.6.1
23342026-08-17T20:08:45.068Z Checking itoa v1.0.17
23352026-08-17T20:08:45.172Z Checking scopeguard v1.2.0
23362026-08-17T20:08:45.193Z Checking stable_deref_trait v1.2.1
23372026-08-17T20:08:45.205Z Checking typenum v1.20.1
23382026-08-17T20:08:45.216Z Checking zerofrom v0.1.6
23392026-08-17T20:08:45.229Z Checking portable-atomic v1.13.1
23402026-08-17T20:08:45.259Z Checking zerocopy v0.8.40
23412026-08-17T20:08:45.272Z Checking lock_api v0.4.14
23422026-08-17T20:08:45.331Z Checking yoke v0.8.1
23432026-08-17T20:08:45.406Z Checking critical-section v1.2.0
23442026-08-17T20:08:45.409Z Checking errno v0.3.14
23452026-08-17T20:08:45.468Z Checking getrandom v0.2.17
23462026-08-17T20:08:45.486Z Checking zerovec v0.11.5
23472026-08-17T20:08:45.513Z Checking const-oid v0.9.6
23482026-08-17T20:08:46.538Z Checking pin-project-lite v0.2.17
23492026-08-17T20:08:46.542Z Checking rand_core v0.6.4
23502026-08-17T20:08:46.542Z Checking libm v0.2.16
23512026-08-17T20:08:46.542Z Checking once_cell v1.21.3
23522026-08-17T20:08:46.542Z Checking zmij v1.0.21
23532026-08-17T20:08:46.542Z Checking signal-hook-registry v1.4.8
23542026-08-17T20:08:46.542Z Checking tinystr v0.8.2
23552026-08-17T20:08:46.542Z Checking generic-array v0.14.7
23562026-08-17T20:08:46.542Z Checking parking_lot_core v0.9.12
23572026-08-17T20:08:46.542Z Checking litemap v0.8.1
23582026-08-17T20:08:46.542Z Checking futures-core v0.3.32
23592026-08-17T20:08:46.542Z Checking percent-encoding v2.3.2
23602026-08-17T20:08:46.542Z Checking rand_core v0.10.0
23612026-08-17T20:08:46.542Z Checking writeable v0.6.2
23622026-08-17T20:08:46.542Z Checking parking_lot v0.12.5
23632026-08-17T20:08:46.542Z Checking potential_utf v0.1.4
23642026-08-17T20:08:46.542Z Checking getrandom v0.4.1
23652026-08-17T20:08:46.542Z Checking num-traits v0.2.19
23662026-08-17T20:08:46.542Z Checking icu_locale_core v2.1.1
23672026-08-17T20:08:46.542Z Checking zerotrie v0.2.3
23682026-08-17T20:08:46.542Z Checking mio v1.2.0
23692026-08-17T20:08:46.543Z Checking equivalent v1.0.2
23702026-08-17T20:08:46.543Z Checking icu_collections v2.1.1
23712026-08-17T20:08:46.543Z Checking socket2 v0.6.3
23722026-08-17T20:08:46.543Z Checking serde v1.0.228
23732026-08-17T20:08:46.619Z Checking bitflags v2.11.0
23742026-08-17T20:08:46.662Z Checking serde_json v1.0.151
23752026-08-17T20:08:46.718Z Checking icu_properties_data v2.1.2
23762026-08-17T20:08:46.736Z Checking icu_normalizer_data v2.1.1
23772026-08-17T20:08:46.780Z Checking byteorder v1.5.0
23782026-08-17T20:08:46.803Z Checking crypto-common v0.1.7
23792026-08-17T20:08:46.823Z Checking block-buffer v0.10.4
23802026-08-17T20:08:46.841Z Checking futures-sink v0.3.32
23812026-08-17T20:08:46.877Z Checking icu_provider v2.1.1
23822026-08-17T20:08:46.895Z Checking bytes v1.11.1
23832026-08-17T20:08:46.918Z Checking hashbrown v0.17.0
23842026-08-17T20:08:46.934Z Checking futures-channel v0.3.32
23852026-08-17T20:08:46.954Z Checking digest v0.10.7
23862026-08-17T20:08:46.978Z Checking getrandom v0.3.4
23872026-08-17T20:08:47.099Z Checking icu_normalizer v2.1.1
23882026-08-17T20:08:47.122Z Checking icu_properties v2.1.2
23892026-08-17T20:08:47.133Z Checking futures-task v0.3.32
23902026-08-17T20:08:47.144Z Checking futures-io v0.3.32
23912026-08-17T20:08:47.253Z Checking slab v0.4.12
23922026-08-17T20:08:47.265Z Checking utf8_iter v1.0.4
23932026-08-17T20:08:47.325Z Checking form_urlencoded v1.2.2
23942026-08-17T20:08:47.343Z Checking tokio v1.52.1
23952026-08-17T20:08:47.371Z Checking indexmap v2.14.0
23962026-08-17T20:08:47.388Z Checking rustix v1.1.3
23972026-08-17T20:08:47.400Z Checking fnv v1.0.7
23982026-08-17T20:08:47.412Z Checking futures-util v0.3.32
23992026-08-17T20:08:47.448Z Checking base64ct v1.8.3
24002026-08-17T20:08:47.488Z Checking flagset v0.4.7
24012026-08-17T20:08:47.606Z Checking iana-time-zone v0.1.65
24022026-08-17T20:08:47.672Z Checking pem-rfc7468 v0.7.0
24032026-08-17T20:08:47.709Z Checking chrono v0.4.45
24042026-08-17T20:08:47.825Z Checking der v0.7.10
24052026-08-17T20:08:47.932Z Checking rand_core v0.9.5
24062026-08-17T20:08:47.955Z Checking idna_adapter v1.2.1
24072026-08-17T20:08:48.029Z Checking ppv-lite86 v0.2.21
24082026-08-17T20:08:48.071Z Checking idna v1.1.0
24092026-08-17T20:08:48.098Z Checking uuid v1.23.4
24102026-08-17T20:08:48.205Z Checking base64 v0.22.1
24112026-08-17T20:08:48.314Z Checking url v2.5.8
24122026-08-17T20:08:48.327Z Checking regex-syntax v0.8.10
24132026-08-17T20:08:48.407Z Checking http v1.4.2
24142026-08-17T20:08:48.443Z Checking utf8parse v0.2.2
24152026-08-17T20:08:48.547Z Checking spki v0.7.3
24162026-08-17T20:08:48.562Z Checking rand_chacha v0.9.0
24172026-08-17T20:08:48.575Z Checking tracing-core v0.1.36
24182026-08-17T20:08:48.709Z Checking cpufeatures v0.2.17
24192026-08-17T20:08:48.756Z Checking dyn-clone v1.0.20
24202026-08-17T20:08:48.768Z Checking anstyle v1.0.14
24212026-08-17T20:08:48.781Z Checking rand v0.9.2
24222026-08-17T20:08:48.855Z Checking pkcs8 v0.10.2
24232026-08-17T20:08:48.879Z Checking tracing v0.1.44
24242026-08-17T20:08:48.946Z Checking semver v1.0.28
24252026-08-17T20:08:48.975Z Checking http-body v1.0.1
24262026-08-17T20:08:49.003Z Checking spin v0.9.8
24272026-08-17T20:08:49.081Z Checking rustls-pki-types v1.14.0
24282026-08-17T20:08:49.103Z Checking openssl-probe v0.2.1
24292026-08-17T20:08:49.148Z Checking colorchoice v1.0.4
24302026-08-17T20:08:49.181Z Checking is_terminal_polyfill v1.70.2
24312026-08-17T20:08:49.206Z Checking anstyle-query v1.1.5
24322026-08-17T20:08:49.241Z Checking cmov v0.5.4
24332026-08-17T20:08:49.254Z Checking tinyvec_macros v0.1.1
24342026-08-17T20:08:49.269Z Checking schemars v0.8.22
24352026-08-17T20:08:49.293Z Checking sha2 v0.10.9
24362026-08-17T20:08:49.313Z Checking tinyvec v1.10.0
24372026-08-17T20:08:49.328Z Checking aws-lc-sys v0.40.0
24382026-08-17T20:08:49.365Z Checking thiserror v2.0.18
24392026-08-17T20:08:49.428Z Checking ctutils v0.4.2
24402026-08-17T20:08:49.464Z Checking tower-service v0.3.3
24412026-08-17T20:08:49.552Z Checking try-lock v0.2.5
24422026-08-17T20:08:49.564Z Checking tower-layer v0.3.3
24432026-08-17T20:08:49.618Z Checking untrusted v0.7.1
24442026-08-17T20:08:49.620Z Checking atomic-waker v1.1.2
24452026-08-17T20:08:49.641Z Checking fastrand v2.3.0
24462026-08-17T20:08:49.652Z Checking want v0.3.1
24472026-08-17T20:08:49.709Z Checking hybrid-array v0.4.13
24482026-08-17T20:08:49.724Z Checking anstyle-parse v1.0.0
24492026-08-17T20:08:49.738Z Checking ipnet v2.11.0
24502026-08-17T20:08:49.776Z Checking crc32fast v1.5.0
24512026-08-17T20:08:49.826Z Checking tempfile v3.25.0
24522026-08-17T20:08:49.841Z Checking aws-lc-rs v1.16.3
24532026-08-17T20:08:49.876Z Checking httparse v1.10.1
24542026-08-17T20:08:49.912Z Checking aho-corasick v1.1.4
24552026-08-17T20:08:49.933Z Checking simd-adler32 v0.3.8
24562026-08-17T20:08:50.001Z Checking httpdate v1.0.3
24572026-08-17T20:08:50.022Z Checking foreign-types-shared v0.1.1
24582026-08-17T20:08:50.090Z Checking tap v1.0.1
24592026-08-17T20:08:50.103Z Checking untrusted v0.9.0
24602026-08-17T20:08:50.106Z Checking plain v0.2.3
24612026-08-17T20:08:50.144Z Checking foreign-types v0.3.2
24622026-08-17T20:08:50.186Z Checking wyz v0.5.1
24632026-08-17T20:08:50.202Z Checking anstream v1.0.0
24642026-08-17T20:08:50.220Z Checking unicode-normalization v0.1.25
24652026-08-17T20:08:50.230Z Checking rand_chacha v0.3.1
24662026-08-17T20:08:50.357Z Checking terminal_size v0.4.3
24672026-08-17T20:08:50.397Z Checking radium v0.7.0
24682026-08-17T20:08:50.434Z Checking signature v2.2.0
24692026-08-17T20:08:50.468Z Checking hex v0.4.3
24702026-08-17T20:08:50.481Z Checking num-integer v0.1.46
24712026-08-17T20:08:50.560Z Checking openssl-sys v0.9.117
24722026-08-17T20:08:50.573Z Checking wait-timeout v0.2.1
24732026-08-17T20:08:50.595Z Checking regex-automata v0.4.14
24742026-08-17T20:08:50.618Z Checking adler2 v2.0.1
24752026-08-17T20:08:50.640Z Checking tokio-util v0.7.18
24762026-08-17T20:08:50.686Z Checking strsim v0.11.1
24772026-08-17T20:08:50.688Z Checking bit-vec v0.8.0
24782026-08-17T20:08:50.698Z Checking unicode-ident v1.0.24
24792026-08-17T20:08:50.710Z Checking rustls-webpki v0.103.13
24802026-08-17T20:08:50.733Z Checking ucd-trie v0.1.7
24812026-08-17T20:08:50.810Z Checking funty v2.0.0
24822026-08-17T20:08:50.840Z Checking quick-error v1.2.3
24832026-08-17T20:08:50.859Z Checking clap_lex v1.0.0
24842026-08-17T20:08:50.885Z Checking bit-set v0.8.0
24852026-08-17T20:08:50.926Z Checking openssl v0.10.80
24862026-08-17T20:08:50.939Z Checking rusty-fork v0.3.1
24872026-08-17T20:08:51.006Z Checking clap_builder v4.6.0
24882026-08-17T20:08:51.023Z Checking pest v2.8.6
24892026-08-17T20:08:51.103Z Checking proc-macro2 v1.0.106
24902026-08-17T20:08:51.115Z Checking bitvec v1.0.1
24912026-08-17T20:08:51.127Z Checking rustls v0.23.41
24922026-08-17T20:08:51.260Z Checking h2 v0.4.15
24932026-08-17T20:08:51.418Z Checking miniz_oxide v0.8.9
24942026-08-17T20:08:51.762Z Checking num-iter v0.1.45
24952026-08-17T20:08:51.875Z Checking rand v0.8.6
24962026-08-17T20:08:52.104Z Checking lazy_static v1.5.0
24972026-08-17T20:08:52.178Z Checking anstyle-parse v0.2.7
24982026-08-17T20:08:52.246Z Checking rand_xorshift v0.4.0
24992026-08-17T20:08:52.327Z Checking thiserror v1.0.69
25002026-08-17T20:08:52.367Z Checking maybe-uninit v2.0.0
25012026-08-17T20:08:52.390Z Checking hmac v0.12.1
25022026-08-17T20:08:52.401Z Checking serde_spanned v0.6.9
25032026-08-17T20:08:52.415Z Checking toml_datetime v0.6.11
25042026-08-17T20:08:52.430Z Checking sync_wrapper v1.0.2
25052026-08-17T20:08:52.441Z Checking unarray v0.1.4
25062026-08-17T20:08:52.514Z Checking siphasher v1.0.2
25072026-08-17T20:08:52.527Z Checking powerfmt v0.2.0
25082026-08-17T20:08:52.531Z Checking zlib-rs v0.6.2
25092026-08-17T20:08:52.549Z Checking nodrop v0.1.14
25102026-08-17T20:08:52.589Z Checking pretty-hex v0.4.1
25112026-08-17T20:08:52.631Z Checking crc-catalog v2.4.0
25122026-08-17T20:08:52.665Z Checking array-init v0.0.4
25132026-08-17T20:08:52.684Z Checking deranged v0.5.8
25142026-08-17T20:08:52.699Z Checking proptest v1.11.0
25152026-08-17T20:08:52.715Z Checking crc v3.4.0
25162026-08-17T20:08:52.880Z Checking tower v0.5.3
25172026-08-17T20:08:52.917Z Checking native-tls v0.2.18
25182026-08-17T20:08:52.950Z Checking smallvec v0.6.14
25192026-08-17T20:08:53.092Z Checking packed_struct v0.10.1
25202026-08-17T20:08:53.137Z Checking num-bigint-dig v0.8.6
25212026-08-17T20:08:53.259Z Checking anstream v0.6.21
25222026-08-17T20:08:53.366Z Checking clap v4.6.1
25232026-08-17T20:08:53.402Z Checking flate2 v1.1.9
25242026-08-17T20:08:53.443Z Checking quote v1.0.45
25252026-08-17T20:08:53.461Z Checking ipnetwork v0.21.1
25262026-08-17T20:08:53.608Z Checking http-body-util v0.1.3
25272026-08-17T20:08:53.621Z Checking pkcs1 v0.7.5
25282026-08-17T20:08:53.667Z Checking crossbeam-utils v0.8.21
25292026-08-17T20:08:53.694Z Checking bitfield v0.19.4
25302026-08-17T20:08:53.823Z Checking zerocopy v0.6.6
25312026-08-17T20:08:53.830Z Checking ahash v0.8.12
25322026-08-17T20:08:53.944Z Checking bzip2-sys v0.1.13+1.0.8
25332026-08-17T20:08:53.956Z Checking scroll v0.13.0
25342026-08-17T20:08:53.998Z Checking env_filter v1.0.0
25352026-08-17T20:08:54.023Z Checking unicode-bidi v0.3.18
25362026-08-17T20:08:54.058Z Checking allocator-api2 v0.2.21
25372026-08-17T20:08:54.106Z Checking hyper v1.10.1
25382026-08-17T20:08:54.114Z Checking winnow v0.5.40
25392026-08-17T20:08:54.128Z Checking ryu v1.0.23
25402026-08-17T20:08:54.138Z Checking base64 v0.21.7
25412026-08-17T20:08:54.180Z Checking num_threads v0.1.7
25422026-08-17T20:08:54.258Z Checking hashbrown v0.12.3
25432026-08-17T20:08:54.273Z Checking iri-string v0.7.10
25442026-08-17T20:08:54.317Z Checking num-conv v0.2.0
25452026-08-17T20:08:54.331Z Checking time-core v0.1.8
25462026-08-17T20:08:54.363Z Checking unicode-properties v0.1.4
25472026-08-17T20:08:54.433Z Checking ron v0.8.1
25482026-08-17T20:08:54.471Z Checking time v0.3.47
25492026-08-17T20:08:54.510Z Checking newtype-uuid v1.3.2
25502026-08-17T20:08:54.546Z Checking stringprep v0.1.5
25512026-08-17T20:08:54.672Z Checking indexmap v1.9.3
25522026-08-17T20:08:54.698Z Checking serde_urlencoded v0.7.1
25532026-08-17T20:08:54.709Z Checking goblin v0.10.5
25542026-08-17T20:08:54.903Z Checking env_logger v0.11.9
25552026-08-17T20:08:54.971Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25562026-08-17T20:08:54.994Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25572026-08-17T20:08:55.056Z Checking hyper-util v0.1.20
25582026-08-17T20:08:55.092Z Checking hashbrown v0.13.2
25592026-08-17T20:08:55.146Z Checking bzip2 v0.4.4
25602026-08-17T20:08:55.293Z Checking toml_edit v0.19.15
25612026-08-17T20:08:55.306Z Checking tower-http v0.6.8
25622026-08-17T20:08:55.319Z Checking crossbeam-epoch v0.9.18
25632026-08-17T20:08:55.512Z Checking rsa v0.9.10
25642026-08-17T20:08:55.537Z Checking oxnet v0.1.6
25652026-08-17T20:08:55.587Z Checking syn v2.0.117
25662026-08-17T20:08:55.634Z Checking serde-hex v0.1.0
25672026-08-17T20:08:55.792Z Checking tokio-native-tls v0.3.1
25682026-08-17T20:08:55.955Z Checking bstr v1.12.1
25692026-08-17T20:08:55.996Z Checking block-buffer v0.12.1
25702026-08-17T20:08:56.162Z Checking crypto-common v0.2.2
25712026-08-17T20:08:56.304Z Checking block-padding v0.4.2
25722026-08-17T20:08:56.319Z Checking rustls-native-certs v0.8.3
25732026-08-17T20:08:56.345Z Checking scroll v0.12.0
25742026-08-17T20:08:56.436Z Checking x509-cert v0.2.5
25752026-08-17T20:08:56.447Z Checking zstd-sys v2.0.16+zstd.1.5.7
25762026-08-17T20:08:56.557Z Checking md-5 v0.10.6
25772026-08-17T20:08:56.571Z Checking hash32 v0.2.1
25782026-08-17T20:08:56.691Z Checking encoding_rs v0.8.35
25792026-08-17T20:08:56.726Z Checking psl-types v2.0.11
25802026-08-17T20:08:56.759Z Checking crc-any v2.5.0
25812026-08-17T20:08:56.834Z Checking fallible-iterator v0.2.0
25822026-08-17T20:08:56.928Z Checking mime v0.3.17
25832026-08-17T20:08:57.040Z Checking either v1.15.0
25842026-08-17T20:08:57.090Z Checking dof v0.4.0
25852026-08-17T20:08:57.101Z Checking postgres-protocol v0.6.10
25862026-08-17T20:08:57.114Z Checking publicsuffix v2.3.0
25872026-08-17T20:08:57.130Z Checking heapless v0.7.17
25882026-08-17T20:08:57.225Z Checking goblin v0.8.2
25892026-08-17T20:08:57.272Z Checking zstd-safe v7.2.4
25902026-08-17T20:08:57.423Z Checking inout v0.2.2
25912026-08-17T20:08:57.439Z Checking toml v0.7.8
25922026-08-17T20:08:57.551Z Checking hyper-tls v0.6.0
25932026-08-17T20:08:57.572Z Checking daft v0.1.7
25942026-08-17T20:08:57.631Z Checking cookie v0.18.1
25952026-08-17T20:08:57.722Z Checking object v0.30.4
25962026-08-17T20:08:57.732Z Checking zip v0.6.6
25972026-08-17T20:08:57.749Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25982026-08-17T20:08:57.813Z Checking tokio-rustls v0.26.4
25992026-08-17T20:08:57.873Z Checking phf_shared v0.13.1
26002026-08-17T20:08:57.896Z Checking dtrace-parser v0.3.0
26012026-08-17T20:08:57.922Z Checking zerocopy v0.7.35
26022026-08-17T20:08:58.005Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26032026-08-17T20:08:58.042Z Checking pin-project v1.1.11
26042026-08-17T20:08:58.056Z Checking futures-executor v0.3.32
26052026-08-17T20:08:58.061Z Checking signal-hook v0.3.18
26062026-08-17T20:08:58.170Z Checking ff v0.13.1
26072026-08-17T20:08:58.185Z Checking thread-id v5.1.0
26082026-08-17T20:08:58.200Z Checking bitflags v1.3.2
26092026-08-17T20:08:58.217Z Checking path-slash v0.1.5
26102026-08-17T20:08:58.246Z Checking same-file v1.0.6
26112026-08-17T20:08:58.253Z Compiling rayon-core v1.13.0
26122026-08-17T20:08:58.271Z Checking base16ct v0.2.0
26132026-08-17T20:08:58.303Z Checking foldhash v0.2.0
26142026-08-17T20:08:58.361Z Checking bumpalo v3.20.2
26152026-08-17T20:08:58.388Z Checking foldhash v0.1.5
26162026-08-17T20:08:58.402Z Checking jiff-core v0.1.0
26172026-08-17T20:08:58.427Z Checking libbz2-rs-sys v0.2.2
26182026-08-17T20:08:58.451Z Checking managed v0.8.0
26192026-08-17T20:08:58.517Z Checking hashbrown v0.15.5
26202026-08-17T20:08:58.559Z Checking zopfli v0.8.3
26212026-08-17T20:08:58.635Z Checking smoltcp v0.9.1
26222026-08-17T20:08:58.806Z Checking bzip2 v0.6.1
26232026-08-17T20:08:58.885Z Checking hashbrown v0.16.1
26242026-08-17T20:08:58.976Z Checking sec1 v0.7.3
26252026-08-17T20:08:58.984Z Checking walkdir v2.5.0
26262026-08-17T20:08:59.000Z Checking signal-hook-mio v0.2.5
26272026-08-17T20:08:59.070Z Checking jiff v0.2.34
26282026-08-17T20:08:59.100Z Checking group v0.13.0
26292026-08-17T20:08:59.134Z Checking usdt-impl v0.6.0
26302026-08-17T20:08:59.146Z Checking dof v0.3.0
26312026-08-17T20:08:59.184Z Checking futures v0.3.32
26322026-08-17T20:08:59.243Z Checking snafu v0.8.9
26332026-08-17T20:08:59.256Z Checking phf v0.13.1
26342026-08-17T20:08:59.261Z Checking hyper-rustls v0.27.7
26352026-08-17T20:08:59.384Z Checking cookie_store v0.22.1
26362026-08-17T20:08:59.407Z Checking reqwest v0.12.28
26372026-08-17T20:08:59.418Z Checking cipher v0.5.2
26382026-08-17T20:08:59.429Z Checking zstd v0.13.3
26392026-08-17T20:08:59.449Z Checking postgres-types v0.2.12
26402026-08-17T20:08:59.458Z Checking rustls-platform-verifier v0.6.2
26412026-08-17T20:08:59.593Z Checking globset v0.4.18
26422026-08-17T20:08:59.612Z Checking crossbeam-deque v0.8.6
26432026-08-17T20:08:59.650Z Checking phf_shared v0.11.3
26442026-08-17T20:08:59.725Z Checking hkdf v0.12.4
26452026-08-17T20:08:59.758Z Checking dtrace-parser v0.2.0
26462026-08-17T20:08:59.797Z Checking regex v1.12.3
26472026-08-17T20:08:59.807Z Checking byte-wrapper v0.1.0
26482026-08-17T20:08:59.824Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26492026-08-17T20:08:59.860Z Checking ref-cast v1.0.25
26502026-08-17T20:08:59.871Z Checking curve25519-dalek v4.1.3
26512026-08-17T20:08:59.956Z Checking strum v0.27.2
26522026-08-17T20:08:59.996Z Checking olpc-cjson v0.1.4
26532026-08-17T20:09:00.009Z Checking hubpack v0.1.2
26542026-08-17T20:09:00.103Z Checking ed25519 v2.2.3
26552026-08-17T20:09:00.119Z Checking memoffset v0.9.1
26562026-08-17T20:09:00.138Z Checking rustix v0.38.44
26572026-08-17T20:09:00.151Z Checking pem v3.0.6
26582026-08-17T20:09:00.170Z Checking serde-big-array v0.5.1
26592026-08-17T20:09:00.198Z Checking serde_plain v1.0.2
26602026-08-17T20:09:00.203Z Checking erased-serde v0.3.31
26612026-08-17T20:09:00.246Z Checking float-cmp v0.10.0
26622026-08-17T20:09:00.296Z Checking crypto-bigint v0.5.5
26632026-08-17T20:09:00.314Z Checking thread-id v4.2.2
26642026-08-17T20:09:00.320Z Checking memmap2 v0.9.10
26652026-08-17T20:09:00.372Z Checking winnow v1.0.3
26662026-08-17T20:09:00.389Z Checking fixedbitset v0.5.7
26672026-08-17T20:09:00.474Z Checking predicates-core v1.0.10
26682026-08-17T20:09:00.562Z Checking data-encoding v2.10.0
26692026-08-17T20:09:00.573Z Checking fixedbitset v0.4.2
26702026-08-17T20:09:00.595Z Checking cpufeatures v0.3.0
26712026-08-17T20:09:00.659Z Checking new_debug_unreachable v1.0.6
26722026-08-17T20:09:00.670Z Checking normalize-line-endings v0.3.0
26732026-08-17T20:09:00.715Z Checking difflib v0.4.0
26742026-08-17T20:09:00.729Z Checking const-oid v0.10.2
26752026-08-17T20:09:00.754Z Checking unicode-segmentation v1.12.0
26762026-08-17T20:09:00.822Z Checking precomputed-hash v0.1.1
26772026-08-17T20:09:00.878Z Checking keccak v0.1.6
26782026-08-17T20:09:00.899Z Checking whoami v2.1.0
26792026-08-17T20:09:00.904Z Checking winnow v0.7.14
26802026-08-17T20:09:00.931Z Checking toml_write v0.1.2
26812026-08-17T20:09:01.017Z Checking static_assertions v1.1.0
26822026-08-17T20:09:01.040Z Checking typed-path v0.9.3
26832026-08-17T20:09:01.060Z Checking similar v2.7.0
26842026-08-17T20:09:01.096Z Checking tokio-postgres v0.7.16
26852026-08-17T20:09:01.100Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26862026-08-17T20:09:01.100Z Checking sha3 v0.10.8
26872026-08-17T20:09:01.200Z Checking elliptic-curve v0.13.8
26882026-08-17T20:09:01.236Z Checking toml_parser v1.1.2+spec-1.1.0
26892026-08-17T20:09:01.317Z Checking zip v4.6.1
26902026-08-17T20:09:01.433Z Checking crossterm v0.28.1
26912026-08-17T20:09:01.505Z Checking string_cache v0.8.9
26922026-08-17T20:09:01.555Z Checking predicates v3.1.4
26932026-08-17T20:09:01.669Z Checking digest v0.11.3
26942026-08-17T20:09:01.813Z Checking tough v0.22.0
26952026-08-17T20:09:01.844Z Checking hickory-proto v0.25.2
26962026-08-17T20:09:01.856Z Checking petgraph v0.6.5
26972026-08-17T20:09:01.873Z Checking chacha20 v0.10.0
26982026-08-17T20:09:02.099Z Checking toml_edit v0.22.27
26992026-08-17T20:09:02.124Z Checking ed25519-dalek v2.2.0
27002026-08-17T20:09:02.134Z Checking petgraph v0.8.3
27012026-08-17T20:09:02.352Z Checking slog v2.8.2
27022026-08-17T20:09:02.370Z Checking usdt v0.6.0
27032026-08-17T20:09:02.538Z Checking usdt-impl v0.5.0
27042026-08-17T20:09:02.618Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27052026-08-17T20:09:02.820Z Checking nix v0.31.2
27062026-08-17T20:09:03.108Z Checking iddqd v0.4.2
27072026-08-17T20:09:03.204Z Checking reqwest v0.13.2
27082026-08-17T20:09:03.375Z Checking itertools v0.15.0
27092026-08-17T20:09:03.506Z Checking itertools v0.13.0
27102026-08-17T20:09:03.713Z Checking strum v0.26.3
27112026-08-17T20:09:03.815Z Checking serde_with v3.21.0
27122026-08-17T20:09:03.820Z Checking fs-err v3.3.0
27132026-08-17T20:09:04.048Z Checking object v0.37.3
27142026-08-17T20:09:04.059Z Checking tokio-stream v0.1.18
27152026-08-17T20:09:04.059Z Checking buf-list v1.1.2
27162026-08-17T20:09:04.131Z Checking camino v1.2.2
27172026-08-17T20:09:04.229Z Checking anyhow v1.0.102
27182026-08-17T20:09:04.436Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27192026-08-17T20:09:04.534Z Checking openapiv3 v2.2.0
27202026-08-17T20:09:04.534Z Checking peg-runtime v0.8.5
27212026-08-17T20:09:04.541Z Checking lalrpop-util v0.19.12
27222026-08-17T20:09:04.541Z Checking rayon v1.11.0
27232026-08-17T20:09:04.569Z Checking sigpipe v0.1.3
27242026-08-17T20:09:04.642Z Checking glob v0.3.3
27252026-08-17T20:09:06.188Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27262026-08-17T20:09:06.257Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27272026-08-17T20:09:06.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.20s
27282026-08-17T20:09:06.673Z
27292026-08-17T20:09:06.673Zinfo: running `cargo check --bins` on internal-dns-types (79/335)
27302026-08-17T20:09:07.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312026-08-17T20:09:07.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322026-08-17T20:09:07.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27332026-08-17T20:09:07.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27342026-08-17T20:09:07.254Z
27352026-08-17T20:09:07.254Zinfo: running `cargo check --bins` on internal-dns-types-versions (80/335)
27362026-08-17T20:09:07.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372026-08-17T20:09:07.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382026-08-17T20:09:07.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27392026-08-17T20:09:07.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27402026-08-17T20:09:07.801Z
27412026-08-17T20:09:07.801Zinfo: running `cargo check --bins` on nexus-types-versions (81/335)
27422026-08-17T20:09:08.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432026-08-17T20:09:08.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442026-08-17T20:09:08.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27452026-08-17T20:09:08.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27462026-08-17T20:09:08.373Z
27472026-08-17T20:09:08.373Zinfo: running `cargo check --bins` on oxql-types (82/335)
27482026-08-17T20:09:08.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492026-08-17T20:09:08.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502026-08-17T20:09:08.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27512026-08-17T20:09:08.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27522026-08-17T20:09:08.938Z
27532026-08-17T20:09:08.938Zinfo: running `cargo check --bins` on oximeter-types (83/335)
27542026-08-17T20:09:09.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552026-08-17T20:09:09.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562026-08-17T20:09:09.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572026-08-17T20:09:09.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27582026-08-17T20:09:09.508Z
27592026-08-17T20:09:09.508Zinfo: running `cargo check --bins` on oximeter-types-versions (84/335)
27602026-08-17T20:09:09.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612026-08-17T20:09:10.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622026-08-17T20:09:10.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632026-08-17T20:09:10.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27642026-08-17T20:09:10.090Z
27652026-08-17T20:09:10.090Zinfo: running `cargo check --bins` on oximeter-macro-impl (85/335)
27662026-08-17T20:09:10.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672026-08-17T20:09:10.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682026-08-17T20:09:10.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692026-08-17T20:09:10.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
27702026-08-17T20:09:10.626Z
27712026-08-17T20:09:10.626Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (86/335)
27722026-08-17T20:09:11.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732026-08-17T20:09:11.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742026-08-17T20:09:11.339Z Compiling multer v3.1.0
27752026-08-17T20:09:11.410Z Compiling async-stream-impl v0.3.6
27762026-08-17T20:09:11.414Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27772026-08-17T20:09:11.424Z Compiling dropshot v0.17.1
27782026-08-17T20:09:11.438Z Compiling parse-display-derive v0.10.0
27792026-08-17T20:09:11.446Z Compiling dropshot_endpoint v0.17.1
27802026-08-17T20:09:11.451Z Compiling newtype-uuid-macros v0.1.0
27812026-08-17T20:09:11.478Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27822026-08-17T20:09:11.618Z Checking thread_local v1.1.9
27832026-08-17T20:09:11.640Z Checking match_cfg v0.1.0
27842026-08-17T20:09:11.711Z Checking compression-core v0.4.31
27852026-08-17T20:09:11.780Z Checking hostname v0.3.1
27862026-08-17T20:09:11.794Z Checking crossbeam-channel v0.5.15
27872026-08-17T20:09:11.829Z Checking compression-codecs v0.4.37
27882026-08-17T20:09:11.867Z Checking atomicwrites v0.4.4
27892026-08-17T20:09:11.882Z Checking slog-json v2.6.1
27902026-08-17T20:09:11.978Z Checking serde_spanned v1.1.1
27912026-08-17T20:09:11.991Z Checking is-terminal v0.4.17
27922026-08-17T20:09:11.998Z Checking toml_datetime v1.1.1+spec-1.1.0
27932026-08-17T20:09:12.032Z Checking term v1.2.1
27942026-08-17T20:09:12.082Z Checking take_mut v0.2.2
27952026-08-17T20:09:12.107Z Checking toml_writer v1.1.1+spec-1.1.0
27962026-08-17T20:09:12.129Z Checking debug-ignore v1.0.5
27972026-08-17T20:09:12.184Z Checking slog-async v2.8.0
27982026-08-17T20:09:12.206Z Checking slog-bunyan v2.5.0
27992026-08-17T20:09:12.219Z Checking async-compression v0.4.41
28002026-08-17T20:09:12.231Z Checking async-stream v0.3.6
28012026-08-17T20:09:12.252Z Checking slog-term v2.9.2
28022026-08-17T20:09:12.301Z Checking toml v1.1.2+spec-1.1.0
28032026-08-17T20:09:12.315Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28042026-08-17T20:09:12.349Z Checking progenitor-client v0.14.0
28052026-08-17T20:09:12.360Z Checking sha1 v0.11.0
28062026-08-17T20:09:12.462Z Checking waitgroup v0.1.2
28072026-08-17T20:09:12.503Z Checking rustls-pemfile v2.2.0
28082026-08-17T20:09:12.545Z Checking backon v1.6.0
28092026-08-17T20:09:12.565Z Checking serde_path_to_error v0.1.20
28102026-08-17T20:09:12.587Z Checking hostname v0.4.2
28112026-08-17T20:09:12.632Z Checking instant v0.1.13
28122026-08-17T20:09:12.715Z Checking progenitor-extras v0.2.0
28132026-08-17T20:09:12.729Z Checking backoff v0.4.0
28142026-08-17T20:09:12.823Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28152026-08-17T20:09:12.863Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28162026-08-17T20:09:12.873Z Checking regress v0.10.5
28172026-08-17T20:09:12.886Z Checking itertools v0.14.0
28182026-08-17T20:09:13.027Z Checking macaddr v1.0.1
28192026-08-17T20:09:13.096Z Checking parse-display v0.10.0
28202026-08-17T20:09:13.186Z Checking humantime v2.3.0
28212026-08-17T20:09:14.027Z Compiling prettyplease v0.2.37
28222026-08-17T20:09:14.283Z Checking num-rational v0.4.2
28232026-08-17T20:09:14.555Z Checking num-complex v0.4.6
28242026-08-17T20:09:15.058Z Compiling num v0.4.3
28252026-08-17T20:09:15.129Z Compiling usdt-attr-macro v0.5.0
28262026-08-17T20:09:15.136Z Compiling usdt-macro v0.5.0
28272026-08-17T20:09:15.174Z Checking memmap v0.7.0
28282026-08-17T20:09:15.185Z Compiling float-ord v0.3.2
28292026-08-17T20:09:15.242Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28302026-08-17T20:09:15.316Z Compiling convert_case v0.4.0
28312026-08-17T20:09:15.394Z Checking unicode-width v0.2.0
28322026-08-17T20:09:15.649Z Checking console v0.15.11
28332026-08-17T20:09:15.688Z Compiling derive_more v0.99.20
28342026-08-17T20:09:15.889Z Checking newline-converter v0.3.0
28352026-08-17T20:09:15.906Z Checking usdt v0.5.0
28362026-08-17T20:09:15.921Z Compiling toml v0.8.23
28372026-08-17T20:09:15.986Z Compiling minimal-lexical v0.2.1
28382026-08-17T20:09:16.066Z Checking linked-hash-map v0.5.6
28392026-08-17T20:09:16.239Z Checking lru-cache v0.1.2
28402026-08-17T20:09:16.254Z Compiling nom v7.1.3
28412026-08-17T20:09:16.365Z Checking expectorate v1.2.0
28422026-08-17T20:09:16.752Z Checking camino-tempfile v1.4.1
28432026-08-17T20:09:16.861Z Checking hickory-proto v0.24.4
28442026-08-17T20:09:16.917Z Checking phf_shared v0.12.1
28452026-08-17T20:09:17.017Z Compiling slog-dtrace v0.3.0
28462026-08-17T20:09:17.056Z Compiling unicode-xid v0.2.6
28472026-08-17T20:09:17.197Z Checking heck v0.5.0
28482026-08-17T20:09:17.316Z Compiling chrono-tz v0.10.4
28492026-08-17T20:09:17.426Z Checking resolv-conf v0.7.6
28502026-08-17T20:09:17.557Z Compiling const_format_proc_macros v0.2.34
28512026-08-17T20:09:17.606Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-08-17T20:09:17.613Z Checking phf v0.12.1
28532026-08-17T20:09:17.761Z Checking tokio-dtrace v0.1.1
28542026-08-17T20:09:17.942Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28552026-08-17T20:09:18.074Z Compiling derive-where v1.6.0
28562026-08-17T20:09:18.182Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28572026-08-17T20:09:18.257Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28582026-08-17T20:09:18.360Z Checking highway v1.3.0
28592026-08-17T20:09:18.588Z Checking const_format v0.2.35
28602026-08-17T20:09:18.702Z Checking hickory-resolver v0.24.4
28612026-08-17T20:09:18.822Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28622026-08-17T20:09:19.344Z Checking oxide-tokio-rt v0.1.4
28632026-08-17T20:09:19.440Z Checking qorb v0.4.1
28642026-08-17T20:09:19.756Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28652026-08-17T20:09:19.781Z Checking gethostname v0.5.0
28662026-08-17T20:09:19.848Z Checking bcs v0.1.6
28672026-08-17T20:09:19.869Z Checking termtree v0.5.1
28682026-08-17T20:09:19.869Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28692026-08-17T20:09:20.093Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28702026-08-17T20:09:20.103Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28712026-08-17T20:09:23.134Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28722026-08-17T20:09:26.259Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28732026-08-17T20:09:28.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.88s
28742026-08-17T20:09:28.696Z
28752026-08-17T20:09:28.696Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/335)
28762026-08-17T20:09:29.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-08-17T20:09:29.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-08-17T20:09:29.365Z Compiling ar_archive_writer v0.5.1
28792026-08-17T20:09:29.481Z Compiling stacker v0.1.23
28802026-08-17T20:09:29.500Z Compiling cfg_aliases v0.1.1
28812026-08-17T20:09:29.501Z Compiling convert_case v0.10.0
28822026-08-17T20:09:29.510Z Checking unicode-width v0.1.14
28832026-08-17T20:09:29.510Z Compiling proc-macro-error v1.0.4
28842026-08-17T20:09:29.520Z Checking fd-lock v4.0.4
28852026-08-17T20:09:29.520Z Checking nibble_vec v0.1.0
28862026-08-17T20:09:29.540Z Compiling nix v0.28.0
28872026-08-17T20:09:29.622Z Checking vte v0.14.1
28882026-08-17T20:09:29.648Z Compiling recursive-proc-macro-impl v0.1.1
28892026-08-17T20:09:29.729Z Checking bytecount v0.6.9
28902026-08-17T20:09:29.743Z Checking endian-type v0.1.2
28912026-08-17T20:09:29.805Z Compiling tabled_derive v0.7.0
28922026-08-17T20:09:29.822Z Checking strip-ansi-escapes v0.2.1
28932026-08-17T20:09:29.831Z Compiling derive_more-impl v2.1.1
28942026-08-17T20:09:29.831Z Checking papergrid v0.11.0
28952026-08-17T20:09:29.891Z Checking radix_trie v0.2.1
28962026-08-17T20:09:29.917Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28972026-08-17T20:09:30.097Z Compiling peg-macros v0.8.5
28982026-08-17T20:09:30.097Z Checking winnow v0.6.26
28992026-08-17T20:09:30.338Z Compiling psm v0.1.30
29002026-08-17T20:09:30.386Z Compiling sqlparser_derive v0.5.0
29012026-08-17T20:09:30.461Z Checking nu-ansi-term v0.50.3
29022026-08-17T20:09:30.671Z Checking derive_more v2.1.1
29032026-08-17T20:09:30.688Z Checking home v0.5.12
29042026-08-17T20:09:30.720Z Checking unicode_categories v0.1.1
29052026-08-17T20:09:30.770Z Checking tabled v0.15.0
29062026-08-17T20:09:30.797Z Checking crossterm v0.29.0
29072026-08-17T20:09:30.899Z Checking rustyline v14.0.0
29082026-08-17T20:09:30.913Z Checking reedline v0.40.0
29092026-08-17T20:09:31.644Z Checking recursive v0.1.1
29102026-08-17T20:09:31.704Z Checking display-error-chain v0.2.2
29112026-08-17T20:09:31.704Z Checking sqlparser v0.61.0
29122026-08-17T20:09:31.704Z Checking sqlformat v0.3.5
29132026-08-17T20:09:31.704Z Checking peg v0.8.5
29142026-08-17T20:09:42.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.89s
29152026-08-17T20:09:42.756Z
29162026-08-17T20:09:42.756Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/335)
29172026-08-17T20:09:43.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-08-17T20:09:43.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-08-17T20:09:43.418Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29202026-08-17T20:09:46.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
29212026-08-17T20:09:47.117Z
29222026-08-17T20:09:47.117Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/335)
29232026-08-17T20:09:47.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-08-17T20:09:47.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-08-17T20:09:47.777Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29262026-08-17T20:09:50.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
29272026-08-17T20:09:50.469Z
29282026-08-17T20:09:50.469Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/335)
29292026-08-17T20:09:50.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-08-17T20:09:50.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-08-17T20:09:51.122Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29322026-08-17T20:09:54.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
29332026-08-17T20:09:54.648Z
29342026-08-17T20:09:54.648Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/335)
29352026-08-17T20:09:55.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-08-17T20:09:55.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-08-17T20:09:55.307Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29382026-08-17T20:09:58.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
29392026-08-17T20:09:58.820Z
29402026-08-17T20:09:58.820Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/335)
29412026-08-17T20:09:59.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-08-17T20:09:59.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-08-17T20:09:59.475Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29442026-08-17T20:10:02.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
29452026-08-17T20:10:02.317Z
29462026-08-17T20:10:02.317Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/335)
29472026-08-17T20:10:02.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-08-17T20:10:02.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-08-17T20:10:02.974Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29502026-08-17T20:10:05.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
29512026-08-17T20:10:05.836Z
29522026-08-17T20:10:05.836Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/335)
29532026-08-17T20:10:06.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-08-17T20:10:06.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-08-17T20:10:06.497Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29562026-08-17T20:10:09.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
29572026-08-17T20:10:10.159Z
29582026-08-17T20:10:10.159Zinfo: running `cargo check --bins` on oximeter (95/335)
29592026-08-17T20:10:10.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-08-17T20:10:10.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-08-17T20:10:10.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29622026-08-17T20:10:10.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29632026-08-17T20:10:10.719Z
29642026-08-17T20:10:10.719Zinfo: running `cargo check --bins` on oximeter-schema (96/335)
29652026-08-17T20:10:11.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-08-17T20:10:11.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-08-17T20:10:11.337Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29682026-08-17T20:10:11.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
29692026-08-17T20:10:11.882Z
29702026-08-17T20:10:11.882Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (97/335)
29712026-08-17T20:10:12.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722026-08-17T20:10:12.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732026-08-17T20:10:12.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29742026-08-17T20:10:12.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29752026-08-17T20:10:12.443Z
29762026-08-17T20:10:12.443Zinfo: running `cargo check --bins` on oximeter-test-utils (98/335)
29772026-08-17T20:10:12.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782026-08-17T20:10:12.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792026-08-17T20:10:12.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29802026-08-17T20:10:12.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29812026-08-17T20:10:13.040Z
29822026-08-17T20:10:13.040Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/335)
29832026-08-17T20:10:13.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842026-08-17T20:10:13.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852026-08-17T20:10:13.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29862026-08-17T20:10:13.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29872026-08-17T20:10:13.610Z
29882026-08-17T20:10:13.610Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/335)
29892026-08-17T20:10:14.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902026-08-17T20:10:14.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912026-08-17T20:10:14.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29922026-08-17T20:10:14.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29932026-08-17T20:10:14.173Z
29942026-08-17T20:10:14.173Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/335)
29952026-08-17T20:10:14.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-08-17T20:10:14.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-08-17T20:10:14.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982026-08-17T20:10:14.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29992026-08-17T20:10:14.740Z
30002026-08-17T20:10:14.740Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/335)
30012026-08-17T20:10:15.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-08-17T20:10:15.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-08-17T20:10:15.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042026-08-17T20:10:15.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30052026-08-17T20:10:15.309Z
30062026-08-17T20:10:15.309Zinfo: running `cargo check --bins` on trust-quorum-types (103/335)
30072026-08-17T20:10:15.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-08-17T20:10:15.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-08-17T20:10:15.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102026-08-17T20:10:15.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30112026-08-17T20:10:15.855Z
30122026-08-17T20:10:15.856Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/335)
30132026-08-17T20:10:16.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-08-17T20:10:16.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-08-17T20:10:16.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162026-08-17T20:10:16.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30172026-08-17T20:10:16.424Z
30182026-08-17T20:10:16.424Zinfo: running `cargo check --bins` on reconfigurator-cli (105/335)
30192026-08-17T20:10:16.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-08-17T20:10:16.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-08-17T20:10:17.232Z Compiling regress v0.11.1
30222026-08-17T20:10:17.232Z Checking secrecy v0.10.3
30232026-08-17T20:10:17.232Z Compiling crucible-workspace-hack v0.1.0
30242026-08-17T20:10:17.238Z Checking half v2.7.1
30252026-08-17T20:10:17.238Z Checking ciborium-io v0.2.2
30262026-08-17T20:10:17.238Z Checking inout v0.1.4
30272026-08-17T20:10:17.238Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30282026-08-17T20:10:17.464Z Checking universal-hash v0.5.1
30292026-08-17T20:10:17.495Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30302026-08-17T20:10:17.503Z Checking cipher v0.4.4
30312026-08-17T20:10:17.584Z Compiling thiserror-impl-no-std v2.0.2
30322026-08-17T20:10:17.614Z Compiling toml_datetime v0.7.5+spec-1.1.0
30332026-08-17T20:10:17.645Z Checking ciborium-ll v0.2.2
30342026-08-17T20:10:17.694Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30352026-08-17T20:10:17.708Z Checking opaque-debug v0.3.1
30362026-08-17T20:10:17.724Z Checking chacha20 v0.9.1
30372026-08-17T20:10:17.774Z Checking poly1305 v0.8.0
30382026-08-17T20:10:17.813Z Checking ciborium v0.2.2
30392026-08-17T20:10:17.853Z Compiling toml_edit v0.23.10+spec-1.0.0
30402026-08-17T20:10:17.907Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30412026-08-17T20:10:18.033Z Checking password-hash v0.5.0
30422026-08-17T20:10:18.094Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30432026-08-17T20:10:18.194Z Checking blake2 v0.10.6
30442026-08-17T20:10:18.231Z Checking aead v0.5.2
30452026-08-17T20:10:18.257Z Checking indent_write v2.2.0
30462026-08-17T20:10:18.374Z Compiling unsafe-libyaml v0.2.11
30472026-08-17T20:10:18.391Z Compiling proc-macro-crate v3.4.0
30482026-08-17T20:10:18.436Z Checking argon2 v0.5.3
30492026-08-17T20:10:18.743Z Checking thiserror-no-std v2.0.2
30502026-08-17T20:10:18.778Z Checking chacha20poly1305 v0.10.1
30512026-08-17T20:10:18.832Z Checking vsss-rs v3.3.4
30522026-08-17T20:10:18.847Z Checking typify-impl v0.6.2
30532026-08-17T20:10:18.898Z Compiling serde_yaml v0.9.34+deprecated
30542026-08-17T20:10:18.934Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30552026-08-17T20:10:19.109Z Compiling num_enum_derive v0.7.6
30562026-08-17T20:10:19.534Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30572026-08-17T20:10:19.740Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30582026-08-17T20:10:19.766Z Compiling heapless v0.8.0
30592026-08-17T20:10:19.843Z Compiling ingot-macros v0.2.0
30602026-08-17T20:10:19.944Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30612026-08-17T20:10:19.992Z Checking hash32 v0.3.1
30622026-08-17T20:10:20.124Z Compiling smoltcp v0.11.0
30632026-08-17T20:10:20.145Z Checking num_enum v0.7.6
30642026-08-17T20:10:20.234Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30652026-08-17T20:10:20.357Z Checking tabwriter v1.4.1
30662026-08-17T20:10:20.464Z Checking cobs v0.3.0
30672026-08-17T20:10:20.497Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
30682026-08-17T20:10:20.514Z Compiling proc-macro-crate v1.3.1
30692026-08-17T20:10:20.548Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
30702026-08-17T20:10:20.626Z Checking postcard v1.1.3
30712026-08-17T20:10:20.692Z Compiling foreign-types-macros v0.2.3
30722026-08-17T20:10:20.762Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
30732026-08-17T20:10:20.922Z Checking foreign-types-shared v0.3.1
30742026-08-17T20:10:20.937Z Checking colored v3.1.1
30752026-08-17T20:10:20.952Z Checking swrite v0.1.0
30762026-08-17T20:10:21.042Z Compiling num_enum_derive v0.5.11
30772026-08-17T20:10:21.078Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30782026-08-17T20:10:21.167Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30792026-08-17T20:10:21.245Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
30802026-08-17T20:10:21.283Z Checking foreign-types v0.5.0
30812026-08-17T20:10:21.362Z Checking cstr-argument v0.1.2
30822026-08-17T20:10:21.489Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
30832026-08-17T20:10:21.620Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30842026-08-17T20:10:21.697Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30852026-08-17T20:10:21.713Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
30862026-08-17T20:10:21.726Z Checking rand v0.10.1
30872026-08-17T20:10:21.817Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30882026-08-17T20:10:21.864Z Compiling zone_cfg_derive v0.3.1
30892026-08-17T20:10:21.879Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30902026-08-17T20:10:22.004Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30912026-08-17T20:10:22.075Z Checking num_enum v0.5.11
30922026-08-17T20:10:22.156Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30932026-08-17T20:10:22.186Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30942026-08-17T20:10:22.326Z Checking itertools v0.12.1
30952026-08-17T20:10:22.363Z Compiling num-derive v0.4.2
30962026-08-17T20:10:22.518Z Compiling semver v0.1.20
30972026-08-17T20:10:22.679Z Checking ingot-types v0.2.0
30982026-08-17T20:10:22.806Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30992026-08-17T20:10:23.014Z Compiling rustc_version v0.1.7
31002026-08-17T20:10:23.042Z Checking ingot v0.2.1
31012026-08-17T20:10:23.218Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31022026-08-17T20:10:23.243Z Checking smf v0.2.3
31032026-08-17T20:10:23.282Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31042026-08-17T20:10:23.351Z Checking zone v0.3.1
31052026-08-17T20:10:23.375Z Checking nom v8.0.0
31062026-08-17T20:10:23.419Z Compiling typify-macro v0.6.2
31072026-08-17T20:10:23.475Z Checking csv-core v0.1.13
31082026-08-17T20:10:23.504Z Checking whoami v1.6.1
31092026-08-17T20:10:23.571Z Compiling newtype_derive v0.1.6
31102026-08-17T20:10:23.651Z Checking csv v1.4.0
31112026-08-17T20:10:23.678Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31122026-08-17T20:10:23.702Z Compiling cancel-safe-futures v0.1.5
31132026-08-17T20:10:23.808Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31142026-08-17T20:10:23.929Z Compiling owo-colors v4.3.0
31152026-08-17T20:10:23.946Z Compiling libefi-sys v0.1.0
31162026-08-17T20:10:24.014Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31172026-08-17T20:10:24.133Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31182026-08-17T20:10:24.246Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31192026-08-17T20:10:24.389Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31202026-08-17T20:10:24.440Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31212026-08-17T20:10:24.468Z Checking oxide-update-engine-types v0.1.2
31222026-08-17T20:10:24.588Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31232026-08-17T20:10:24.615Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31242026-08-17T20:10:24.655Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31252026-08-17T20:10:24.678Z Compiling bitfield-struct v0.6.2
31262026-08-17T20:10:24.994Z Checking linear-map v1.2.0
31272026-08-17T20:10:25.137Z Checking unicode-linebreak v0.1.5
31282026-08-17T20:10:25.169Z Checking smawk v0.3.2
31292026-08-17T20:10:25.194Z Compiling typify v0.6.2
31302026-08-17T20:10:25.305Z Compiling progenitor-impl v0.14.0
31312026-08-17T20:10:25.353Z Checking textwrap v0.16.2
31322026-08-17T20:10:25.369Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31332026-08-17T20:10:25.369Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31342026-08-17T20:10:25.421Z Checking oxide-update-engine v0.1.2
31352026-08-17T20:10:25.568Z Checking steno v0.4.1
31362026-08-17T20:10:25.798Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31372026-08-17T20:10:26.034Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31382026-08-17T20:10:26.200Z Checking sha1 v0.10.6
31392026-08-17T20:10:26.215Z Checking utf-8 v0.7.6
31402026-08-17T20:10:26.352Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31412026-08-17T20:10:26.355Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31422026-08-17T20:10:26.380Z Checking tungstenite v0.21.0
31432026-08-17T20:10:26.429Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31442026-08-17T20:10:26.521Z Checking ignore v0.4.25
31452026-08-17T20:10:26.603Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31462026-08-17T20:10:26.664Z Compiling xshell-macros v0.2.7
31472026-08-17T20:10:26.804Z Checking tokio-tungstenite v0.21.0
31482026-08-17T20:10:26.822Z Checking predicates-tree v1.0.13
31492026-08-17T20:10:26.838Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31502026-08-17T20:10:26.922Z Checking globwalk v0.9.1
31512026-08-17T20:10:26.936Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31522026-08-17T20:10:27.045Z Checking xshell v0.2.7
31532026-08-17T20:10:27.062Z Checking filetime v0.2.27
31542026-08-17T20:10:27.080Z Checking xattr v1.6.1
31552026-08-17T20:10:27.102Z Checking tagptr v0.2.0
31562026-08-17T20:10:27.193Z Checking camino-tempfile-ext v0.3.3
31572026-08-17T20:10:27.215Z Checking tar v0.4.46
31582026-08-17T20:10:27.234Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31592026-08-17T20:10:27.248Z Checking moka v0.12.13
31602026-08-17T20:10:27.303Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31612026-08-17T20:10:27.390Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31622026-08-17T20:10:27.411Z Checking rand_seeder v0.4.0
31632026-08-17T20:10:27.435Z Checking half v1.8.3
31642026-08-17T20:10:27.530Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31652026-08-17T20:10:27.558Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31662026-08-17T20:10:27.596Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31672026-08-17T20:10:27.632Z Checking serde_cbor v0.11.2
31682026-08-17T20:10:27.846Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
31692026-08-17T20:10:27.861Z Checking sha2 v0.11.0
31702026-08-17T20:10:27.885Z Checking hickory-resolver v0.25.2
31712026-08-17T20:10:27.921Z Compiling progenitor-macro v0.14.0
31722026-08-17T20:10:28.013Z Checking digest-io v0.1.0
31732026-08-17T20:10:28.140Z Compiling petname v2.0.2
31742026-08-17T20:10:28.470Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31752026-08-17T20:10:28.517Z Checking rawzip v0.4.4
31762026-08-17T20:10:28.583Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31772026-08-17T20:10:28.845Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31782026-08-17T20:10:28.932Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31792026-08-17T20:10:28.950Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31802026-08-17T20:10:29.042Z Checking sapling-renderdag v0.1.0
31812026-08-17T20:10:29.132Z Checking subprocess v0.2.15
31822026-08-17T20:10:29.147Z Checking sync-ptr v0.1.4
31832026-08-17T20:10:29.300Z Checking colored v2.2.0
31842026-08-17T20:10:29.343Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31852026-08-17T20:10:29.414Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31862026-08-17T20:10:29.428Z Checking assert_matches v1.5.0
31872026-08-17T20:10:29.457Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31882026-08-17T20:10:29.564Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31892026-08-17T20:10:30.920Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31902026-08-17T20:10:31.143Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31912026-08-17T20:10:31.330Z Checking progenitor v0.14.0
31922026-08-17T20:10:31.375Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31932026-08-17T20:10:31.456Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31942026-08-17T20:10:31.460Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31952026-08-17T20:10:31.460Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31962026-08-17T20:10:31.460Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31972026-08-17T20:10:31.460Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31982026-08-17T20:10:31.460Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31992026-08-17T20:10:31.801Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32002026-08-17T20:10:31.967Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32012026-08-17T20:10:32.100Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32022026-08-17T20:10:32.269Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32032026-08-17T20:10:32.956Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32042026-08-17T20:10:33.165Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32052026-08-17T20:10:34.389Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32062026-08-17T20:10:42.822Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32072026-08-17T20:10:49.988Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32082026-08-17T20:10:50.017Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32092026-08-17T20:10:50.017Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32102026-08-17T20:10:51.463Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32112026-08-17T20:10:52.734Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32122026-08-17T20:10:54.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.52s
32132026-08-17T20:10:55.155Z
32142026-08-17T20:10:55.156Zinfo: running `cargo check --bins` on nexus-inventory (106/335)
32152026-08-17T20:10:55.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-08-17T20:10:55.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-08-17T20:10:55.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-08-17T20:10:55.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32192026-08-17T20:10:55.755Z
32202026-08-17T20:10:55.755Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/335)
32212026-08-17T20:10:56.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-08-17T20:10:56.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-08-17T20:10:56.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242026-08-17T20:10:56.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32252026-08-17T20:10:56.316Z
32262026-08-17T20:10:56.316Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/335)
32272026-08-17T20:10:56.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-08-17T20:10:56.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-08-17T20:10:56.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302026-08-17T20:10:56.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32312026-08-17T20:10:56.899Z
32322026-08-17T20:10:56.899Zinfo: running `cargo check --bins` on dns-service-client (109/335)
32332026-08-17T20:10:57.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342026-08-17T20:10:57.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352026-08-17T20:10:57.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32362026-08-17T20:10:57.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32372026-08-17T20:10:57.498Z
32382026-08-17T20:10:57.498Zinfo: running `cargo check --bins` on ntp-admin-client (110/335)
32392026-08-17T20:10:57.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402026-08-17T20:10:57.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412026-08-17T20:10:57.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422026-08-17T20:10:57.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32432026-08-17T20:10:58.072Z
32442026-08-17T20:10:58.072Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/335)
32452026-08-17T20:10:58.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462026-08-17T20:10:58.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472026-08-17T20:10:58.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32482026-08-17T20:10:58.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32492026-08-17T20:10:58.621Z
32502026-08-17T20:10:58.622Zinfo: running `cargo check --bins` on cockroach-admin-client (112/335)
32512026-08-17T20:10:59.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522026-08-17T20:10:59.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532026-08-17T20:10:59.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32542026-08-17T20:10:59.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32552026-08-17T20:10:59.171Z
32562026-08-17T20:10:59.172Zinfo: running `cargo check --bins` on parallel-task-set (113/335)
32572026-08-17T20:10:59.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582026-08-17T20:10:59.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592026-08-17T20:10:59.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32602026-08-17T20:10:59.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32612026-08-17T20:10:59.717Z
32622026-08-17T20:10:59.717Zinfo: running `cargo check --bins` on sled-agent-client (114/335)
32632026-08-17T20:11:00.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642026-08-17T20:11:00.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652026-08-17T20:11:00.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32662026-08-17T20:11:00.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32672026-08-17T20:11:00.292Z
32682026-08-17T20:11:00.292Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/335)
32692026-08-17T20:11:00.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702026-08-17T20:11:00.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712026-08-17T20:11:00.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722026-08-17T20:11:00.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32732026-08-17T20:11:00.869Z
32742026-08-17T20:11:00.869Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/335)
32752026-08-17T20:11:01.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762026-08-17T20:11:01.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772026-08-17T20:11:01.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782026-08-17T20:11:01.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32792026-08-17T20:11:01.444Z
32802026-08-17T20:11:01.445Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/335)
32812026-08-17T20:11:01.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822026-08-17T20:11:01.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832026-08-17T20:11:01.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842026-08-17T20:11:01.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32852026-08-17T20:11:02.021Z
32862026-08-17T20:11:02.021Zinfo: running `cargo check --bins` on key-manager (118/335)
32872026-08-17T20:11:02.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882026-08-17T20:11:02.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892026-08-17T20:11:02.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32902026-08-17T20:11:02.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32912026-08-17T20:11:02.580Z
32922026-08-17T20:11:02.580Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/335)
32932026-08-17T20:11:03.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942026-08-17T20:11:03.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952026-08-17T20:11:03.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32962026-08-17T20:11:03.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32972026-08-17T20:11:03.157Z
32982026-08-17T20:11:03.157Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/335)
32992026-08-17T20:11:03.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002026-08-17T20:11:03.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012026-08-17T20:11:03.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022026-08-17T20:11:03.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33032026-08-17T20:11:03.729Z
33042026-08-17T20:11:03.729Zinfo: running `cargo check --bins` on typed-rng (121/335)
33052026-08-17T20:11:04.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062026-08-17T20:11:04.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072026-08-17T20:11:04.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082026-08-17T20:11:04.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33092026-08-17T20:11:04.277Z
33102026-08-17T20:11:04.277Zinfo: running `cargo check --bins` on gateway-test-utils (122/335)
33112026-08-17T20:11:05.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-08-17T20:11:05.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-08-17T20:11:05.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-08-17T20:11:05.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33152026-08-17T20:11:05.203Z
33162026-08-17T20:11:05.203Zinfo: running `cargo check --bins` on omicron-gateway (123/335)
33172026-08-17T20:11:05.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-08-17T20:11:05.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-08-17T20:11:05.595Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33202026-08-17T20:11:05.598Z Checking void v1.0.2
33212026-08-17T20:11:05.598Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33222026-08-17T20:11:05.598Z Checking dropshot-api-manager-types v0.8.0
33232026-08-17T20:11:05.708Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33242026-08-17T20:11:05.716Z Checking tungstenite v0.23.0
33252026-08-17T20:11:05.719Z Checking nix v0.27.1
33262026-08-17T20:11:05.719Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33272026-08-17T20:11:05.791Z Checking lzss v0.8.2
33282026-08-17T20:11:05.877Z Checking kstat-rs v0.2.5
33292026-08-17T20:11:05.917Z Checking fxhash v0.2.1
33302026-08-17T20:11:05.947Z Checking serde_bytes v0.11.19
33312026-08-17T20:11:05.965Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33322026-08-17T20:11:06.016Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33332026-08-17T20:11:06.029Z Checking signal-hook-tokio v0.3.1
33342026-08-17T20:11:06.051Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33352026-08-17T20:11:06.145Z Checking tokio-tungstenite v0.23.1
33362026-08-17T20:11:06.189Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33372026-08-17T20:11:07.327Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33382026-08-17T20:11:07.865Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33392026-08-17T20:11:09.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.09s
33402026-08-17T20:11:10.169Z
33412026-08-17T20:11:10.169Zinfo: running `cargo check --bins` on gateway-api (124/335)
33422026-08-17T20:11:10.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-08-17T20:11:10.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-08-17T20:11:10.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-08-17T20:11:10.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33462026-08-17T20:11:10.729Z
33472026-08-17T20:11:10.729Zinfo: running `cargo check --bins` on ipcc (125/335)
33482026-08-17T20:11:11.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-08-17T20:11:11.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-08-17T20:11:11.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-08-17T20:11:11.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33522026-08-17T20:11:11.285Z
33532026-08-17T20:11:11.285Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/335)
33542026-08-17T20:11:11.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-08-17T20:11:11.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-08-17T20:11:11.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-08-17T20:11:11.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33582026-08-17T20:11:11.830Z
33592026-08-17T20:11:11.830Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/335)
33602026-08-17T20:11:12.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-08-17T20:11:12.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-08-17T20:11:12.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-08-17T20:11:12.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33642026-08-17T20:11:12.411Z
33652026-08-17T20:11:12.411Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/335)
33662026-08-17T20:11:12.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-08-17T20:11:12.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-08-17T20:11:12.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-08-17T20:11:12.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33702026-08-17T20:11:12.970Z
33712026-08-17T20:11:12.970Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/335)
33722026-08-17T20:11:13.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-08-17T20:11:13.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-08-17T20:11:13.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-08-17T20:11:13.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33762026-08-17T20:11:13.532Z
33772026-08-17T20:11:13.532Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/335)
33782026-08-17T20:11:14.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-08-17T20:11:14.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-08-17T20:11:14.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-08-17T20:11:14.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33822026-08-17T20:11:14.092Z
33832026-08-17T20:11:14.093Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/335)
33842026-08-17T20:11:14.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-08-17T20:11:14.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-08-17T20:11:14.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-08-17T20:11:14.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33882026-08-17T20:11:14.671Z
33892026-08-17T20:11:14.671Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/335)
33902026-08-17T20:11:15.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-08-17T20:11:15.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-08-17T20:11:15.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-08-17T20:11:15.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33942026-08-17T20:11:15.232Z
33952026-08-17T20:11:15.232Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/335)
33962026-08-17T20:11:15.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-08-17T20:11:15.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-08-17T20:11:15.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-08-17T20:11:15.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34002026-08-17T20:11:15.789Z
34012026-08-17T20:11:15.789Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/335)
34022026-08-17T20:11:16.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-08-17T20:11:16.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-08-17T20:11:16.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-08-17T20:11:16.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34062026-08-17T20:11:16.351Z
34072026-08-17T20:11:16.351Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/335)
34082026-08-17T20:11:16.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-08-17T20:11:16.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-08-17T20:11:16.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-08-17T20:11:16.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34122026-08-17T20:11:16.910Z
34132026-08-17T20:11:16.910Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/335)
34142026-08-17T20:11:17.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-08-17T20:11:17.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-08-17T20:11:17.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-08-17T20:11:17.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34182026-08-17T20:11:17.463Z
34192026-08-17T20:11:17.463Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/335)
34202026-08-17T20:11:17.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-08-17T20:11:17.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-08-17T20:11:17.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-08-17T20:11:17.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34242026-08-17T20:11:18.027Z
34252026-08-17T20:11:18.027Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/335)
34262026-08-17T20:11:18.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-08-17T20:11:18.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-08-17T20:11:18.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-08-17T20:11:18.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34302026-08-17T20:11:18.587Z
34312026-08-17T20:11:18.587Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/335)
34322026-08-17T20:11:19.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-08-17T20:11:19.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-08-17T20:11:19.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-08-17T20:11:19.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34362026-08-17T20:11:19.152Z
34372026-08-17T20:11:19.152Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/335)
34382026-08-17T20:11:19.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-08-17T20:11:19.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-08-17T20:11:19.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-08-17T20:11:19.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34422026-08-17T20:11:19.714Z
34432026-08-17T20:11:19.714Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/335)
34442026-08-17T20:11:20.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-08-17T20:11:20.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-08-17T20:11:20.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-08-17T20:11:20.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34482026-08-17T20:11:20.279Z
34492026-08-17T20:11:20.279Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/335)
34502026-08-17T20:11:20.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-08-17T20:11:20.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-08-17T20:11:20.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-08-17T20:11:20.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34542026-08-17T20:11:20.845Z
34552026-08-17T20:11:20.845Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/335)
34562026-08-17T20:11:21.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-08-17T20:11:21.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-08-17T20:11:21.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-08-17T20:11:21.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34602026-08-17T20:11:21.413Z
34612026-08-17T20:11:21.413Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/335)
34622026-08-17T20:11:21.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-08-17T20:11:21.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-08-17T20:11:21.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-08-17T20:11:21.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34662026-08-17T20:11:21.979Z
34672026-08-17T20:11:21.979Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/335)
34682026-08-17T20:11:22.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-08-17T20:11:22.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-08-17T20:11:22.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-08-17T20:11:22.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34722026-08-17T20:11:22.543Z
34732026-08-17T20:11:22.543Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/335)
34742026-08-17T20:11:23.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-08-17T20:11:23.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-08-17T20:11:23.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-08-17T20:11:23.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34782026-08-17T20:11:23.125Z
34792026-08-17T20:11:23.125Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/335)
34802026-08-17T20:11:23.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-08-17T20:11:23.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-08-17T20:11:23.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-08-17T20:11:23.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34842026-08-17T20:11:23.703Z
34852026-08-17T20:11:23.703Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/335)
34862026-08-17T20:11:24.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-08-17T20:11:24.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-08-17T20:11:24.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-08-17T20:11:24.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34902026-08-17T20:11:24.290Z
34912026-08-17T20:11:24.290Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/335)
34922026-08-17T20:11:24.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-08-17T20:11:24.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-08-17T20:11:24.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-08-17T20:11:24.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34962026-08-17T20:11:24.872Z
34972026-08-17T20:11:24.873Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/335)
34982026-08-17T20:11:25.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-08-17T20:11:25.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-08-17T20:11:25.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-08-17T20:11:25.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35022026-08-17T20:11:25.453Z
35032026-08-17T20:11:25.453Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/335)
35042026-08-17T20:11:25.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-08-17T20:11:25.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-08-17T20:11:25.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-08-17T20:11:25.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35082026-08-17T20:11:26.020Z
35092026-08-17T20:11:26.020Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/335)
35102026-08-17T20:11:26.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-08-17T20:11:26.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-08-17T20:11:26.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-08-17T20:11:26.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35142026-08-17T20:11:26.590Z
35152026-08-17T20:11:26.590Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/335)
35162026-08-17T20:11:27.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-08-17T20:11:27.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-08-17T20:11:27.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-08-17T20:11:27.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35202026-08-17T20:11:27.164Z
35212026-08-17T20:11:27.164Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/335)
35222026-08-17T20:11:27.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-08-17T20:11:27.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-08-17T20:11:27.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-08-17T20:11:27.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35262026-08-17T20:11:27.737Z
35272026-08-17T20:11:27.737Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/335)
35282026-08-17T20:11:28.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-08-17T20:11:28.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-08-17T20:11:28.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-08-17T20:11:28.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35322026-08-17T20:11:28.308Z
35332026-08-17T20:11:28.308Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/335)
35342026-08-17T20:11:28.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-08-17T20:11:28.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-08-17T20:11:28.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-08-17T20:11:28.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35382026-08-17T20:11:28.880Z
35392026-08-17T20:11:28.880Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/335)
35402026-08-17T20:11:29.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-08-17T20:11:29.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-08-17T20:11:29.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-08-17T20:11:29.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35442026-08-17T20:11:29.454Z
35452026-08-17T20:11:29.454Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/335)
35462026-08-17T20:11:29.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-08-17T20:11:29.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-08-17T20:11:29.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-08-17T20:11:29.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35502026-08-17T20:11:30.025Z
35512026-08-17T20:11:30.025Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/335)
35522026-08-17T20:11:30.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-08-17T20:11:30.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-08-17T20:11:30.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-08-17T20:11:30.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35562026-08-17T20:11:30.597Z
35572026-08-17T20:11:30.597Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/335)
35582026-08-17T20:11:31.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-08-17T20:11:31.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-08-17T20:11:31.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-08-17T20:11:31.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35622026-08-17T20:11:31.165Z
35632026-08-17T20:11:31.165Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/335)
35642026-08-17T20:11:31.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-08-17T20:11:31.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-08-17T20:11:31.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-08-17T20:11:31.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35682026-08-17T20:11:31.738Z
35692026-08-17T20:11:31.738Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/335)
35702026-08-17T20:11:32.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-08-17T20:11:32.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-08-17T20:11:32.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-08-17T20:11:32.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35742026-08-17T20:11:32.307Z
35752026-08-17T20:11:32.307Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/335)
35762026-08-17T20:11:32.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-08-17T20:11:32.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-08-17T20:11:32.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-08-17T20:11:32.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35802026-08-17T20:11:32.875Z
35812026-08-17T20:11:32.875Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/335)
35822026-08-17T20:11:33.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-08-17T20:11:33.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-08-17T20:11:33.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-08-17T20:11:33.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35862026-08-17T20:11:33.432Z
35872026-08-17T20:11:33.432Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/335)
35882026-08-17T20:11:33.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-08-17T20:11:33.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-08-17T20:11:33.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-08-17T20:11:33.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35922026-08-17T20:11:33.986Z
35932026-08-17T20:11:33.986Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/335)
35942026-08-17T20:11:34.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-08-17T20:11:34.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-08-17T20:11:34.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-08-17T20:11:34.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35982026-08-17T20:11:34.540Z
35992026-08-17T20:11:34.540Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/335)
36002026-08-17T20:11:35.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-08-17T20:11:35.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-08-17T20:11:35.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-08-17T20:11:35.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36042026-08-17T20:11:35.095Z
36052026-08-17T20:11:35.095Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/335)
36062026-08-17T20:11:35.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-08-17T20:11:35.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-08-17T20:11:35.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-08-17T20:11:35.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36102026-08-17T20:11:35.648Z
36112026-08-17T20:11:35.648Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/335)
36122026-08-17T20:11:36.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-08-17T20:11:36.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-08-17T20:11:36.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-08-17T20:11:36.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36162026-08-17T20:11:36.204Z
36172026-08-17T20:11:36.204Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/335)
36182026-08-17T20:11:36.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-08-17T20:11:36.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-08-17T20:11:36.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-08-17T20:11:36.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36222026-08-17T20:11:36.757Z
36232026-08-17T20:11:36.757Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/335)
36242026-08-17T20:11:37.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-08-17T20:11:37.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-08-17T20:11:37.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-08-17T20:11:37.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36282026-08-17T20:11:37.311Z
36292026-08-17T20:11:37.311Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/335)
36302026-08-17T20:11:37.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-08-17T20:11:37.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-08-17T20:11:37.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-08-17T20:11:37.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36342026-08-17T20:11:37.867Z
36352026-08-17T20:11:37.867Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/335)
36362026-08-17T20:11:38.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-08-17T20:11:38.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-08-17T20:11:38.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-08-17T20:11:38.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36402026-08-17T20:11:38.418Z
36412026-08-17T20:11:38.418Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/335)
36422026-08-17T20:11:39.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-08-17T20:11:39.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-08-17T20:11:39.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-08-17T20:11:39.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36462026-08-17T20:11:39.228Z
36472026-08-17T20:11:39.228Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/335)
36482026-08-17T20:11:41.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-08-17T20:11:41.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-08-17T20:11:41.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-08-17T20:11:41.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36522026-08-17T20:11:41.653Z
36532026-08-17T20:11:41.653Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/335)
36542026-08-17T20:11:41.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-08-17T20:11:41.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-08-17T20:11:41.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572026-08-17T20:11:41.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36582026-08-17T20:11:41.667Z
36592026-08-17T20:11:41.667Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/335)
36602026-08-17T20:11:41.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-08-17T20:11:41.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-08-17T20:11:41.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36632026-08-17T20:11:41.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36642026-08-17T20:11:41.667Z
36652026-08-17T20:11:41.667Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/335)
36662026-08-17T20:11:41.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672026-08-17T20:11:41.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682026-08-17T20:11:41.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36692026-08-17T20:11:41.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36702026-08-17T20:11:41.667Z
36712026-08-17T20:11:41.667Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/335)
36722026-08-17T20:11:41.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732026-08-17T20:11:41.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742026-08-17T20:11:41.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36752026-08-17T20:11:41.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36762026-08-17T20:11:43.362Z
36772026-08-17T20:11:43.362Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/335)
36782026-08-17T20:11:43.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792026-08-17T20:11:43.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802026-08-17T20:11:43.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36812026-08-17T20:11:43.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36822026-08-17T20:11:43.379Z
36832026-08-17T20:11:43.379Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/335)
36842026-08-17T20:11:43.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36852026-08-17T20:11:43.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36862026-08-17T20:11:43.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36872026-08-17T20:11:43.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36882026-08-17T20:11:43.380Z
36892026-08-17T20:11:43.380Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/335)
36902026-08-17T20:11:43.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36912026-08-17T20:11:43.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36922026-08-17T20:11:43.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36932026-08-17T20:11:43.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36942026-08-17T20:11:44.562Z
36952026-08-17T20:11:44.562Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/335)
36962026-08-17T20:11:44.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-08-17T20:11:44.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-08-17T20:11:44.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36992026-08-17T20:11:44.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37002026-08-17T20:11:44.586Z
37012026-08-17T20:11:44.586Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/335)
37022026-08-17T20:11:44.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-08-17T20:11:44.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-08-17T20:11:44.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052026-08-17T20:11:44.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37062026-08-17T20:11:44.603Z
37072026-08-17T20:11:44.603Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/335)
37082026-08-17T20:11:45.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-08-17T20:11:45.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-08-17T20:11:45.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37112026-08-17T20:11:45.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37122026-08-17T20:11:46.383Z
37132026-08-17T20:11:46.383Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/335)
37142026-08-17T20:11:46.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-08-17T20:11:46.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-08-17T20:11:46.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37172026-08-17T20:11:46.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37182026-08-17T20:11:46.429Z
37192026-08-17T20:11:46.429Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/335)
37202026-08-17T20:11:46.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-08-17T20:11:46.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-08-17T20:11:46.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37232026-08-17T20:11:46.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37242026-08-17T20:11:46.430Z
37252026-08-17T20:11:46.430Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/335)
37262026-08-17T20:11:46.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-08-17T20:11:46.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-08-17T20:11:46.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37292026-08-17T20:11:46.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37302026-08-17T20:11:46.902Z
37312026-08-17T20:11:46.902Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/335)
37322026-08-17T20:11:47.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-08-17T20:11:47.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-08-17T20:11:47.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37352026-08-17T20:11:47.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37362026-08-17T20:11:47.478Z
37372026-08-17T20:11:47.478Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/335)
37382026-08-17T20:11:47.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-08-17T20:11:47.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-08-17T20:11:47.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37412026-08-17T20:11:47.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37422026-08-17T20:11:48.051Z
37432026-08-17T20:11:48.051Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/335)
37442026-08-17T20:11:48.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-08-17T20:11:48.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-08-17T20:11:48.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37472026-08-17T20:11:48.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37482026-08-17T20:11:48.627Z
37492026-08-17T20:11:48.627Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/335)
37502026-08-17T20:11:49.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-08-17T20:11:49.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-08-17T20:11:49.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37532026-08-17T20:11:49.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37542026-08-17T20:11:49.200Z
37552026-08-17T20:11:49.200Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/335)
37562026-08-17T20:11:49.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-08-17T20:11:49.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-08-17T20:11:49.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37592026-08-17T20:11:49.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37602026-08-17T20:11:49.776Z
37612026-08-17T20:11:49.776Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/335)
37622026-08-17T20:11:50.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-08-17T20:11:50.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-08-17T20:11:50.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37652026-08-17T20:11:50.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37662026-08-17T20:11:50.353Z
37672026-08-17T20:11:50.353Zinfo: running `cargo check --bins` on oximeter-producer (195/335)
37682026-08-17T20:11:50.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-08-17T20:11:50.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-08-17T20:11:50.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37712026-08-17T20:11:50.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37722026-08-17T20:11:50.944Z
37732026-08-17T20:11:50.944Zinfo: running `cargo check --bins` on internal-dns-resolver (196/335)
37742026-08-17T20:11:51.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-08-17T20:11:51.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-08-17T20:11:51.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37772026-08-17T20:11:51.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37782026-08-17T20:11:51.508Z
37792026-08-17T20:11:51.508Zinfo: running `cargo check --bins` on dns-server (197/335)
37802026-08-17T20:11:51.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-08-17T20:11:51.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-08-17T20:11:52.139Z Compiling parking_lot_core v0.8.6
37832026-08-17T20:11:52.142Z Compiling git-stub v1.0.0
37842026-08-17T20:11:52.251Z Checking prefix-trie v0.7.0
37852026-08-17T20:11:52.256Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37862026-08-17T20:11:52.369Z Compiling git-stub-vcs v0.1.0
37872026-08-17T20:11:52.526Z Checking hickory-server v0.25.2
37882026-08-17T20:11:52.629Z Checking parking_lot v0.11.2
37892026-08-17T20:11:52.667Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37902026-08-17T20:11:52.792Z Checking sled v0.34.7
37912026-08-17T20:11:54.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
37922026-08-17T20:11:54.879Z
37932026-08-17T20:11:54.879Zinfo: running `cargo check --bins` on dns-server-api (198/335)
37942026-08-17T20:11:55.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-08-17T20:11:55.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-08-17T20:11:55.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-08-17T20:11:55.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37982026-08-17T20:11:55.442Z
37992026-08-17T20:11:55.442Zinfo: running `cargo check --bins` on nexus-client (199/335)
38002026-08-17T20:11:55.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-08-17T20:11:55.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-08-17T20:11:55.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-08-17T20:11:55.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38042026-08-17T20:11:56.041Z
38052026-08-17T20:11:56.041Zinfo: running `cargo check --bins` on oximeter-producer-api (200/335)
38062026-08-17T20:11:56.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-08-17T20:11:56.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-08-17T20:11:56.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-08-17T20:11:56.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38102026-08-17T20:11:56.605Z
38112026-08-17T20:11:56.605Zinfo: running `cargo check --bins` on sp-sim (201/335)
38122026-08-17T20:11:57.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-08-17T20:11:57.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-08-17T20:11:57.300Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38152026-08-17T20:11:57.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
38162026-08-17T20:11:57.989Z
38172026-08-17T20:11:57.989Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/335)
38182026-08-17T20:11:58.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-08-17T20:11:58.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-08-17T20:11:58.789Z Compiling salty v0.3.0
38212026-08-17T20:11:58.789Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38222026-08-17T20:11:58.924Z Checking libscf-sys v1.2.0
38232026-08-17T20:11:58.924Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38242026-08-17T20:11:58.927Z Checking rfc6979 v0.4.0
38252026-08-17T20:11:58.952Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38262026-08-17T20:11:58.955Z Checking primeorder v0.13.6
38272026-08-17T20:11:58.977Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38282026-08-17T20:11:59.033Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38292026-08-17T20:11:59.047Z Checking ecdsa v0.16.9
38302026-08-17T20:11:59.110Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38312026-08-17T20:11:59.180Z Checking papergrid v0.18.0
38322026-08-17T20:11:59.195Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38332026-08-17T20:11:59.222Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38342026-08-17T20:11:59.365Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38352026-08-17T20:11:59.381Z Checking p384 v0.13.1
38362026-08-17T20:11:59.458Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38372026-08-17T20:11:59.524Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38382026-08-17T20:11:59.537Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38392026-08-17T20:11:59.719Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38402026-08-17T20:11:59.788Z Checking corncobs v0.1.4
38412026-08-17T20:11:59.804Z Compiling unicase v2.9.0
38422026-08-17T20:11:59.834Z Compiling illumos-nvpair-sys v0.2.0
38432026-08-17T20:11:59.911Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38442026-08-17T20:11:59.914Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38452026-08-17T20:11:59.925Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38462026-08-17T20:11:59.953Z Checking tabled v0.21.0
38472026-08-17T20:11:59.956Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38482026-08-17T20:11:59.998Z Compiling mime_guess v2.0.5
38492026-08-17T20:12:00.052Z Compiling progenitor-impl v0.13.0
38502026-08-17T20:12:00.106Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38512026-08-17T20:12:00.165Z Checking secrecy v0.8.0
38522026-08-17T20:12:00.189Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38532026-08-17T20:12:00.262Z Checking crc8 v0.1.1
38542026-08-17T20:12:00.356Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38552026-08-17T20:12:00.509Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38562026-08-17T20:12:00.827Z Checking progenitor-client v0.13.0
38572026-08-17T20:12:00.890Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38582026-08-17T20:12:00.928Z Checking http-range v0.1.5
38592026-08-17T20:12:01.052Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38602026-08-17T20:12:01.067Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38612026-08-17T20:12:01.244Z Checking illumos-nvpair v0.3.0
38622026-08-17T20:12:01.398Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38632026-08-17T20:12:01.431Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38642026-08-17T20:12:01.446Z Checking scuffle v0.1.0
38652026-08-17T20:12:01.461Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38662026-08-17T20:12:01.475Z Checking nanorand v0.7.0
38672026-08-17T20:12:01.668Z Checking flume v0.11.1
38682026-08-17T20:12:01.778Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38692026-08-17T20:12:01.909Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38702026-08-17T20:12:02.008Z Checking hyper-staticfile v0.10.1
38712026-08-17T20:12:02.045Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38722026-08-17T20:12:02.076Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38732026-08-17T20:12:02.138Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38742026-08-17T20:12:02.292Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38752026-08-17T20:12:02.367Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38762026-08-17T20:12:02.392Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38772026-08-17T20:12:02.428Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38782026-08-17T20:12:02.608Z Compiling progenitor-macro v0.13.0
38792026-08-17T20:12:02.672Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38802026-08-17T20:12:02.721Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38812026-08-17T20:12:02.775Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38822026-08-17T20:12:03.075Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38832026-08-17T20:12:03.608Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38842026-08-17T20:12:04.074Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38852026-08-17T20:12:05.395Z Checking progenitor v0.13.0
38862026-08-17T20:12:05.529Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38872026-08-17T20:12:07.164Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38882026-08-17T20:12:07.759Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
38892026-08-17T20:12:21.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.28s
38902026-08-17T20:12:21.483Z
38912026-08-17T20:12:21.483Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/335)
38922026-08-17T20:12:22.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-08-17T20:12:22.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-08-17T20:12:22.249Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38952026-08-17T20:12:32.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
38962026-08-17T20:12:32.981Z
38972026-08-17T20:12:32.981Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/335)
38982026-08-17T20:12:33.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-08-17T20:12:33.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-08-17T20:12:33.742Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39012026-08-17T20:12:44.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
39022026-08-17T20:12:44.474Z
39032026-08-17T20:12:44.475Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/335)
39042026-08-17T20:12:44.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-08-17T20:12:44.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-08-17T20:12:45.230Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39072026-08-17T20:12:55.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
39082026-08-17T20:12:55.964Z
39092026-08-17T20:12:55.964Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/335)
39102026-08-17T20:12:56.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-08-17T20:12:56.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-08-17T20:12:56.717Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39132026-08-17T20:13:07.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
39142026-08-17T20:13:07.476Z
39152026-08-17T20:13:07.476Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/335)
39162026-08-17T20:13:07.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-08-17T20:13:07.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-08-17T20:13:08.233Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39192026-08-17T20:13:18.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
39202026-08-17T20:13:18.921Z
39212026-08-17T20:13:18.921Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/335)
39222026-08-17T20:13:19.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-08-17T20:13:19.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-08-17T20:13:19.674Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39252026-08-17T20:13:30.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s
39262026-08-17T20:13:30.374Z
39272026-08-17T20:13:30.374Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/335)
39282026-08-17T20:13:30.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-08-17T20:13:30.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-08-17T20:13:31.128Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39312026-08-17T20:13:41.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
39322026-08-17T20:13:41.903Z
39332026-08-17T20:13:41.903Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/335)
39342026-08-17T20:13:42.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-08-17T20:13:42.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-08-17T20:13:42.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372026-08-17T20:13:42.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39382026-08-17T20:13:42.471Z
39392026-08-17T20:13:42.471Zinfo: running `cargo check --bins` on installinator-common (211/335)
39402026-08-17T20:13:42.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-08-17T20:13:42.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-08-17T20:13:42.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39432026-08-17T20:13:42.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39442026-08-17T20:13:43.050Z
39452026-08-17T20:13:43.050Zinfo: running `cargo check --bins` on installinator-common-versions (212/335)
39462026-08-17T20:13:43.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-08-17T20:13:43.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-08-17T20:13:43.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-08-17T20:13:43.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39502026-08-17T20:13:43.602Z
39512026-08-17T20:13:43.603Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/335)
39522026-08-17T20:13:44.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-08-17T20:13:44.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-08-17T20:13:44.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-08-17T20:13:44.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39562026-08-17T20:13:44.199Z
39572026-08-17T20:13:44.199Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/335)
39582026-08-17T20:13:44.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-08-17T20:13:44.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-08-17T20:13:44.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-08-17T20:13:44.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39622026-08-17T20:13:44.764Z
39632026-08-17T20:13:44.764Zinfo: running `cargo check --bins` on range-requests (215/335)
39642026-08-17T20:13:45.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-08-17T20:13:45.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-08-17T20:13:45.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-08-17T20:13:45.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39682026-08-17T20:13:45.327Z
39692026-08-17T20:13:45.327Zinfo: running `cargo check --bins` on repo-depot-api (216/335)
39702026-08-17T20:13:45.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-08-17T20:13:45.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-08-17T20:13:45.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39732026-08-17T20:13:45.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39742026-08-17T20:13:45.881Z
39752026-08-17T20:13:45.881Zinfo: running `cargo check --bins` on repo-depot-client (217/335)
39762026-08-17T20:13:46.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-08-17T20:13:46.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-08-17T20:13:46.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39792026-08-17T20:13:46.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39802026-08-17T20:13:46.433Z
39812026-08-17T20:13:46.433Zinfo: running `cargo check --bins` on sled-agent-api (218/335)
39822026-08-17T20:13:46.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-08-17T20:13:46.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-08-17T20:13:46.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39852026-08-17T20:13:46.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39862026-08-17T20:13:47.010Z
39872026-08-17T20:13:47.010Zinfo: running `cargo check --bins` on sled-diagnostics (219/335)
39882026-08-17T20:13:47.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-08-17T20:13:47.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-08-17T20:13:47.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39912026-08-17T20:13:47.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39922026-08-17T20:13:47.587Z
39932026-08-17T20:13:47.587Zinfo: running `cargo check --bins` on zfs-test-harness (220/335)
39942026-08-17T20:13:48.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-08-17T20:13:48.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-08-17T20:13:48.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39972026-08-17T20:13:48.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39982026-08-17T20:13:48.171Z
39992026-08-17T20:13:48.171Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (221/335)
40002026-08-17T20:13:48.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-08-17T20:13:48.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-08-17T20:13:48.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40032026-08-17T20:13:48.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40042026-08-17T20:13:48.759Z
40052026-08-17T20:13:48.759Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (222/335)
40062026-08-17T20:13:49.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-08-17T20:13:49.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-08-17T20:13:49.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-08-17T20:13:49.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40102026-08-17T20:13:49.345Z
40112026-08-17T20:13:49.345Zinfo: running `cargo check --bins` on sled-agent-early-networking (223/335)
40122026-08-17T20:13:49.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-08-17T20:13:49.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-08-17T20:13:49.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-08-17T20:13:49.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40162026-08-17T20:13:49.923Z
40172026-08-17T20:13:49.926Zinfo: running `cargo check --bins` on sled-agent-health-monitor (224/335)
40182026-08-17T20:13:50.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-08-17T20:13:50.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-08-17T20:13:50.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-08-17T20:13:50.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40222026-08-17T20:13:50.505Z
40232026-08-17T20:13:50.505Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (225/335)
40242026-08-17T20:13:50.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-08-17T20:13:50.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-08-17T20:13:50.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-08-17T20:13:51.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40282026-08-17T20:13:51.090Z
40292026-08-17T20:13:51.090Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (226/335)
40302026-08-17T20:13:51.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-08-17T20:13:51.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-08-17T20:13:51.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40332026-08-17T20:13:51.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40342026-08-17T20:13:51.678Z
40352026-08-17T20:13:51.678Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (227/335)
40362026-08-17T20:13:52.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-08-17T20:13:52.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-08-17T20:13:52.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-08-17T20:13:52.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40402026-08-17T20:13:52.264Z
40412026-08-17T20:13:52.264Zinfo: running `cargo check --bins` on sled-agent-rack-setup (228/335)
40422026-08-17T20:13:52.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-08-17T20:13:52.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-08-17T20:13:52.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40452026-08-17T20:13:52.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40462026-08-17T20:13:52.872Z
40472026-08-17T20:13:52.872Zinfo: running `cargo check --bins` on trust-quorum (229/335)
40482026-08-17T20:13:53.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-08-17T20:13:53.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-08-17T20:13:53.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40512026-08-17T20:13:53.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40522026-08-17T20:13:53.460Z
40532026-08-17T20:13:53.460Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (230/335)
40542026-08-17T20:13:53.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-08-17T20:13:53.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-08-17T20:13:53.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-08-17T20:13:53.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40582026-08-17T20:13:54.063Z
40592026-08-17T20:13:54.063Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (231/335)
40602026-08-17T20:13:54.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-08-17T20:13:54.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-08-17T20:13:54.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-08-17T20:13:54.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40642026-08-17T20:13:54.675Z
40652026-08-17T20:13:54.675Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (232/335)
40662026-08-17T20:13:55.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-08-17T20:13:55.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-08-17T20:13:55.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-08-17T20:13:55.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40702026-08-17T20:13:55.292Z
40712026-08-17T20:13:55.292Zinfo: running `cargo check --bins` on omicron-deployment-graph (233/335)
40722026-08-17T20:13:55.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-08-17T20:13:55.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-08-17T20:13:55.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-08-17T20:13:55.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40762026-08-17T20:13:55.838Z
40772026-08-17T20:13:55.838Zinfo: running `cargo check --bins` on transient-dns-server (234/335)
40782026-08-17T20:13:56.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-08-17T20:13:56.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-08-17T20:13:56.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-08-17T20:13:56.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40822026-08-17T20:13:56.414Z
40832026-08-17T20:13:56.414Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (235/335)
40842026-08-17T20:13:56.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-08-17T20:13:56.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-08-17T20:13:56.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-08-17T20:13:56.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40882026-08-17T20:13:56.992Z
40892026-08-17T20:13:56.992Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (236/335)
40902026-08-17T20:13:57.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-08-17T20:13:57.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-08-17T20:13:57.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-08-17T20:13:57.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40942026-08-17T20:13:57.575Z
40952026-08-17T20:13:57.575Zinfo: running `cargo check --bins` on omicron-rpaths (237/335)
40962026-08-17T20:13:58.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-08-17T20:13:58.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-08-17T20:13:58.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-08-17T20:13:58.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41002026-08-17T20:13:58.123Z
41012026-08-17T20:13:58.124Zinfo: running `cargo check --bins` on omicron-repl-utils (238/335)
41022026-08-17T20:13:58.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-08-17T20:13:58.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-08-17T20:13:58.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-08-17T20:13:58.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41062026-08-17T20:13:58.674Z
41072026-08-17T20:13:58.674Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (239/335)
41082026-08-17T20:13:59.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-08-17T20:13:59.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-08-17T20:13:59.362Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41112026-08-17T20:13:59.773Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41122026-08-17T20:14:00.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s
41132026-08-17T20:14:01.145Z
41142026-08-17T20:14:01.145Zinfo: running `cargo check --bins` on clickhouse-admin-api (240/335)
41152026-08-17T20:14:01.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-08-17T20:14:01.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-08-17T20:14:01.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41182026-08-17T20:14:01.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41192026-08-17T20:14:01.705Z
41202026-08-17T20:14:01.705Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (241/335)
41212026-08-17T20:14:02.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-08-17T20:14:02.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-08-17T20:14:02.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41242026-08-17T20:14:02.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41252026-08-17T20:14:02.274Z
41262026-08-17T20:14:02.274Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (242/335)
41272026-08-17T20:14:02.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-08-17T20:14:02.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-08-17T20:14:02.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-08-17T20:14:02.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41312026-08-17T20:14:02.845Z
41322026-08-17T20:14:02.845Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (243/335)
41332026-08-17T20:14:03.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-08-17T20:14:03.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-08-17T20:14:03.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41362026-08-17T20:14:03.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41372026-08-17T20:14:03.415Z
41382026-08-17T20:14:03.415Zinfo: running `cargo check --bins` on installinator-client (244/335)
41392026-08-17T20:14:03.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-08-17T20:14:03.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-08-17T20:14:03.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41422026-08-17T20:14:03.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41432026-08-17T20:14:03.980Z
41442026-08-17T20:14:03.980Zinfo: running `cargo check --bins` on oxide-client (245/335)
41452026-08-17T20:14:04.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-08-17T20:14:04.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-08-17T20:14:04.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41482026-08-17T20:14:04.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41492026-08-17T20:14:04.536Z
41502026-08-17T20:14:04.536Zinfo: running `cargo check --bins` on oximeter-client (246/335)
41512026-08-17T20:14:05.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-08-17T20:14:05.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-08-17T20:14:05.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41542026-08-17T20:14:05.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41552026-08-17T20:14:05.106Z
41562026-08-17T20:14:05.106Zinfo: running `cargo check --bins` on wicketd-client (247/335)
41572026-08-17T20:14:05.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-08-17T20:14:05.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-08-17T20:14:05.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41602026-08-17T20:14:05.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41612026-08-17T20:14:05.689Z
41622026-08-17T20:14:05.689Zinfo: running `cargo check --bins` on wicket-common (248/335)
41632026-08-17T20:14:06.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-08-17T20:14:06.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-08-17T20:14:06.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41662026-08-17T20:14:06.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41672026-08-17T20:14:06.269Z
41682026-08-17T20:14:06.269Zinfo: running `cargo check --bins` on wicketd-commission-client (249/335)
41692026-08-17T20:14:06.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41702026-08-17T20:14:06.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41712026-08-17T20:14:06.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41722026-08-17T20:14:06.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41732026-08-17T20:14:06.840Z
41742026-08-17T20:14:06.840Zinfo: running `cargo check --bins` on omicron-cockroach-admin (250/335)
41752026-08-17T20:14:07.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41762026-08-17T20:14:07.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41772026-08-17T20:14:07.495Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41782026-08-17T20:14:07.499Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41792026-08-17T20:14:08.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
41802026-08-17T20:14:08.841Z
41812026-08-17T20:14:08.841Zinfo: running `cargo check --bins` on cockroach-admin-api (251/335)
41822026-08-17T20:14:09.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41832026-08-17T20:14:09.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41842026-08-17T20:14:09.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41852026-08-17T20:14:09.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41862026-08-17T20:14:09.400Z
41872026-08-17T20:14:09.400Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (252/335)
41882026-08-17T20:14:09.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41892026-08-17T20:14:09.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41902026-08-17T20:14:09.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41912026-08-17T20:14:09.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41922026-08-17T20:14:10.043Z
41932026-08-17T20:14:10.043Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (253/335)
41942026-08-17T20:14:10.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41952026-08-17T20:14:10.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41962026-08-17T20:14:10.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41972026-08-17T20:14:10.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41982026-08-17T20:14:10.677Z
41992026-08-17T20:14:10.677Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (254/335)
42002026-08-17T20:14:11.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42012026-08-17T20:14:11.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42022026-08-17T20:14:11.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42032026-08-17T20:14:11.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42042026-08-17T20:14:11.290Z
42052026-08-17T20:14:11.290Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (255/335)
42062026-08-17T20:14:11.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-08-17T20:14:11.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-08-17T20:14:11.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42092026-08-17T20:14:11.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42102026-08-17T20:14:11.903Z
42112026-08-17T20:14:11.903Zinfo: running `cargo check --bins` on db-macros (256/335)
42122026-08-17T20:14:12.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-08-17T20:14:12.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-08-17T20:14:12.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-08-17T20:14:12.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42162026-08-17T20:14:12.447Z
42172026-08-17T20:14:12.447Zinfo: running `cargo check --bins` on nexus-macros-common (257/335)
42182026-08-17T20:14:12.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-08-17T20:14:12.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-08-17T20:14:12.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-08-17T20:14:12.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42222026-08-17T20:14:12.991Z
42232026-08-17T20:14:12.991Zinfo: running `cargo check --bins` on nexus-auth (258/335)
42242026-08-17T20:14:13.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-08-17T20:14:13.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-08-17T20:14:13.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42272026-08-17T20:14:13.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42282026-08-17T20:14:13.602Z
42292026-08-17T20:14:13.602Zinfo: running `cargo check --bins` on authz-macros (259/335)
42302026-08-17T20:14:14.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-08-17T20:14:14.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-08-17T20:14:14.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42332026-08-17T20:14:14.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42342026-08-17T20:14:14.148Z
42352026-08-17T20:14:14.148Zinfo: running `cargo check --bins` on nexus-db-fixed-data (260/335)
42362026-08-17T20:14:14.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-08-17T20:14:14.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-08-17T20:14:14.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42392026-08-17T20:14:14.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42402026-08-17T20:14:14.750Z
42412026-08-17T20:14:14.750Zinfo: running `cargo check --bins` on nexus-db-model (261/335)
42422026-08-17T20:14:15.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-08-17T20:14:15.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-08-17T20:14:15.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42452026-08-17T20:14:15.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42462026-08-17T20:14:15.354Z
42472026-08-17T20:14:15.354Zinfo: running `cargo check --bins` on nexus-db-schema (262/335)
42482026-08-17T20:14:15.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-08-17T20:14:15.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-08-17T20:14:15.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42512026-08-17T20:14:15.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42522026-08-17T20:14:15.909Z
42532026-08-17T20:14:15.909Zinfo: running `cargo check --bins` on nexus-defaults (263/335)
42542026-08-17T20:14:16.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-08-17T20:14:16.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-08-17T20:14:16.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42572026-08-17T20:14:16.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42582026-08-17T20:14:16.476Z
42592026-08-17T20:14:16.476Zinfo: running `cargo check --bins` on omicron-git-version (264/335)
42602026-08-17T20:14:16.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-08-17T20:14:16.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-08-17T20:14:16.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42632026-08-17T20:14:16.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42642026-08-17T20:14:17.029Z
42652026-08-17T20:14:17.029Zinfo: running `cargo check --bins` on nexus-db-errors (265/335)
42662026-08-17T20:14:17.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-08-17T20:14:17.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-08-17T20:14:17.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42692026-08-17T20:14:17.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42702026-08-17T20:14:17.649Z
42712026-08-17T20:14:17.649Zinfo: running `cargo check --bins` on nexus-db-lookup (266/335)
42722026-08-17T20:14:18.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732026-08-17T20:14:18.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742026-08-17T20:14:18.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42752026-08-17T20:14:18.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42762026-08-17T20:14:18.261Z
42772026-08-17T20:14:18.261Zinfo: running `cargo check --bins` on nexus-test-interface (267/335)
42782026-08-17T20:14:18.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42792026-08-17T20:14:18.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42802026-08-17T20:14:18.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42812026-08-17T20:14:18.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42822026-08-17T20:14:18.874Z
42832026-08-17T20:14:18.874Zinfo: running `cargo check --bins` on oximeter-collector (268/335)
42842026-08-17T20:14:19.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-08-17T20:14:19.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-08-17T20:14:19.578Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
42872026-08-17T20:14:19.578Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
42882026-08-17T20:14:20.250Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42892026-08-17T20:14:21.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
42902026-08-17T20:14:22.141Z
42912026-08-17T20:14:22.141Zinfo: running `cargo check --bins` on oximeter-api (269/335)
42922026-08-17T20:14:22.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-08-17T20:14:22.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-08-17T20:14:22.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-08-17T20:14:22.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42962026-08-17T20:14:22.702Z
42972026-08-17T20:14:22.702Zinfo: running `cargo check --bins` on cert-dev (270/335)
42982026-08-17T20:14:23.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-08-17T20:14:23.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-08-17T20:14:23.297Z Checking yasna v0.5.2
43012026-08-17T20:14:23.692Z Checking rcgen v0.12.1
43022026-08-17T20:14:23.937Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43032026-08-17T20:14:24.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43042026-08-17T20:14:24.290Z
43052026-08-17T20:14:24.290Zinfo: running `cargo check --bins` on clickana (271/335)
43062026-08-17T20:14:24.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-08-17T20:14:24.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-08-17T20:14:24.919Z Compiling instability v0.3.11
43092026-08-17T20:14:24.922Z Checking castaway v0.2.4
43102026-08-17T20:14:24.922Z Compiling indoc v2.0.7
43112026-08-17T20:14:24.922Z Checking unicode-truncate v1.1.0
43122026-08-17T20:14:25.026Z Checking lru v0.12.5
43132026-08-17T20:14:25.030Z Checking cassowary v0.3.0
43142026-08-17T20:14:25.145Z Checking compact_str v0.8.1
43152026-08-17T20:14:25.904Z Checking ratatui v0.29.0
43162026-08-17T20:14:26.945Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43172026-08-17T20:14:27.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
43182026-08-17T20:14:27.827Z
43192026-08-17T20:14:27.827Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (272/335)
43202026-08-17T20:14:28.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43212026-08-17T20:14:28.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43222026-08-17T20:14:28.539Z Checking headers-core v0.3.0
43232026-08-17T20:14:28.543Z Checking port-file v0.1.0
43242026-08-17T20:14:28.543Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43252026-08-17T20:14:28.730Z Checking headers v0.4.1
43262026-08-17T20:14:29.097Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43272026-08-17T20:14:30.049Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43282026-08-17T20:14:30.560Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43292026-08-17T20:14:30.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
43302026-08-17T20:14:31.184Z
43312026-08-17T20:14:31.185Zinfo: running `cargo check --bins` on ch-dev (273/335)
43322026-08-17T20:14:31.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-08-17T20:14:31.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-08-17T20:14:31.894Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
43352026-08-17T20:14:32.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
43362026-08-17T20:14:32.829Z
43372026-08-17T20:14:32.829Zinfo: running `cargo check --bins` on dev-tools-common (274/335)
43382026-08-17T20:14:33.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43392026-08-17T20:14:33.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43402026-08-17T20:14:33.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43412026-08-17T20:14:33.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
43422026-08-17T20:14:33.247Z
43432026-08-17T20:14:33.247Zinfo: running `cargo check --bins` on corpus-adjust (275/335)
43442026-08-17T20:14:33.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43452026-08-17T20:14:33.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43462026-08-17T20:14:33.866Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
43472026-08-17T20:14:34.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
43482026-08-17T20:14:34.400Z
43492026-08-17T20:14:34.400Zinfo: running `cargo check --bins` on crdb-seed (276/335)
43502026-08-17T20:14:34.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43512026-08-17T20:14:34.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43522026-08-17T20:14:35.104Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43532026-08-17T20:14:36.197Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43542026-08-17T20:14:36.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
43552026-08-17T20:14:36.737Z
43562026-08-17T20:14:36.737Zinfo: running `cargo check --bins` on db-dev (277/335)
43572026-08-17T20:14:37.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-08-17T20:14:37.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-08-17T20:14:37.446Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
43602026-08-17T20:14:38.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
43612026-08-17T20:14:38.389Z
43622026-08-17T20:14:38.389Zinfo: running `cargo check --bins` on omicron-dev-lib (278/335)
43632026-08-17T20:14:38.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-08-17T20:14:38.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-08-17T20:14:38.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43662026-08-17T20:14:38.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43672026-08-17T20:14:39.004Z
43682026-08-17T20:14:39.004Zinfo: running `cargo check --bins` on xtask-downloader (279/335)
43692026-08-17T20:14:39.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43702026-08-17T20:14:39.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43712026-08-17T20:14:39.606Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43722026-08-17T20:14:40.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
43732026-08-17T20:14:40.458Z
43742026-08-17T20:14:40.458Zinfo: running `cargo check --bins` on omicron-dropshot-apis (280/335)
43752026-08-17T20:14:40.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43762026-08-17T20:14:40.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43772026-08-17T20:14:41.179Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43782026-08-17T20:14:41.179Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43792026-08-17T20:14:41.182Z Checking git-stub v1.0.0
43802026-08-17T20:14:41.183Z Compiling trait-variant v0.1.2
43812026-08-17T20:14:41.304Z Checking maplit v1.0.2
43822026-08-17T20:14:41.310Z Checking is_ci v1.2.0
43832026-08-17T20:14:41.339Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
43842026-08-17T20:14:41.342Z Checking drift v0.2.0
43852026-08-17T20:14:41.386Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
43862026-08-17T20:14:41.412Z Checking supports-color v3.0.2
43872026-08-17T20:14:41.432Z Checking git-stub-vcs v0.1.0
43882026-08-17T20:14:41.508Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43892026-08-17T20:14:41.529Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43902026-08-17T20:14:41.545Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
43912026-08-17T20:14:41.624Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
43922026-08-17T20:14:41.692Z Checking dropshot-api-manager v0.8.0
43932026-08-17T20:14:41.727Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43942026-08-17T20:14:41.817Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
43952026-08-17T20:14:42.029Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43962026-08-17T20:14:42.528Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43972026-08-17T20:14:43.468Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43982026-08-17T20:14:44.475Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43992026-08-17T20:14:45.255Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44002026-08-17T20:14:45.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
44012026-08-17T20:14:45.890Z
44022026-08-17T20:14:45.890Zinfo: running `cargo check --bins` on installinator-api (281/335)
44032026-08-17T20:14:46.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-08-17T20:14:46.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-08-17T20:14:46.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44062026-08-17T20:14:46.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44072026-08-17T20:14:46.449Z
44082026-08-17T20:14:46.449Zinfo: running `cargo check --bins` on nexus-external-api (282/335)
44092026-08-17T20:14:46.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-08-17T20:14:46.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-08-17T20:14:46.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-08-17T20:14:46.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44132026-08-17T20:14:47.047Z
44142026-08-17T20:14:47.047Zinfo: running `cargo check --bins` on nexus-internal-api (283/335)
44152026-08-17T20:14:47.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-08-17T20:14:47.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-08-17T20:14:47.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44182026-08-17T20:14:47.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44192026-08-17T20:14:47.645Z
44202026-08-17T20:14:47.645Zinfo: running `cargo check --bins` on nexus-lockstep-api (284/335)
44212026-08-17T20:14:48.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-08-17T20:14:48.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-08-17T20:14:48.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44242026-08-17T20:14:48.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44252026-08-17T20:14:48.241Z
44262026-08-17T20:14:48.241Zinfo: running `cargo check --bins` on ntp-admin-api (285/335)
44272026-08-17T20:14:48.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-08-17T20:14:48.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-08-17T20:14:48.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-08-17T20:14:48.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44312026-08-17T20:14:48.800Z
44322026-08-17T20:14:48.800Zinfo: running `cargo check --bins` on ntp-admin-types-versions (286/335)
44332026-08-17T20:14:49.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-08-17T20:14:49.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-08-17T20:14:49.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-08-17T20:14:49.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44372026-08-17T20:14:49.351Z
44382026-08-17T20:14:49.351Zinfo: running `cargo check --bins` on wicketd-api (287/335)
44392026-08-17T20:14:49.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-08-17T20:14:49.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-08-17T20:14:49.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-08-17T20:14:49.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44432026-08-17T20:14:49.929Z
44442026-08-17T20:14:49.929Zinfo: running `cargo check --bins` on wicketd-commission-api (288/335)
44452026-08-17T20:14:50.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-08-17T20:14:50.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-08-17T20:14:50.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-08-17T20:14:50.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44492026-08-17T20:14:50.496Z
44502026-08-17T20:14:50.497Zinfo: running `cargo check --bins` on omicron-ls-apis (289/335)
44512026-08-17T20:14:50.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-08-17T20:14:50.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-08-17T20:14:51.096Z Compiling blake3 v1.8.5
44542026-08-17T20:14:51.203Z Checking arrayvec v0.7.6
44552026-08-17T20:14:51.206Z Checking constant_time_eq v0.4.2
44562026-08-17T20:14:51.212Z Checking arrayref v0.3.9
44572026-08-17T20:14:51.224Z Checking cargo-platform v0.3.2
44582026-08-17T20:14:51.227Z Checking topological-sort v0.2.2
44592026-08-17T20:14:51.227Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
44602026-08-17T20:14:51.381Z Checking cargo_metadata v0.23.1
44612026-08-17T20:14:51.961Z Checking omicron-zone-package v0.12.3
44622026-08-17T20:14:52.661Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44632026-08-17T20:14:53.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
44642026-08-17T20:14:53.654Z
44652026-08-17T20:14:53.654Zinfo: running `cargo check --bins` on mgs-dev (290/335)
44662026-08-17T20:14:54.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-08-17T20:14:54.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-08-17T20:14:54.359Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44692026-08-17T20:14:54.985Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44702026-08-17T20:14:55.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
44712026-08-17T20:14:55.681Z
44722026-08-17T20:14:55.681Zinfo: running `cargo check --bins` on omicron-omdb (291/335)
44732026-08-17T20:14:56.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-08-17T20:14:56.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-08-17T20:14:56.634Z Compiling darling_core v0.21.3
44762026-08-17T20:14:56.634Z Compiling vergen-lib v0.1.6
44772026-08-17T20:14:56.635Z Compiling diesel_derives v2.3.7
44782026-08-17T20:14:56.639Z Checking scheduled-thread-pool v0.2.7
44792026-08-17T20:14:56.639Z Compiling vergen-gitcl v1.0.8
44802026-08-17T20:14:56.639Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44812026-08-17T20:14:56.639Z Compiling diesel_table_macro_syntax v0.3.0
44822026-08-17T20:14:56.640Z Compiling dirs-sys-next v0.1.2
44832026-08-17T20:14:56.907Z Compiling crunchy v0.2.4
44842026-08-17T20:14:56.989Z Compiling glob v0.3.3
44852026-08-17T20:14:57.047Z Compiling dirs-next v2.0.0
44862026-08-17T20:14:57.050Z Checking r2d2 v0.8.10
44872026-08-17T20:14:57.079Z Compiling tiny-keccak v2.0.2
44882026-08-17T20:14:57.164Z Checking downcast-rs v2.0.2
44892026-08-17T20:14:57.234Z Compiling term v0.7.0
44902026-08-17T20:14:57.259Z Compiling bit-vec v0.6.3
44912026-08-17T20:14:57.359Z Compiling clang-sys v1.8.1
44922026-08-17T20:14:57.442Z Compiling bit-set v0.5.3
44932026-08-17T20:14:57.489Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44942026-08-17T20:14:57.600Z Compiling ascii-canvas v3.0.0
44952026-08-17T20:14:57.672Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44962026-08-17T20:14:57.724Z Compiling itertools v0.10.5
44972026-08-17T20:14:57.744Z Compiling ena v0.14.4
44982026-08-17T20:14:57.768Z Compiling libloading v0.8.9
44992026-08-17T20:14:57.818Z Compiling diff v0.1.13
45002026-08-17T20:14:57.838Z Compiling regex-syntax v0.6.29
45012026-08-17T20:14:57.853Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45022026-08-17T20:14:57.950Z Compiling bindgen v0.71.1
45032026-08-17T20:14:58.099Z Compiling cexpr v0.6.0
45042026-08-17T20:14:58.351Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45052026-08-17T20:14:58.479Z Compiling rustc-hash v2.1.1
45062026-08-17T20:14:58.534Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45072026-08-17T20:14:58.760Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45082026-08-17T20:14:58.781Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45092026-08-17T20:14:58.800Z Compiling libxml v0.3.3
45102026-08-17T20:14:58.877Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45112026-08-17T20:14:59.047Z Compiling strum_macros v0.24.3
45122026-08-17T20:14:59.066Z Compiling indoc v1.0.9
45132026-08-17T20:14:59.354Z Compiling darling_macro v0.21.3
45142026-08-17T20:14:59.510Z Compiling lalrpop v0.19.12
45152026-08-17T20:14:59.897Z Compiling darling v0.21.3
45162026-08-17T20:14:59.916Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45172026-08-17T20:14:59.989Z Compiling dsl_auto_type v0.2.0
45182026-08-17T20:15:00.019Z Checking derive_builder v0.20.2
45192026-08-17T20:15:00.104Z Compiling oso-derive v0.27.3
45202026-08-17T20:15:00.137Z Checking quick-xml v0.37.5
45212026-08-17T20:15:00.382Z Compiling impl-trait-for-tuples v0.2.3
45222026-08-17T20:15:00.612Z Checking openssl-probe v0.1.6
45232026-08-17T20:15:00.752Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45242026-08-17T20:15:01.027Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45252026-08-17T20:15:01.214Z Checking bb8 v0.8.6
45262026-08-17T20:15:01.507Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45272026-08-17T20:15:01.527Z Checking nonempty v0.12.0
45282026-08-17T20:15:01.571Z Compiling libz-sys v1.1.24
45292026-08-17T20:15:01.685Z Compiling strsim v0.10.0
45302026-08-17T20:15:01.728Z Compiling libgit2-sys v0.18.3+1.9.2
45312026-08-17T20:15:01.928Z Compiling darling_core v0.13.4
45322026-08-17T20:15:02.011Z Compiling vergen-git2 v9.1.0
45332026-08-17T20:15:02.156Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45342026-08-17T20:15:02.226Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45352026-08-17T20:15:02.366Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45362026-08-17T20:15:02.579Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45372026-08-17T20:15:02.762Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
45382026-08-17T20:15:02.945Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45392026-08-17T20:15:03.132Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45402026-08-17T20:15:03.218Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45412026-08-17T20:15:03.318Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45422026-08-17T20:15:03.503Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45432026-08-17T20:15:03.690Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45442026-08-17T20:15:03.796Z Compiling darling_macro v0.13.4
45452026-08-17T20:15:03.874Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45462026-08-17T20:15:04.257Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45472026-08-17T20:15:04.281Z Compiling darling v0.13.4
45482026-08-17T20:15:04.373Z Compiling serde_with_macros v1.5.2
45492026-08-17T20:15:04.636Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
45502026-08-17T20:15:05.266Z Compiling serde_with v1.14.0
45512026-08-17T20:15:05.285Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45522026-08-17T20:15:05.472Z Checking twox-hash v2.1.2
45532026-08-17T20:15:05.581Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45542026-08-17T20:15:05.788Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
45552026-08-17T20:15:05.913Z Checking diesel v2.3.7
45562026-08-17T20:15:06.429Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
45572026-08-17T20:15:07.318Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45582026-08-17T20:15:07.590Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
45592026-08-17T20:15:08.045Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45602026-08-17T20:15:08.284Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
45612026-08-17T20:15:08.695Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45622026-08-17T20:15:08.804Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45632026-08-17T20:15:08.928Z Checking libsw-core v0.3.2
45642026-08-17T20:15:09.084Z Checking atty v0.2.14
45652026-08-17T20:15:09.190Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45662026-08-17T20:15:09.524Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45672026-08-17T20:15:09.724Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45682026-08-17T20:15:09.901Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45692026-08-17T20:15:09.972Z Checking libsw v3.5.0
45702026-08-17T20:15:10.136Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
45712026-08-17T20:15:11.174Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
45722026-08-17T20:15:11.203Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
45732026-08-17T20:15:11.902Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
45742026-08-17T20:15:12.219Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45752026-08-17T20:15:12.613Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
45762026-08-17T20:15:12.804Z Checking console v0.16.2
45772026-08-17T20:15:13.109Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
45782026-08-17T20:15:13.192Z Checking fatfs v0.3.6
45792026-08-17T20:15:13.253Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
45802026-08-17T20:15:13.635Z Checking unit-prefix v0.5.2
45812026-08-17T20:15:13.774Z Compiling seq-macro v0.3.6
45822026-08-17T20:15:14.267Z Checking indicatif v0.18.4
45832026-08-17T20:15:14.337Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45842026-08-17T20:15:14.587Z Checking oxide-update-engine-display v0.1.2
45852026-08-17T20:15:14.645Z Checking support-bundle-viewer v0.1.2
45862026-08-17T20:15:14.888Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
45872026-08-17T20:15:14.910Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45882026-08-17T20:15:14.959Z Checking multimap v0.10.1
45892026-08-17T20:15:21.016Z Checking async-bb8-diesel v0.2.1
45902026-08-17T20:15:21.375Z Checking diesel-dtrace v0.5.0
45912026-08-17T20:15:23.444Z Compiling samael v0.0.19
45922026-08-17T20:15:26.561Z Compiling git2 v0.20.4
45932026-08-17T20:15:29.929Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
45942026-08-17T20:15:30.406Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45952026-08-17T20:15:31.905Z Compiling polar-core v0.27.3
45962026-08-17T20:15:36.497Z Checking oso v0.27.3
45972026-08-17T20:16:07.969Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45982026-08-17T20:17:22.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
45992026-08-17T20:17:22.992Z
46002026-08-17T20:17:22.992Zinfo: running `cargo check --bins` on nexus-networking (292/335)
46012026-08-17T20:17:23.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-08-17T20:17:23.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-08-17T20:17:23.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46042026-08-17T20:17:23.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
46052026-08-17T20:17:23.653Z
46062026-08-17T20:17:23.653Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (293/335)
46072026-08-17T20:17:24.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-08-17T20:17:24.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-08-17T20:17:24.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46102026-08-17T20:17:24.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46112026-08-17T20:17:24.272Z
46122026-08-17T20:17:24.272Zinfo: running `cargo check --bins` on nexus-saga-recovery (294/335)
46132026-08-17T20:17:24.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-08-17T20:17:24.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-08-17T20:17:24.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46162026-08-17T20:17:24.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46172026-08-17T20:17:24.890Z
46182026-08-17T20:17:24.890Zinfo: running `cargo check --bins` on nexus-test-utils-macros (295/335)
46192026-08-17T20:17:25.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46202026-08-17T20:17:25.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46212026-08-17T20:17:25.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46222026-08-17T20:17:25.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
46232026-08-17T20:17:25.441Z
46242026-08-17T20:17:25.441Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (296/335)
46252026-08-17T20:17:25.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46262026-08-17T20:17:25.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46272026-08-17T20:17:26.253Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46282026-08-17T20:17:27.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
46292026-08-17T20:17:27.213Z
46302026-08-17T20:17:27.213Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (297/335)
46312026-08-17T20:17:27.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-08-17T20:17:27.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-08-17T20:17:28.020Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46342026-08-17T20:18:06.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.42s
46352026-08-17T20:18:06.853Z
46362026-08-17T20:18:06.853Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (298/335)
46372026-08-17T20:18:07.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46382026-08-17T20:18:07.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46392026-08-17T20:18:07.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46402026-08-17T20:18:07.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
46412026-08-17T20:18:07.399Z
46422026-08-17T20:18:07.399Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (299/335)
46432026-08-17T20:18:07.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-08-17T20:18:07.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-08-17T20:18:07.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46462026-08-17T20:18:07.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
46472026-08-17T20:18:07.944Z
46482026-08-17T20:18:07.944Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (300/335)
46492026-08-17T20:18:08.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-08-17T20:18:08.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-08-17T20:18:08.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46522026-08-17T20:18:08.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46532026-08-17T20:18:08.556Z
46542026-08-17T20:18:08.556Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (301/335)
46552026-08-17T20:18:09.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-08-17T20:18:09.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-08-17T20:18:09.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46582026-08-17T20:18:09.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46592026-08-17T20:18:09.160Z
46602026-08-17T20:18:09.160Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (302/335)
46612026-08-17T20:18:09.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46622026-08-17T20:18:09.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46632026-08-17T20:18:09.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46642026-08-17T20:18:09.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46652026-08-17T20:18:09.770Z
46662026-08-17T20:18:09.770Zinfo: running `cargo check --bins` on nexus-mgs-updates (303/335)
46672026-08-17T20:18:10.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-08-17T20:18:10.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-08-17T20:18:10.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46702026-08-17T20:18:10.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46712026-08-17T20:18:10.372Z
46722026-08-17T20:18:10.372Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (304/335)
46732026-08-17T20:18:10.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-08-17T20:18:10.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-08-17T20:18:10.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46762026-08-17T20:18:10.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46772026-08-17T20:18:10.990Z
46782026-08-17T20:18:10.990Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (305/335)
46792026-08-17T20:18:11.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46802026-08-17T20:18:11.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46812026-08-17T20:18:11.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46822026-08-17T20:18:11.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46832026-08-17T20:18:11.604Z
46842026-08-17T20:18:11.604Zinfo: running `cargo check --bins` on nexus-switch-config (306/335)
46852026-08-17T20:18:12.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46862026-08-17T20:18:12.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46872026-08-17T20:18:12.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46882026-08-17T20:18:12.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46892026-08-17T20:18:12.204Z
46902026-08-17T20:18:12.204Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (307/335)
46912026-08-17T20:18:12.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-08-17T20:18:12.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-08-17T20:18:12.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46942026-08-17T20:18:12.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46952026-08-17T20:18:12.818Z
46962026-08-17T20:18:12.818Zinfo: running `cargo check --bins` on support-bundle-collection (308/335)
46972026-08-17T20:18:13.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-08-17T20:18:13.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-08-17T20:18:13.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47002026-08-17T20:18:13.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47012026-08-17T20:18:13.428Z
47022026-08-17T20:18:13.428Zinfo: running `cargo check --bins` on omicron-dev (309/335)
47032026-08-17T20:18:13.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47042026-08-17T20:18:13.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47052026-08-17T20:18:14.307Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47062026-08-17T20:18:14.310Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47072026-08-17T20:18:14.495Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47082026-08-17T20:18:14.525Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47092026-08-17T20:18:14.528Z Checking yansi v1.0.1
47102026-08-17T20:18:14.528Z Checking diff v0.1.13
47112026-08-17T20:18:14.570Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47122026-08-17T20:18:14.574Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47132026-08-17T20:18:14.784Z Checking pretty_assertions v1.4.1
47142026-08-17T20:18:15.545Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47152026-08-17T20:18:15.583Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47162026-08-17T20:18:40.523Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47172026-08-17T20:18:40.526Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47182026-08-17T20:18:40.526Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47192026-08-17T20:18:40.526Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47202026-08-17T20:18:40.526Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47212026-08-17T20:18:40.526Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47222026-08-17T20:18:40.526Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47232026-08-17T20:18:41.369Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47242026-08-17T20:18:41.374Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47252026-08-17T20:18:42.632Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47262026-08-17T20:19:20.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
47272026-08-17T20:19:21.154Z
47282026-08-17T20:19:21.154Zinfo: running `cargo check --bins` on oximeter-load-test (310/335)
47292026-08-17T20:19:21.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-08-17T20:19:21.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-08-17T20:19:21.850Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
47322026-08-17T20:19:22.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
47332026-08-17T20:19:22.684Z
47342026-08-17T20:19:22.685Zinfo: running `cargo check --bins` on omicron-pins (311/335)
47352026-08-17T20:19:23.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47362026-08-17T20:19:23.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47372026-08-17T20:19:23.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47382026-08-17T20:19:23.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47392026-08-17T20:19:23.244Z
47402026-08-17T20:19:23.244Zinfo: running `cargo check --bins` on rack-init-config (312/335)
47412026-08-17T20:19:23.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47422026-08-17T20:19:23.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47432026-08-17T20:19:23.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47442026-08-17T20:19:23.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47452026-08-17T20:19:23.810Z
47462026-08-17T20:19:23.810Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (313/335)
47472026-08-17T20:19:24.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47482026-08-17T20:19:24.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47492026-08-17T20:19:24.564Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
47502026-08-17T20:19:24.686Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47512026-08-17T20:19:24.694Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
47522026-08-17T20:19:51.515Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
47532026-08-17T20:19:51.920Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47542026-08-17T20:19:53.690Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
47552026-08-17T20:19:54.167Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47562026-08-17T20:19:57.298Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47572026-08-17T20:20:21.264Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47582026-08-17T20:20:22.014Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47592026-08-17T20:20:23.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.89s
47602026-08-17T20:20:23.908Z
47612026-08-17T20:20:23.908Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (314/335)
47622026-08-17T20:20:24.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-08-17T20:20:24.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-08-17T20:20:24.609Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
47652026-08-17T20:20:25.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
47662026-08-17T20:20:25.516Z
47672026-08-17T20:20:25.516Zinfo: running `cargo check --bins` on omicron-releng (315/335)
47682026-08-17T20:20:25.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47692026-08-17T20:20:25.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47702026-08-17T20:20:26.128Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
47712026-08-17T20:20:26.131Z Compiling fs-err v2.11.0
47722026-08-17T20:20:26.247Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
47732026-08-17T20:20:26.256Z Checking parse-size v1.1.0
47742026-08-17T20:20:26.264Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
47752026-08-17T20:20:26.268Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
47762026-08-17T20:20:26.268Z Checking shell-words v1.1.1
47772026-08-17T20:20:26.352Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47782026-08-17T20:20:26.681Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47792026-08-17T20:20:26.855Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47802026-08-17T20:20:27.522Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
47812026-08-17T20:20:28.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
47822026-08-17T20:20:28.661Z
47832026-08-17T20:20:28.661Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (316/335)
47842026-08-17T20:20:29.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47852026-08-17T20:20:29.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47862026-08-17T20:20:29.288Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
47872026-08-17T20:20:29.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
47882026-08-17T20:20:29.965Z
47892026-08-17T20:20:29.966Zinfo: running `cargo check --bins` on schema (317/335)
47902026-08-17T20:20:30.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47912026-08-17T20:20:30.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47922026-08-17T20:20:30.679Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
47932026-08-17T20:20:31.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
47942026-08-17T20:20:31.575Z
47952026-08-17T20:20:31.575Zinfo: running `cargo check --bins` on xtask (318/335)
47962026-08-17T20:20:31.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47972026-08-17T20:20:31.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47982026-08-17T20:20:31.976Z Checking serde_core v1.0.228
47992026-08-17T20:20:31.976Z Checking libc v0.2.185
48002026-08-17T20:20:32.057Z Checking bitflags v2.11.0
48012026-08-17T20:20:32.066Z Checking scroll v0.12.0
48022026-08-17T20:20:32.070Z Checking thiserror v1.0.69
48032026-08-17T20:20:32.081Z Checking log v0.4.29
48042026-08-17T20:20:32.089Z Checking indexmap v2.14.0
48052026-08-17T20:20:32.092Z Checking zerocopy v0.7.35
48062026-08-17T20:20:32.160Z Checking syn v2.0.117
48072026-08-17T20:20:32.198Z Checking dtrace-parser v0.2.0
48082026-08-17T20:20:32.224Z Checking once_cell v1.21.3
48092026-08-17T20:20:32.280Z Checking goblin v0.8.2
48102026-08-17T20:20:32.343Z Checking errno v0.3.14
48112026-08-17T20:20:32.396Z Checking getrandom v0.4.1
48122026-08-17T20:20:32.431Z Checking thread-id v4.2.2
48132026-08-17T20:20:32.460Z Checking rustix v1.1.3
48142026-08-17T20:20:32.512Z Checking memmap v0.7.0
48152026-08-17T20:20:32.525Z Checking thiserror v2.0.18
48162026-08-17T20:20:32.577Z Checking fs-err v3.3.0
48172026-08-17T20:20:32.617Z Checking tabled v0.15.0
48182026-08-17T20:20:32.617Z Checking anyhow v1.0.102
48192026-08-17T20:20:33.230Z Checking terminal_size v0.4.3
48202026-08-17T20:20:33.230Z Checking tempfile v3.25.0
48212026-08-17T20:20:33.354Z Checking clap_builder v4.6.0
48222026-08-17T20:20:33.358Z Checking textwrap v0.16.2
48232026-08-17T20:20:33.496Z Checking serde v1.0.228
48242026-08-17T20:20:33.499Z Checking serde_json v1.0.151
48252026-08-17T20:20:33.499Z Checking camino v1.2.2
48262026-08-17T20:20:33.563Z Checking cargo-platform v0.3.2
48272026-08-17T20:20:33.705Z Checking semver v1.0.28
48282026-08-17T20:20:33.739Z Checking camino-tempfile v1.4.1
48292026-08-17T20:20:33.907Z Checking serde_spanned v0.6.9
48302026-08-17T20:20:33.907Z Checking toml_datetime v0.6.11
48312026-08-17T20:20:33.910Z Checking macaddr v1.0.1
48322026-08-17T20:20:33.910Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48332026-08-17T20:20:34.105Z Checking toml_edit v0.22.27
48342026-08-17T20:20:34.116Z Checking dof v0.3.0
48352026-08-17T20:20:34.119Z Checking cargo_metadata v0.23.1
48362026-08-17T20:20:34.377Z Checking usdt-impl v0.5.0
48372026-08-17T20:20:34.543Z Checking clap v4.6.1
48382026-08-17T20:20:34.634Z Checking usdt v0.5.0
48392026-08-17T20:20:35.068Z Checking toml v0.8.23
48402026-08-17T20:20:35.327Z Checking cargo_toml v0.21.0
48412026-08-17T20:20:35.964Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48422026-08-17T20:20:36.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s
48432026-08-17T20:20:36.456Z
48442026-08-17T20:20:36.457Zinfo: running `cargo check --bins` on dnsadm (319/335)
48452026-08-17T20:20:36.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48462026-08-17T20:20:36.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48472026-08-17T20:20:37.077Z Checking arc-swap v1.8.2
48482026-08-17T20:20:37.354Z Checking slog-scope v4.4.1
48492026-08-17T20:20:37.465Z Checking slog-stdlog v4.1.1
48502026-08-17T20:20:37.560Z Checking slog-envlogger v2.2.0
48512026-08-17T20:20:37.678Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
48522026-08-17T20:20:38.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
48532026-08-17T20:20:38.268Z
48542026-08-17T20:20:38.268Zinfo: running `cargo check --bins` on end-to-end-tests (320/335)
48552026-08-17T20:20:38.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48562026-08-17T20:20:38.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48572026-08-17T20:20:39.062Z Checking cpubits v0.1.1
48582026-08-17T20:20:39.189Z Checking pem-rfc7468 v1.0.0
48592026-08-17T20:20:39.202Z Checking hmac v0.13.0
48602026-08-17T20:20:39.205Z Checking universal-hash v0.6.1
48612026-08-17T20:20:39.227Z Checking ctr v0.10.1
48622026-08-17T20:20:39.227Z Checking aead v0.6.1
48632026-08-17T20:20:39.257Z Checking aes v0.9.1
48642026-08-17T20:20:39.257Z Checking crypto-bigint v0.7.5
48652026-08-17T20:20:39.284Z Checking salsa20 v0.11.0
48662026-08-17T20:20:39.325Z Checking der v0.8.0
48672026-08-17T20:20:39.329Z Checking polyval v0.7.1
48682026-08-17T20:20:39.353Z Checking pbkdf2 v0.13.0
48692026-08-17T20:20:39.375Z Checking cbc v0.2.1
48702026-08-17T20:20:39.404Z Checking ff v0.14.0
48712026-08-17T20:20:39.449Z Checking signature v3.0.0
48722026-08-17T20:20:39.466Z Checking scrypt v0.12.0
48732026-08-17T20:20:39.484Z Checking ghash v0.6.0
48742026-08-17T20:20:39.550Z Checking base16ct v1.0.0
48752026-08-17T20:20:39.566Z Checking group v0.14.0
48762026-08-17T20:20:39.596Z Checking hkdf v0.13.0
48772026-08-17T20:20:39.614Z Compiling curve25519-dalek v5.0.0
48782026-08-17T20:20:39.633Z Checking keccak v0.2.0
48792026-08-17T20:20:39.651Z Checking aes-gcm v0.11.0
48802026-08-17T20:20:39.679Z Checking poly1305 v0.9.0
48812026-08-17T20:20:39.711Z Checking wnaf v0.14.0
48822026-08-17T20:20:39.726Z Checking blowfish v0.10.0
48832026-08-17T20:20:39.791Z Checking blake2 v0.11.0-rc.6
48842026-08-17T20:20:39.827Z Checking sha3 v0.11.0
48852026-08-17T20:20:39.872Z Checking bcrypt-pbkdf v0.11.0
48862026-08-17T20:20:39.889Z Checking kem v0.3.0
48872026-08-17T20:20:39.944Z Checking module-lattice v0.2.3
48882026-08-17T20:20:40.004Z Checking sponge-cursor v0.1.0
48892026-08-17T20:20:40.035Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
48902026-08-17T20:20:40.052Z Checking argon2 v0.6.0-rc.8
48912026-08-17T20:20:40.131Z Checking sha3 v0.12.0
48922026-08-17T20:20:40.146Z Checking spki v0.8.0
48932026-08-17T20:20:40.160Z Checking sec1 v0.8.1
48942026-08-17T20:20:40.174Z Checking ml-kem v0.3.2
48952026-08-17T20:20:40.214Z Checking internal-russh-num-bigint v0.5.0
48962026-08-17T20:20:40.312Z Checking pkcs5 v0.8.1
48972026-08-17T20:20:40.328Z Checking pkcs1 v0.8.0-rc.4
48982026-08-17T20:20:40.363Z Checking num-bigint v0.4.6
48992026-08-17T20:20:40.378Z Checking generic-array v1.4.3
49002026-08-17T20:20:40.528Z Compiling enum_dispatch v0.3.13
49012026-08-17T20:20:40.603Z Checking pkcs8 v0.11.0
49022026-08-17T20:20:40.776Z Checking russh-util v0.52.0
49032026-08-17T20:20:40.807Z Checking ed25519 v3.0.0
49042026-08-17T20:20:40.883Z Compiling delegate v0.13.5
49052026-08-17T20:20:40.901Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49062026-08-17T20:20:40.921Z Checking md5 v0.8.0
49072026-08-17T20:20:41.006Z Checking ed25519-dalek v3.0.0
49082026-08-17T20:20:41.052Z Checking hex-literal v1.1.0
49092026-08-17T20:20:41.112Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49102026-08-17T20:20:41.155Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49112026-08-17T20:20:41.230Z Checking socket2 v0.5.10
49122026-08-17T20:20:41.286Z Checking internet-checksum v0.2.1
49132026-08-17T20:20:41.305Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49142026-08-17T20:20:41.486Z Checking elliptic-curve v0.14.1
49152026-08-17T20:20:41.486Z Checking primefield v0.14.0
49162026-08-17T20:20:41.486Z Checking rfc6979 v0.6.0
49172026-08-17T20:20:41.490Z Checking ssh-encoding v0.3.0
49182026-08-17T20:20:41.490Z Checking crypto-primes v0.7.2
49192026-08-17T20:20:41.736Z Checking ssh-cipher v0.3.0
49202026-08-17T20:20:41.736Z Checking russh-cryptovec v0.62.0
49212026-08-17T20:20:41.882Z Checking primeorder v0.14.0
49222026-08-17T20:20:41.882Z Checking ecdsa v0.17.0
49232026-08-17T20:20:42.242Z Checking p384 v0.14.0
49242026-08-17T20:20:42.248Z Checking p256 v0.14.0
49252026-08-17T20:20:42.248Z Checking p521 v0.14.0
49262026-08-17T20:20:42.455Z Checking rsa v0.10.0-rc.18
49272026-08-17T20:20:45.109Z Checking ssh-key v0.7.0-rc.11
49282026-08-17T20:20:45.869Z Checking russh v0.62.4
49292026-08-17T20:20:59.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.31s
49302026-08-17T20:20:59.788Z
49312026-08-17T20:20:59.788Zinfo: running `cargo check --bins` on gateway-cli (321/335)
49322026-08-17T20:21:00.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49332026-08-17T20:21:00.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49342026-08-17T20:21:00.413Z Checking termios v0.3.3
49352026-08-17T20:21:00.607Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
49362026-08-17T20:21:01.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
49372026-08-17T20:21:01.381Z
49382026-08-17T20:21:01.381Zinfo: running `cargo check --bins --no-default-features` on installinator (322/335)
49392026-08-17T20:21:01.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49402026-08-17T20:21:01.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49412026-08-17T20:21:02.048Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49422026-08-17T20:21:02.748Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
49432026-08-17T20:21:04.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
49442026-08-17T20:21:04.521Z
49452026-08-17T20:21:04.522Zinfo: running `cargo check --bins` on internal-dns-cli (323/335)
49462026-08-17T20:21:05.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49472026-08-17T20:21:05.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49482026-08-17T20:21:05.146Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49492026-08-17T20:21:05.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
49502026-08-17T20:21:05.752Z
49512026-08-17T20:21:05.752Zinfo: running `cargo check --bins` on omicron-live-tests (324/335)
49522026-08-17T20:21:06.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49532026-08-17T20:21:06.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49542026-08-17T20:21:06.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49552026-08-17T20:21:06.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
49562026-08-17T20:21:06.303Z
49572026-08-17T20:21:06.303Zinfo: running `cargo check --bins` on live-tests-macros (325/335)
49582026-08-17T20:21:06.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49592026-08-17T20:21:06.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49602026-08-17T20:21:06.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49612026-08-17T20:21:06.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49622026-08-17T20:21:06.858Z
49632026-08-17T20:21:06.858Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (326/335)
49642026-08-17T20:21:07.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49652026-08-17T20:21:07.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49662026-08-17T20:21:07.591Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
49672026-08-17T20:21:08.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
49682026-08-17T20:21:08.371Z
49692026-08-17T20:21:08.371Zinfo: running `cargo check --bins` on omicron-ntp-admin (327/335)
49702026-08-17T20:21:08.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49712026-08-17T20:21:08.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49722026-08-17T20:21:09.007Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
49732026-08-17T20:21:09.007Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
49742026-08-17T20:21:10.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
49752026-08-17T20:21:10.118Z
49762026-08-17T20:21:10.118Zinfo: running `cargo check --bins` on ntp-admin-types (328/335)
49772026-08-17T20:21:10.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49782026-08-17T20:21:10.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49792026-08-17T20:21:10.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49802026-08-17T20:21:10.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
49812026-08-17T20:21:10.709Z
49822026-08-17T20:21:10.709Zinfo: running `cargo check --bins` on omicron-package (329/335)
49832026-08-17T20:21:11.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49842026-08-17T20:21:11.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49852026-08-17T20:21:11.368Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
49862026-08-17T20:21:12.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
49872026-08-17T20:21:12.633Z
49882026-08-17T20:21:12.633Zinfo: running `cargo check --bins` on tqdb (330/335)
49892026-08-17T20:21:13.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49902026-08-17T20:21:13.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49912026-08-17T20:21:13.397Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
49922026-08-17T20:21:13.752Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
49932026-08-17T20:21:14.272Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
49942026-08-17T20:21:14.272Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
49952026-08-17T20:21:20.661Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
49962026-08-17T20:21:20.661Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
49972026-08-17T20:21:20.666Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
49982026-08-17T20:21:21.283Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
49992026-08-17T20:21:21.283Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50002026-08-17T20:21:21.287Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50012026-08-17T20:21:22.060Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50022026-08-17T20:21:22.567Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50032026-08-17T20:21:22.859Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50042026-08-17T20:21:23.121Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50052026-08-17T20:21:23.987Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50062026-08-17T20:21:24.636Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50072026-08-17T20:21:29.431Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50082026-08-17T20:21:36.682Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50092026-08-17T20:21:36.686Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50102026-08-17T20:21:36.686Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50112026-08-17T20:21:36.686Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50122026-08-17T20:21:38.218Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50132026-08-17T20:21:39.475Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50142026-08-17T20:21:40.144Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50152026-08-17T20:21:41.417Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50162026-08-17T20:21:41.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.32s
50172026-08-17T20:21:42.155Z
50182026-08-17T20:21:42.155Zinfo: running `cargo check --bins` on wicket-dbg (331/335)
50192026-08-17T20:21:42.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50202026-08-17T20:21:42.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50212026-08-17T20:21:42.854Z Checking rtoolbox v0.0.3
50222026-08-17T20:21:42.857Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50232026-08-17T20:21:42.979Z Checking tui-tree-widget v0.23.1
50242026-08-17T20:21:42.988Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50252026-08-17T20:21:43.073Z Checking rpassword v7.5.4
50262026-08-17T20:21:46.017Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50272026-08-17T20:21:47.851Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50282026-08-17T20:21:48.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.61s
50292026-08-17T20:21:48.956Z
50302026-08-17T20:21:48.956Zinfo: running `cargo check --bins` on wicket (332/335)
50312026-08-17T20:21:49.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50322026-08-17T20:21:49.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50332026-08-17T20:21:49.626Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50342026-08-17T20:21:49.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
50352026-08-17T20:21:50.171Z
50362026-08-17T20:21:50.171Zinfo: running `cargo check --bins` on wicketd (333/335)
50372026-08-17T20:21:50.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50382026-08-17T20:21:50.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50392026-08-17T20:21:50.847Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
50402026-08-17T20:21:54.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
50412026-08-17T20:21:54.669Z
50422026-08-17T20:21:54.669Zinfo: running `cargo check --bins` on omicron-workspace-hack (334/335)
50432026-08-17T20:21:55.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50442026-08-17T20:21:55.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50452026-08-17T20:21:55.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50462026-08-17T20:21:55.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
50472026-08-17T20:21:55.215Z
50482026-08-17T20:21:55.215Zinfo: running `cargo check --bins` on zone-setup (335/335)
50492026-08-17T20:21:55.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50502026-08-17T20:21:55.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50512026-08-17T20:21:55.868Z Checking uzers v0.12.2
50522026-08-17T20:21:56.139Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
50532026-08-17T20:21:56.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
50542026-08-17T20:21:57.111Z
50552026-08-17T20:21:57.111Zreal 13:57.886484847
50562026-08-17T20:21:57.111Zuser 21:04.997668065
50572026-08-17T20:21:57.111Zsys 4:17.051213706
50582026-08-17T20:21:57.111Ztrap 0.326551321
50592026-08-17T20:21:57.111Ztflt 1.380375595
50602026-08-17T20:21:57.111Zdflt 1.548949485
50612026-08-17T20:21:57.111Zkflt 0.045101894
50622026-08-17T20:21:57.111Zlock 1:25:59.658569355
50632026-08-17T20:21:57.111Zslp 1:40:10.230669504
50642026-08-17T20:21:57.111Zlat 54.527331443
50652026-08-17T20:21:57.111Zstop 3:57.654513181
50662026-08-17T20:21:57.114Zprocess exited: duration 972536 ms, exit code 0
 
50672026-08-17T20:21:57.121Zfound 0 output files