01M0EZCD48XEAKS60F7VHT1GD3: 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: 01M0EZCSQHD2Z3ZM2S6XWSA0RY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T06:58:50.128Zjob assigned to worker 01M0EZCYC76KZHWF8ED8YH5PGD [factory aws, i-0963441bb583af929] (queued for 47 s)
 
22026-08-20T06:58:56.590Zstarting task 0: "setup"
32026-08-20T06:58:56.597Z++ uname -s
42026-08-20T06:58:56.600Z+ kern=SunOS
52026-08-20T06:58:56.600Z+ build_user=build
62026-08-20T06:58:56.600Z+ build_uid=12345
72026-08-20T06:58:56.601Z+ work_dir=/work
82026-08-20T06:58:56.601Z+ input_dir=/input
92026-08-20T06:58:56.601Z+ [[ 0 == 12345 ]]
102026-08-20T06:58:56.601Z+ case "$kern" in
112026-08-20T06:58:56.601Z+ groupadd -g 12345 build
122026-08-20T06:58:56.604Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T06:58:58.607Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T06:58:58.716Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T06:58:58.720Z+ home_fs=zfs
162026-08-20T06:58:58.720Z+ [[ zfs == autofs ]]
172026-08-20T06:58:58.720Z+ mkdir -p /home/build
182026-08-20T06:58:58.720Z+ chown build:build /home/build /work
192026-08-20T06:59:00.721Z+ chmod 0700 /home/build /work
202026-08-20T06:59:00.724Zprocess exited: duration 4132 ms, exit code 0
 
212026-08-20T06:59:00.730Zstarting task 1: "rust-toolchain"
222026-08-20T06:59:00.734Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-20T06:59:00.734Z * rust toolchain channel = "1.97.1"
242026-08-20T06:59:00.734Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-20T06:59:00.734Z * rust toolchain profile = "default"
262026-08-20T06:59:00.734Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-20T06:59:00.734Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-20T06:59:00.737Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T06:59:00.737Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-20T06:59:00.845Zinfo: downloading installer
312026-08-20T06:59:02.340Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T06:59:02.341Zwarn: /home/build/.rustup/settings.toml
332026-08-20T06:59:02.341Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T06:59:02.344Zwarn: instead of the one inferred from the default host triple.
352026-08-20T06:59:02.353Zinfo: profile set to default
362026-08-20T06:59:02.353Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T06:59:02.356Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-20T06:59:02.483Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T06:59:02.486Zinfo: downloading 6 components
402026-08-20T06:59:15.940Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-20T06:59:15.940Z
422026-08-20T06:59:15.969Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T06:59:15.969Z
442026-08-20T06:59:15.969Z
452026-08-20T06:59:15.969ZRust is installed now. Great!
462026-08-20T06:59:15.969Z
472026-08-20T06:59:15.969ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T06:59:15.969Zenvironment variable. This has not been done automatically.
492026-08-20T06:59:15.969Z
502026-08-20T06:59:15.969ZTo configure your current shell, you need to source
512026-08-20T06:59:15.969Zthe corresponding env file under $HOME/.cargo.
522026-08-20T06:59:15.969Z
532026-08-20T06:59:15.969ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T06:59:15.972Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T06:59:15.972Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T06:59:15.972Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T06:59:15.972Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T06:59:15.972Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T06:59:15.972Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T06:59:15.972Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T06:59:15.972Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T06:59:16.063Z+ rustup --version
632026-08-20T06:59:16.072Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T06:59:16.072Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T06:59:16.094Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T06:59:16.097Z+ cargo --version
672026-08-20T06:59:16.111Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T06:59:16.115Z+ rustc --version
692026-08-20T06:59:16.132Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T06:59:16.135Zprocess exited: duration 15403 ms, exit code 0
 
712026-08-20T06:59:16.142Zstarting task 2: "authentication"
722026-08-20T06:59:16.158Zprocess exited: duration 16 ms, exit code 0
 
732026-08-20T06:59:16.164Zstarting task 3: "clone repository"
742026-08-20T06:59:16.167Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-20T06:59:16.170Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-20T06:59:16.200ZCloning into '/work/oxidecomputer/omicron'...
772026-08-20T06:59:34.343Z+ cd /work/oxidecomputer/omicron
782026-08-20T06:59:34.343Z+ git fetch origin 6aca0e9d4fa227aa4d7e97b498c722a1b5b089fc
792026-08-20T06:59:34.725ZFrom https://github.com/oxidecomputer/omicron
802026-08-20T06:59:34.726Z * branch 6aca0e9d4fa227aa4d7e97b498c722a1b5b089fc -> FETCH_HEAD
812026-08-20T06:59:34.737Z+ [[ -n zl/multicast-mgd-ddm ]]
822026-08-20T06:59:34.741Z++ git branch --show-current
832026-08-20T06:59:34.741Z+ current=main
842026-08-20T06:59:34.741Z+ [[ main != zl/multicast-mgd-ddm ]]
852026-08-20T06:59:34.741Z+ git branch -f zl/multicast-mgd-ddm 6aca0e9d4fa227aa4d7e97b498c722a1b5b089fc
862026-08-20T06:59:34.744Z+ git checkout -f zl/multicast-mgd-ddm
872026-08-20T06:59:34.994ZSwitched to branch 'zl/multicast-mgd-ddm'
882026-08-20T06:59:34.998Z+ git reset --hard 6aca0e9d4fa227aa4d7e97b498c722a1b5b089fc
892026-08-20T06:59:35.265ZHEAD is now at 6aca0e9d4 [multicast] add reconciler tuning knobs to example, SMF, and test configs
902026-08-20T06:59:35.268Zprocess exited: duration 19103 ms, exit code 0
 
912026-08-20T06:59:35.274Zstarting task 4: "build"
922026-08-20T06:59:35.278Z+ source .github/buildomat/ci-env.sh
932026-08-20T06:59:35.281Z++ export CARGO_TERM_COLOR=always
942026-08-20T06:59:35.281Z++ CARGO_TERM_COLOR=always
952026-08-20T06:59:35.281Z+++ uname -s
962026-08-20T06:59:35.281Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-20T06:59:35.281Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-20T06:59:35.284Z+ cargo --version
992026-08-20T06:59:35.291Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-20T06:59:35.294Z+ rustc --version
1012026-08-20T06:59:35.313Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-20T06:59:35.315Z+ source ./env.sh
1032026-08-20T06:59:35.315Z++ OLD_SHELL_OPTS=ehxB
1042026-08-20T06:59:35.315Z++ set -o xtrace
1052026-08-20T06:59:35.318Z++++ dirname ./env.sh
1062026-08-20T06:59:35.318Z+++ readlink -f .
1072026-08-20T06:59:35.321Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-20T06:59:35.321Z++ 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-20T06:59:35.321Z++ 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-20T06:59:35.321Z++ 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-20T06:59:35.321Z++ 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-20T06:59:35.321Z++ 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-20T06:59:35.322Z++ 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-20T06:59:35.322Z++ 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-20T06:59:35.322Z++ 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-20T06:59:35.322Z++ 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-20T06:59:35.322Z++ 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-20T06:59:35.322Z++ case $OLD_SHELL_OPTS in
1192026-08-20T06:59:35.322Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-20T06:59:35.322Z+ 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-20T06:59:35.322Z+ 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-20T06:59:35.322Z+ banner prerequisites
1232026-08-20T06:59:35.325Z
1242026-08-20T06:59:35.325Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-20T06:59:35.325Z # # # # # # # # # # # # # # #
1262026-08-20T06:59:35.325Z # # # # ##### # # ##### # # # # # #### #
1272026-08-20T06:59:35.325Z ##### ##### # ##### # # # # # # # # #
1282026-08-20T06:59:35.325Z # # # # # # # # # # # # # # #
1292026-08-20T06:59:35.325Z # # # ###### # # ###### ### # #### # #### #
1302026-08-20T06:59:35.325Z
1312026-08-20T06:59:35.325Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-20T06:59:37.139Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-20T06:59:37.472Z Startup: Caching catalogs ... Done
1342026-08-20T06:59:39.330ZPlanning: Solver setup ... Done (1.751s)
1352026-08-20T06:59:39.385ZPlanning: Running solver ... Done (0.056s)
1362026-08-20T06:59:39.427ZPlanning: Finding local manifests ... Done (0.004s)
1372026-08-20T06:59:39.440ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-20T06:59:39.462ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-20T06:59:39.476ZPlanning: Package planning ... Done (0.014s)
1402026-08-20T06:59:39.479ZPlanning: Merging actions ... Done (0.001s)
1412026-08-20T06:59:39.637ZPlanning: Checking for conflicting actions ... Done (0.160s)
1422026-08-20T06:59:39.640ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-20T06:59:40.431ZPlanning: Evaluating mediators ... Done (0.793s)
1442026-08-20T06:59:40.435ZPlanning: Planning completed in 2.93 seconds
1452026-08-20T06:59:40.440Z Packages to install: 2
1462026-08-20T06:59:40.443Z Estimated space available: 156.01 GB
1472026-08-20T06:59:40.444ZEstimated space to be consumed: 72.15 MB
1482026-08-20T06:59:40.444Z Create boot environment: No
1492026-08-20T06:59:40.444ZCreate backup boot environment: No
1502026-08-20T06:59:40.444Z Rebuild boot archive: No
1512026-08-20T06:59:40.444Z
1522026-08-20T06:59:40.444ZChanged packages:
1532026-08-20T06:59:40.444Zhelios
1542026-08-20T06:59:40.444Z developer/build-essential
1552026-08-20T06:59:40.444Z None -> 11-3.0
1562026-08-20T06:59:40.444Z library/libxmlsec1
1572026-08-20T06:59:40.444Z None -> 1.2.35-3.0
1582026-08-20T06:59:40.465Z
1592026-08-20T06:59:40.465ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-20T06:59:40.533ZDownload: Completed 1.28 MB in 0.07 seconds (18.9M/s)
1612026-08-20T06:59:40.604Z Actions: 1/268 actions (Installing new actions)
1622026-08-20T06:59:40.642Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-20T06:59:40.673ZFinalize: Updating package state database ... Done (0.030s)
1642026-08-20T06:59:40.674ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-20T06:59:40.752ZFinalize: Updating image state ... Done (0.080s)
1662026-08-20T06:59:43.193ZFinalize: Creating fast lookup database ... Done (2.393s)
1672026-08-20T06:59:43.260ZFinalize: Reading search index ... Done (0.012s)
1682026-08-20T06:59:43.263ZFinalize: Updating search index ... Done (0.000s)
1692026-08-20T06:59:43.341ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-20T06:59:43.700ZPlanning: Evaluating mediator changes ... Done
1712026-08-20T06:59:43.804ZPlanning: Checking for conflicting actions ... Done
1722026-08-20T06:59:43.807ZPlanning: Consolidating action changes ... Done
1732026-08-20T06:59:43.963ZPlanning: Evaluating mediators ... Done
1742026-08-20T06:59:43.966ZPlanning: Planning completed in 0.26 seconds
1752026-08-20T06:59:43.987Z Mediators to change: 2
1762026-08-20T06:59:43.987Z Create boot environment: No
1772026-08-20T06:59:43.988ZCreate backup boot environment: No
1782026-08-20T06:59:44.029ZFinalize: Updating package state database ... Done
1792026-08-20T06:59:44.029ZFinalize: Updating package cache ... Done
1802026-08-20T06:59:44.075ZFinalize: Updating image state ... Done
1812026-08-20T06:59:45.996ZFinalize: Creating fast lookup database ... Done
1822026-08-20T06:59:46.056ZFinalize: Reading search index ... Done
1832026-08-20T06:59:46.059ZFinalize: Updating search index ... Done
1842026-08-20T06:59:46.144ZFinalize: Updating package cache ... Done
1852026-08-20T06:59:46.428ZPlanning: Evaluating mediator changes ... Done
1862026-08-20T06:59:46.535ZPlanning: Checking for conflicting actions ... Done
1872026-08-20T06:59:46.539ZPlanning: Consolidating action changes ... Done
1882026-08-20T06:59:46.687ZPlanning: Evaluating mediators ... Done
1892026-08-20T06:59:46.690ZPlanning: Planning completed in 0.26 seconds
1902026-08-20T06:59:46.714Z Mediators to change: 1
1912026-08-20T06:59:46.714Z Create boot environment: No
1922026-08-20T06:59:46.714ZCreate backup boot environment: No
1932026-08-20T06:59:46.763ZFinalize: Updating package state database ... Done
1942026-08-20T06:59:46.763ZFinalize: Updating package cache ... Done
1952026-08-20T06:59:46.809ZFinalize: Updating image state ... Done
1962026-08-20T06:59:48.731ZFinalize: Creating fast lookup database ... Done
1972026-08-20T06:59:48.789ZFinalize: Reading search index ... Done
1982026-08-20T06:59:48.794ZFinalize: Updating search index ... Done
1992026-08-20T06:59:48.870ZFinalize: Updating package cache ... Done
2002026-08-20T06:59:49.183ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-20T06:59:49.183Zapache system 2.4 system
2022026-08-20T06:59:49.183Zclang system 15 system
2032026-08-20T06:59:49.183Zcsh system system illumos
2042026-08-20T06:59:49.183Zctags system system illumos
2052026-08-20T06:59:49.183Zfile vendor vendor darwinsys
2062026-08-20T06:59:49.183Zfile system system illumos
2072026-08-20T06:59:49.183Zgcc vendor 14 vendor
2082026-08-20T06:59:49.183Zgcc system 13 system
2092026-08-20T06:59:49.183Zgcc system 10 system
2102026-08-20T06:59:49.183Zgo system 1.25 system
2112026-08-20T06:59:49.183Zllvm system 15 system
2122026-08-20T06:59:49.183Zmariadb system 11.4 system
2132026-08-20T06:59:49.184Zmta vendor vendor dma
2142026-08-20T06:59:49.184Zopenjdk system 17 system
2152026-08-20T06:59:49.184Zopenjdk system 11 system
2162026-08-20T06:59:49.184Zopenssl vendor 3 vendor
2172026-08-20T06:59:49.184Zperl system 5.40 system
2182026-08-20T06:59:49.184Zpostgresql system 18 system
2192026-08-20T06:59:49.184Zpostgresql system 17 system
2202026-08-20T06:59:49.184Zpython vendor 3 vendor
2212026-08-20T06:59:49.184Zpython system 2 system
2222026-08-20T06:59:49.184Zpython3 vendor 3.13 vendor
2232026-08-20T06:59:49.184Zruby system 3.4 system
2242026-08-20T06:59:49.184Zruby system 3.0 system
2252026-08-20T06:59:49.184Zwords vendor vendor american-english
2262026-08-20T06:59:49.184Zwords system system australian-english
2272026-08-20T06:59:49.184Zwords system system british-english
2282026-08-20T06:59:49.184Zwords system system canadian-english
2292026-08-20T06:59:49.184Zwords system system french
2302026-08-20T06:59:49.184Zwords system system italian
2312026-08-20T06:59:49.184Zwords system system ngerman
2322026-08-20T06:59:49.184Zwords system system ogerman
2332026-08-20T06:59:49.184Zwords system system spanish
2342026-08-20T06:59:49.434ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-20T06:59:49.434Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-20T06:59:49.891ZFMRI IFO
2372026-08-20T06:59:49.891Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-20T06:59:49.891Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-20T06:59:49.891Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-20T06:59:49.891Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-20T06:59:49.891Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-20T06:59:49.891Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-20T06:59:49.891Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-20T06:59:49.891Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-20T06:59:49.891Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-20T06:59:50.230Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-20T06:59:50.620Z Updating crates.io index
2482026-08-20T06:59:50.623Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-20T06:59:50.922Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-20T06:59:51.398Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-20T06:59:52.821Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-20T06:59:53.583Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-20T06:59:55.605Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-20T06:59:56.769Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-20T06:59:57.084Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-20T06:59:57.472Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-20T06:59:59.006Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-20T06:59:59.304Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-20T06:59:59.783Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-20T07:00:00.080Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-20T07:00:00.355Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-20T07:00:00.659Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-20T07:00:01.002Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-20T07:00:01.338Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-20T07:00:01.667Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-08-20T07:00:02.372Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-08-20T07:00:03.011Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2682026-08-20T07:00:03.561Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692026-08-20T07:00:03.956Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-08-20T07:00:04.593Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2712026-08-20T07:00:04.950Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-08-20T07:00:05.215Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-08-20T07:00:05.634Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-08-20T07:00:05.940Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-08-20T07:00:06.382Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-08-20T07:00:06.786Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-08-20T07:00:07.070Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-08-20T07:00:07.470Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-08-20T07:00:07.876Z Updating git repository `https://github.com/oxidecomputer/tough`
2802026-08-20T07:00:08.476Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-08-20T07:00:08.785Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-08-20T07:00:09.081Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-20T07:00:09.425Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-08-20T07:00:10.158Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-08-20T07:00:10.477Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-08-20T07:00:10.786Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-08-20T07:00:11.187Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-08-20T07:00:11.488Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-08-20T07:00:11.820Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2902026-08-20T07:00:14.749Z Downloading crates ...
2912026-08-20T07:00:14.806Z Downloaded anstream v1.0.0
2922026-08-20T07:00:14.810Z Downloaded pest_meta v2.8.6
2932026-08-20T07:00:14.813Z Downloaded crypto-common v0.1.7
2942026-08-20T07:00:14.813Z Downloaded cpufeatures v0.2.17
2952026-08-20T07:00:14.817Z Downloaded cfg-if v1.0.4
2962026-08-20T07:00:14.817Z Downloaded dof v0.3.0
2972026-08-20T07:00:14.818Z Downloaded clap v4.6.1
2982026-08-20T07:00:14.821Z Downloaded heck v0.5.0
2992026-08-20T07:00:14.824Z Downloaded equivalent v1.0.2
3002026-08-20T07:00:14.824Z Downloaded block-buffer v0.10.4
3012026-08-20T07:00:14.824Z Downloaded dtrace-parser v0.2.0
3022026-08-20T07:00:14.824Z Downloaded fastrand v2.3.0
3032026-08-20T07:00:14.828Z Downloaded anstyle-query v1.1.5
3042026-08-20T07:00:14.832Z Downloaded zerocopy v0.7.35
3052026-08-20T07:00:14.838Z Downloaded colorchoice v1.0.4
3062026-08-20T07:00:14.842Z Downloaded macaddr v1.0.1
3072026-08-20T07:00:14.842Z Downloaded errno v0.3.14
3082026-08-20T07:00:14.842Z Downloaded cargo_metadata v0.23.1
3092026-08-20T07:00:14.842Z Downloaded digest v0.10.7
3102026-08-20T07:00:14.843Z Downloaded zmij v1.0.21
3112026-08-20T07:00:14.843Z Downloaded clap_lex v1.0.0
3122026-08-20T07:00:14.843Z Downloaded memmap v0.7.0
3132026-08-20T07:00:14.846Z Downloaded zerocopy-derive v0.7.35
3142026-08-20T07:00:14.846Z Downloaded thiserror-impl v1.0.69
3152026-08-20T07:00:14.846Z Downloaded thiserror v1.0.69
3162026-08-20T07:00:14.850Z Downloaded cargo_toml v0.21.0
3172026-08-20T07:00:14.850Z Downloaded winnow v0.7.14
3182026-08-20T07:00:14.853Z Downloaded heck v0.4.1
3192026-08-20T07:00:14.853Z Downloaded is_terminal_polyfill v1.70.2
3202026-08-20T07:00:14.857Z Downloaded cargo-platform v0.3.2
3212026-08-20T07:00:14.857Z Downloaded generic-array v0.14.7
3222026-08-20T07:00:14.860Z Downloaded pest_generator v2.8.6
3232026-08-20T07:00:14.860Z Downloaded anstyle v1.0.14
3242026-08-20T07:00:14.860Z Downloaded anstyle-parse v1.0.0
3252026-08-20T07:00:14.863Z Downloaded camino-tempfile v1.4.1
3262026-08-20T07:00:14.863Z Downloaded clap_derive v4.6.1
3272026-08-20T07:00:14.870Z Downloaded terminal_size v0.4.3
3282026-08-20T07:00:14.873Z Downloaded smawk v0.3.2
3292026-08-20T07:00:14.873Z Downloaded usdt-attr-macro v0.5.0
3302026-08-20T07:00:14.876Z Downloaded fnv v1.0.7
3312026-08-20T07:00:14.879Z Downloaded usdt-macro v0.5.0
3322026-08-20T07:00:14.879Z Downloaded usdt v0.5.0
3332026-08-20T07:00:14.879Z Downloaded plain v0.2.3
3342026-08-20T07:00:14.882Z Downloaded scroll_derive v0.12.1
3352026-08-20T07:00:14.882Z Downloaded unicode-linebreak v0.1.5
3362026-08-20T07:00:14.887Z Downloaded serde_spanned v0.6.9
3372026-08-20T07:00:14.887Z Downloaded pretty-hex v0.4.1
3382026-08-20T07:00:14.891Z Downloaded tabled_derive v0.7.0
3392026-08-20T07:00:14.891Z Downloaded itoa v1.0.17
3402026-08-20T07:00:14.891Z Downloaded autocfg v1.5.0
3412026-08-20T07:00:14.891Z Downloaded fs-err v3.3.0
3422026-08-20T07:00:14.895Z Downloaded bytecount v0.6.9
3432026-08-20T07:00:14.899Z Downloaded swrite v0.1.0
3442026-08-20T07:00:14.902Z Downloaded version_check v0.9.5
3452026-08-20T07:00:14.902Z Downloaded proc-macro-error-attr v1.0.4
3462026-08-20T07:00:14.905Z Downloaded utf8parse v0.2.2
3472026-08-20T07:00:14.908Z Downloaded strsim v0.11.1
3482026-08-20T07:00:14.908Z Downloaded thread-id v4.2.2
3492026-08-20T07:00:14.908Z Downloaded toml_datetime v0.6.11
3502026-08-20T07:00:14.916Z Downloaded thiserror-impl v2.0.18
3512026-08-20T07:00:14.919Z Downloaded serde_tokenstream v0.2.3
3522026-08-20T07:00:14.923Z Downloaded thiserror v2.0.18
3532026-08-20T07:00:14.923Z Downloaded quote v1.0.45
3542026-08-20T07:00:14.930Z Downloaded sha2 v0.10.9
3552026-08-20T07:00:14.931Z Downloaded pest_derive v2.8.6
3562026-08-20T07:00:14.934Z Downloaded proc-macro-error v1.0.4
3572026-08-20T07:00:14.934Z Downloaded bitflags v2.11.0
3582026-08-20T07:00:14.934Z Downloaded once_cell v1.21.3
3592026-08-20T07:00:14.940Z Downloaded camino v1.2.5
3602026-08-20T07:00:14.940Z Downloaded toml_write v0.1.2
3612026-08-20T07:00:14.957Z Downloaded scroll v0.12.0
3622026-08-20T07:00:14.962Z Downloaded anyhow v1.0.104
3632026-08-20T07:00:14.962Z Downloaded semver v1.0.28
3642026-08-20T07:00:14.962Z Downloaded tempfile v3.27.0
3652026-08-20T07:00:14.962Z Downloaded log v0.4.33
3662026-08-20T07:00:14.962Z Downloaded usdt-impl v0.5.0
3672026-08-20T07:00:14.962Z Downloaded papergrid v0.11.0
3682026-08-20T07:00:14.966Z Downloaded byteorder v1.5.0
3692026-08-20T07:00:14.973Z Downloaded getrandom v0.3.4
3702026-08-20T07:00:14.979Z Downloaded textwrap v0.16.2
3712026-08-20T07:00:14.983Z Downloaded serde_derive v1.0.229
3722026-08-20T07:00:14.988Z Downloaded unicode-ident v1.0.24
3732026-08-20T07:00:14.988Z Downloaded proc-macro2 v1.0.106
3742026-08-20T07:00:14.993Z Downloaded ucd-trie v0.1.7
3752026-08-20T07:00:14.998Z Downloaded toml v0.8.23
3762026-08-20T07:00:15.002Z Downloaded toml_edit v0.22.27
3772026-08-20T07:00:15.006Z Downloaded serde_core v1.0.229
3782026-08-20T07:00:15.016Z Downloaded indexmap v2.14.0
3792026-08-20T07:00:15.021Z Downloaded memchr v2.8.0
3802026-08-20T07:00:15.027Z Downloaded typenum v1.20.1
3812026-08-20T07:00:15.030Z Downloaded serde v1.0.229
3822026-08-20T07:00:15.034Z Downloaded pest v2.8.6
3832026-08-20T07:00:15.043Z Downloaded hashbrown v0.17.0
3842026-08-20T07:00:15.047Z Downloaded clap_builder v4.6.0
3852026-08-20T07:00:15.058Z Downloaded goblin v0.8.2
3862026-08-20T07:00:15.065Z Downloaded serde_json v1.0.151
3872026-08-20T07:00:15.084Z Downloaded tabled v0.15.0
3882026-08-20T07:00:15.102Z Downloaded syn v1.0.109
3892026-08-20T07:00:15.115Z Downloaded unicode-width v0.1.14
3902026-08-20T07:00:15.119Z Downloaded unicode-width v0.2.0
3912026-08-20T07:00:15.119Z Downloaded syn v2.0.117
3922026-08-20T07:00:15.124Z Downloaded syn v3.0.3
3932026-08-20T07:00:15.130Z Downloaded rustix v1.1.4
3942026-08-20T07:00:15.152Z Downloaded libc v0.2.185
3952026-08-20T07:00:15.212Z Compiling proc-macro2 v1.0.106
3962026-08-20T07:00:15.212Z Compiling quote v1.0.45
3972026-08-20T07:00:15.212Z Compiling unicode-ident v1.0.24
3982026-08-20T07:00:15.215Z Compiling serde_core v1.0.229
3992026-08-20T07:00:15.215Z Compiling libc v0.2.185
4002026-08-20T07:00:15.215Z Compiling version_check v0.9.5
4012026-08-20T07:00:15.215Z Compiling memchr v2.8.0
4022026-08-20T07:00:15.215Z Compiling serde v1.0.229
4032026-08-20T07:00:15.574Z Compiling zmij v1.0.21
4042026-08-20T07:00:15.700Z Compiling thiserror v1.0.69
4052026-08-20T07:00:15.810Z Compiling itoa v1.0.17
4062026-08-20T07:00:15.827Z Compiling ucd-trie v0.1.7
4072026-08-20T07:00:16.006Z Compiling pest v2.8.6
4082026-08-20T07:00:16.088Z Compiling byteorder v1.5.0
4092026-08-20T07:00:16.165Z Compiling rustix v1.1.4
4102026-08-20T07:00:16.230Z Compiling errno v0.3.14
4112026-08-20T07:00:16.331Z Compiling serde_json v1.0.151
4122026-08-20T07:00:16.385Z Compiling bitflags v2.11.0
4132026-08-20T07:00:16.610Z Compiling thread-id v4.2.2
4142026-08-20T07:00:16.716Z Compiling syn v2.0.117
4152026-08-20T07:00:16.725Z Compiling syn v3.0.3
4162026-08-20T07:00:16.754Z Compiling proc-macro-error-attr v1.0.4
4172026-08-20T07:00:16.797Z Compiling usdt-impl v0.5.0
4182026-08-20T07:00:16.934Z Compiling camino v1.2.5
4192026-08-20T07:00:17.008Z Compiling syn v1.0.109
4202026-08-20T07:00:17.240Z Compiling pest_meta v2.8.6
4212026-08-20T07:00:17.402Z Compiling proc-macro-error v1.0.4
4222026-08-20T07:00:17.422Z Compiling log v0.4.33
4232026-08-20T07:00:17.603Z Compiling plain v0.2.3
4242026-08-20T07:00:17.727Z Compiling equivalent v1.0.2
4252026-08-20T07:00:17.752Z Compiling getrandom v0.3.4
4262026-08-20T07:00:17.805Z Compiling utf8parse v0.2.2
4272026-08-20T07:00:17.846Z Compiling hashbrown v0.17.0
4282026-08-20T07:00:17.915Z Compiling anstyle-parse v1.0.0
4292026-08-20T07:00:18.098Z Compiling terminal_size v0.4.3
4302026-08-20T07:00:18.367Z Compiling indexmap v2.14.0
4312026-08-20T07:00:18.784Z Compiling anstyle v1.0.14
4322026-08-20T07:00:18.821Z Compiling autocfg v1.5.0
4332026-08-20T07:00:18.877Z Compiling serde_derive v1.0.229
4342026-08-20T07:00:19.019Z Compiling pest_generator v2.8.6
4352026-08-20T07:00:19.038Z Compiling anstyle-query v1.1.5
4362026-08-20T07:00:19.061Z Compiling pretty-hex v0.4.1
4372026-08-20T07:00:19.152Z Compiling thiserror v2.0.18
4382026-08-20T07:00:19.169Z Compiling toml_write v0.1.2
4392026-08-20T07:00:19.204Z Compiling colorchoice v1.0.4
4402026-08-20T07:00:19.296Z Compiling cfg-if v1.0.4
4412026-08-20T07:00:19.324Z Compiling is_terminal_polyfill v1.70.2
4422026-08-20T07:00:19.369Z Compiling winnow v0.7.14
4432026-08-20T07:00:19.427Z Compiling anstream v1.0.0
4442026-08-20T07:00:19.560Z Compiling fs-err v3.3.0
4452026-08-20T07:00:19.758Z Compiling anyhow v1.0.104
4462026-08-20T07:00:19.772Z Compiling heck v0.5.0
4472026-08-20T07:00:19.813Z Compiling fnv v1.0.7
4482026-08-20T07:00:19.925Z Compiling strsim v0.11.1
4492026-08-20T07:00:20.007Z Compiling once_cell v1.21.3
4502026-08-20T07:00:20.049Z Compiling bytecount v0.6.9
4512026-08-20T07:00:20.067Z Compiling clap_lex v1.0.0
4522026-08-20T07:00:20.193Z Compiling fastrand v2.3.0
4532026-08-20T07:00:20.234Z Compiling unicode-width v0.1.14
4542026-08-20T07:00:20.286Z Compiling heck v0.4.1
4552026-08-20T07:00:20.307Z Compiling clap_builder v4.6.0
4562026-08-20T07:00:20.462Z Compiling papergrid v0.11.0
4572026-08-20T07:00:20.514Z Compiling tempfile v3.27.0
4582026-08-20T07:00:20.573Z Compiling thiserror-impl v1.0.69
4592026-08-20T07:00:20.660Z Compiling zerocopy-derive v0.7.35
4602026-08-20T07:00:20.745Z Compiling pest_derive v2.8.6
4612026-08-20T07:00:20.881Z Compiling scroll_derive v0.12.1
4622026-08-20T07:00:20.899Z Compiling thiserror-impl v2.0.18
4632026-08-20T07:00:21.183Z Compiling tabled_derive v0.7.0
4642026-08-20T07:00:21.511Z Compiling zerocopy v0.7.35
4652026-08-20T07:00:21.548Z Compiling scroll v0.12.0
4662026-08-20T07:00:21.843Z Compiling goblin v0.8.2
4672026-08-20T07:00:21.952Z Compiling dtrace-parser v0.2.0
4682026-08-20T07:00:22.080Z Compiling clap_derive v4.6.1
4692026-08-20T07:00:22.183Z Compiling toml_datetime v0.6.11
4702026-08-20T07:00:22.199Z Compiling serde_spanned v0.6.9
4712026-08-20T07:00:22.321Z Compiling dof v0.3.0
4722026-08-20T07:00:22.344Z Compiling serde_tokenstream v0.2.3
4732026-08-20T07:00:22.347Z Compiling cargo-platform v0.3.2
4742026-08-20T07:00:22.440Z Compiling toml_edit v0.22.27
4752026-08-20T07:00:22.656Z Compiling semver v1.0.28
4762026-08-20T07:00:22.681Z Compiling memmap v0.7.0
4772026-08-20T07:00:22.702Z Compiling unicode-linebreak v0.1.5
4782026-08-20T07:00:22.877Z Compiling unicode-width v0.2.0
4792026-08-20T07:00:22.955Z Compiling smawk v0.3.2
4802026-08-20T07:00:22.984Z Compiling cargo_metadata v0.23.1
4812026-08-20T07:00:23.099Z Compiling textwrap v0.16.2
4822026-08-20T07:00:23.245Z Compiling usdt-attr-macro v0.5.0
4832026-08-20T07:00:23.292Z Compiling usdt-macro v0.5.0
4842026-08-20T07:00:23.432Z Compiling macaddr v1.0.1
4852026-08-20T07:00:23.544Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4862026-08-20T07:00:23.657Z Compiling tabled v0.15.0
4872026-08-20T07:00:23.821Z Compiling clap v4.6.1
4882026-08-20T07:00:23.936Z Compiling toml v0.8.23
4892026-08-20T07:00:23.978Z Compiling camino-tempfile v1.4.1
4902026-08-20T07:00:24.018Z Compiling swrite v0.1.0
4912026-08-20T07:00:24.311Z Compiling cargo_toml v0.21.0
4922026-08-20T07:00:24.808Z Compiling usdt v0.5.0
4932026-08-20T07:00:25.725Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4942026-08-20T07:00:27.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.67s
4952026-08-20T07:00:27.930Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4962026-08-20T07:00:28.435Z Downloading crates ...
4972026-08-20T07:00:28.487Z Downloaded atomic-waker v1.1.2
4982026-08-20T07:00:28.490Z Downloaded atty v0.2.14
4992026-08-20T07:00:28.497Z Downloaded addr2line v0.25.1
5002026-08-20T07:00:28.500Z Downloaded cexpr v0.6.0
5012026-08-20T07:00:28.503Z Downloaded base16ct v0.2.0
5022026-08-20T07:00:28.508Z Downloaded const-oid v0.10.2
5032026-08-20T07:00:28.511Z Downloaded atomicwrites v0.4.4
5042026-08-20T07:00:28.511Z Downloaded futures-sink v0.3.32
5052026-08-20T07:00:28.511Z Downloaded bit-set v0.8.0
5062026-08-20T07:00:28.514Z Downloaded fs_extra v1.3.0
5072026-08-20T07:00:28.514Z Downloaded bcrypt-pbkdf v0.11.0
5082026-08-20T07:00:28.517Z Downloaded futures-channel v0.3.32
5092026-08-20T07:00:28.517Z Downloaded ff v0.14.0
5102026-08-20T07:00:28.517Z Downloaded foreign-types v0.5.0
5112026-08-20T07:00:28.520Z Downloaded aead v0.6.1
5122026-08-20T07:00:28.520Z Downloaded anstyle-parse v0.2.7
5132026-08-20T07:00:28.520Z Downloaded flagset v0.4.7
5142026-08-20T07:00:28.523Z Downloaded foreign-types v0.3.2
5152026-08-20T07:00:28.523Z Downloaded foreign-types-macros v0.2.3
5162026-08-20T07:00:28.523Z Downloaded bumpalo v3.20.2
5172026-08-20T07:00:28.523Z Downloaded foreign-types-shared v0.3.1
5182026-08-20T07:00:28.526Z Downloaded array-init v0.0.4
5192026-08-20T07:00:28.526Z Downloaded backon v1.6.0
5202026-08-20T07:00:28.526Z Downloaded colored v3.1.1
5212026-08-20T07:00:28.529Z Downloaded fatfs v0.3.6
5222026-08-20T07:00:28.529Z Downloaded bb8 v0.8.6
5232026-08-20T07:00:28.529Z Downloaded bit-set v0.5.3
5242026-08-20T07:00:28.532Z Downloaded find-msvc-tools v0.1.9
5252026-08-20T07:00:28.532Z Downloaded aead v0.5.2
5262026-08-20T07:00:28.533Z Downloaded embedded-io v0.6.1
5272026-08-20T07:00:28.533Z Downloaded fixedbitset v0.5.7
5282026-08-20T07:00:28.537Z Downloaded base16ct v1.0.0
5292026-08-20T07:00:28.537Z Downloaded bcs v0.1.6
5302026-08-20T07:00:28.537Z Downloaded bitfield-macros v0.19.4
5312026-08-20T07:00:28.537Z Downloaded generic-array v1.4.3
5322026-08-20T07:00:28.541Z Downloaded async-stream-impl v0.3.6
5332026-08-20T07:00:28.541Z Downloaded float-cmp v0.10.0
5342026-08-20T07:00:28.541Z Downloaded foreign-types-shared v0.1.1
5352026-08-20T07:00:28.541Z Downloaded futures-executor v0.3.32
5362026-08-20T07:00:28.541Z Downloaded futures-macro v0.3.32
5372026-08-20T07:00:28.541Z Downloaded async-stream v0.3.6
5382026-08-20T07:00:28.546Z Downloaded env_filter v2.0.0
5392026-08-20T07:00:28.546Z Downloaded globwalk v0.9.1
5402026-08-20T07:00:28.546Z Downloaded arrayref v0.3.9
5412026-08-20T07:00:28.546Z Downloaded enum-as-inner v0.6.1
5422026-08-20T07:00:28.546Z Downloaded fixedbitset v0.4.2
5432026-08-20T07:00:28.546Z Downloaded backoff v0.4.0
5442026-08-20T07:00:28.550Z Downloaded futures-core v0.3.32
5452026-08-20T07:00:28.550Z Downloaded flume v0.11.1
5462026-08-20T07:00:28.550Z Downloaded funty v2.0.0
5472026-08-20T07:00:28.550Z Downloaded futures-task v0.3.32
5482026-08-20T07:00:28.553Z Downloaded backtrace-ext v0.2.1
5492026-08-20T07:00:28.553Z Downloaded fxhash v0.2.1
5502026-08-20T07:00:28.553Z Downloaded bit-vec v0.8.0
5512026-08-20T07:00:28.553Z Downloaded endian-type v0.1.2
5522026-08-20T07:00:28.556Z Downloaded foldhash v0.1.5
5532026-08-20T07:00:28.556Z Downloaded highway v1.3.0
5542026-08-20T07:00:28.559Z Downloaded embedded-io v0.4.0
5552026-08-20T07:00:28.559Z Downloaded http-body v1.0.1
5562026-08-20T07:00:28.559Z Downloaded http-range v0.1.5
5572026-08-20T07:00:28.563Z Downloaded home v0.5.12
5582026-08-20T07:00:28.566Z Downloaded castaway v0.2.4
5592026-08-20T07:00:28.566Z Downloaded assert_matches v1.5.0
5602026-08-20T07:00:28.570Z Downloaded env_logger v0.11.11
5612026-08-20T07:00:28.570Z Downloaded fs-err v2.11.0
5622026-08-20T07:00:28.570Z Downloaded bit-vec v0.6.3
5632026-08-20T07:00:28.573Z Downloaded globset v0.4.18
5642026-08-20T07:00:28.573Z Downloaded form_urlencoded v1.2.2
5652026-08-20T07:00:28.573Z Downloaded hash32 v0.3.1
5662026-08-20T07:00:28.573Z Downloaded base64ct v1.8.3
5672026-08-20T07:00:28.576Z Downloaded headers-core v0.3.0
5682026-08-20T07:00:28.576Z Downloaded hostname v0.4.2
5692026-08-20T07:00:28.576Z Downloaded bitfield-struct v0.6.2
5702026-08-20T07:00:28.577Z Downloaded git-stub v1.0.0
5712026-08-20T07:00:28.579Z Downloaded ff v0.13.1
5722026-08-20T07:00:28.582Z Downloaded adler2 v2.0.1
5732026-08-20T07:00:28.585Z Downloaded ascii-canvas v3.0.0
5742026-08-20T07:00:28.585Z Downloaded foldhash v0.2.0
5752026-08-20T07:00:28.585Z Downloaded hex v0.4.3
5762026-08-20T07:00:28.588Z Downloaded float-ord v0.3.2
5772026-08-20T07:00:28.588Z Downloaded hostname v0.3.1
5782026-08-20T07:00:28.588Z Downloaded ciborium-io v0.2.2
5792026-08-20T07:00:28.592Z Downloaded block-padding v0.4.2
5802026-08-20T07:00:28.595Z Downloaded gethostname v0.5.0
5812026-08-20T07:00:28.599Z Downloaded fd-lock v4.0.4
5822026-08-20T07:00:28.602Z Downloaded ciborium-ll v0.2.2
5832026-08-20T07:00:28.602Z Downloaded hubpack v0.1.2
5842026-08-20T07:00:28.605Z Downloaded httpdate v1.0.3
5852026-08-20T07:00:28.605Z Downloaded num_threads v0.1.7
5862026-08-20T07:00:28.608Z Downloaded ghash v0.6.0
5872026-08-20T07:00:28.611Z Downloaded hubpack_derive v0.1.1
5882026-08-20T07:00:28.611Z Downloaded cfg_aliases v0.2.1
5892026-08-20T07:00:28.611Z Downloaded newline-converter v0.3.0
5902026-08-20T07:00:28.611Z Downloaded futures-io v0.3.32
5912026-08-20T07:00:28.614Z Downloaded openssl-macros v0.1.1
5922026-08-20T07:00:28.617Z Downloaded hash32 v0.2.1
5932026-08-20T07:00:28.617Z Downloaded path-slash v0.1.5
5942026-08-20T07:00:28.617Z Downloaded bitflags v1.3.2
5952026-08-20T07:00:28.622Z Downloaded chacha20 v0.9.1
5962026-08-20T07:00:28.626Z Downloaded block-buffer v0.12.1
5972026-08-20T07:00:28.626Z Downloaded nibble_vec v0.1.0
5982026-08-20T07:00:28.626Z Downloaded proc-macro-error-attr2 v2.0.0
5992026-08-20T07:00:28.629Z Downloaded compression-core v0.4.31
6002026-08-20T07:00:28.629Z Downloaded filetime v0.2.27
6012026-08-20T07:00:28.629Z Downloaded nodrop v0.1.14
6022026-08-20T07:00:28.629Z Downloaded normalize-line-endings v0.3.0
6032026-08-20T07:00:28.629Z Downloaded phf_shared v0.11.3
6042026-08-20T07:00:28.629Z Downloaded hex-literal v1.1.0
6052026-08-20T07:00:28.632Z Downloaded ena v0.14.4
6062026-08-20T07:00:28.632Z Downloaded async-trait v0.1.89
6072026-08-20T07:00:28.632Z Downloaded blowfish v0.10.0
6082026-08-20T07:00:28.636Z Downloaded elliptic-curve v0.14.1
6092026-08-20T07:00:28.641Z Downloaded hickory-server v0.25.2
6102026-08-20T07:00:28.643Z Downloaded fallible-iterator v0.2.0
6112026-08-20T07:00:28.644Z Downloaded rfc6979 v0.6.0
6122026-08-20T07:00:28.644Z Downloaded potential_utf v0.1.4
6132026-08-20T07:00:28.647Z Downloaded progenitor-macro v0.13.0
6142026-08-20T07:00:28.647Z Downloaded progenitor-macro v0.14.0
6152026-08-20T07:00:28.650Z Downloaded rfc6979 v0.4.0
6162026-08-20T07:00:28.650Z Downloaded seq-macro v0.3.6
6172026-08-20T07:00:28.653Z Downloaded ref-cast-impl v1.0.25
6182026-08-20T07:00:28.653Z Downloaded rustc_version v0.4.1
6192026-08-20T07:00:28.657Z Downloaded byte-wrapper v0.1.0
6202026-08-20T07:00:28.661Z Downloaded cipher v0.4.4
6212026-08-20T07:00:28.661Z Downloaded cmake v0.1.57
6222026-08-20T07:00:28.664Z Downloaded stable_deref_trait v1.2.1
6232026-08-20T07:00:28.665Z Downloaded strum v0.26.3
6242026-08-20T07:00:28.665Z Downloaded sync-ptr v0.1.4
6252026-08-20T07:00:28.665Z Downloaded argon2 v0.5.3
6262026-08-20T07:00:28.665Z Downloaded enum_dispatch v0.3.13
6272026-08-20T07:00:28.665Z Downloaded erased-serde v0.3.31
6282026-08-20T07:00:28.668Z Downloaded group v0.14.0
6292026-08-20T07:00:28.668Z Downloaded glob v0.3.3
6302026-08-20T07:00:28.668Z Downloaded anstream v0.6.21
6312026-08-20T07:00:28.671Z Downloaded async-recursion v1.1.1
6322026-08-20T07:00:28.671Z Downloaded http-body-util v0.1.3
6332026-08-20T07:00:28.674Z Downloaded num-integer v0.1.46
6342026-08-20T07:00:28.675Z Downloaded cmov v0.5.4
6352026-08-20T07:00:28.675Z Downloaded cobs v0.3.0
6362026-08-20T07:00:28.675Z Downloaded git-stub-vcs v0.1.0
6372026-08-20T07:00:28.677Z Downloaded cfg_aliases v0.1.1
6382026-08-20T07:00:28.677Z Downloaded paste v1.0.15
6392026-08-20T07:00:28.681Z Downloaded pbkdf2 v0.13.0
6402026-08-20T07:00:28.684Z Downloaded group v0.13.0
6412026-08-20T07:00:28.684Z Downloaded cassowary v0.3.0
6422026-08-20T07:00:28.684Z Downloaded bitfield v0.19.4
6432026-08-20T07:00:28.687Z Downloaded testing_table v0.3.0
6442026-08-20T07:00:28.687Z Downloaded thread-id v5.1.0
6452026-08-20T07:00:28.690Z Downloaded rand_core v0.10.0
6462026-08-20T07:00:28.690Z Downloaded buf-list v1.1.2
6472026-08-20T07:00:28.693Z Downloaded camino-tempfile-ext v0.3.3
6482026-08-20T07:00:28.693Z Downloaded cbc v0.2.1
6492026-08-20T07:00:28.693Z Downloaded tokio-macros v2.7.0
6502026-08-20T07:00:28.698Z Downloaded bs58 v0.5.1
6512026-08-20T07:00:28.702Z Downloaded proc-macro-error2 v2.0.1
6522026-08-20T07:00:28.702Z Downloaded topological-sort v0.2.2
6532026-08-20T07:00:28.705Z Downloaded supports-hyperlinks v3.2.0
6542026-08-20T07:00:28.706Z Downloaded supports-unicode v3.0.0
6552026-08-20T07:00:28.706Z Downloaded async-bb8-diesel v0.2.1
6562026-08-20T07:00:28.710Z Downloaded base64 v0.21.7
6572026-08-20T07:00:28.711Z Downloaded compression-codecs v0.4.37
6582026-08-20T07:00:28.715Z Downloaded rand_core v0.9.5
6592026-08-20T07:00:28.715Z Downloaded rand_core v0.6.4
6602026-08-20T07:00:28.715Z Downloaded rustversion v1.0.22
6612026-08-20T07:00:28.715Z Downloaded serde_derive_internals v0.29.1
6622026-08-20T07:00:28.715Z Downloaded rusty-fork v0.3.1
6632026-08-20T07:00:28.719Z Downloaded schemars_derive v0.8.22
6642026-08-20T07:00:28.719Z Downloaded serde_with_macros v1.5.2
6652026-08-20T07:00:28.719Z Downloaded pin-project-internal v1.1.11
6662026-08-20T07:00:28.719Z Downloaded shlex v1.3.0
6672026-08-20T07:00:28.719Z Downloaded smf v0.2.3
6682026-08-20T07:00:28.719Z Downloaded snafu-derive v0.8.9
6692026-08-20T07:00:28.719Z Downloaded parking_lot_core v0.8.6
6702026-08-20T07:00:28.722Z Downloaded spki v0.7.3
6712026-08-20T07:00:28.722Z Downloaded zeroize_derive v1.5.0
6722026-08-20T07:00:28.722Z Downloaded primeorder v0.13.6
6732026-08-20T07:00:28.722Z Downloaded pin-project-lite v0.2.17
6742026-08-20T07:00:28.727Z Downloaded want v0.3.1
6752026-08-20T07:00:28.727Z Downloaded wnaf v0.14.0
6762026-08-20T07:00:28.727Z Downloaded convert_case v0.4.0
6772026-08-20T07:00:28.730Z Downloaded getrandom v0.2.17
6782026-08-20T07:00:28.730Z Downloaded utf-8 v0.7.6
6792026-08-20T07:00:28.730Z Downloaded utf8_iter v1.0.4
6802026-08-20T07:00:28.733Z Downloaded hmac v0.13.0
6812026-08-20T07:00:28.736Z Downloaded httparse v1.10.1
6822026-08-20T07:00:28.739Z Downloaded arrayvec v0.7.6
6832026-08-20T07:00:28.739Z Downloaded bzip2 v0.4.4
6842026-08-20T07:00:28.742Z Downloaded console v0.15.11
6852026-08-20T07:00:28.742Z Downloaded cancel-safe-futures v0.1.5
6862026-08-20T07:00:28.746Z Downloaded oxide-update-engine v0.1.2
6872026-08-20T07:00:28.750Z Downloaded chacha20 v0.10.0
6882026-08-20T07:00:28.750Z Downloaded clang-sys v1.8.1
6892026-08-20T07:00:28.754Z Downloaded ahash v0.8.12
6902026-08-20T07:00:28.754Z Downloaded blake2 v0.11.0-rc.6
6912026-08-20T07:00:28.754Z Downloaded hmac v0.12.1
6922026-08-20T07:00:28.757Z Downloaded port-file v0.1.0
6932026-08-20T07:00:28.757Z Downloaded blake2 v0.10.6
6942026-08-20T07:00:28.757Z Downloaded bzip2 v0.6.1
6952026-08-20T07:00:28.757Z Downloaded cipher v0.5.2
6962026-08-20T07:00:28.761Z Downloaded curve25519-dalek-derive v0.1.1
6972026-08-20T07:00:28.761Z Downloaded heapless v0.8.0
6982026-08-20T07:00:28.764Z Downloaded signal-hook-tokio v0.3.1
6992026-08-20T07:00:28.764Z Downloaded simd-adler32 v0.3.8
7002026-08-20T07:00:28.764Z Downloaded toml_writer v1.1.1+spec-1.1.0
7012026-08-20T07:00:28.764Z Downloaded zone_cfg_derive v0.3.1
7022026-08-20T07:00:28.764Z Downloaded crunchy v0.2.4
7032026-08-20T07:00:28.767Z Downloaded tui-tree-widget v0.23.1
7042026-08-20T07:00:28.767Z Downloaded difflib v0.4.0
7052026-08-20T07:00:28.767Z Downloaded arc-swap v1.8.2
7062026-08-20T07:00:28.772Z Downloaded digest-io v0.1.0
7072026-08-20T07:00:28.772Z Downloaded const-oid v0.9.6
7082026-08-20T07:00:28.772Z Downloaded illumos-nvpair-sys v0.2.0
7092026-08-20T07:00:28.772Z Downloaded getrandom v0.4.3
7102026-08-20T07:00:28.776Z Downloaded rand_chacha v0.9.0
7112026-08-20T07:00:28.776Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7122026-08-20T07:00:28.776Z Downloaded backtrace v0.3.76
7132026-08-20T07:00:28.779Z Downloaded serde_cbor v0.11.2
7142026-08-20T07:00:28.779Z Downloaded rustls-pemfile v2.2.0
7152026-08-20T07:00:28.782Z Downloaded serde_with_macros v3.21.0
7162026-08-20T07:00:28.782Z Downloaded slog-json v2.6.1
7172026-08-20T07:00:28.782Z Downloaded strsim v0.10.0
7182026-08-20T07:00:28.782Z Downloaded darling_macro v0.20.11
7192026-08-20T07:00:28.785Z Downloaded darling_macro v0.21.3
7202026-08-20T07:00:28.785Z Downloaded darling_macro v0.23.0
7212026-08-20T07:00:28.785Z Downloaded dunce v1.0.5
7222026-08-20T07:00:28.785Z Downloaded untrusted v0.7.1
7232026-08-20T07:00:28.785Z Downloaded writeable v0.6.2
7242026-08-20T07:00:28.785Z Downloaded dtrace-parser v0.3.0
7252026-08-20T07:00:28.785Z Downloaded hyper-tls v0.6.0
7262026-08-20T07:00:28.788Z Downloaded is_ci v1.2.0
7272026-08-20T07:00:28.788Z Downloaded jiff-static v0.2.34
7282026-08-20T07:00:28.789Z Downloaded libscf-sys v1.2.0
7292026-08-20T07:00:28.789Z Downloaded ciborium v0.2.2
7302026-08-20T07:00:28.789Z Downloaded colored v2.2.0
7312026-08-20T07:00:28.793Z Downloaded instability v0.3.11
7322026-08-20T07:00:28.793Z Downloaded half v1.8.3
7332026-08-20T07:00:28.800Z Downloaded half v2.7.1
7342026-08-20T07:00:28.800Z Downloaded tiny-keccak v2.0.2
7352026-08-20T07:00:28.805Z Downloaded vergen-lib v0.1.6
7362026-08-20T07:00:28.808Z Downloaded convert_case v0.10.0
7372026-08-20T07:00:28.808Z Downloaded critical-section v1.2.0
7382026-08-20T07:00:28.814Z Downloaded new_debug_unreachable v1.0.6
7392026-08-20T07:00:28.814Z Downloaded kem v0.3.0
7402026-08-20T07:00:28.817Z Downloaded internet-checksum v0.2.1
7412026-08-20T07:00:28.817Z Downloaded match_cfg v0.1.0
7422026-08-20T07:00:28.821Z Downloaded maybe-uninit v2.0.0
7432026-08-20T07:00:28.821Z Downloaded term v1.2.1
7442026-08-20T07:00:28.821Z Downloaded num-iter v0.1.45
7452026-08-20T07:00:28.821Z Downloaded olpc-cjson v0.1.4
7462026-08-20T07:00:28.821Z Downloaded openssl-probe v0.1.6
7472026-08-20T07:00:28.824Z Downloaded base64 v0.22.1
7482026-08-20T07:00:28.824Z Downloaded prefix-trie v0.7.0
7492026-08-20T07:00:28.828Z Downloaded tracing-attributes v0.1.31
7502026-08-20T07:00:28.828Z Downloaded deranged v0.5.8
7512026-08-20T07:00:28.832Z Downloaded derive-ex v0.1.8
7522026-08-20T07:00:28.832Z Downloaded argon2 v0.6.0-rc.8
7532026-08-20T07:00:28.832Z Downloaded digest v0.11.3
7542026-08-20T07:00:28.832Z Downloaded ed25519 v3.0.0
7552026-08-20T07:00:28.835Z Downloaded password-hash v0.6.1
7562026-08-20T07:00:28.839Z Downloaded impl-trait-for-tuples v0.2.3
7572026-08-20T07:00:28.845Z Downloaded ctr v0.10.1
7582026-08-20T07:00:28.850Z Downloaded slog v2.8.2
7592026-08-20T07:00:28.850Z Downloaded console v0.16.2
7602026-08-20T07:00:28.854Z Downloaded rtoolbox v0.0.3
7612026-08-20T07:00:28.854Z Downloaded serde-big-array v0.5.1
7622026-08-20T07:00:28.858Z Downloaded signature v2.2.0
7632026-08-20T07:00:28.858Z Downloaded predicates-core v1.0.10
7642026-08-20T07:00:28.858Z Downloaded heapless v0.7.17
7652026-08-20T07:00:28.858Z Downloaded rand_chacha v0.3.1
7662026-08-20T07:00:28.861Z Downloaded quick-error v1.2.3
7672026-08-20T07:00:28.864Z Downloaded recursive v0.1.1
7682026-08-20T07:00:28.867Z Downloaded secrecy v0.10.3
7692026-08-20T07:00:28.873Z Downloaded subprocess v0.2.15
7702026-08-20T07:00:28.874Z Downloaded lock_api v0.4.14
7712026-08-20T07:00:28.877Z Downloaded secrecy v0.8.0
7722026-08-20T07:00:28.877Z Downloaded semver v0.1.20
7732026-08-20T07:00:28.877Z Downloaded siphasher v1.0.2
7742026-08-20T07:00:28.877Z Downloaded scroll_derive v0.13.1
7752026-08-20T07:00:28.877Z Downloaded shell-words v1.1.1
7762026-08-20T07:00:28.877Z Downloaded futures v0.3.32
7772026-08-20T07:00:28.881Z Downloaded num-traits v0.2.19
7782026-08-20T07:00:28.881Z Downloaded omicron-zone-package v0.12.3
7792026-08-20T07:00:28.881Z Downloaded parking_lot v0.12.5
7802026-08-20T07:00:28.885Z Downloaded flate2 v1.1.9
7812026-08-20T07:00:28.885Z Downloaded hickory-resolver v0.24.4
7822026-08-20T07:00:28.889Z Downloaded pin-project v1.1.11
7832026-08-20T07:00:28.892Z Downloaded progenitor-impl v0.14.0
7842026-08-20T07:00:28.895Z Downloaded num-rational v0.4.2
7852026-08-20T07:00:28.895Z Downloaded tls_codec v0.4.2
7862026-08-20T07:00:28.895Z Downloaded supports-color v3.0.2
7872026-08-20T07:00:28.895Z Downloaded twox-hash v2.1.2
7882026-08-20T07:00:28.898Z Downloaded sync_wrapper v1.0.2
7892026-08-20T07:00:28.898Z Downloaded unarray v0.1.4
7902026-08-20T07:00:28.898Z Downloaded expectorate v1.2.0
7912026-08-20T07:00:28.898Z Downloaded knus-derive v3.4.0
7922026-08-20T07:00:28.902Z Downloaded der_derive v0.7.3
7932026-08-20T07:00:28.902Z Downloaded owo-colors v4.3.0
7942026-08-20T07:00:28.902Z Downloaded oxide-update-engine-display v0.1.2
7952026-08-20T07:00:28.902Z Downloaded mime v0.3.17
7962026-08-20T07:00:28.905Z Downloaded hybrid-array v0.4.13
7972026-08-20T07:00:28.905Z Downloaded mime_guess v2.0.5
7982026-08-20T07:00:28.905Z Downloaded oxide-tokio-rt v0.1.4
7992026-08-20T07:00:28.908Z Downloaded pem v3.0.6
8002026-08-20T07:00:28.908Z Downloaded pkg-config v0.3.32
8012026-08-20T07:00:28.908Z Downloaded polyval v0.7.1
8022026-08-20T07:00:28.908Z Downloaded try-lock v0.2.5
8032026-08-20T07:00:28.911Z Downloaded typify-macro v0.6.2
8042026-08-20T07:00:28.911Z Downloaded subtle v2.6.1
8052026-08-20T07:00:28.912Z Downloaded strip-ansi-escapes v0.2.1
8062026-08-20T07:00:28.912Z Downloaded progenitor v0.14.0
8072026-08-20T07:00:28.912Z Downloaded unsafe-libyaml v0.2.11
8082026-08-20T07:00:28.915Z Downloaded chumsky v0.9.3
8092026-08-20T07:00:28.915Z Downloaded ingot-macros v0.2.0
8102026-08-20T07:00:28.918Z Downloaded progenitor v0.13.0
8112026-08-20T07:00:28.918Z Downloaded bytes v1.11.1
8122026-08-20T07:00:28.918Z Downloaded chacha20poly1305 v0.10.1
8132026-08-20T07:00:28.921Z Downloaded crc-catalog v2.4.0
8142026-08-20T07:00:28.921Z Downloaded time-core v0.1.8
8152026-08-20T07:00:28.924Z Downloaded headers v0.4.1
8162026-08-20T07:00:28.927Z Downloaded allocator-api2 v0.2.21
8172026-08-20T07:00:28.927Z Downloaded p256 v0.14.0
8182026-08-20T07:00:28.930Z Downloaded tower-layer v0.3.3
8192026-08-20T07:00:28.930Z Downloaded universal-hash v0.5.1
8202026-08-20T07:00:28.930Z Downloaded untrusted v0.9.0
8212026-08-20T07:00:28.933Z Downloaded cc v1.2.56
8222026-08-20T07:00:28.933Z Downloaded hickory-resolver v0.25.2
8232026-08-20T07:00:28.936Z Downloaded universal-hash v0.6.1
8242026-08-20T07:00:28.936Z Downloaded crc-any v2.5.0
8252026-08-20T07:00:28.936Z Downloaded litrs v1.0.0
8262026-08-20T07:00:28.939Z Downloaded defmt-parser v1.0.0
8272026-08-20T07:00:28.939Z Downloaded darling v0.20.11
8282026-08-20T07:00:28.942Z Downloaded dirs-next v2.0.0
8292026-08-20T07:00:28.942Z Downloaded document-features v0.2.12
8302026-08-20T07:00:28.942Z Downloaded diesel-dtrace v0.5.0
8312026-08-20T07:00:28.945Z Downloaded phf v0.13.1
8322026-08-20T07:00:28.946Z Downloaded slog-dtrace v0.3.0
8332026-08-20T07:00:28.946Z Downloaded http v1.4.2
8342026-08-20T07:00:28.948Z Downloaded primefield v0.14.0
8352026-08-20T07:00:28.949Z Downloaded static_assertions v1.1.0
8362026-08-20T07:00:28.952Z Downloaded strum_macros v0.24.3
8372026-08-20T07:00:28.952Z Downloaded unicode-bidi v0.3.18
8382026-08-20T07:00:28.952Z Downloaded sec1 v0.8.1
8392026-08-20T07:00:28.955Z Downloaded vergen-git2 v9.1.0
8402026-08-20T07:00:28.955Z Downloaded rustls-native-certs v0.8.3
8412026-08-20T07:00:28.955Z Downloaded cstr-argument v0.1.2
8422026-08-20T07:00:28.955Z Downloaded dsl_auto_type v0.2.0
8432026-08-20T07:00:28.960Z Downloaded indent_write v2.2.0
8442026-08-20T07:00:28.960Z Downloaded openssl-sys v0.9.117
8452026-08-20T07:00:28.963Z Downloaded postgres-types v0.2.12
8462026-08-20T07:00:28.963Z Downloaded vsss-rs v3.3.4
8472026-08-20T07:00:28.963Z Downloaded pkcs1 v0.8.0-rc.4
8482026-08-20T07:00:28.966Z Downloaded vte v0.14.1
8492026-08-20T07:00:28.969Z Downloaded zip v0.6.6
8502026-08-20T07:00:28.972Z Downloaded slog-term v2.9.2
8512026-08-20T07:00:28.986Z Downloaded darling v0.13.4
8522026-08-20T07:00:28.986Z Downloaded memoffset v0.9.1
8532026-08-20T07:00:28.994Z Downloaded lru-cache v0.1.2
8542026-08-20T07:00:28.994Z Downloaded lru-slab v0.1.2
8552026-08-20T07:00:28.994Z Downloaded nonempty v0.12.0
8562026-08-20T07:00:28.994Z Downloaded ident_case v1.0.1
8572026-08-20T07:00:28.994Z Downloaded kstat-rs v0.2.5
8582026-08-20T07:00:28.994Z Downloaded support-bundle-viewer v0.1.2
8592026-08-20T07:00:28.994Z Downloaded time-macros v0.2.27
8602026-08-20T07:00:28.995Z Downloaded crossbeam-deque v0.8.6
8612026-08-20T07:00:28.999Z Downloaded ar_archive_writer v0.5.1
8622026-08-20T07:00:29.003Z Downloaded compact_str v0.8.1
8632026-08-20T07:00:29.008Z Downloaded scuffle v0.1.0
8642026-08-20T07:00:29.011Z Downloaded inout v0.2.2
8652026-08-20T07:00:29.011Z Downloaded debug-ignore v1.0.5
8662026-08-20T07:00:29.014Z Downloaded crossbeam-utils v0.8.21
8672026-08-20T07:00:29.014Z Downloaded thread_local v1.1.9
8682026-08-20T07:00:29.014Z Downloaded spin v0.9.8
8692026-08-20T07:00:29.019Z Downloaded walkdir v2.5.0
8702026-08-20T07:00:29.019Z Downloaded xattr v1.6.1
8712026-08-20T07:00:29.019Z Downloaded parse-display v0.10.0
8722026-08-20T07:00:29.019Z Downloaded proc-macro-crate v1.3.1
8732026-08-20T07:00:29.023Z Downloaded humantime v2.3.0
8742026-08-20T07:00:29.023Z Downloaded parking_lot_core v0.9.12
8752026-08-20T07:00:29.029Z Downloaded zstd v0.13.3
8762026-08-20T07:00:29.029Z Downloaded zstd-safe v7.2.4
8772026-08-20T07:00:29.029Z Downloaded serde_bytes v0.11.19
8782026-08-20T07:00:29.029Z Downloaded serde_spanned v1.1.1
8792026-08-20T07:00:29.029Z Downloaded signal-hook-mio v0.2.5
8802026-08-20T07:00:29.029Z Downloaded slog-envlogger v2.2.0
8812026-08-20T07:00:29.034Z Downloaded rustls-pki-types v1.14.0
8822026-08-20T07:00:29.035Z Downloaded tokio-stream v0.1.18
8832026-08-20T07:00:29.035Z Downloaded unicode_categories v0.1.1
8842026-08-20T07:00:29.040Z Downloaded russh-util v0.52.0
8852026-08-20T07:00:29.040Z Downloaded scheduled-thread-pool v0.2.7
8862026-08-20T07:00:29.040Z Downloaded yasna v0.5.2
8872026-08-20T07:00:29.040Z Downloaded yoke v0.8.1
8882026-08-20T07:00:29.040Z Downloaded sha1 v0.10.6
8892026-08-20T07:00:29.040Z Downloaded sigpipe v0.1.3
8902026-08-20T07:00:29.045Z Downloaded sqlparser_derive v0.5.0
8912026-08-20T07:00:29.045Z Downloaded termtree v0.5.1
8922026-08-20T07:00:29.045Z Downloaded packed_struct v0.10.1
8932026-08-20T07:00:29.045Z Downloaded psl-types v2.0.11
8942026-08-20T07:00:29.045Z Downloaded usdt-macro v0.6.0
8952026-08-20T07:00:29.045Z Downloaded void v1.0.2
8962026-08-20T07:00:29.050Z Downloaded hashbrown v0.12.3
8972026-08-20T07:00:29.050Z Downloaded darling v0.21.3
8982026-08-20T07:00:29.055Z Downloaded hashbrown v0.13.2
8992026-08-20T07:00:29.055Z Downloaded rustls-platform-verifier v0.6.2
9002026-08-20T07:00:29.059Z Downloaded zopfli v0.8.3
9012026-08-20T07:00:29.059Z Downloaded peg v0.8.5
9022026-08-20T07:00:29.063Z Downloaded phf v0.12.1
9032026-08-20T07:00:29.063Z Downloaded poly1305 v0.8.0
9042026-08-20T07:00:29.063Z Downloaded cpubits v0.1.1
9052026-08-20T07:00:29.063Z Downloaded crc8 v0.1.1
9062026-08-20T07:00:29.068Z Downloaded psm v0.1.30
9072026-08-20T07:00:29.068Z Downloaded schemars v1.2.1
9082026-08-20T07:00:29.074Z Downloaded ipnetwork v0.21.1
9092026-08-20T07:00:29.079Z Downloaded dirs-sys-next v0.1.2
9102026-08-20T07:00:29.083Z Downloaded dropshot-api-manager-types v0.8.0
9112026-08-20T07:00:29.083Z Downloaded toml v0.7.8
9122026-08-20T07:00:29.083Z Downloaded toml v1.1.2+spec-1.1.0
9132026-08-20T07:00:29.088Z Downloaded libefi-sys v0.1.0
9142026-08-20T07:00:29.088Z Downloaded crucible-workspace-hack v0.1.0
9152026-08-20T07:00:29.088Z Downloaded defmt v0.3.100
9162026-08-20T07:00:29.092Z Downloaded iana-time-zone v0.1.65
9172026-08-20T07:00:29.097Z Downloaded linear-map v1.2.0
9182026-08-20T07:00:29.097Z Downloaded tinystr v0.8.2
9192026-08-20T07:00:29.101Z Downloaded rustyline v14.0.0
9202026-08-20T07:00:29.101Z Downloaded num_enum v0.5.11
9212026-08-20T07:00:29.104Z Downloaded derive_builder_macro v0.20.2
9222026-08-20T07:00:29.104Z Downloaded illumos-nvpair v0.3.0
9232026-08-20T07:00:29.104Z Downloaded crossbeam-epoch v0.9.18
9242026-08-20T07:00:29.108Z Downloaded darling_core v0.20.11
9252026-08-20T07:00:29.114Z Downloaded rcgen v0.12.1
9262026-08-20T07:00:29.114Z Downloaded unicase v2.9.0
9272026-08-20T07:00:29.114Z Downloaded whoami v1.6.1
9282026-08-20T07:00:29.121Z Downloaded derive_more v0.99.20
9292026-08-20T07:00:29.121Z Downloaded peg-macros v0.8.5
9302026-08-20T07:00:29.126Z Downloaded keccak v0.1.6
9312026-08-20T07:00:29.126Z Downloaded serdect v0.4.3
9322026-08-20T07:00:29.126Z Downloaded whoami v2.1.0
9332026-08-20T07:00:29.126Z Downloaded is-terminal v0.4.17
9342026-08-20T07:00:29.126Z Downloaded lzss v0.8.2
9352026-08-20T07:00:29.126Z Downloaded md5 v0.8.0
9362026-08-20T07:00:29.126Z Downloaded daft v0.1.7
9372026-08-20T07:00:29.126Z Downloaded zeroize v1.9.0
9382026-08-20T07:00:29.130Z Downloaded percent-encoding v2.3.2
9392026-08-20T07:00:29.130Z Downloaded ref-cast v1.0.25
9402026-08-20T07:00:29.130Z Downloaded socket2 v0.6.3
9412026-08-20T07:00:29.130Z Downloaded rand v0.8.6
9422026-08-20T07:00:29.139Z Downloaded smallvec v0.6.14
9432026-08-20T07:00:29.139Z Downloaded knus v3.4.0
9442026-08-20T07:00:29.139Z Downloaded poly1305 v0.9.0
9452026-08-20T07:00:29.144Z Downloaded indoc v2.0.7
9462026-08-20T07:00:29.144Z Downloaded ssh-cipher v0.3.0
9472026-08-20T07:00:29.144Z Downloaded ssh-encoding v0.3.0
9482026-08-20T07:00:29.144Z Downloaded stacker v0.1.23
9492026-08-20T07:00:29.144Z Downloaded oso-derive v0.27.3
9502026-08-20T07:00:29.149Z Downloaded async-compression v0.4.41
9512026-08-20T07:00:29.157Z Downloaded module-lattice v0.2.3
9522026-08-20T07:00:29.161Z Downloaded constant_time_eq v0.4.2
9532026-08-20T07:00:29.161Z Downloaded sponge-cursor v0.1.0
9542026-08-20T07:00:29.161Z Downloaded take_mut v0.2.2
9552026-08-20T07:00:29.161Z Downloaded tagptr v0.2.0
9562026-08-20T07:00:29.165Z Downloaded tabwriter v1.4.1
9572026-08-20T07:00:29.165Z Downloaded russh-cryptovec v0.62.0
9582026-08-20T07:00:29.170Z Downloaded spki v0.8.0
9592026-08-20T07:00:29.175Z Downloaded crypto-bigint v0.5.5
9602026-08-20T07:00:29.175Z Downloaded hyper-staticfile v0.10.1
9612026-08-20T07:00:29.181Z Downloaded progenitor-extras v0.2.0
9622026-08-20T07:00:29.181Z Downloaded same-file v1.0.6
9632026-08-20T07:00:29.181Z Downloaded tokio-rustls v0.26.4
9642026-08-20T07:00:29.188Z Downloaded hashbrown v0.14.5
9652026-08-20T07:00:29.191Z Downloaded phc v0.6.1
9662026-08-20T07:00:29.191Z Downloaded derive-where v1.6.0
9672026-08-20T07:00:29.191Z Downloaded pem-rfc7468 v1.0.0
9682026-08-20T07:00:29.196Z Downloaded unicode-xid v0.2.6
9692026-08-20T07:00:29.196Z Downloaded usdt v0.6.0
9702026-08-20T07:00:29.196Z Downloaded xshell-macros v0.2.7
9712026-08-20T07:00:29.201Z Downloaded progenitor-client v0.13.0
9722026-08-20T07:00:29.205Z Downloaded libloading v0.8.9
9732026-08-20T07:00:29.205Z Downloaded nanorand v0.7.0
9742026-08-20T07:00:29.205Z Downloaded minimal-lexical v0.2.1
9752026-08-20T07:00:29.209Z Downloaded postcard v1.1.3
9762026-08-20T07:00:29.209Z Downloaded native-tls v0.2.18
9772026-08-20T07:00:29.212Z Downloaded num-complex v0.4.6
9782026-08-20T07:00:29.217Z Downloaded oxnet v0.1.6
9792026-08-20T07:00:29.218Z Downloaded tokio-tungstenite v0.23.1
9802026-08-20T07:00:29.221Z Downloaded futures-util v0.3.32
9812026-08-20T07:00:29.225Z Downloaded idna_adapter v1.2.1
9822026-08-20T07:00:29.230Z Downloaded schemars v0.8.22
9832026-08-20T07:00:29.234Z Downloaded libbz2-rs-sys v0.2.2
9842026-08-20T07:00:29.234Z Downloaded usdt-impl v0.6.0
9852026-08-20T07:00:29.234Z Downloaded serde-hex v0.1.0
9862026-08-20T07:00:29.234Z Downloaded serde_path_to_error v0.1.20
9872026-08-20T07:00:29.239Z Downloaded slab v0.4.12
9882026-08-20T07:00:29.239Z Downloaded slog-stdlog v4.1.1
9892026-08-20T07:00:29.239Z Downloaded tokio-dtrace v0.1.1
9902026-08-20T07:00:29.239Z Downloaded num-derive v0.4.2
9912026-08-20T07:00:29.239Z Downloaded opaque-debug v0.3.1
9922026-08-20T07:00:29.239Z Downloaded tinyvec v1.10.0
9932026-08-20T07:00:29.243Z Downloaded inout v0.1.4
9942026-08-20T07:00:29.243Z Downloaded darling_macro v0.13.4
9952026-08-20T07:00:29.243Z Downloaded downcast-rs v2.0.2
9962026-08-20T07:00:29.243Z Downloaded lazy_static v1.5.0
9972026-08-20T07:00:29.248Z Downloaded aes v0.9.1
9982026-08-20T07:00:29.252Z Downloaded oxide-update-engine-types v0.1.2
9992026-08-20T07:00:29.257Z Downloaded vergen-gitcl v1.0.8
10002026-08-20T07:00:29.257Z Downloaded hashbrown v0.15.5
10012026-08-20T07:00:29.260Z Downloaded hashbrown v0.16.1
10022026-08-20T07:00:29.264Z Downloaded ssh-key v0.7.0-rc.11
10032026-08-20T07:00:29.269Z Downloaded instant v0.1.13
10042026-08-20T07:00:29.269Z Downloaded strum_macros v0.26.4
10052026-08-20T07:00:29.269Z Downloaded packed_struct_codegen v0.10.1
10062026-08-20T07:00:29.269Z Downloaded predicates-tree v1.0.13
10072026-08-20T07:00:29.269Z Downloaded sapling-renderdag v0.1.0
10082026-08-20T07:00:29.276Z Downloaded serde_urlencoded v0.7.1
10092026-08-20T07:00:29.276Z Downloaded const_format_proc_macros v0.2.34
10102026-08-20T07:00:29.276Z Downloaded qorb v0.4.1
10112026-08-20T07:00:29.280Z Downloaded derive_more v2.1.1
10122026-08-20T07:00:29.280Z Downloaded progenitor-impl v0.13.0
10132026-08-20T07:00:29.285Z Downloaded pkcs5 v0.8.1
10142026-08-20T07:00:29.285Z Downloaded dropshot_endpoint v0.17.1
10152026-08-20T07:00:29.289Z Downloaded drift v0.2.0
10162026-08-20T07:00:29.294Z Downloaded icu_properties v2.1.2
10172026-08-20T07:00:29.294Z Downloaded powerfmt v0.2.0
10182026-08-20T07:00:29.294Z Downloaded tinyvec_macros v0.1.1
10192026-08-20T07:00:29.294Z Downloaded icu_collections v2.1.1
10202026-08-20T07:00:29.299Z Downloaded ed25519 v2.2.3
10212026-08-20T07:00:29.299Z Downloaded rustc-hash v2.1.1
10222026-08-20T07:00:29.303Z Downloaded signature v3.0.0
10232026-08-20T07:00:29.303Z Downloaded jobserver v0.1.34
10242026-08-20T07:00:29.303Z Downloaded num-bigint-dig v0.8.6
10252026-08-20T07:00:29.303Z Downloaded tokio-test v0.4.5
10262026-08-20T07:00:29.308Z Downloaded cpufeatures v0.3.0
10272026-08-20T07:00:29.308Z Downloaded structmeta-derive v0.3.0
10282026-08-20T07:00:29.313Z Downloaded itertools v0.10.5
10292026-08-20T07:00:29.313Z Downloaded typify v0.6.2
10302026-08-20T07:00:29.319Z Downloaded zerofrom v0.1.6
10312026-08-20T07:00:29.319Z Downloaded h2 v0.4.15
10322026-08-20T07:00:29.325Z Downloaded hkdf v0.12.4
10332026-08-20T07:00:29.325Z Downloaded daft-derive v0.1.7
10342026-08-20T07:00:29.332Z Downloaded delegate v0.13.5
10352026-08-20T07:00:29.332Z Downloaded libsw-core v0.3.2
10362026-08-20T07:00:29.332Z Downloaded ml-kem v0.3.2
10372026-08-20T07:00:29.332Z Downloaded vergen v9.1.0
10382026-08-20T07:00:29.339Z Downloaded lalrpop-util v0.19.12
10392026-08-20T07:00:29.339Z Downloaded md-5 v0.10.6
10402026-08-20T07:00:29.339Z Downloaded darling_core v0.21.3
10412026-08-20T07:00:29.344Z Downloaded libsw v3.5.0
10422026-08-20T07:00:29.344Z Downloaded pem-rfc7468 v0.7.0
10432026-08-20T07:00:29.349Z Downloaded diesel_table_macro_syntax v0.3.0
10442026-08-20T07:00:29.349Z Downloaded zone v0.3.1
10452026-08-20T07:00:29.349Z Downloaded publicsuffix v2.3.0
10462026-08-20T07:00:29.354Z Downloaded parse-size v1.1.0
10472026-08-20T07:00:29.354Z Downloaded slog-scope v4.4.1
10482026-08-20T07:00:29.354Z Downloaded num_enum_derive v0.5.11
10492026-08-20T07:00:29.354Z Downloaded predicates v3.1.4
10502026-08-20T07:00:29.357Z Downloaded sha2 v0.11.0
10512026-08-20T07:00:29.357Z Downloaded indexmap v1.9.3
10522026-08-20T07:00:29.360Z Downloaded hyper-util v0.1.20
10532026-08-20T07:00:29.364Z Downloaded dropshot-api-manager v0.8.0
10542026-08-20T07:00:29.367Z Downloaded socket2 v0.5.10
10552026-08-20T07:00:29.367Z Downloaded multer v3.1.0
10562026-08-20T07:00:29.368Z Downloaded rand_seeder v0.4.0
10572026-08-20T07:00:29.368Z Downloaded rpassword v7.5.4
10582026-08-20T07:00:29.372Z Downloaded phf_shared v0.13.1
10592026-08-20T07:00:29.372Z Downloaded uzers v0.12.2
10602026-08-20T07:00:29.372Z Downloaded rustc_version v0.1.7
10612026-08-20T07:00:29.372Z Downloaded pkcs8 v0.10.2
10622026-08-20T07:00:29.376Z Downloaded rand_pcg v0.10.2
10632026-08-20T07:00:29.376Z Downloaded typed-path v0.9.3
10642026-08-20T07:00:29.382Z Downloaded sqlformat v0.3.5
10652026-08-20T07:00:29.385Z Downloaded slog-bunyan v2.5.0
10662026-08-20T07:00:29.385Z Downloaded crc v3.4.0
10672026-08-20T07:00:29.389Z Downloaded display-error-chain v0.2.2
10682026-08-20T07:00:29.392Z Downloaded ctutils v0.4.2
10692026-08-20T07:00:29.392Z Downloaded either v1.15.0
10702026-08-20T07:00:29.392Z Downloaded p384 v0.13.1
10712026-08-20T07:00:29.396Z Downloaded aho-corasick v1.1.4
10722026-08-20T07:00:29.401Z Downloaded aes-gcm v0.11.0
10732026-08-20T07:00:29.406Z Downloaded multimap v0.10.1
10742026-08-20T07:00:29.406Z Downloaded newtype-uuid v1.3.2
10752026-08-20T07:00:29.406Z Downloaded lru v0.12.5
10762026-08-20T07:00:29.412Z Downloaded diff v0.1.13
10772026-08-20T07:00:29.412Z Downloaded xshell v0.2.7
10782026-08-20T07:00:29.423Z Downloaded precomputed-hash v0.1.1
10792026-08-20T07:00:29.427Z Downloaded steno v0.4.1
10802026-08-20T07:00:29.427Z Downloaded icu_properties_data v2.1.2
10812026-08-20T07:00:29.433Z Downloaded rustc-demangle v0.1.27
10822026-08-20T07:00:29.438Z Downloaded phf_shared v0.12.1
10832026-08-20T07:00:29.438Z Downloaded sha1 v0.11.0
10842026-08-20T07:00:29.438Z Downloaded termios v0.3.3
10852026-08-20T07:00:29.438Z Downloaded toml_parser v1.1.2+spec-1.1.0
10862026-08-20T07:00:29.443Z Downloaded toml_edit v0.23.10+spec-1.0.0
10872026-08-20T07:00:29.447Z Downloaded tls_codec_derive v0.4.2
10882026-08-20T07:00:29.451Z Downloaded zerocopy-derive v0.8.55
10892026-08-20T07:00:29.457Z Downloaded corncobs v0.1.4
10902026-08-20T07:00:29.461Z Downloaded miniz_oxide v0.8.9
10912026-08-20T07:00:29.461Z Downloaded rand_xorshift v0.4.0
10922026-08-20T07:00:29.461Z Downloaded scopeguard v1.2.0
10932026-08-20T07:00:29.461Z Downloaded hkdf v0.13.0
10942026-08-20T07:00:29.461Z Downloaded zerovec-derive v0.11.2
10952026-08-20T07:00:29.466Z Downloaded tokio-util v0.7.18
10962026-08-20T07:00:29.470Z Downloaded ed25519-dalek v2.2.0
10972026-08-20T07:00:29.475Z Downloaded ecdsa v0.16.9
10982026-08-20T07:00:29.475Z Downloaded term v0.7.0
10992026-08-20T07:00:29.475Z Downloaded num_enum_derive v0.7.6
11002026-08-20T07:00:29.475Z Downloaded stringprep v0.1.5
11012026-08-20T07:00:29.480Z Downloaded synstructure v0.13.2
11022026-08-20T07:00:29.480Z Downloaded wait-timeout v0.2.1
11032026-08-20T07:00:29.484Z Downloaded der v0.7.10
11042026-08-20T07:00:29.484Z Downloaded diesel_derives v2.3.7
11052026-08-20T07:00:29.502Z Downloaded p384 v0.14.0
11062026-08-20T07:00:29.502Z Downloaded thiserror-impl-no-std v2.0.2
11072026-08-20T07:00:29.502Z Downloaded usdt-attr-macro v0.6.0
11082026-08-20T07:00:29.502Z Downloaded icu_normalizer_data v2.1.1
11092026-08-20T07:00:29.502Z Downloaded uuid v1.23.4
11102026-08-20T07:00:29.506Z Downloaded slog-async v2.8.0
11112026-08-20T07:00:29.506Z Downloaded tap v1.0.1
11122026-08-20T07:00:29.506Z Downloaded indoc v1.0.9
11132026-08-20T07:00:29.506Z Downloaded dyn-clone v1.0.20
11142026-08-20T07:00:29.506Z Downloaded num-conv v0.2.0
11152026-08-20T07:00:29.510Z Downloaded jiff-core v0.1.0
11162026-08-20T07:00:29.514Z Downloaded vergen-lib v9.1.0
11172026-08-20T07:00:29.521Z Downloaded ignore v0.4.25
11182026-08-20T07:00:29.525Z Downloaded derive_builder_core v0.20.2
11192026-08-20T07:00:29.525Z Downloaded proptest v1.11.0
11202026-08-20T07:00:29.532Z Downloaded schemars v0.9.0
11212026-08-20T07:00:29.536Z Downloaded strum v0.27.2
11222026-08-20T07:00:29.541Z Downloaded aws-lc-rs v1.16.3
11232026-08-20T07:00:29.545Z Downloaded structmeta v0.3.0
11242026-08-20T07:00:29.545Z Downloaded trait-variant v0.1.2
11252026-08-20T07:00:29.545Z Downloaded primeorder v0.14.0
11262026-08-20T07:00:29.550Z Downloaded tracing-core v0.1.36
11272026-08-20T07:00:29.550Z Downloaded zerotrie v0.2.3
11282026-08-20T07:00:29.553Z Downloaded postgres-protocol v0.6.10
11292026-08-20T07:00:29.553Z Downloaded quinn-udp v0.5.14
11302026-08-20T07:00:29.553Z Downloaded managed v0.8.0
11312026-08-20T07:00:29.553Z Downloaded newtype_derive v0.1.6
11322026-08-20T07:00:29.556Z Downloaded radium v0.7.0
11332026-08-20T07:00:29.556Z Downloaded zerofrom-derive v0.1.6
11342026-08-20T07:00:29.566Z Downloaded serde_yaml v0.9.34+deprecated
11352026-08-20T07:00:29.569Z Downloaded signal-hook-registry v1.4.8
11362026-08-20T07:00:29.569Z Downloaded unit-prefix v0.5.2
11372026-08-20T07:00:29.572Z Downloaded thiserror-no-std v2.0.2
11382026-08-20T07:00:29.572Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11392026-08-20T07:00:29.572Z Downloaded newtype-uuid-macros v0.1.0
11402026-08-20T07:00:29.575Z Downloaded dof v0.4.0
11412026-08-20T07:00:29.575Z Downloaded serde_plain v1.0.2
11422026-08-20T07:00:29.575Z Downloaded ingot v0.2.1
11432026-08-20T07:00:29.575Z Downloaded pretty_assertions v1.4.1
11442026-08-20T07:00:29.580Z Downloaded serde_with v3.21.0
11452026-08-20T07:00:29.584Z Downloaded nom v8.0.0
11462026-08-20T07:00:29.587Z Downloaded darling_core v0.13.4
11472026-08-20T07:00:29.590Z Downloaded cookie v0.18.1
11482026-08-20T07:00:29.594Z Downloaded darling v0.23.0
11492026-08-20T07:00:29.598Z Downloaded peg-runtime v0.8.5
11502026-08-20T07:00:29.598Z Downloaded num_enum v0.7.6
11512026-08-20T07:00:29.602Z Downloaded scrypt v0.12.0
11522026-08-20T07:00:29.602Z Downloaded elliptic-curve v0.13.8
11532026-08-20T07:00:29.602Z Downloaded proc-macro-crate v3.4.0
11542026-08-20T07:00:29.602Z Downloaded recursive-proc-macro-impl v0.1.1
11552026-08-20T07:00:29.602Z Downloaded litemap v0.8.1
11562026-08-20T07:00:29.606Z Downloaded resolv-conf v0.7.6
11572026-08-20T07:00:29.610Z Downloaded sec1 v0.7.3
11582026-08-20T07:00:29.611Z Downloaded samael v0.0.19
11592026-08-20T07:00:29.611Z Downloaded mio v1.2.0
11602026-08-20T07:00:29.614Z Downloaded unicode-truncate v1.1.0
11612026-08-20T07:00:29.614Z Downloaded waitgroup v0.1.2
11622026-08-20T07:00:29.614Z Downloaded miette-derive v7.6.0
11632026-08-20T07:00:29.614Z Downloaded nu-ansi-term v0.50.3
11642026-08-20T07:00:29.617Z Downloaded zerovec v0.11.5
11652026-08-20T07:00:29.620Z Downloaded parking_lot v0.11.2
11662026-08-20T07:00:29.623Z Downloaded derive_more-impl v2.1.1
11672026-08-20T07:00:29.626Z Downloaded data-encoding v2.10.0
11682026-08-20T07:00:29.630Z Downloaded prettyplease v0.2.37
11692026-08-20T07:00:29.630Z Downloaded yoke-derive v0.8.1
11702026-08-20T07:00:29.635Z Downloaded defmt v1.0.1
11712026-08-20T07:00:29.638Z Downloaded maplit v1.0.2
11722026-08-20T07:00:29.642Z Downloaded ecdsa v0.17.0
11732026-08-20T07:00:29.646Z Downloaded cookie_store v0.22.1
11742026-08-20T07:00:29.646Z Downloaded winnow v0.5.40
11752026-08-20T07:00:29.650Z Downloaded winnow v0.6.26
11762026-08-20T07:00:29.654Z Downloaded portable-atomic v1.13.1
11772026-08-20T07:00:29.658Z Downloaded tungstenite v0.23.0
11782026-08-20T07:00:29.661Z Downloaded unicode-properties v0.1.4
11792026-08-20T07:00:29.661Z Downloaded derive_builder v0.20.2
11802026-08-20T07:00:29.661Z Downloaded tough v0.22.0
11812026-08-20T07:00:29.665Z Downloaded num v0.4.3
11822026-08-20T07:00:29.671Z Downloaded tokio-tungstenite v0.21.0
11832026-08-20T07:00:29.671Z Downloaded keccak v0.2.0
11842026-08-20T07:00:29.671Z Downloaded blake3 v1.8.5
11852026-08-20T07:00:29.676Z Downloaded linked-hash-map v0.5.6
11862026-08-20T07:00:29.676Z Downloaded crypto-common v0.2.2
11872026-08-20T07:00:29.676Z Downloaded progenitor-client v0.14.0
11882026-08-20T07:00:29.676Z Downloaded pkcs8 v0.11.0
11892026-08-20T07:00:29.680Z Downloaded tungstenite v0.21.0
11902026-08-20T07:00:29.680Z Downloaded const_format v0.2.35
11912026-08-20T07:00:29.680Z Downloaded pkcs1 v0.7.5
11922026-08-20T07:00:29.680Z Downloaded scroll v0.13.0
11932026-08-20T07:00:29.683Z Downloaded string_cache v0.8.9
11942026-08-20T07:00:29.683Z Downloaded strum_macros v0.27.2
11952026-08-20T07:00:29.683Z Downloaded ingot-types v0.2.0
11962026-08-20T07:00:29.683Z Downloaded serde_repr v0.1.20
11972026-08-20T07:00:29.687Z Downloaded tower-service v0.3.3
11982026-08-20T07:00:29.688Z Downloaded openssl-probe v0.2.1
11992026-08-20T07:00:29.688Z Downloaded rand v0.9.2
12002026-08-20T07:00:29.692Z Downloaded tokio-native-tls v0.3.1
12012026-08-20T07:00:29.692Z Downloaded regex v1.12.3
12022026-08-20T07:00:29.692Z Downloaded ron v0.8.1
12032026-08-20T07:00:29.695Z Downloaded csv-core v0.1.13
12042026-08-20T07:00:29.695Z Downloaded ed25519-dalek v3.0.0
12052026-08-20T07:00:29.698Z Downloaded ppv-lite86 v0.2.21
12062026-08-20T07:00:29.698Z Downloaded rustls-webpki v0.103.13
12072026-08-20T07:00:29.698Z Downloaded snafu v0.8.9
12082026-08-20T07:00:29.701Z Downloaded wyz v0.5.1
12092026-08-20T07:00:29.705Z Downloaded libxml v0.3.3
12102026-08-20T07:00:29.708Z Downloaded smallvec v1.15.1
12112026-08-20T07:00:29.708Z Downloaded nom v7.1.3
12122026-08-20T07:00:29.711Z Downloaded reqwest v0.12.28
12132026-08-20T07:00:29.715Z Downloaded toml_edit v0.19.15
12142026-08-20T07:00:29.721Z Downloaded url v2.5.8
12152026-08-20T07:00:29.727Z Downloaded hyper-rustls v0.27.7
12162026-08-20T07:00:29.727Z Downloaded password-hash v0.5.0
12172026-08-20T07:00:29.730Z Downloaded salsa20 v0.11.0
12182026-08-20T07:00:29.730Z Downloaded defmt-macros v1.0.1
12192026-08-20T07:00:29.730Z Downloaded winnow v1.0.3
12202026-08-20T07:00:29.733Z Downloaded git2 v0.20.4
12212026-08-20T07:00:29.736Z Downloaded papergrid v0.18.0
12222026-08-20T07:00:29.741Z Downloaded icu_locale_core v2.1.1
12232026-08-20T07:00:29.745Z Downloaded num-bigint v0.4.6
12242026-08-20T07:00:29.748Z Downloaded r2d2 v0.8.10
12252026-08-20T07:00:29.748Z Downloaded yansi v1.0.1
12262026-08-20T07:00:29.748Z Downloaded signal-hook v0.3.18
12272026-08-20T07:00:29.751Z Downloaded icu_normalizer v2.1.1
12282026-08-20T07:00:29.751Z Downloaded crossterm v0.28.1
12292026-08-20T07:00:29.754Z Downloaded rayon v1.11.0
12302026-08-20T07:00:29.758Z Downloaded rsa v0.10.0-rc.18
12312026-08-20T07:00:29.762Z Downloaded reedline v0.40.0
12322026-08-20T07:00:29.765Z Downloaded oso v0.27.3
12332026-08-20T07:00:29.768Z Downloaded parse-display-derive v0.10.0
12342026-08-20T07:00:29.768Z Downloaded darling_core v0.23.0
12352026-08-20T07:00:29.772Z Downloaded tower-http v0.6.8
12362026-08-20T07:00:29.776Z Downloaded memmap2 v0.9.10
12372026-08-20T07:00:29.776Z Downloaded miette v7.6.0
12382026-08-20T07:00:29.780Z Downloaded unicode-segmentation v1.12.0
12392026-08-20T07:00:29.780Z Downloaded displaydoc v0.2.5
12402026-08-20T07:00:29.786Z Downloaded des v0.9.0
12412026-08-20T07:00:29.786Z Downloaded crc32fast v1.5.0
12422026-08-20T07:00:29.786Z Downloaded goblin v0.10.5
12432026-08-20T07:00:29.792Z Downloaded rawzip v0.4.4
12442026-08-20T07:00:29.792Z Downloaded itertools v0.13.0
12452026-08-20T07:00:29.796Z Downloaded salty v0.3.0
12462026-08-20T07:00:29.799Z Downloaded icu_provider v2.1.1
12472026-08-20T07:00:29.799Z Downloaded zerocopy v0.6.6
12482026-08-20T07:00:29.804Z Downloaded bitvec v1.0.1
12492026-08-20T07:00:29.812Z Downloaded gimli v0.32.3
12502026-08-20T07:00:29.816Z Downloaded quinn v0.11.11
12512026-08-20T07:00:29.816Z Downloaded ipnet v2.12.0
12522026-08-20T07:00:29.819Z Downloaded ryu v1.0.23
12532026-08-20T07:00:29.822Z Downloaded idna v1.1.0
12542026-08-20T07:00:29.825Z Downloaded unicode-normalization v0.1.25
12552026-08-20T07:00:29.825Z Downloaded petname v2.0.2
12562026-08-20T07:00:29.828Z Downloaded zip v4.6.1
12572026-08-20T07:00:29.831Z Downloaded similar v2.7.0
12582026-08-20T07:00:29.834Z Downloaded chrono v0.4.45
12592026-08-20T07:00:29.837Z Downloaded tar v0.4.46
12602026-08-20T07:00:29.842Z Downloaded indicatif v0.18.4
12612026-08-20T07:00:29.846Z Downloaded rsa v0.9.10
12622026-08-20T07:00:29.850Z Downloaded bindgen v0.71.1
12632026-08-20T07:00:29.855Z Downloaded tower v0.5.3
12642026-08-20T07:00:29.858Z Downloaded p521 v0.14.0
12652026-08-20T07:00:29.858Z Downloaded test-strategy v0.4.5
12662026-08-20T07:00:29.861Z Downloaded russh v0.62.4
12672026-08-20T07:00:29.866Z Downloaded der v0.8.0
12682026-08-20T07:00:29.870Z Downloaded hyper v1.10.1
12692026-08-20T07:00:29.874Z Downloaded iri-string v0.7.10
12702026-08-20T07:00:29.877Z Downloaded internal-russh-num-bigint v0.5.0
12712026-08-20T07:00:29.880Z Downloaded itertools v0.12.1
12722026-08-20T07:00:29.884Z Downloaded crossbeam-channel v0.5.15
12732026-08-20T07:00:29.887Z Downloaded rayon-core v1.13.0
12742026-08-20T07:00:29.890Z Downloaded tokio-postgres v0.7.16
12752026-08-20T07:00:29.896Z Downloaded x509-cert v0.2.5
12762026-08-20T07:00:29.902Z Downloaded rand v0.10.1
12772026-08-20T07:00:29.915Z Downloaded nix v0.27.1
12782026-08-20T07:00:29.928Z Downloaded itertools v0.14.0
12792026-08-20T07:00:29.939Z Downloaded nix v0.28.0
12802026-08-20T07:00:29.947Z Downloaded time v0.3.47
12812026-08-20T07:00:29.956Z Downloaded regress v0.10.5
12822026-08-20T07:00:29.962Z Downloaded serde_with v1.14.0
12832026-08-20T07:00:29.966Z Downloaded smoltcp v0.11.0
12842026-08-20T07:00:29.974Z Downloaded quick-xml v0.37.5
12852026-08-20T07:00:29.977Z Downloaded regex-syntax v0.8.10
12862026-08-20T07:00:29.984Z Downloaded quinn-proto v0.11.16
12872026-08-20T07:00:30.001Z Downloaded iddqd v0.4.2
12882026-08-20T07:00:30.006Z Downloaded sha3 v0.12.0
12892026-08-20T07:00:30.009Z Downloaded itertools v0.15.0
12902026-08-20T07:00:30.012Z Downloaded reqwest v0.13.2
12912026-08-20T07:00:30.015Z Downloaded hickory-proto v0.25.2
12922026-08-20T07:00:30.025Z Downloaded nix v0.31.2
12932026-08-20T07:00:30.031Z Downloaded zlib-rs v0.6.2
12942026-08-20T07:00:30.035Z Downloaded moka v0.12.13
12952026-08-20T07:00:30.038Z Downloaded crossterm v0.29.0
12962026-08-20T07:00:30.042Z Downloaded object v0.37.3
12972026-08-20T07:00:30.050Z Downloaded hickory-proto v0.24.4
12982026-08-20T07:00:30.058Z Downloaded object v0.30.4
12992026-08-20T07:00:30.068Z Downloaded openssl v0.10.80
13002026-08-20T07:00:30.075Z Downloaded radix_trie v0.2.1
13012026-08-20T07:00:30.078Z Downloaded openapiv3 v2.2.0
13022026-08-20T07:00:30.085Z Downloaded libm v0.2.16
13032026-08-20T07:00:30.092Z Downloaded sled v0.34.7
13042026-08-20T07:00:30.100Z Downloaded bstr v1.12.1
13052026-08-20T07:00:30.105Z Downloaded tabled v0.21.0
13062026-08-20T07:00:30.115Z Downloaded zerocopy v0.8.55
13072026-08-20T07:00:30.126Z Downloaded curve25519-dalek v4.1.3
13082026-08-20T07:00:30.132Z Downloaded crypto-primes v0.7.2
13092026-08-20T07:00:30.135Z Downloaded curve25519-dalek v5.0.0
13102026-08-20T07:00:30.140Z Downloaded crypto-bigint v0.7.5
13112026-08-20T07:00:30.149Z Downloaded tracing v0.1.44
13122026-08-20T07:00:30.163Z Downloaded lalrpop v0.19.12
13132026-08-20T07:00:30.169Z Downloaded vcpkg v0.2.15
13142026-08-20T07:00:30.190Z Downloaded ratatui v0.29.0
13152026-08-20T07:00:30.201Z Downloaded polar-core v0.27.3
13162026-08-20T07:00:30.206Z Downloaded dropshot v0.17.1
13172026-08-20T07:00:30.218Z Downloaded regress v0.11.1
13182026-08-20T07:00:30.223Z Downloaded sha3 v0.11.0
13192026-08-20T07:00:30.226Z Downloaded sqlparser v0.61.0
13202026-08-20T07:00:30.230Z Downloaded regex-syntax v0.6.29
13212026-08-20T07:00:30.234Z Downloaded rustix v0.38.44
13222026-08-20T07:00:30.248Z Downloaded smoltcp v0.9.1
13232026-08-20T07:00:30.254Z Downloaded regex-automata v0.4.14
13242026-08-20T07:00:30.264Z Downloaded rustls v0.23.41
13252026-08-20T07:00:30.276Z Downloaded typify-impl v0.6.2
13262026-08-20T07:00:30.289Z Downloaded jiff v0.2.34
13272026-08-20T07:00:30.310Z Downloaded diesel v2.3.7
13282026-08-20T07:00:30.325Z Downloaded zerocopy-derive v0.6.6
13292026-08-20T07:00:30.336Z Downloaded petgraph v0.8.3
13302026-08-20T07:00:30.346Z Downloaded bzip2-sys v0.1.13+1.0.8
13312026-08-20T07:00:30.353Z Downloaded sha3 v0.10.8
13322026-08-20T07:00:30.357Z Downloaded tokio v1.52.1
13332026-08-20T07:00:30.380Z Downloaded csv v1.4.0
13342026-08-20T07:00:30.392Z Downloaded petgraph v0.6.5
13352026-08-20T07:00:30.404Z Downloaded chrono-tz v0.10.4
13362026-08-20T07:00:30.416Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13372026-08-20T07:00:30.426Z Downloaded libz-sys v1.1.24
13382026-08-20T07:00:30.438Z Downloaded encoding_rs v0.8.35
13392026-08-20T07:00:30.452Z Downloaded ring v0.17.14
13402026-08-20T07:00:30.475Z Downloaded libgit2-sys v0.18.3+1.9.2
13412026-08-20T07:00:31.036Z Downloaded aws-lc-sys v0.40.0
13422026-08-20T07:00:31.295Z Compiling serde_core v1.0.229
13432026-08-20T07:00:31.295Z Compiling libc v0.2.185
13442026-08-20T07:00:31.295Z Compiling serde v1.0.229
13452026-08-20T07:00:31.295Z Compiling log v0.4.33
13462026-08-20T07:00:31.295Z Compiling smallvec v1.15.1
13472026-08-20T07:00:31.299Z Compiling shlex v1.3.0
13482026-08-20T07:00:31.299Z Compiling find-msvc-tools v0.1.9
13492026-08-20T07:00:31.299Z Compiling syn v2.0.117
13502026-08-20T07:00:31.632Z Compiling subtle v2.6.1
13512026-08-20T07:00:31.647Z Compiling scopeguard v1.2.0
13522026-08-20T07:00:31.657Z Compiling typenum v1.20.1
13532026-08-20T07:00:31.728Z Compiling lock_api v0.4.14
13542026-08-20T07:00:31.742Z Compiling stable_deref_trait v1.2.1
13552026-08-20T07:00:31.756Z Compiling zerocopy v0.8.55
13562026-08-20T07:00:31.793Z Compiling portable-atomic v1.13.1
13572026-08-20T07:00:31.810Z Compiling serde_json v1.0.151
13582026-08-20T07:00:31.954Z Compiling critical-section v1.2.0
13592026-08-20T07:00:32.012Z Compiling libm v0.2.16
13602026-08-20T07:00:32.059Z Compiling num-traits v0.2.19
13612026-08-20T07:00:32.177Z Compiling pkg-config v0.3.32
13622026-08-20T07:00:32.238Z Compiling errno v0.3.14
13632026-08-20T07:00:32.272Z Compiling jobserver v0.1.34
13642026-08-20T07:00:32.297Z Compiling getrandom v0.2.17
13652026-08-20T07:00:32.439Z Compiling rand_core v0.6.4
13662026-08-20T07:00:32.530Z Compiling cc v1.2.56
13672026-08-20T07:00:32.699Z Compiling once_cell v1.21.3
13682026-08-20T07:00:32.713Z Compiling generic-array v0.14.7
13692026-08-20T07:00:32.781Z Compiling pin-project-lite v0.2.17
13702026-08-20T07:00:32.795Z Compiling parking_lot_core v0.9.12
13712026-08-20T07:00:32.879Z Compiling const-oid v0.9.6
13722026-08-20T07:00:32.907Z Compiling getrandom v0.3.4
13732026-08-20T07:00:32.940Z Compiling signal-hook-registry v1.4.8
13742026-08-20T07:00:33.332Z Compiling percent-encoding v2.3.2
13752026-08-20T07:00:33.556Z Compiling bitflags v2.11.0
13762026-08-20T07:00:33.656Z Compiling litemap v0.8.1
13772026-08-20T07:00:33.690Z Compiling futures-core v0.3.32
13782026-08-20T07:00:33.827Z Compiling writeable v0.6.2
13792026-08-20T07:00:33.842Z Compiling semver v1.0.28
13802026-08-20T07:00:33.968Z Compiling bytes v1.11.1
13812026-08-20T07:00:34.018Z Compiling parking_lot v0.12.5
13822026-08-20T07:00:34.042Z Compiling mio v1.2.0
13832026-08-20T07:00:34.057Z Compiling icu_normalizer_data v2.1.1
13842026-08-20T07:00:34.158Z Compiling icu_properties_data v2.1.2
13852026-08-20T07:00:34.172Z Compiling socket2 v0.6.3
13862026-08-20T07:00:34.336Z Compiling synstructure v0.13.2
13872026-08-20T07:00:34.389Z Compiling rustix v1.1.4
13882026-08-20T07:00:34.501Z Compiling getrandom v0.4.3
13892026-08-20T07:00:34.517Z Compiling rand_core v0.10.0
13902026-08-20T07:00:34.580Z Compiling futures-sink v0.3.32
13912026-08-20T07:00:34.595Z Compiling indexmap v2.14.0
13922026-08-20T07:00:34.683Z Compiling futures-channel v0.3.32
13932026-08-20T07:00:34.698Z Compiling utf8_iter v1.0.4
13942026-08-20T07:00:34.758Z Compiling futures-task v0.3.32
13952026-08-20T07:00:34.842Z Compiling slab v0.4.12
13962026-08-20T07:00:34.907Z Compiling futures-io v0.3.32
13972026-08-20T07:00:34.927Z Compiling form_urlencoded v1.2.2
13982026-08-20T07:00:34.930Z Compiling rustversion v1.0.22
13992026-08-20T07:00:35.021Z Compiling iana-time-zone v0.1.65
14002026-08-20T07:00:35.059Z Compiling base64ct v1.8.3
14012026-08-20T07:00:35.094Z Compiling cmake v0.1.57
14022026-08-20T07:00:35.106Z Compiling regex-syntax v0.8.10
14032026-08-20T07:00:35.218Z Compiling chrono v0.4.45
14042026-08-20T07:00:35.262Z Compiling ident_case v1.0.1
14052026-08-20T07:00:35.347Z Compiling pem-rfc7468 v0.7.0
14062026-08-20T07:00:35.386Z Compiling dunce v1.0.5
14072026-08-20T07:00:35.491Z Compiling fs_extra v1.3.0
14082026-08-20T07:00:35.505Z Compiling flagset v0.4.7
14092026-08-20T07:00:35.637Z Compiling uuid v1.23.4
14102026-08-20T07:00:35.660Z Compiling rand_core v0.9.5
14112026-08-20T07:00:35.764Z Compiling aws-lc-sys v0.40.0
14122026-08-20T07:00:35.943Z Compiling base64 v0.22.1
14132026-08-20T07:00:35.943Z Compiling http v1.4.2
14142026-08-20T07:00:36.058Z Compiling zeroize_derive v1.5.0
14152026-08-20T07:00:36.114Z Compiling zerocopy-derive v0.8.55
14162026-08-20T07:00:36.267Z Compiling zerofrom-derive v0.1.6
14172026-08-20T07:00:36.357Z Compiling yoke-derive v0.8.1
14182026-08-20T07:00:36.643Z Compiling zerovec-derive v0.11.2
14192026-08-20T07:00:36.728Z Compiling zeroize v1.9.0
14202026-08-20T07:00:36.900Z Compiling displaydoc v0.2.5
14212026-08-20T07:00:37.444Z Compiling tokio-macros v2.7.0
14222026-08-20T07:00:37.537Z Compiling crypto-common v0.1.7
14232026-08-20T07:00:37.551Z Compiling block-buffer v0.10.4
14242026-08-20T07:00:37.658Z Compiling futures-macro v0.3.32
14252026-08-20T07:00:37.693Z Compiling zerofrom v0.1.6
14262026-08-20T07:00:37.693Z Compiling digest v0.10.7
14272026-08-20T07:00:37.734Z Compiling der_derive v0.7.3
14282026-08-20T07:00:37.786Z Compiling thiserror-impl v2.0.18
14292026-08-20T07:00:37.832Z Compiling yoke v0.8.1
14302026-08-20T07:00:37.986Z Compiling syn v1.0.109
14312026-08-20T07:00:38.117Z Compiling zerovec v0.11.5
14322026-08-20T07:00:38.229Z Compiling zerotrie v0.2.3
14332026-08-20T07:00:38.304Z Compiling tokio v1.52.1
14342026-08-20T07:00:38.572Z Compiling futures-util v0.3.32
14352026-08-20T07:00:38.593Z Compiling tinystr v0.8.2
14362026-08-20T07:00:38.655Z Compiling potential_utf v0.1.4
14372026-08-20T07:00:38.800Z Compiling icu_locale_core v2.1.1
14382026-08-20T07:00:38.820Z Compiling icu_collections v2.1.1
14392026-08-20T07:00:38.846Z Compiling der v0.7.10
14402026-08-20T07:00:39.199Z Compiling thiserror v2.0.18
14412026-08-20T07:00:39.291Z Compiling vcpkg v0.2.15
14422026-08-20T07:00:39.359Z Compiling tracing-attributes v0.1.31
14432026-08-20T07:00:39.681Z Compiling icu_provider v2.1.1
14442026-08-20T07:00:39.979Z Compiling icu_properties v2.1.2
14452026-08-20T07:00:40.009Z Compiling icu_normalizer v2.1.1
14462026-08-20T07:00:40.040Z Compiling spki v0.7.3
14472026-08-20T07:00:40.242Z Compiling openssl-sys v0.9.117
14482026-08-20T07:00:40.532Z Compiling serde_derive_internals v0.29.1
14492026-08-20T07:00:40.664Z Compiling ppv-lite86 v0.2.21
14502026-08-20T07:00:40.744Z Compiling rustc_version v0.4.1
14512026-08-20T07:00:40.847Z Compiling idna_adapter v1.2.1
14522026-08-20T07:00:40.862Z Compiling tracing-core v0.1.36
14532026-08-20T07:00:40.985Z Compiling idna v1.1.0
14542026-08-20T07:00:40.985Z Compiling rand_chacha v0.9.0
14552026-08-20T07:00:41.056Z Compiling cpufeatures v0.2.17
14562026-08-20T07:00:41.059Z Compiling schemars v0.8.22
14572026-08-20T07:00:41.134Z Compiling dyn-clone v1.0.20
14582026-08-20T07:00:41.267Z Compiling url v2.5.8
14592026-08-20T07:00:41.271Z Compiling simd-adler32 v0.3.8
14602026-08-20T07:00:41.401Z Compiling aws-lc-rs v1.16.3
14612026-08-20T07:00:41.414Z Compiling schemars_derive v0.8.22
14622026-08-20T07:00:41.545Z Compiling tracing v0.1.44
14632026-08-20T07:00:41.636Z Compiling rand v0.9.2
14642026-08-20T07:00:41.690Z Compiling pkcs8 v0.10.2
14652026-08-20T07:00:41.826Z Compiling rustls-pki-types v1.14.0
14662026-08-20T07:00:41.943Z Compiling http-body v1.0.1
14672026-08-20T07:00:42.045Z Compiling spin v0.9.8
14682026-08-20T07:00:42.094Z Compiling cmov v0.5.4
14692026-08-20T07:00:42.248Z Compiling tokio-util v0.7.18
14702026-08-20T07:00:42.264Z Compiling openssl-probe v0.2.1
14712026-08-20T07:00:42.297Z Compiling crc32fast v1.5.0
14722026-08-20T07:00:42.373Z Compiling tinyvec_macros v0.1.1
14732026-08-20T07:00:42.432Z Compiling httparse v1.10.1
14742026-08-20T07:00:42.446Z Compiling adler2 v2.0.1
14752026-08-20T07:00:42.574Z Compiling miniz_oxide v0.8.9
14762026-08-20T07:00:42.599Z Compiling tempfile v3.27.0
14772026-08-20T07:00:42.804Z Compiling tinyvec v1.10.0
14782026-08-20T07:00:42.957Z Compiling ctutils v0.4.2
14792026-08-20T07:00:43.136Z Compiling pest_generator v2.8.6
14802026-08-20T07:00:43.151Z Compiling sha2 v0.10.9
14812026-08-20T07:00:43.185Z Compiling terminal_size v0.4.3
14822026-08-20T07:00:43.239Z Compiling aho-corasick v1.1.4
14832026-08-20T07:00:43.317Z Compiling atomic-waker v1.1.2
14842026-08-20T07:00:43.442Z Compiling tower-service v0.3.3
14852026-08-20T07:00:43.567Z Compiling radium v0.7.0
14862026-08-20T07:00:43.813Z Compiling try-lock v0.2.5
14872026-08-20T07:00:43.828Z Compiling untrusted v0.7.1
14882026-08-20T07:00:43.921Z Compiling tower-layer v0.3.3
14892026-08-20T07:00:43.936Z Compiling want v0.3.1
14902026-08-20T07:00:43.950Z Compiling pest_derive v2.8.6
14912026-08-20T07:00:44.080Z Compiling regex-automata v0.4.14
14922026-08-20T07:00:44.111Z Compiling h2 v0.4.15
14932026-08-20T07:00:44.124Z Compiling hybrid-array v0.4.13
14942026-08-20T07:00:44.667Z Compiling scroll_derive v0.13.1
14952026-08-20T07:00:44.684Z Compiling darling_core v0.20.11
14962026-08-20T07:00:44.885Z Compiling ipnet v2.12.0
14972026-08-20T07:00:44.945Z Compiling httpdate v1.0.3
14982026-08-20T07:00:45.171Z Compiling maybe-uninit v2.0.0
14992026-08-20T07:00:45.359Z Compiling openssl v0.10.80
15002026-08-20T07:00:45.428Z Compiling foreign-types-shared v0.1.1
15012026-08-20T07:00:45.443Z Compiling rustls v0.23.41
15022026-08-20T07:00:45.515Z Compiling tap v1.0.1
15032026-08-20T07:00:45.581Z Compiling untrusted v0.9.0
15042026-08-20T07:00:45.607Z Compiling wyz v0.5.1
15052026-08-20T07:00:45.622Z Compiling foreign-types v0.3.2
15062026-08-20T07:00:45.651Z Compiling scroll v0.13.0
15072026-08-20T07:00:45.738Z Compiling unicode-normalization v0.1.25
15082026-08-20T07:00:45.899Z Compiling rand_chacha v0.3.1
15092026-08-20T07:00:45.912Z Compiling signature v2.2.0
15102026-08-20T07:00:46.093Z Compiling thiserror-impl v1.0.69
15112026-08-20T07:00:46.179Z Compiling openssl-macros v0.1.1
15122026-08-20T07:00:46.193Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-08-20T07:00:46.469Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15142026-08-20T07:00:46.567Z Compiling hex v0.4.3
15152026-08-20T07:00:46.648Z Compiling num-integer v0.1.46
15162026-08-20T07:00:46.827Z Compiling wait-timeout v0.2.1
15172026-08-20T07:00:46.848Z Compiling ahash v0.8.12
15182026-08-20T07:00:46.916Z Compiling darling_macro v0.20.11
15192026-08-20T07:00:46.961Z Compiling bit-vec v0.8.0
15202026-08-20T07:00:47.042Z Compiling num-bigint-dig v0.8.6
15212026-08-20T07:00:47.080Z Compiling quick-error v1.2.3
15222026-08-20T07:00:47.184Z Compiling hyper v1.10.1
15232026-08-20T07:00:47.199Z Compiling time-core v0.1.8
15242026-08-20T07:00:47.221Z Compiling num-conv v0.2.0
15252026-08-20T07:00:47.319Z Compiling native-tls v0.2.18
15262026-08-20T07:00:47.341Z Compiling packed_struct v0.10.1
15272026-08-20T07:00:47.354Z Compiling powerfmt v0.2.0
15282026-08-20T07:00:47.387Z Compiling funty v2.0.0
15292026-08-20T07:00:47.534Z Compiling deranged v0.5.8
15302026-08-20T07:00:47.548Z Compiling darling v0.20.11
15312026-08-20T07:00:47.594Z Compiling time-macros v0.2.27
15322026-08-20T07:00:47.626Z Compiling thiserror v1.0.69
15332026-08-20T07:00:47.729Z Compiling bitvec v1.0.1
15342026-08-20T07:00:47.965Z Compiling rusty-fork v0.3.1
15352026-08-20T07:00:48.063Z Compiling bit-set v0.8.0
15362026-08-20T07:00:48.129Z Compiling clap_builder v4.6.0
15372026-08-20T07:00:48.268Z Compiling hyper-util v0.1.20
15382026-08-20T07:00:48.271Z Compiling num-iter v0.1.45
15392026-08-20T07:00:48.792Z Compiling rand v0.8.6
15402026-08-20T07:00:49.188Z Compiling goblin v0.10.5
15412026-08-20T07:00:49.486Z Compiling packed_struct_codegen v0.10.1
15422026-08-20T07:00:49.580Z Compiling lazy_static v1.5.0
15432026-08-20T07:00:49.674Z Compiling hmac v0.12.1
15442026-08-20T07:00:49.834Z Compiling clap_derive v4.6.1
15452026-08-20T07:00:50.019Z Compiling bitfield-macros v0.19.4
15462026-08-20T07:00:50.551Z Compiling zerocopy-derive v0.6.6
15472026-08-20T07:00:50.711Z Compiling rand_xorshift v0.4.0
15482026-08-20T07:00:50.871Z Compiling serde_spanned v0.6.9
15492026-08-20T07:00:51.013Z Compiling toml_datetime v0.6.11
15502026-08-20T07:00:51.132Z Compiling sync_wrapper v1.0.2
15512026-08-20T07:00:51.238Z Compiling indexmap v1.9.3
15522026-08-20T07:00:51.263Z Compiling usdt-impl v0.6.0
15532026-08-20T07:00:51.356Z Compiling siphasher v1.0.2
15542026-08-20T07:00:51.423Z Compiling paste v1.0.15
15552026-08-20T07:00:51.461Z Compiling nodrop v0.1.14
15562026-08-20T07:00:51.476Z Compiling object v0.37.3
15572026-08-20T07:00:51.540Z Compiling zlib-rs v0.6.2
15582026-08-20T07:00:51.543Z Compiling unarray v0.1.4
15592026-08-20T07:00:51.568Z Compiling crossbeam-utils v0.8.21
15602026-08-20T07:00:51.660Z Compiling crc-catalog v2.4.0
15612026-08-20T07:00:51.676Z Compiling num_threads v0.1.7
15622026-08-20T07:00:51.750Z Compiling time v0.3.47
15632026-08-20T07:00:51.768Z Compiling crc v3.4.0
15642026-08-20T07:00:51.827Z Compiling proptest v1.11.0
15652026-08-20T07:00:51.860Z Compiling dof v0.4.0
15662026-08-20T07:00:51.961Z Compiling clap v4.6.1
15672026-08-20T07:00:52.042Z Compiling array-init v0.0.4
15682026-08-20T07:00:52.418Z Compiling zerocopy v0.6.6
15692026-08-20T07:00:52.731Z Compiling tower v0.5.3
15702026-08-20T07:00:53.185Z Compiling bitfield v0.19.4
15712026-08-20T07:00:53.342Z Compiling smallvec v0.6.14
15722026-08-20T07:00:53.610Z Compiling derive_builder_core v0.20.2
15732026-08-20T07:00:53.805Z Compiling dtrace-parser v0.3.0
15742026-08-20T07:00:54.436Z Compiling flate2 v1.1.9
15752026-08-20T07:00:54.527Z Compiling ipnetwork v0.21.1
15762026-08-20T07:00:54.550Z Compiling http-body-util v0.1.3
15772026-08-20T07:00:54.789Z Compiling pkcs1 v0.7.5
15782026-08-20T07:00:54.815Z Compiling heapless v0.7.17
15792026-08-20T07:00:54.834Z Compiling structmeta-derive v0.3.0
15802026-08-20T07:00:54.899Z Compiling scroll_derive v0.12.1
15812026-08-20T07:00:54.921Z Compiling slog v2.8.2
15822026-08-20T07:00:55.047Z Compiling darling_core v0.23.0
15832026-08-20T07:00:55.105Z Compiling thread-id v5.1.0
15842026-08-20T07:00:55.169Z Compiling cookie v0.18.1
15852026-08-20T07:00:55.187Z Compiling env_filter v2.0.0
15862026-08-20T07:00:55.347Z Compiling gimli v0.32.3
15872026-08-20T07:00:55.479Z Compiling unicode-bidi v0.3.18
15882026-08-20T07:00:55.556Z Compiling zstd-safe v7.2.4
15892026-08-20T07:00:55.755Z Compiling winnow v0.5.40
15902026-08-20T07:00:55.886Z Compiling base64 v0.21.7
15912026-08-20T07:00:56.016Z Compiling ryu v1.0.23
15922026-08-20T07:00:56.195Z Compiling iri-string v0.7.10
15932026-08-20T07:00:56.195Z Compiling signal-hook v0.3.18
15942026-08-20T07:00:56.378Z Compiling unicode-properties v0.1.4
15952026-08-20T07:00:56.586Z Compiling hashbrown v0.12.3
15962026-08-20T07:00:57.088Z Compiling anyhow v1.0.104
15972026-08-20T07:00:57.163Z Compiling allocator-api2 v0.2.21
15982026-08-20T07:00:57.257Z Compiling toml_edit v0.19.15
15992026-08-20T07:00:57.490Z Compiling tower-http v0.6.8
16002026-08-20T07:00:57.539Z Compiling darling_macro v0.23.0
16012026-08-20T07:00:57.711Z Compiling addr2line v0.25.1
16022026-08-20T07:00:57.901Z Compiling stringprep v0.1.5
16032026-08-20T07:00:57.952Z Compiling serde_urlencoded v0.7.1
16042026-08-20T07:00:58.024Z Compiling ron v0.8.1
16052026-08-20T07:00:58.038Z Compiling structmeta v0.3.0
16062026-08-20T07:00:58.215Z Compiling scroll v0.12.0
16072026-08-20T07:00:58.293Z Compiling env_logger v0.11.11
16082026-08-20T07:00:58.592Z Compiling rsa v0.9.10
16092026-08-20T07:00:58.704Z Compiling oxnet v0.1.6
16102026-08-20T07:00:58.808Z Compiling derive_builder_macro v0.20.2
16112026-08-20T07:00:58.949Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16122026-08-20T07:00:58.991Z Compiling newtype-uuid v1.3.2
16132026-08-20T07:00:59.130Z Compiling hashbrown v0.13.2
16142026-08-20T07:00:59.277Z Compiling bzip2 v0.4.4
16152026-08-20T07:00:59.323Z Compiling serde-hex v0.1.0
16162026-08-20T07:00:59.488Z Compiling tokio-native-tls v0.3.1
16172026-08-20T07:00:59.628Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16182026-08-20T07:00:59.813Z Compiling camino v1.2.5
16192026-08-20T07:01:00.186Z Compiling bstr v1.12.1
16202026-08-20T07:01:00.406Z Compiling block-padding v0.4.2
16212026-08-20T07:01:00.578Z Compiling block-buffer v0.12.1
16222026-08-20T07:01:00.780Z Compiling crypto-common v0.2.2
16232026-08-20T07:01:00.820Z Compiling rustls-native-certs v0.8.3
16242026-08-20T07:01:01.045Z Compiling curve25519-dalek v4.1.3
16252026-08-20T07:01:01.107Z Compiling x509-cert v0.2.5
16262026-08-20T07:01:01.373Z Compiling md-5 v0.10.6
16272026-08-20T07:01:01.546Z Compiling async-trait v0.1.89
16282026-08-20T07:01:01.632Z Compiling pin-project-internal v1.1.11
16292026-08-20T07:01:02.522Z Compiling zerocopy-derive v0.7.35
16302026-08-20T07:01:02.541Z Compiling daft-derive v0.1.7
16312026-08-20T07:01:02.669Z Compiling vergen-lib v9.1.0
16322026-08-20T07:01:02.709Z Compiling serde_tokenstream v0.2.3
16332026-08-20T07:01:02.723Z Compiling hash32 v0.2.1
16342026-08-20T07:01:02.844Z Compiling erased-serde v0.3.31
16352026-08-20T07:01:02.895Z Compiling memoffset v0.9.1
16362026-08-20T07:01:02.909Z Compiling encoding_rs v0.8.35
16372026-08-20T07:01:03.014Z Compiling fallible-iterator v0.2.0
16382026-08-20T07:01:03.084Z Compiling cfg_aliases v0.2.1
16392026-08-20T07:01:03.158Z Compiling rustc-demangle v0.1.27
16402026-08-20T07:01:03.246Z Compiling smoltcp v0.9.1
16412026-08-20T07:01:03.317Z Compiling psl-types v2.0.11
16422026-08-20T07:01:03.317Z Compiling mime v0.3.17
16432026-08-20T07:01:03.380Z Compiling owo-colors v4.3.0
16442026-08-20T07:01:03.441Z Compiling litrs v1.0.0
16452026-08-20T07:01:03.466Z Compiling crc-any v2.5.0
16462026-08-20T07:01:03.581Z Compiling rustix v0.38.44
16472026-08-20T07:01:03.600Z Compiling ref-cast v1.0.25
16482026-08-20T07:01:03.638Z Compiling publicsuffix v2.3.0
16492026-08-20T07:01:03.719Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16502026-08-20T07:01:03.743Z Compiling backtrace v0.3.76
16512026-08-20T07:01:03.807Z Compiling zerocopy v0.7.35
16522026-08-20T07:01:03.935Z Compiling postgres-protocol v0.6.10
16532026-08-20T07:01:03.986Z Compiling document-features v0.2.12
16542026-08-20T07:01:04.001Z Compiling daft v0.1.7
16552026-08-20T07:01:04.356Z Compiling nix v0.31.2
16562026-08-20T07:01:04.542Z Compiling pin-project v1.1.11
16572026-08-20T07:01:04.631Z Compiling inout v0.2.2
16582026-08-20T07:01:04.644Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16592026-08-20T07:01:04.664Z Compiling hyper-tls v0.6.0
16602026-08-20T07:01:04.712Z Compiling object v0.30.4
16612026-08-20T07:01:04.801Z Compiling zip v0.6.6
16622026-08-20T07:01:04.882Z Compiling derive_builder v0.20.2
16632026-08-20T07:01:04.913Z Compiling toml v0.7.8
16642026-08-20T07:01:04.936Z Compiling goblin v0.8.2
16652026-08-20T07:01:05.092Z Compiling derive-ex v0.1.8
16662026-08-20T07:01:05.360Z Compiling darling v0.23.0
16672026-08-20T07:01:05.524Z Compiling phf_shared v0.13.1
16682026-08-20T07:01:05.740Z Compiling regex v1.12.3
16692026-08-20T07:01:05.762Z Compiling hubpack_derive v0.1.1
16702026-08-20T07:01:05.836Z Compiling futures-executor v0.3.32
16712026-08-20T07:01:06.096Z Compiling curve25519-dalek-derive v0.1.1
16722026-08-20T07:01:06.151Z Compiling strum_macros v0.27.2
16732026-08-20T07:01:06.204Z Compiling ref-cast-impl v1.0.25
16742026-08-20T07:01:06.721Z Compiling snafu-derive v0.8.9
16752026-08-20T07:01:06.721Z Compiling vergen v9.1.0
16762026-08-20T07:01:06.749Z Compiling cargo-platform v0.3.2
16772026-08-20T07:01:06.907Z Compiling ff v0.13.1
16782026-08-20T07:01:07.014Z Compiling fs-err v3.3.0
16792026-08-20T07:01:07.048Z Compiling foldhash v0.1.5
16802026-08-20T07:01:07.203Z Compiling bitflags v1.3.2
16812026-08-20T07:01:07.223Z Compiling either v1.15.0
16822026-08-20T07:01:07.280Z Compiling base16ct v0.2.0
16832026-08-20T07:01:07.432Z Compiling path-slash v0.1.5
16842026-08-20T07:01:07.460Z Compiling same-file v1.0.6
16852026-08-20T07:01:07.514Z Compiling unicode-segmentation v1.12.0
16862026-08-20T07:01:07.560Z Compiling is_ci v1.2.0
16872026-08-20T07:01:07.620Z Compiling jiff-core v0.1.0
16882026-08-20T07:01:07.696Z Compiling bumpalo v3.20.2
16892026-08-20T07:01:07.890Z Compiling managed v0.8.0
16902026-08-20T07:01:07.947Z Compiling foldhash v0.2.0
16912026-08-20T07:01:08.075Z Compiling libbz2-rs-sys v0.2.2
16922026-08-20T07:01:08.104Z Compiling hashbrown v0.16.1
16932026-08-20T07:01:08.165Z Compiling strum v0.27.2
16942026-08-20T07:01:08.335Z Compiling jiff v0.2.34
16952026-08-20T07:01:08.620Z Compiling snafu v0.8.9
16962026-08-20T07:01:08.696Z Compiling bzip2 v0.6.1
16972026-08-20T07:01:08.755Z Compiling zopfli v0.8.3
16982026-08-20T07:01:08.807Z Compiling supports-color v3.0.2
16992026-08-20T07:01:08.908Z Compiling walkdir v2.5.0
17002026-08-20T07:01:08.971Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17012026-08-20T07:01:09.011Z Compiling textwrap v0.16.2
17022026-08-20T07:01:09.185Z Compiling sec1 v0.7.3
17032026-08-20T07:01:09.317Z Compiling hashbrown v0.15.5
17042026-08-20T07:01:09.422Z Compiling dof v0.3.0
17052026-08-20T07:01:09.468Z Compiling group v0.13.0
17062026-08-20T07:01:09.468Z Compiling cargo_metadata v0.23.1
17072026-08-20T07:01:09.767Z Compiling test-strategy v0.4.5
17082026-08-20T07:01:10.111Z Compiling hubpack v0.1.2
17092026-08-20T07:01:10.331Z Compiling futures v0.3.32
17102026-08-20T07:01:10.371Z Compiling phf v0.13.1
17112026-08-20T07:01:10.533Z Compiling signal-hook-mio v0.2.5
17122026-08-20T07:01:10.658Z Compiling serde_with_macros v3.21.0
17132026-08-20T07:01:10.769Z Compiling cookie_store v0.22.1
17142026-08-20T07:01:10.819Z Compiling zstd v0.13.3
17152026-08-20T07:01:11.086Z Compiling reqwest v0.12.28
17162026-08-20T07:01:11.218Z Compiling cipher v0.5.2
17172026-08-20T07:01:11.522Z Compiling postgres-types v0.2.12
17182026-08-20T07:01:11.540Z Compiling backtrace-ext v0.2.1
17192026-08-20T07:01:11.927Z Compiling usdt-macro v0.6.0
17202026-08-20T07:01:12.068Z Compiling usdt-attr-macro v0.6.0
17212026-08-20T07:01:12.504Z Compiling globset v0.4.18
17222026-08-20T07:01:12.692Z Compiling phf_shared v0.11.3
17232026-08-20T07:01:12.756Z Compiling hkdf v0.12.4
17242026-08-20T07:01:12.810Z Compiling dtrace-parser v0.2.0
17252026-08-20T07:01:12.813Z Compiling byte-wrapper v0.1.0
17262026-08-20T07:01:12.865Z Compiling olpc-cjson v0.1.4
17272026-08-20T07:01:12.879Z Compiling ed25519 v2.2.3
17282026-08-20T07:01:12.920Z Compiling crypto-bigint v0.5.5
17292026-08-20T07:01:13.022Z Compiling pem v3.0.6
17302026-08-20T07:01:13.134Z Compiling enum-as-inner v0.6.1
17312026-08-20T07:01:13.168Z Compiling serde_repr v0.1.20
17322026-08-20T07:01:13.351Z Compiling async-recursion v1.1.1
17332026-08-20T07:01:13.529Z Compiling miette-derive v7.6.0
17342026-08-20T07:01:13.691Z Compiling strum_macros v0.26.4
17352026-08-20T07:01:13.733Z Compiling serde-big-array v0.5.1
17362026-08-20T07:01:13.838Z Compiling serde_plain v1.0.2
17372026-08-20T07:01:13.878Z Compiling float-cmp v0.10.0
17382026-08-20T07:01:14.011Z Compiling memmap2 v0.9.10
17392026-08-20T07:01:14.024Z Compiling thread-id v4.2.2
17402026-08-20T07:01:14.030Z Compiling predicates-core v1.0.10
17412026-08-20T07:01:14.090Z Compiling supports-hyperlinks v3.2.0
17422026-08-20T07:01:14.206Z Compiling fixedbitset v0.4.2
17432026-08-20T07:01:14.220Z Compiling whoami v2.1.0
17442026-08-20T07:01:14.245Z Compiling typed-path v0.9.3
17452026-08-20T07:01:14.429Z Compiling new_debug_unreachable v1.0.6
17462026-08-20T07:01:14.505Z Compiling normalize-line-endings v0.3.0
17472026-08-20T07:01:14.604Z Compiling winnow v1.0.3
17482026-08-20T07:01:14.610Z Compiling cpufeatures v0.3.0
17492026-08-20T07:01:14.699Z Compiling precomputed-hash v0.1.1
17502026-08-20T07:01:14.745Z Compiling supports-unicode v3.0.0
17512026-08-20T07:01:14.813Z Compiling static_assertions v1.1.0
17522026-08-20T07:01:14.867Z Compiling const-oid v0.10.2
17532026-08-20T07:01:14.878Z Compiling data-encoding v2.10.0
17542026-08-20T07:01:14.892Z Compiling difflib v0.4.0
17552026-08-20T07:01:15.073Z Compiling fixedbitset v0.5.7
17562026-08-20T07:01:15.087Z Compiling keccak v0.1.6
17572026-08-20T07:01:15.374Z Compiling petgraph v0.8.3
17582026-08-20T07:01:15.442Z Compiling sha3 v0.10.8
17592026-08-20T07:01:15.456Z Compiling strum v0.26.3
17602026-08-20T07:01:15.460Z Compiling hickory-proto v0.25.2
17612026-08-20T07:01:15.568Z Compiling toml_parser v1.1.2+spec-1.1.0
17622026-08-20T07:01:15.581Z Compiling predicates v3.1.4
17632026-08-20T07:01:15.659Z Compiling miette v7.6.0
17642026-08-20T07:01:15.827Z Compiling digest v0.11.3
17652026-08-20T07:01:15.911Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17662026-08-20T07:01:16.058Z Compiling string_cache v0.8.9
17672026-08-20T07:01:16.175Z Compiling toml_edit v0.22.27
17682026-08-20T07:01:16.199Z Compiling chacha20 v0.10.0
17692026-08-20T07:01:16.280Z Compiling tokio-postgres v0.7.16
17702026-08-20T07:01:16.579Z Compiling petgraph v0.6.5
17712026-08-20T07:01:16.799Z Compiling usdt v0.6.0
17722026-08-20T07:01:17.094Z Compiling usdt-impl v0.5.0
17732026-08-20T07:01:17.312Z Compiling elliptic-curve v0.13.8
17742026-08-20T07:01:17.622Z Compiling ed25519-dalek v2.2.0
17752026-08-20T07:01:17.711Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17762026-08-20T07:01:18.025Z Compiling crossterm v0.28.1
17772026-08-20T07:01:18.145Z Compiling serde_with v3.21.0
17782026-08-20T07:01:18.671Z Compiling zip v4.6.1
17792026-08-20T07:01:19.272Z Compiling iddqd v0.4.2
17802026-08-20T07:01:19.325Z Compiling similar v2.7.0
17812026-08-20T07:01:19.627Z Compiling heck v0.4.1
17822026-08-20T07:01:19.710Z Compiling itertools v0.13.0
17832026-08-20T07:01:19.856Z Compiling itertools v0.15.0
17842026-08-20T07:01:19.986Z Compiling crossbeam-epoch v0.9.18
17852026-08-20T07:01:20.118Z Compiling tokio-stream v0.1.18
17862026-08-20T07:01:20.165Z Compiling buf-list v1.1.2
17872026-08-20T07:01:20.180Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17882026-08-20T07:01:20.302Z Compiling openapiv3 v2.2.0
17892026-08-20T07:01:20.436Z Compiling lalrpop-util v0.19.12
17902026-08-20T07:01:20.474Z Compiling peg-runtime v0.8.5
17912026-08-20T07:01:20.536Z Compiling thread_local v1.1.9
17922026-08-20T07:01:20.558Z Compiling slog-async v2.8.0
17932026-08-20T07:01:20.622Z Compiling crossbeam-channel v0.5.15
17942026-08-20T07:01:20.738Z Compiling filetime v0.2.27
17952026-08-20T07:01:20.780Z Compiling is-terminal v0.4.17
17962026-08-20T07:01:20.863Z Compiling term v1.2.1
17972026-08-20T07:01:20.877Z Compiling take_mut v0.2.2
17982026-08-20T07:01:20.913Z Compiling xattr v1.6.1
17992026-08-20T07:01:20.931Z Compiling camino-tempfile v1.4.1
18002026-08-20T07:01:21.072Z Compiling tar v0.4.46
18012026-08-20T07:01:21.158Z Compiling slog-term v2.9.2
18022026-08-20T07:01:27.429Z Compiling rustls-webpki v0.103.13
18032026-08-20T07:01:30.126Z Compiling tokio-rustls v0.26.4
18042026-08-20T07:01:30.126Z Compiling rustls-platform-verifier v0.6.2
18052026-08-20T07:01:30.126Z Compiling tough v0.22.0
18062026-08-20T07:01:30.343Z Compiling hyper-rustls v0.27.7
18072026-08-20T07:01:30.536Z Compiling reqwest v0.13.2
18082026-08-20T07:01:32.758Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18092026-08-20T07:01:32.977Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18102026-08-20T07:01:35.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
18112026-08-20T07:01:36.065Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18122026-08-20T07:01:36.112ZAug 20 07:01:35.034 INFO Starting download, target: Cockroach
18132026-08-20T07:01:36.112ZAug 20 07:01:35.034 INFO Starting download, target: Clickhouse
18142026-08-20T07:01:36.112ZAug 20 07:01:35.034 INFO Starting download, target: Console
18152026-08-20T07:01:36.122ZAug 20 07:01:35.034 INFO Starting download, target: DendriteStub
18162026-08-20T07:01:36.122ZAug 20 07:01:35.035 INFO Starting download, target: MaghemiteMgd
18172026-08-20T07:01:36.122ZAug 20 07:01:35.035 INFO Starting download, target: MaghemiteDdmd
18182026-08-20T07:01:36.122ZAug 20 07:01:35.035 INFO Starting download, target: TransceiverControl
18192026-08-20T07:01:36.122ZAug 20 07:01:35.035 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18202026-08-20T07:01:36.122ZAug 20 07:01:35.035 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18212026-08-20T07:01:36.122ZAug 20 07:01:35.035 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18222026-08-20T07:01:36.122ZAug 20 07:01:35.035 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18232026-08-20T07:01:36.122ZAug 20 07:01:35.035 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18242026-08-20T07:01:36.122ZAug 20 07:01:35.035 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18252026-08-20T07:01:36.123ZAug 20 07:01:35.035 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18262026-08-20T07:01:36.679ZAug 20 07:01:35.604 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18272026-08-20T07:01:36.892ZAug 20 07:01:35.810 INFO Download complete, target: TransceiverControl
18282026-08-20T07:01:37.924ZAug 20 07:01:36.800 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18292026-08-20T07:01:38.170ZAug 20 07:01:37.070 INFO Download complete, target: Console
18302026-08-20T07:01:38.463ZAug 20 07:01:37.358 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18312026-08-20T07:01:39.487ZAug 20 07:01:38.393 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18322026-08-20T07:01:40.960ZAug 20 07:01:39.750 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18332026-08-20T07:01:40.976ZAug 20 07:01:39.856 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18342026-08-20T07:01:42.020ZAug 20 07:01:40.946 INFO Download complete, target: DendriteStub
18352026-08-20T07:01:42.928ZAug 20 07:01:41.854 INFO Download complete, target: MaghemiteDdmd
18362026-08-20T07:01:43.549ZAug 20 07:01:42.468 INFO Download complete, target: MaghemiteMgd
18372026-08-20T07:01:45.119ZAug 20 07:01:44.037 INFO Checking that binary works, target: Clickhouse
18382026-08-20T07:01:45.284ZAug 20 07:01:44.135 INFO Download complete, target: Clickhouse
18392026-08-20T07:01:45.809ZAug 20 07:01:44.735 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18402026-08-20T07:01:45.809ZAug 20 07:01:44.735 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18412026-08-20T07:01:50.226ZAug 20 07:01:49.152 INFO Checking that binary works, target: Cockroach
18422026-08-20T07:01:50.339ZAug 20 07:01:49.265 INFO Download complete, target: Cockroach
18432026-08-20T07:01:50.355ZAll builder prerequisites installed successfully, and PATH looks valid
18442026-08-20T07:01:50.358Z
18452026-08-20T07:01:50.359Zreal 2:15.028251513
18462026-08-20T07:01:50.360Zuser 7:16.889039144
18472026-08-20T07:01:50.360Zsys 1:26.010901175
18482026-08-20T07:01:50.360Ztrap 0.250543653
18492026-08-20T07:01:50.360Ztflt 0.558709139
18502026-08-20T07:01:50.360Zdflt 0.886120388
18512026-08-20T07:01:50.360Zkflt 0.026880467
18522026-08-20T07:01:50.360Zlock 28:42.590660167
18532026-08-20T07:01:50.360Zslp 22:11.039883526
18542026-08-20T07:01:50.360Zlat 50.297876911
18552026-08-20T07:01:50.360Zstop 2:45.754915637
18562026-08-20T07:01:50.361Z+ banner hack-check
18572026-08-20T07:01:50.361Z
18582026-08-20T07:01:50.361Z # # ## #### # # #### # # ###### #### # #
18592026-08-20T07:01:50.361Z # # # # # # # # # # # # # # # # #
18602026-08-20T07:01:50.361Z ###### # # # #### ##### # ###### ##### # ####
18612026-08-20T07:01:50.361Z # # ###### # # # # # # # # # #
18622026-08-20T07:01:50.361Z # # # # # # # # # # # # # # # # #
18632026-08-20T07:01:50.361Z # # # # #### # # #### # # ###### #### # #
18642026-08-20T07:01:50.361Z
18652026-08-20T07:01:50.361Z+ export CARGO_INCREMENTAL=0
18662026-08-20T07:01:50.361Z+ CARGO_INCREMENTAL=0
18672026-08-20T07:01:50.361Z+ ptime -m timeout 2h cargo xtask check-features --ci
18682026-08-20T07:01:50.824Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18692026-08-20T07:01:51.114Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18702026-08-20T07:01:52.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
18712026-08-20T07:01:52.975Z Running `target/debug/xtask check-features --ci`
18722026-08-20T07:01:53.000Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18732026-08-20T07:01:53.000Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18742026-08-20T07:01:53.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18752026-08-20T07:01:53.449Z Running `target/debug/xtask download cargo-hack`
18762026-08-20T07:01:54.237Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18772026-08-20T07:01:54.558Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18782026-08-20T07:01:57.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.68s
18792026-08-20T07:01:57.326Z Running `target/debug/xtask-downloader cargo-hack`
18802026-08-20T07:01:57.369ZAug 20 07:01:56.295 INFO Starting download, target: CargoHack
18812026-08-20T07:01:57.372ZAug 20 07:01:56.295 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18822026-08-20T07:01:58.028ZAug 20 07:01:56.954 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18832026-08-20T07:01:58.084ZAug 20 07:01:57.002 INFO Download complete, target: CargoHack
18842026-08-20T07:01:58.088Zrunning: "/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"
18852026-08-20T07:01:58.093Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18862026-08-20T07:01:58.267Zinfo: running `cargo check --bins` on api_identity (1/340)
18872026-08-20T07:01:58.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-08-20T07:01:58.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-08-20T07:01:58.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-08-20T07:01:58.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18912026-08-20T07:01:58.805Z
18922026-08-20T07:01:58.805Zinfo: running `cargo check --bins` on bootstore (2/340)
18932026-08-20T07:01:59.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-08-20T07:01:59.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-08-20T07:01:59.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-08-20T07:01:59.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18972026-08-20T07:01:59.342Z
18982026-08-20T07:01:59.342Zinfo: running `cargo check --bins` on omicron-ledger (3/340)
18992026-08-20T07:01:59.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-08-20T07:01:59.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-08-20T07:01:59.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-08-20T07:01:59.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19032026-08-20T07:01:59.895Z
19042026-08-20T07:01:59.895Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/340)
19052026-08-20T07:02:00.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-08-20T07:02:00.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-08-20T07:02:00.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-08-20T07:02:00.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19092026-08-20T07:02:00.436Z
19102026-08-20T07:02:00.436Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/340)
19112026-08-20T07:02:00.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-08-20T07:02:00.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-08-20T07:02:00.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-08-20T07:02:00.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19152026-08-20T07:02:00.974Z
19162026-08-20T07:02:00.974Zinfo: running `cargo check --bins` on omicron-certificates (6/340)
19172026-08-20T07:02:01.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-08-20T07:02:01.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-08-20T07:02:01.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-08-20T07:02:01.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19212026-08-20T07:02:01.537Z
19222026-08-20T07:02:01.537Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/340)
19232026-08-20T07:02:02.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-08-20T07:02:02.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-08-20T07:02:02.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-08-20T07:02:02.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19272026-08-20T07:02:02.096Z
19282026-08-20T07:02:02.096Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/340)
19292026-08-20T07:02:02.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-08-20T07:02:02.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-08-20T07:02:02.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-08-20T07:02:02.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19332026-08-20T07:02:02.654Z
19342026-08-20T07:02:02.654Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/340)
19352026-08-20T07:02:03.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-08-20T07:02:03.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-08-20T07:02:03.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-08-20T07:02:03.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19392026-08-20T07:02:03.067Z
19402026-08-20T07:02:03.067Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/340)
19412026-08-20T07:02:03.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-08-20T07:02:03.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-08-20T07:02:03.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-08-20T07:02:03.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19452026-08-20T07:02:03.479Z
19462026-08-20T07:02:03.479Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/340)
19472026-08-20T07:02:03.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-08-20T07:02:03.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-08-20T07:02:03.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-08-20T07:02:03.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19512026-08-20T07:02:03.891Z
19522026-08-20T07:02:03.891Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/340)
19532026-08-20T07:02:04.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-08-20T07:02:04.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-08-20T07:02:04.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-08-20T07:02:04.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19572026-08-20T07:02:04.299Z
19582026-08-20T07:02:04.299Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/340)
19592026-08-20T07:02:04.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-08-20T07:02:04.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-08-20T07:02:04.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-08-20T07:02:04.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19632026-08-20T07:02:04.708Z
19642026-08-20T07:02:04.708Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/340)
19652026-08-20T07:02:05.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-08-20T07:02:05.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-08-20T07:02:05.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-08-20T07:02:05.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19692026-08-20T07:02:05.119Z
19702026-08-20T07:02:05.119Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/340)
19712026-08-20T07:02:05.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-08-20T07:02:05.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-08-20T07:02:05.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-08-20T07:02:05.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19752026-08-20T07:02:05.582Z
19762026-08-20T07:02:05.582Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/340)
19772026-08-20T07:02:05.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-08-20T07:02:05.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-08-20T07:02:05.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-08-20T07:02:05.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19812026-08-20T07:02:05.946Z
19822026-08-20T07:02:05.946Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/340)
19832026-08-20T07:02:06.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-08-20T07:02:06.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-08-20T07:02:06.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-08-20T07:02:06.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19872026-08-20T07:02:06.356Z
19882026-08-20T07:02:06.356Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/340)
19892026-08-20T07:02:06.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-08-20T07:02:06.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-08-20T07:02:06.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-08-20T07:02:06.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19932026-08-20T07:02:06.765Z
19942026-08-20T07:02:06.765Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/340)
19952026-08-20T07:02:07.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-08-20T07:02:07.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-08-20T07:02:07.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-08-20T07:02:07.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19992026-08-20T07:02:07.176Z
20002026-08-20T07:02:07.176Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/340)
20012026-08-20T07:02:07.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-08-20T07:02:07.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-08-20T07:02:07.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-08-20T07:02:07.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20052026-08-20T07:02:07.592Z
20062026-08-20T07:02:07.592Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/340)
20072026-08-20T07:02:07.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-08-20T07:02:07.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-08-20T07:02:07.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-08-20T07:02:07.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20112026-08-20T07:02:08.007Z
20122026-08-20T07:02:08.007Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/340)
20132026-08-20T07:02:08.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-08-20T07:02:08.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-08-20T07:02:08.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-08-20T07:02:08.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20172026-08-20T07:02:08.421Z
20182026-08-20T07:02:08.421Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/340)
20192026-08-20T07:02:08.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-08-20T07:02:08.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-08-20T07:02:08.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-08-20T07:02:08.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20232026-08-20T07:02:08.833Z
20242026-08-20T07:02:08.833Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/340)
20252026-08-20T07:02:09.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-08-20T07:02:09.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-08-20T07:02:09.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-08-20T07:02:09.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20292026-08-20T07:02:09.247Z
20302026-08-20T07:02:09.247Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/340)
20312026-08-20T07:02:09.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-08-20T07:02:09.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-08-20T07:02:09.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-08-20T07:02:09.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20352026-08-20T07:02:09.658Z
20362026-08-20T07:02:09.658Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/340)
20372026-08-20T07:02:10.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-08-20T07:02:10.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-08-20T07:02:10.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-08-20T07:02:10.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20412026-08-20T07:02:10.072Z
20422026-08-20T07:02:10.072Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/340)
20432026-08-20T07:02:10.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-08-20T07:02:10.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-08-20T07:02:10.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-08-20T07:02:10.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20472026-08-20T07:02:10.485Z
20482026-08-20T07:02:10.485Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/340)
20492026-08-20T07:02:10.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-08-20T07:02:10.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-08-20T07:02:10.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-08-20T07:02:10.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20532026-08-20T07:02:10.897Z
20542026-08-20T07:02:10.897Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/340)
20552026-08-20T07:02:11.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-08-20T07:02:11.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-08-20T07:02:11.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-08-20T07:02:11.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20592026-08-20T07:02:11.312Z
20602026-08-20T07:02:11.312Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/340)
20612026-08-20T07:02:11.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-08-20T07:02:11.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-08-20T07:02:11.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-08-20T07:02:11.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20652026-08-20T07:02:11.722Z
20662026-08-20T07:02:11.722Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/340)
20672026-08-20T07:02:12.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-08-20T07:02:12.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-08-20T07:02:12.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-08-20T07:02:12.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20712026-08-20T07:02:12.133Z
20722026-08-20T07:02:12.133Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/340)
20732026-08-20T07:02:12.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-08-20T07:02:12.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-08-20T07:02:12.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-08-20T07:02:12.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20772026-08-20T07:02:12.548Z
20782026-08-20T07:02:12.549Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/340)
20792026-08-20T07:02:12.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-08-20T07:02:12.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-08-20T07:02:12.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-08-20T07:02:12.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20832026-08-20T07:02:12.958Z
20842026-08-20T07:02:12.959Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/340)
20852026-08-20T07:02:13.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-08-20T07:02:13.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-08-20T07:02:13.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-08-20T07:02:13.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20892026-08-20T07:02:13.371Z
20902026-08-20T07:02:13.371Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/340)
20912026-08-20T07:02:13.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-08-20T07:02:13.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-08-20T07:02:13.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-08-20T07:02:13.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20952026-08-20T07:02:13.782Z
20962026-08-20T07:02:13.782Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/340)
20972026-08-20T07:02:14.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-08-20T07:02:14.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-08-20T07:02:14.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-08-20T07:02:14.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21012026-08-20T07:02:14.192Z
21022026-08-20T07:02:14.192Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/340)
21032026-08-20T07:02:14.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-08-20T07:02:14.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-08-20T07:02:14.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-08-20T07:02:14.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21072026-08-20T07:02:14.602Z
21082026-08-20T07:02:14.602Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/340)
21092026-08-20T07:02:14.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-08-20T07:02:14.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-08-20T07:02:14.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-08-20T07:02:14.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21132026-08-20T07:02:15.012Z
21142026-08-20T07:02:15.012Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/340)
21152026-08-20T07:02:15.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-08-20T07:02:15.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-08-20T07:02:15.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-08-20T07:02:15.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21192026-08-20T07:02:15.422Z
21202026-08-20T07:02:15.422Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/340)
21212026-08-20T07:02:15.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-08-20T07:02:15.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-08-20T07:02:15.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-08-20T07:02:15.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21252026-08-20T07:02:15.837Z
21262026-08-20T07:02:15.837Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/340)
21272026-08-20T07:02:16.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-08-20T07:02:16.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-08-20T07:02:16.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-08-20T07:02:16.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21312026-08-20T07:02:16.255Z
21322026-08-20T07:02:16.256Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/340)
21332026-08-20T07:02:16.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-08-20T07:02:16.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-08-20T07:02:16.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-08-20T07:02:16.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21372026-08-20T07:02:16.672Z
21382026-08-20T07:02:16.672Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/340)
21392026-08-20T07:02:17.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-08-20T07:02:17.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-08-20T07:02:17.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-08-20T07:02:17.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21432026-08-20T07:02:17.089Z
21442026-08-20T07:02:17.089Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/340)
21452026-08-20T07:02:17.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-08-20T07:02:17.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-08-20T07:02:17.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-08-20T07:02:17.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21492026-08-20T07:02:17.502Z
21502026-08-20T07:02:17.502Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/340)
21512026-08-20T07:02:17.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-08-20T07:02:17.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-08-20T07:02:17.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-08-20T07:02:17.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21552026-08-20T07:02:17.915Z
21562026-08-20T07:02:17.915Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/340)
21572026-08-20T07:02:18.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-08-20T07:02:18.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-08-20T07:02:18.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-08-20T07:02:18.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21612026-08-20T07:02:18.330Z
21622026-08-20T07:02:18.330Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/340)
21632026-08-20T07:02:18.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-08-20T07:02:18.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-08-20T07:02:18.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-08-20T07:02:18.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21672026-08-20T07:02:18.745Z
21682026-08-20T07:02:18.745Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/340)
21692026-08-20T07:02:19.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-08-20T07:02:19.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-08-20T07:02:19.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-08-20T07:02:19.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21732026-08-20T07:02:19.162Z
21742026-08-20T07:02:19.162Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/340)
21752026-08-20T07:02:19.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-08-20T07:02:19.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-08-20T07:02:19.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-08-20T07:02:19.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21792026-08-20T07:02:19.763Z
21802026-08-20T07:02:19.763Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/340)
21812026-08-20T07:02:20.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-08-20T07:02:20.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-08-20T07:02:20.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-08-20T07:02:20.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21852026-08-20T07:02:20.359Z
21862026-08-20T07:02:20.359Zinfo: running `cargo check --bins` on nexus-config (51/340)
21872026-08-20T07:02:20.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-08-20T07:02:20.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-08-20T07:02:20.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-08-20T07:02:20.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21912026-08-20T07:02:20.955Z
21922026-08-20T07:02:20.955Zinfo: running `cargo check --bins` on nexus-types (52/340)
21932026-08-20T07:02:21.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-08-20T07:02:21.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-08-20T07:02:21.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-08-20T07:02:21.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21972026-08-20T07:02:21.549Z
21982026-08-20T07:02:21.549Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/340)
21992026-08-20T07:02:22.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-08-20T07:02:22.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-08-20T07:02:22.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-08-20T07:02:22.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22032026-08-20T07:02:22.115Z
22042026-08-20T07:02:22.116Zinfo: running `cargo check --bins` on omicron-passwords (54/340)
22052026-08-20T07:02:22.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-08-20T07:02:22.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-08-20T07:02:22.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-08-20T07:02:22.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22092026-08-20T07:02:22.710Z
22102026-08-20T07:02:22.710Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/340)
22112026-08-20T07:02:23.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-08-20T07:02:23.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-08-20T07:02:23.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-08-20T07:02:23.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22152026-08-20T07:02:23.228Z
22162026-08-20T07:02:23.228Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/340)
22172026-08-20T07:02:23.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-08-20T07:02:23.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-08-20T07:02:23.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-08-20T07:02:23.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22212026-08-20T07:02:23.792Z
22222026-08-20T07:02:23.792Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/340)
22232026-08-20T07:02:24.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-08-20T07:02:24.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-08-20T07:02:24.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-08-20T07:02:24.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22272026-08-20T07:02:24.362Z
22282026-08-20T07:02:24.362Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/340)
22292026-08-20T07:02:24.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-08-20T07:02:24.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-08-20T07:02:24.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-08-20T07:02:24.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22332026-08-20T07:02:24.929Z
22342026-08-20T07:02:24.929Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/340)
22352026-08-20T07:02:25.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-08-20T07:02:25.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-08-20T07:02:25.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-08-20T07:02:25.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22392026-08-20T07:02:25.479Z
22402026-08-20T07:02:25.479Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/340)
22412026-08-20T07:02:25.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-08-20T07:02:25.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-08-20T07:02:25.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-08-20T07:02:25.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22452026-08-20T07:02:26.029Z
22462026-08-20T07:02:26.029Zinfo: running `cargo check --bins --no-default-features` on gfss (61/340)
22472026-08-20T07:02:26.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-08-20T07:02:26.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-08-20T07:02:26.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502026-08-20T07:02:26.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22512026-08-20T07:02:26.604Z
22522026-08-20T07:02:26.604Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/340)
22532026-08-20T07:02:27.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542026-08-20T07:02:27.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552026-08-20T07:02:27.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562026-08-20T07:02:27.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22572026-08-20T07:02:27.126Z
22582026-08-20T07:02:27.126Zinfo: running `cargo check --bins` on trust-quorum-types (63/340)
22592026-08-20T07:02:27.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602026-08-20T07:02:27.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612026-08-20T07:02:27.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622026-08-20T07:02:27.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22632026-08-20T07:02:27.678Z
22642026-08-20T07:02:27.678Zinfo: running `cargo check --bins` on wicketd-commission-types (64/340)
22652026-08-20T07:02:28.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662026-08-20T07:02:28.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672026-08-20T07:02:28.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22682026-08-20T07:02:28.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22692026-08-20T07:02:28.247Z
22702026-08-20T07:02:28.247Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (65/340)
22712026-08-20T07:02:28.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722026-08-20T07:02:28.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732026-08-20T07:02:28.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22742026-08-20T07:02:28.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22752026-08-20T07:02:28.820Z
22762026-08-20T07:02:28.820Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (66/340)
22772026-08-20T07:02:29.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22782026-08-20T07:02:29.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22792026-08-20T07:02:29.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22802026-08-20T07:02:29.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22812026-08-20T07:02:29.382Z
22822026-08-20T07:02:29.382Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/340)
22832026-08-20T07:02:29.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22842026-08-20T07:02:29.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22852026-08-20T07:02:29.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22862026-08-20T07:02:29.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22872026-08-20T07:02:29.943Z
22882026-08-20T07:02:29.943Zinfo: running `cargo check --bins` on clickhouse-admin-types (68/340)
22892026-08-20T07:02:30.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22902026-08-20T07:02:30.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22912026-08-20T07:02:30.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22922026-08-20T07:02:30.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22932026-08-20T07:02:30.509Z
22942026-08-20T07:02:30.509Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (69/340)
22952026-08-20T07:02:30.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22962026-08-20T07:02:30.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22972026-08-20T07:02:30.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22982026-08-20T07:02:30.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22992026-08-20T07:02:31.077Z
23002026-08-20T07:02:31.077Zinfo: running `cargo check --bins` on cockroach-admin-types (70/340)
23012026-08-20T07:02:31.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23022026-08-20T07:02:31.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23032026-08-20T07:02:31.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23042026-08-20T07:02:31.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23052026-08-20T07:02:31.629Z
23062026-08-20T07:02:31.629Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (71/340)
23072026-08-20T07:02:32.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23082026-08-20T07:02:32.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23092026-08-20T07:02:32.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23102026-08-20T07:02:32.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23112026-08-20T07:02:32.193Z
23122026-08-20T07:02:32.194Zinfo: running `cargo check --bins` on ereport-types (72/340)
23132026-08-20T07:02:32.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23142026-08-20T07:02:32.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23152026-08-20T07:02:32.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23162026-08-20T07:02:32.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23172026-08-20T07:02:32.729Z
23182026-08-20T07:02:32.729Zinfo: running `cargo check --bins` on gateway-client (73/340)
23192026-08-20T07:02:33.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23202026-08-20T07:02:33.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23212026-08-20T07:02:33.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23222026-08-20T07:02:33.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23232026-08-20T07:02:33.288Z
23242026-08-20T07:02:33.288Zinfo: running `cargo check --bins --no-default-features` on gateway-types (74/340)
23252026-08-20T07:02:33.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23262026-08-20T07:02:33.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23272026-08-20T07:02:33.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23282026-08-20T07:02:33.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23292026-08-20T07:02:33.842Z
23302026-08-20T07:02:33.842Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/340)
23312026-08-20T07:02:34.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23322026-08-20T07:02:34.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23332026-08-20T07:02:34.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23342026-08-20T07:02:34.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23352026-08-20T07:02:34.398Z
23362026-08-20T07:02:34.398Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (76/340)
23372026-08-20T07:02:34.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23382026-08-20T07:02:34.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23392026-08-20T07:02:34.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23402026-08-20T07:02:34.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23412026-08-20T07:02:34.975Z
23422026-08-20T07:02:34.976Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/340)
23432026-08-20T07:02:35.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23442026-08-20T07:02:35.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23452026-08-20T07:02:35.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23462026-08-20T07:02:35.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23472026-08-20T07:02:35.555Z
23482026-08-20T07:02:35.555Zinfo: running `cargo check --bins` on key-manager-types (78/340)
23492026-08-20T07:02:36.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23502026-08-20T07:02:36.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23512026-08-20T07:02:36.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23522026-08-20T07:02:36.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23532026-08-20T07:02:36.103Z
23542026-08-20T07:02:36.103Zinfo: running `cargo check --bins` on oxlog (79/340)
23552026-08-20T07:02:36.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23562026-08-20T07:02:36.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23572026-08-20T07:02:36.699Z Checking cfg-if v1.0.4
23582026-08-20T07:02:36.704Z Checking serde_core v1.0.229
23592026-08-20T07:02:36.806Z Checking libc v0.2.185
23602026-08-20T07:02:36.822Z Checking memchr v2.8.0
23612026-08-20T07:02:36.831Z Checking log v0.4.33
23622026-08-20T07:02:36.834Z Checking smallvec v1.15.1
23632026-08-20T07:02:36.851Z Checking subtle v2.6.1
23642026-08-20T07:02:36.861Z Checking itoa v1.0.17
23652026-08-20T07:02:36.871Z Checking scopeguard v1.2.0
23662026-08-20T07:02:36.971Z Checking lock_api v0.4.14
23672026-08-20T07:02:36.984Z Checking typenum v1.20.1
23682026-08-20T07:02:36.996Z Checking stable_deref_trait v1.2.1
23692026-08-20T07:02:37.007Z Checking zerofrom v0.1.6
23702026-08-20T07:02:37.022Z Checking portable-atomic v1.13.1
23712026-08-20T07:02:37.065Z Checking zerocopy v0.8.55
23722026-08-20T07:02:37.116Z Checking yoke v0.8.1
23732026-08-20T07:02:37.168Z Checking critical-section v1.2.0
23742026-08-20T07:02:37.206Z Checking errno v0.3.14
23752026-08-20T07:02:37.206Z Checking getrandom v0.2.17
23762026-08-20T07:02:37.264Z Checking pin-project-lite v0.2.17
23772026-08-20T07:02:37.282Z Checking zerovec v0.11.5
23782026-08-20T07:02:37.347Z Checking const-oid v0.9.6
23792026-08-20T07:02:37.358Z Checking libm v0.2.16
23802026-08-20T07:02:37.368Z Checking rand_core v0.6.4
23812026-08-20T07:02:37.430Z Checking once_cell v1.21.3
23822026-08-20T07:02:37.543Z Checking zmij v1.0.21
23832026-08-20T07:02:37.606Z Checking signal-hook-registry v1.4.8
23842026-08-20T07:02:37.718Z Checking tinystr v0.8.2
23852026-08-20T07:02:37.729Z Checking parking_lot_core v0.9.12
23862026-08-20T07:02:37.774Z Checking litemap v0.8.1
23872026-08-20T07:02:37.778Z Checking percent-encoding v2.3.2
23882026-08-20T07:02:37.890Z Checking writeable v0.6.2
23892026-08-20T07:02:37.901Z Checking futures-core v0.3.32
23902026-08-20T07:02:37.912Z Checking parking_lot v0.12.5
23912026-08-20T07:02:37.924Z Checking potential_utf v0.1.4
23922026-08-20T07:02:38.011Z Checking zerotrie v0.2.3
23932026-08-20T07:02:38.023Z Checking mio v1.2.0
23942026-08-20T07:02:38.045Z Checking icu_locale_core v2.1.1
23952026-08-20T07:02:38.059Z Checking num-traits v0.2.19
23962026-08-20T07:02:38.069Z Checking equivalent v1.0.2
23972026-08-20T07:02:38.098Z Checking icu_collections v2.1.1
23982026-08-20T07:02:38.148Z Checking getrandom v0.3.4
23992026-08-20T07:02:38.253Z Checking socket2 v0.6.3
24002026-08-20T07:02:38.288Z Checking icu_properties_data v2.1.2
24012026-08-20T07:02:38.301Z Checking icu_normalizer_data v2.1.1
24022026-08-20T07:02:38.304Z Checking serde v1.0.229
24032026-08-20T07:02:38.371Z Checking bitflags v2.11.0
24042026-08-20T07:02:38.402Z Checking serde_json v1.0.151
24052026-08-20T07:02:38.415Z Checking byteorder v1.5.0
24062026-08-20T07:02:38.490Z Checking futures-sink v0.3.32
24072026-08-20T07:02:38.530Z Checking rand_core v0.10.0
24082026-08-20T07:02:38.576Z Checking hashbrown v0.17.0
24092026-08-20T07:02:38.589Z Checking futures-channel v0.3.32
24102026-08-20T07:02:38.601Z Checking icu_provider v2.1.1
24112026-08-20T07:02:38.613Z Checking utf8_iter v1.0.4
24122026-08-20T07:02:38.668Z Checking getrandom v0.4.3
24132026-08-20T07:02:38.711Z Checking zeroize v1.9.0
24142026-08-20T07:02:38.730Z Checking bytes v1.11.1
24152026-08-20T07:02:38.777Z Checking futures-io v0.3.32
24162026-08-20T07:02:38.811Z Checking futures-task v0.3.32
24172026-08-20T07:02:38.829Z Checking icu_normalizer v2.1.1
24182026-08-20T07:02:38.877Z Checking generic-array v0.14.7
24192026-08-20T07:02:38.890Z Checking icu_properties v2.1.2
24202026-08-20T07:02:38.945Z Checking slab v0.4.12
24212026-08-20T07:02:39.032Z Checking indexmap v2.14.0
24222026-08-20T07:02:39.066Z Checking rustix v1.1.4
24232026-08-20T07:02:39.100Z Checking futures-util v0.3.32
24242026-08-20T07:02:39.127Z Checking form_urlencoded v1.2.2
24252026-08-20T07:02:39.171Z Checking tokio v1.52.1
24262026-08-20T07:02:39.252Z Checking base64ct v1.8.3
24272026-08-20T07:02:39.338Z Checking crypto-common v0.1.7
24282026-08-20T07:02:39.460Z Checking block-buffer v0.10.4
24292026-08-20T07:02:39.485Z Checking fnv v1.0.7
24302026-08-20T07:02:39.578Z Checking pem-rfc7468 v0.7.0
24312026-08-20T07:02:39.592Z Checking iana-time-zone v0.1.65
24322026-08-20T07:02:39.604Z Checking digest v0.10.7
24332026-08-20T07:02:39.698Z Checking flagset v0.4.7
24342026-08-20T07:02:39.711Z Checking idna_adapter v1.2.1
24352026-08-20T07:02:39.737Z Checking chrono v0.4.45
24362026-08-20T07:02:39.804Z Checking uuid v1.23.4
24372026-08-20T07:02:39.821Z Checking der v0.7.10
24382026-08-20T07:02:39.825Z Checking idna v1.1.0
24392026-08-20T07:02:39.844Z Checking ppv-lite86 v0.2.21
24402026-08-20T07:02:39.912Z Checking rand_core v0.9.5
24412026-08-20T07:02:40.070Z Checking url v2.5.8
24422026-08-20T07:02:40.086Z Checking regex-syntax v0.8.10
24432026-08-20T07:02:40.116Z Checking base64 v0.22.1
24442026-08-20T07:02:40.135Z Checking http v1.4.2
24452026-08-20T07:02:40.347Z Checking rand_chacha v0.9.0
24462026-08-20T07:02:40.497Z Checking tracing-core v0.1.36
24472026-08-20T07:02:40.546Z Checking dyn-clone v1.0.20
24482026-08-20T07:02:40.557Z Checking spki v0.7.3
24492026-08-20T07:02:40.580Z Checking simd-adler32 v0.3.8
24502026-08-20T07:02:40.645Z Checking cpufeatures v0.2.17
24512026-08-20T07:02:40.689Z Checking http-body v1.0.1
24522026-08-20T07:02:40.712Z Checking rand v0.9.2
24532026-08-20T07:02:40.725Z Checking pkcs8 v0.10.2
24542026-08-20T07:02:40.748Z Checking rustls-pki-types v1.14.0
24552026-08-20T07:02:40.804Z Checking tracing v0.1.44
24562026-08-20T07:02:40.817Z Checking semver v1.0.28
24572026-08-20T07:02:40.876Z Checking spin v0.9.8
24582026-08-20T07:02:41.003Z Checking tinyvec_macros v0.1.1
24592026-08-20T07:02:41.020Z Checking adler2 v2.0.1
24602026-08-20T07:02:41.033Z Checking cmov v0.5.4
24612026-08-20T07:02:41.045Z Checking anstyle v1.0.14
24622026-08-20T07:02:41.056Z Checking utf8parse v0.2.2
24632026-08-20T07:02:41.067Z Checking openssl-probe v0.2.1
24642026-08-20T07:02:41.124Z Checking miniz_oxide v0.8.9
24652026-08-20T07:02:41.150Z Checking anstyle-parse v1.0.0
24662026-08-20T07:02:41.165Z Checking tinyvec v1.10.0
24672026-08-20T07:02:41.180Z Checking schemars v0.8.22
24682026-08-20T07:02:41.216Z Checking ctutils v0.4.2
24692026-08-20T07:02:41.228Z Checking sha2 v0.10.9
24702026-08-20T07:02:41.298Z Checking terminal_size v0.4.3
24712026-08-20T07:02:41.387Z Checking aws-lc-sys v0.40.0
24722026-08-20T07:02:41.409Z Checking thiserror v2.0.18
24732026-08-20T07:02:41.425Z Checking colorchoice v1.0.4
24742026-08-20T07:02:41.467Z Checking is_terminal_polyfill v1.70.2
24752026-08-20T07:02:41.471Z Checking tower-service v0.3.3
24762026-08-20T07:02:41.494Z Checking tower-layer v0.3.3
24772026-08-20T07:02:41.506Z Checking atomic-waker v1.1.2
24782026-08-20T07:02:41.519Z Checking try-lock v0.2.5
24792026-08-20T07:02:41.555Z Checking anstyle-query v1.1.5
24802026-08-20T07:02:41.569Z Checking untrusted v0.7.1
24812026-08-20T07:02:41.599Z Checking fastrand v2.3.0
24822026-08-20T07:02:41.612Z Checking want v0.3.1
24832026-08-20T07:02:41.640Z Checking anstream v1.0.0
24842026-08-20T07:02:41.653Z Checking hybrid-array v0.4.13
24852026-08-20T07:02:41.671Z Checking ipnet v2.12.0
24862026-08-20T07:02:41.727Z Checking httparse v1.10.1
24872026-08-20T07:02:41.772Z Checking tempfile v3.27.0
24882026-08-20T07:02:41.833Z Checking crc32fast v1.5.0
24892026-08-20T07:02:41.846Z Checking aho-corasick v1.1.4
24902026-08-20T07:02:41.880Z Checking aws-lc-rs v1.16.3
24912026-08-20T07:02:41.923Z Checking tap v1.0.1
24922026-08-20T07:02:41.937Z Checking untrusted v0.9.0
24932026-08-20T07:02:41.965Z Checking foreign-types-shared v0.1.1
24942026-08-20T07:02:41.977Z Checking httpdate v1.0.3
24952026-08-20T07:02:42.021Z Checking plain v0.2.3
24962026-08-20T07:02:42.039Z Checking wyz v0.5.1
24972026-08-20T07:02:42.051Z Checking foreign-types v0.3.2
24982026-08-20T07:02:42.117Z Checking unicode-normalization v0.1.25
24992026-08-20T07:02:42.121Z Checking rand_chacha v0.3.1
25002026-08-20T07:02:42.144Z Checking signature v2.2.0
25012026-08-20T07:02:42.208Z Checking radium v0.7.0
25022026-08-20T07:02:42.270Z Checking hex v0.4.3
25032026-08-20T07:02:42.334Z Checking num-integer v0.1.46
25042026-08-20T07:02:42.380Z Checking openssl-sys v0.9.117
25052026-08-20T07:02:42.393Z Checking wait-timeout v0.2.1
25062026-08-20T07:02:42.423Z Checking tokio-util v0.7.18
25072026-08-20T07:02:42.492Z Checking clap_lex v1.0.0
25082026-08-20T07:02:42.509Z Checking unicode-ident v1.0.24
25092026-08-20T07:02:42.522Z Checking regex-automata v0.4.14
25102026-08-20T07:02:42.526Z Checking bit-vec v0.8.0
25112026-08-20T07:02:42.557Z Checking strsim v0.11.1
25122026-08-20T07:02:42.615Z Checking funty v2.0.0
25132026-08-20T07:02:42.641Z Checking ucd-trie v0.1.7
25142026-08-20T07:02:42.717Z Checking rustls-webpki v0.103.13
25152026-08-20T07:02:42.720Z Checking quick-error v1.2.3
25162026-08-20T07:02:42.742Z Checking openssl v0.10.80
25172026-08-20T07:02:42.745Z Checking bit-set v0.8.0
25182026-08-20T07:02:42.768Z Checking pest v2.8.6
25192026-08-20T07:02:42.823Z Checking rusty-fork v0.3.1
25202026-08-20T07:02:42.895Z Checking clap_builder v4.6.0
25212026-08-20T07:02:42.932Z Checking bitvec v1.0.1
25222026-08-20T07:02:42.992Z Checking proc-macro2 v1.0.106
25232026-08-20T07:02:43.043Z Checking h2 v0.4.15
25242026-08-20T07:02:43.130Z Checking rustls v0.23.41
25252026-08-20T07:02:43.308Z Checking num-iter v0.1.45
25262026-08-20T07:02:43.422Z Checking rand v0.8.6
25272026-08-20T07:02:43.818Z Checking lazy_static v1.5.0
25282026-08-20T07:02:43.911Z Checking rand_xorshift v0.4.0
25292026-08-20T07:02:43.927Z Checking hmac v0.12.1
25302026-08-20T07:02:44.033Z Checking thiserror v1.0.69
25312026-08-20T07:02:44.060Z Checking maybe-uninit v2.0.0
25322026-08-20T07:02:44.124Z Checking toml_datetime v0.6.11
25332026-08-20T07:02:44.124Z Checking serde_spanned v0.6.9
25342026-08-20T07:02:44.149Z Checking sync_wrapper v1.0.2
25352026-08-20T07:02:44.219Z Checking zlib-rs v0.6.2
25362026-08-20T07:02:44.247Z Checking crc-catalog v2.4.0
25372026-08-20T07:02:44.259Z Checking nodrop v0.1.14
25382026-08-20T07:02:44.303Z Checking unarray v0.1.4
25392026-08-20T07:02:44.330Z Checking siphasher v1.0.2
25402026-08-20T07:02:44.343Z Checking pretty-hex v0.4.1
25412026-08-20T07:02:44.346Z Checking powerfmt v0.2.0
25422026-08-20T07:02:44.400Z Checking proptest v1.11.0
25432026-08-20T07:02:44.453Z Checking array-init v0.0.4
25442026-08-20T07:02:44.482Z Checking crc v3.4.0
25452026-08-20T07:02:44.500Z Checking deranged v0.5.8
25462026-08-20T07:02:44.659Z Checking tower v0.5.3
25472026-08-20T07:02:44.745Z Checking native-tls v0.2.18
25482026-08-20T07:02:44.758Z Checking packed_struct v0.10.1
25492026-08-20T07:02:44.926Z Checking smallvec v0.6.14
25502026-08-20T07:02:45.052Z Checking clap v4.6.1
25512026-08-20T07:02:45.116Z Checking num-bigint-dig v0.8.6
25522026-08-20T07:02:45.120Z Checking flate2 v1.1.9
25532026-08-20T07:02:45.143Z Checking quote v1.0.45
25542026-08-20T07:02:45.315Z Checking ipnetwork v0.21.1
25552026-08-20T07:02:45.384Z Checking pkcs1 v0.7.5
25562026-08-20T07:02:45.411Z Checking http-body-util v0.1.3
25572026-08-20T07:02:45.437Z Checking crossbeam-utils v0.8.21
25582026-08-20T07:02:45.549Z Checking zerocopy v0.6.6
25592026-08-20T07:02:45.589Z Checking bitfield v0.19.4
25602026-08-20T07:02:45.625Z Checking ahash v0.8.12
25612026-08-20T07:02:45.775Z Checking bzip2-sys v0.1.13+1.0.8
25622026-08-20T07:02:45.791Z Checking scroll v0.13.0
25632026-08-20T07:02:45.819Z Checking env_filter v2.0.0
25642026-08-20T07:02:45.828Z Checking winnow v0.5.40
25652026-08-20T07:02:45.850Z Checking hyper v1.10.1
25662026-08-20T07:02:45.850Z Checking unicode-properties v0.1.4
25672026-08-20T07:02:45.874Z Checking allocator-api2 v0.2.21
25682026-08-20T07:02:45.916Z Checking num-conv v0.2.0
25692026-08-20T07:02:45.953Z Checking time-core v0.1.8
25702026-08-20T07:02:46.013Z Checking iri-string v0.7.10
25712026-08-20T07:02:46.031Z Checking base64 v0.21.7
25722026-08-20T07:02:46.031Z Checking gimli v0.32.3
25732026-08-20T07:02:46.092Z Checking num_threads v0.1.7
25742026-08-20T07:02:46.152Z Checking unicode-bidi v0.3.18
25752026-08-20T07:02:46.175Z Checking hashbrown v0.12.3
25762026-08-20T07:02:46.218Z Checking ryu v1.0.23
25772026-08-20T07:02:46.273Z Checking ron v0.8.1
25782026-08-20T07:02:46.415Z Checking serde_urlencoded v0.7.1
25792026-08-20T07:02:46.446Z Checking stringprep v0.1.5
25802026-08-20T07:02:46.552Z Checking newtype-uuid v1.3.2
25812026-08-20T07:02:46.577Z Checking indexmap v1.9.3
25822026-08-20T07:02:46.597Z Checking time v0.3.47
25832026-08-20T07:02:46.751Z Checking goblin v0.10.5
25842026-08-20T07:02:46.784Z Checking env_logger v0.11.11
25852026-08-20T07:02:46.798Z Checking hyper-util v0.1.20
25862026-08-20T07:02:46.885Z Checking rsa v0.9.10
25872026-08-20T07:02:46.972Z Checking toml_edit v0.19.15
25882026-08-20T07:02:46.985Z Checking bzip2 v0.4.4
25892026-08-20T07:02:47.026Z Checking tower-http v0.6.8
25902026-08-20T07:02:47.147Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25912026-08-20T07:02:47.326Z Checking hashbrown v0.13.2
25922026-08-20T07:02:47.355Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25932026-08-20T07:02:47.506Z Checking crossbeam-epoch v0.9.18
25942026-08-20T07:02:47.554Z Checking addr2line v0.25.1
25952026-08-20T07:02:47.720Z Checking oxnet v0.1.6
25962026-08-20T07:02:47.735Z Checking syn v2.0.117
25972026-08-20T07:02:47.755Z Checking serde-hex v0.1.0
25982026-08-20T07:02:47.816Z Checking tokio-native-tls v0.3.1
25992026-08-20T07:02:47.971Z Checking bstr v1.12.1
26002026-08-20T07:02:47.985Z Checking block-padding v0.4.2
26012026-08-20T07:02:47.996Z Checking block-buffer v0.12.1
26022026-08-20T07:02:48.050Z Checking crypto-common v0.2.2
26032026-08-20T07:02:48.121Z Checking rustls-native-certs v0.8.3
26042026-08-20T07:02:48.158Z Checking x509-cert v0.2.5
26052026-08-20T07:02:48.252Z Checking scroll v0.12.0
26062026-08-20T07:02:48.358Z Checking object v0.37.3
26072026-08-20T07:02:48.474Z Checking zstd-sys v2.0.16+zstd.1.5.7
26082026-08-20T07:02:48.586Z Checking md-5 v0.10.6
26092026-08-20T07:02:48.650Z Checking hash32 v0.2.1
26102026-08-20T07:02:48.731Z Checking encoding_rs v0.8.35
26112026-08-20T07:02:48.798Z Checking psl-types v2.0.11
26122026-08-20T07:02:48.812Z Checking mime v0.3.17
26132026-08-20T07:02:48.916Z Checking either v1.15.0
26142026-08-20T07:02:48.980Z Checking crc-any v2.5.0
26152026-08-20T07:02:49.058Z Checking fallible-iterator v0.2.0
26162026-08-20T07:02:49.101Z Checking rustc-demangle v0.1.27
26172026-08-20T07:02:49.155Z Checking dof v0.4.0
26182026-08-20T07:02:49.243Z Checking publicsuffix v2.3.0
26192026-08-20T07:02:49.318Z Checking heapless v0.7.17
26202026-08-20T07:02:49.335Z Checking postgres-protocol v0.6.10
26212026-08-20T07:02:49.405Z Checking zstd-safe v7.2.4
26222026-08-20T07:02:49.576Z Checking goblin v0.8.2
26232026-08-20T07:02:49.666Z Checking inout v0.2.2
26242026-08-20T07:02:49.716Z Checking hyper-tls v0.6.0
26252026-08-20T07:02:49.784Z Checking toml v0.7.8
26262026-08-20T07:02:49.824Z Checking daft v0.1.7
26272026-08-20T07:02:49.836Z Checking object v0.30.4
26282026-08-20T07:02:49.877Z Checking cookie v0.18.1
26292026-08-20T07:02:50.036Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-08-20T07:02:50.086Z Checking zip v0.6.6
26312026-08-20T07:02:50.097Z Checking tokio-rustls v0.26.4
26322026-08-20T07:02:50.097Z Checking phf_shared v0.13.1
26332026-08-20T07:02:50.186Z Checking dtrace-parser v0.3.0
26342026-08-20T07:02:50.200Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26352026-08-20T07:02:50.287Z Checking pin-project v1.1.11
26362026-08-20T07:02:50.296Z Checking zerocopy v0.7.35
26372026-08-20T07:02:50.376Z Checking signal-hook v0.3.18
26382026-08-20T07:02:50.384Z Checking futures-executor v0.3.32
26392026-08-20T07:02:50.418Z Checking ff v0.13.1
26402026-08-20T07:02:50.542Z Checking thread-id v5.1.0
26412026-08-20T07:02:50.578Z Checking libbz2-rs-sys v0.2.2
26422026-08-20T07:02:50.612Z Checking managed v0.8.0
26432026-08-20T07:02:50.653Z Checking jiff-core v0.1.0
26442026-08-20T07:02:50.688Z Checking backtrace v0.3.76
26452026-08-20T07:02:50.776Z Checking unicode-width v0.2.0
26462026-08-20T07:02:50.847Z Checking unicode-linebreak v0.1.5
26472026-08-20T07:02:50.933Z Checking bumpalo v3.20.2
26482026-08-20T07:02:50.968Z Checking foldhash v0.2.0
26492026-08-20T07:02:50.999Z Checking same-file v1.0.6
26502026-08-20T07:02:51.013Z Checking base16ct v0.2.0
26512026-08-20T07:02:51.111Z Checking is_ci v1.2.0
26522026-08-20T07:02:51.132Z Compiling rayon-core v1.13.0
26532026-08-20T07:02:51.132Z Checking bitflags v1.3.2
26542026-08-20T07:02:51.132Z Checking foldhash v0.1.5
26552026-08-20T07:02:51.156Z Checking path-slash v0.1.5
26562026-08-20T07:02:51.179Z Checking smawk v0.3.2
26572026-08-20T07:02:51.192Z Checking supports-color v3.0.2
26582026-08-20T07:02:51.252Z Checking hashbrown v0.15.5
26592026-08-20T07:02:51.256Z Checking smoltcp v0.9.1
26602026-08-20T07:02:51.285Z Checking jiff v0.2.34
26612026-08-20T07:02:51.302Z Checking textwrap v0.16.2
26622026-08-20T07:02:51.302Z Checking sec1 v0.7.3
26632026-08-20T07:02:51.337Z Checking zopfli v0.8.3
26642026-08-20T07:02:51.493Z Checking dof v0.3.0
26652026-08-20T07:02:51.520Z Checking hashbrown v0.16.1
26662026-08-20T07:02:51.523Z Checking walkdir v2.5.0
26672026-08-20T07:02:51.662Z Checking backtrace-ext v0.2.1
26682026-08-20T07:02:51.692Z Checking bzip2 v0.6.1
26692026-08-20T07:02:51.712Z Checking usdt-impl v0.6.0
26702026-08-20T07:02:51.763Z Checking signal-hook-mio v0.2.5
26712026-08-20T07:02:51.776Z Checking group v0.13.0
26722026-08-20T07:02:51.840Z Checking futures v0.3.32
26732026-08-20T07:02:51.852Z Checking snafu v0.8.9
26742026-08-20T07:02:51.866Z Checking hyper-rustls v0.27.7
26752026-08-20T07:02:51.910Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-08-20T07:02:51.923Z Checking phf v0.13.1
26772026-08-20T07:02:51.926Z Checking cookie_store v0.22.1
26782026-08-20T07:02:51.989Z Checking reqwest v0.12.28
26792026-08-20T07:02:52.013Z Checking cipher v0.5.2
26802026-08-20T07:02:52.059Z Checking postgres-types v0.2.12
26812026-08-20T07:02:52.071Z Checking zstd v0.13.3
26822026-08-20T07:02:52.083Z Checking globset v0.4.18
26832026-08-20T07:02:52.236Z Checking rustls-platform-verifier v0.6.2
26842026-08-20T07:02:52.248Z Checking crossbeam-deque v0.8.6
26852026-08-20T07:02:52.260Z Checking phf_shared v0.11.3
26862026-08-20T07:02:52.263Z Checking regex v1.12.3
26872026-08-20T07:02:52.336Z Checking dtrace-parser v0.2.0
26882026-08-20T07:02:52.364Z Checking hkdf v0.12.4
26892026-08-20T07:02:52.377Z Checking olpc-cjson v0.1.4
26902026-08-20T07:02:52.395Z Checking ref-cast v1.0.25
26912026-08-20T07:02:52.417Z Checking curve25519-dalek v4.1.3
26922026-08-20T07:02:52.490Z Checking strum v0.27.2
26932026-08-20T07:02:52.503Z Checking byte-wrapper v0.1.0
26942026-08-20T07:02:52.507Z Checking hubpack v0.1.2
26952026-08-20T07:02:52.542Z Checking ed25519 v2.2.3
26962026-08-20T07:02:52.566Z Checking memoffset v0.9.1
26972026-08-20T07:02:52.596Z Checking owo-colors v4.3.0
26982026-08-20T07:02:52.643Z Checking rustix v0.38.44
26992026-08-20T07:02:52.661Z Checking pem v3.0.6
27002026-08-20T07:02:52.715Z Checking crypto-bigint v0.5.5
27012026-08-20T07:02:52.732Z Checking serde-big-array v0.5.1
27022026-08-20T07:02:52.738Z Checking erased-serde v0.3.31
27032026-08-20T07:02:52.825Z Checking serde_plain v1.0.2
27042026-08-20T07:02:52.863Z Checking float-cmp v0.10.0
27052026-08-20T07:02:52.957Z Checking memmap2 v0.9.10
27062026-08-20T07:02:52.986Z Checking thread-id v4.2.2
27072026-08-20T07:02:53.065Z Checking precomputed-hash v0.1.1
27082026-08-20T07:02:53.117Z Checking typed-path v0.9.3
27092026-08-20T07:02:53.123Z Checking fixedbitset v0.4.2
27102026-08-20T07:02:53.149Z Checking const-oid v0.10.2
27112026-08-20T07:02:53.167Z Checking new_debug_unreachable v1.0.6
27122026-08-20T07:02:53.187Z Checking winnow v0.7.14
27132026-08-20T07:02:53.203Z Checking unicode-width v0.1.14
27142026-08-20T07:02:53.217Z Checking difflib v0.4.0
27152026-08-20T07:02:53.280Z Checking supports-unicode v3.0.0
27162026-08-20T07:02:53.296Z Checking toml_write v0.1.2
27172026-08-20T07:02:53.370Z Checking whoami v2.1.0
27182026-08-20T07:02:53.391Z Checking supports-hyperlinks v3.2.0
27192026-08-20T07:02:53.459Z Checking predicates-core v1.0.10
27202026-08-20T07:02:53.463Z Checking cpufeatures v0.3.0
27212026-08-20T07:02:53.463Z Checking winnow v1.0.3
27222026-08-20T07:02:53.493Z Checking static_assertions v1.1.0
27232026-08-20T07:02:53.517Z Checking unicode-segmentation v1.12.0
27242026-08-20T07:02:53.553Z Checking fixedbitset v0.5.7
27252026-08-20T07:02:53.565Z Checking normalize-line-endings v0.3.0
27262026-08-20T07:02:53.569Z Checking keccak v0.1.6
27272026-08-20T07:02:53.633Z Checking data-encoding v2.10.0
27282026-08-20T07:02:53.671Z Checking predicates v3.1.4
27292026-08-20T07:02:53.746Z Checking petgraph v0.8.3
27302026-08-20T07:02:53.746Z Checking sha3 v0.10.8
27312026-08-20T07:02:53.818Z Checking similar v2.7.0
27322026-08-20T07:02:53.899Z Checking hickory-proto v0.25.2
27332026-08-20T07:02:53.913Z Checking tough v0.22.0
27342026-08-20T07:02:53.942Z Checking elliptic-curve v0.13.8
27352026-08-20T07:02:53.946Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27362026-08-20T07:02:54.195Z Checking tokio-postgres v0.7.16
27372026-08-20T07:02:54.250Z Checking chacha20 v0.10.0
27382026-08-20T07:02:54.308Z Checking toml_parser v1.1.2+spec-1.1.0
27392026-08-20T07:02:54.361Z Checking toml_edit v0.22.27
27402026-08-20T07:02:54.508Z Checking miette v7.6.0
27412026-08-20T07:02:54.648Z Checking crossterm v0.28.1
27422026-08-20T07:02:55.029Z Checking digest v0.11.3
27432026-08-20T07:02:55.213Z Checking petgraph v0.6.5
27442026-08-20T07:02:55.352Z Checking string_cache v0.8.9
27452026-08-20T07:02:55.378Z Checking zip v4.6.1
27462026-08-20T07:02:55.462Z Checking ed25519-dalek v2.2.0
27472026-08-20T07:02:55.486Z Checking slog v2.8.2
27482026-08-20T07:02:55.519Z Checking usdt v0.6.0
27492026-08-20T07:02:55.688Z Checking usdt-impl v0.5.0
27502026-08-20T07:02:55.691Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27512026-08-20T07:02:55.743Z Checking nix v0.31.2
27522026-08-20T07:02:55.929Z Checking iddqd v0.4.2
27532026-08-20T07:02:55.962Z Checking reqwest v0.13.2
27542026-08-20T07:02:56.224Z Checking itertools v0.13.0
27552026-08-20T07:02:56.254Z Checking itertools v0.15.0
27562026-08-20T07:02:56.276Z Checking strum v0.26.3
27572026-08-20T07:02:56.388Z Checking serde_with v3.21.0
27582026-08-20T07:02:56.448Z Checking fs-err v3.3.0
27592026-08-20T07:02:56.686Z Checking tokio-stream v0.1.18
27602026-08-20T07:02:56.745Z Checking buf-list v1.1.2
27612026-08-20T07:02:56.805Z Checking anyhow v1.0.104
27622026-08-20T07:02:56.848Z Checking camino v1.2.5
27632026-08-20T07:02:56.924Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27642026-08-20T07:02:56.939Z Checking openapiv3 v2.2.0
27652026-08-20T07:02:56.999Z Checking lalrpop-util v0.19.12
27662026-08-20T07:02:57.059Z Checking peg-runtime v0.8.5
27672026-08-20T07:02:57.097Z Checking rayon v1.11.0
27682026-08-20T07:02:57.161Z Checking sigpipe v0.1.3
27692026-08-20T07:02:57.182Z Checking glob v0.3.3
27702026-08-20T07:02:58.087Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27712026-08-20T07:02:58.390Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27722026-08-20T07:02:58.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.56s
27732026-08-20T07:02:58.832Z
27742026-08-20T07:02:58.832Zinfo: running `cargo check --bins` on internal-dns-types (80/340)
27752026-08-20T07:02:59.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762026-08-20T07:02:59.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772026-08-20T07:02:59.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782026-08-20T07:02:59.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27792026-08-20T07:02:59.396Z
27802026-08-20T07:02:59.396Zinfo: running `cargo check --bins` on internal-dns-types-versions (81/340)
27812026-08-20T07:02:59.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-08-20T07:02:59.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-08-20T07:02:59.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842026-08-20T07:02:59.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27852026-08-20T07:02:59.968Z
27862026-08-20T07:02:59.968Zinfo: running `cargo check --bins` on nexus-types-versions (82/340)
27872026-08-20T07:03:00.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-08-20T07:03:00.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-08-20T07:03:00.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902026-08-20T07:03:00.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27912026-08-20T07:03:00.550Z
27922026-08-20T07:03:00.550Zinfo: running `cargo check --bins` on oxql-types (83/340)
27932026-08-20T07:03:01.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-08-20T07:03:01.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-08-20T07:03:01.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962026-08-20T07:03:01.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27972026-08-20T07:03:01.126Z
27982026-08-20T07:03:01.126Zinfo: running `cargo check --bins` on oximeter-types (84/340)
27992026-08-20T07:03:01.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002026-08-20T07:03:01.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012026-08-20T07:03:01.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022026-08-20T07:03:01.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28032026-08-20T07:03:01.691Z
28042026-08-20T07:03:01.691Zinfo: running `cargo check --bins` on oximeter-types-versions (85/340)
28052026-08-20T07:03:02.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062026-08-20T07:03:02.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072026-08-20T07:03:02.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082026-08-20T07:03:02.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28092026-08-20T07:03:02.265Z
28102026-08-20T07:03:02.265Zinfo: running `cargo check --bins` on oximeter-macro-impl (86/340)
28112026-08-20T07:03:02.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122026-08-20T07:03:02.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132026-08-20T07:03:02.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142026-08-20T07:03:02.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28152026-08-20T07:03:02.819Z
28162026-08-20T07:03:02.819Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (87/340)
28172026-08-20T07:03:03.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182026-08-20T07:03:03.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192026-08-20T07:03:03.503Z Compiling multer v3.1.0
28202026-08-20T07:03:03.507Z Compiling async-stream-impl v0.3.6
28212026-08-20T07:03:03.648Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28222026-08-20T07:03:03.654Z Compiling dropshot v0.17.1
28232026-08-20T07:03:03.654Z Compiling parse-display-derive v0.10.0
28242026-08-20T07:03:03.657Z Compiling newtype-uuid-macros v0.1.0
28252026-08-20T07:03:03.657Z Compiling dropshot_endpoint v0.17.1
28262026-08-20T07:03:03.686Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28272026-08-20T07:03:03.832Z Checking thread_local v1.1.9
28282026-08-20T07:03:03.858Z Checking compression-core v0.4.31
28292026-08-20T07:03:03.991Z Checking match_cfg v0.1.0
28302026-08-20T07:03:04.009Z Checking compression-codecs v0.4.37
28312026-08-20T07:03:04.033Z Checking crossbeam-channel v0.5.15
28322026-08-20T07:03:04.062Z Checking hostname v0.3.1
28332026-08-20T07:03:04.078Z Checking atomicwrites v0.4.4
28342026-08-20T07:03:04.157Z Checking slog-json v2.6.1
28352026-08-20T07:03:04.174Z Checking serde_spanned v1.1.1
28362026-08-20T07:03:04.188Z Checking toml_datetime v1.1.1+spec-1.1.0
28372026-08-20T07:03:04.201Z Checking is-terminal v0.4.17
28382026-08-20T07:03:04.291Z Checking debug-ignore v1.0.5
28392026-08-20T07:03:04.304Z Checking toml_writer v1.1.1+spec-1.1.0
28402026-08-20T07:03:04.316Z Checking term v1.2.1
28412026-08-20T07:03:04.364Z Checking take_mut v0.2.2
28422026-08-20T07:03:04.384Z Checking slog-bunyan v2.5.0
28432026-08-20T07:03:04.397Z Checking async-stream v0.3.6
28442026-08-20T07:03:04.408Z Checking async-compression v0.4.41
28452026-08-20T07:03:04.464Z Checking slog-async v2.8.0
28462026-08-20T07:03:04.478Z Checking toml v1.1.2+spec-1.1.0
28472026-08-20T07:03:04.492Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28482026-08-20T07:03:04.543Z Checking progenitor-client v0.14.0
28492026-08-20T07:03:04.555Z Checking slog-term v2.9.2
28502026-08-20T07:03:04.594Z Checking sha1 v0.11.0
28512026-08-20T07:03:04.668Z Checking waitgroup v0.1.2
28522026-08-20T07:03:04.770Z Checking rustls-pemfile v2.2.0
28532026-08-20T07:03:04.784Z Checking backon v1.6.0
28542026-08-20T07:03:04.797Z Checking serde_path_to_error v0.1.20
28552026-08-20T07:03:04.810Z Checking hostname v0.4.2
28562026-08-20T07:03:04.864Z Checking instant v0.1.13
28572026-08-20T07:03:04.942Z Checking progenitor-extras v0.2.0
28582026-08-20T07:03:04.955Z Checking backoff v0.4.0
28592026-08-20T07:03:05.070Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28602026-08-20T07:03:05.081Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28612026-08-20T07:03:05.118Z Checking regress v0.10.5
28622026-08-20T07:03:05.122Z Checking itertools v0.14.0
28632026-08-20T07:03:05.280Z Checking macaddr v1.0.1
28642026-08-20T07:03:05.335Z Checking parse-display v0.10.0
28652026-08-20T07:03:05.431Z Checking humantime v2.3.0
28662026-08-20T07:03:06.210Z Compiling prettyplease v0.2.37
28672026-08-20T07:03:06.495Z Checking num-rational v0.4.2
28682026-08-20T07:03:06.764Z Checking num-complex v0.4.6
28692026-08-20T07:03:07.289Z Compiling num v0.4.3
28702026-08-20T07:03:07.307Z Compiling usdt-macro v0.5.0
28712026-08-20T07:03:07.365Z Compiling usdt-attr-macro v0.5.0
28722026-08-20T07:03:07.376Z Checking memmap v0.7.0
28732026-08-20T07:03:07.388Z Compiling float-ord v0.3.2
28742026-08-20T07:03:07.444Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28752026-08-20T07:03:07.501Z Compiling convert_case v0.4.0
28762026-08-20T07:03:07.824Z Checking newline-converter v0.3.0
28772026-08-20T07:03:07.884Z Compiling derive_more v0.99.20
28782026-08-20T07:03:07.934Z Checking console v0.15.11
28792026-08-20T07:03:08.050Z Compiling toml v0.8.23
28802026-08-20T07:03:08.136Z Checking usdt v0.5.0
28812026-08-20T07:03:08.209Z Checking linked-hash-map v0.5.6
28822026-08-20T07:03:08.309Z Compiling minimal-lexical v0.2.1
28832026-08-20T07:03:08.380Z Checking lru-cache v0.1.2
28842026-08-20T07:03:08.501Z Compiling nom v7.1.3
28852026-08-20T07:03:08.566Z Checking expectorate v1.2.0
28862026-08-20T07:03:08.745Z Checking camino-tempfile v1.4.1
28872026-08-20T07:03:08.911Z Checking hickory-proto v0.24.4
28882026-08-20T07:03:09.030Z Checking phf_shared v0.12.1
28892026-08-20T07:03:09.162Z Compiling slog-dtrace v0.3.0
28902026-08-20T07:03:09.174Z Checking heck v0.5.0
28912026-08-20T07:03:09.298Z Compiling chrono-tz v0.10.4
28922026-08-20T07:03:09.476Z Compiling unicode-xid v0.2.6
28932026-08-20T07:03:09.578Z Checking resolv-conf v0.7.6
28942026-08-20T07:03:09.644Z Compiling const_format_proc_macros v0.2.34
28952026-08-20T07:03:09.836Z Checking phf v0.12.1
28962026-08-20T07:03:09.897Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28972026-08-20T07:03:09.980Z Checking tokio-dtrace v0.1.1
28982026-08-20T07:03:10.172Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28992026-08-20T07:03:10.188Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29002026-08-20T07:03:10.383Z Compiling derive-where v1.6.0
29012026-08-20T07:03:10.470Z Checking highway v1.3.0
29022026-08-20T07:03:10.484Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29032026-08-20T07:03:10.720Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29042026-08-20T07:03:10.787Z Checking hickory-resolver v0.24.4
29052026-08-20T07:03:11.210Z Checking const_format v0.2.35
29062026-08-20T07:03:11.469Z Checking oxide-tokio-rt v0.1.4
29072026-08-20T07:03:11.681Z Checking qorb v0.4.1
29082026-08-20T07:03:11.742Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29092026-08-20T07:03:11.869Z Checking gethostname v0.5.0
29102026-08-20T07:03:11.959Z Checking bcs v0.1.6
29112026-08-20T07:03:11.995Z Checking termtree v0.5.1
29122026-08-20T07:03:12.009Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29132026-08-20T07:03:12.027Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29142026-08-20T07:03:12.027Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29152026-08-20T07:03:15.087Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29162026-08-20T07:03:18.198Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29172026-08-20T07:03:20.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.61s
29182026-08-20T07:03:20.617Z
29192026-08-20T07:03:20.617Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (88/340)
29202026-08-20T07:03:21.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-08-20T07:03:21.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-08-20T07:03:21.289Z Compiling ar_archive_writer v0.5.1
29232026-08-20T07:03:21.403Z Compiling stacker v0.1.23
29242026-08-20T07:03:21.407Z Compiling cfg_aliases v0.1.1
29252026-08-20T07:03:21.416Z Compiling convert_case v0.10.0
29262026-08-20T07:03:21.422Z Compiling proc-macro-error v1.0.4
29272026-08-20T07:03:21.431Z Checking fd-lock v4.0.4
29282026-08-20T07:03:21.435Z Checking nibble_vec v0.1.0
29292026-08-20T07:03:21.435Z Checking vte v0.14.1
29302026-08-20T07:03:21.462Z Compiling nix v0.28.0
29312026-08-20T07:03:21.540Z Compiling recursive-proc-macro-impl v0.1.1
29322026-08-20T07:03:21.554Z Checking endian-type v0.1.2
29332026-08-20T07:03:21.592Z Checking bytecount v0.6.9
29342026-08-20T07:03:21.660Z Checking strip-ansi-escapes v0.2.1
29352026-08-20T07:03:21.674Z Checking radix_trie v0.2.1
29362026-08-20T07:03:21.695Z Checking papergrid v0.11.0
29372026-08-20T07:03:21.705Z Compiling derive_more-impl v2.1.1
29382026-08-20T07:03:21.708Z Compiling tabled_derive v0.7.0
29392026-08-20T07:03:21.758Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29402026-08-20T07:03:21.874Z Compiling peg-macros v0.8.5
29412026-08-20T07:03:21.946Z Checking winnow v0.6.26
29422026-08-20T07:03:22.196Z Compiling psm v0.1.30
29432026-08-20T07:03:22.225Z Compiling sqlparser_derive v0.5.0
29442026-08-20T07:03:22.300Z Checking nu-ansi-term v0.50.3
29452026-08-20T07:03:22.504Z Checking derive_more v2.1.1
29462026-08-20T07:03:22.517Z Checking unicode_categories v0.1.1
29472026-08-20T07:03:22.582Z Checking home v0.5.12
29482026-08-20T07:03:22.659Z Checking tabled v0.15.0
29492026-08-20T07:03:22.670Z Checking crossterm v0.29.0
29502026-08-20T07:03:22.685Z Checking reedline v0.40.0
29512026-08-20T07:03:22.717Z Checking rustyline v14.0.0
29522026-08-20T07:03:22.983Z Checking recursive v0.1.1
29532026-08-20T07:03:22.997Z Checking display-error-chain v0.2.2
29542026-08-20T07:03:23.075Z Checking sqlparser v0.61.0
29552026-08-20T07:03:23.088Z Checking sqlformat v0.3.5
29562026-08-20T07:03:23.218Z Checking peg v0.8.5
29572026-08-20T07:03:34.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
29582026-08-20T07:03:34.517Z
29592026-08-20T07:03:34.517Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (89/340)
29602026-08-20T07:03:35.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612026-08-20T07:03:35.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622026-08-20T07:03:35.183Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29632026-08-20T07:03:38.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
29642026-08-20T07:03:38.930Z
29652026-08-20T07:03:38.930Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (90/340)
29662026-08-20T07:03:39.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672026-08-20T07:03:39.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682026-08-20T07:03:39.600Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29692026-08-20T07:03:42.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
29702026-08-20T07:03:42.331Z
29712026-08-20T07:03:42.332Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (91/340)
29722026-08-20T07:03:42.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732026-08-20T07:03:42.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742026-08-20T07:03:42.992Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29752026-08-20T07:03:46.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
29762026-08-20T07:03:46.479Z
29772026-08-20T07:03:46.479Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (92/340)
29782026-08-20T07:03:46.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792026-08-20T07:03:46.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802026-08-20T07:03:47.144Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29812026-08-20T07:03:50.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
29822026-08-20T07:03:50.724Z
29832026-08-20T07:03:50.724Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (93/340)
29842026-08-20T07:03:51.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852026-08-20T07:03:51.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862026-08-20T07:03:51.394Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29872026-08-20T07:03:54.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
29882026-08-20T07:03:54.239Z
29892026-08-20T07:03:54.239Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (94/340)
29902026-08-20T07:03:54.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912026-08-20T07:03:54.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922026-08-20T07:03:54.918Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29932026-08-20T07:03:57.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
29942026-08-20T07:03:57.813Z
29952026-08-20T07:03:57.814Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (95/340)
29962026-08-20T07:03:58.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972026-08-20T07:03:58.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982026-08-20T07:03:58.486Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29992026-08-20T07:04:02.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
30002026-08-20T07:04:02.193Z
30012026-08-20T07:04:02.193Zinfo: running `cargo check --bins` on oximeter (96/340)
30022026-08-20T07:04:02.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032026-08-20T07:04:02.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042026-08-20T07:04:02.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30052026-08-20T07:04:02.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30062026-08-20T07:04:02.774Z
30072026-08-20T07:04:02.774Zinfo: running `cargo check --bins` on oximeter-schema (97/340)
30082026-08-20T07:04:03.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092026-08-20T07:04:03.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102026-08-20T07:04:03.409Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30112026-08-20T07:04:03.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
30122026-08-20T07:04:03.957Z
30132026-08-20T07:04:03.957Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (98/340)
30142026-08-20T07:04:04.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152026-08-20T07:04:04.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162026-08-20T07:04:04.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30172026-08-20T07:04:04.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30182026-08-20T07:04:04.528Z
30192026-08-20T07:04:04.528Zinfo: running `cargo check --bins` on oximeter-test-utils (99/340)
30202026-08-20T07:04:05.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212026-08-20T07:04:05.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222026-08-20T07:04:05.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232026-08-20T07:04:05.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30242026-08-20T07:04:05.139Z
30252026-08-20T07:04:05.139Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (100/340)
30262026-08-20T07:04:05.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-08-20T07:04:05.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-08-20T07:04:05.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292026-08-20T07:04:05.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30302026-08-20T07:04:05.720Z
30312026-08-20T07:04:05.720Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (101/340)
30322026-08-20T07:04:06.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-08-20T07:04:06.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-08-20T07:04:06.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352026-08-20T07:04:06.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30362026-08-20T07:04:06.303Z
30372026-08-20T07:04:06.303Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (102/340)
30382026-08-20T07:04:06.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-08-20T07:04:06.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-08-20T07:04:06.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-08-20T07:04:06.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30422026-08-20T07:04:06.894Z
30432026-08-20T07:04:06.894Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (103/340)
30442026-08-20T07:04:07.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-08-20T07:04:07.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-08-20T07:04:07.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-08-20T07:04:07.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30482026-08-20T07:04:07.458Z
30492026-08-20T07:04:07.458Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/340)
30502026-08-20T07:04:07.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-08-20T07:04:07.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-08-20T07:04:07.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-08-20T07:04:07.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30542026-08-20T07:04:08.038Z
30552026-08-20T07:04:08.038Zinfo: running `cargo check --bins` on reconfigurator-cli (105/340)
30562026-08-20T07:04:08.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-08-20T07:04:08.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-08-20T07:04:08.905Z Compiling crucible-workspace-hack v0.1.0
30592026-08-20T07:04:08.963Z Compiling regress v0.11.1
30602026-08-20T07:04:08.963Z Checking secrecy v0.10.3
30612026-08-20T07:04:08.963Z Checking half v2.7.1
30622026-08-20T07:04:08.963Z Checking ciborium-io v0.2.2
30632026-08-20T07:04:08.963Z Checking inout v0.1.4
30642026-08-20T07:04:08.963Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30652026-08-20T07:04:08.963Z Checking universal-hash v0.5.1
30662026-08-20T07:04:09.132Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
30672026-08-20T07:04:09.227Z Compiling thiserror-impl-no-std v2.0.2
30682026-08-20T07:04:09.227Z Checking opaque-debug v0.3.1
30692026-08-20T07:04:09.227Z Checking cipher v0.4.4
30702026-08-20T07:04:09.325Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30712026-08-20T07:04:09.325Z Checking poly1305 v0.8.0
30722026-08-20T07:04:09.393Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30732026-08-20T07:04:09.393Z Checking ciborium-ll v0.2.2
30742026-08-20T07:04:09.451Z Checking chacha20 v0.9.1
30752026-08-20T07:04:09.527Z Checking ciborium v0.2.2
30762026-08-20T07:04:09.618Z Checking password-hash v0.5.0
30772026-08-20T07:04:09.619Z Checking blake2 v0.10.6
30782026-08-20T07:04:09.670Z Checking aead v0.5.2
30792026-08-20T07:04:09.731Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
30802026-08-20T07:04:09.765Z Compiling toml_datetime v0.7.5+spec-1.1.0
30812026-08-20T07:04:09.765Z Checking indent_write v2.2.0
30822026-08-20T07:04:09.765Z Checking argon2 v0.5.3
30832026-08-20T07:04:09.883Z Checking chacha20poly1305 v0.10.1
30842026-08-20T07:04:09.918Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30852026-08-20T07:04:09.967Z Compiling toml_edit v0.23.10+spec-1.0.0
30862026-08-20T07:04:10.024Z Compiling unsafe-libyaml v0.2.11
30872026-08-20T07:04:10.102Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30882026-08-20T07:04:10.307Z Checking thiserror-no-std v2.0.2
30892026-08-20T07:04:10.342Z Compiling heapless v0.8.0
30902026-08-20T07:04:10.383Z Checking vsss-rs v3.3.4
30912026-08-20T07:04:10.491Z Compiling ingot-macros v0.2.0
30922026-08-20T07:04:10.597Z Compiling typify-impl v0.6.2
30932026-08-20T07:04:10.732Z Compiling serde_yaml v0.9.34+deprecated
30942026-08-20T07:04:11.082Z Compiling proc-macro-crate v3.4.0
30952026-08-20T07:04:11.304Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
30962026-08-20T07:04:11.482Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30972026-08-20T07:04:11.543Z Compiling num_enum_derive v0.7.6
30982026-08-20T07:04:11.582Z Checking hash32 v0.3.1
30992026-08-20T07:04:11.713Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31002026-08-20T07:04:11.925Z Compiling smoltcp v0.11.0
31012026-08-20T07:04:12.144Z Checking tabwriter v1.4.1
31022026-08-20T07:04:12.165Z Checking cobs v0.3.0
31032026-08-20T07:04:12.289Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31042026-08-20T07:04:12.302Z Checking swrite v0.1.0
31052026-08-20T07:04:12.315Z Checking postcard v1.1.3
31062026-08-20T07:04:12.396Z Compiling proc-macro-crate v1.3.1
31072026-08-20T07:04:12.494Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31082026-08-20T07:04:12.578Z Checking num_enum v0.7.6
31092026-08-20T07:04:12.594Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31102026-08-20T07:04:12.609Z Compiling foreign-types-macros v0.2.3
31112026-08-20T07:04:12.690Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31122026-08-20T07:04:12.706Z Checking foreign-types-shared v0.3.1
31132026-08-20T07:04:12.796Z Checking colored v3.1.1
31142026-08-20T07:04:12.811Z Compiling num_enum_derive v0.5.11
31152026-08-20T07:04:13.041Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31162026-08-20T07:04:13.124Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31172026-08-20T07:04:13.210Z Checking foreign-types v0.5.0
31182026-08-20T07:04:13.283Z Checking ingot-types v0.2.0
31192026-08-20T07:04:13.298Z Checking cstr-argument v0.1.2
31202026-08-20T07:04:13.423Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31212026-08-20T07:04:13.479Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31222026-08-20T07:04:13.546Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31232026-08-20T07:04:13.569Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31242026-08-20T07:04:13.587Z Checking rand v0.10.1
31252026-08-20T07:04:13.631Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31262026-08-20T07:04:13.654Z Checking ingot v0.2.1
31272026-08-20T07:04:13.719Z Compiling zone_cfg_derive v0.3.1
31282026-08-20T07:04:13.734Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31292026-08-20T07:04:13.846Z Checking num_enum v0.5.11
31302026-08-20T07:04:13.862Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31312026-08-20T07:04:13.946Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
31322026-08-20T07:04:13.964Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31332026-08-20T07:04:14.122Z Checking itertools v0.12.1
31342026-08-20T07:04:14.139Z Compiling num-derive v0.4.2
31352026-08-20T07:04:14.361Z Compiling semver v0.1.20
31362026-08-20T07:04:14.672Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31372026-08-20T07:04:14.886Z Compiling rustc_version v0.1.7
31382026-08-20T07:04:15.101Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
31392026-08-20T07:04:15.116Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31402026-08-20T07:04:15.132Z Compiling typify-macro v0.6.2
31412026-08-20T07:04:15.147Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
31422026-08-20T07:04:15.208Z Checking zone v0.3.1
31432026-08-20T07:04:15.261Z Checking smf v0.2.3
31442026-08-20T07:04:15.298Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31452026-08-20T07:04:15.338Z Checking csv-core v0.1.13
31462026-08-20T07:04:15.353Z Checking nom v8.0.0
31472026-08-20T07:04:15.468Z Checking whoami v1.6.1
31482026-08-20T07:04:15.497Z Compiling newtype_derive v0.1.6
31492026-08-20T07:04:15.518Z Checking csv v1.4.0
31502026-08-20T07:04:15.570Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31512026-08-20T07:04:15.645Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31522026-08-20T07:04:15.688Z Compiling cancel-safe-futures v0.1.5
31532026-08-20T07:04:15.759Z Compiling libefi-sys v0.1.0
31542026-08-20T07:04:15.884Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31552026-08-20T07:04:16.050Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31562026-08-20T07:04:16.158Z Checking oxide-update-engine-types v0.1.2
31572026-08-20T07:04:16.223Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31582026-08-20T07:04:16.252Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31592026-08-20T07:04:16.304Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31602026-08-20T07:04:16.403Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31612026-08-20T07:04:16.480Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31622026-08-20T07:04:16.610Z Compiling bitfield-struct v0.6.2
31632026-08-20T07:04:16.655Z Checking linear-map v1.2.0
31642026-08-20T07:04:16.833Z Checking steno v0.4.1
31652026-08-20T07:04:16.879Z Compiling typify v0.6.2
31662026-08-20T07:04:16.996Z Compiling progenitor-impl v0.14.0
31672026-08-20T07:04:17.045Z Checking oxide-update-engine v0.1.2
31682026-08-20T07:04:17.233Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31692026-08-20T07:04:17.310Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
31702026-08-20T07:04:17.417Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31712026-08-20T07:04:17.481Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31722026-08-20T07:04:17.636Z Checking sha1 v0.10.6
31732026-08-20T07:04:17.652Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31742026-08-20T07:04:17.652Z Checking utf-8 v0.7.6
31752026-08-20T07:04:17.732Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31762026-08-20T07:04:17.805Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31772026-08-20T07:04:17.819Z Checking tungstenite v0.21.0
31782026-08-20T07:04:17.833Z Checking ignore v0.4.25
31792026-08-20T07:04:17.937Z Checking anstyle-parse v0.2.7
31802026-08-20T07:04:17.955Z Compiling xshell-macros v0.2.7
31812026-08-20T07:04:17.970Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31822026-08-20T07:04:18.097Z Checking anstream v0.6.21
31832026-08-20T07:04:18.178Z Checking predicates-tree v1.0.13
31842026-08-20T07:04:18.232Z Checking globwalk v0.9.1
31852026-08-20T07:04:18.247Z Checking tokio-tungstenite v0.21.0
31862026-08-20T07:04:18.292Z Checking filetime v0.2.27
31872026-08-20T07:04:18.309Z Checking tagptr v0.2.0
31882026-08-20T07:04:18.329Z Checking xshell v0.2.7
31892026-08-20T07:04:18.412Z Checking xattr v1.6.1
31902026-08-20T07:04:18.428Z Checking camino-tempfile-ext v0.3.3
31912026-08-20T07:04:18.449Z Checking moka v0.12.13
31922026-08-20T07:04:18.523Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31932026-08-20T07:04:18.526Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31942026-08-20T07:04:18.551Z Checking tar v0.4.46
31952026-08-20T07:04:18.624Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31962026-08-20T07:04:18.670Z Checking rand_seeder v0.4.0
31972026-08-20T07:04:18.704Z Checking half v1.8.3
31982026-08-20T07:04:18.772Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31992026-08-20T07:04:18.817Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32002026-08-20T07:04:18.905Z Checking serde_cbor v0.11.2
32012026-08-20T07:04:18.935Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32022026-08-20T07:04:19.094Z Checking hickory-resolver v0.25.2
32032026-08-20T07:04:19.122Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
32042026-08-20T07:04:19.189Z Checking digest-io v0.1.0
32052026-08-20T07:04:19.296Z Checking sha2 v0.11.0
32062026-08-20T07:04:19.324Z Compiling petname v2.0.2
32072026-08-20T07:04:19.644Z Compiling progenitor-macro v0.14.0
32082026-08-20T07:04:19.800Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32092026-08-20T07:04:19.815Z Checking rawzip v0.4.4
32102026-08-20T07:04:19.829Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32112026-08-20T07:04:20.211Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32122026-08-20T07:04:20.265Z Checking sapling-renderdag v0.1.0
32132026-08-20T07:04:20.318Z Checking subprocess v0.2.15
32142026-08-20T07:04:20.399Z Checking sync-ptr v0.1.4
32152026-08-20T07:04:20.530Z Checking colored v2.2.0
32162026-08-20T07:04:20.559Z Checking assert_matches v1.5.0
32172026-08-20T07:04:20.607Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32182026-08-20T07:04:20.772Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32192026-08-20T07:04:20.786Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32202026-08-20T07:04:20.802Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32212026-08-20T07:04:21.486Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32222026-08-20T07:04:21.490Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32232026-08-20T07:04:21.543Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
32242026-08-20T07:04:22.627Z Checking progenitor v0.14.0
32252026-08-20T07:04:22.763Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
32262026-08-20T07:04:22.763Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32272026-08-20T07:04:22.766Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32282026-08-20T07:04:22.766Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
32292026-08-20T07:04:22.766Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32302026-08-20T07:04:22.766Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32312026-08-20T07:04:22.847Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32322026-08-20T07:04:23.083Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32332026-08-20T07:04:23.151Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32342026-08-20T07:04:23.364Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32352026-08-20T07:04:23.450Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32362026-08-20T07:04:23.635Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32372026-08-20T07:04:24.309Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32382026-08-20T07:04:24.463Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32392026-08-20T07:04:24.974Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32402026-08-20T07:04:26.001Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32412026-08-20T07:04:34.630Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32422026-08-20T07:04:41.858Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32432026-08-20T07:04:41.861Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32442026-08-20T07:04:41.861Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32452026-08-20T07:04:43.362Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32462026-08-20T07:04:44.624Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32472026-08-20T07:04:46.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.84s
32482026-08-20T07:04:47.087Z
32492026-08-20T07:04:47.087Zinfo: running `cargo check --bins` on nexus-inventory (106/340)
32502026-08-20T07:04:47.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512026-08-20T07:04:47.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522026-08-20T07:04:47.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32532026-08-20T07:04:47.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32542026-08-20T07:04:47.698Z
32552026-08-20T07:04:47.698Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/340)
32562026-08-20T07:04:48.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32572026-08-20T07:04:48.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32582026-08-20T07:04:48.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32592026-08-20T07:04:48.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32602026-08-20T07:04:48.266Z
32612026-08-20T07:04:48.266Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/340)
32622026-08-20T07:04:48.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632026-08-20T07:04:48.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642026-08-20T07:04:48.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32652026-08-20T07:04:48.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32662026-08-20T07:04:48.834Z
32672026-08-20T07:04:48.834Zinfo: running `cargo check --bins` on dns-service-client (109/340)
32682026-08-20T07:04:49.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692026-08-20T07:04:49.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702026-08-20T07:04:49.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712026-08-20T07:04:49.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32722026-08-20T07:04:49.403Z
32732026-08-20T07:04:49.403Zinfo: running `cargo check --bins` on ntp-admin-client (110/340)
32742026-08-20T07:04:49.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752026-08-20T07:04:49.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762026-08-20T07:04:49.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772026-08-20T07:04:49.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32782026-08-20T07:04:49.970Z
32792026-08-20T07:04:49.970Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/340)
32802026-08-20T07:04:50.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812026-08-20T07:04:50.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822026-08-20T07:04:50.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32832026-08-20T07:04:50.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32842026-08-20T07:04:50.530Z
32852026-08-20T07:04:50.530Zinfo: running `cargo check --bins` on cockroach-admin-client (112/340)
32862026-08-20T07:04:51.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872026-08-20T07:04:51.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882026-08-20T07:04:51.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32892026-08-20T07:04:51.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32902026-08-20T07:04:51.092Z
32912026-08-20T07:04:51.092Zinfo: running `cargo check --bins` on parallel-task-set (113/340)
32922026-08-20T07:04:51.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32932026-08-20T07:04:51.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32942026-08-20T07:04:51.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32952026-08-20T07:04:51.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32962026-08-20T07:04:51.649Z
32972026-08-20T07:04:51.650Zinfo: running `cargo check --bins` on sled-agent-client (114/340)
32982026-08-20T07:04:52.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992026-08-20T07:04:52.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002026-08-20T07:04:52.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33012026-08-20T07:04:52.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33022026-08-20T07:04:52.231Z
33032026-08-20T07:04:52.231Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/340)
33042026-08-20T07:04:52.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052026-08-20T07:04:52.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062026-08-20T07:04:52.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33072026-08-20T07:04:52.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33082026-08-20T07:04:52.816Z
33092026-08-20T07:04:52.816Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/340)
33102026-08-20T07:04:53.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112026-08-20T07:04:53.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122026-08-20T07:04:53.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33132026-08-20T07:04:53.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33142026-08-20T07:04:53.403Z
33152026-08-20T07:04:53.403Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/340)
33162026-08-20T07:04:53.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-08-20T07:04:53.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-08-20T07:04:53.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192026-08-20T07:04:53.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33202026-08-20T07:04:53.988Z
33212026-08-20T07:04:53.988Zinfo: running `cargo check --bins` on key-manager (118/340)
33222026-08-20T07:04:54.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-08-20T07:04:54.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-08-20T07:04:54.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-08-20T07:04:54.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33262026-08-20T07:04:54.565Z
33272026-08-20T07:04:54.565Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/340)
33282026-08-20T07:04:55.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-08-20T07:04:55.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-08-20T07:04:55.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-08-20T07:04:55.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33322026-08-20T07:04:55.145Z
33332026-08-20T07:04:55.145Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/340)
33342026-08-20T07:04:55.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-08-20T07:04:55.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-08-20T07:04:55.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-08-20T07:04:55.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33382026-08-20T07:04:55.730Z
33392026-08-20T07:04:55.730Zinfo: running `cargo check --bins` on typed-rng (121/340)
33402026-08-20T07:04:56.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-08-20T07:04:56.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-08-20T07:04:56.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-08-20T07:04:56.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33442026-08-20T07:04:56.286Z
33452026-08-20T07:04:56.286Zinfo: running `cargo check --bins` on gateway-test-utils (122/340)
33462026-08-20T07:04:56.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-08-20T07:04:56.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-08-20T07:04:56.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-08-20T07:04:56.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33502026-08-20T07:04:56.900Z
33512026-08-20T07:04:56.901Zinfo: running `cargo check --bins` on omicron-gateway (123/340)
33522026-08-20T07:04:57.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-08-20T07:04:57.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-08-20T07:04:57.626Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33552026-08-20T07:04:57.626Z Checking void v1.0.2
33562026-08-20T07:04:57.630Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33572026-08-20T07:04:57.630Z Checking dropshot-api-manager-types v0.8.0
33582026-08-20T07:04:57.630Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33592026-08-20T07:04:57.630Z Checking tungstenite v0.23.0
33602026-08-20T07:04:57.630Z Checking nix v0.27.1
33612026-08-20T07:04:57.630Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33622026-08-20T07:04:57.885Z Checking kstat-rs v0.2.5
33632026-08-20T07:04:57.888Z Checking fxhash v0.2.1
33642026-08-20T07:04:57.911Z Checking lzss v0.8.2
33652026-08-20T07:04:58.010Z Checking serde_bytes v0.11.19
33662026-08-20T07:04:58.026Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33672026-08-20T07:04:58.065Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33682026-08-20T07:04:58.065Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33692026-08-20T07:04:58.091Z Checking signal-hook-tokio v0.3.1
33702026-08-20T07:04:58.158Z Checking tokio-tungstenite v0.23.1
33712026-08-20T07:04:58.231Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33722026-08-20T07:04:59.346Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33732026-08-20T07:04:59.885Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33742026-08-20T07:05:02.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.10s
33752026-08-20T07:05:02.202Z
33762026-08-20T07:05:02.202Zinfo: running `cargo check --bins` on gateway-api (124/340)
33772026-08-20T07:05:02.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-08-20T07:05:02.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-08-20T07:05:02.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-08-20T07:05:02.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33812026-08-20T07:05:02.767Z
33822026-08-20T07:05:02.768Zinfo: running `cargo check --bins` on ipcc (125/340)
33832026-08-20T07:05:03.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-08-20T07:05:03.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-08-20T07:05:03.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-08-20T07:05:03.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33872026-08-20T07:05:03.333Z
33882026-08-20T07:05:03.333Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/340)
33892026-08-20T07:05:03.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-08-20T07:05:03.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-08-20T07:05:03.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-08-20T07:05:03.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33932026-08-20T07:05:03.885Z
33942026-08-20T07:05:03.885Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/340)
33952026-08-20T07:05:04.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-08-20T07:05:04.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-08-20T07:05:04.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-08-20T07:05:04.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33992026-08-20T07:05:04.472Z
34002026-08-20T07:05:04.472Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/340)
34012026-08-20T07:05:04.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-08-20T07:05:04.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-08-20T07:05:04.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-08-20T07:05:04.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34052026-08-20T07:05:05.046Z
34062026-08-20T07:05:05.046Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/340)
34072026-08-20T07:05:05.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-08-20T07:05:05.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-08-20T07:05:05.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-08-20T07:05:05.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34112026-08-20T07:05:05.613Z
34122026-08-20T07:05:05.613Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/340)
34132026-08-20T07:05:06.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-08-20T07:05:06.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-08-20T07:05:06.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-08-20T07:05:06.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34172026-08-20T07:05:06.184Z
34182026-08-20T07:05:06.184Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/340)
34192026-08-20T07:05:06.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-08-20T07:05:06.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-08-20T07:05:06.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-08-20T07:05:06.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34232026-08-20T07:05:06.779Z
34242026-08-20T07:05:06.779Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/340)
34252026-08-20T07:05:07.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-08-20T07:05:07.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-08-20T07:05:07.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-08-20T07:05:07.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34292026-08-20T07:05:07.354Z
34302026-08-20T07:05:07.354Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/340)
34312026-08-20T07:05:07.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-08-20T07:05:07.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-08-20T07:05:07.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-08-20T07:05:07.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34352026-08-20T07:05:07.925Z
34362026-08-20T07:05:07.925Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/340)
34372026-08-20T07:05:08.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-08-20T07:05:08.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-08-20T07:05:08.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-08-20T07:05:08.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34412026-08-20T07:05:08.498Z
34422026-08-20T07:05:08.498Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/340)
34432026-08-20T07:05:08.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-08-20T07:05:08.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-08-20T07:05:08.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-08-20T07:05:08.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34472026-08-20T07:05:09.069Z
34482026-08-20T07:05:09.069Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/340)
34492026-08-20T07:05:09.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-08-20T07:05:09.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-08-20T07:05:09.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-08-20T07:05:09.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34532026-08-20T07:05:09.640Z
34542026-08-20T07:05:09.641Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/340)
34552026-08-20T07:05:10.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-08-20T07:05:10.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-08-20T07:05:10.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-08-20T07:05:10.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34592026-08-20T07:05:10.219Z
34602026-08-20T07:05:10.219Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/340)
34612026-08-20T07:05:10.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-08-20T07:05:10.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-08-20T07:05:10.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-08-20T07:05:10.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34652026-08-20T07:05:10.796Z
34662026-08-20T07:05:10.796Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/340)
34672026-08-20T07:05:11.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-08-20T07:05:11.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-08-20T07:05:11.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-08-20T07:05:11.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34712026-08-20T07:05:11.368Z
34722026-08-20T07:05:11.369Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/340)
34732026-08-20T07:05:11.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-08-20T07:05:11.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-08-20T07:05:11.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-08-20T07:05:11.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34772026-08-20T07:05:11.948Z
34782026-08-20T07:05:11.949Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/340)
34792026-08-20T07:05:12.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-08-20T07:05:12.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-08-20T07:05:12.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-08-20T07:05:12.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34832026-08-20T07:05:12.524Z
34842026-08-20T07:05:12.524Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/340)
34852026-08-20T07:05:13.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-08-20T07:05:13.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-08-20T07:05:13.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-08-20T07:05:13.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34892026-08-20T07:05:13.090Z
34902026-08-20T07:05:13.090Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/340)
34912026-08-20T07:05:13.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-08-20T07:05:13.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-08-20T07:05:13.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-08-20T07:05:13.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34952026-08-20T07:05:13.660Z
34962026-08-20T07:05:13.660Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/340)
34972026-08-20T07:05:14.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-08-20T07:05:14.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-08-20T07:05:14.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-08-20T07:05:14.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35012026-08-20T07:05:14.238Z
35022026-08-20T07:05:14.238Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/340)
35032026-08-20T07:05:14.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-08-20T07:05:14.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-08-20T07:05:14.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-08-20T07:05:14.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35072026-08-20T07:05:14.812Z
35082026-08-20T07:05:14.812Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/340)
35092026-08-20T07:05:15.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-08-20T07:05:15.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-08-20T07:05:15.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-08-20T07:05:15.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35132026-08-20T07:05:15.402Z
35142026-08-20T07:05:15.402Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/340)
35152026-08-20T07:05:15.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-08-20T07:05:15.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-08-20T07:05:15.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-08-20T07:05:15.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35192026-08-20T07:05:15.987Z
35202026-08-20T07:05:15.987Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/340)
35212026-08-20T07:05:16.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-08-20T07:05:16.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-08-20T07:05:16.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-08-20T07:05:16.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35252026-08-20T07:05:16.574Z
35262026-08-20T07:05:16.574Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/340)
35272026-08-20T07:05:17.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-08-20T07:05:17.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-08-20T07:05:17.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-08-20T07:05:17.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35312026-08-20T07:05:17.172Z
35322026-08-20T07:05:17.172Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/340)
35332026-08-20T07:05:17.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-08-20T07:05:17.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-08-20T07:05:17.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-08-20T07:05:17.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35372026-08-20T07:05:17.765Z
35382026-08-20T07:05:17.765Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/340)
35392026-08-20T07:05:18.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-08-20T07:05:18.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-08-20T07:05:18.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-08-20T07:05:18.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35432026-08-20T07:05:18.365Z
35442026-08-20T07:05:18.365Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/340)
35452026-08-20T07:05:18.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-08-20T07:05:18.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-08-20T07:05:18.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-08-20T07:05:18.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35492026-08-20T07:05:18.956Z
35502026-08-20T07:05:18.956Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/340)
35512026-08-20T07:05:19.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-08-20T07:05:19.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-08-20T07:05:19.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-08-20T07:05:19.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35552026-08-20T07:05:19.547Z
35562026-08-20T07:05:19.547Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/340)
35572026-08-20T07:05:20.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-08-20T07:05:20.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-08-20T07:05:20.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-08-20T07:05:20.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35612026-08-20T07:05:20.194Z
35622026-08-20T07:05:20.194Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/340)
35632026-08-20T07:05:20.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-08-20T07:05:20.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-08-20T07:05:20.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-08-20T07:05:20.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35672026-08-20T07:05:20.728Z
35682026-08-20T07:05:20.728Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/340)
35692026-08-20T07:05:21.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-08-20T07:05:21.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-08-20T07:05:21.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-08-20T07:05:21.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35732026-08-20T07:05:21.316Z
35742026-08-20T07:05:21.317Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/340)
35752026-08-20T07:05:21.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-08-20T07:05:21.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-08-20T07:05:21.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-08-20T07:05:21.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35792026-08-20T07:05:21.902Z
35802026-08-20T07:05:21.902Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/340)
35812026-08-20T07:05:22.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-08-20T07:05:22.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-08-20T07:05:22.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-08-20T07:05:22.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35852026-08-20T07:05:22.495Z
35862026-08-20T07:05:22.495Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/340)
35872026-08-20T07:05:22.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-08-20T07:05:22.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-08-20T07:05:22.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-08-20T07:05:22.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35912026-08-20T07:05:23.084Z
35922026-08-20T07:05:23.084Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/340)
35932026-08-20T07:05:23.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-08-20T07:05:23.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-08-20T07:05:23.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-08-20T07:05:23.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35972026-08-20T07:05:23.668Z
35982026-08-20T07:05:23.668Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/340)
35992026-08-20T07:05:24.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-08-20T07:05:24.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-08-20T07:05:24.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-08-20T07:05:24.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36032026-08-20T07:05:24.257Z
36042026-08-20T07:05:24.257Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/340)
36052026-08-20T07:05:24.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-08-20T07:05:24.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-08-20T07:05:24.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-08-20T07:05:24.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36092026-08-20T07:05:24.847Z
36102026-08-20T07:05:24.847Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/340)
36112026-08-20T07:05:25.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-08-20T07:05:25.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-08-20T07:05:25.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-08-20T07:05:25.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36152026-08-20T07:05:25.439Z
36162026-08-20T07:05:25.439Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/340)
36172026-08-20T07:05:25.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-08-20T07:05:25.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-08-20T07:05:25.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-08-20T07:05:25.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36212026-08-20T07:05:26.018Z
36222026-08-20T07:05:26.018Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/340)
36232026-08-20T07:05:26.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-08-20T07:05:26.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-08-20T07:05:26.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-08-20T07:05:26.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36272026-08-20T07:05:26.600Z
36282026-08-20T07:05:26.600Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/340)
36292026-08-20T07:05:27.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-08-20T07:05:27.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-08-20T07:05:27.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-08-20T07:05:27.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36332026-08-20T07:05:27.183Z
36342026-08-20T07:05:27.183Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/340)
36352026-08-20T07:05:27.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-08-20T07:05:27.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-08-20T07:05:27.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-08-20T07:05:27.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36392026-08-20T07:05:27.757Z
36402026-08-20T07:05:27.757Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/340)
36412026-08-20T07:05:28.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-08-20T07:05:28.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-08-20T07:05:28.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-08-20T07:05:28.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36452026-08-20T07:05:28.338Z
36462026-08-20T07:05:28.338Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/340)
36472026-08-20T07:05:28.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-08-20T07:05:28.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-08-20T07:05:28.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-08-20T07:05:28.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36512026-08-20T07:05:28.918Z
36522026-08-20T07:05:28.918Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/340)
36532026-08-20T07:05:29.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-08-20T07:05:29.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-08-20T07:05:29.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-08-20T07:05:29.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36572026-08-20T07:05:29.489Z
36582026-08-20T07:05:29.489Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/340)
36592026-08-20T07:05:29.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-08-20T07:05:29.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-08-20T07:05:29.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-08-20T07:05:29.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36632026-08-20T07:05:30.062Z
36642026-08-20T07:05:30.062Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/340)
36652026-08-20T07:05:30.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-08-20T07:05:30.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-08-20T07:05:30.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-08-20T07:05:30.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36692026-08-20T07:05:30.642Z
36702026-08-20T07:05:30.643Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/340)
36712026-08-20T07:05:31.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-08-20T07:05:31.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-08-20T07:05:31.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-08-20T07:05:31.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36752026-08-20T07:05:31.215Z
36762026-08-20T07:05:31.215Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/340)
36772026-08-20T07:05:31.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-08-20T07:05:31.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-08-20T07:05:31.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-08-20T07:05:31.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36812026-08-20T07:05:31.789Z
36822026-08-20T07:05:31.789Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/340)
36832026-08-20T07:05:32.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-08-20T07:05:32.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-08-20T07:05:32.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-08-20T07:05:32.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36872026-08-20T07:05:32.366Z
36882026-08-20T07:05:32.366Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/340)
36892026-08-20T07:05:32.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-08-20T07:05:32.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-08-20T07:05:32.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-08-20T07:05:32.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36932026-08-20T07:05:32.944Z
36942026-08-20T07:05:32.944Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/340)
36952026-08-20T07:05:33.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-08-20T07:05:33.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-08-20T07:05:33.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-08-20T07:05:33.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36992026-08-20T07:05:33.521Z
37002026-08-20T07:05:33.521Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/340)
37012026-08-20T07:05:34.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-08-20T07:05:34.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-08-20T07:05:34.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-08-20T07:05:34.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37052026-08-20T07:05:34.097Z
37062026-08-20T07:05:34.098Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/340)
37072026-08-20T07:05:34.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-08-20T07:05:34.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-08-20T07:05:34.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-08-20T07:05:34.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37112026-08-20T07:05:34.671Z
37122026-08-20T07:05:34.671Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/340)
37132026-08-20T07:05:35.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-08-20T07:05:35.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-08-20T07:05:35.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-08-20T07:05:35.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37172026-08-20T07:05:35.261Z
37182026-08-20T07:05:35.261Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/340)
37192026-08-20T07:05:35.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-08-20T07:05:35.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-08-20T07:05:35.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-08-20T07:05:35.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37232026-08-20T07:05:35.852Z
37242026-08-20T07:05:35.853Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/340)
37252026-08-20T07:05:36.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-08-20T07:05:36.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-08-20T07:05:36.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-08-20T07:05:36.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37292026-08-20T07:05:36.449Z
37302026-08-20T07:05:36.449Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/340)
37312026-08-20T07:05:36.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-08-20T07:05:36.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-08-20T07:05:36.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-08-20T07:05:36.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37352026-08-20T07:05:37.043Z
37362026-08-20T07:05:37.043Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/340)
37372026-08-20T07:05:37.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-08-20T07:05:37.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-08-20T07:05:37.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-08-20T07:05:37.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37412026-08-20T07:05:37.633Z
37422026-08-20T07:05:37.633Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/340)
37432026-08-20T07:05:38.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-08-20T07:05:38.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-08-20T07:05:38.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-08-20T07:05:38.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37472026-08-20T07:05:38.227Z
37482026-08-20T07:05:38.227Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/340)
37492026-08-20T07:05:38.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-08-20T07:05:38.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-08-20T07:05:38.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-08-20T07:05:38.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37532026-08-20T07:05:38.819Z
37542026-08-20T07:05:38.819Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/340)
37552026-08-20T07:05:39.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-08-20T07:05:39.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-08-20T07:05:39.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-08-20T07:05:39.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37592026-08-20T07:05:39.421Z
37602026-08-20T07:05:39.421Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/340)
37612026-08-20T07:05:39.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-08-20T07:05:39.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-08-20T07:05:39.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-08-20T07:05:39.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37652026-08-20T07:05:40.012Z
37662026-08-20T07:05:40.013Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/340)
37672026-08-20T07:05:40.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-08-20T07:05:40.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-08-20T07:05:40.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-08-20T07:05:40.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37712026-08-20T07:05:40.610Z
37722026-08-20T07:05:40.610Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/340)
37732026-08-20T07:05:41.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-08-20T07:05:41.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-08-20T07:05:41.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-08-20T07:05:41.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37772026-08-20T07:05:41.203Z
37782026-08-20T07:05:41.203Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/340)
37792026-08-20T07:05:41.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-08-20T07:05:41.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-08-20T07:05:41.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822026-08-20T07:05:41.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37832026-08-20T07:05:41.792Z
37842026-08-20T07:05:41.792Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/340)
37852026-08-20T07:05:42.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-08-20T07:05:42.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-08-20T07:05:42.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882026-08-20T07:05:42.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37892026-08-20T07:05:42.384Z
37902026-08-20T07:05:42.384Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/340)
37912026-08-20T07:05:42.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-08-20T07:05:42.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-08-20T07:05:42.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942026-08-20T07:05:42.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37952026-08-20T07:05:42.980Z
37962026-08-20T07:05:42.980Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/340)
37972026-08-20T07:05:43.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-08-20T07:05:43.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-08-20T07:05:43.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-08-20T07:05:43.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38012026-08-20T07:05:43.575Z
38022026-08-20T07:05:43.575Zinfo: running `cargo check --bins` on oximeter-producer (195/340)
38032026-08-20T07:05:44.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-08-20T07:05:44.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-08-20T07:05:44.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-08-20T07:05:44.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38072026-08-20T07:05:44.191Z
38082026-08-20T07:05:44.191Zinfo: running `cargo check --bins` on internal-dns-resolver (196/340)
38092026-08-20T07:05:44.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-08-20T07:05:44.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-08-20T07:05:44.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-08-20T07:05:44.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38132026-08-20T07:05:44.773Z
38142026-08-20T07:05:44.773Zinfo: running `cargo check --bins` on dns-server (197/340)
38152026-08-20T07:05:45.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-08-20T07:05:45.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-08-20T07:05:45.431Z Compiling parking_lot_core v0.8.6
38182026-08-20T07:05:45.434Z Compiling git-stub v1.0.0
38192026-08-20T07:05:45.434Z Checking prefix-trie v0.7.0
38202026-08-20T07:05:45.553Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38212026-08-20T07:05:45.662Z Compiling git-stub-vcs v0.1.0
38222026-08-20T07:05:45.820Z Checking hickory-server v0.25.2
38232026-08-20T07:05:45.929Z Checking parking_lot v0.11.2
38242026-08-20T07:05:45.962Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38252026-08-20T07:05:46.095Z Checking sled v0.34.7
38262026-08-20T07:05:48.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
38272026-08-20T07:05:48.224Z
38282026-08-20T07:05:48.224Zinfo: running `cargo check --bins` on dns-server-api (198/340)
38292026-08-20T07:05:48.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-08-20T07:05:48.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-08-20T07:05:48.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-08-20T07:05:48.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38332026-08-20T07:05:48.792Z
38342026-08-20T07:05:48.792Zinfo: running `cargo check --bins` on nexus-client (199/340)
38352026-08-20T07:05:49.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-08-20T07:05:49.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-08-20T07:05:49.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-08-20T07:05:49.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38392026-08-20T07:05:49.402Z
38402026-08-20T07:05:49.402Zinfo: running `cargo check --bins` on oximeter-producer-api (200/340)
38412026-08-20T07:05:49.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-08-20T07:05:49.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-08-20T07:05:49.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-08-20T07:05:49.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38452026-08-20T07:05:49.977Z
38462026-08-20T07:05:49.977Zinfo: running `cargo check --bins` on sp-sim (201/340)
38472026-08-20T07:05:50.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-08-20T07:05:50.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-08-20T07:05:50.679Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38502026-08-20T07:05:51.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
38512026-08-20T07:05:51.394Z
38522026-08-20T07:05:51.394Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/340)
38532026-08-20T07:05:51.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-08-20T07:05:51.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-08-20T07:05:52.211Z Compiling proc-macro-error-attr2 v2.0.0
38562026-08-20T07:05:52.340Z Compiling hashbrown v0.14.5
38572026-08-20T07:05:52.340Z Compiling rfc6979 v0.4.0
38582026-08-20T07:05:52.349Z Compiling salty v0.3.0
38592026-08-20T07:05:52.365Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38602026-08-20T07:05:52.378Z Compiling primeorder v0.13.6
38612026-08-20T07:05:52.392Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38622026-08-20T07:05:52.456Z Compiling ecdsa v0.16.9
38632026-08-20T07:05:52.504Z Compiling sha1 v0.10.6
38642026-08-20T07:05:52.629Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38652026-08-20T07:05:52.704Z Compiling proc-macro-error2 v2.0.1
38662026-08-20T07:05:52.812Z Compiling chumsky v0.9.3
38672026-08-20T07:05:52.832Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38682026-08-20T07:05:52.847Z Compiling p384 v0.13.1
38692026-08-20T07:05:52.873Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38702026-08-20T07:05:53.009Z Compiling knus-derive v3.4.0
38712026-08-20T07:05:53.040Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38722026-08-20T07:05:53.101Z Checking libscf-sys v1.2.0
38732026-08-20T07:05:53.153Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38742026-08-20T07:05:53.228Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
38752026-08-20T07:05:53.385Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38762026-08-20T07:05:53.433Z Checking corncobs v0.1.4
38772026-08-20T07:05:53.546Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38782026-08-20T07:05:53.560Z Checking papergrid v0.18.0
38792026-08-20T07:05:53.574Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38802026-08-20T07:05:53.577Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38812026-08-20T07:05:53.601Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38822026-08-20T07:05:53.712Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
38832026-08-20T07:05:53.747Z Checking secrecy v0.8.0
38842026-08-20T07:05:53.847Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38852026-08-20T07:05:53.874Z Compiling unicase v2.9.0
38862026-08-20T07:05:53.997Z Compiling illumos-nvpair-sys v0.2.0
38872026-08-20T07:05:54.075Z Compiling mime_guess v2.0.5
38882026-08-20T07:05:54.091Z Compiling progenitor-impl v0.13.0
38892026-08-20T07:05:54.176Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
38902026-08-20T07:05:54.212Z Checking crc8 v0.1.1
38912026-08-20T07:05:54.331Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38922026-08-20T07:05:54.341Z Checking tabled v0.21.0
38932026-08-20T07:05:54.407Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38942026-08-20T07:05:54.431Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3)
38952026-08-20T07:05:54.445Z Compiling knus v3.4.0
38962026-08-20T07:05:54.558Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
38972026-08-20T07:05:55.201Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
38982026-08-20T07:05:55.224Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38992026-08-20T07:05:55.364Z Checking progenitor-client v0.13.0
39002026-08-20T07:05:55.405Z Checking http-range v0.1.5
39012026-08-20T07:05:55.551Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39022026-08-20T07:05:55.602Z Checking illumos-nvpair v0.3.0
39032026-08-20T07:05:55.623Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39042026-08-20T07:05:55.728Z Checking scuffle v0.1.0
39052026-08-20T07:05:55.760Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
39062026-08-20T07:05:56.022Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39072026-08-20T07:05:56.293Z Checking nanorand v0.7.0
39082026-08-20T07:05:56.416Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39092026-08-20T07:05:56.499Z Checking flume v0.11.1
39102026-08-20T07:05:56.512Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3)
39112026-08-20T07:05:56.574Z Checking hyper-staticfile v0.10.1
39122026-08-20T07:05:56.607Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
39132026-08-20T07:05:56.710Z Compiling progenitor-macro v0.13.0
39142026-08-20T07:05:56.731Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
39152026-08-20T07:05:56.766Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
39162026-08-20T07:05:56.859Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
39172026-08-20T07:05:56.899Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
39182026-08-20T07:05:57.113Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
39192026-08-20T07:05:57.116Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
39202026-08-20T07:05:57.149Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
39212026-08-20T07:05:57.279Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
39222026-08-20T07:05:57.544Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39232026-08-20T07:05:57.585Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
39242026-08-20T07:05:57.608Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
39252026-08-20T07:05:59.008Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
39262026-08-20T07:06:00.005Z Checking progenitor v0.13.0
39272026-08-20T07:06:00.144Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39282026-08-20T07:06:00.965Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
39292026-08-20T07:06:02.030Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
39302026-08-20T07:06:02.405Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
39312026-08-20T07:06:02.485Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
39322026-08-20T07:06:02.489Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
39332026-08-20T07:06:16.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.89s
39342026-08-20T07:06:16.296Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39352026-08-20T07:06:16.296Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39362026-08-20T07:06:16.493Z
39372026-08-20T07:06:16.493Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/340)
39382026-08-20T07:06:17.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-08-20T07:06:17.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-08-20T07:06:17.265Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39412026-08-20T07:06:28.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.75s
39422026-08-20T07:06:28.252Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39432026-08-20T07:06:28.252Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39442026-08-20T07:06:28.454Z
39452026-08-20T07:06:28.455Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/340)
39462026-08-20T07:06:28.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-08-20T07:06:28.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-08-20T07:06:29.225Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39492026-08-20T07:06:40.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.71s
39502026-08-20T07:06:40.176Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39512026-08-20T07:06:40.176Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39522026-08-20T07:06:40.374Z
39532026-08-20T07:06:40.374Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/340)
39542026-08-20T07:06:40.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-08-20T07:06:40.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-08-20T07:06:41.148Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39572026-08-20T07:06:52.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.74s
39582026-08-20T07:06:52.126Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39592026-08-20T07:06:52.126Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39602026-08-20T07:06:52.332Z
39612026-08-20T07:06:52.332Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/340)
39622026-08-20T07:06:52.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-08-20T07:06:52.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-08-20T07:06:53.101Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39652026-08-20T07:07:04.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.73s
39662026-08-20T07:07:04.076Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39672026-08-20T07:07:04.076Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39682026-08-20T07:07:04.279Z
39692026-08-20T07:07:04.279Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/340)
39702026-08-20T07:07:04.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-08-20T07:07:04.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-08-20T07:07:05.052Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39732026-08-20T07:07:15.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.70s
39742026-08-20T07:07:15.994Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39752026-08-20T07:07:15.994Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39762026-08-20T07:07:16.191Z
39772026-08-20T07:07:16.191Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/340)
39782026-08-20T07:07:16.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792026-08-20T07:07:16.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802026-08-20T07:07:16.959Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39812026-08-20T07:07:27.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.70s
39822026-08-20T07:07:27.907Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39832026-08-20T07:07:27.907Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39842026-08-20T07:07:28.111Z
39852026-08-20T07:07:28.111Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/340)
39862026-08-20T07:07:28.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-08-20T07:07:28.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-08-20T07:07:28.880Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39892026-08-20T07:07:39.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.71s
39902026-08-20T07:07:39.835Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39912026-08-20T07:07:39.835Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39922026-08-20T07:07:40.034Z
39932026-08-20T07:07:40.034Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/340)
39942026-08-20T07:07:40.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-08-20T07:07:40.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-08-20T07:07:40.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39972026-08-20T07:07:40.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39982026-08-20T07:07:40.604Z
39992026-08-20T07:07:40.604Zinfo: running `cargo check --bins` on installinator-common (211/340)
40002026-08-20T07:07:41.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-08-20T07:07:41.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-08-20T07:07:41.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40032026-08-20T07:07:41.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40042026-08-20T07:07:41.191Z
40052026-08-20T07:07:41.191Zinfo: running `cargo check --bins` on installinator-common-versions (212/340)
40062026-08-20T07:07:41.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-08-20T07:07:41.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-08-20T07:07:41.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-08-20T07:07:41.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40102026-08-20T07:07:41.751Z
40112026-08-20T07:07:41.751Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/340)
40122026-08-20T07:07:42.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-08-20T07:07:42.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-08-20T07:07:42.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-08-20T07:07:42.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40162026-08-20T07:07:42.363Z
40172026-08-20T07:07:42.363Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/340)
40182026-08-20T07:07:42.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-08-20T07:07:42.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-08-20T07:07:42.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-08-20T07:07:42.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40222026-08-20T07:07:42.935Z
40232026-08-20T07:07:42.935Zinfo: running `cargo check --bins` on range-requests (215/340)
40242026-08-20T07:07:43.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-08-20T07:07:43.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-08-20T07:07:43.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-08-20T07:07:43.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40282026-08-20T07:07:43.499Z
40292026-08-20T07:07:43.499Zinfo: running `cargo check --bins` on repo-depot-api (216/340)
40302026-08-20T07:07:43.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-08-20T07:07:43.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-08-20T07:07:43.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40332026-08-20T07:07:43.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40342026-08-20T07:07:44.067Z
40352026-08-20T07:07:44.067Zinfo: running `cargo check --bins` on repo-depot-client (217/340)
40362026-08-20T07:07:44.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-08-20T07:07:44.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-08-20T07:07:44.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-08-20T07:07:44.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40402026-08-20T07:07:44.627Z
40412026-08-20T07:07:44.627Zinfo: running `cargo check --bins` on sled-agent-api (218/340)
40422026-08-20T07:07:45.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-08-20T07:07:45.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-08-20T07:07:45.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40452026-08-20T07:07:45.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40462026-08-20T07:07:45.214Z
40472026-08-20T07:07:45.214Zinfo: running `cargo check --bins` on sled-diagnostics (219/340)
40482026-08-20T07:07:45.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-08-20T07:07:45.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-08-20T07:07:45.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40512026-08-20T07:07:45.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40522026-08-20T07:07:45.806Z
40532026-08-20T07:07:45.806Zinfo: running `cargo check --bins` on zfs-test-harness (220/340)
40542026-08-20T07:07:46.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-08-20T07:07:46.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-08-20T07:07:46.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-08-20T07:07:46.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40582026-08-20T07:07:46.393Z
40592026-08-20T07:07:46.393Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (221/340)
40602026-08-20T07:07:46.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-08-20T07:07:46.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-08-20T07:07:46.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-08-20T07:07:46.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40642026-08-20T07:07:46.989Z
40652026-08-20T07:07:46.989Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (222/340)
40662026-08-20T07:07:47.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-08-20T07:07:47.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-08-20T07:07:47.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-08-20T07:07:47.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40702026-08-20T07:07:47.584Z
40712026-08-20T07:07:47.584Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (223/340)
40722026-08-20T07:07:48.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-08-20T07:07:48.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-08-20T07:07:48.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-08-20T07:07:48.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40762026-08-20T07:07:48.181Z
40772026-08-20T07:07:48.181Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (224/340)
40782026-08-20T07:07:48.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-08-20T07:07:48.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-08-20T07:07:48.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-08-20T07:07:48.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40822026-08-20T07:07:48.777Z
40832026-08-20T07:07:48.777Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (225/340)
40842026-08-20T07:07:49.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-08-20T07:07:49.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-08-20T07:07:49.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-08-20T07:07:49.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40882026-08-20T07:07:49.377Z
40892026-08-20T07:07:49.377Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (226/340)
40902026-08-20T07:07:49.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-08-20T07:07:49.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-08-20T07:07:49.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-08-20T07:07:49.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40942026-08-20T07:07:49.970Z
40952026-08-20T07:07:49.970Zinfo: running `cargo check --bins` on trust-quorum (227/340)
40962026-08-20T07:07:50.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-08-20T07:07:50.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-08-20T07:07:50.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-08-20T07:07:50.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41002026-08-20T07:07:50.571Z
41012026-08-20T07:07:50.571Zinfo: running `cargo check --bins` on sled-agent-early-networking (228/340)
41022026-08-20T07:07:51.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-08-20T07:07:51.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-08-20T07:07:51.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-08-20T07:07:51.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41062026-08-20T07:07:51.158Z
41072026-08-20T07:07:51.158Zinfo: running `cargo check --bins` on sled-agent-health-monitor (229/340)
41082026-08-20T07:07:51.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-08-20T07:07:51.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-08-20T07:07:51.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-08-20T07:07:51.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41122026-08-20T07:07:51.749Z
41132026-08-20T07:07:51.749Zinfo: running `cargo check --bins` on sled-agent-multirack-join (230/340)
41142026-08-20T07:07:52.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-08-20T07:07:52.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-08-20T07:07:52.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41172026-08-20T07:07:52.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41182026-08-20T07:07:52.370Z
41192026-08-20T07:07:52.371Zinfo: running `cargo check --bins` on sled-agent-rack-setup (231/340)
41202026-08-20T07:07:52.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-08-20T07:07:52.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-08-20T07:07:52.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41232026-08-20T07:07:52.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41242026-08-20T07:07:52.993Z
41252026-08-20T07:07:52.993Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (232/340)
41262026-08-20T07:07:53.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-08-20T07:07:53.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-08-20T07:07:53.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41292026-08-20T07:07:53.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41302026-08-20T07:07:53.602Z
41312026-08-20T07:07:53.602Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (233/340)
41322026-08-20T07:07:54.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-08-20T07:07:54.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-08-20T07:07:54.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41352026-08-20T07:07:54.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41362026-08-20T07:07:54.226Z
41372026-08-20T07:07:54.226Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (234/340)
41382026-08-20T07:07:54.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-08-20T07:07:54.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-08-20T07:07:54.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41412026-08-20T07:07:54.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41422026-08-20T07:07:54.848Z
41432026-08-20T07:07:54.848Zinfo: running `cargo check --bins` on omicron-deployment-graph (235/340)
41442026-08-20T07:07:55.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-08-20T07:07:55.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-08-20T07:07:55.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41472026-08-20T07:07:55.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41482026-08-20T07:07:55.407Z
41492026-08-20T07:07:55.408Zinfo: running `cargo check --bins` on transient-dns-server (236/340)
41502026-08-20T07:07:55.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-08-20T07:07:55.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-08-20T07:07:55.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41532026-08-20T07:07:55.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41542026-08-20T07:07:55.991Z
41552026-08-20T07:07:55.991Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (237/340)
41562026-08-20T07:07:56.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-08-20T07:07:56.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-08-20T07:07:56.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41592026-08-20T07:07:56.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41602026-08-20T07:07:56.584Z
41612026-08-20T07:07:56.584Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (238/340)
41622026-08-20T07:07:57.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41632026-08-20T07:07:57.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41642026-08-20T07:07:57.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41652026-08-20T07:07:57.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41662026-08-20T07:07:57.175Z
41672026-08-20T07:07:57.175Zinfo: running `cargo check --bins` on omicron-rpaths (239/340)
41682026-08-20T07:07:57.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41692026-08-20T07:07:57.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41702026-08-20T07:07:57.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41712026-08-20T07:07:57.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41722026-08-20T07:07:57.734Z
41732026-08-20T07:07:57.735Zinfo: running `cargo check --bins` on omicron-repl-utils (240/340)
41742026-08-20T07:07:58.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41752026-08-20T07:07:58.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41762026-08-20T07:07:58.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41772026-08-20T07:07:58.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41782026-08-20T07:07:58.300Z
41792026-08-20T07:07:58.300Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (241/340)
41802026-08-20T07:07:58.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41812026-08-20T07:07:58.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41822026-08-20T07:07:58.999Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41832026-08-20T07:07:59.415Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41842026-08-20T07:08:00.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
41852026-08-20T07:08:00.792Z
41862026-08-20T07:08:00.792Zinfo: running `cargo check --bins` on clickhouse-admin-api (242/340)
41872026-08-20T07:08:01.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41882026-08-20T07:08:01.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41892026-08-20T07:08:01.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41902026-08-20T07:08:01.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41912026-08-20T07:08:01.364Z
41922026-08-20T07:08:01.364Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (243/340)
41932026-08-20T07:08:01.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41942026-08-20T07:08:01.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41952026-08-20T07:08:01.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41962026-08-20T07:08:01.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41972026-08-20T07:08:01.941Z
41982026-08-20T07:08:01.941Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (244/340)
41992026-08-20T07:08:02.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-08-20T07:08:02.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-08-20T07:08:02.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42022026-08-20T07:08:02.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42032026-08-20T07:08:02.525Z
42042026-08-20T07:08:02.525Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (245/340)
42052026-08-20T07:08:03.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-08-20T07:08:03.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-08-20T07:08:03.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-08-20T07:08:03.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42092026-08-20T07:08:03.101Z
42102026-08-20T07:08:03.101Zinfo: running `cargo check --bins` on installinator-client (246/340)
42112026-08-20T07:08:03.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-08-20T07:08:03.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-08-20T07:08:03.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-08-20T07:08:03.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42152026-08-20T07:08:03.680Z
42162026-08-20T07:08:03.680Zinfo: running `cargo check --bins` on oxide-client (247/340)
42172026-08-20T07:08:04.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-08-20T07:08:04.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-08-20T07:08:04.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-08-20T07:08:04.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42212026-08-20T07:08:04.246Z
42222026-08-20T07:08:04.246Zinfo: running `cargo check --bins` on oximeter-client (248/340)
42232026-08-20T07:08:04.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-08-20T07:08:04.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-08-20T07:08:04.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-08-20T07:08:04.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42272026-08-20T07:08:04.820Z
42282026-08-20T07:08:04.820Zinfo: running `cargo check --bins` on wicketd-client (249/340)
42292026-08-20T07:08:05.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-08-20T07:08:05.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-08-20T07:08:05.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-08-20T07:08:05.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42332026-08-20T07:08:05.416Z
42342026-08-20T07:08:05.417Zinfo: running `cargo check --bins` on wicket-common (250/340)
42352026-08-20T07:08:05.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-08-20T07:08:05.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-08-20T07:08:05.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-08-20T07:08:05.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42392026-08-20T07:08:06.001Z
42402026-08-20T07:08:06.001Zinfo: running `cargo check --bins` on wicketd-commission-client (251/340)
42412026-08-20T07:08:06.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-08-20T07:08:06.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-08-20T07:08:06.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-08-20T07:08:06.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42452026-08-20T07:08:06.580Z
42462026-08-20T07:08:06.580Zinfo: running `cargo check --bins` on omicron-cockroach-admin (252/340)
42472026-08-20T07:08:07.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-08-20T07:08:07.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-08-20T07:08:07.249Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42502026-08-20T07:08:07.252Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42512026-08-20T07:08:08.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
42522026-08-20T07:08:08.613Z
42532026-08-20T07:08:08.613Zinfo: running `cargo check --bins` on cockroach-admin-api (253/340)
42542026-08-20T07:08:09.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-08-20T07:08:09.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-08-20T07:08:09.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42572026-08-20T07:08:09.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42582026-08-20T07:08:09.182Z
42592026-08-20T07:08:09.182Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (254/340)
42602026-08-20T07:08:09.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-08-20T07:08:09.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-08-20T07:08:09.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42632026-08-20T07:08:09.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42642026-08-20T07:08:09.835Z
42652026-08-20T07:08:09.835Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (255/340)
42662026-08-20T07:08:10.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-08-20T07:08:10.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-08-20T07:08:10.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42692026-08-20T07:08:10.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42702026-08-20T07:08:10.490Z
42712026-08-20T07:08:10.490Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (256/340)
42722026-08-20T07:08:11.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732026-08-20T07:08:11.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742026-08-20T07:08:11.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42752026-08-20T07:08:11.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42762026-08-20T07:08:11.118Z
42772026-08-20T07:08:11.118Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (257/340)
42782026-08-20T07:08:11.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42792026-08-20T07:08:11.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42802026-08-20T07:08:11.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42812026-08-20T07:08:11.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42822026-08-20T07:08:11.744Z
42832026-08-20T07:08:11.744Zinfo: running `cargo check --bins` on db-macros (258/340)
42842026-08-20T07:08:12.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-08-20T07:08:12.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-08-20T07:08:12.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42872026-08-20T07:08:12.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42882026-08-20T07:08:12.305Z
42892026-08-20T07:08:12.305Zinfo: running `cargo check --bins` on nexus-macros-common (259/340)
42902026-08-20T07:08:12.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42912026-08-20T07:08:12.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42922026-08-20T07:08:12.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42932026-08-20T07:08:12.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42942026-08-20T07:08:12.859Z
42952026-08-20T07:08:12.859Zinfo: running `cargo check --bins` on nexus-auth (260/340)
42962026-08-20T07:08:13.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42972026-08-20T07:08:13.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42982026-08-20T07:08:13.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42992026-08-20T07:08:13.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43002026-08-20T07:08:13.480Z
43012026-08-20T07:08:13.480Zinfo: running `cargo check --bins` on authz-macros (261/340)
43022026-08-20T07:08:13.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43032026-08-20T07:08:13.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43042026-08-20T07:08:13.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43052026-08-20T07:08:13.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43062026-08-20T07:08:14.037Z
43072026-08-20T07:08:14.037Zinfo: running `cargo check --bins` on nexus-db-fixed-data (262/340)
43082026-08-20T07:08:14.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43092026-08-20T07:08:14.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43102026-08-20T07:08:14.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43112026-08-20T07:08:14.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43122026-08-20T07:08:14.651Z
43132026-08-20T07:08:14.651Zinfo: running `cargo check --bins` on nexus-db-model (263/340)
43142026-08-20T07:08:15.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43152026-08-20T07:08:15.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43162026-08-20T07:08:15.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43172026-08-20T07:08:15.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43182026-08-20T07:08:15.265Z
43192026-08-20T07:08:15.265Zinfo: running `cargo check --bins` on nexus-db-schema (264/340)
43202026-08-20T07:08:15.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43212026-08-20T07:08:15.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43222026-08-20T07:08:15.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43232026-08-20T07:08:15.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43242026-08-20T07:08:15.826Z
43252026-08-20T07:08:15.826Zinfo: running `cargo check --bins` on nexus-defaults (265/340)
43262026-08-20T07:08:16.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43272026-08-20T07:08:16.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43282026-08-20T07:08:16.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43292026-08-20T07:08:16.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43302026-08-20T07:08:16.399Z
43312026-08-20T07:08:16.399Zinfo: running `cargo check --bins` on omicron-git-version (266/340)
43322026-08-20T07:08:16.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-08-20T07:08:16.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-08-20T07:08:16.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43352026-08-20T07:08:16.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43362026-08-20T07:08:16.960Z
43372026-08-20T07:08:16.960Zinfo: running `cargo check --bins` on nexus-db-errors (267/340)
43382026-08-20T07:08:17.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43392026-08-20T07:08:17.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43402026-08-20T07:08:17.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43412026-08-20T07:08:17.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43422026-08-20T07:08:17.590Z
43432026-08-20T07:08:17.590Zinfo: running `cargo check --bins` on nexus-db-lookup (268/340)
43442026-08-20T07:08:18.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43452026-08-20T07:08:18.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43462026-08-20T07:08:18.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43472026-08-20T07:08:18.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43482026-08-20T07:08:18.218Z
43492026-08-20T07:08:18.218Zinfo: running `cargo check --bins` on nexus-test-interface (269/340)
43502026-08-20T07:08:18.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43512026-08-20T07:08:18.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43522026-08-20T07:08:18.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43532026-08-20T07:08:18.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43542026-08-20T07:08:18.839Z
43552026-08-20T07:08:18.839Zinfo: running `cargo check --bins` on oximeter-collector (270/340)
43562026-08-20T07:08:19.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43572026-08-20T07:08:19.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43582026-08-20T07:08:19.559Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43592026-08-20T07:08:19.561Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43602026-08-20T07:08:20.232Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43612026-08-20T07:08:21.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
43622026-08-20T07:08:22.136Z
43632026-08-20T07:08:22.136Zinfo: running `cargo check --bins` on oximeter-api (271/340)
43642026-08-20T07:08:22.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43652026-08-20T07:08:22.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43662026-08-20T07:08:22.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43672026-08-20T07:08:22.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43682026-08-20T07:08:22.705Z
43692026-08-20T07:08:22.705Zinfo: running `cargo check --bins` on cert-dev (272/340)
43702026-08-20T07:08:23.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43712026-08-20T07:08:23.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43722026-08-20T07:08:23.316Z Checking yasna v0.5.2
43732026-08-20T07:08:23.721Z Checking rcgen v0.12.1
43742026-08-20T07:08:23.975Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43752026-08-20T07:08:24.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
43762026-08-20T07:08:24.321Z
43772026-08-20T07:08:24.322Zinfo: running `cargo check --bins` on clickana (273/340)
43782026-08-20T07:08:24.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43792026-08-20T07:08:24.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43802026-08-20T07:08:24.962Z Compiling instability v0.3.11
43812026-08-20T07:08:24.962Z Checking castaway v0.2.4
43822026-08-20T07:08:24.965Z Compiling indoc v2.0.7
43832026-08-20T07:08:24.965Z Checking unicode-truncate v1.1.0
43842026-08-20T07:08:24.965Z Checking lru v0.12.5
43852026-08-20T07:08:24.965Z Checking cassowary v0.3.0
43862026-08-20T07:08:25.158Z Checking compact_str v0.8.1
43872026-08-20T07:08:25.955Z Checking ratatui v0.29.0
43882026-08-20T07:08:27.000Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43892026-08-20T07:08:27.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
43902026-08-20T07:08:27.896Z
43912026-08-20T07:08:27.896Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (274/340)
43922026-08-20T07:08:28.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-08-20T07:08:28.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-08-20T07:08:28.608Z Checking headers-core v0.3.0
43952026-08-20T07:08:28.608Z Checking port-file v0.1.0
43962026-08-20T07:08:28.612Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43972026-08-20T07:08:28.806Z Checking headers v0.4.1
43982026-08-20T07:08:29.176Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43992026-08-20T07:08:30.139Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
44002026-08-20T07:08:30.664Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
44012026-08-20T07:08:31.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
44022026-08-20T07:08:31.294Z
44032026-08-20T07:08:31.294Zinfo: running `cargo check --bins` on ch-dev (275/340)
44042026-08-20T07:08:31.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-08-20T07:08:31.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-08-20T07:08:32.004Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44072026-08-20T07:08:32.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
44082026-08-20T07:08:32.960Z
44092026-08-20T07:08:32.960Zinfo: running `cargo check --bins` on dev-tools-common (276/340)
44102026-08-20T07:08:33.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-08-20T07:08:33.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-08-20T07:08:33.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44132026-08-20T07:08:33.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
44142026-08-20T07:08:33.446Z
44152026-08-20T07:08:33.447Zinfo: running `cargo check --bins` on corpus-adjust (277/340)
44162026-08-20T07:08:33.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-08-20T07:08:33.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-08-20T07:08:34.003Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
44192026-08-20T07:08:34.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
44202026-08-20T07:08:34.548Z
44212026-08-20T07:08:34.548Zinfo: running `cargo check --bins` on crdb-seed (278/340)
44222026-08-20T07:08:35.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-08-20T07:08:35.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-08-20T07:08:35.266Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44252026-08-20T07:08:36.354Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44262026-08-20T07:08:36.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
44272026-08-20T07:08:36.905Z
44282026-08-20T07:08:36.905Zinfo: running `cargo check --bins` on db-dev (279/340)
44292026-08-20T07:08:37.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-08-20T07:08:37.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-08-20T07:08:37.611Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
44322026-08-20T07:08:38.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
44332026-08-20T07:08:38.575Z
44342026-08-20T07:08:38.575Zinfo: running `cargo check --bins` on omicron-dev-lib (280/340)
44352026-08-20T07:08:39.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-08-20T07:08:39.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-08-20T07:08:39.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44382026-08-20T07:08:39.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44392026-08-20T07:08:39.190Z
44402026-08-20T07:08:39.190Zinfo: running `cargo check --bins` on xtask-downloader (281/340)
44412026-08-20T07:08:39.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-08-20T07:08:39.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-08-20T07:08:39.803Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
44442026-08-20T07:08:40.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
44452026-08-20T07:08:40.663Z
44462026-08-20T07:08:40.663Zinfo: running `cargo check --bins` on omicron-dropshot-apis (282/340)
44472026-08-20T07:08:41.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-08-20T07:08:41.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-08-20T07:08:41.401Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44502026-08-20T07:08:41.401Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44512026-08-20T07:08:41.404Z Checking git-stub v1.0.0
44522026-08-20T07:08:41.405Z Compiling trait-variant v0.1.2
44532026-08-20T07:08:41.405Z Checking maplit v1.0.2
44542026-08-20T07:08:41.405Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44552026-08-20T07:08:41.519Z Checking drift v0.2.0
44562026-08-20T07:08:41.523Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44572026-08-20T07:08:41.615Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44582026-08-20T07:08:41.654Z Checking git-stub-vcs v0.1.0
44592026-08-20T07:08:41.720Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44602026-08-20T07:08:41.805Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44612026-08-20T07:08:41.847Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
44622026-08-20T07:08:41.864Z Checking dropshot-api-manager v0.8.0
44632026-08-20T07:08:41.891Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44642026-08-20T07:08:42.090Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
44652026-08-20T07:08:42.245Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44662026-08-20T07:08:42.792Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44672026-08-20T07:08:43.681Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44682026-08-20T07:08:44.692Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44692026-08-20T07:08:45.552Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44702026-08-20T07:08:46.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s
44712026-08-20T07:08:46.201Z
44722026-08-20T07:08:46.201Zinfo: running `cargo check --bins` on installinator-api (283/340)
44732026-08-20T07:08:46.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-08-20T07:08:46.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-08-20T07:08:46.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44762026-08-20T07:08:46.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44772026-08-20T07:08:46.773Z
44782026-08-20T07:08:46.773Zinfo: running `cargo check --bins` on nexus-external-api (284/340)
44792026-08-20T07:08:47.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44802026-08-20T07:08:47.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44812026-08-20T07:08:47.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44822026-08-20T07:08:47.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44832026-08-20T07:08:47.398Z
44842026-08-20T07:08:47.398Zinfo: running `cargo check --bins` on nexus-internal-api (285/340)
44852026-08-20T07:08:47.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44862026-08-20T07:08:47.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44872026-08-20T07:08:47.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44882026-08-20T07:08:47.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44892026-08-20T07:08:48.006Z
44902026-08-20T07:08:48.006Zinfo: running `cargo check --bins` on nexus-lockstep-api (286/340)
44912026-08-20T07:08:48.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44922026-08-20T07:08:48.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44932026-08-20T07:08:48.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44942026-08-20T07:08:48.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44952026-08-20T07:08:48.616Z
44962026-08-20T07:08:48.617Zinfo: running `cargo check --bins` on ntp-admin-api (287/340)
44972026-08-20T07:08:49.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-08-20T07:08:49.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-08-20T07:08:49.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45002026-08-20T07:08:49.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45012026-08-20T07:08:49.191Z
45022026-08-20T07:08:49.191Zinfo: running `cargo check --bins` on ntp-admin-types-versions (288/340)
45032026-08-20T07:08:49.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45042026-08-20T07:08:49.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45052026-08-20T07:08:49.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45062026-08-20T07:08:49.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45072026-08-20T07:08:49.755Z
45082026-08-20T07:08:49.755Zinfo: running `cargo check --bins` on wicketd-api (289/340)
45092026-08-20T07:08:50.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-08-20T07:08:50.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-08-20T07:08:50.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45122026-08-20T07:08:50.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45132026-08-20T07:08:50.343Z
45142026-08-20T07:08:50.343Zinfo: running `cargo check --bins` on wicketd-commission-api (290/340)
45152026-08-20T07:08:50.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45162026-08-20T07:08:50.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45172026-08-20T07:08:50.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45182026-08-20T07:08:50.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45192026-08-20T07:08:50.920Z
45202026-08-20T07:08:50.921Zinfo: running `cargo check --bins` on omicron-ls-apis (291/340)
45212026-08-20T07:08:51.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-08-20T07:08:51.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-08-20T07:08:51.533Z Compiling blake3 v1.8.5
45242026-08-20T07:08:51.642Z Checking constant_time_eq v0.4.2
45252026-08-20T07:08:51.651Z Checking arrayvec v0.7.6
45262026-08-20T07:08:51.651Z Checking arrayref v0.3.9
45272026-08-20T07:08:51.665Z Checking cargo-platform v0.3.2
45282026-08-20T07:08:51.698Z Checking topological-sort v0.2.2
45292026-08-20T07:08:51.698Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
45302026-08-20T07:08:51.817Z Checking cargo_metadata v0.23.1
45312026-08-20T07:08:52.413Z Checking omicron-zone-package v0.12.3
45322026-08-20T07:08:53.129Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
45332026-08-20T07:08:53.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
45342026-08-20T07:08:54.131Z
45352026-08-20T07:08:54.131Zinfo: running `cargo check --bins` on mgs-dev (292/340)
45362026-08-20T07:08:54.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-08-20T07:08:54.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-08-20T07:08:54.852Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45392026-08-20T07:08:55.486Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45402026-08-20T07:08:55.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
45412026-08-20T07:08:56.187Z
45422026-08-20T07:08:56.188Zinfo: running `cargo check --bins --no-default-features` on omicron-omdb (293/340)
45432026-08-20T07:08:56.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-08-20T07:08:56.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-08-20T07:08:57.157Z Compiling darling_core v0.21.3
45462026-08-20T07:08:57.157Z Compiling vergen-lib v0.1.6
45472026-08-20T07:08:57.157Z Compiling diesel_derives v2.3.7
45482026-08-20T07:08:57.157Z Checking scheduled-thread-pool v0.2.7
45492026-08-20T07:08:57.157Z Compiling vergen-gitcl v1.0.8
45502026-08-20T07:08:57.157Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45512026-08-20T07:08:57.303Z Compiling diesel_table_macro_syntax v0.3.0
45522026-08-20T07:08:57.380Z Compiling dirs-sys-next v0.1.2
45532026-08-20T07:08:57.432Z Compiling crunchy v0.2.4
45542026-08-20T07:08:57.482Z Compiling glob v0.3.3
45552026-08-20T07:08:57.529Z Compiling dirs-next v2.0.0
45562026-08-20T07:08:57.560Z Checking r2d2 v0.8.10
45572026-08-20T07:08:57.647Z Checking downcast-rs v2.0.2
45582026-08-20T07:08:57.664Z Compiling tiny-keccak v2.0.2
45592026-08-20T07:08:57.757Z Compiling term v0.7.0
45602026-08-20T07:08:57.783Z Compiling bit-vec v0.6.3
45612026-08-20T07:08:57.867Z Compiling clang-sys v1.8.1
45622026-08-20T07:08:57.904Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45632026-08-20T07:08:57.994Z Compiling bit-set v0.5.3
45642026-08-20T07:08:58.091Z Compiling ascii-canvas v3.0.0
45652026-08-20T07:08:58.157Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45662026-08-20T07:08:58.244Z Compiling itertools v0.10.5
45672026-08-20T07:08:58.297Z Compiling ena v0.14.4
45682026-08-20T07:08:58.301Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45692026-08-20T07:08:58.301Z Compiling libloading v0.8.9
45702026-08-20T07:08:58.345Z Compiling regex-syntax v0.6.29
45712026-08-20T07:08:58.349Z Compiling bindgen v0.71.1
45722026-08-20T07:08:58.505Z Compiling diff v0.1.13
45732026-08-20T07:08:58.775Z Compiling cexpr v0.6.0
45742026-08-20T07:08:58.794Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45752026-08-20T07:08:58.913Z Compiling rustc-hash v2.1.1
45762026-08-20T07:08:59.012Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45772026-08-20T07:08:59.210Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45782026-08-20T07:08:59.307Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45792026-08-20T07:08:59.354Z Compiling libxml v0.3.3
45802026-08-20T07:08:59.438Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45812026-08-20T07:08:59.598Z Compiling strum_macros v0.24.3
45822026-08-20T07:08:59.644Z Compiling indoc v1.0.9
45832026-08-20T07:08:59.664Z Compiling lalrpop v0.19.12
45842026-08-20T07:08:59.884Z Compiling darling_macro v0.21.3
45852026-08-20T07:09:00.402Z Compiling darling v0.21.3
45862026-08-20T07:09:00.493Z Compiling dsl_auto_type v0.2.0
45872026-08-20T07:09:00.510Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45882026-08-20T07:09:00.695Z Checking derive_builder v0.20.2
45892026-08-20T07:09:00.820Z Compiling oso-derive v0.27.3
45902026-08-20T07:09:00.933Z Checking quick-xml v0.37.5
45912026-08-20T07:09:01.032Z Compiling impl-trait-for-tuples v0.2.3
45922026-08-20T07:09:01.327Z Checking openssl-probe v0.1.6
45932026-08-20T07:09:01.471Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45942026-08-20T07:09:01.803Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45952026-08-20T07:09:01.994Z Checking bb8 v0.8.6
45962026-08-20T07:09:02.128Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45972026-08-20T07:09:02.195Z Checking nonempty v0.12.0
45982026-08-20T07:09:02.279Z Compiling libz-sys v1.1.24
45992026-08-20T07:09:02.337Z Compiling strsim v0.10.0
46002026-08-20T07:09:02.362Z Compiling libgit2-sys v0.18.3+1.9.2
46012026-08-20T07:09:02.563Z Compiling darling_core v0.13.4
46022026-08-20T07:09:02.670Z Compiling vergen-git2 v9.1.0
46032026-08-20T07:09:02.845Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46042026-08-20T07:09:02.891Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46052026-08-20T07:09:03.055Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
46062026-08-20T07:09:03.268Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
46072026-08-20T07:09:03.454Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
46082026-08-20T07:09:03.644Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46092026-08-20T07:09:03.832Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
46102026-08-20T07:09:03.849Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46112026-08-20T07:09:04.019Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
46122026-08-20T07:09:04.208Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46132026-08-20T07:09:04.396Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
46142026-08-20T07:09:04.422Z Compiling darling_macro v0.13.4
46152026-08-20T07:09:04.620Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
46162026-08-20T07:09:04.974Z Compiling darling v0.13.4
46172026-08-20T07:09:05.020Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46182026-08-20T07:09:05.069Z Compiling serde_with_macros v1.5.2
46192026-08-20T07:09:05.403Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
46202026-08-20T07:09:05.919Z Compiling serde_with v1.14.0
46212026-08-20T07:09:05.999Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46222026-08-20T07:09:06.188Z Checking twox-hash v2.1.2
46232026-08-20T07:09:06.318Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46242026-08-20T07:09:06.396Z Checking diesel v2.3.7
46252026-08-20T07:09:06.489Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
46262026-08-20T07:09:07.051Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
46272026-08-20T07:09:08.034Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46282026-08-20T07:09:08.319Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
46292026-08-20T07:09:08.648Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
46302026-08-20T07:09:09.015Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
46312026-08-20T07:09:09.550Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46322026-08-20T07:09:09.649Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46332026-08-20T07:09:09.836Z Checking libsw-core v0.3.2
46342026-08-20T07:09:09.998Z Checking atty v0.2.14
46352026-08-20T07:09:10.108Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46362026-08-20T07:09:10.209Z Checking libsw v3.5.0
46372026-08-20T07:09:10.307Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46382026-08-20T07:09:10.368Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
46392026-08-20T07:09:10.456Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46402026-08-20T07:09:10.486Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46412026-08-20T07:09:11.728Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
46422026-08-20T07:09:12.103Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
46432026-08-20T07:09:12.423Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
46442026-08-20T07:09:12.479Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46452026-08-20T07:09:12.809Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
46462026-08-20T07:09:12.999Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
46472026-08-20T07:09:13.149Z Checking fatfs v0.3.6
46482026-08-20T07:09:13.446Z Checking console v0.16.2
46492026-08-20T07:09:13.606Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
46502026-08-20T07:09:13.760Z Compiling seq-macro v0.3.6
46512026-08-20T07:09:14.259Z Checking unit-prefix v0.5.2
46522026-08-20T07:09:14.399Z Checking indicatif v0.18.4
46532026-08-20T07:09:14.848Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46542026-08-20T07:09:14.919Z Checking oxide-update-engine-display v0.1.2
46552026-08-20T07:09:15.229Z Checking support-bundle-viewer v0.1.2
46562026-08-20T07:09:15.485Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
46572026-08-20T07:09:15.518Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46582026-08-20T07:09:15.759Z Checking multimap v0.10.1
46592026-08-20T07:09:21.582Z Checking diesel-dtrace v0.5.0
46602026-08-20T07:09:21.832Z Checking async-bb8-diesel v0.2.1
46612026-08-20T07:09:25.480Z Compiling samael v0.0.19
46622026-08-20T07:09:30.052Z Compiling git2 v0.20.4
46632026-08-20T07:09:31.107Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
46642026-08-20T07:09:32.116Z Compiling polar-core v0.27.3
46652026-08-20T07:09:32.536Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46662026-08-20T07:09:36.683Z Checking oso v0.27.3
46672026-08-20T07:10:08.639Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
46682026-08-20T07:11:24.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
46692026-08-20T07:11:24.292Z
46702026-08-20T07:11:24.292Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-omdb (294/340)
46712026-08-20T07:11:24.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46722026-08-20T07:11:24.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46732026-08-20T07:11:25.171Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
46742026-08-20T07:11:33.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.80s
46752026-08-20T07:11:33.302Z
46762026-08-20T07:11:33.302Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-omdb (295/340)
46772026-08-20T07:11:33.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46782026-08-20T07:11:33.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46792026-08-20T07:11:34.124Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
46802026-08-20T07:11:41.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.65s
46812026-08-20T07:11:42.181Z
46822026-08-20T07:11:42.181Zinfo: running `cargo check --bins` on nexus-networking (296/340)
46832026-08-20T07:11:42.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46842026-08-20T07:11:42.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46852026-08-20T07:11:42.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46862026-08-20T07:11:42.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46872026-08-20T07:11:42.809Z
46882026-08-20T07:11:42.809Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (297/340)
46892026-08-20T07:11:43.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46902026-08-20T07:11:43.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46912026-08-20T07:11:43.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46922026-08-20T07:11:43.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46932026-08-20T07:11:43.440Z
46942026-08-20T07:11:43.441Zinfo: running `cargo check --bins` on nexus-saga-recovery (298/340)
46952026-08-20T07:11:43.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46962026-08-20T07:11:43.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46972026-08-20T07:11:43.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46982026-08-20T07:11:43.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46992026-08-20T07:11:44.070Z
47002026-08-20T07:11:44.070Zinfo: running `cargo check --bins` on nexus-test-utils-macros (299/340)
47012026-08-20T07:11:44.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47022026-08-20T07:11:44.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47032026-08-20T07:11:44.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47042026-08-20T07:11:44.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47052026-08-20T07:11:44.624Z
47062026-08-20T07:11:44.624Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (300/340)
47072026-08-20T07:11:45.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47082026-08-20T07:11:45.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47092026-08-20T07:11:45.442Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47102026-08-20T07:12:24.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.75s
47112026-08-20T07:12:24.593Z
47122026-08-20T07:12:24.593Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (301/340)
47132026-08-20T07:12:25.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47142026-08-20T07:12:25.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47152026-08-20T07:12:25.408Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47162026-08-20T07:13:04.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.96s
47172026-08-20T07:13:04.773Z
47182026-08-20T07:13:04.773Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-nexus (302/340)
47192026-08-20T07:13:05.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47202026-08-20T07:13:05.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47212026-08-20T07:13:05.581Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47222026-08-20T07:13:06.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
47232026-08-20T07:13:06.548Z
47242026-08-20T07:13:06.548Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (303/340)
47252026-08-20T07:13:07.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47262026-08-20T07:13:07.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47272026-08-20T07:13:07.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47282026-08-20T07:13:07.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47292026-08-20T07:13:07.106Z
47302026-08-20T07:13:07.106Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (304/340)
47312026-08-20T07:13:07.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47322026-08-20T07:13:07.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47332026-08-20T07:13:07.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47342026-08-20T07:13:07.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47352026-08-20T07:13:07.664Z
47362026-08-20T07:13:07.664Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (305/340)
47372026-08-20T07:13:08.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47382026-08-20T07:13:08.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47392026-08-20T07:13:08.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47402026-08-20T07:13:08.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47412026-08-20T07:13:08.286Z
47422026-08-20T07:13:08.286Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (306/340)
47432026-08-20T07:13:08.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47442026-08-20T07:13:08.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47452026-08-20T07:13:08.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47462026-08-20T07:13:08.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47472026-08-20T07:13:08.918Z
47482026-08-20T07:13:08.920Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (307/340)
47492026-08-20T07:13:09.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47502026-08-20T07:13:09.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47512026-08-20T07:13:09.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47522026-08-20T07:13:09.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47532026-08-20T07:13:09.548Z
47542026-08-20T07:13:09.549Zinfo: running `cargo check --bins` on nexus-mgs-updates (308/340)
47552026-08-20T07:13:10.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47562026-08-20T07:13:10.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47572026-08-20T07:13:10.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47582026-08-20T07:13:10.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47592026-08-20T07:13:10.164Z
47602026-08-20T07:13:10.164Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (309/340)
47612026-08-20T07:13:10.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47622026-08-20T07:13:10.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47632026-08-20T07:13:10.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47642026-08-20T07:13:10.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47652026-08-20T07:13:10.790Z
47662026-08-20T07:13:10.790Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (310/340)
47672026-08-20T07:13:11.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47682026-08-20T07:13:11.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47692026-08-20T07:13:11.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47702026-08-20T07:13:11.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47712026-08-20T07:13:11.416Z
47722026-08-20T07:13:11.416Zinfo: running `cargo check --bins` on nexus-switch-config (311/340)
47732026-08-20T07:13:11.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47742026-08-20T07:13:11.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47752026-08-20T07:13:11.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47762026-08-20T07:13:11.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47772026-08-20T07:13:12.027Z
47782026-08-20T07:13:12.027Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (312/340)
47792026-08-20T07:13:12.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-08-20T07:13:12.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-08-20T07:13:12.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47822026-08-20T07:13:12.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47832026-08-20T07:13:12.660Z
47842026-08-20T07:13:12.660Zinfo: running `cargo check --bins` on support-bundle-collection (313/340)
47852026-08-20T07:13:13.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47862026-08-20T07:13:13.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47872026-08-20T07:13:13.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47882026-08-20T07:13:13.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47892026-08-20T07:13:13.286Z
47902026-08-20T07:13:13.286Zinfo: running `cargo check --bins` on omicron-dev (314/340)
47912026-08-20T07:13:13.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47922026-08-20T07:13:13.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47932026-08-20T07:13:14.181Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47942026-08-20T07:13:14.184Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47952026-08-20T07:13:14.374Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47962026-08-20T07:13:14.401Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
47972026-08-20T07:13:14.419Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47982026-08-20T07:13:14.423Z Checking diff v0.1.13
47992026-08-20T07:13:14.437Z Checking yansi v1.0.1
48002026-08-20T07:13:14.467Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
48012026-08-20T07:13:14.508Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
48022026-08-20T07:13:14.699Z Checking pretty_assertions v1.4.1
48032026-08-20T07:13:15.438Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48042026-08-20T07:13:15.470Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
48052026-08-20T07:13:40.901Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48062026-08-20T07:13:40.905Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48072026-08-20T07:13:40.905Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48082026-08-20T07:13:40.905Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48092026-08-20T07:13:40.905Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48102026-08-20T07:13:40.905Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48112026-08-20T07:13:40.905Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48122026-08-20T07:13:41.801Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48132026-08-20T07:13:41.801Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48142026-08-20T07:13:43.089Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48152026-08-20T07:14:21.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
48162026-08-20T07:14:21.843Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48172026-08-20T07:14:21.843Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48182026-08-20T07:14:22.060Z
48192026-08-20T07:14:22.060Zinfo: running `cargo check --bins` on oximeter-load-test (315/340)
48202026-08-20T07:14:22.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48212026-08-20T07:14:22.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48222026-08-20T07:14:22.755Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
48232026-08-20T07:14:23.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
48242026-08-20T07:14:23.608Z
48252026-08-20T07:14:23.608Zinfo: running `cargo check --bins` on omicron-pins (316/340)
48262026-08-20T07:14:24.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48272026-08-20T07:14:24.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48282026-08-20T07:14:24.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48292026-08-20T07:14:24.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
48302026-08-20T07:14:24.170Z
48312026-08-20T07:14:24.171Zinfo: running `cargo check --bins` on rack-init-config (317/340)
48322026-08-20T07:14:24.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48332026-08-20T07:14:24.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48342026-08-20T07:14:24.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48352026-08-20T07:14:24.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
48362026-08-20T07:14:24.746Z
48372026-08-20T07:14:24.746Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (318/340)
48382026-08-20T07:14:25.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48392026-08-20T07:14:25.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48402026-08-20T07:14:25.518Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48412026-08-20T07:14:25.639Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48422026-08-20T07:14:25.647Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48432026-08-20T07:14:52.520Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48442026-08-20T07:14:52.931Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48452026-08-20T07:14:54.697Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
48462026-08-20T07:14:55.180Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48472026-08-20T07:14:58.323Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48482026-08-20T07:15:22.360Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48492026-08-20T07:15:23.110Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48502026-08-20T07:15:24.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
48512026-08-20T07:15:25.044Z
48522026-08-20T07:15:25.045Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (319/340)
48532026-08-20T07:15:25.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48542026-08-20T07:15:25.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48552026-08-20T07:15:25.755Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
48562026-08-20T07:15:26.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
48572026-08-20T07:15:26.656Z
48582026-08-20T07:15:26.656Zinfo: running `cargo check --bins` on omicron-releng (320/340)
48592026-08-20T07:15:27.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48602026-08-20T07:15:27.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48612026-08-20T07:15:27.283Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
48622026-08-20T07:15:27.286Z Compiling fs-err v2.11.0
48632026-08-20T07:15:27.402Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
48642026-08-20T07:15:27.412Z Checking parse-size v1.1.0
48652026-08-20T07:15:27.422Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48662026-08-20T07:15:27.422Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48672026-08-20T07:15:27.425Z Checking shell-words v1.1.1
48682026-08-20T07:15:27.509Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48692026-08-20T07:15:27.834Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48702026-08-20T07:15:28.012Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48712026-08-20T07:15:28.681Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48722026-08-20T07:15:29.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
48732026-08-20T07:15:29.816Z
48742026-08-20T07:15:29.817Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (321/340)
48752026-08-20T07:15:30.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48762026-08-20T07:15:30.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48772026-08-20T07:15:30.445Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
48782026-08-20T07:15:30.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
48792026-08-20T07:15:31.120Z
48802026-08-20T07:15:31.120Zinfo: running `cargo check --bins` on schema (322/340)
48812026-08-20T07:15:31.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48822026-08-20T07:15:31.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48832026-08-20T07:15:31.851Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48842026-08-20T07:15:32.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
48852026-08-20T07:15:32.751Z
48862026-08-20T07:15:32.751Zinfo: running `cargo check --bins` on xtask (323/340)
48872026-08-20T07:15:33.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48882026-08-20T07:15:33.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48892026-08-20T07:15:33.156Z Checking serde_core v1.0.229
48902026-08-20T07:15:33.156Z Checking libc v0.2.185
48912026-08-20T07:15:33.233Z Checking bitflags v2.11.0
48922026-08-20T07:15:33.238Z Checking scroll v0.12.0
48932026-08-20T07:15:33.245Z Checking thiserror v1.0.69
48942026-08-20T07:15:33.253Z Checking log v0.4.33
48952026-08-20T07:15:33.260Z Checking indexmap v2.14.0
48962026-08-20T07:15:33.269Z Checking zerocopy v0.7.35
48972026-08-20T07:15:33.330Z Checking syn v2.0.117
48982026-08-20T07:15:33.369Z Checking dtrace-parser v0.2.0
48992026-08-20T07:15:33.393Z Checking once_cell v1.21.3
49002026-08-20T07:15:33.458Z Checking goblin v0.8.2
49012026-08-20T07:15:33.503Z Checking errno v0.3.14
49022026-08-20T07:15:33.564Z Checking thread-id v4.2.2
49032026-08-20T07:15:33.610Z Checking getrandom v0.3.4
49042026-08-20T07:15:33.626Z Checking rustix v1.1.4
49052026-08-20T07:15:33.642Z Checking memmap v0.7.0
49062026-08-20T07:15:33.742Z Checking thiserror v2.0.18
49072026-08-20T07:15:33.752Z Checking fs-err v3.3.0
49082026-08-20T07:15:33.770Z Checking tabled v0.15.0
49092026-08-20T07:15:33.792Z Checking anyhow v1.0.104
49102026-08-20T07:15:34.404Z Checking terminal_size v0.4.3
49112026-08-20T07:15:34.404Z Checking tempfile v3.27.0
49122026-08-20T07:15:34.509Z Checking clap_builder v4.6.0
49132026-08-20T07:15:34.521Z Checking textwrap v0.16.2
49142026-08-20T07:15:34.665Z Checking serde v1.0.229
49152026-08-20T07:15:34.669Z Checking serde_json v1.0.151
49162026-08-20T07:15:34.669Z Checking camino v1.2.5
49172026-08-20T07:15:34.707Z Checking semver v1.0.28
49182026-08-20T07:15:34.881Z Checking cargo-platform v0.3.2
49192026-08-20T07:15:34.918Z Checking camino-tempfile v1.4.1
49202026-08-20T07:15:35.067Z Checking serde_spanned v0.6.9
49212026-08-20T07:15:35.067Z Checking toml_datetime v0.6.11
49222026-08-20T07:15:35.074Z Checking macaddr v1.0.1
49232026-08-20T07:15:35.093Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
49242026-08-20T07:15:35.244Z Checking toml_edit v0.22.27
49252026-08-20T07:15:35.276Z Checking cargo_metadata v0.23.1
49262026-08-20T07:15:35.296Z Checking dof v0.3.0
49272026-08-20T07:15:35.549Z Checking usdt-impl v0.5.0
49282026-08-20T07:15:35.686Z Checking clap v4.6.1
49292026-08-20T07:15:35.809Z Checking usdt v0.5.0
49302026-08-20T07:15:36.202Z Checking toml v0.8.23
49312026-08-20T07:15:36.457Z Checking cargo_toml v0.21.0
49322026-08-20T07:15:37.086Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
49332026-08-20T07:15:37.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s
49342026-08-20T07:15:37.582Z
49352026-08-20T07:15:37.582Zinfo: running `cargo check --bins` on dnsadm (324/340)
49362026-08-20T07:15:38.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49372026-08-20T07:15:38.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49382026-08-20T07:15:38.216Z Checking arc-swap v1.8.2
49392026-08-20T07:15:38.496Z Checking slog-scope v4.4.1
49402026-08-20T07:15:38.610Z Checking slog-stdlog v4.1.1
49412026-08-20T07:15:38.708Z Checking slog-envlogger v2.2.0
49422026-08-20T07:15:38.826Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49432026-08-20T07:15:39.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
49442026-08-20T07:15:39.422Z
49452026-08-20T07:15:39.422Zinfo: running `cargo check --bins` on end-to-end-tests (325/340)
49462026-08-20T07:15:39.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49472026-08-20T07:15:39.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49482026-08-20T07:15:40.231Z Checking cpubits v0.1.1
49492026-08-20T07:15:40.359Z Checking pem-rfc7468 v1.0.0
49502026-08-20T07:15:40.373Z Checking hmac v0.13.0
49512026-08-20T07:15:40.377Z Checking universal-hash v0.6.1
49522026-08-20T07:15:40.396Z Checking ctr v0.10.1
49532026-08-20T07:15:40.396Z Checking aead v0.6.1
49542026-08-20T07:15:40.423Z Checking aes v0.9.1
49552026-08-20T07:15:40.423Z Checking crypto-bigint v0.7.5
49562026-08-20T07:15:40.451Z Checking salsa20 v0.11.0
49572026-08-20T07:15:40.495Z Checking der v0.8.0
49582026-08-20T07:15:40.495Z Checking polyval v0.7.1
49592026-08-20T07:15:40.524Z Checking pbkdf2 v0.13.0
49602026-08-20T07:15:40.541Z Checking cbc v0.2.1
49612026-08-20T07:15:40.572Z Checking ff v0.14.0
49622026-08-20T07:15:40.618Z Checking signature v3.0.0
49632026-08-20T07:15:40.636Z Checking scrypt v0.12.0
49642026-08-20T07:15:40.674Z Checking ghash v0.6.0
49652026-08-20T07:15:40.716Z Checking base16ct v1.0.0
49662026-08-20T07:15:40.731Z Checking group v0.14.0
49672026-08-20T07:15:40.769Z Checking hkdf v0.13.0
49682026-08-20T07:15:40.799Z Compiling curve25519-dalek v5.0.0
49692026-08-20T07:15:40.816Z Checking aes-gcm v0.11.0
49702026-08-20T07:15:40.832Z Checking keccak v0.2.0
49712026-08-20T07:15:40.847Z Checking poly1305 v0.9.0
49722026-08-20T07:15:40.875Z Checking wnaf v0.14.0
49732026-08-20T07:15:40.900Z Checking blowfish v0.10.0
49742026-08-20T07:15:40.980Z Checking blake2 v0.11.0-rc.6
49752026-08-20T07:15:40.996Z Checking sha3 v0.11.0
49762026-08-20T07:15:41.042Z Checking kem v0.3.0
49772026-08-20T07:15:41.057Z Checking bcrypt-pbkdf v0.11.0
49782026-08-20T07:15:41.121Z Checking module-lattice v0.2.3
49792026-08-20T07:15:41.161Z Checking sponge-cursor v0.1.0
49802026-08-20T07:15:41.215Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49812026-08-20T07:15:41.241Z Checking argon2 v0.6.0-rc.8
49822026-08-20T07:15:41.286Z Checking sha3 v0.12.0
49832026-08-20T07:15:41.289Z Checking spki v0.8.0
49842026-08-20T07:15:41.337Z Checking sec1 v0.8.1
49852026-08-20T07:15:41.351Z Checking ml-kem v0.3.2
49862026-08-20T07:15:41.393Z Checking internal-russh-num-bigint v0.5.0
49872026-08-20T07:15:41.468Z Checking pkcs5 v0.8.1
49882026-08-20T07:15:41.484Z Checking pkcs1 v0.8.0-rc.4
49892026-08-20T07:15:41.542Z Checking num-bigint v0.4.6
49902026-08-20T07:15:41.559Z Checking generic-array v1.4.3
49912026-08-20T07:15:41.687Z Checking russh-util v0.52.0
49922026-08-20T07:15:41.757Z Checking pkcs8 v0.11.0
49932026-08-20T07:15:41.810Z Compiling enum_dispatch v0.3.13
49942026-08-20T07:15:41.949Z Compiling delegate v0.13.5
49952026-08-20T07:15:41.965Z Checking ed25519 v3.0.0
49962026-08-20T07:15:42.089Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49972026-08-20T07:15:42.117Z Checking hex-literal v1.1.0
49982026-08-20T07:15:42.160Z Checking ed25519-dalek v3.0.0
49992026-08-20T07:15:42.215Z Checking md5 v0.8.0
50002026-08-20T07:15:42.265Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
50012026-08-20T07:15:42.382Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
50022026-08-20T07:15:42.382Z Checking socket2 v0.5.10
50032026-08-20T07:15:42.462Z Checking internet-checksum v0.2.1
50042026-08-20T07:15:42.493Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
50052026-08-20T07:15:42.658Z Checking elliptic-curve v0.14.1
50062026-08-20T07:15:42.658Z Checking rfc6979 v0.6.0
50072026-08-20T07:15:42.661Z Checking primefield v0.14.0
50082026-08-20T07:15:42.661Z Checking ssh-encoding v0.3.0
50092026-08-20T07:15:42.736Z Checking crypto-primes v0.7.2
50102026-08-20T07:15:42.878Z Checking ssh-cipher v0.3.0
50112026-08-20T07:15:42.878Z Checking russh-cryptovec v0.62.0
50122026-08-20T07:15:43.051Z Checking primeorder v0.14.0
50132026-08-20T07:15:43.054Z Checking ecdsa v0.17.0
50142026-08-20T07:15:43.418Z Checking p521 v0.14.0
50152026-08-20T07:15:43.422Z Checking p384 v0.14.0
50162026-08-20T07:15:43.422Z Checking p256 v0.14.0
50172026-08-20T07:15:43.674Z Checking rsa v0.10.0-rc.18
50182026-08-20T07:15:46.265Z Checking ssh-key v0.7.0-rc.11
50192026-08-20T07:15:47.006Z Checking russh v0.62.4
50202026-08-20T07:16:00.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.88s
50212026-08-20T07:16:00.315Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50222026-08-20T07:16:00.315Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50232026-08-20T07:16:00.520Z
50242026-08-20T07:16:00.521Zinfo: running `cargo check --bins` on gateway-cli (326/340)
50252026-08-20T07:16:01.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50262026-08-20T07:16:01.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50272026-08-20T07:16:01.158Z Checking termios v0.3.3
50282026-08-20T07:16:01.357Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50292026-08-20T07:16:01.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
50302026-08-20T07:16:02.132Z
50312026-08-20T07:16:02.132Zinfo: running `cargo check --bins --no-default-features` on installinator (327/340)
50322026-08-20T07:16:02.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50332026-08-20T07:16:02.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50342026-08-20T07:16:02.813Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
50352026-08-20T07:16:03.521Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
50362026-08-20T07:16:05.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
50372026-08-20T07:16:05.334Z
50382026-08-20T07:16:05.334Zinfo: running `cargo check --bins` on internal-dns-cli (328/340)
50392026-08-20T07:16:05.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50402026-08-20T07:16:05.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50412026-08-20T07:16:05.969Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50422026-08-20T07:16:06.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
50432026-08-20T07:16:06.579Z
50442026-08-20T07:16:06.579Zinfo: running `cargo check --bins` on omicron-live-tests (329/340)
50452026-08-20T07:16:07.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50462026-08-20T07:16:07.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50472026-08-20T07:16:07.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50482026-08-20T07:16:07.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50492026-08-20T07:16:07.143Z
50502026-08-20T07:16:07.143Zinfo: running `cargo check --bins` on live-tests-macros (330/340)
50512026-08-20T07:16:07.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50522026-08-20T07:16:07.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50532026-08-20T07:16:07.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50542026-08-20T07:16:07.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50552026-08-20T07:16:07.710Z
50562026-08-20T07:16:07.710Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (331/340)
50572026-08-20T07:16:08.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50582026-08-20T07:16:08.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50592026-08-20T07:16:08.459Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
50602026-08-20T07:16:09.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
50612026-08-20T07:16:09.252Z
50622026-08-20T07:16:09.252Zinfo: running `cargo check --bins` on omicron-ntp-admin (332/340)
50632026-08-20T07:16:09.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50642026-08-20T07:16:09.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50652026-08-20T07:16:09.898Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
50662026-08-20T07:16:09.898Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50672026-08-20T07:16:10.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
50682026-08-20T07:16:11.005Z
50692026-08-20T07:16:11.005Zinfo: running `cargo check --bins` on ntp-admin-types (333/340)
50702026-08-20T07:16:11.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50712026-08-20T07:16:11.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50722026-08-20T07:16:11.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50732026-08-20T07:16:11.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50742026-08-20T07:16:11.569Z
50752026-08-20T07:16:11.569Zinfo: running `cargo check --bins` on omicron-package (334/340)
50762026-08-20T07:16:12.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50772026-08-20T07:16:12.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50782026-08-20T07:16:12.243Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
50792026-08-20T07:16:13.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
50802026-08-20T07:16:13.535Z
50812026-08-20T07:16:13.535Zinfo: running `cargo check --bins` on tqdb (335/340)
50822026-08-20T07:16:14.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50832026-08-20T07:16:14.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50842026-08-20T07:16:14.308Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
50852026-08-20T07:16:14.660Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
50862026-08-20T07:16:15.170Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50872026-08-20T07:16:15.173Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
50882026-08-20T07:16:21.934Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50892026-08-20T07:16:21.937Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50902026-08-20T07:16:21.937Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50912026-08-20T07:16:22.560Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
50922026-08-20T07:16:22.560Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50932026-08-20T07:16:22.564Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50942026-08-20T07:16:22.564Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50952026-08-20T07:16:23.335Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50962026-08-20T07:16:23.983Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50972026-08-20T07:16:24.217Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50982026-08-20T07:16:24.472Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50992026-08-20T07:16:25.340Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
51002026-08-20T07:16:25.989Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
51012026-08-20T07:16:30.749Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
51022026-08-20T07:16:37.970Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
51032026-08-20T07:16:37.970Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
51042026-08-20T07:16:37.973Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
51052026-08-20T07:16:37.973Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
51062026-08-20T07:16:39.474Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
51072026-08-20T07:16:40.762Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
51082026-08-20T07:16:41.442Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
51092026-08-20T07:16:42.735Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
51102026-08-20T07:16:43.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.75s
51112026-08-20T07:16:43.493Z
51122026-08-20T07:16:43.493Zinfo: running `cargo check --bins` on wicket-dbg (336/340)
51132026-08-20T07:16:44.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51142026-08-20T07:16:44.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51152026-08-20T07:16:44.199Z Checking rtoolbox v0.0.3
51162026-08-20T07:16:44.199Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
51172026-08-20T07:16:44.313Z Checking tui-tree-widget v0.23.1
51182026-08-20T07:16:44.327Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
51192026-08-20T07:16:44.417Z Checking rpassword v7.5.4
51202026-08-20T07:16:47.260Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51212026-08-20T07:16:49.129Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
51222026-08-20T07:16:50.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.56s
51232026-08-20T07:16:50.255Z
51242026-08-20T07:16:50.255Zinfo: running `cargo check --bins` on wicket (337/340)
51252026-08-20T07:16:50.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51262026-08-20T07:16:50.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51272026-08-20T07:16:50.942Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51282026-08-20T07:16:51.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
51292026-08-20T07:16:51.494Z
51302026-08-20T07:16:51.494Zinfo: running `cargo check --bins` on wicketd (338/340)
51312026-08-20T07:16:52.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51322026-08-20T07:16:52.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51332026-08-20T07:16:52.192Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
51342026-08-20T07:16:55.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
51352026-08-20T07:16:55.973Z
51362026-08-20T07:16:55.973Zinfo: running `cargo check --bins` on omicron-workspace-hack (339/340)
51372026-08-20T07:16:56.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51382026-08-20T07:16:56.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51392026-08-20T07:16:56.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51402026-08-20T07:16:56.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
51412026-08-20T07:16:56.532Z
51422026-08-20T07:16:56.532Zinfo: running `cargo check --bins` on zone-setup (340/340)
51432026-08-20T07:16:57.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51442026-08-20T07:16:57.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51452026-08-20T07:16:57.195Z Checking uzers v0.12.2
51462026-08-20T07:16:57.468Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
51472026-08-20T07:16:58.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
51482026-08-20T07:16:58.459Z
51492026-08-20T07:16:58.459Zreal 15:08.093116117
51502026-08-20T07:16:58.459Zuser 22:23.873693934
51512026-08-20T07:16:58.459Zsys 4:26.417473366
51522026-08-20T07:16:58.459Ztrap 0.343811618
51532026-08-20T07:16:58.459Ztflt 0.579526660
51542026-08-20T07:16:58.459Zdflt 0.888751140
51552026-08-20T07:16:58.459Zkflt 0.005264156
51562026-08-20T07:16:58.459Zlock 1:33:32.160929715
51572026-08-20T07:16:58.459Zslp 1:47:34.588388399
51582026-08-20T07:16:58.459Zlat 59.430505909
51592026-08-20T07:16:58.459Zstop 4:06.499966373
51602026-08-20T07:16:58.462Zprocess exited: duration 1043176 ms, exit code 0
 
51612026-08-20T07:16:58.469Zfound 0 output files