01KM6VVE4RXZQ5T632B8AQAGXS: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KM6VVXKNPMPHH0HC48GJNVT4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-21T00:15:09.046Zjob assigned to worker 01KM6VVZ5DAZJCPEC6P9V6TYNR [factory aws, i-006145602b0cc72e9] (queued for 1 m 2 s)
 
22026-03-21T00:15:16.775Zstarting task 0: "setup"
32026-03-21T00:15:16.781Z++ uname -s
42026-03-21T00:15:16.784Z+ kern=SunOS
52026-03-21T00:15:16.784Z+ build_user=build
62026-03-21T00:15:16.784Z+ build_uid=12345
72026-03-21T00:15:16.784Z+ work_dir=/work
82026-03-21T00:15:16.784Z+ input_dir=/input
92026-03-21T00:15:16.784Z+ [[ 0 == 12345 ]]
102026-03-21T00:15:16.784Z+ case "$kern" in
112026-03-21T00:15:16.784Z+ groupadd -g 12345 build
122026-03-21T00:15:16.787Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-21T00:15:18.791Z+ zfs create -o mountpoint=/work rpool/work
142026-03-21T00:15:18.906Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-21T00:15:18.910Z+ home_fs=zfs
162026-03-21T00:15:18.910Z+ [[ zfs == autofs ]]
172026-03-21T00:15:18.910Z+ mkdir -p /home/build
182026-03-21T00:15:18.910Z+ chown build:build /home/build /work
192026-03-21T00:15:19.912Z+ chmod 0700 /home/build /work
202026-03-21T00:15:19.916Zprocess exited: duration 3138 ms, exit code 0
 
212026-03-21T00:15:19.922Zstarting task 1: "rust-toolchain"
222026-03-21T00:15:19.926Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-21T00:15:19.926Z * rust toolchain channel = "1.94.0"
242026-03-21T00:15:19.926Z * rust toolchain profile = "default"
252026-03-21T00:15:19.926Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-21T00:15:19.926Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-21T00:15:19.926Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-21T00:15:19.929Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-21T00:15:19.929Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-21T00:15:20.060Zinfo: downloading installer
312026-03-21T00:15:21.984Zwarn: It looks like you have an existing installation of Rust at:
322026-03-21T00:15:21.984Zwarn: /opt/ooce/bin
332026-03-21T00:15:21.984Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-21T00:15:21.984Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-21T00:15:21.984Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-21T00:15:21.984Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-21T00:15:21.984Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-21T00:15:21.984Zerror: cannot install while Rust is installed
392026-03-21T00:15:21.984Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-21T00:15:21.984Zwarn: It looks like you have an existing rustup settings file at:
412026-03-21T00:15:21.984Zwarn: /home/build/.rustup/settings.toml
422026-03-21T00:15:21.984Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-21T00:15:21.984Zwarn: instead of the one inferred from the default host triple.
442026-03-21T00:15:22.024Zinfo: profile set to default
452026-03-21T00:15:22.024Zinfo: default host triple is x86_64-unknown-illumos
462026-03-21T00:15:22.028Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-21T00:15:22.184Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-21T00:15:22.187Zinfo: downloading 6 components
492026-03-21T00:15:38.653Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-21T00:15:38.653Z
512026-03-21T00:15:38.686Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-21T00:15:38.687Z
532026-03-21T00:15:38.690Z
542026-03-21T00:15:38.690ZRust is installed now. Great!
552026-03-21T00:15:38.690Z
562026-03-21T00:15:38.690ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-21T00:15:38.690Zenvironment variable. This has not been done automatically.
582026-03-21T00:15:38.690Z
592026-03-21T00:15:38.690ZTo configure your current shell, you need to source
602026-03-21T00:15:38.690Zthe corresponding env file under $HOME/.cargo.
612026-03-21T00:15:38.690Z
622026-03-21T00:15:38.690ZThis is usually done by running one of the following (note the leading DOT):
632026-03-21T00:15:38.690Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-21T00:15:38.690Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-21T00:15:38.690Zsource "~/.cargo/env.nu" # For nushell
662026-03-21T00:15:38.690Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-21T00:15:38.690Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-21T00:15:38.690Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-21T00:15:38.690Zwarn: no default linker (`cc`) was found in your PATH
702026-03-21T00:15:38.690Zwarn: many Rust crates require a system C toolchain to build
712026-03-21T00:15:38.795Z+ rustup --version
722026-03-21T00:15:38.806Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-21T00:15:38.809Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-21T00:15:38.833Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-21T00:15:38.836Z+ cargo --version
762026-03-21T00:15:38.852Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-21T00:15:38.855Z+ rustc --version
782026-03-21T00:15:38.880Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-21T00:15:38.883Zprocess exited: duration 18955 ms, exit code 0
 
802026-03-21T00:15:38.889Zstarting task 2: "authentication"
812026-03-21T00:15:38.910Zprocess exited: duration 20 ms, exit code 0
 
822026-03-21T00:15:38.917Zstarting task 3: "clone repository"
832026-03-21T00:15:38.920Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-21T00:15:38.923Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-21T00:15:38.984ZCloning into '/work/oxidecomputer/omicron'...
862026-03-21T00:15:49.315Z+ cd /work/oxidecomputer/omicron
872026-03-21T00:15:49.315Z+ git fetch origin 63d24c2b6823057a8db0ba81ff20d46804eb2d94
882026-03-21T00:15:49.626ZFrom https://github.com/oxidecomputer/omicron
892026-03-21T00:15:49.626Z * branch 63d24c2b6823057a8db0ba81ff20d46804eb2d94 -> FETCH_HEAD
902026-03-21T00:15:49.636Z+ [[ -n expectorate-no-comment ]]
912026-03-21T00:15:49.639Z++ git branch --show-current
922026-03-21T00:15:49.639Z+ current=main
932026-03-21T00:15:49.639Z+ [[ main != expectorate-no-comment ]]
942026-03-21T00:15:49.642Z+ git branch -f expectorate-no-comment 63d24c2b6823057a8db0ba81ff20d46804eb2d94
952026-03-21T00:15:49.645Z+ git checkout -f expectorate-no-comment
962026-03-21T00:15:49.958ZSwitched to branch 'expectorate-no-comment'
972026-03-21T00:15:49.961Z+ git reset --hard 63d24c2b6823057a8db0ba81ff20d46804eb2d94
982026-03-21T00:15:49.979ZHEAD is now at 63d24c2b6 merge
992026-03-21T00:15:49.982Zprocess exited: duration 11061 ms, exit code 0
 
1002026-03-21T00:15:49.988Zstarting task 4: "build"
1012026-03-21T00:15:49.993Z+ source .github/buildomat/ci-env.sh
1022026-03-21T00:15:49.996Z++ export CARGO_TERM_COLOR=always
1032026-03-21T00:15:49.996Z++ CARGO_TERM_COLOR=always
1042026-03-21T00:15:49.996Z+ cargo --version
1052026-03-21T00:15:50.005Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-21T00:15:50.008Z+ rustc --version
1072026-03-21T00:15:50.032Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-21T00:15:50.035Z+ source ./env.sh
1092026-03-21T00:15:50.035Z++ OLD_SHELL_OPTS=ehxB
1102026-03-21T00:15:50.035Z++ set -o xtrace
1112026-03-21T00:15:50.038Z++++ dirname ./env.sh
1122026-03-21T00:15:50.038Z+++ readlink -f .
1132026-03-21T00:15:50.041Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-21T00:15:50.041Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-21T00:15:50.041Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-03-21T00:15:50.041Z++ 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
1172026-03-21T00:15:50.041Z++ 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
1182026-03-21T00:15:50.041Z++ 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
1192026-03-21T00:15:50.041Z++ 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
1202026-03-21T00:15:50.041Z++ 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
1212026-03-21T00:15:50.041Z++ 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
1222026-03-21T00:15:50.041Z++ case $OLD_SHELL_OPTS in
1232026-03-21T00:15:50.041Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-21T00:15:50.041Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1252026-03-21T00:15:50.041Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1262026-03-21T00:15:50.041Z+ banner prerequisites
1272026-03-21T00:15:50.044Z
1282026-03-21T00:15:50.044Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-21T00:15:50.044Z # # # # # # # # # # # # # # #
1302026-03-21T00:15:50.044Z # # # # ##### # # ##### # # # # # #### #
1312026-03-21T00:15:50.044Z ##### ##### # ##### # # # # # # # # #
1322026-03-21T00:15:50.044Z # # # # # # # # # # # # # # #
1332026-03-21T00:15:50.044Z # # # ###### # # ###### ### # #### # #### #
1342026-03-21T00:15:50.044Z
1352026-03-21T00:15:50.044Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-21T00:16:01.534Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-21T00:16:11.407Z Startup: Caching catalogs ... Done
1382026-03-21T00:16:33.774ZPlanning: Solver setup ... Done (20.927s)
1392026-03-21T00:16:33.928ZPlanning: Running solver ... Done (0.154s)
1402026-03-21T00:16:34.118ZPlanning: Finding local manifests ... Done (0.002s)
1412026-03-21T00:16:34.131ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-21T00:16:34.291ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-21T00:16:34.334ZPlanning: Package planning ... Done (0.043s)
1442026-03-21T00:16:34.375ZPlanning: Merging actions ... Done (0.040s)
1452026-03-21T00:16:34.645ZPlanning: Checking for conflicting actions ... Done (0.270s)
1462026-03-21T00:16:34.654ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-21T00:16:36.703ZPlanning: Evaluating mediators ... Done (2.048s)
1482026-03-21T00:16:36.712ZPlanning: Planning completed in 25.16 seconds
1492026-03-21T00:16:36.724Z Packages to install: 4
1502026-03-21T00:16:36.724Z Mediators to change: 2
1512026-03-21T00:16:36.727Z Services to change: 1
1522026-03-21T00:16:36.727Z Estimated space available: 155.43 GB
1532026-03-21T00:16:36.727ZEstimated space to be consumed: 1.83 GB
1542026-03-21T00:16:36.727Z Create boot environment: No
1552026-03-21T00:16:36.727ZCreate backup boot environment: No
1562026-03-21T00:16:36.727Z Rebuild boot archive: No
1572026-03-21T00:16:36.727Z
1582026-03-21T00:16:36.727ZChanged mediators:
1592026-03-21T00:16:36.727Z mediator clang:
1602026-03-21T00:16:36.727Z version: None -> 15 (system default)
1612026-03-21T00:16:36.727Z
1622026-03-21T00:16:36.727Z mediator llvm:
1632026-03-21T00:16:36.727Z version: 14 (system default) -> 15 (system default)
1642026-03-21T00:16:36.728Z
1652026-03-21T00:16:36.728ZChanged packages:
1662026-03-21T00:16:36.728Zhelios-dev
1672026-03-21T00:16:36.728Z developer/build-essential
1682026-03-21T00:16:36.728Z None -> 11-2.0
1692026-03-21T00:16:36.728Z library/libxmlsec1
1702026-03-21T00:16:36.728Z None -> 1.2.35-2.0
1712026-03-21T00:16:36.728Z ooce/developer/clang-15
1722026-03-21T00:16:36.728Z None -> 15.0.7-2.0
1732026-03-21T00:16:36.728Z ooce/developer/llvm-15
1742026-03-21T00:16:36.728Z None -> 15.0.7-2.0
1752026-03-21T00:16:36.728Z
1762026-03-21T00:16:36.728ZServices:
1772026-03-21T00:16:36.728Z restart_fmri:
1782026-03-21T00:16:36.728Z svc:/system/update-man-index:default
1792026-03-21T00:16:36.869Z
1802026-03-21T00:16:36.869ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-21T00:16:42.238ZDownload: 2222/3290 items 119.2/212.6MB 56% complete (28.0M/s)
1822026-03-21T00:16:45.252ZDownload: Completed 212.60 MB in 8.38 seconds (25.4M/s)
1832026-03-21T00:16:45.539Z Actions: 1/3689 actions (Installing new actions)
1842026-03-21T00:16:49.934Z Actions: Completed 3689 actions in 4.39 seconds.
1852026-03-21T00:16:50.309Z Done (0.370s)
1862026-03-21T00:16:50.309Z Done (0.000s)
1872026-03-21T00:16:51.305Z Done (0.996s)
1882026-03-21T00:16:55.760Z Done (4.107s)
1892026-03-21T00:16:55.848Z Done (0.017s)
1902026-03-21T00:16:55.852Z Done (0.000s)
1912026-03-21T00:16:56.003Z Done (0.000s)
1922026-03-21T00:16:56.971ZPlanning: Evaluating mediator changes ... Done
1932026-03-21T00:16:57.115ZPlanning: Checking for conflicting actions ... Done
1942026-03-21T00:16:57.118ZPlanning: Consolidating action changes ... Done
1952026-03-21T00:16:57.343ZPlanning: Evaluating mediators ... Done
1962026-03-21T00:16:57.346ZPlanning: Planning completed in 0.37 seconds
1972026-03-21T00:16:57.373Z Mediators to change: 2
1982026-03-21T00:16:57.373Z Create boot environment: No
1992026-03-21T00:16:57.376ZCreate backup boot environment: No
2002026-03-21T00:16:57.436Z Done
2012026-03-21T00:16:57.436Z Done
2022026-03-21T00:16:58.159Z Done
2032026-03-21T00:17:01.495Z Done
2042026-03-21T00:17:01.579Z Done
2052026-03-21T00:17:01.582Z Done
2062026-03-21T00:17:01.742Z Done
2072026-03-21T00:17:02.278ZPlanning: Evaluating mediator changes ... Done
2082026-03-21T00:17:02.281ZPlanning: Merging actions ... Done
2092026-03-21T00:17:02.445ZPlanning: Checking for conflicting actions ... Done
2102026-03-21T00:17:02.449ZPlanning: Consolidating action changes ... Done
2112026-03-21T00:17:02.666ZPlanning: Evaluating mediators ... Done
2122026-03-21T00:17:02.709ZPlanning: Planning completed in 0.63 seconds
2132026-03-21T00:17:02.739Z Packages to change: 1
2142026-03-21T00:17:02.739Z Mediators to change: 1
2152026-03-21T00:17:02.742Z Services to change: 1
2162026-03-21T00:17:02.742Z Create boot environment: No
2172026-03-21T00:17:02.742ZCreate backup boot environment: Yes
2182026-03-21T00:17:05.233Z Actions: 1/6 actions (Updating modified actions)
2192026-03-21T00:17:05.236Z Actions: Completed 6 actions in 0.00 seconds.
2202026-03-21T00:17:05.236Z Done
2212026-03-21T00:17:05.236Z Done
2222026-03-21T00:17:05.421Z Done
2232026-03-21T00:17:08.699Z Done
2242026-03-21T00:17:08.787Z Done
2252026-03-21T00:17:08.793Z Done
2262026-03-21T00:17:08.939Z Done
2272026-03-21T00:17:09.318ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-03-21T00:17:09.318Zclang system 15 system
2292026-03-21T00:17:09.318Zcsh system system illumos
2302026-03-21T00:17:09.318Zctags system system illumos
2312026-03-21T00:17:09.318Zfile system system illumos
2322026-03-21T00:17:09.318Zgcc vendor 12 vendor
2332026-03-21T00:17:09.318Zgcc system 10 system
2342026-03-21T00:17:09.318Zgcc system 7 system
2352026-03-21T00:17:09.318Zgo system 1.20 system
2362026-03-21T00:17:09.318Zgo system 1.19 system
2372026-03-21T00:17:09.318Zllvm system 15 system
2382026-03-21T00:17:09.318Zllvm system 14 system
2392026-03-21T00:17:09.318Zmariadb system 10.6 system
2402026-03-21T00:17:09.319Zmta vendor vendor dma
2412026-03-21T00:17:09.319Zopenjdk system 17 system
2422026-03-21T00:17:09.319Zopenjdk system 11 system
2432026-03-21T00:17:09.319Zopenjdk system 1.8 system
2442026-03-21T00:17:09.319Zopenssl vendor 3 vendor
2452026-03-21T00:17:09.319Zperl system 5.36 system
2462026-03-21T00:17:09.319Zpostgresql system 15 system
2472026-03-21T00:17:09.319Zpostgresql system 13 system
2482026-03-21T00:17:09.319Zpython vendor 3 vendor
2492026-03-21T00:17:09.319Zpython system 2 system
2502026-03-21T00:17:09.319Zpython3 system 3.11 system
2512026-03-21T00:17:09.319Zruby system 3.0 system
2522026-03-21T00:17:09.319Zwords vendor vendor american-english
2532026-03-21T00:17:09.319Zwords system system australian-english
2542026-03-21T00:17:09.319Zwords system system british-english
2552026-03-21T00:17:09.319Zwords system system canadian-english
2562026-03-21T00:17:09.319Zwords system system french
2572026-03-21T00:17:09.319Zwords system system italian
2582026-03-21T00:17:09.319Zwords system system ngerman
2592026-03-21T00:17:09.319Zwords system system ogerman
2602026-03-21T00:17:09.319Zwords system system spanish
2612026-03-21T00:17:09.614ZPUBLISHER TYPE STATUS P LOCATION
2622026-03-21T00:17:09.614Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-03-21T00:17:15.563ZFMRI IFO
2642026-03-21T00:17:15.563Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-03-21T00:17:15.563Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-03-21T00:17:15.563Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-03-21T00:17:15.563Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-03-21T00:17:15.563Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-03-21T00:17:15.564Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-03-21T00:17:15.564Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-03-21T00:17:15.564Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-03-21T00:17:15.564Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-03-21T00:17:15.564Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-03-21T00:17:15.564Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-03-21T00:17:15.564Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-03-21T00:17:15.564Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-03-21T00:17:15.564Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-03-21T00:17:15.564Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-03-21T00:17:15.564Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-03-21T00:17:16.803Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-03-21T00:17:17.153Z Updating crates.io index
2822026-03-21T00:17:17.169Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-03-21T00:17:17.703Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-03-21T00:17:18.025Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-03-21T00:17:18.425Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-03-21T00:17:18.798Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872026-03-21T00:17:19.559Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882026-03-21T00:17:20.166Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-03-21T00:17:21.674Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-03-21T00:17:23.217Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-03-21T00:17:23.995Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-03-21T00:17:24.383Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-03-21T00:17:25.092Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-03-21T00:17:25.723Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-03-21T00:17:26.029Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-03-21T00:17:26.460Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-03-21T00:17:27.295Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-03-21T00:17:27.824Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-03-21T00:17:28.316Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-03-21T00:17:28.572Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-03-21T00:17:29.107Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-03-21T00:17:29.540Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-03-21T00:17:29.766Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-03-21T00:17:30.019Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-03-21T00:17:30.423Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-03-21T00:17:30.833Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-03-21T00:17:31.512Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-03-21T00:17:31.855Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-03-21T00:17:32.144Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-03-21T00:17:33.422Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-03-21T00:17:34.007Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-03-21T00:17:34.282Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-03-21T00:17:34.659Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-03-21T00:17:35.090Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-03-21T00:17:35.751Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-03-21T00:17:35.990Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-03-21T00:17:36.244Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-03-21T00:17:36.571Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-03-21T00:17:36.923Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-03-21T00:17:51.239Z Downloading crates ...
3212026-03-21T00:17:51.297Z Downloaded anstyle-query v1.1.5
3222026-03-21T00:17:51.302Z Downloaded equivalent v1.0.2
3232026-03-21T00:17:51.307Z Downloaded proc-macro2 v1.0.106
3242026-03-21T00:17:51.312Z Downloaded crypto-common v0.1.7
3252026-03-21T00:17:51.316Z Downloaded plain v0.2.3
3262026-03-21T00:17:51.316Z Downloaded semver v1.0.27
3272026-03-21T00:17:51.321Z Downloaded colorchoice v1.0.4
3282026-03-21T00:17:51.324Z Downloaded utf8_iter v1.0.4
3292026-03-21T00:17:51.327Z Downloaded tempfile v3.25.0
3302026-03-21T00:17:51.327Z Downloaded bytecount v0.6.9
3312026-03-21T00:17:51.333Z Downloaded hashbrown v0.16.1
3322026-03-21T00:17:51.337Z Downloaded block-buffer v0.10.4
3332026-03-21T00:17:51.340Z Downloaded textwrap v0.16.2
3342026-03-21T00:17:51.340Z Downloaded bitflags v2.11.0
3352026-03-21T00:17:51.343Z Downloaded typeid v1.0.3
3362026-03-21T00:17:51.347Z Downloaded toml_write v0.1.2
3372026-03-21T00:17:51.347Z Downloaded thiserror-impl v1.0.69
3382026-03-21T00:17:51.347Z Downloaded clap v4.5.60
3392026-03-21T00:17:51.352Z Downloaded clap_derive v4.5.55
3402026-03-21T00:17:51.356Z Downloaded anstyle-parse v0.2.7
3412026-03-21T00:17:51.357Z Downloaded anstream v0.6.21
3422026-03-21T00:17:51.360Z Downloaded utf8parse v0.2.2
3432026-03-21T00:17:51.360Z Downloaded cargo-util-schemas v0.8.2
3442026-03-21T00:17:51.361Z Downloaded writeable v0.6.2
3452026-03-21T00:17:51.365Z Downloaded pest_derive v2.8.6
3462026-03-21T00:17:51.365Z Downloaded tinystr v0.8.2
3472026-03-21T00:17:51.365Z Downloaded usdt-macro v0.5.0
3482026-03-21T00:17:51.365Z Downloaded cfg-if v1.0.4
3492026-03-21T00:17:51.369Z Downloaded cargo_metadata v0.21.0
3502026-03-21T00:17:51.369Z Downloaded cargo_toml v0.21.0
3512026-03-21T00:17:51.369Z Downloaded zmij v1.0.21
3522026-03-21T00:17:51.369Z Downloaded autocfg v1.5.0
3532026-03-21T00:17:51.372Z Downloaded is_terminal_polyfill v1.70.2
3542026-03-21T00:17:51.372Z Downloaded camino-tempfile v1.4.1
3552026-03-21T00:17:51.372Z Downloaded byteorder v1.5.0
3562026-03-21T00:17:51.383Z Downloaded heck v0.5.0
3572026-03-21T00:17:51.385Z Downloaded fastrand v2.3.0
3582026-03-21T00:17:51.389Z Downloaded potential_utf v0.1.4
3592026-03-21T00:17:51.389Z Downloaded form_urlencoded v1.2.2
3602026-03-21T00:17:51.389Z Downloaded cpufeatures v0.2.17
3612026-03-21T00:17:51.392Z Downloaded url v2.5.8
3622026-03-21T00:17:51.398Z Downloaded winnow v0.7.14
3632026-03-21T00:17:51.405Z Downloaded unicode-linebreak v0.1.5
3642026-03-21T00:17:51.409Z Downloaded cargo-platform v0.2.0
3652026-03-21T00:17:51.409Z Downloaded ordered-float v2.10.1
3662026-03-21T00:17:51.412Z Downloaded tabled_derive v0.7.0
3672026-03-21T00:17:51.412Z Downloaded clap_lex v1.0.0
3682026-03-21T00:17:51.412Z Downloaded percent-encoding v2.3.2
3692026-03-21T00:17:51.412Z Downloaded fnv v1.0.7
3702026-03-21T00:17:51.415Z Downloaded version_check v0.9.5
3712026-03-21T00:17:51.415Z Downloaded yoke-derive v0.8.1
3722026-03-21T00:17:51.415Z Downloaded thread-id v4.2.2
3732026-03-21T00:17:51.415Z Downloaded unicode-width v0.1.14
3742026-03-21T00:17:51.419Z Downloaded serde-untagged v0.1.9
3752026-03-21T00:17:51.422Z Downloaded toml v0.8.23
3762026-03-21T00:17:51.425Z Downloaded thiserror-impl v2.0.18
3772026-03-21T00:17:51.425Z Downloaded zerofrom v0.1.6
3782026-03-21T00:17:51.425Z Downloaded usdt v0.5.0
3792026-03-21T00:17:51.425Z Downloaded zerovec-derive v0.11.2
3802026-03-21T00:17:51.425Z Downloaded unicode-xid v0.2.6
3812026-03-21T00:17:51.429Z Downloaded zerocopy v0.7.35
3822026-03-21T00:17:51.439Z Downloaded usdt-impl v0.5.0
3832026-03-21T00:17:51.441Z Downloaded pretty-hex v0.4.1
3842026-03-21T00:17:51.442Z Downloaded idna_adapter v1.2.1
3852026-03-21T00:17:51.442Z Downloaded dof v0.3.0
3862026-03-21T00:17:51.446Z Downloaded usdt-attr-macro v0.5.0
3872026-03-21T00:17:51.446Z Downloaded serde-value v0.7.0
3882026-03-21T00:17:51.446Z Downloaded proc-macro-error-attr v1.0.4
3892026-03-21T00:17:51.446Z Downloaded zerofrom-derive v0.1.6
3902026-03-21T00:17:51.450Z Downloaded thiserror v1.0.69
3912026-03-21T00:17:51.450Z Downloaded thiserror v2.0.18
3922026-03-21T00:17:51.453Z Downloaded strsim v0.11.1
3932026-03-21T00:17:51.458Z Downloaded heck v0.4.1
3942026-03-21T00:17:51.458Z Downloaded serde_spanned v0.6.9
3952026-03-21T00:17:51.458Z Downloaded scroll_derive v0.12.1
3962026-03-21T00:17:51.458Z Downloaded unicode-ident v1.0.24
3972026-03-21T00:17:51.462Z Downloaded toml_datetime v0.6.11
3982026-03-21T00:17:51.462Z Downloaded stable_deref_trait v1.2.1
3992026-03-21T00:17:51.462Z Downloaded macaddr v1.0.1
4002026-03-21T00:17:51.462Z Downloaded errno v0.3.14
4012026-03-21T00:17:51.462Z Downloaded typenum v1.19.0
4022026-03-21T00:17:51.465Z Downloaded memmap v0.7.0
4032026-03-21T00:17:51.465Z Downloaded terminal_size v0.4.3
4042026-03-21T00:17:51.468Z Downloaded proc-macro-error v1.0.4
4052026-03-21T00:17:51.468Z Downloaded swrite v0.1.0
4062026-03-21T00:17:51.471Z Downloaded itoa v1.0.17
4072026-03-21T00:17:51.471Z Downloaded yoke v0.8.1
4082026-03-21T00:17:51.471Z Downloaded camino v1.2.2
4092026-03-21T00:17:51.475Z Downloaded anstyle v1.0.13
4102026-03-21T00:17:51.475Z Downloaded zerocopy-derive v0.7.35
4112026-03-21T00:17:51.478Z Downloaded sha2 v0.10.9
4122026-03-21T00:17:51.480Z Downloaded zerovec v0.11.5
4132026-03-21T00:17:51.483Z Downloaded pest_meta v2.8.6
4142026-03-21T00:17:51.486Z Downloaded digest v0.10.7
4152026-03-21T00:17:51.486Z Downloaded ucd-trie v0.1.7
4162026-03-21T00:17:51.486Z Downloaded generic-array v0.14.7
4172026-03-21T00:17:51.489Z Downloaded dtrace-parser v0.2.0
4182026-03-21T00:17:51.489Z Downloaded smawk v0.3.2
4192026-03-21T00:17:51.489Z Downloaded fs-err v3.3.0
4202026-03-21T00:17:51.496Z Downloaded zerotrie v0.2.3
4212026-03-21T00:17:51.501Z Downloaded unicode-width v0.2.0
4222026-03-21T00:17:51.504Z Downloaded toml_edit v0.22.27
4232026-03-21T00:17:51.508Z Downloaded serde_tokenstream v0.2.3
4242026-03-21T00:17:51.508Z Downloaded displaydoc v0.2.5
4252026-03-21T00:17:51.512Z Downloaded erased-serde v0.4.9
4262026-03-21T00:17:51.512Z Downloaded once_cell v1.21.3
4272026-03-21T00:17:51.516Z Downloaded quote v1.0.44
4282026-03-21T00:17:51.519Z Downloaded scroll v0.12.0
4292026-03-21T00:17:51.522Z Downloaded anyhow v1.0.102
4302026-03-21T00:17:51.522Z Downloaded smallvec v1.15.1
4312026-03-21T00:17:51.537Z Downloaded litemap v0.8.1
4322026-03-21T00:17:51.541Z Downloaded icu_properties v2.1.2
4332026-03-21T00:17:51.545Z Downloaded synstructure v0.13.2
4342026-03-21T00:17:51.552Z Downloaded serde_core v1.0.228
4352026-03-21T00:17:51.555Z Downloaded pest_generator v2.8.6
4362026-03-21T00:17:51.558Z Downloaded log v0.4.29
4372026-03-21T00:17:51.561Z Downloaded num-traits v0.2.19
4382026-03-21T00:17:51.564Z Downloaded serde_derive v1.0.228
4392026-03-21T00:17:51.567Z Downloaded papergrid v0.11.0
4402026-03-21T00:17:51.569Z Downloaded icu_provider v2.1.1
4412026-03-21T00:17:51.575Z Downloaded icu_normalizer v2.1.1
4422026-03-21T00:17:51.586Z Downloaded icu_locale_core v2.1.1
4432026-03-21T00:17:51.596Z Downloaded icu_normalizer_data v2.1.1
4442026-03-21T00:17:51.600Z Downloaded serde v1.0.228
4452026-03-21T00:17:51.603Z Downloaded memchr v2.8.0
4462026-03-21T00:17:51.608Z Downloaded pest v2.8.6
4472026-03-21T00:17:51.611Z Downloaded getrandom v0.4.1
4482026-03-21T00:17:51.630Z Downloaded icu_collections v2.1.1
4492026-03-21T00:17:51.645Z Downloaded indexmap v2.13.0
4502026-03-21T00:17:51.648Z Downloaded clap_builder v4.5.60
4512026-03-21T00:17:51.657Z Downloaded idna v1.1.0
4522026-03-21T00:17:51.669Z Downloaded icu_properties_data v2.1.2
4532026-03-21T00:17:51.677Z Downloaded goblin v0.8.2
4542026-03-21T00:17:51.687Z Downloaded serde_json v1.0.149
4552026-03-21T00:17:51.697Z Downloaded tabled v0.15.0
4562026-03-21T00:17:51.707Z Downloaded syn v1.0.109
4572026-03-21T00:17:51.732Z Downloaded syn v2.0.117
4582026-03-21T00:17:51.739Z Downloaded rustix v1.1.3
4592026-03-21T00:17:51.780Z Downloaded libc v0.2.180
4602026-03-21T00:17:51.876Z Compiling proc-macro2 v1.0.106
4612026-03-21T00:17:51.883Z Compiling quote v1.0.44
4622026-03-21T00:17:51.883Z Compiling unicode-ident v1.0.24
4632026-03-21T00:17:51.883Z Compiling serde_core v1.0.228
4642026-03-21T00:17:51.883Z Compiling libc v0.2.180
4652026-03-21T00:17:51.883Z Compiling version_check v0.9.5
4662026-03-21T00:17:51.883Z Compiling stable_deref_trait v1.2.1
4672026-03-21T00:17:51.883Z Compiling serde v1.0.228
4682026-03-21T00:17:52.267Z Compiling memchr v2.8.0
4692026-03-21T00:17:52.291Z Compiling zmij v1.0.21
4702026-03-21T00:17:52.619Z Compiling itoa v1.0.17
4712026-03-21T00:17:52.978Z Compiling autocfg v1.5.0
4722026-03-21T00:17:52.981Z Compiling thiserror v1.0.69
4732026-03-21T00:17:53.094Z Compiling ucd-trie v0.1.7
4742026-03-21T00:17:53.279Z Compiling pest v2.8.6
4752026-03-21T00:17:53.360Z Compiling writeable v0.6.2
4762026-03-21T00:17:53.433Z Compiling litemap v0.8.1
4772026-03-21T00:17:53.608Z Compiling icu_properties_data v2.1.2
4782026-03-21T00:17:53.795Z Compiling rustix v1.1.3
4792026-03-21T00:17:53.802Z Compiling icu_normalizer_data v2.1.1
4802026-03-21T00:17:53.941Z Compiling byteorder v1.5.0
4812026-03-21T00:17:54.111Z Compiling errno v0.3.14
4822026-03-21T00:17:54.257Z Compiling syn v2.0.117
4832026-03-21T00:17:54.281Z Compiling bitflags v2.11.0
4842026-03-21T00:17:54.284Z Compiling serde_json v1.0.149
4852026-03-21T00:17:54.457Z Compiling num-traits v0.2.19
4862026-03-21T00:17:54.574Z Compiling hashbrown v0.16.1
4872026-03-21T00:17:54.597Z Compiling smallvec v1.15.1
4882026-03-21T00:17:54.879Z Compiling pest_meta v2.8.6
4892026-03-21T00:17:54.931Z Compiling typeid v1.0.3
4902026-03-21T00:17:55.120Z Compiling equivalent v1.0.2
4912026-03-21T00:17:55.236Z Compiling indexmap v2.13.0
4922026-03-21T00:17:55.367Z Compiling thread-id v4.2.2
4932026-03-21T00:17:55.473Z Compiling usdt-impl v0.5.0
4942026-03-21T00:17:55.540Z Compiling proc-macro-error-attr v1.0.4
4952026-03-21T00:17:55.732Z Compiling syn v1.0.109
4962026-03-21T00:17:55.770Z Compiling erased-serde v0.4.9
4972026-03-21T00:17:55.810Z Compiling winnow v0.7.14
4982026-03-21T00:17:56.107Z Compiling toml_write v0.1.2
4992026-03-21T00:17:56.363Z Compiling proc-macro-error v1.0.4
5002026-03-21T00:17:56.473Z Compiling percent-encoding v2.3.2
5012026-03-21T00:17:56.593Z Compiling utf8_iter v1.0.4
5022026-03-21T00:17:56.713Z Compiling getrandom v0.4.1
5032026-03-21T00:17:56.780Z Compiling utf8parse v0.2.2
5042026-03-21T00:17:56.921Z Compiling camino v1.2.2
5052026-03-21T00:17:57.132Z Compiling thiserror v2.0.18
5062026-03-21T00:17:57.185Z Compiling plain v0.2.3
5072026-03-21T00:17:57.207Z Compiling log v0.4.29
5082026-03-21T00:17:57.378Z Compiling ordered-float v2.10.1
5092026-03-21T00:17:57.403Z Compiling anstyle-parse v0.2.7
5102026-03-21T00:17:57.449Z Compiling form_urlencoded v1.2.2
5112026-03-21T00:17:57.695Z Compiling terminal_size v0.4.3
5122026-03-21T00:17:57.813Z Compiling colorchoice v1.0.4
5132026-03-21T00:17:57.835Z Compiling cfg-if v1.0.4
5142026-03-21T00:17:57.863Z Compiling pretty-hex v0.4.1
5152026-03-21T00:17:57.929Z Compiling anstyle v1.0.13
5162026-03-21T00:17:57.958Z Compiling synstructure v0.13.2
5172026-03-21T00:17:57.991Z Compiling pest_generator v2.8.6
5182026-03-21T00:17:58.037Z Compiling anstyle-query v1.1.5
5192026-03-21T00:17:58.165Z Compiling is_terminal_polyfill v1.70.2
5202026-03-21T00:17:58.188Z Compiling serde-untagged v0.1.9
5212026-03-21T00:17:58.274Z Compiling anstream v0.6.21
5222026-03-21T00:17:58.499Z Compiling semver v1.0.27
5232026-03-21T00:17:58.673Z Compiling fs-err v3.3.0
5242026-03-21T00:17:58.789Z Compiling unicode-xid v0.2.6
5252026-03-21T00:17:58.917Z Compiling anyhow v1.0.102
5262026-03-21T00:17:58.944Z Compiling strsim v0.11.1
5272026-03-21T00:17:58.968Z Compiling clap_lex v1.0.0
5282026-03-21T00:17:58.972Z Compiling fastrand v2.3.0
5292026-03-21T00:17:59.016Z Compiling heck v0.4.1
5302026-03-21T00:17:59.313Z Compiling fnv v1.0.7
5312026-03-21T00:17:59.337Z Compiling heck v0.5.0
5322026-03-21T00:17:59.361Z Compiling bytecount v0.6.9
5332026-03-21T00:17:59.410Z Compiling unicode-width v0.1.14
5342026-03-21T00:17:59.441Z Compiling once_cell v1.21.3
5352026-03-21T00:17:59.657Z Compiling tempfile v3.25.0
5362026-03-21T00:17:59.681Z Compiling clap_builder v4.5.60
5372026-03-21T00:17:59.718Z Compiling papergrid v0.11.0
5382026-03-21T00:17:59.809Z Compiling memmap v0.7.0
5392026-03-21T00:17:59.899Z Compiling unicode-linebreak v0.1.5
5402026-03-21T00:18:00.048Z Compiling unicode-width v0.2.0
5412026-03-21T00:18:00.166Z Compiling smawk v0.3.2
5422026-03-21T00:18:00.219Z Compiling camino-tempfile v1.4.1
5432026-03-21T00:18:00.341Z Compiling textwrap v0.16.2
5442026-03-21T00:18:00.540Z Compiling serde_derive v1.0.228
5452026-03-21T00:18:00.617Z Compiling zerofrom-derive v0.1.6
5462026-03-21T00:18:00.778Z Compiling yoke-derive v0.8.1
5472026-03-21T00:18:00.950Z Compiling zerovec-derive v0.11.2
5482026-03-21T00:18:00.982Z Compiling displaydoc v0.2.5
5492026-03-21T00:18:01.685Z Compiling thiserror-impl v1.0.69
5502026-03-21T00:18:01.945Z Compiling zerocopy-derive v0.7.35
5512026-03-21T00:18:02.325Z Compiling pest_derive v2.8.6
5522026-03-21T00:18:02.409Z Compiling scroll_derive v0.12.1
5532026-03-21T00:18:02.502Z Compiling zerofrom v0.1.6
5542026-03-21T00:18:02.670Z Compiling yoke v0.8.1
5552026-03-21T00:18:02.842Z Compiling thiserror-impl v2.0.18
5562026-03-21T00:18:02.915Z Compiling zerovec v0.11.5
5572026-03-21T00:18:03.112Z Compiling zerotrie v0.2.3
5582026-03-21T00:18:03.259Z Compiling zerocopy v0.7.35
5592026-03-21T00:18:03.489Z Compiling dtrace-parser v0.2.0
5602026-03-21T00:18:03.512Z Compiling scroll v0.12.0
5612026-03-21T00:18:03.596Z Compiling tinystr v0.8.2
5622026-03-21T00:18:03.858Z Compiling icu_locale_core v2.1.1
5632026-03-21T00:18:03.908Z Compiling potential_utf v0.1.4
5642026-03-21T00:18:03.935Z Compiling goblin v0.8.2
5652026-03-21T00:18:04.109Z Compiling icu_collections v2.1.1
5662026-03-21T00:18:04.134Z Compiling tabled_derive v0.7.0
5672026-03-21T00:18:04.260Z Compiling clap_derive v4.5.55
5682026-03-21T00:18:04.766Z Compiling icu_provider v2.1.1
5692026-03-21T00:18:04.799Z Compiling swrite v0.1.0
5702026-03-21T00:18:04.921Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5712026-03-21T00:18:05.128Z Compiling icu_normalizer v2.1.1
5722026-03-21T00:18:05.170Z Compiling toml_datetime v0.6.11
5732026-03-21T00:18:05.240Z Compiling serde_spanned v0.6.9
5742026-03-21T00:18:05.265Z Compiling icu_properties v2.1.2
5752026-03-21T00:18:05.326Z Compiling dof v0.3.0
5762026-03-21T00:18:05.366Z Compiling serde_tokenstream v0.2.3
5772026-03-21T00:18:05.422Z Compiling toml_edit v0.22.27
5782026-03-21T00:18:05.509Z Compiling serde-value v0.7.0
5792026-03-21T00:18:05.839Z Compiling cargo-platform v0.2.0
5802026-03-21T00:18:05.862Z Compiling tabled v0.15.0
5812026-03-21T00:18:05.989Z Compiling macaddr v1.0.1
5822026-03-21T00:18:06.413Z Compiling usdt-macro v0.5.0
5832026-03-21T00:18:06.413Z Compiling usdt-attr-macro v0.5.0
5842026-03-21T00:18:06.459Z Compiling idna_adapter v1.2.1
5852026-03-21T00:18:06.622Z Compiling idna v1.1.0
5862026-03-21T00:18:06.646Z Compiling clap v4.5.60
5872026-03-21T00:18:06.986Z Compiling url v2.5.8
5882026-03-21T00:18:07.308Z Compiling toml v0.8.23
5892026-03-21T00:18:07.854Z Compiling cargo-util-schemas v0.8.2
5902026-03-21T00:18:07.878Z Compiling cargo_toml v0.21.0
5912026-03-21T00:18:07.977Z Compiling usdt v0.5.0
5922026-03-21T00:18:09.064Z Compiling cargo_metadata v0.21.0
5932026-03-21T00:18:10.369Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-03-21T00:18:13.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.56s
5952026-03-21T00:18:13.434Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-03-21T00:18:14.172Z Downloading crates ...
5972026-03-21T00:18:14.294Z Downloaded cargo-platform v0.1.9
5982026-03-21T00:18:14.301Z Downloaded base16ct v1.0.0
5992026-03-21T00:18:14.306Z Downloaded bitflags v1.3.2
6002026-03-21T00:18:14.309Z Downloaded bzip2 v0.4.4
6012026-03-21T00:18:14.312Z Downloaded chacha20 v0.9.1
6022026-03-21T00:18:14.315Z Downloaded cookie v0.18.1
6032026-03-21T00:18:14.315Z Downloaded bit-set v0.8.0
6042026-03-21T00:18:14.318Z Downloaded bitfield v0.19.4
6052026-03-21T00:18:14.318Z Downloaded atomicwrites v0.4.4
6062026-03-21T00:18:14.321Z Downloaded diesel-dtrace v0.5.0
6072026-03-21T00:18:14.321Z Downloaded critical-section v1.2.0
6082026-03-21T00:18:14.324Z Downloaded aead v0.5.2
6092026-03-21T00:18:14.324Z Downloaded atomic-waker v1.1.2
6102026-03-21T00:18:14.327Z Downloaded async-stream-impl v0.3.6
6112026-03-21T00:18:14.327Z Downloaded dropshot_endpoint v0.16.7
6122026-03-21T00:18:14.330Z Downloaded arrayref v0.3.9
6132026-03-21T00:18:14.330Z Downloaded assert_matches v1.5.0
6142026-03-21T00:18:14.333Z Downloaded argon2 v0.5.3
6152026-03-21T00:18:14.333Z Downloaded ascii-canvas v3.0.0
6162026-03-21T00:18:14.336Z Downloaded derive_more v0.99.20
6172026-03-21T00:18:14.339Z Downloaded ciborium v0.2.2
6182026-03-21T00:18:14.342Z Downloaded cobs v0.3.0
6192026-03-21T00:18:14.342Z Downloaded darling v0.20.11
6202026-03-21T00:18:14.344Z Downloaded csv-core v0.1.13
6212026-03-21T00:18:14.347Z Downloaded ciborium-io v0.2.2
6222026-03-21T00:18:14.347Z Downloaded adler2 v2.0.1
6232026-03-21T00:18:14.350Z Downloaded cargo_metadata v0.19.2
6242026-03-21T00:18:14.350Z Downloaded bit-set v0.5.3
6252026-03-21T00:18:14.353Z Downloaded getrandom v0.3.4
6262026-03-21T00:18:14.356Z Downloaded cstr-argument v0.1.2
6272026-03-21T00:18:14.356Z Downloaded cfg_aliases v0.2.1
6282026-03-21T00:18:14.356Z Downloaded block-padding v0.3.3
6292026-03-21T00:18:14.398Z Downloaded bitfield-macros v0.19.4
6302026-03-21T00:18:14.398Z Downloaded chacha20 v0.10.0
6312026-03-21T00:18:14.398Z Downloaded bcrypt-pbkdf v0.10.0
6322026-03-21T00:18:14.398Z Downloaded arc-swap v1.8.2
6332026-03-21T00:18:14.398Z Downloaded const_format_proc_macros v0.2.34
6342026-03-21T00:18:14.398Z Downloaded bytes v1.11.1
6352026-03-21T00:18:14.398Z Downloaded curve25519-dalek v4.1.3
6362026-03-21T00:18:14.398Z Downloaded der_derive v0.7.3
6372026-03-21T00:18:14.398Z Downloaded crc-catalog v2.4.0
6382026-03-21T00:18:14.398Z Downloaded fxhash v0.2.1
6392026-03-21T00:18:14.398Z Downloaded blake2 v0.10.6
6402026-03-21T00:18:14.398Z Downloaded castaway v0.2.4
6412026-03-21T00:18:14.398Z Downloaded des v0.8.1
6422026-03-21T00:18:14.398Z Downloaded defmt v1.0.1
6432026-03-21T00:18:14.398Z Downloaded async-trait v0.1.89
6442026-03-21T00:18:14.398Z Downloaded bcs v0.1.6
6452026-03-21T00:18:14.398Z Downloaded defmt-parser v1.0.0
6462026-03-21T00:18:14.403Z Downloaded crossterm v0.29.0
6472026-03-21T00:18:14.403Z Downloaded atty v0.2.14
6482026-03-21T00:18:14.403Z Downloaded crunchy v0.2.4
6492026-03-21T00:18:14.409Z Downloaded ciborium-ll v0.2.2
6502026-03-21T00:18:14.409Z Downloaded darling v0.23.0
6512026-03-21T00:18:14.415Z Downloaded derive_builder_core v0.20.2
6522026-03-21T00:18:14.415Z Downloaded bit-vec v0.8.0
6532026-03-21T00:18:14.415Z Downloaded crc8 v0.1.1
6542026-03-21T00:18:14.416Z Downloaded defmt-macros v1.0.1
6552026-03-21T00:18:14.422Z Downloaded async-stream v0.3.6
6562026-03-21T00:18:14.422Z Downloaded curve25519-dalek-derive v0.1.1
6572026-03-21T00:18:14.422Z Downloaded futures-task v0.3.32
6582026-03-21T00:18:14.425Z Downloaded futures-core v0.3.32
6592026-03-21T00:18:14.425Z Downloaded base16ct v0.2.0
6602026-03-21T00:18:14.425Z Downloaded foreign-types v0.5.0
6612026-03-21T00:18:14.425Z Downloaded embedded-io v0.6.1
6622026-03-21T00:18:14.425Z Downloaded dirs-sys-next v0.1.2
6632026-03-21T00:18:14.428Z Downloaded downcast-rs v2.0.2
6642026-03-21T00:18:14.428Z Downloaded derive_builder_macro v0.20.2
6652026-03-21T00:18:14.428Z Downloaded async-recursion v1.1.1
6662026-03-21T00:18:14.432Z Downloaded env_filter v1.0.0
6672026-03-21T00:18:14.435Z Downloaded dropshot-api-manager-types v0.6.0
6682026-03-21T00:18:14.435Z Downloaded dsl_auto_type v0.2.0
6692026-03-21T00:18:14.435Z Downloaded bb8 v0.8.6
6702026-03-21T00:18:14.438Z Downloaded diesel_table_macro_syntax v0.3.0
6712026-03-21T00:18:14.438Z Downloaded futures-macro v0.3.32
6722026-03-21T00:18:14.438Z Downloaded funty v2.0.0
6732026-03-21T00:18:14.442Z Downloaded float-cmp v0.10.0
6742026-03-21T00:18:14.442Z Downloaded enum-as-inner v0.6.1
6752026-03-21T00:18:14.442Z Downloaded bitfield-struct v0.6.2
6762026-03-21T00:18:14.445Z Downloaded display-error-chain v0.2.2
6772026-03-21T00:18:14.445Z Downloaded difflib v0.4.0
6782026-03-21T00:18:14.445Z Downloaded defmt v0.3.100
6792026-03-21T00:18:14.448Z Downloaded cassowary v0.3.0
6802026-03-21T00:18:14.448Z Downloaded array-init v0.0.4
6812026-03-21T00:18:14.448Z Downloaded futures-channel v0.3.32
6822026-03-21T00:18:14.452Z Downloaded dunce v1.0.5
6832026-03-21T00:18:14.452Z Downloaded dof v0.4.0
6842026-03-21T00:18:14.455Z Downloaded crucible-workspace-hack v0.1.0
6852026-03-21T00:18:14.455Z Downloaded cancel-safe-futures v0.1.5
6862026-03-21T00:18:14.458Z Downloaded cfg_aliases v0.1.1
6872026-03-21T00:18:14.458Z Downloaded const-oid v0.9.6
6882026-03-21T00:18:14.461Z Downloaded futures-sink v0.3.32
6892026-03-21T00:18:14.461Z Downloaded foreign-types v0.3.2
6902026-03-21T00:18:14.461Z Downloaded debug-ignore v1.0.5
6912026-03-21T00:18:14.464Z Downloaded darling_macro v0.20.11
6922026-03-21T00:18:14.464Z Downloaded foreign-types-shared v0.1.1
6932026-03-21T00:18:14.464Z Downloaded allocator-api2 v0.2.21
6942026-03-21T00:18:14.468Z Downloaded ahash v0.8.12
6952026-03-21T00:18:14.471Z Downloaded dtrace-parser v0.3.0
6962026-03-21T00:18:14.471Z Downloaded git-stub v1.0.0
6972026-03-21T00:18:14.471Z Downloaded dyn-clone v1.0.20
6982026-03-21T00:18:14.475Z Downloaded crc v3.4.0
6992026-03-21T00:18:14.475Z Downloaded convert_case v0.4.0
7002026-03-21T00:18:14.475Z Downloaded compact_str v0.8.1
7012026-03-21T00:18:14.478Z Downloaded foreign-types-shared v0.3.1
7022026-03-21T00:18:14.478Z Downloaded cipher v0.4.4
7032026-03-21T00:18:14.482Z Downloaded fixedbitset v0.4.2
7042026-03-21T00:18:14.485Z Downloaded hash32 v0.2.1
7052026-03-21T00:18:14.485Z Downloaded globwalk v0.9.1
7062026-03-21T00:18:14.485Z Downloaded endian-type v0.1.2
7072026-03-21T00:18:14.485Z Downloaded hash32 v0.3.1
7082026-03-21T00:18:14.488Z Downloaded fs-err v2.11.0
7092026-03-21T00:18:14.488Z Downloaded convert_case v0.10.0
7102026-03-21T00:18:14.491Z Downloaded corncobs v0.1.4
7112026-03-21T00:18:14.491Z Downloaded foldhash v0.2.0
7122026-03-21T00:18:14.494Z Downloaded darling_core v0.20.11
7132026-03-21T00:18:14.497Z Downloaded hex v0.4.3
7142026-03-21T00:18:14.499Z Downloaded ghash v0.5.1
7152026-03-21T00:18:14.500Z Downloaded backoff v0.4.0
7162026-03-21T00:18:14.502Z Downloaded document-features v0.2.12
7172026-03-21T00:18:14.502Z Downloaded headers-core v0.3.0
7182026-03-21T00:18:14.503Z Downloaded darling_macro v0.21.3
7192026-03-21T00:18:14.506Z Downloaded float-ord v0.3.2
7202026-03-21T00:18:14.506Z Downloaded cmake v0.1.57
7212026-03-21T00:18:14.506Z Downloaded arrayvec v0.7.6
7222026-03-21T00:18:14.525Z Downloaded hubpack_derive v0.1.1
7232026-03-21T00:18:14.528Z Downloaded hubpack v0.1.2
7242026-03-21T00:18:14.528Z Downloaded crossbeam-deque v0.8.6
7252026-03-21T00:18:14.528Z Downloaded http-range v0.1.5
7262026-03-21T00:18:14.528Z Downloaded home v0.5.12
7272026-03-21T00:18:14.531Z Downloaded hex-literal v0.4.1
7282026-03-21T00:18:14.531Z Downloaded futures-io v0.3.32
7292026-03-21T00:18:14.531Z Downloaded futures-executor v0.3.32
7302026-03-21T00:18:14.534Z Downloaded fixedbitset v0.5.7
7312026-03-21T00:18:14.534Z Downloaded ena v0.14.4
7322026-03-21T00:18:14.537Z Downloaded cbc v0.1.2
7332026-03-21T00:18:14.537Z Downloaded ed25519 v2.2.3
7342026-03-21T00:18:14.542Z Downloaded constant_time_eq v0.4.2
7352026-03-21T00:18:14.542Z Downloaded blowfish v0.9.1
7362026-03-21T00:18:14.545Z Downloaded group v0.13.0
7372026-03-21T00:18:14.545Z Downloaded deranged v0.5.8
7382026-03-21T00:18:14.545Z Downloaded ident_case v1.0.1
7392026-03-21T00:18:14.548Z Downloaded instability v0.3.11
7402026-03-21T00:18:14.548Z Downloaded console v0.16.2
7412026-03-21T00:18:14.552Z Downloaded buf-list v1.1.2
7422026-03-21T00:18:14.552Z Downloaded instant v0.1.13
7432026-03-21T00:18:14.554Z Downloaded crossbeam-epoch v0.9.18
7442026-03-21T00:18:14.557Z Downloaded derive-ex v0.1.8
7452026-03-21T00:18:14.557Z Downloaded console v0.15.11
7462026-03-21T00:18:14.560Z Downloaded filetime v0.2.27
7472026-03-21T00:18:14.560Z Downloaded glob v0.3.3
7482026-03-21T00:18:14.563Z Downloaded daft v0.1.5
7492026-03-21T00:18:14.563Z Downloaded crc32fast v1.5.0
7502026-03-21T00:18:14.566Z Downloaded dirs-next v2.0.0
7512026-03-21T00:18:14.566Z Downloaded crc-any v2.5.0
7522026-03-21T00:18:14.569Z Downloaded env_logger v0.11.9
7532026-03-21T00:18:14.573Z Downloaded is_ci v1.2.0
7542026-03-21T00:18:14.573Z Downloaded internet-checksum v0.2.1
7552026-03-21T00:18:14.573Z Downloaded hostname v0.4.2
7562026-03-21T00:18:14.577Z Downloaded is-terminal v0.4.17
7572026-03-21T00:18:14.577Z Downloaded http-body v1.0.1
7582026-03-21T00:18:14.577Z Downloaded hostname v0.3.1
7592026-03-21T00:18:14.581Z Downloaded lazy_static v1.5.0
7602026-03-21T00:18:14.581Z Downloaded humantime v2.3.0
7612026-03-21T00:18:14.581Z Downloaded indoc v1.0.9
7622026-03-21T00:18:14.586Z Downloaded fd-lock v4.0.4
7632026-03-21T00:18:14.586Z Downloaded hyper-staticfile v0.10.1
7642026-03-21T00:18:14.590Z Downloaded http-body-util v0.1.3
7652026-03-21T00:18:14.590Z Downloaded httpdate v1.0.3
7662026-03-21T00:18:14.590Z Downloaded const_format v0.2.35
7672026-03-21T00:18:14.594Z Downloaded linked-hash-map v0.5.6
7682026-03-21T00:18:14.597Z Downloaded libscf-sys v1.1.0
7692026-03-21T00:18:14.597Z Downloaded kstat-rs v0.2.4
7702026-03-21T00:18:14.597Z Downloaded keccak v0.1.6
7712026-03-21T00:18:14.600Z Downloaded getrandom v0.2.17
7722026-03-21T00:18:14.600Z Downloaded globset v0.4.18
7732026-03-21T00:18:14.603Z Downloaded git-stub-vcs v0.1.0
7742026-03-21T00:18:14.603Z Downloaded find-msvc-tools v0.1.9
7752026-03-21T00:18:14.606Z Downloaded diff v0.1.13
7762026-03-21T00:18:14.609Z Downloaded lalrpop-util v0.19.12
7772026-03-21T00:18:14.609Z Downloaded lzss v0.8.2
7782026-03-21T00:18:14.612Z Downloaded crossbeam-utils v0.8.21
7792026-03-21T00:18:14.612Z Downloaded lru v0.12.5
7802026-03-21T00:18:14.615Z Downloaded data-encoding v2.10.0
7812026-03-21T00:18:14.615Z Downloaded cookie_store v0.22.1
7822026-03-21T00:18:14.618Z Downloaded lru-cache v0.1.2
7832026-03-21T00:18:14.618Z Downloaded hyper-tls v0.6.0
7842026-03-21T00:18:14.621Z Downloaded memoffset v0.9.1
7852026-03-21T00:18:14.621Z Downloaded maybe-uninit v2.0.0
7862026-03-21T00:18:14.621Z Downloaded managed v0.8.0
7872026-03-21T00:18:14.624Z Downloaded ingot-types v0.1.2
7882026-03-21T00:18:14.624Z Downloaded md-5 v0.10.6
7892026-03-21T00:18:14.627Z Downloaded maplit v1.0.2
7902026-03-21T00:18:14.627Z Downloaded lru-slab v0.1.2
7912026-03-21T00:18:14.627Z Downloaded multimap v0.10.1
7922026-03-21T00:18:14.630Z Downloaded impl-trait-for-tuples v0.2.3
7932026-03-21T00:18:14.630Z Downloaded md5 v0.7.0
7942026-03-21T00:18:14.633Z Downloaded colored v3.1.1
7952026-03-21T00:18:14.636Z Downloaded colored v2.2.0
7962026-03-21T00:18:14.636Z Downloaded derive_builder v0.20.2
7972026-03-21T00:18:14.639Z Downloaded newtype_derive v0.1.6
7982026-03-21T00:18:14.642Z Downloaded nibble_vec v0.1.0
7992026-03-21T00:18:14.642Z Downloaded newtype-uuid-macros v0.1.0
8002026-03-21T00:18:14.645Z Downloaded newline-converter v0.3.0
8012026-03-21T00:18:14.645Z Downloaded normalize-line-endings v0.3.0
8022026-03-21T00:18:14.645Z Downloaded mime v0.3.17
8032026-03-21T00:18:14.648Z Downloaded elliptic-curve v0.13.8
8042026-03-21T00:18:14.651Z Downloaded hyper-rustls v0.27.7
8052026-03-21T00:18:14.654Z Downloaded match_cfg v0.1.0
8062026-03-21T00:18:14.654Z Downloaded ingot v0.1.1
8072026-03-21T00:18:14.654Z Downloaded indoc v2.0.7
8082026-03-21T00:18:14.657Z Downloaded ipnetwork v0.21.1
8092026-03-21T00:18:14.659Z Downloaded num-conv v0.2.0
8102026-03-21T00:18:14.659Z Downloaded nodrop v0.1.14
8112026-03-21T00:18:14.662Z Downloaded ctr v0.9.2
8122026-03-21T00:18:14.662Z Downloaded bzip2 v0.6.1
8132026-03-21T00:18:14.665Z Downloaded libloading v0.8.9
8142026-03-21T00:18:14.665Z Downloaded hmac v0.12.1
8152026-03-21T00:18:14.668Z Downloaded libsw-core v0.3.2
8162026-03-21T00:18:14.671Z Downloaded libefi-sys v0.1.0
8172026-03-21T00:18:14.671Z Downloaded new_debug_unreachable v1.0.6
8182026-03-21T00:18:14.671Z Downloaded jobserver v0.1.34
8192026-03-21T00:18:14.674Z Downloaded nonempty v0.12.0
8202026-03-21T00:18:14.674Z Downloaded half v2.7.1
8212026-03-21T00:18:14.678Z Downloaded num-derive v0.4.2
8222026-03-21T00:18:14.681Z Downloaded num v0.4.3
8232026-03-21T00:18:14.681Z Downloaded backon v1.6.0
8242026-03-21T00:18:14.684Z Downloaded chacha20poly1305 v0.10.1
8252026-03-21T00:18:14.684Z Downloaded half v1.8.3
8262026-03-21T00:18:14.687Z Downloaded futures v0.3.32
8272026-03-21T00:18:14.690Z Downloaded openssl-probe v0.2.1
8282026-03-21T00:18:14.693Z Downloaded lock_api v0.4.14
8292026-03-21T00:18:14.693Z Downloaded num_enum_derive v0.5.11
8302026-03-21T00:18:14.693Z Downloaded num-derive v0.3.3
8312026-03-21T00:18:14.697Z Downloaded drift v0.1.3
8322026-03-21T00:18:14.700Z Downloaded openssl-probe v0.1.6
8332026-03-21T00:18:14.700Z Downloaded openssl-macros v0.1.1
8342026-03-21T00:18:14.702Z Downloaded opaque-debug v0.3.1
8352026-03-21T00:18:14.702Z Downloaded linear-map v1.2.0
8362026-03-21T00:18:14.705Z Downloaded libsw v3.5.0
8372026-03-21T00:18:14.705Z Downloaded derive-where v1.6.0
8382026-03-21T00:18:14.708Z Downloaded iana-time-zone v0.1.65
8392026-03-21T00:18:14.711Z Downloaded parse-size v1.1.0
8402026-03-21T00:18:14.711Z Downloaded packed_struct_codegen v0.10.1
8412026-03-21T00:18:14.714Z Downloaded multer v3.1.0
8422026-03-21T00:18:14.716Z Downloaded pbkdf2 v0.12.2
8432026-03-21T00:18:14.716Z Downloaded olpc-cjson v0.1.4
8442026-03-21T00:18:14.716Z Downloaded oso-derive v0.27.3
8452026-03-21T00:18:14.719Z Downloaded hickory-client v0.25.2
8462026-03-21T00:18:14.719Z Downloaded fatfs v0.3.6
8472026-03-21T00:18:14.722Z Downloaded highway v1.3.0
8482026-03-21T00:18:14.725Z Downloaded mime_guess v2.0.5
8492026-03-21T00:18:14.725Z Downloaded newtype-uuid v1.3.2
8502026-03-21T00:18:14.728Z Downloaded ipnet v2.11.0
8512026-03-21T00:18:14.728Z Downloaded crypto-bigint v0.5.5
8522026-03-21T00:18:14.733Z Downloaded num_enum v0.5.11
8532026-03-21T00:18:14.738Z Downloaded path-slash v0.1.5
8542026-03-21T00:18:14.740Z Downloaded num_threads v0.1.7
8552026-03-21T00:18:14.740Z Downloaded num-complex v0.4.6
8562026-03-21T00:18:14.740Z Downloaded nu-ansi-term v0.50.3
8572026-03-21T00:18:14.743Z Downloaded phf_shared v0.12.1
8582026-03-21T00:18:14.743Z Downloaded num-iter v0.1.45
8592026-03-21T00:18:14.746Z Downloaded ecdsa v0.16.9
8602026-03-21T00:18:14.746Z Downloaded parse-display v0.10.0
8612026-03-21T00:18:14.749Z Downloaded darling v0.21.3
8622026-03-21T00:18:14.752Z Downloaded peg-runtime v0.8.5
8632026-03-21T00:18:14.755Z Downloaded nanorand v0.7.0
8642026-03-21T00:18:14.755Z Downloaded native-tls v0.2.18
8652026-03-21T00:18:14.758Z Downloaded pbkdf2 v0.11.0
8662026-03-21T00:18:14.758Z Downloaded num-rational v0.4.2
8672026-03-21T00:18:14.761Z Downloaded phf_shared v0.11.3
8682026-03-21T00:18:14.761Z Downloaded base64 v0.21.7
8692026-03-21T00:18:14.764Z Downloaded inout v0.1.4
8702026-03-21T00:18:14.766Z Downloaded indent_write v2.2.0
8712026-03-21T00:18:14.767Z Downloaded bit-vec v0.6.3
8722026-03-21T00:18:14.767Z Downloaded pin-utils v0.1.0
8732026-03-21T00:18:14.770Z Downloaded phf_shared v0.13.1
8742026-03-21T00:18:14.770Z Downloaded flume v0.11.1
8752026-03-21T00:18:14.773Z Downloaded cc v1.2.56
8762026-03-21T00:18:14.776Z Downloaded darling_core v0.21.3
8772026-03-21T00:18:14.779Z Downloaded diesel_derives v2.3.7
8782026-03-21T00:18:14.783Z Downloaded litrs v1.0.0
8792026-03-21T00:18:14.786Z Downloaded num-integer v0.1.46
8802026-03-21T00:18:14.790Z Downloaded precomputed-hash v0.1.1
8812026-03-21T00:18:14.790Z Downloaded ingot-macros v0.1.1
8822026-03-21T00:18:14.792Z Downloaded base64 v0.22.1
8832026-03-21T00:18:14.793Z Downloaded predicates-tree v1.0.13
8842026-03-21T00:18:14.796Z Downloaded packed_struct v0.10.1
8852026-03-21T00:18:14.796Z Downloaded crossterm v0.28.1
8862026-03-21T00:18:14.800Z Downloaded owo-colors v4.3.0
8872026-03-21T00:18:14.803Z Downloaded num_enum_derive v0.7.5
8882026-03-21T00:18:14.806Z Downloaded heapless v0.7.17
8892026-03-21T00:18:14.809Z Downloaded predicates-core v1.0.10
8902026-03-21T00:18:14.809Z Downloaded powerfmt v0.2.0
8912026-03-21T00:18:14.809Z Downloaded progenitor-macro v0.10.0
8922026-03-21T00:18:14.809Z Downloaded proc-macro-error-attr2 v2.0.0
8932026-03-21T00:18:14.812Z Downloaded oxide-tokio-rt v0.1.3
8942026-03-21T00:18:14.812Z Downloaded proc-macro-crate v1.3.1
8952026-03-21T00:18:14.815Z Downloaded headers v0.4.1
8962026-03-21T00:18:14.820Z Downloaded indexmap v1.9.3
8972026-03-21T00:18:14.823Z Downloaded proc-macro-crate v3.4.0
8982026-03-21T00:18:14.823Z Downloaded phf v0.12.1
8992026-03-21T00:18:14.823Z Downloaded password-hash v0.5.0
9002026-03-21T00:18:14.826Z Downloaded psl-types v2.0.11
9012026-03-21T00:18:14.826Z Downloaded progenitor-macro v0.13.0
9022026-03-21T00:18:14.826Z Downloaded progenitor-macro v0.11.2
9032026-03-21T00:18:14.829Z Downloaded postgres-protocol v0.6.10
9042026-03-21T00:18:14.829Z Downloaded paste v1.0.15
9052026-03-21T00:18:14.832Z Downloaded parking_lot_core v0.8.6
9062026-03-21T00:18:14.836Z Downloaded quick-error v1.2.3
9072026-03-21T00:18:14.836Z Downloaded progenitor-client v0.11.2
9082026-03-21T00:18:14.836Z Downloaded num_enum v0.7.5
9092026-03-21T00:18:14.841Z Downloaded parse-display-derive v0.10.0
9102026-03-21T00:18:14.844Z Downloaded password-hash v0.4.2
9112026-03-21T00:18:14.844Z Downloaded peg-macros v0.8.5
9122026-03-21T00:18:14.844Z Downloaded pem v3.0.6
9132026-03-21T00:18:14.847Z Downloaded peg v0.8.5
9142026-03-21T00:18:14.852Z Downloaded heapless v0.8.0
9152026-03-21T00:18:14.858Z Downloaded rand_chacha v0.3.1
9162026-03-21T00:18:14.858Z Downloaded ar_archive_writer v0.5.1
9172026-03-21T00:18:14.858Z Downloaded pem-rfc7468 v0.7.0
9182026-03-21T00:18:14.862Z Downloaded httparse v1.10.1
9192026-03-21T00:18:14.862Z Downloaded phf v0.13.1
9202026-03-21T00:18:14.862Z Downloaded darling_core v0.23.0
9212026-03-21T00:18:14.865Z Downloaded radium v0.7.0
9222026-03-21T00:18:14.865Z Downloaded cexpr v0.6.0
9232026-03-21T00:18:14.868Z Downloaded pin-project-internal v1.1.11
9242026-03-21T00:18:14.871Z Downloaded hickory-resolver v0.24.4
9252026-03-21T00:18:14.876Z Downloaded ppv-lite86 v0.2.21
9262026-03-21T00:18:14.876Z Downloaded der v0.7.10
9272026-03-21T00:18:14.879Z Downloaded progenitor-client v0.10.0
9282026-03-21T00:18:14.879Z Downloaded pkcs8 v0.10.2
9292026-03-21T00:18:14.882Z Downloaded primeorder v0.13.6
9302026-03-21T00:18:14.882Z Downloaded ref-cast v1.0.25
9312026-03-21T00:18:14.885Z Downloaded poly1305 v0.8.0
9322026-03-21T00:18:14.891Z Downloaded ref-cast-impl v1.0.25
9332026-03-21T00:18:14.891Z Downloaded memmap2 v0.9.10
9342026-03-21T00:18:14.891Z Downloaded flate2 v1.1.9
9352026-03-21T00:18:14.894Z Downloaded progenitor v0.13.0
9362026-03-21T00:18:14.897Z Downloaded derive_more v2.1.1
9372026-03-21T00:18:14.903Z Downloaded russh-cryptovec v0.7.3
9382026-03-21T00:18:14.906Z Downloaded rtoolbox v0.0.3
9392026-03-21T00:18:14.906Z Downloaded psm v0.1.30
9402026-03-21T00:18:14.909Z Downloaded ignore v0.4.25
9412026-03-21T00:18:14.914Z Downloaded recursive-proc-macro-impl v0.1.1
9422026-03-21T00:18:14.914Z Downloaded recursive v0.1.1
9432026-03-21T00:18:14.914Z Downloaded parking_lot_core v0.9.12
9442026-03-21T00:18:14.914Z Downloaded parking_lot v0.12.5
9452026-03-21T00:18:14.917Z Downloaded pkg-config v0.3.32
9462026-03-21T00:18:14.917Z Downloaded rand_xorshift v0.4.0
9472026-03-21T00:18:14.920Z Downloaded rustc_version v0.4.1
9482026-03-21T00:18:14.920Z Downloaded rand_core v0.10.0
9492026-03-21T00:18:14.923Z Downloaded rand_chacha v0.9.0
9502026-03-21T00:18:14.923Z Downloaded r2d2 v0.8.10
9512026-03-21T00:18:14.923Z Downloaded progenitor-client v0.13.0
9522026-03-21T00:18:14.926Z Downloaded progenitor v0.11.2
9532026-03-21T00:18:14.926Z Downloaded p256 v0.13.2
9542026-03-21T00:18:14.931Z Downloaded oxnet v0.1.4
9552026-03-21T00:18:14.934Z Downloaded progenitor-extras v0.1.1
9562026-03-21T00:18:14.934Z Downloaded rustc_version v0.1.7
9572026-03-21T00:18:14.934Z Downloaded postcard v1.1.3
9582026-03-21T00:18:14.937Z Downloaded parking_lot v0.11.2
9592026-03-21T00:18:14.937Z Downloaded progenitor v0.10.0
9602026-03-21T00:18:14.940Z Downloaded indicatif v0.18.4
9612026-03-21T00:18:14.943Z Downloaded rand_seeder v0.4.0
9622026-03-21T00:18:14.943Z Downloaded libbz2-rs-sys v0.2.2
9632026-03-21T00:18:14.946Z Downloaded postgres-types v0.2.12
9642026-03-21T00:18:14.949Z Downloaded pin-project-lite v0.2.17
9652026-03-21T00:18:14.952Z Downloaded rfc6979 v0.4.0
9662026-03-21T00:18:14.952Z Downloaded dropshot-api-manager v0.6.0
9672026-03-21T00:18:14.955Z Downloaded predicates v3.1.4
9682026-03-21T00:18:14.958Z Downloaded pkcs1 v0.7.5
9692026-03-21T00:18:14.960Z Downloaded expectorate v1.2.0
9702026-03-21T00:18:14.961Z Downloaded same-file v1.0.6
9712026-03-21T00:18:14.963Z Downloaded jiff-static v0.2.21
9722026-03-21T00:18:14.969Z Downloaded hickory-resolver v0.25.2
9732026-03-21T00:18:14.969Z Downloaded rand_core v0.6.4
9742026-03-21T00:18:14.969Z Downloaded ed25519-dalek v2.2.0
9752026-03-21T00:18:14.973Z Downloaded scrypt v0.11.0
9762026-03-21T00:18:14.980Z Downloaded rustc-hash v2.1.1
9772026-03-21T00:18:14.980Z Downloaded scroll_derive v0.13.1
9782026-03-21T00:18:14.981Z Downloaded rand_core v0.9.5
9792026-03-21T00:18:14.981Z Downloaded openssl-sys v0.9.111
9802026-03-21T00:18:14.984Z Downloaded pkcs5 v0.7.1
9812026-03-21T00:18:14.984Z Downloaded omicron-zone-package v0.12.2
9822026-03-21T00:18:14.987Z Downloaded crossbeam-channel v0.5.15
9832026-03-21T00:18:14.990Z Downloaded salsa20 v0.10.2
9842026-03-21T00:18:14.993Z Downloaded scopeguard v1.2.0
9852026-03-21T00:18:14.993Z Downloaded scheduled-thread-pool v0.2.7
9862026-03-21T00:18:14.993Z Downloaded miniz_oxide v0.8.9
9872026-03-21T00:18:14.996Z Downloaded polyval v0.6.2
9882026-03-21T00:18:14.999Z Downloaded serde_bytes v0.11.19
9892026-03-21T00:18:14.999Z Downloaded seq-macro v0.3.6
9902026-03-21T00:18:15.001Z Downloaded papergrid v0.17.0
9912026-03-21T00:18:15.004Z Downloaded aes v0.8.4
9922026-03-21T00:18:15.007Z Downloaded bumpalo v3.20.2
9932026-03-21T00:18:15.010Z Downloaded serde_plain v1.0.2
9942026-03-21T00:18:15.010Z Downloaded serde-big-array v0.5.1
9952026-03-21T00:18:15.013Z Downloaded serde_urlencoded v0.7.1
9962026-03-21T00:18:15.013Z Downloaded serde_repr v0.1.20
9972026-03-21T00:18:15.016Z Downloaded secrecy v0.8.0
9982026-03-21T00:18:15.016Z Downloaded secrecy v0.10.3
9992026-03-21T00:18:15.019Z Downloaded rusty-fork v0.3.1
10002026-03-21T00:18:15.019Z Downloaded hashbrown v0.13.2
10012026-03-21T00:18:15.021Z Downloaded quinn-udp v0.5.14
10022026-03-21T00:18:15.024Z Downloaded http v1.4.0
10032026-03-21T00:18:15.027Z Downloaded prefix-trie v0.7.0
10042026-03-21T00:18:15.030Z Downloaded hashbrown v0.12.3
10052026-03-21T00:18:15.033Z Downloaded rustversion v1.0.22
10062026-03-21T00:18:15.036Z Downloaded oso v0.27.3
10072026-03-21T00:18:15.039Z Downloaded signal-hook-mio v0.2.5
10082026-03-21T00:18:15.039Z Downloaded resolv-conf v0.7.6
10092026-03-21T00:18:15.042Z Downloaded signature v2.2.0
10102026-03-21T00:18:15.042Z Downloaded sha1 v0.10.6
10112026-03-21T00:18:15.044Z Downloaded serde_spanned v1.0.4
10122026-03-21T00:18:15.044Z Downloaded semver v0.1.20
10132026-03-21T00:18:15.044Z Downloaded progenitor-impl v0.11.2
10142026-03-21T00:18:15.047Z Downloaded rustls-pemfile v1.0.4
10152026-03-21T00:18:15.051Z Downloaded camino-tempfile-ext v0.3.3
10162026-03-21T00:18:15.051Z Downloaded shell-words v1.1.1
10172026-03-21T00:18:15.054Z Downloaded fs_extra v1.3.0
10182026-03-21T00:18:15.054Z Downloaded slog-envlogger v2.2.0
10192026-03-21T00:18:15.054Z Downloaded slog-bunyan v2.5.0
10202026-03-21T00:18:15.057Z Downloaded foreign-types-macros v0.2.3
10212026-03-21T00:18:15.057Z Downloaded embedded-io v0.4.0
10222026-03-21T00:18:15.060Z Downloaded clang-sys v1.8.1
10232026-03-21T00:18:15.060Z Downloaded sigpipe v0.1.3
10242026-03-21T00:18:15.063Z Downloaded siphasher v1.0.2
10252026-03-21T00:18:15.063Z Downloaded signal-hook-tokio v0.3.1
10262026-03-21T00:18:15.063Z Downloaded cargo_toml v0.22.3
10272026-03-21T00:18:15.066Z Downloaded scroll v0.13.0
10282026-03-21T00:18:15.066Z Downloaded base64ct v1.8.3
10292026-03-21T00:18:15.068Z Downloaded rustls-native-certs v0.8.3
10302026-03-21T00:18:15.071Z Downloaded pin-project v1.1.11
10312026-03-21T00:18:15.079Z Downloaded sapling-renderdag v0.1.0
10322026-03-21T00:18:15.083Z Downloaded async-bb8-diesel v0.2.1
10332026-03-21T00:18:15.083Z Downloaded flagset v0.4.7
10342026-03-21T00:18:15.086Z Downloaded fallible-iterator v0.2.0
10352026-03-21T00:18:15.086Z Downloaded sec1 v0.7.3
10362026-03-21T00:18:15.086Z Downloaded proc-macro-error2 v2.0.1
10372026-03-21T00:18:15.089Z Downloaded progenitor-impl v0.13.0
10382026-03-21T00:18:15.089Z Downloaded progenitor-impl v0.10.0
10392026-03-21T00:18:15.092Z Downloaded minimal-lexical v0.2.1
10402026-03-21T00:18:15.095Z Downloaded serde_derive_internals v0.29.1
10412026-03-21T00:18:15.098Z Downloaded ssh-cipher v0.2.0
10422026-03-21T00:18:15.098Z Downloaded sqlparser_derive v0.5.0
10432026-03-21T00:18:15.098Z Downloaded ssh-encoding v0.2.0
10442026-03-21T00:18:15.101Z Downloaded schemars_derive v0.8.22
10452026-03-21T00:18:15.101Z Downloaded rustls-pemfile v2.2.0
10462026-03-21T00:18:15.105Z Downloaded erased-serde v0.3.31
10472026-03-21T00:18:15.107Z Downloaded serde-hex v0.1.0
10482026-03-21T00:18:15.107Z Downloaded hickory-server v0.25.2
10492026-03-21T00:18:15.111Z Downloaded either v1.15.0
10502026-03-21T00:18:15.114Z Downloaded daft-derive v0.1.5
10512026-03-21T00:18:15.117Z Downloaded foldhash v0.1.5
10522026-03-21T00:18:15.117Z Downloaded ff v0.13.1
10532026-03-21T00:18:15.117Z Downloaded gethostname v0.5.0
10542026-03-21T00:18:15.120Z Downloaded darling_macro v0.23.0
10552026-03-21T00:18:15.120Z Downloaded cpufeatures v0.3.0
10562026-03-21T00:18:15.123Z Downloaded serde_path_to_error v0.1.20
10572026-03-21T00:18:15.123Z Downloaded structmeta v0.3.0
10582026-03-21T00:18:15.126Z Downloaded strip-ansi-escapes v0.2.1
10592026-03-21T00:18:15.128Z Downloaded russh-keys v0.45.0
10602026-03-21T00:18:15.131Z Downloaded simd-adler32 v0.3.8
10612026-03-21T00:18:15.134Z Downloaded hyper-util v0.1.20
10622026-03-21T00:18:15.139Z Downloaded slog-async v2.8.0
10632026-03-21T00:18:15.142Z Downloaded subtle v2.6.1
10642026-03-21T00:18:15.142Z Downloaded tabled_derive v0.11.0
10652026-03-21T00:18:15.142Z Downloaded shlex v1.3.0
10662026-03-21T00:18:15.145Z Downloaded rustls-pki-types v1.14.0
10672026-03-21T00:18:15.145Z Downloaded sync-ptr v0.1.4
10682026-03-21T00:18:15.148Z Downloaded structmeta-derive v0.3.0
10692026-03-21T00:18:15.148Z Downloaded slab v0.4.12
10702026-03-21T00:18:15.148Z Downloaded rcgen v0.12.1
10712026-03-21T00:18:15.151Z Downloaded slog-json v2.6.1
10722026-03-21T00:18:15.154Z Downloaded derive_more-impl v2.1.1
10732026-03-21T00:18:15.157Z Downloaded slog-stdlog v4.1.1
10742026-03-21T00:18:15.160Z Downloaded slog-scope v4.4.1
10752026-03-21T00:18:15.160Z Downloaded slog-term v2.9.2
10762026-03-21T00:18:15.163Z Downloaded prettyplease v0.2.37
10772026-03-21T00:18:15.166Z Downloaded sync_wrapper v1.0.2
10782026-03-21T00:18:15.166Z Downloaded tap v1.0.1
10792026-03-21T00:18:15.169Z Downloaded tagptr v0.2.0
10802026-03-21T00:18:15.169Z Downloaded mio v1.1.1
10812026-03-21T00:18:15.172Z Downloaded testing_table v0.3.0
10822026-03-21T00:18:15.177Z Downloaded snafu-derive v0.8.9
10832026-03-21T00:18:15.177Z Downloaded smallvec v0.6.14
10842026-03-21T00:18:15.180Z Downloaded sct v0.7.1
10852026-03-21T00:18:15.180Z Downloaded sqlformat v0.3.5
10862026-03-21T00:18:15.186Z Downloaded termtree v0.5.1
10872026-03-21T00:18:15.186Z Downloaded spki v0.7.3
10882026-03-21T00:18:15.186Z Downloaded supports-color v3.0.2
10892026-03-21T00:18:15.189Z Downloaded thread-id v5.1.0
10902026-03-21T00:18:15.189Z Downloaded serde_cbor v0.11.2
10912026-03-21T00:18:15.189Z Downloaded time-core v0.1.8
10922026-03-21T00:18:15.192Z Downloaded thiserror-impl-no-std v2.0.2
10932026-03-21T00:18:15.192Z Downloaded smf v0.2.3
10942026-03-21T00:18:15.192Z Downloaded string_cache v0.8.9
10952026-03-21T00:18:15.196Z Downloaded bindgen v0.71.1
10962026-03-21T00:18:15.199Z Downloaded stringprep v0.1.5
10972026-03-21T00:18:15.202Z Downloaded serde_with_macros v3.17.0
10982026-03-21T00:18:15.202Z Downloaded strum v0.27.2
10992026-03-21T00:18:15.205Z Downloaded strum v0.26.3
11002026-03-21T00:18:15.205Z Downloaded pretty_assertions v1.4.1
11012026-03-21T00:18:15.208Z Downloaded static_assertions v1.1.0
11022026-03-21T00:18:15.208Z Downloaded hashbrown v0.15.5
11032026-03-21T00:18:15.211Z Downloaded tinyvec_macros v0.1.1
11042026-03-21T00:18:15.214Z Downloaded ryu v1.0.23
11052026-03-21T00:18:15.218Z Downloaded signal-hook-registry v1.4.8
11062026-03-21T00:18:15.218Z Downloaded schemars v0.8.22
11072026-03-21T00:18:15.224Z Downloaded strum_macros v0.26.4
11082026-03-21T00:18:15.229Z Downloaded aes-gcm v0.10.3
11092026-03-21T00:18:15.232Z Downloaded slog-dtrace v0.3.0
11102026-03-21T00:18:15.232Z Downloaded rayon-core v1.13.0
11112026-03-21T00:18:15.235Z Downloaded ron v0.8.1
11122026-03-21T00:18:15.240Z Downloaded take_mut v0.2.2
11132026-03-21T00:18:15.243Z Downloaded strum_macros v0.27.2
11142026-03-21T00:18:15.243Z Downloaded strum_macros v0.24.3
11152026-03-21T00:18:15.246Z Downloaded stacker v0.1.23
11162026-03-21T00:18:15.246Z Downloaded rustls-platform-verifier v0.6.2
11172026-03-21T00:18:15.249Z Downloaded publicsuffix v2.3.0
11182026-03-21T00:18:15.298Z Downloaded termios v0.3.3
11192026-03-21T00:18:15.298Z Downloaded itertools v0.10.5
11202026-03-21T00:18:15.303Z Downloaded tabwriter v1.4.1
11212026-03-21T00:18:15.303Z Downloaded support-bundle-viewer v0.1.2
11222026-03-21T00:18:15.303Z Downloaded rand v0.8.5
11232026-03-21T00:18:15.303Z Downloaded thread_local v1.1.9
11242026-03-21T00:18:15.303Z Downloaded iri-string v0.7.10
11252026-03-21T00:18:15.303Z Downloaded tower-layer v0.3.3
11262026-03-21T00:18:15.303Z Downloaded tiny-keccak v2.0.2
11272026-03-21T00:18:15.303Z Downloaded time-macros v0.2.27
11282026-03-21T00:18:15.303Z Downloaded spin v0.9.8
11292026-03-21T00:18:15.303Z Downloaded quinn v0.11.9
11302026-03-21T00:18:15.303Z Downloaded tls_codec_derive v0.4.2
11312026-03-21T00:18:15.303Z Downloaded topological-sort v0.2.2
11322026-03-21T00:18:15.303Z Downloaded thiserror-no-std v2.0.2
11332026-03-21T00:18:15.303Z Downloaded nom v7.1.3
11342026-03-21T00:18:15.303Z Downloaded tokio-dtrace v0.1.1
11352026-03-21T00:18:15.303Z Downloaded iddqd v0.3.17
11362026-03-21T00:18:15.303Z Downloaded unarray v0.1.4
11372026-03-21T00:18:15.303Z Downloaded serde_yaml v0.9.34+deprecated
11382026-03-21T00:18:15.308Z Downloaded tokio-rustls v0.25.0
11392026-03-21T00:18:15.308Z Downloaded tokio-macros v2.6.0
11402026-03-21T00:18:15.308Z Downloaded signal-hook v0.3.18
11412026-03-21T00:18:15.313Z Downloaded trait-variant v0.1.2
11422026-03-21T00:18:15.313Z Downloaded tokio-native-tls v0.3.1
11432026-03-21T00:18:15.313Z Downloaded unicode-truncate v1.1.0
11442026-03-21T00:18:15.316Z Downloaded tokio-tungstenite v0.21.0
11452026-03-21T00:18:15.316Z Downloaded unit-prefix v0.5.2
11462026-03-21T00:18:15.319Z Downloaded tower-service v0.3.3
11472026-03-21T00:18:15.319Z Downloaded qorb v0.4.1
11482026-03-21T00:18:15.322Z Downloaded typify-macro v0.4.3
11492026-03-21T00:18:15.322Z Downloaded tls_codec v0.4.2
11502026-03-21T00:18:15.325Z Downloaded term v0.7.0
11512026-03-21T00:18:15.328Z Downloaded try-lock v0.2.5
11522026-03-21T00:18:15.328Z Downloaded h2 v0.4.13
11532026-03-21T00:18:15.331Z Downloaded term v1.2.1
11542026-03-21T00:18:15.334Z Downloaded rsa v0.9.10
11552026-03-21T00:18:15.337Z Downloaded utf-8 v0.7.6
11562026-03-21T00:18:15.341Z Downloaded socket2 v0.6.2
11572026-03-21T00:18:15.341Z Downloaded aho-corasick v1.1.4
11582026-03-21T00:18:15.345Z Downloaded void v1.0.2
11592026-03-21T00:18:15.349Z Downloaded untrusted v0.7.1
11602026-03-21T00:18:15.349Z Downloaded typify-macro v0.6.1
11612026-03-21T00:18:15.349Z Downloaded tokio-tungstenite v0.23.1
11622026-03-21T00:18:15.352Z Downloaded usdt-macro v0.6.0
11632026-03-21T00:18:15.352Z Downloaded libxml v0.3.3
11642026-03-21T00:18:15.355Z Downloaded usdt-attr-macro v0.6.0
11652026-03-21T00:18:15.355Z Downloaded untrusted v0.9.0
11662026-03-21T00:18:15.358Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11672026-03-21T00:18:15.358Z Downloaded universal-hash v0.5.1
11682026-03-21T00:18:15.361Z Downloaded socket2 v0.5.10
11692026-03-21T00:18:15.361Z Downloaded waitgroup v0.1.2
11702026-03-21T00:18:15.364Z Downloaded wait-timeout v0.2.1
11712026-03-21T00:18:15.364Z Downloaded num-bigint v0.4.6
11722026-03-21T00:18:15.368Z Downloaded rustls-webpki v0.103.9
11732026-03-21T00:18:15.372Z Downloaded schemars v0.9.0
11742026-03-21T00:18:15.381Z Downloaded want v0.3.1
11752026-03-21T00:18:15.384Z Downloaded futures-util v0.3.32
11762026-03-21T00:18:15.390Z Downloaded samael v0.0.19
11772026-03-21T00:18:15.395Z Downloaded usdt-impl v0.6.0
11782026-03-21T00:18:15.398Z Downloaded num-bigint-dig v0.8.6
11792026-03-21T00:18:15.401Z Downloaded xshell-macros v0.2.7
11802026-03-21T00:18:15.401Z Downloaded xattr v1.6.1
11812026-03-21T00:18:15.404Z Downloaded zeroize_derive v1.4.3
11822026-03-21T00:18:15.407Z Downloaded similar v2.7.0
11832026-03-21T00:18:15.410Z Downloaded tokio-stream v0.1.18
11842026-03-21T00:18:15.413Z Downloaded tokio-rustls v0.26.4
11852026-03-21T00:18:15.416Z Downloaded tar v0.4.44
11862026-03-21T00:18:15.419Z Downloaded libm v0.2.16
11872026-03-21T00:18:15.424Z Downloaded unicase v2.9.0
11882026-03-21T00:18:15.427Z Downloaded tokio-rustls v0.24.1
11892026-03-21T00:18:15.431Z Downloaded slog v2.8.2
11902026-03-21T00:18:15.431Z Downloaded itertools v0.13.0
11912026-03-21T00:18:15.434Z Downloaded vergen-lib v0.1.6
11922026-03-21T00:18:15.437Z Downloaded snafu v0.8.9
11932026-03-21T00:18:15.440Z Downloaded zone_cfg_derive v0.3.1
11942026-03-21T00:18:15.443Z Downloaded vergen-git2 v1.0.7
11952026-03-21T00:18:15.443Z Downloaded usdt v0.6.0
11962026-03-21T00:18:15.443Z Downloaded p521 v0.13.3
11972026-03-21T00:18:15.446Z Downloaded itertools v0.14.0
11982026-03-21T00:18:15.451Z Downloaded tui-tree-widget v0.23.1
11992026-03-21T00:18:15.456Z Downloaded chrono v0.4.44
12002026-03-21T00:18:15.458Z Downloaded schemars v1.2.1
12012026-03-21T00:18:15.469Z Downloaded whoami v1.6.1
12022026-03-21T00:18:15.472Z Downloaded hyper v1.8.1
12032026-03-21T00:18:15.477Z Downloaded walkdir v2.5.0
12042026-03-21T00:18:15.480Z Downloaded blake3 v1.8.3
12052026-03-21T00:18:15.484Z Downloaded xz2 v0.1.7
12062026-03-21T00:18:15.488Z Downloaded whoami v2.1.0
12072026-03-21T00:18:15.488Z Downloaded xshell v0.2.7
12082026-03-21T00:18:15.492Z Downloaded wyz v0.5.1
12092026-03-21T00:18:15.492Z Downloaded zeroize v1.8.2
12102026-03-21T00:18:15.492Z Downloaded vsss-rs v3.3.4
12112026-03-21T00:18:15.495Z Downloaded tracing-attributes v0.1.31
12122026-03-21T00:18:15.495Z Downloaded vergen-gitcl v1.0.8
12132026-03-21T00:18:15.499Z Downloaded unicode-properties v0.1.4
12142026-03-21T00:18:15.499Z Downloaded toml_writer v1.0.6+spec-1.1.0
12152026-03-21T00:18:15.499Z Downloaded toml v0.7.8
12162026-03-21T00:18:15.502Z Downloaded uzers v0.12.2
12172026-03-21T00:18:15.505Z Downloaded rand v0.9.2
12182026-03-21T00:18:15.508Z Downloaded toml_parser v1.0.9+spec-1.1.0
12192026-03-21T00:18:15.508Z Downloaded tinyvec v1.10.0
12202026-03-21T00:18:15.513Z Downloaded tungstenite v0.21.0
12212026-03-21T00:18:15.513Z Downloaded test-strategy v0.4.5
12222026-03-21T00:18:15.516Z Downloaded zstd v0.13.3
12232026-03-21T00:18:15.519Z Downloaded rustyline v14.0.0
12242026-03-21T00:18:15.522Z Downloaded zstd-safe v7.2.4
12252026-03-21T00:18:15.522Z Downloaded zone v0.3.1
12262026-03-21T00:18:15.525Z Downloaded twox-hash v2.1.2
12272026-03-21T00:18:15.525Z Downloaded vergen v9.0.6
12282026-03-21T00:18:15.529Z Downloaded subprocess v0.2.15
12292026-03-21T00:18:15.529Z Downloaded russh v0.45.0
12302026-03-21T00:18:15.533Z Downloaded typify v0.6.1
12312026-03-21T00:18:15.535Z Downloaded hkdf v0.12.4
12322026-03-21T00:18:15.538Z Downloaded itertools v0.12.1
12332026-03-21T00:18:15.542Z Downloaded zerocopy v0.6.6
12342026-03-21T00:18:15.546Z Downloaded yasna v0.5.2
12352026-03-21T00:18:15.550Z Downloaded toml v0.9.12+spec-1.1.0
12362026-03-21T00:18:15.554Z Downloaded bitvec v1.0.1
12372026-03-21T00:18:15.560Z Downloaded uuid v1.21.0
12382026-03-21T00:18:15.563Z Downloaded aws-lc-rs v1.16.0
12392026-03-21T00:18:15.570Z Downloaded tungstenite v0.23.0
12402026-03-21T00:18:15.573Z Downloaded typify v0.4.3
12412026-03-21T00:18:15.576Z Downloaded tracing-core v0.1.36
12422026-03-21T00:18:15.580Z Downloaded rpassword v7.4.0
12432026-03-21T00:18:15.580Z Downloaded rand v0.10.0
12442026-03-21T00:18:15.583Z Downloaded unsafe-libyaml v0.2.11
12452026-03-21T00:18:15.586Z Downloaded vte v0.14.1
12462026-03-21T00:18:15.586Z Downloaded unicode-bidi v0.3.18
12472026-03-21T00:18:15.604Z Downloaded toml_edit v0.23.10+spec-1.0.0
12482026-03-21T00:18:15.607Z Downloaded ron v0.12.0
12492026-03-21T00:18:15.614Z Downloaded zopfli v0.8.3
12502026-03-21T00:18:15.619Z Downloaded steno v0.4.1
12512026-03-21T00:18:15.622Z Downloaded regex v1.12.3
12522026-03-21T00:18:15.627Z Downloaded reedline v0.40.0
12532026-03-21T00:18:15.632Z Downloaded tokio-postgres v0.7.16
12542026-03-21T00:18:15.636Z Downloaded reqwest v0.12.28
12552026-03-21T00:18:15.643Z Downloaded unicode_categories v0.1.1
12562026-03-21T00:18:15.646Z Downloaded git2 v0.20.4
12572026-03-21T00:18:15.656Z Downloaded portable-atomic v1.13.1
12582026-03-21T00:18:15.662Z Downloaded rayon v1.11.0
12592026-03-21T00:18:15.682Z Downloaded yansi v1.0.1
12602026-03-21T00:18:15.687Z Downloaded p384 v0.13.1
12612026-03-21T00:18:15.693Z Downloaded rustls-webpki v0.101.7
12622026-03-21T00:18:15.704Z Downloaded zip v0.6.6
12632026-03-21T00:18:15.708Z Downloaded ssh-key v0.6.7
12642026-03-21T00:18:15.712Z Downloaded unicode-segmentation v1.12.0
12652026-03-21T00:18:15.715Z Downloaded salty v0.3.0
12662026-03-21T00:18:15.719Z Downloaded goblin v0.10.5
12672026-03-21T00:18:15.752Z Downloaded tower-http v0.6.8
12682026-03-21T00:18:15.764Z Downloaded reqwest v0.13.2
12692026-03-21T00:18:15.769Z Downloaded lalrpop v0.19.12
12702026-03-21T00:18:15.780Z Downloaded toml_edit v0.19.15
12712026-03-21T00:18:15.792Z Downloaded x509-cert v0.2.5
12722026-03-21T00:18:15.797Z Downloaded typed-path v0.9.3
12732026-03-21T00:18:15.801Z Downloaded zerocopy-derive v0.8.40
12742026-03-21T00:18:15.808Z Downloaded unicode-normalization v0.1.25
12752026-03-21T00:18:15.811Z Downloaded tower v0.5.3
12762026-03-21T00:18:15.817Z Downloaded tough v0.20.0
12772026-03-21T00:18:15.823Z Downloaded serde_with v3.17.0
12782026-03-21T00:18:15.832Z Downloaded winnow v0.6.26
12792026-03-21T00:18:15.838Z Downloaded proptest v1.10.0
12802026-03-21T00:18:15.845Z Downloaded nix v0.27.1
12812026-03-21T00:18:15.853Z Downloaded petname v2.0.2
12822026-03-21T00:18:15.857Z Downloaded quick-xml v0.37.5
12832026-03-21T00:18:15.861Z Downloaded moka v0.12.13
12842026-03-21T00:18:15.880Z Downloaded bstr v1.12.1
12852026-03-21T00:18:15.887Z Downloaded zip v4.6.1
12862026-03-21T00:18:15.894Z Downloaded tokio-util v0.7.18
12872026-03-21T00:18:15.902Z Downloaded tabled v0.20.0
12882026-03-21T00:18:15.915Z Downloaded time v0.3.47
12892026-03-21T00:18:15.924Z Downloaded rustls-webpki v0.102.8
12902026-03-21T00:18:15.937Z Downloaded vcpkg v0.2.15
12912026-03-21T00:18:15.968Z Downloaded smoltcp v0.9.1
12922026-03-21T00:18:15.976Z Downloaded regex-syntax v0.6.29
12932026-03-21T00:18:15.985Z Downloaded quinn-proto v0.11.13
12942026-03-21T00:18:15.989Z Downloaded radix_trie v0.2.1
12952026-03-21T00:18:15.993Z Downloaded object v0.30.4
12962026-03-21T00:18:15.997Z Downloaded winnow v0.5.40
12972026-03-21T00:18:16.003Z Downloaded webpki-roots v1.0.6
12982026-03-21T00:18:16.007Z Downloaded smoltcp v0.11.0
12992026-03-21T00:18:16.015Z Downloaded zerocopy v0.8.40
13002026-03-21T00:18:16.022Z Downloaded openssl v0.10.75
13012026-03-21T00:18:16.029Z Downloaded hickory-proto v0.24.4
13022026-03-21T00:18:16.040Z Downloaded nix v0.29.0
13032026-03-21T00:18:16.049Z Downloaded rustls v0.21.12
13042026-03-21T00:18:16.057Z Downloaded rustix v0.38.44
13052026-03-21T00:18:16.074Z Downloaded polar-core v0.27.3
13062026-03-21T00:18:16.080Z Downloaded dropshot v0.16.7
13072026-03-21T00:18:16.096Z Downloaded zlib-rs v0.6.2
13082026-03-21T00:18:16.100Z Downloaded nix v0.28.0
13092026-03-21T00:18:16.109Z Downloaded nix v0.31.1
13102026-03-21T00:18:16.123Z Downloaded object v0.37.3
13112026-03-21T00:18:16.150Z Downloaded sled v0.34.7
13122026-03-21T00:18:16.157Z Downloaded regex-syntax v0.8.10
13132026-03-21T00:18:16.164Z Downloaded regress v0.10.5
13142026-03-21T00:18:16.171Z Downloaded openapiv3 v2.2.0
13152026-03-21T00:18:16.180Z Downloaded ratatui v0.29.0
13162026-03-21T00:18:16.195Z Downloaded rustls v0.23.37
13172026-03-21T00:18:16.204Z Downloaded tracing v0.1.44
13182026-03-21T00:18:16.223Z Downloaded rustls v0.22.4
13192026-03-21T00:18:16.232Z Downloaded bzip2-sys v0.1.13+1.0.8
13202026-03-21T00:18:16.241Z Downloaded diesel v2.3.7
13212026-03-21T00:18:16.258Z Downloaded zerocopy-derive v0.6.6
13222026-03-21T00:18:16.266Z Downloaded regex-automata v0.4.14
13232026-03-21T00:18:16.278Z Downloaded sqlparser v0.61.0
13242026-03-21T00:18:16.286Z Downloaded hickory-proto v0.25.2
13252026-03-21T00:18:16.299Z Downloaded chrono-tz v0.10.4
13262026-03-21T00:18:16.313Z Downloaded lzma-sys v0.1.20
13272026-03-21T00:18:16.335Z Downloaded jiff v0.2.21
13282026-03-21T00:18:16.352Z Downloaded typify-impl v0.6.1
13292026-03-21T00:18:16.361Z Downloaded petgraph v0.8.3
13302026-03-21T00:18:16.377Z Downloaded typify-impl v0.4.3
13312026-03-21T00:18:16.401Z Downloaded tokio v1.49.0
13322026-03-21T00:18:16.430Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13332026-03-21T00:18:16.453Z Downloaded petgraph v0.6.5
13342026-03-21T00:18:16.523Z Downloaded csv v1.4.0
13352026-03-21T00:18:16.540Z Downloaded libz-sys v1.1.24
13362026-03-21T00:18:16.558Z Downloaded sha3 v0.10.8
13372026-03-21T00:18:16.659Z Downloaded encoding_rs v0.8.35
13382026-03-21T00:18:16.681Z Downloaded ring v0.17.14
13392026-03-21T00:18:16.723Z Downloaded libgit2-sys v0.18.3+1.9.2
13402026-03-21T00:18:17.097Z Downloaded aws-lc-sys v0.37.1
13412026-03-21T00:18:17.424Z Compiling libc v0.2.180
13422026-03-21T00:18:17.427Z Compiling serde v1.0.228
13432026-03-21T00:18:17.427Z Compiling log v0.4.29
13442026-03-21T00:18:17.427Z Compiling find-msvc-tools v0.1.9
13452026-03-21T00:18:17.626Z Compiling shlex v1.3.0
13462026-03-21T00:18:17.629Z Compiling smallvec v1.15.1
13472026-03-21T00:18:17.670Z Compiling syn v2.0.117
13482026-03-21T00:18:17.670Z Compiling typenum v1.19.0
13492026-03-21T00:18:17.862Z Compiling generic-array v0.14.7
13502026-03-21T00:18:17.885Z Compiling subtle v2.6.1
13512026-03-21T00:18:17.888Z Compiling scopeguard v1.2.0
13522026-03-21T00:18:17.927Z Compiling portable-atomic v1.13.1
13532026-03-21T00:18:18.006Z Compiling lock_api v0.4.14
13542026-03-21T00:18:18.033Z Compiling const-oid v0.9.6
13552026-03-21T00:18:18.109Z Compiling critical-section v1.2.0
13562026-03-21T00:18:18.163Z Compiling zerocopy v0.8.40
13572026-03-21T00:18:18.240Z Compiling serde_json v1.0.149
13582026-03-21T00:18:19.307Z Compiling pin-project-lite v0.2.17
13592026-03-21T00:18:19.310Z Compiling parking_lot_core v0.9.12
13602026-03-21T00:18:19.310Z Compiling pkg-config v0.3.32
13612026-03-21T00:18:19.310Z Compiling getrandom v0.2.17
13622026-03-21T00:18:19.310Z Compiling jobserver v0.1.34
13632026-03-21T00:18:19.310Z Compiling rand_core v0.6.4
13642026-03-21T00:18:19.310Z Compiling errno v0.3.14
13652026-03-21T00:18:19.352Z Compiling cc v1.2.56
13662026-03-21T00:18:19.394Z Compiling once_cell v1.21.3
13672026-03-21T00:18:19.412Z Compiling signal-hook-registry v1.4.8
13682026-03-21T00:18:19.469Z Compiling parking_lot v0.12.5
13692026-03-21T00:18:19.588Z Compiling mio v1.1.1
13702026-03-21T00:18:19.618Z Compiling bitflags v2.11.0
13712026-03-21T00:18:19.671Z Compiling libm v0.2.16
13722026-03-21T00:18:19.772Z Compiling num-traits v0.2.19
13732026-03-21T00:18:19.923Z Compiling futures-core v0.3.32
13742026-03-21T00:18:19.994Z Compiling socket2 v0.6.2
13752026-03-21T00:18:20.165Z Compiling percent-encoding v2.3.2
13762026-03-21T00:18:20.275Z Compiling allocator-api2 v0.2.21
13772026-03-21T00:18:20.295Z Compiling foldhash v0.2.0
13782026-03-21T00:18:20.313Z Compiling futures-sink v0.3.32
13792026-03-21T00:18:20.414Z Compiling cpufeatures v0.2.17
13802026-03-21T00:18:20.447Z Compiling futures-channel v0.3.32
13812026-03-21T00:18:20.507Z Compiling futures-io v0.3.32
13822026-03-21T00:18:20.576Z Compiling getrandom v0.4.1
13832026-03-21T00:18:20.594Z Compiling slab v0.4.12
13842026-03-21T00:18:20.700Z Compiling hashbrown v0.16.1
13852026-03-21T00:18:20.727Z Compiling futures-task v0.3.32
13862026-03-21T00:18:20.744Z Compiling getrandom v0.3.4
13872026-03-21T00:18:20.818Z Compiling rand_core v0.10.0
13882026-03-21T00:18:20.950Z Compiling rustversion v1.0.22
13892026-03-21T00:18:21.049Z Compiling cmake v0.1.57
13902026-03-21T00:18:21.462Z Compiling indexmap v2.13.0
13912026-03-21T00:18:21.584Z Compiling form_urlencoded v1.2.2
13922026-03-21T00:18:21.629Z Compiling fs_extra v1.3.0
13932026-03-21T00:18:21.746Z Compiling dunce v1.0.5
13942026-03-21T00:18:21.809Z Compiling ident_case v1.0.1
13952026-03-21T00:18:21.863Z Compiling synstructure v0.13.2
13962026-03-21T00:18:21.963Z Compiling base64ct v1.8.3
13972026-03-21T00:18:21.966Z Compiling flagset v0.4.7
13982026-03-21T00:18:22.002Z Compiling aws-lc-sys v0.37.1
13992026-03-21T00:18:22.151Z Compiling rand_core v0.9.5
14002026-03-21T00:18:22.279Z Compiling rustix v1.1.3
14012026-03-21T00:18:22.283Z Compiling iana-time-zone v0.1.65
14022026-03-21T00:18:22.352Z Compiling pem-rfc7468 v0.7.0
14032026-03-21T00:18:22.372Z Compiling ring v0.17.14
14042026-03-21T00:18:22.532Z Compiling uuid v1.21.0
14052026-03-21T00:18:22.556Z Compiling rustc_version v0.4.1
14062026-03-21T00:18:22.712Z Compiling vcpkg v0.2.15
14072026-03-21T00:18:22.755Z Compiling regex-syntax v0.8.10
14082026-03-21T00:18:22.988Z Compiling aws-lc-rs v1.16.0
14092026-03-21T00:18:23.342Z Compiling tracing-core v0.1.36
14102026-03-21T00:18:23.402Z Compiling crossbeam-utils v0.8.21
14112026-03-21T00:18:23.678Z Compiling openssl-sys v0.9.111
14122026-03-21T00:18:23.782Z Compiling pest_generator v2.8.6
14132026-03-21T00:18:24.097Z Compiling serde_derive_internals v0.29.1
14142026-03-21T00:18:24.433Z Compiling serde_derive v1.0.228
14152026-03-21T00:18:24.539Z Compiling zeroize_derive v1.4.3
14162026-03-21T00:18:24.679Z Compiling zerofrom-derive v0.1.6
14172026-03-21T00:18:24.765Z Compiling yoke-derive v0.8.1
14182026-03-21T00:18:25.342Z Compiling zerocopy-derive v0.8.40
14192026-03-21T00:18:25.369Z Compiling zeroize v1.8.2
14202026-03-21T00:18:25.978Z Compiling zerovec-derive v0.11.2
14212026-03-21T00:18:26.307Z Compiling displaydoc v0.2.5
14222026-03-21T00:18:26.403Z Compiling crypto-common v0.1.7
14232026-03-21T00:18:26.576Z Compiling zerofrom v0.1.6
14242026-03-21T00:18:26.593Z Compiling block-buffer v0.10.4
14252026-03-21T00:18:26.730Z Compiling yoke v0.8.1
14262026-03-21T00:18:26.795Z Compiling digest v0.10.7
14272026-03-21T00:18:26.965Z Compiling tokio-macros v2.6.0
14282026-03-21T00:18:27.113Z Compiling hmac v0.12.1
14292026-03-21T00:18:27.263Z Compiling zerotrie v0.2.3
14302026-03-21T00:18:27.304Z Compiling futures-macro v0.3.32
14312026-03-21T00:18:27.429Z Compiling zerovec v0.11.5
14322026-03-21T00:18:27.644Z Compiling block-padding v0.3.3
14332026-03-21T00:18:27.843Z Compiling inout v0.1.4
14342026-03-21T00:18:27.905Z Compiling sha2 v0.10.9
14352026-03-21T00:18:28.051Z Compiling tinystr v0.8.2
14362026-03-21T00:18:28.103Z Compiling potential_utf v0.1.4
14372026-03-21T00:18:28.305Z Compiling icu_locale_core v2.1.1
14382026-03-21T00:18:28.305Z Compiling icu_collections v2.1.1
14392026-03-21T00:18:28.348Z Compiling futures-util v0.3.32
14402026-03-21T00:18:28.445Z Compiling cipher v0.4.4
14412026-03-21T00:18:28.592Z Compiling der_derive v0.7.3
14422026-03-21T00:18:28.965Z Compiling salsa20 v0.10.2
14432026-03-21T00:18:29.137Z Compiling bytes v1.11.1
14442026-03-21T00:18:29.140Z Compiling chrono v0.4.44
14452026-03-21T00:18:29.560Z Compiling icu_provider v2.1.1
14462026-03-21T00:18:29.794Z Compiling tokio v1.49.0
14472026-03-21T00:18:29.874Z Compiling icu_normalizer v2.1.1
14482026-03-21T00:18:29.945Z Compiling icu_properties v2.1.2
14492026-03-21T00:18:29.973Z Compiling der v0.7.10
14502026-03-21T00:18:30.604Z Compiling http v1.4.0
14512026-03-21T00:18:31.045Z Compiling pbkdf2 v0.12.2
14522026-03-21T00:18:31.187Z Compiling idna_adapter v1.2.1
14532026-03-21T00:18:31.356Z Compiling idna v1.1.0
14542026-03-21T00:18:31.469Z Compiling ppv-lite86 v0.2.21
14552026-03-21T00:18:31.490Z Compiling spki v0.7.3
14562026-03-21T00:18:31.605Z Compiling thiserror-impl v2.0.18
14572026-03-21T00:18:31.643Z Compiling scrypt v0.11.0
14582026-03-21T00:18:31.738Z Compiling url v2.5.8
14592026-03-21T00:18:31.796Z Compiling cbc v0.1.2
14602026-03-21T00:18:31.905Z Compiling rand_chacha v0.9.0
14612026-03-21T00:18:31.959Z Compiling aes v0.8.4
14622026-03-21T00:18:31.978Z Compiling rustls-pki-types v1.14.0
14632026-03-21T00:18:32.213Z Compiling tracing-attributes v0.1.31
14642026-03-21T00:18:32.573Z Compiling pkcs5 v0.7.1
14652026-03-21T00:18:32.778Z Compiling rand v0.9.2
14662026-03-21T00:18:32.778Z Compiling http-body v1.0.1
14672026-03-21T00:18:32.983Z Compiling openssl-probe v0.2.1
14682026-03-21T00:18:33.203Z Compiling schemars v0.8.22
14692026-03-21T00:18:33.206Z Compiling untrusted v0.7.1
14702026-03-21T00:18:33.349Z Compiling syn v1.0.109
14712026-03-21T00:18:33.367Z Compiling thiserror v2.0.18
14722026-03-21T00:18:33.385Z Compiling untrusted v0.9.0
14732026-03-21T00:18:33.446Z Compiling base64 v0.22.1
14742026-03-21T00:18:33.494Z Compiling httparse v1.10.1
14752026-03-21T00:18:33.802Z Compiling pkcs8 v0.10.2
14762026-03-21T00:18:33.824Z Compiling schemars_derive v0.8.22
14772026-03-21T00:18:33.852Z Compiling pest_derive v2.8.6
14782026-03-21T00:18:33.992Z Compiling scroll_derive v0.13.1
14792026-03-21T00:18:34.028Z Compiling tracing v0.1.44
14802026-03-21T00:18:34.376Z Compiling darling_core v0.20.11
14812026-03-21T00:18:34.410Z Compiling atomic-waker v1.1.2
14822026-03-21T00:18:34.577Z Compiling try-lock v0.2.5
14832026-03-21T00:18:34.699Z Compiling tower-layer v0.3.3
14842026-03-21T00:18:34.934Z Compiling tokio-util v0.7.18
14852026-03-21T00:18:34.944Z Compiling tinyvec_macros v0.1.1
14862026-03-21T00:18:34.987Z Compiling tower-service v0.3.3
14872026-03-21T00:18:35.067Z Compiling dyn-clone v1.0.20
14882026-03-21T00:18:35.101Z Compiling rustls v0.23.37
14892026-03-21T00:18:35.238Z Compiling scroll v0.13.0
14902026-03-21T00:18:35.310Z Compiling tinyvec v1.10.0
14912026-03-21T00:18:35.579Z Compiling want v0.3.1
14922026-03-21T00:18:35.765Z Compiling h2 v0.4.13
14932026-03-21T00:18:36.158Z Compiling ipnet v2.11.0
14942026-03-21T00:18:36.251Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14952026-03-21T00:18:36.741Z Compiling spin v0.9.8
14962026-03-21T00:18:36.827Z Compiling aho-corasick v1.1.4
14972026-03-21T00:18:37.007Z Compiling crc32fast v1.5.0
14982026-03-21T00:18:37.305Z Compiling num-conv v0.2.0
14992026-03-21T00:18:37.343Z Compiling openssl v0.10.75
15002026-03-21T00:18:37.475Z Compiling powerfmt v0.2.0
15012026-03-21T00:18:37.574Z Compiling darling_macro v0.20.11
15022026-03-21T00:18:37.615Z Compiling httpdate v1.0.3
15032026-03-21T00:18:37.634Z Compiling time-core v0.1.8
15042026-03-21T00:18:37.730Z Compiling foreign-types-shared v0.1.1
15052026-03-21T00:18:37.818Z Compiling pin-utils v0.1.0
15062026-03-21T00:18:37.836Z Compiling time-macros v0.2.27
15072026-03-21T00:18:37.893Z Compiling foreign-types v0.3.2
15082026-03-21T00:18:37.912Z Compiling regex-automata v0.4.14
15092026-03-21T00:18:37.982Z Compiling deranged v0.5.8
15102026-03-21T00:18:38.164Z Compiling darling v0.20.11
15112026-03-21T00:18:38.352Z Compiling tempfile v3.25.0
15122026-03-21T00:18:39.246Z Compiling goblin v0.10.5
15132026-03-21T00:18:39.371Z Compiling openssl-macros v0.1.1
15142026-03-21T00:18:39.864Z Compiling hyper v1.8.1
15152026-03-21T00:18:40.010Z Compiling thiserror-impl v1.0.69
15162026-03-21T00:18:41.131Z Compiling wait-timeout v0.2.1
15172026-03-21T00:18:41.467Z Compiling quick-error v1.2.3
15182026-03-21T00:18:41.597Z Compiling siphasher v1.0.2
15192026-03-21T00:18:41.614Z Compiling num_threads v0.1.7
15202026-03-21T00:18:41.654Z Compiling native-tls v0.2.18
15212026-03-21T00:18:41.727Z Compiling either v1.15.0
15222026-03-21T00:18:41.845Z Compiling bit-vec v0.8.0
15232026-03-21T00:18:41.901Z Compiling simd-adler32 v0.3.8
15242026-03-21T00:18:41.946Z Compiling usdt-impl v0.6.0
15252026-03-21T00:18:42.018Z Compiling time v0.3.47
15262026-03-21T00:18:42.138Z Compiling bit-set v0.8.0
15272026-03-21T00:18:42.218Z Compiling thiserror v1.0.69
15282026-03-21T00:18:42.236Z Compiling rusty-fork v0.3.1
15292026-03-21T00:18:42.338Z Compiling hyper-util v0.1.20
15302026-03-21T00:18:42.878Z Compiling dof v0.4.0
15312026-03-21T00:18:43.691Z Compiling derive_builder_core v0.20.2
15322026-03-21T00:18:44.185Z Compiling unicode-normalization v0.1.25
15332026-03-21T00:18:44.509Z Compiling crossbeam-epoch v0.9.18
15342026-03-21T00:18:44.673Z Compiling dtrace-parser v0.3.0
15352026-03-21T00:18:44.792Z Compiling rustls-native-certs v0.8.3
15362026-03-21T00:18:44.883Z Compiling signature v2.2.0
15372026-03-21T00:18:44.941Z Compiling scroll_derive v0.12.1
15382026-03-21T00:18:45.100Z Compiling heapless v0.7.17
15392026-03-21T00:18:45.104Z Compiling rand_xorshift v0.4.0
15402026-03-21T00:18:45.162Z Compiling slog v2.8.2
15412026-03-21T00:18:45.314Z Compiling darling_core v0.21.3
15422026-03-21T00:18:45.386Z Compiling bzip2-sys v0.1.13+1.0.8
15432026-03-21T00:18:45.405Z Compiling sync_wrapper v1.0.2
15442026-03-21T00:18:45.535Z Compiling thread-id v5.1.0
15452026-03-21T00:18:45.634Z Compiling cookie v0.18.1
15462026-03-21T00:18:45.699Z Compiling unarray v0.1.4
15472026-03-21T00:18:45.720Z Compiling paste v1.0.15
15482026-03-21T00:18:45.789Z Compiling signal-hook v0.3.18
15492026-03-21T00:18:45.830Z Compiling unicode-segmentation v1.12.0
15502026-03-21T00:18:45.850Z Compiling adler2 v2.0.1
15512026-03-21T00:18:45.996Z Compiling unicode-properties v0.1.4
15522026-03-21T00:18:46.016Z Compiling anyhow v1.0.102
15532026-03-21T00:18:46.050Z Compiling zstd-safe v7.2.4
15542026-03-21T00:18:46.264Z Compiling rayon-core v1.13.0
15552026-03-21T00:18:46.289Z Compiling unicode-bidi v0.3.18
15562026-03-21T00:18:46.433Z Compiling miniz_oxide v0.8.9
15572026-03-21T00:18:46.526Z Compiling proptest v1.10.0
15582026-03-21T00:18:46.563Z Compiling scroll v0.12.0
15592026-03-21T00:18:46.902Z Compiling stringprep v0.1.5
15602026-03-21T00:18:47.209Z Compiling tower v0.5.3
15612026-03-21T00:18:47.489Z Compiling derive_builder_macro v0.20.2
15622026-03-21T00:18:47.529Z Compiling crossbeam-deque v0.8.6
15632026-03-21T00:18:47.636Z Compiling ipnetwork v0.21.1
15642026-03-21T00:18:47.749Z Compiling http-body-util v0.1.3
15652026-03-21T00:18:47.768Z Compiling webpki-roots v1.0.6
15662026-03-21T00:18:47.822Z Compiling rand_chacha v0.3.1
15672026-03-21T00:18:47.916Z Compiling erased-serde v0.3.31
15682026-03-21T00:18:48.060Z Compiling serde_tokenstream v0.2.3
15692026-03-21T00:18:48.080Z Compiling toml_datetime v0.6.11
15702026-03-21T00:18:48.141Z Compiling serde_spanned v0.6.9
15712026-03-21T00:18:48.322Z Compiling md-5 v0.10.6
15722026-03-21T00:18:48.409Z Compiling zerocopy-derive v0.7.35
15732026-03-21T00:18:48.454Z Compiling curve25519-dalek v4.1.3
15742026-03-21T00:18:48.526Z Compiling vergen-lib v0.1.6
15752026-03-21T00:18:48.631Z Compiling num-integer v0.1.46
15762026-03-21T00:18:48.747Z Compiling hash32 v0.2.1
15772026-03-21T00:18:48.839Z Compiling darling_macro v0.21.3
15782026-03-21T00:18:48.904Z Compiling ff v0.13.1
15792026-03-21T00:18:48.909Z Compiling memoffset v0.9.1
15802026-03-21T00:18:49.017Z Compiling zlib-rs v0.6.2
15812026-03-21T00:18:49.079Z Compiling fallible-iterator v0.2.0
15822026-03-21T00:18:49.101Z Compiling litrs v1.0.0
15832026-03-21T00:18:49.156Z Compiling cfg_aliases v0.2.1
15842026-03-21T00:18:49.249Z Compiling base16ct v0.2.0
15852026-03-21T00:18:49.468Z Compiling psl-types v2.0.11
15862026-03-21T00:18:49.487Z Compiling ryu v1.0.23
15872026-03-21T00:18:49.507Z Compiling smoltcp v0.9.1
15882026-03-21T00:18:49.581Z Compiling iri-string v0.7.10
15892026-03-21T00:18:49.624Z Compiling ref-cast v1.0.25
15902026-03-21T00:18:49.715Z Compiling rustix v0.38.44
15912026-03-21T00:18:49.790Z Compiling num-bigint-dig v0.8.6
15922026-03-21T00:18:49.960Z Compiling document-features v0.2.12
15932026-03-21T00:18:50.062Z Compiling newtype-uuid v1.3.2
15942026-03-21T00:18:50.080Z Compiling serde_urlencoded v0.7.1
15952026-03-21T00:18:50.275Z Compiling publicsuffix v2.3.0
15962026-03-21T00:18:50.402Z Compiling zerocopy v0.7.35
15972026-03-21T00:18:50.483Z Compiling darling v0.21.3
15982026-03-21T00:18:50.487Z Compiling postgres-protocol v0.6.10
15992026-03-21T00:18:50.586Z Compiling sec1 v0.7.3
16002026-03-21T00:18:50.719Z Compiling nix v0.31.1
16012026-03-21T00:18:51.060Z Compiling group v0.13.0
16022026-03-21T00:18:51.171Z Compiling tower-http v0.6.8
16032026-03-21T00:18:51.218Z Compiling num-iter v0.1.45
16042026-03-21T00:18:51.405Z Compiling rand v0.8.5
16052026-03-21T00:18:51.694Z Compiling derive_builder v0.20.2
16062026-03-21T00:18:51.721Z Compiling oxnet v0.1.4
16072026-03-21T00:18:51.849Z Compiling proc-macro-error v1.0.4
16082026-03-21T00:18:51.898Z Compiling tokio-native-tls v0.3.1
16092026-03-21T00:18:52.225Z Compiling goblin v0.8.2
16102026-03-21T00:18:52.723Z Compiling heck v0.4.1
16112026-03-21T00:18:52.882Z Compiling phf_shared v0.13.1
16122026-03-21T00:18:53.014Z Compiling hubpack_derive v0.1.1
16132026-03-21T00:18:53.186Z Compiling regex v1.12.3
16142026-03-21T00:18:53.204Z Compiling lazy_static v1.5.0
16152026-03-21T00:18:53.320Z Compiling cargo-platform v0.1.9
16162026-03-21T00:18:53.341Z Compiling flate2 v1.1.9
16172026-03-21T00:18:53.577Z Compiling hkdf v0.12.4
16182026-03-21T00:18:53.656Z Compiling crypto-bigint v0.5.5
16192026-03-21T00:18:53.775Z Compiling async-trait v0.1.89
16202026-03-21T00:18:53.794Z Compiling strum_macros v0.27.2
16212026-03-21T00:18:53.861Z Compiling ref-cast-impl v1.0.25
16222026-03-21T00:18:53.903Z Compiling curve25519-dalek-derive v0.1.1
16232026-03-21T00:18:54.599Z Compiling daft-derive v0.1.5
16242026-03-21T00:18:54.791Z Compiling terminal_size v0.4.3
16252026-03-21T00:18:54.960Z Compiling vergen v9.0.6
16262026-03-21T00:18:55.190Z Compiling fs-err v3.3.0
16272026-03-21T00:18:55.255Z Compiling ahash v0.8.12
16282026-03-21T00:18:55.419Z Compiling libbz2-rs-sys v0.2.2
16292026-03-21T00:18:55.501Z Compiling object v0.37.3
16302026-03-21T00:18:55.543Z Compiling foldhash v0.1.5
16312026-03-21T00:18:55.758Z Compiling managed v0.8.0
16322026-03-21T00:18:55.839Z Compiling winnow v0.5.40
16332026-03-21T00:18:56.035Z Compiling bumpalo v3.20.2
16342026-03-21T00:18:56.319Z Compiling bitflags v1.3.2
16352026-03-21T00:18:56.357Z Compiling clap_builder v4.5.60
16362026-03-21T00:18:56.542Z Compiling strum v0.27.2
16372026-03-21T00:18:56.587Z Compiling console v0.16.2
16382026-03-21T00:18:56.685Z Compiling zopfli v0.8.3
16392026-03-21T00:18:57.209Z Compiling bzip2 v0.6.1
16402026-03-21T00:18:57.380Z Compiling hashbrown v0.15.5
16412026-03-21T00:18:57.476Z Compiling daft v0.1.5
16422026-03-21T00:18:57.572Z Compiling toml_edit v0.19.15
16432026-03-21T00:18:57.675Z Compiling dof v0.3.0
16442026-03-21T00:18:57.784Z Compiling elliptic-curve v0.13.8
16452026-03-21T00:18:58.236Z Compiling hubpack v0.1.2
16462026-03-21T00:18:58.301Z Compiling cargo_metadata v0.19.2
16472026-03-21T00:18:58.639Z Compiling phf v0.13.1
16482026-03-21T00:18:58.847Z Compiling zone_cfg_derive v0.3.1
16492026-03-21T00:18:59.720Z Compiling cookie_store v0.22.1
16502026-03-21T00:19:00.206Z Compiling signal-hook-mio v0.2.5
16512026-03-21T00:19:00.588Z Compiling zstd v0.13.3
16522026-03-21T00:19:00.609Z Compiling rayon v1.11.0
16532026-03-21T00:19:00.776Z Compiling bzip2 v0.4.4
16542026-03-21T00:19:00.834Z Compiling hyper-tls v0.6.0
16552026-03-21T00:19:01.045Z Compiling postgres-types v0.2.12
16562026-03-21T00:19:01.071Z Compiling serde_with_macros v3.17.0
16572026-03-21T00:19:01.357Z Compiling usdt-macro v0.6.0
16582026-03-21T00:19:01.773Z Compiling usdt-attr-macro v0.6.0
16592026-03-21T00:19:01.801Z Compiling ed25519 v2.2.3
16602026-03-21T00:19:02.305Z Compiling dtrace-parser v0.2.0
16612026-03-21T00:19:02.575Z Compiling itertools v0.12.1
16622026-03-21T00:19:02.730Z Compiling phf_shared v0.11.3
16632026-03-21T00:19:02.804Z Compiling bstr v1.12.1
16642026-03-21T00:19:02.936Z Compiling pkcs1 v0.7.5
16652026-03-21T00:19:02.975Z Compiling serde-big-array v0.5.1
16662026-03-21T00:19:03.016Z Compiling hex v0.4.3
16672026-03-21T00:19:03.154Z Compiling rfc6979 v0.4.0
16682026-03-21T00:19:03.309Z Compiling strum_macros v0.26.4
16692026-03-21T00:19:03.362Z Compiling clap_derive v4.5.55
16702026-03-21T00:19:03.381Z Compiling serde_repr v0.1.20
16712026-03-21T00:19:03.473Z Compiling enum-as-inner v0.6.1
16722026-03-21T00:19:03.686Z Compiling float-cmp v0.10.0
16732026-03-21T00:19:03.870Z Compiling memmap2 v0.9.10
16742026-03-21T00:19:04.100Z Compiling thread-id v4.2.2
16752026-03-21T00:19:04.158Z Compiling env_filter v1.0.0
16762026-03-21T00:19:04.177Z Compiling encoding_rs v0.8.35
16772026-03-21T00:19:04.204Z Compiling keccak v0.1.6
16782026-03-21T00:19:04.260Z Compiling fixedbitset v0.4.2
16792026-03-21T00:19:04.550Z Compiling predicates-core v1.0.10
16802026-03-21T00:19:04.569Z Compiling whoami v2.1.0
16812026-03-21T00:19:04.789Z Compiling data-encoding v2.10.0
16822026-03-21T00:19:05.074Z Compiling difflib v0.4.0
16832026-03-21T00:19:05.335Z Compiling unit-prefix v0.5.2
16842026-03-21T00:19:05.516Z Compiling static_assertions v1.1.0
16852026-03-21T00:19:05.613Z Compiling fixedbitset v0.5.7
16862026-03-21T00:19:05.740Z Compiling normalize-line-endings v0.3.0
16872026-03-21T00:19:05.765Z Compiling jiff v0.2.21
16882026-03-21T00:19:05.812Z Compiling precomputed-hash v0.1.1
16892026-03-21T00:19:05.839Z Compiling mime v0.3.17
16902026-03-21T00:19:05.859Z Compiling rustc-hash v2.1.1
16912026-03-21T00:19:05.879Z Compiling new_debug_unreachable v1.0.6
16922026-03-21T00:19:05.918Z Compiling petgraph v0.8.3
16932026-03-21T00:19:05.970Z Compiling string_cache v0.8.9
16942026-03-21T00:19:06.010Z Compiling iddqd v0.3.17
16952026-03-21T00:19:06.031Z Compiling predicates v3.1.4
16962026-03-21T00:19:06.178Z Compiling clap v4.5.60
16972026-03-21T00:19:06.215Z Compiling toml_edit v0.22.27
16982026-03-21T00:19:06.256Z Compiling strum v0.26.3
16992026-03-21T00:19:06.278Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-03-21T00:19:06.416Z Compiling indicatif v0.18.4
17012026-03-21T00:19:06.890Z Compiling hickory-proto v0.25.2
17022026-03-21T00:19:07.526Z Compiling tokio-postgres v0.7.16
17032026-03-21T00:19:07.552Z Compiling petgraph v0.6.5
17042026-03-21T00:19:08.544Z Compiling sha3 v0.10.8
17052026-03-21T00:19:09.164Z Compiling env_logger v0.11.9
17062026-03-21T00:19:09.607Z Compiling zip v4.6.1
17072026-03-21T00:19:09.644Z Compiling usdt-impl v0.5.0
17082026-03-21T00:19:10.017Z Compiling zone v0.3.1
17092026-03-21T00:19:10.077Z Compiling usdt v0.6.0
17102026-03-21T00:19:10.412Z Compiling similar v2.7.0
17112026-03-21T00:19:10.430Z Compiling serde_with v3.17.0
17122026-03-21T00:19:10.506Z Compiling ecdsa v0.16.9
17132026-03-21T00:19:10.892Z Compiling rsa v0.9.10
17142026-03-21T00:19:10.949Z Compiling crossterm v0.28.1
17152026-03-21T00:19:11.017Z Compiling ed25519-dalek v2.2.0
17162026-03-21T00:19:11.617Z Compiling zip v0.6.6
17172026-03-21T00:19:12.369Z Compiling toml v0.7.8
17182026-03-21T00:19:12.923Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-03-21T00:19:13.031Z Compiling itertools v0.13.0
17202026-03-21T00:19:13.202Z Compiling tokio-stream v0.1.18
17212026-03-21T00:19:13.311Z Compiling buf-list v1.1.2
17222026-03-21T00:19:13.580Z Compiling x509-cert v0.2.5
17232026-03-21T00:19:13.665Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17242026-03-21T00:19:13.776Z Compiling openapiv3 v2.2.0
17252026-03-21T00:19:13.804Z Compiling sha1 v0.10.6
17262026-03-21T00:19:14.090Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-03-21T00:19:14.118Z Compiling peg-runtime v0.8.5
17282026-03-21T00:19:14.480Z Compiling lalrpop-util v0.19.12
17292026-03-21T00:19:14.504Z Compiling thread_local v1.1.9
17302026-03-21T00:19:14.726Z Compiling slog-async v2.8.0
17312026-03-21T00:19:14.772Z Compiling crossbeam-channel v0.5.15
17322026-03-21T00:19:14.826Z Compiling futures-executor v0.3.32
17332026-03-21T00:19:15.049Z Compiling is-terminal v0.4.17
17342026-03-21T00:19:15.127Z Compiling filetime v0.2.27
17352026-03-21T00:19:15.163Z Compiling term v1.2.1
17362026-03-21T00:19:15.181Z Compiling take_mut v0.2.2
17372026-03-21T00:19:15.318Z Compiling xattr v1.6.1
17382026-03-21T00:19:15.376Z Compiling futures v0.3.32
17392026-03-21T00:19:15.477Z Compiling tar v0.4.44
17402026-03-21T00:19:15.525Z Compiling slog-term v2.9.2
17412026-03-21T00:19:22.262Z Compiling rustls-webpki v0.103.9
17422026-03-21T00:19:26.280Z Compiling tokio-rustls v0.26.4
17432026-03-21T00:19:26.280Z Compiling rustls-platform-verifier v0.6.2
17442026-03-21T00:19:26.551Z Compiling hyper-rustls v0.27.7
17452026-03-21T00:19:26.811Z Compiling reqwest v0.13.2
17462026-03-21T00:19:26.811Z Compiling reqwest v0.12.28
17472026-03-21T00:19:29.776Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-03-21T00:19:30.049Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-03-21T00:19:33.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17502026-03-21T00:19:34.020Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-03-21T00:19:34.085ZMar 21 00:19:33.122 INFO Starting download, target: Cockroach
17522026-03-21T00:19:34.085ZMar 21 00:19:33.123 INFO Starting download, target: MaghemiteMgd
17532026-03-21T00:19:34.086ZMar 21 00:19:33.123 INFO Starting download, target: Console
17542026-03-21T00:19:34.086ZMar 21 00:19:33.123 INFO Starting download, target: Clickhouse
17552026-03-21T00:19:34.086ZMar 21 00:19:33.123 INFO Starting download, target: DendriteStub
17562026-03-21T00:19:34.089ZMar 21 00:19:33.123 INFO Starting download, target: TransceiverControl
17572026-03-21T00:19:34.089ZMar 21 00:19:33.123 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17582026-03-21T00:19:34.089ZMar 21 00:19:33.123 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17592026-03-21T00:19:34.089ZMar 21 00:19:33.123 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17602026-03-21T00:19:34.089ZMar 21 00:19:33.123 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-03-21T00:19:34.089ZMar 21 00:19:33.123 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-03-21T00:19:34.089ZMar 21 00:19:33.123 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-03-21T00:19:34.613ZMar 21 00:19:33.635 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-03-21T00:19:34.937ZMar 21 00:19:33.974 INFO Download complete, target: TransceiverControl
17652026-03-21T00:19:35.084ZMar 21 00:19:34.120 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-03-21T00:19:35.494ZMar 21 00:19:34.527 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17672026-03-21T00:19:35.524ZMar 21 00:19:34.560 INFO Download complete, target: Console
17682026-03-21T00:19:35.863ZMar 21 00:19:34.899 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-03-21T00:19:36.307ZMar 21 00:19:35.323 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-03-21T00:19:37.096ZMar 21 00:19:36.132 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-03-21T00:19:37.096ZMar 21 00:19:36.132 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-03-21T00:19:39.061ZMar 21 00:19:38.097 INFO Download complete, target: DendriteStub
17732026-03-21T00:19:39.532ZMar 21 00:19:38.567 INFO Download complete, target: MaghemiteMgd
17742026-03-21T00:19:44.903ZMar 21 00:19:43.937 INFO Checking that binary works, target: Cockroach
17752026-03-21T00:19:45.050ZMar 21 00:19:44.084 INFO Download complete, target: Cockroach
17762026-03-21T00:19:47.550ZMar 21 00:19:46.583 INFO Checking that binary works, target: Clickhouse
17772026-03-21T00:19:47.684ZMar 21 00:19:46.717 INFO Download complete, target: Clickhouse
17782026-03-21T00:19:47.701ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-03-21T00:19:47.704Z
17802026-03-21T00:19:47.704Zreal 3:57.580439930
17812026-03-21T00:19:47.704Zuser 10:20.119436216
17822026-03-21T00:19:47.704Zsys 1:46.707300918
17832026-03-21T00:19:47.705Ztrap 0.317436604
17842026-03-21T00:19:47.705Ztflt 1.597337963
17852026-03-21T00:19:47.705Zdflt 1.342699961
17862026-03-21T00:19:47.705Zkflt 0.055126091
17872026-03-21T00:19:47.705Zlock 30:08.293933064
17882026-03-21T00:19:47.705Zslp 29:16.695313629
17892026-03-21T00:19:47.705Zlat 53.441328985
17902026-03-21T00:19:47.705Zstop 2:39.939272442
17912026-03-21T00:19:47.705Z+ banner hack-check
17922026-03-21T00:19:47.705Z
17932026-03-21T00:19:47.705Z # # ## #### # # #### # # ###### #### # #
17942026-03-21T00:19:47.705Z # # # # # # # # # # # # # # # # #
17952026-03-21T00:19:47.705Z ###### # # # #### ##### # ###### ##### # ####
17962026-03-21T00:19:47.705Z # # ###### # # # # # # # # # #
17972026-03-21T00:19:47.705Z # # # # # # # # # # # # # # # # #
17982026-03-21T00:19:47.705Z # # # # #### # # #### # # ###### #### # #
17992026-03-21T00:19:47.705Z
18002026-03-21T00:19:47.705Z+ export CARGO_INCREMENTAL=0
18012026-03-21T00:19:47.705Z+ CARGO_INCREMENTAL=0
18022026-03-21T00:19:47.705Z+ ptime -m timeout 2h cargo xtask check-features --ci
18032026-03-21T00:19:48.437Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-03-21T00:19:48.709Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-03-21T00:19:51.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s
18062026-03-21T00:19:51.320Z Running `target/debug/xtask check-features --ci`
18072026-03-21T00:19:51.351Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18082026-03-21T00:19:51.354Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18092026-03-21T00:19:51.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18102026-03-21T00:19:52.016Z Running `target/debug/xtask download cargo-hack`
18112026-03-21T00:19:53.037Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18122026-03-21T00:19:53.418Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18132026-03-21T00:19:56.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
18142026-03-21T00:19:56.892Z Running `target/debug/xtask-downloader cargo-hack`
18152026-03-21T00:19:56.937ZMar 21 00:19:55.966 INFO Starting download, target: CargoHack
18162026-03-21T00:19:56.940ZMar 21 00:19:55.967 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18172026-03-21T00:19:57.525ZMar 21 00:19:56.555 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18182026-03-21T00:19:57.606ZMar 21 00:19:56.635 INFO Download complete, target: CargoHack
18192026-03-21T00:19:57.609Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18202026-03-21T00:19:57.626Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18212026-03-21T00:19:57.824Zinfo: running `cargo check --bins` on api_identity (1/257)
18222026-03-21T00:19:58.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-03-21T00:19:58.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-03-21T00:19:58.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-03-21T00:19:58.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18262026-03-21T00:19:58.584Z
18272026-03-21T00:19:58.584Zinfo: running `cargo check --bins` on bootstore (2/257)
18282026-03-21T00:19:59.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-03-21T00:19:59.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-03-21T00:19:59.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-03-21T00:19:59.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18322026-03-21T00:19:59.341Z
18332026-03-21T00:19:59.341Zinfo: running `cargo check --bins` on omicron-ledger (3/257)
18342026-03-21T00:19:59.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-03-21T00:19:59.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-03-21T00:19:59.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-03-21T00:19:59.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18382026-03-21T00:20:00.085Z
18392026-03-21T00:20:00.085Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/257)
18402026-03-21T00:20:00.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-03-21T00:20:00.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-03-21T00:20:00.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-03-21T00:20:00.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18442026-03-21T00:20:00.832Z
18452026-03-21T00:20:00.832Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/257)
18462026-03-21T00:20:01.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-03-21T00:20:01.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-03-21T00:20:01.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-03-21T00:20:01.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18502026-03-21T00:20:01.594Z
18512026-03-21T00:20:01.594Zinfo: running `cargo check --bins` on omicron-certificates (6/257)
18522026-03-21T00:20:02.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-03-21T00:20:02.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-03-21T00:20:02.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-03-21T00:20:02.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18562026-03-21T00:20:02.365Z
18572026-03-21T00:20:02.365Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/257)
18582026-03-21T00:20:03.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-03-21T00:20:03.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-03-21T00:20:03.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-03-21T00:20:03.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18622026-03-21T00:20:03.127Z
18632026-03-21T00:20:03.127Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/257)
18642026-03-21T00:20:03.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-03-21T00:20:03.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-03-21T00:20:03.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-03-21T00:20:03.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18682026-03-21T00:20:03.892Z
18692026-03-21T00:20:03.892Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/257)
18702026-03-21T00:20:04.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-03-21T00:20:04.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-03-21T00:20:04.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-03-21T00:20:04.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18742026-03-21T00:20:04.492Z
18752026-03-21T00:20:04.492Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/257)
18762026-03-21T00:20:05.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-03-21T00:20:05.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-03-21T00:20:05.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-03-21T00:20:05.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18802026-03-21T00:20:05.092Z
18812026-03-21T00:20:05.093Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/257)
18822026-03-21T00:20:05.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-03-21T00:20:05.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-03-21T00:20:05.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-03-21T00:20:05.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18862026-03-21T00:20:05.688Z
18872026-03-21T00:20:05.688Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/257)
18882026-03-21T00:20:06.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-03-21T00:20:06.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-03-21T00:20:06.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-03-21T00:20:06.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18922026-03-21T00:20:06.284Z
18932026-03-21T00:20:06.284Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/257)
18942026-03-21T00:20:06.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-03-21T00:20:06.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-03-21T00:20:06.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-03-21T00:20:06.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18982026-03-21T00:20:06.884Z
18992026-03-21T00:20:06.889Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/257)
19002026-03-21T00:20:07.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-03-21T00:20:07.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-03-21T00:20:07.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-03-21T00:20:07.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19042026-03-21T00:20:07.484Z
19052026-03-21T00:20:07.484Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/257)
19062026-03-21T00:20:08.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-03-21T00:20:08.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-03-21T00:20:08.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-03-21T00:20:08.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19102026-03-21T00:20:08.084Z
19112026-03-21T00:20:08.084Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/257)
19122026-03-21T00:20:08.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-03-21T00:20:08.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-03-21T00:20:08.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-03-21T00:20:08.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19162026-03-21T00:20:08.686Z
19172026-03-21T00:20:08.686Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/257)
19182026-03-21T00:20:09.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-03-21T00:20:09.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-03-21T00:20:09.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-03-21T00:20:09.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19222026-03-21T00:20:09.285Z
19232026-03-21T00:20:09.285Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/257)
19242026-03-21T00:20:09.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-03-21T00:20:09.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-03-21T00:20:09.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-03-21T00:20:09.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19282026-03-21T00:20:09.883Z
19292026-03-21T00:20:09.883Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/257)
19302026-03-21T00:20:10.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-03-21T00:20:10.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-03-21T00:20:10.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-03-21T00:20:10.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19342026-03-21T00:20:10.479Z
19352026-03-21T00:20:10.479Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/257)
19362026-03-21T00:20:11.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-03-21T00:20:11.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-03-21T00:20:11.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-03-21T00:20:11.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19402026-03-21T00:20:11.085Z
19412026-03-21T00:20:11.085Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/257)
19422026-03-21T00:20:11.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-03-21T00:20:11.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-03-21T00:20:11.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-03-21T00:20:11.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19462026-03-21T00:20:11.694Z
19472026-03-21T00:20:11.694Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/257)
19482026-03-21T00:20:12.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-03-21T00:20:12.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-03-21T00:20:12.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-03-21T00:20:12.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19522026-03-21T00:20:12.297Z
19532026-03-21T00:20:12.297Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/257)
19542026-03-21T00:20:12.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-03-21T00:20:12.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-03-21T00:20:12.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-03-21T00:20:12.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19582026-03-21T00:20:12.907Z
19592026-03-21T00:20:12.907Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/257)
19602026-03-21T00:20:13.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-03-21T00:20:13.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-03-21T00:20:13.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-03-21T00:20:13.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19642026-03-21T00:20:13.512Z
19652026-03-21T00:20:13.512Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/257)
19662026-03-21T00:20:14.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-03-21T00:20:14.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-03-21T00:20:14.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-03-21T00:20:14.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19702026-03-21T00:20:14.115Z
19712026-03-21T00:20:14.115Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/257)
19722026-03-21T00:20:14.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-03-21T00:20:14.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-03-21T00:20:14.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-03-21T00:20:14.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19762026-03-21T00:20:14.715Z
19772026-03-21T00:20:14.715Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/257)
19782026-03-21T00:20:15.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-03-21T00:20:15.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-03-21T00:20:15.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-03-21T00:20:15.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19822026-03-21T00:20:15.318Z
19832026-03-21T00:20:15.318Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/257)
19842026-03-21T00:20:15.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-03-21T00:20:15.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-03-21T00:20:15.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-03-21T00:20:15.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19882026-03-21T00:20:15.920Z
19892026-03-21T00:20:15.920Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/257)
19902026-03-21T00:20:16.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-03-21T00:20:16.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-03-21T00:20:16.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-03-21T00:20:16.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19942026-03-21T00:20:16.529Z
19952026-03-21T00:20:16.530Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/257)
19962026-03-21T00:20:17.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-03-21T00:20:17.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-03-21T00:20:17.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-03-21T00:20:17.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20002026-03-21T00:20:17.132Z
20012026-03-21T00:20:17.132Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/257)
20022026-03-21T00:20:17.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-03-21T00:20:17.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-03-21T00:20:17.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-03-21T00:20:17.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20062026-03-21T00:20:17.730Z
20072026-03-21T00:20:17.730Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/257)
20082026-03-21T00:20:18.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-03-21T00:20:18.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-03-21T00:20:18.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-03-21T00:20:18.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20122026-03-21T00:20:18.327Z
20132026-03-21T00:20:18.327Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/257)
20142026-03-21T00:20:18.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-03-21T00:20:18.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-03-21T00:20:18.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-03-21T00:20:18.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20182026-03-21T00:20:18.923Z
20192026-03-21T00:20:18.923Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/257)
20202026-03-21T00:20:19.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-03-21T00:20:19.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-03-21T00:20:19.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-03-21T00:20:19.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20242026-03-21T00:20:19.525Z
20252026-03-21T00:20:19.525Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/257)
20262026-03-21T00:20:20.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-03-21T00:20:20.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-03-21T00:20:20.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-03-21T00:20:20.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20302026-03-21T00:20:20.125Z
20312026-03-21T00:20:20.125Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/257)
20322026-03-21T00:20:20.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-03-21T00:20:20.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-03-21T00:20:20.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-03-21T00:20:20.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20362026-03-21T00:20:20.723Z
20372026-03-21T00:20:20.723Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/257)
20382026-03-21T00:20:21.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-03-21T00:20:21.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-03-21T00:20:21.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-03-21T00:20:21.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20422026-03-21T00:20:21.318Z
20432026-03-21T00:20:21.319Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/257)
20442026-03-21T00:20:21.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-03-21T00:20:21.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-03-21T00:20:21.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-03-21T00:20:21.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20482026-03-21T00:20:21.912Z
20492026-03-21T00:20:21.912Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/257)
20502026-03-21T00:20:22.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-03-21T00:20:22.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-03-21T00:20:22.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-03-21T00:20:22.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20542026-03-21T00:20:22.514Z
20552026-03-21T00:20:22.514Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/257)
20562026-03-21T00:20:23.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-03-21T00:20:23.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-03-21T00:20:23.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-03-21T00:20:23.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20602026-03-21T00:20:23.117Z
20612026-03-21T00:20:23.117Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/257)
20622026-03-21T00:20:23.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-03-21T00:20:23.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-03-21T00:20:23.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-03-21T00:20:23.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20662026-03-21T00:20:23.722Z
20672026-03-21T00:20:23.722Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/257)
20682026-03-21T00:20:24.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-03-21T00:20:24.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-03-21T00:20:24.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-03-21T00:20:24.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20722026-03-21T00:20:24.326Z
20732026-03-21T00:20:24.326Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/257)
20742026-03-21T00:20:24.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-03-21T00:20:24.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-03-21T00:20:24.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-03-21T00:20:24.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20782026-03-21T00:20:24.930Z
20792026-03-21T00:20:24.930Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/257)
20802026-03-21T00:20:25.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-03-21T00:20:25.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-03-21T00:20:25.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-03-21T00:20:25.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20842026-03-21T00:20:25.535Z
20852026-03-21T00:20:25.535Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/257)
20862026-03-21T00:20:26.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-03-21T00:20:26.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-03-21T00:20:26.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-03-21T00:20:26.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20902026-03-21T00:20:26.137Z
20912026-03-21T00:20:26.138Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/257)
20922026-03-21T00:20:26.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-03-21T00:20:26.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-03-21T00:20:26.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-03-21T00:20:26.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20962026-03-21T00:20:26.739Z
20972026-03-21T00:20:26.739Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/257)
20982026-03-21T00:20:27.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-03-21T00:20:27.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-03-21T00:20:27.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-03-21T00:20:27.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21022026-03-21T00:20:27.341Z
21032026-03-21T00:20:27.341Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/257)
21042026-03-21T00:20:27.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-03-21T00:20:27.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-03-21T00:20:27.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-03-21T00:20:27.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21082026-03-21T00:20:27.942Z
21092026-03-21T00:20:27.942Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/257)
21102026-03-21T00:20:28.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-03-21T00:20:28.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-03-21T00:20:29.025Z Checking cfg-if v1.0.4
21132026-03-21T00:20:29.179Z Checking libc v0.2.180
21142026-03-21T00:20:29.183Z Checking serde_core v1.0.228
21152026-03-21T00:20:29.216Z Checking memchr v2.8.0
21162026-03-21T00:20:29.235Z Checking smallvec v1.15.1
21172026-03-21T00:20:29.239Z Checking itoa v1.0.17
21182026-03-21T00:20:29.271Z Checking log v0.4.29
21192026-03-21T00:20:29.274Z Checking zeroize v1.8.2
21202026-03-21T00:20:29.312Z Checking stable_deref_trait v1.2.1
21212026-03-21T00:20:29.405Z Checking zerofrom v0.1.6
21222026-03-21T00:20:29.431Z Checking zmij v1.0.21
21232026-03-21T00:20:29.466Z Checking scopeguard v1.2.0
21242026-03-21T00:20:29.489Z Checking subtle v2.6.1
21252026-03-21T00:20:29.507Z Checking writeable v0.6.2
21262026-03-21T00:20:29.551Z Checking yoke v0.8.1
21272026-03-21T00:20:29.589Z Checking lock_api v0.4.14
21282026-03-21T00:20:29.685Z Checking litemap v0.8.1
21292026-03-21T00:20:29.705Z Checking percent-encoding v2.3.2
21302026-03-21T00:20:29.725Z Checking libm v0.2.16
21312026-03-21T00:20:29.743Z Checking icu_properties_data v2.1.2
21322026-03-21T00:20:29.765Z Checking getrandom v0.2.17
21332026-03-21T00:20:29.769Z Checking errno v0.3.14
21342026-03-21T00:20:29.852Z Checking zerovec v0.11.5
21352026-03-21T00:20:29.875Z Checking zerotrie v0.2.3
21362026-03-21T00:20:29.900Z Checking icu_normalizer_data v2.1.1
21372026-03-21T00:20:29.922Z Checking pin-project-lite v0.2.17
21382026-03-21T00:20:29.944Z Checking utf8_iter v1.0.4
21392026-03-21T00:20:29.960Z Checking rand_core v0.6.4
21402026-03-21T00:20:29.991Z Checking form_urlencoded v1.2.2
21412026-03-21T00:20:30.032Z Checking typenum v1.19.0
21422026-03-21T00:20:30.090Z Checking portable-atomic v1.13.1
21432026-03-21T00:20:30.148Z Checking critical-section v1.2.0
21442026-03-21T00:20:30.183Z Checking rand_core v0.10.0
21452026-03-21T00:20:30.203Z Checking signal-hook-registry v1.4.8
21462026-03-21T00:20:30.273Z Checking parking_lot_core v0.9.12
21472026-03-21T00:20:30.361Z Checking getrandom v0.4.1
21482026-03-21T00:20:30.405Z Checking mio v1.1.1
21492026-03-21T00:20:30.443Z Checking tinystr v0.8.2
21502026-03-21T00:20:30.508Z Checking potential_utf v0.1.4
21512026-03-21T00:20:30.541Z Checking parking_lot v0.12.5
21522026-03-21T00:20:30.666Z Checking icu_locale_core v2.1.1
21532026-03-21T00:20:30.670Z Checking icu_collections v2.1.1
21542026-03-21T00:20:30.705Z Checking once_cell v1.21.3
21552026-03-21T00:20:30.708Z Checking num-traits v0.2.19
21562026-03-21T00:20:30.744Z Checking generic-array v0.14.7
21572026-03-21T00:20:30.778Z Checking socket2 v0.6.2
21582026-03-21T00:20:30.799Z Checking zerocopy v0.8.40
21592026-03-21T00:20:30.944Z Checking iana-time-zone v0.1.65
21602026-03-21T00:20:31.078Z Checking futures-core v0.3.32
21612026-03-21T00:20:31.103Z Checking allocator-api2 v0.2.21
21622026-03-21T00:20:31.103Z Checking equivalent v1.0.2
21632026-03-21T00:20:31.216Z Checking foldhash v0.2.0
21642026-03-21T00:20:31.242Z Checking const-oid v0.9.6
21652026-03-21T00:20:31.325Z Checking serde v1.0.228
21662026-03-21T00:20:31.392Z Checking serde_json v1.0.149
21672026-03-21T00:20:31.415Z Checking bitflags v2.11.0
21682026-03-21T00:20:31.434Z Checking icu_provider v2.1.1
21692026-03-21T00:20:31.495Z Checking crypto-common v0.1.7
21702026-03-21T00:20:31.521Z Checking uuid v1.21.0
21712026-03-21T00:20:31.627Z Checking hashbrown v0.16.1
21722026-03-21T00:20:31.653Z Checking futures-sink v0.3.32
21732026-03-21T00:20:31.736Z Checking icu_properties v2.1.2
21742026-03-21T00:20:31.776Z Checking icu_normalizer v2.1.1
21752026-03-21T00:20:31.887Z Checking bytes v1.11.1
21762026-03-21T00:20:31.931Z Checking chrono v0.4.44
21772026-03-21T00:20:32.175Z Checking dyn-clone v1.0.20
21782026-03-21T00:20:32.261Z Checking futures-channel v0.3.32
21792026-03-21T00:20:32.294Z Checking block-buffer v0.10.4
21802026-03-21T00:20:32.313Z Checking semver v1.0.27
21812026-03-21T00:20:32.333Z Checking slab v0.4.12
21822026-03-21T00:20:32.465Z Checking futures-io v0.3.32
21832026-03-21T00:20:32.485Z Checking tokio v1.49.0
21842026-03-21T00:20:32.512Z Checking futures-task v0.3.32
21852026-03-21T00:20:32.532Z Checking digest v0.10.7
21862026-03-21T00:20:32.581Z Checking thiserror v2.0.18
21872026-03-21T00:20:32.607Z Checking byteorder v1.5.0
21882026-03-21T00:20:32.687Z Checking futures-util v0.3.32
21892026-03-21T00:20:32.708Z Checking indexmap v2.13.0
21902026-03-21T00:20:32.784Z Checking cpufeatures v0.2.17
21912026-03-21T00:20:32.872Z Checking http v1.4.0
21922026-03-21T00:20:32.893Z Checking idna_adapter v1.2.1
21932026-03-21T00:20:32.912Z Checking fnv v1.0.7
21942026-03-21T00:20:33.028Z Checking unicode-ident v1.0.24
21952026-03-21T00:20:33.048Z Checking idna v1.1.0
21962026-03-21T00:20:33.096Z Checking base64 v0.22.1
21972026-03-21T00:20:33.165Z Checking tracing-core v0.1.36
21982026-03-21T00:20:33.363Z Checking url v2.5.8
21992026-03-21T00:20:33.404Z Checking proc-macro2 v1.0.106
22002026-03-21T00:20:33.476Z Checking rustls-pki-types v1.14.0
22012026-03-21T00:20:33.573Z Checking tracing v0.1.44
22022026-03-21T00:20:33.635Z Checking regex-syntax v0.8.10
22032026-03-21T00:20:33.812Z Checking quote v1.0.44
22042026-03-21T00:20:33.834Z Checking untrusted v0.9.0
22052026-03-21T00:20:33.858Z Checking thiserror v1.0.69
22062026-03-21T00:20:33.924Z Checking schemars v0.8.22
22072026-03-21T00:20:33.965Z Checking ring v0.17.14
22082026-03-21T00:20:33.992Z Checking ipnet v2.11.0
22092026-03-21T00:20:34.035Z Checking syn v2.0.117
22102026-03-21T00:20:34.333Z Checking httparse v1.10.1
22112026-03-21T00:20:34.609Z Checking http-body v1.0.1
22122026-03-21T00:20:34.778Z Checking rustix v1.1.3
22132026-03-21T00:20:34.802Z Checking ppv-lite86 v0.2.21
22142026-03-21T00:20:34.822Z Checking block-padding v0.3.3
22152026-03-21T00:20:34.991Z Checking getrandom v0.3.4
22162026-03-21T00:20:35.176Z Checking atomic-waker v1.1.2
22172026-03-21T00:20:35.210Z Checking inout v0.1.4
22182026-03-21T00:20:35.281Z Checking hmac v0.12.1
22192026-03-21T00:20:35.301Z Checking aws-lc-sys v0.37.1
22202026-03-21T00:20:35.321Z Checking aho-corasick v1.1.4
22212026-03-21T00:20:35.385Z Checking powerfmt v0.2.0
22222026-03-21T00:20:35.430Z Checking try-lock v0.2.5
22232026-03-21T00:20:35.450Z Checking openssl-probe v0.2.1
22242026-03-21T00:20:35.554Z Checking tower-service v0.3.3
22252026-03-21T00:20:35.580Z Checking tower-layer v0.3.3
22262026-03-21T00:20:35.583Z Checking untrusted v0.7.1
22272026-03-21T00:20:35.664Z Checking httpdate v1.0.3
22282026-03-21T00:20:35.739Z Checking deranged v0.5.8
22292026-03-21T00:20:35.767Z Checking want v0.3.1
22302026-03-21T00:20:35.844Z Checking cipher v0.4.4
22312026-03-21T00:20:35.920Z Checking rand_core v0.9.5
22322026-03-21T00:20:35.955Z Checking time-core v0.1.8
22332026-03-21T00:20:36.004Z Checking aws-lc-rs v1.16.0
22342026-03-21T00:20:36.115Z Checking base64ct v1.8.3
22352026-03-21T00:20:36.154Z Checking num_threads v0.1.7
22362026-03-21T00:20:36.175Z Checking num-conv v0.2.0
22372026-03-21T00:20:36.256Z Checking regex-automata v0.4.14
22382026-03-21T00:20:36.276Z Checking pin-utils v0.1.0
22392026-03-21T00:20:36.327Z Checking sha2 v0.10.9
22402026-03-21T00:20:36.364Z Checking erased-serde v0.3.31
22412026-03-21T00:20:36.433Z Checking pretty-hex v0.4.1
22422026-03-21T00:20:36.588Z Checking rand_chacha v0.9.0
22432026-03-21T00:20:36.696Z Checking ryu v1.0.23
22442026-03-21T00:20:36.771Z Checking tokio-util v0.7.18
22452026-03-21T00:20:36.844Z Checking fastrand v2.3.0
22462026-03-21T00:20:36.869Z Checking rand v0.9.2
22472026-03-21T00:20:36.934Z Checking slog v2.8.2
22482026-03-21T00:20:37.051Z Checking time v0.3.47
22492026-03-21T00:20:37.079Z Checking pem-rfc7468 v0.7.0
22502026-03-21T00:20:37.166Z Checking rustls-webpki v0.103.9
22512026-03-21T00:20:37.279Z Checking rustls-native-certs v0.8.3
22522026-03-21T00:20:37.300Z Checking ipnetwork v0.21.1
22532026-03-21T00:20:37.318Z Checking http-body-util v0.1.3
22542026-03-21T00:20:37.441Z Checking sync_wrapper v1.0.2
22552026-03-21T00:20:37.499Z Checking spin v0.9.8
22562026-03-21T00:20:37.571Z Checking plain v0.2.3
22572026-03-21T00:20:37.571Z Checking flagset v0.4.7
22582026-03-21T00:20:37.611Z Checking h2 v0.4.13
22592026-03-21T00:20:37.639Z Checking tower v0.5.3
22602026-03-21T00:20:37.703Z Checking serde_urlencoded v0.7.1
22612026-03-21T00:20:37.724Z Checking rustls v0.23.37
22622026-03-21T00:20:37.746Z Checking der v0.7.10
22632026-03-21T00:20:37.763Z Checking rand_chacha v0.3.1
22642026-03-21T00:20:37.971Z Checking webpki-roots v1.0.6
22652026-03-21T00:20:38.040Z Checking tinyvec_macros v0.1.1
22662026-03-21T00:20:38.123Z Checking ucd-trie v0.1.7
22672026-03-21T00:20:38.142Z Checking iri-string v0.7.10
22682026-03-21T00:20:38.164Z Checking tinyvec v1.10.0
22692026-03-21T00:20:38.290Z Checking pest v2.8.6
22702026-03-21T00:20:38.584Z Checking rand v0.8.5
22712026-03-21T00:20:38.610Z Checking tempfile v3.25.0
22722026-03-21T00:20:38.738Z Checking salsa20 v0.10.2
22732026-03-21T00:20:38.761Z Checking spki v0.7.3
22742026-03-21T00:20:38.860Z Checking pbkdf2 v0.12.2
22752026-03-21T00:20:38.906Z Checking unicode-width v0.2.0
22762026-03-21T00:20:38.970Z Checking foreign-types-shared v0.1.1
22772026-03-21T00:20:38.999Z Checking scrypt v0.11.0
22782026-03-21T00:20:39.074Z Checking foreign-types v0.3.2
22792026-03-21T00:20:39.160Z Checking regex v1.12.3
22802026-03-21T00:20:39.179Z Checking aes v0.8.4
22812026-03-21T00:20:39.225Z Checking cbc v0.1.2
22822026-03-21T00:20:39.281Z Checking anyhow v1.0.102
22832026-03-21T00:20:39.386Z Checking openssl-sys v0.9.111
22842026-03-21T00:20:39.534Z Checking crossbeam-utils v0.8.21
22852026-03-21T00:20:39.555Z Checking oxnet v0.1.4
22862026-03-21T00:20:39.587Z Checking tower-http v0.6.8
22872026-03-21T00:20:39.704Z Checking pkcs5 v0.7.1
22882026-03-21T00:20:39.755Z Checking mime v0.3.17
22892026-03-21T00:20:39.861Z Checking openapiv3 v2.2.0
22902026-03-21T00:20:39.956Z Checking scroll v0.12.0
22912026-03-21T00:20:39.986Z Checking encoding_rs v0.8.35
22922026-03-21T00:20:39.989Z Checking siphasher v1.0.2
22932026-03-21T00:20:40.027Z Checking openssl v0.10.75
22942026-03-21T00:20:40.045Z Checking pkcs8 v0.10.2
22952026-03-21T00:20:40.193Z Checking winnow v0.7.14
22962026-03-21T00:20:40.257Z Checking data-encoding v2.10.0
22972026-03-21T00:20:40.276Z Checking goblin v0.8.2
22982026-03-21T00:20:40.616Z Checking lazy_static v1.5.0
22992026-03-21T00:20:40.728Z Checking zerocopy v0.7.35
23002026-03-21T00:20:40.921Z Checking tokio-rustls v0.26.4
23012026-03-21T00:20:41.171Z Checking hyper v1.8.1
23022026-03-21T00:20:41.219Z Checking wait-timeout v0.2.1
23032026-03-21T00:20:41.315Z Checking bitflags v1.3.2
23042026-03-21T00:20:41.374Z Checking anstyle v1.0.13
23052026-03-21T00:20:41.408Z Checking either v1.15.0
23062026-03-21T00:20:41.429Z Checking bit-vec v0.8.0
23072026-03-21T00:20:41.616Z Checking managed v0.8.0
23082026-03-21T00:20:41.656Z Checking quick-error v1.2.3
23092026-03-21T00:20:41.661Z Checking psl-types v2.0.11
23102026-03-21T00:20:41.724Z Checking utf8parse v0.2.2
23112026-03-21T00:20:41.781Z Checking rusty-fork v0.3.1
23122026-03-21T00:20:41.819Z Checking publicsuffix v2.3.0
23132026-03-21T00:20:41.823Z Checking anstyle-parse v0.2.7
23142026-03-21T00:20:41.859Z Checking bit-set v0.8.0
23152026-03-21T00:20:41.863Z Checking dtrace-parser v0.2.0
23162026-03-21T00:20:41.998Z Checking cookie v0.18.1
23172026-03-21T00:20:42.015Z Checking unicode-normalization v0.1.25
23182026-03-21T00:20:42.038Z Checking rand_xorshift v0.4.0
23192026-03-21T00:20:42.056Z Checking sha1 v0.10.6
23202026-03-21T00:20:42.185Z Checking thread-id v4.2.2
23212026-03-21T00:20:42.190Z Checking unarray v0.1.4
23222026-03-21T00:20:42.259Z Checking is_terminal_polyfill v1.70.2
23232026-03-21T00:20:42.285Z Checking colorchoice v1.0.4
23242026-03-21T00:20:42.301Z Checking anstyle-query v1.1.5
23252026-03-21T00:20:42.334Z Checking proptest v1.10.0
23262026-03-21T00:20:42.369Z Checking cookie_store v0.22.1
23272026-03-21T00:20:42.390Z Checking hyper-util v0.1.20
23282026-03-21T00:20:42.409Z Checking rustls-platform-verifier v0.6.2
23292026-03-21T00:20:42.429Z Checking anstream v0.6.21
23302026-03-21T00:20:42.544Z Checking crossbeam-epoch v0.9.18
23312026-03-21T00:20:42.580Z Checking terminal_size v0.4.3
23322026-03-21T00:20:42.690Z Checking scroll v0.13.0
23332026-03-21T00:20:42.725Z Checking hex v0.4.3
23342026-03-21T00:20:42.797Z Checking num-integer v0.1.46
23352026-03-21T00:20:42.838Z Checking simd-adler32 v0.3.8
23362026-03-21T00:20:42.858Z Checking native-tls v0.2.18
23372026-03-21T00:20:42.910Z Checking dof v0.3.0
23382026-03-21T00:20:42.991Z Checking goblin v0.10.5
23392026-03-21T00:20:43.029Z Checking crossbeam-deque v0.8.6
23402026-03-21T00:20:43.059Z Checking bstr v1.12.1
23412026-03-21T00:20:43.087Z Checking tokio-native-tls v0.3.1
23422026-03-21T00:20:43.106Z Checking ref-cast v1.0.25
23432026-03-21T00:20:43.227Z Checking rustix v0.38.44
23442026-03-21T00:20:43.247Z Checking camino v1.2.2
23452026-03-21T00:20:43.281Z Checking usdt-impl v0.5.0
23462026-03-21T00:20:43.301Z Checking crc32fast v1.5.0
23472026-03-21T00:20:43.478Z Checking signature v2.2.0
23482026-03-21T00:20:43.591Z Checking toml_datetime v0.6.11
23492026-03-21T00:20:43.595Z Checking serde_spanned v0.6.9
23502026-03-21T00:20:43.638Z Checking ff v0.13.1
23512026-03-21T00:20:43.643Z Checking adler2 v2.0.1
23522026-03-21T00:20:43.766Z Checking unicode-properties v0.1.4
23532026-03-21T00:20:43.796Z Checking unicode-bidi v0.3.18
23542026-03-21T00:20:43.801Z Checking clap_lex v1.0.0
23552026-03-21T00:20:43.835Z Checking strsim v0.11.1
23562026-03-21T00:20:44.007Z Checking base16ct v0.2.0
23572026-03-21T00:20:44.011Z Checking miniz_oxide v0.8.9
23582026-03-21T00:20:44.047Z Checking clap_builder v4.5.60
23592026-03-21T00:20:44.050Z Checking hyper-rustls v0.27.7
23602026-03-21T00:20:44.167Z Checking hyper-tls v0.6.0
23612026-03-21T00:20:44.186Z Checking stringprep v0.1.5
23622026-03-21T00:20:44.332Z Checking reqwest v0.13.2
23632026-03-21T00:20:44.355Z Checking sec1 v0.7.3
23642026-03-21T00:20:44.380Z Checking group v0.13.0
23652026-03-21T00:20:44.400Z Checking reqwest v0.12.28
23662026-03-21T00:20:44.490Z Checking rayon-core v1.13.0
23672026-03-21T00:20:44.566Z Checking num-iter v0.1.45
23682026-03-21T00:20:44.615Z Checking toml_parser v1.0.9+spec-1.1.0
23692026-03-21T00:20:44.709Z Checking dtrace-parser v0.3.0
23702026-03-21T00:20:44.835Z Checking newtype-uuid v1.3.2
23712026-03-21T00:20:44.919Z Checking hkdf v0.12.4
23722026-03-21T00:20:45.018Z Checking strum v0.26.3
23732026-03-21T00:20:45.051Z Checking zstd-sys v2.0.16+zstd.1.5.7
23742026-03-21T00:20:45.088Z Checking hash32 v0.2.1
23752026-03-21T00:20:45.091Z Checking daft v0.1.5
23762026-03-21T00:20:45.154Z Checking md-5 v0.10.6
23772026-03-21T00:20:45.195Z Checking crypto-bigint v0.5.5
23782026-03-21T00:20:45.297Z Checking toml_datetime v0.7.5+spec-1.1.0
23792026-03-21T00:20:45.324Z Checking thread-id v5.1.0
23802026-03-21T00:20:45.416Z Checking zlib-rs v0.6.2
23812026-03-21T00:20:45.436Z Checking fallible-iterator v0.2.0
23822026-03-21T00:20:45.457Z Checking unicode-segmentation v1.12.0
23832026-03-21T00:20:45.560Z Checking heapless v0.7.17
23842026-03-21T00:20:45.565Z Checking zstd-safe v7.2.4
23852026-03-21T00:20:45.718Z Checking clap v4.5.60
23862026-03-21T00:20:45.763Z Checking rayon v1.11.0
23872026-03-21T00:20:45.800Z Checking postgres-protocol v0.6.10
23882026-03-21T00:20:45.819Z Checking itertools v0.12.1
23892026-03-21T00:20:45.869Z Checking phf_shared v0.13.1
23902026-03-21T00:20:46.089Z Checking console v0.16.2
23912026-03-21T00:20:46.150Z Checking curve25519-dalek v4.1.3
23922026-03-21T00:20:46.170Z Checking dof v0.4.0
23932026-03-21T00:20:46.220Z Checking memoffset v0.9.1
23942026-03-21T00:20:46.322Z Checking bzip2-sys v0.1.13+1.0.8
23952026-03-21T00:20:46.430Z Checking signal-hook v0.3.18
23962026-03-21T00:20:46.499Z Checking memmap2 v0.9.10
23972026-03-21T00:20:46.527Z Checking elliptic-curve v0.13.8
23982026-03-21T00:20:46.660Z Checking flate2 v1.1.9
23992026-03-21T00:20:46.679Z Checking toml_write v0.1.2
24002026-03-21T00:20:46.704Z Checking foldhash v0.1.5
24012026-03-21T00:20:46.874Z Checking unit-prefix v0.5.2
24022026-03-21T00:20:46.895Z Checking fixedbitset v0.4.2
24032026-03-21T00:20:46.930Z Checking bumpalo v3.20.2
24042026-03-21T00:20:47.029Z Checking libbz2-rs-sys v0.2.2
24052026-03-21T00:20:47.032Z Checking usdt-impl v0.6.0
24062026-03-21T00:20:47.068Z Checking winnow v0.5.40
24072026-03-21T00:20:47.092Z Checking petgraph v0.6.5
24082026-03-21T00:20:47.187Z Checking zopfli v0.8.3
24092026-03-21T00:20:47.209Z Checking zone v0.3.1
24102026-03-21T00:20:47.212Z Checking toml_edit v0.22.27
24112026-03-21T00:20:47.409Z Checking usdt v0.6.0
24122026-03-21T00:20:47.543Z Checking bzip2 v0.6.1
24132026-03-21T00:20:47.611Z Checking hashbrown v0.15.5
24142026-03-21T00:20:47.615Z Checking signal-hook-mio v0.2.5
24152026-03-21T00:20:47.674Z Checking bzip2 v0.4.4
24162026-03-21T00:20:47.752Z Checking nix v0.31.1
24172026-03-21T00:20:47.773Z Checking postgres-types v0.2.12
24182026-03-21T00:20:47.795Z Checking indicatif v0.18.4
24192026-03-21T00:20:47.880Z Checking phf v0.13.1
24202026-03-21T00:20:48.073Z Checking smoltcp v0.9.1
24212026-03-21T00:20:48.185Z Checking similar v2.7.0
24222026-03-21T00:20:48.244Z Checking zstd v0.13.3
24232026-03-21T00:20:48.283Z Checking num-bigint-dig v0.8.6
24242026-03-21T00:20:48.491Z Checking ed25519 v2.2.3
24252026-03-21T00:20:48.619Z Checking toml_edit v0.19.15
24262026-03-21T00:20:48.689Z Checking pkcs1 v0.7.5
24272026-03-21T00:20:48.720Z Checking phf_shared v0.11.3
24282026-03-21T00:20:48.740Z Checking tokio-stream v0.1.18
24292026-03-21T00:20:48.809Z Checking strum v0.27.2
24302026-03-21T00:20:48.878Z Checking hubpack v0.1.2
24312026-03-21T00:20:48.907Z Checking rfc6979 v0.4.0
24322026-03-21T00:20:48.943Z Checking serde-big-array v0.5.1
24332026-03-21T00:20:48.963Z Checking float-cmp v0.10.0
24342026-03-21T00:20:49.049Z Checking env_filter v1.0.0
24352026-03-21T00:20:49.091Z Checking static_assertions v1.1.0
24362026-03-21T00:20:49.146Z Checking jiff v0.2.21
24372026-03-21T00:20:49.150Z Checking new_debug_unreachable v1.0.6
24382026-03-21T00:20:49.155Z Checking predicates-core v1.0.10
24392026-03-21T00:20:49.179Z Checking difflib v0.4.0
24402026-03-21T00:20:49.215Z Checking fixedbitset v0.5.7
24412026-03-21T00:20:49.236Z Checking rustc-hash v2.1.1
24422026-03-21T00:20:49.256Z Checking normalize-line-endings v0.3.0
24432026-03-21T00:20:49.304Z Checking whoami v2.1.0
24442026-03-21T00:20:49.366Z Checking precomputed-hash v0.1.1
24452026-03-21T00:20:49.386Z Checking keccak v0.1.6
24462026-03-21T00:20:49.411Z Checking predicates v3.1.4
24472026-03-21T00:20:49.432Z Checking rsa v0.9.10
24482026-03-21T00:20:49.471Z Checking string_cache v0.8.9
24492026-03-21T00:20:49.475Z Checking petgraph v0.8.3
24502026-03-21T00:20:49.556Z Checking tokio-postgres v0.7.16
24512026-03-21T00:20:49.596Z Checking sha3 v0.10.8
24522026-03-21T00:20:49.705Z Checking iddqd v0.3.17
24532026-03-21T00:20:49.808Z Checking env_logger v0.11.9
24542026-03-21T00:20:49.867Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24552026-03-21T00:20:50.042Z Checking toml v0.7.8
24562026-03-21T00:20:50.063Z Checking ecdsa v0.16.9
24572026-03-21T00:20:50.066Z Checking ed25519-dalek v2.2.0
24582026-03-21T00:20:50.378Z Checking zip v0.6.6
24592026-03-21T00:20:50.476Z Checking crossterm v0.28.1
24602026-03-21T00:20:50.923Z Checking serde_with v3.17.0
24612026-03-21T00:20:50.926Z Checking itertools v0.13.0
24622026-03-21T00:20:50.926Z Checking hickory-proto v0.25.2
24632026-03-21T00:20:51.221Z Checking x509-cert v0.2.5
24642026-03-21T00:20:51.459Z Checking fs-err v3.3.0
24652026-03-21T00:20:51.691Z Checking ahash v0.8.12
24662026-03-21T00:20:51.841Z Checking object v0.37.3
24672026-03-21T00:20:51.951Z Checking buf-list v1.1.2
24682026-03-21T00:20:52.101Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24692026-03-21T00:20:52.188Z Checking peg-runtime v0.8.5
24702026-03-21T00:20:52.211Z Checking zip v4.6.1
24712026-03-21T00:20:52.231Z Checking lalrpop-util v0.19.12
24722026-03-21T00:20:52.371Z Compiling structmeta-derive v0.3.0
24732026-03-21T00:20:52.438Z Compiling rustls v0.22.4
24742026-03-21T00:20:52.458Z Compiling newtype-uuid-macros v0.1.0
24752026-03-21T00:20:52.524Z Compiling multer v3.1.0
24762026-03-21T00:20:52.683Z Compiling async-stream-impl v0.3.6
24772026-03-21T00:20:52.822Z Checking futures-executor v0.3.32
24782026-03-21T00:20:52.957Z Checking regress v0.10.5
24792026-03-21T00:20:53.009Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24802026-03-21T00:20:53.448Z Compiling dropshot v0.16.7
24812026-03-21T00:20:53.469Z Checking futures v0.3.32
24822026-03-21T00:20:53.502Z Compiling dropshot_endpoint v0.16.7
24832026-03-21T00:20:53.564Z Checking thread_local v1.1.9
24842026-03-21T00:20:53.748Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24852026-03-21T00:20:53.777Z Checking crossbeam-channel v0.5.15
24862026-03-21T00:20:53.807Z Compiling structmeta v0.3.0
24872026-03-21T00:20:54.076Z Compiling derive-ex v0.1.8
24882026-03-21T00:20:54.204Z Checking is-terminal v0.4.17
24892026-03-21T00:20:54.228Z Checking take_mut v0.2.2
24902026-03-21T00:20:54.318Z Checking term v1.2.1
24912026-03-21T00:20:54.361Z Checking slog-async v2.8.0
24922026-03-21T00:20:54.586Z Compiling parse-display-derive v0.10.0
24932026-03-21T00:20:54.609Z Checking slog-term v2.9.2
24942026-03-21T00:20:54.634Z Checking rustls-webpki v0.102.8
24952026-03-21T00:20:54.880Z Checking serde_spanned v1.0.4
24962026-03-21T00:20:54.949Z Checking match_cfg v0.1.0
24972026-03-21T00:20:55.039Z Checking toml_writer v1.0.6+spec-1.1.0
24982026-03-21T00:20:55.058Z Checking debug-ignore v1.0.5
24992026-03-21T00:20:55.090Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25002026-03-21T00:20:55.185Z Checking hostname v0.3.1
25012026-03-21T00:20:55.207Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25022026-03-21T00:20:55.277Z Checking toml v0.9.12+spec-1.1.0
25032026-03-21T00:20:55.307Z Checking slog-json v2.6.1
25042026-03-21T00:20:55.387Z Checking macaddr v1.0.1
25052026-03-21T00:20:55.668Z Checking slog-bunyan v2.5.0
25062026-03-21T00:20:55.673Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25072026-03-21T00:20:55.673Z Checking async-stream v0.3.6
25082026-03-21T00:20:55.856Z Checking waitgroup v0.1.2
25092026-03-21T00:20:55.987Z Checking rustls-pemfile v2.2.0
25102026-03-21T00:20:56.090Z Checking serde_path_to_error v0.1.20
25112026-03-21T00:20:56.122Z Checking hostname v0.4.2
25122026-03-21T00:20:56.126Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25132026-03-21T00:20:56.211Z Checking progenitor-client v0.13.0
25142026-03-21T00:20:56.255Z Checking progenitor-client v0.10.0
25152026-03-21T00:20:56.287Z Compiling itertools v0.14.0
25162026-03-21T00:20:56.433Z Compiling test-strategy v0.4.5
25172026-03-21T00:20:56.471Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25182026-03-21T00:20:56.513Z Checking backon v1.6.0
25192026-03-21T00:20:56.554Z Checking instant v0.1.13
25202026-03-21T00:20:56.668Z Checking backoff v0.4.0
25212026-03-21T00:20:56.731Z Checking progenitor-extras v0.1.1
25222026-03-21T00:20:56.894Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25232026-03-21T00:20:56.898Z Checking parse-display v0.10.0
25242026-03-21T00:20:57.021Z Checking heck v0.5.0
25252026-03-21T00:20:57.150Z Checking tokio-rustls v0.25.0
25262026-03-21T00:20:57.293Z Compiling toml_edit v0.23.10+spec-1.0.0
25272026-03-21T00:20:57.334Z Compiling heapless v0.8.0
25282026-03-21T00:20:57.525Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25292026-03-21T00:20:57.702Z Compiling crucible-workspace-hack v0.1.0
25302026-03-21T00:20:57.781Z Compiling convert_case v0.4.0
25312026-03-21T00:20:58.000Z Compiling ingot-macros v0.1.1
25322026-03-21T00:20:58.192Z Compiling proc-macro-crate v3.4.0
25332026-03-21T00:20:58.212Z Checking hash32 v0.3.1
25342026-03-21T00:20:58.291Z Compiling derive_more v0.99.20
25352026-03-21T00:20:58.372Z Checking secrecy v0.10.3
25362026-03-21T00:20:58.484Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25372026-03-21T00:20:58.525Z Compiling prettyplease v0.2.37
25382026-03-21T00:20:58.775Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25392026-03-21T00:20:58.794Z Compiling smoltcp v0.11.0
25402026-03-21T00:20:58.926Z Compiling num_enum_derive v0.7.5
25412026-03-21T00:20:59.133Z Compiling typify-impl v0.6.1
25422026-03-21T00:20:59.260Z Checking tabwriter v1.4.1
25432026-03-21T00:20:59.448Z Checking cobs v0.3.0
25442026-03-21T00:20:59.515Z Compiling foreign-types-macros v0.2.3
25452026-03-21T00:20:59.730Z Checking foreign-types-shared v0.3.1
25462026-03-21T00:20:59.844Z Checking cpufeatures v0.3.0
25472026-03-21T00:20:59.876Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25482026-03-21T00:20:59.936Z Compiling unsafe-libyaml v0.2.11
25492026-03-21T00:21:00.278Z Checking foreign-types v0.5.0
25502026-03-21T00:21:00.316Z Checking chacha20 v0.10.0
25512026-03-21T00:21:00.337Z Checking num_enum v0.7.5
25522026-03-21T00:21:00.597Z Checking postcard v1.1.3
25532026-03-21T00:21:00.657Z Compiling serde_yaml v0.9.34+deprecated
25542026-03-21T00:21:01.584Z Compiling proc-macro-crate v1.3.1
25552026-03-21T00:21:01.838Z Checking ingot-types v0.1.2
25562026-03-21T00:21:01.912Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25572026-03-21T00:21:02.141Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25582026-03-21T00:21:02.333Z Checking ingot v0.1.1
25592026-03-21T00:21:02.424Z Checking cstr-argument v0.1.2
25602026-03-21T00:21:02.444Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25612026-03-21T00:21:02.577Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25622026-03-21T00:21:02.645Z Checking colored v3.1.1
25632026-03-21T00:21:02.716Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25642026-03-21T00:21:02.741Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25652026-03-21T00:21:02.830Z Compiling num_enum_derive v0.5.11
25662026-03-21T00:21:02.932Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25672026-03-21T00:21:03.085Z Checking rand v0.10.0
25682026-03-21T00:21:04.072Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25692026-03-21T00:21:04.514Z Checking num_enum v0.5.11
25702026-03-21T00:21:04.596Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25712026-03-21T00:21:05.061Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25722026-03-21T00:21:05.439Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25732026-03-21T00:21:05.545Z Compiling typify-macro v0.6.1
25742026-03-21T00:21:05.568Z Compiling typify-impl v0.4.3
25752026-03-21T00:21:05.747Z Checking camino-tempfile v1.4.1
25762026-03-21T00:21:05.778Z Checking num-rational v0.4.2
25772026-03-21T00:21:06.212Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25782026-03-21T00:21:06.361Z Checking half v2.7.1
25792026-03-21T00:21:06.517Z Compiling thiserror-impl-no-std v2.0.2
25802026-03-21T00:21:06.563Z Checking universal-hash v0.5.1
25812026-03-21T00:21:06.724Z Checking num-complex v0.4.6
25822026-03-21T00:21:06.727Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25832026-03-21T00:21:07.044Z Checking opaque-debug v0.3.1
25842026-03-21T00:21:07.135Z Checking ciborium-io v0.2.2
25852026-03-21T00:21:07.204Z Checking poly1305 v0.8.0
25862026-03-21T00:21:07.246Z Checking num v0.4.3
25872026-03-21T00:21:07.250Z Checking ciborium-ll v0.2.2
25882026-03-21T00:21:07.357Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25892026-03-21T00:21:07.377Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25902026-03-21T00:21:07.470Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25912026-03-21T00:21:07.540Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25922026-03-21T00:21:07.766Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25932026-03-21T00:21:07.923Z Compiling typify v0.6.1
25942026-03-21T00:21:08.068Z Checking toml v0.8.23
25952026-03-21T00:21:08.126Z Checking thiserror-no-std v2.0.2
25962026-03-21T00:21:08.134Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25972026-03-21T00:21:08.369Z Checking password-hash v0.5.0
25982026-03-21T00:21:08.512Z Checking chacha20 v0.9.1
25992026-03-21T00:21:08.692Z Compiling usdt-macro v0.5.0
26002026-03-21T00:21:08.765Z Compiling usdt-attr-macro v0.5.0
26012026-03-21T00:21:09.046Z Checking smf v0.2.3
26022026-03-21T00:21:09.357Z Checking blake2 v0.10.6
26032026-03-21T00:21:09.502Z Checking aead v0.5.2
26042026-03-21T00:21:09.546Z Checking memmap v0.7.0
26052026-03-21T00:21:09.631Z Checking sigpipe v0.1.3
26062026-03-21T00:21:09.691Z Compiling num-derive v0.4.2
26072026-03-21T00:21:09.710Z Checking float-ord v0.3.2
26082026-03-21T00:21:09.730Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26092026-03-21T00:21:09.776Z Checking glob v0.3.3
26102026-03-21T00:21:09.843Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26112026-03-21T00:21:09.986Z Checking usdt v0.5.0
26122026-03-21T00:21:10.014Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26132026-03-21T00:21:10.222Z Checking chacha20poly1305 v0.10.1
26142026-03-21T00:21:10.242Z Checking argon2 v0.5.3
26152026-03-21T00:21:10.382Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26162026-03-21T00:21:10.434Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26172026-03-21T00:21:10.629Z Checking vsss-rs v3.3.4
26182026-03-21T00:21:10.650Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26192026-03-21T00:21:10.821Z Compiling progenitor-impl v0.13.0
26202026-03-21T00:21:10.904Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26212026-03-21T00:21:11.402Z Checking ciborium v0.2.2
26222026-03-21T00:21:11.488Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26232026-03-21T00:21:11.629Z Checking indent_write v2.2.0
26242026-03-21T00:21:11.700Z Compiling semver v0.1.20
26252026-03-21T00:21:11.956Z Checking whoami v1.6.1
26262026-03-21T00:21:11.975Z Compiling typify-macro v0.4.3
26272026-03-21T00:21:11.997Z Compiling rustc_version v0.1.7
26282026-03-21T00:21:12.000Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26292026-03-21T00:21:12.297Z Compiling pin-project-internal v1.1.11
26302026-03-21T00:21:12.366Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26312026-03-21T00:21:13.132Z Checking swrite v0.1.0
26322026-03-21T00:21:13.250Z Checking linked-hash-map v0.5.6
26332026-03-21T00:21:13.270Z Compiling minimal-lexical v0.2.1
26342026-03-21T00:21:13.476Z Checking lru-cache v0.1.2
26352026-03-21T00:21:13.600Z Compiling nom v7.1.3
26362026-03-21T00:21:13.631Z Compiling newtype_derive v0.1.6
26372026-03-21T00:21:13.806Z Checking pin-project v1.1.11
26382026-03-21T00:21:13.930Z Checking newline-converter v0.3.0
26392026-03-21T00:21:14.074Z Checking atomicwrites v0.4.4
26402026-03-21T00:21:14.240Z Checking hickory-proto v0.24.4
26412026-03-21T00:21:14.273Z Compiling typify v0.4.3
26422026-03-21T00:21:14.403Z Compiling progenitor-macro v0.13.0
26432026-03-21T00:21:14.423Z Checking phf_shared v0.12.1
26442026-03-21T00:21:14.520Z Checking console v0.15.11
26452026-03-21T00:21:14.601Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26462026-03-21T00:21:14.621Z Checking pem v3.0.6
26472026-03-21T00:21:14.891Z Checking csv-core v0.1.13
26482026-03-21T00:21:15.130Z Compiling snafu-derive v0.8.9
26492026-03-21T00:21:15.453Z Compiling derive-where v1.6.0
26502026-03-21T00:21:15.528Z Compiling async-recursion v1.1.1
26512026-03-21T00:21:16.425Z Compiling slog-dtrace v0.3.0
26522026-03-21T00:21:16.668Z Checking resolv-conf v0.7.6
26532026-03-21T00:21:16.710Z Checking same-file v1.0.6
26542026-03-21T00:21:16.868Z Checking unicode-width v0.1.14
26552026-03-21T00:21:16.910Z Compiling owo-colors v4.3.0
26562026-03-21T00:21:17.208Z Compiling chrono-tz v0.10.4
26572026-03-21T00:21:17.301Z Checking highway v1.3.0
26582026-03-21T00:21:17.327Z Compiling cancel-safe-futures v0.1.5
26592026-03-21T00:21:17.524Z Compiling const_format_proc_macros v0.2.34
26602026-03-21T00:21:17.583Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26612026-03-21T00:21:17.603Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26622026-03-21T00:21:17.653Z Checking hickory-resolver v0.24.4
26632026-03-21T00:21:17.802Z Checking snafu v0.8.9
26642026-03-21T00:21:18.119Z Checking walkdir v2.5.0
26652026-03-21T00:21:18.399Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26662026-03-21T00:21:18.612Z Checking csv v1.4.0
26672026-03-21T00:21:18.615Z Checking expectorate v1.2.0
26682026-03-21T00:21:18.695Z Checking phf v0.12.1
26692026-03-21T00:21:18.883Z Compiling progenitor-impl v0.10.0
26702026-03-21T00:21:19.041Z Checking tokio-dtrace v0.1.1
26712026-03-21T00:21:19.084Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26722026-03-21T00:21:19.107Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26732026-03-21T00:21:19.275Z Checking globset v0.4.18
26742026-03-21T00:21:19.454Z Checking olpc-cjson v0.1.4
26752026-03-21T00:21:19.519Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26762026-03-21T00:21:19.617Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26772026-03-21T00:21:19.637Z Checking libsw-core v0.3.2
26782026-03-21T00:21:19.782Z Checking serde_plain v1.0.2
26792026-03-21T00:21:19.824Z Checking arc-swap v1.8.2
26802026-03-21T00:21:19.949Z Compiling lzma-sys v0.1.20
26812026-03-21T00:21:19.977Z Checking bytecount v0.6.9
26822026-03-21T00:21:20.109Z Checking typed-path v0.9.3
26832026-03-21T00:21:20.403Z Checking utf-8 v0.7.6
26842026-03-21T00:21:20.577Z Checking tungstenite v0.21.0
26852026-03-21T00:21:21.073Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26862026-03-21T00:21:21.202Z Checking slog-scope v4.4.1
26872026-03-21T00:21:21.256Z Checking tough v0.20.0
26882026-03-21T00:21:21.332Z Checking papergrid v0.11.0
26892026-03-21T00:21:21.376Z Checking libsw v3.5.0
26902026-03-21T00:21:21.512Z Checking progenitor v0.13.0
26912026-03-21T00:21:21.570Z Checking oxide-tokio-rt v0.1.3
26922026-03-21T00:21:21.688Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26932026-03-21T00:21:21.789Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26942026-03-21T00:21:22.188Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26952026-03-21T00:21:22.329Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26962026-03-21T00:21:22.525Z Compiling progenitor-macro v0.10.0
26972026-03-21T00:21:23.407Z Checking qorb v0.4.1
26982026-03-21T00:21:23.427Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26992026-03-21T00:21:23.493Z Checking const_format v0.2.35
27002026-03-21T00:21:23.921Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27012026-03-21T00:21:23.976Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27022026-03-21T00:21:24.027Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27032026-03-21T00:21:24.077Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27042026-03-21T00:21:24.510Z Compiling cargo_toml v0.22.3
27052026-03-21T00:21:24.613Z Checking gethostname v0.5.0
27062026-03-21T00:21:24.670Z Compiling tabled_derive v0.7.0
27072026-03-21T00:21:24.690Z Checking bcs v0.1.6
27082026-03-21T00:21:24.727Z Checking smawk v0.3.2
27092026-03-21T00:21:24.892Z Checking linear-map v1.2.0
27102026-03-21T00:21:24.938Z Checking unicode-linebreak v0.1.5
27112026-03-21T00:21:24.995Z Checking termtree v0.5.1
27122026-03-21T00:21:25.120Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27132026-03-21T00:21:25.175Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27142026-03-21T00:21:25.216Z Checking textwrap v0.16.2
27152026-03-21T00:21:25.500Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27162026-03-21T00:21:25.683Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27172026-03-21T00:21:25.974Z Checking tabled v0.15.0
27182026-03-21T00:21:26.602Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27192026-03-21T00:21:26.845Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27202026-03-21T00:21:26.875Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27212026-03-21T00:21:27.099Z Checking steno v0.4.1
27222026-03-21T00:21:27.121Z Checking slog-stdlog v4.1.1
27232026-03-21T00:21:27.283Z Checking typeid v1.0.3
27242026-03-21T00:21:27.418Z Checking tokio-tungstenite v0.21.0
27252026-03-21T00:21:27.784Z Checking base64 v0.21.7
27262026-03-21T00:21:27.817Z Checking humantime v2.3.0
27272026-03-21T00:21:28.062Z Checking xz2 v0.1.7
27282026-03-21T00:21:28.107Z Checking ron v0.12.0
27292026-03-21T00:21:28.300Z Checking slog-envlogger v2.2.0
27302026-03-21T00:21:28.453Z Checking yasna v0.5.2
27312026-03-21T00:21:28.487Z Checking headers-core v0.3.0
27322026-03-21T00:21:28.530Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27332026-03-21T00:21:28.621Z Checking filetime v0.2.27
27342026-03-21T00:21:28.726Z Checking base16ct v1.0.0
27352026-03-21T00:21:28.795Z Checking xattr v1.6.1
27362026-03-21T00:21:28.899Z Checking headers v0.4.1
27372026-03-21T00:21:28.964Z Checking tar v0.4.44
27382026-03-21T00:21:28.984Z Checking rcgen v0.12.1
27392026-03-21T00:21:29.115Z Checking subprocess v0.2.15
27402026-03-21T00:21:29.551Z Checking progenitor v0.10.0
27412026-03-21T00:21:29.708Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27422026-03-21T00:21:37.376Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27432026-03-21T00:21:45.604Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27442026-03-21T00:21:47.402Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27452026-03-21T00:21:48.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
27462026-03-21T00:21:49.164Z
27472026-03-21T00:21:49.164Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/257)
27482026-03-21T00:21:49.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492026-03-21T00:21:49.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502026-03-21T00:21:50.192Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27512026-03-21T00:21:51.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.73s
27522026-03-21T00:21:52.127Z
27532026-03-21T00:21:52.127Zinfo: running `cargo check --bins` on nexus-config (51/257)
27542026-03-21T00:21:52.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552026-03-21T00:21:52.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562026-03-21T00:21:52.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572026-03-21T00:21:52.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27582026-03-21T00:21:52.964Z
27592026-03-21T00:21:52.964Zinfo: running `cargo check --bins` on nexus-types (52/257)
27602026-03-21T00:21:53.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612026-03-21T00:21:53.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622026-03-21T00:21:53.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632026-03-21T00:21:53.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27642026-03-21T00:21:53.802Z
27652026-03-21T00:21:53.802Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/257)
27662026-03-21T00:21:54.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672026-03-21T00:21:54.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682026-03-21T00:21:54.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692026-03-21T00:21:54.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27702026-03-21T00:21:54.585Z
27712026-03-21T00:21:54.585Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/257)
27722026-03-21T00:21:55.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732026-03-21T00:21:55.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742026-03-21T00:21:55.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27752026-03-21T00:21:55.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27762026-03-21T00:21:55.371Z
27772026-03-21T00:21:55.371Zinfo: running `cargo check --bins` on cockroach-admin-types (55/257)
27782026-03-21T00:21:56.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792026-03-21T00:21:56.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802026-03-21T00:21:56.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812026-03-21T00:21:56.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27822026-03-21T00:21:56.294Z
27832026-03-21T00:21:56.294Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/257)
27842026-03-21T00:21:56.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852026-03-21T00:21:56.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862026-03-21T00:21:56.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872026-03-21T00:21:56.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27882026-03-21T00:21:56.899Z
27892026-03-21T00:21:56.899Zinfo: running `cargo check --bins` on ereport-types (57/257)
27902026-03-21T00:21:57.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912026-03-21T00:21:57.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922026-03-21T00:21:57.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932026-03-21T00:21:57.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27942026-03-21T00:21:57.675Z
27952026-03-21T00:21:57.675Zinfo: running `cargo check --bins` on gateway-client (58/257)
27962026-03-21T00:21:58.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972026-03-21T00:21:58.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982026-03-21T00:21:58.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992026-03-21T00:21:58.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28002026-03-21T00:21:58.452Z
28012026-03-21T00:21:58.452Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/257)
28022026-03-21T00:21:59.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032026-03-21T00:21:59.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042026-03-21T00:21:59.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28052026-03-21T00:21:59.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28062026-03-21T00:21:59.226Z
28072026-03-21T00:21:59.226Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/257)
28082026-03-21T00:21:59.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092026-03-21T00:21:59.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102026-03-21T00:21:59.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28112026-03-21T00:21:59.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28122026-03-21T00:21:59.999Z
28132026-03-21T00:21:59.999Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/257)
28142026-03-21T00:22:00.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152026-03-21T00:22:00.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162026-03-21T00:22:00.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172026-03-21T00:22:00.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28182026-03-21T00:22:00.769Z
28192026-03-21T00:22:00.769Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/257)
28202026-03-21T00:22:01.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-03-21T00:22:01.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-03-21T00:22:01.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28232026-03-21T00:22:01.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28242026-03-21T00:22:01.541Z
28252026-03-21T00:22:01.542Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/257)
28262026-03-21T00:22:02.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-03-21T00:22:02.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-03-21T00:22:02.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28292026-03-21T00:22:02.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28302026-03-21T00:22:02.352Z
28312026-03-21T00:22:02.352Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/257)
28322026-03-21T00:22:03.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-03-21T00:22:03.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-03-21T00:22:03.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352026-03-21T00:22:03.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28362026-03-21T00:22:03.142Z
28372026-03-21T00:22:03.142Zinfo: running `cargo check --bins` on key-manager-types (65/257)
28382026-03-21T00:22:03.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-03-21T00:22:03.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-03-21T00:22:03.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412026-03-21T00:22:03.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28422026-03-21T00:22:03.906Z
28432026-03-21T00:22:03.906Zinfo: running `cargo check --bins` on oxlog (66/257)
28442026-03-21T00:22:04.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-03-21T00:22:04.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-03-21T00:22:04.716Z Compiling newtype-uuid v1.3.2
28472026-03-21T00:22:04.974Z Compiling daft v0.1.5
28482026-03-21T00:22:05.233Z Compiling iddqd v0.3.17
28492026-03-21T00:22:06.489Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28502026-03-21T00:22:06.770Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28512026-03-21T00:22:07.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28522026-03-21T00:22:07.322Z
28532026-03-21T00:22:07.322Zinfo: running `cargo check --bins` on internal-dns-types (67/257)
28542026-03-21T00:22:07.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-03-21T00:22:08.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-03-21T00:22:08.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572026-03-21T00:22:08.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28582026-03-21T00:22:08.107Z
28592026-03-21T00:22:08.107Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/257)
28602026-03-21T00:22:08.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-03-21T00:22:08.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-03-21T00:22:08.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632026-03-21T00:22:08.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28642026-03-21T00:22:08.892Z
28652026-03-21T00:22:08.892Zinfo: running `cargo check --bins` on nexus-types-versions (69/257)
28662026-03-21T00:22:09.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672026-03-21T00:22:09.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682026-03-21T00:22:09.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692026-03-21T00:22:09.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28702026-03-21T00:22:09.705Z
28712026-03-21T00:22:09.705Zinfo: running `cargo check --bins` on omicron-passwords (70/257)
28722026-03-21T00:22:10.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732026-03-21T00:22:10.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742026-03-21T00:22:10.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752026-03-21T00:22:10.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28762026-03-21T00:22:10.465Z
28772026-03-21T00:22:10.465Zinfo: running `cargo check --bins` on oxql-types (71/257)
28782026-03-21T00:22:11.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-03-21T00:22:11.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-03-21T00:22:11.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812026-03-21T00:22:11.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28822026-03-21T00:22:11.248Z
28832026-03-21T00:22:11.248Zinfo: running `cargo check --bins` on oximeter-types (72/257)
28842026-03-21T00:22:11.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852026-03-21T00:22:11.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862026-03-21T00:22:11.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872026-03-21T00:22:11.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28882026-03-21T00:22:12.026Z
28892026-03-21T00:22:12.026Zinfo: running `cargo check --bins` on oximeter-types-versions (73/257)
28902026-03-21T00:22:12.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912026-03-21T00:22:12.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922026-03-21T00:22:12.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932026-03-21T00:22:12.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28942026-03-21T00:22:12.803Z
28952026-03-21T00:22:12.803Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/257)
28962026-03-21T00:22:13.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972026-03-21T00:22:13.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982026-03-21T00:22:13.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992026-03-21T00:22:13.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29002026-03-21T00:22:13.564Z
29012026-03-21T00:22:13.564Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/257)
29022026-03-21T00:22:14.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032026-03-21T00:22:14.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042026-03-21T00:22:14.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052026-03-21T00:22:14.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29062026-03-21T00:22:14.365Z
29072026-03-21T00:22:14.365Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/257)
29082026-03-21T00:22:15.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092026-03-21T00:22:15.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102026-03-21T00:22:15.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112026-03-21T00:22:15.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29122026-03-21T00:22:15.167Z
29132026-03-21T00:22:15.167Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/257)
29142026-03-21T00:22:15.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152026-03-21T00:22:15.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162026-03-21T00:22:15.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172026-03-21T00:22:15.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29182026-03-21T00:22:15.978Z
29192026-03-21T00:22:15.978Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/257)
29202026-03-21T00:22:16.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-03-21T00:22:16.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-03-21T00:22:16.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232026-03-21T00:22:16.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29242026-03-21T00:22:16.790Z
29252026-03-21T00:22:16.790Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/257)
29262026-03-21T00:22:17.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272026-03-21T00:22:17.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282026-03-21T00:22:17.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292026-03-21T00:22:17.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29302026-03-21T00:22:17.558Z
29312026-03-21T00:22:17.558Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/257)
29322026-03-21T00:22:18.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332026-03-21T00:22:18.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342026-03-21T00:22:18.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352026-03-21T00:22:18.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29362026-03-21T00:22:18.328Z
29372026-03-21T00:22:18.328Zinfo: running `cargo check --bins --no-default-features` on gfss (81/257)
29382026-03-21T00:22:18.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392026-03-21T00:22:19.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402026-03-21T00:22:19.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29412026-03-21T00:22:19.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29422026-03-21T00:22:19.092Z
29432026-03-21T00:22:19.092Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/257)
29442026-03-21T00:22:19.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452026-03-21T00:22:19.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462026-03-21T00:22:19.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29472026-03-21T00:22:19.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29482026-03-21T00:22:19.852Z
29492026-03-21T00:22:19.852Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/257)
29502026-03-21T00:22:20.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512026-03-21T00:22:20.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522026-03-21T00:22:20.736Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29532026-03-21T00:22:21.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
29542026-03-21T00:22:21.621Z
29552026-03-21T00:22:21.621Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/257)
29562026-03-21T00:22:22.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572026-03-21T00:22:22.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582026-03-21T00:22:22.521Z Compiling ar_archive_writer v0.5.1
29592026-03-21T00:22:22.651Z Compiling stacker v0.1.23
29602026-03-21T00:22:22.665Z Compiling cfg_aliases v0.1.1
29612026-03-21T00:22:22.676Z Compiling convert_case v0.10.0
29622026-03-21T00:22:22.714Z Checking fd-lock v4.0.4
29632026-03-21T00:22:22.716Z Checking nibble_vec v0.1.0
29642026-03-21T00:22:22.717Z Checking vte v0.14.1
29652026-03-21T00:22:22.717Z Compiling recursive-proc-macro-impl v0.1.1
29662026-03-21T00:22:22.791Z Compiling nix v0.28.0
29672026-03-21T00:22:22.871Z Checking endian-type v0.1.2
29682026-03-21T00:22:22.932Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29692026-03-21T00:22:22.949Z Checking strip-ansi-escapes v0.2.1
29702026-03-21T00:22:22.991Z Compiling peg-macros v0.8.5
29712026-03-21T00:22:23.032Z Checking radix_trie v0.2.1
29722026-03-21T00:22:23.073Z Compiling derive_more-impl v2.1.1
29732026-03-21T00:22:23.073Z Checking winnow v0.6.26
29742026-03-21T00:22:23.242Z Compiling sqlparser_derive v0.5.0
29752026-03-21T00:22:23.305Z Checking unicode_categories v0.1.1
29762026-03-21T00:22:23.506Z Checking nu-ansi-term v0.50.3
29772026-03-21T00:22:23.546Z Checking home v0.5.12
29782026-03-21T00:22:23.706Z Checking display-error-chain v0.2.2
29792026-03-21T00:22:23.779Z Checking reedline v0.40.0
29802026-03-21T00:22:23.819Z Compiling psm v0.1.30
29812026-03-21T00:22:24.138Z Checking derive_more v2.1.1
29822026-03-21T00:22:24.234Z Checking crossterm v0.29.0
29832026-03-21T00:22:24.516Z Checking peg v0.8.5
29842026-03-21T00:22:24.582Z Checking rustyline v14.0.0
29852026-03-21T00:22:24.632Z Checking sqlformat v0.3.5
29862026-03-21T00:22:24.755Z Checking recursive v0.1.1
29872026-03-21T00:22:24.862Z Checking sqlparser v0.61.0
29882026-03-21T00:22:40.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.95s
29892026-03-21T00:22:40.803Z
29902026-03-21T00:22:40.803Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/257)
29912026-03-21T00:22:41.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922026-03-21T00:22:41.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932026-03-21T00:22:41.776Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29942026-03-21T00:22:46.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s
29952026-03-21T00:22:46.569Z
29962026-03-21T00:22:46.569Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/257)
29972026-03-21T00:22:47.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982026-03-21T00:22:47.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992026-03-21T00:22:47.465Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30002026-03-21T00:22:50.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
30012026-03-21T00:22:50.953Z
30022026-03-21T00:22:50.953Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/257)
30032026-03-21T00:22:51.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042026-03-21T00:22:51.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052026-03-21T00:22:51.856Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30062026-03-21T00:22:56.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
30072026-03-21T00:22:56.436Z
30082026-03-21T00:22:56.436Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/257)
30092026-03-21T00:22:57.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102026-03-21T00:22:57.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112026-03-21T00:22:57.335Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30122026-03-21T00:23:01.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s
30132026-03-21T00:23:01.959Z
30142026-03-21T00:23:01.959Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/257)
30152026-03-21T00:23:02.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162026-03-21T00:23:02.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172026-03-21T00:23:02.857Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30182026-03-21T00:23:06.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s
30192026-03-21T00:23:06.536Z
30202026-03-21T00:23:06.536Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/257)
30212026-03-21T00:23:07.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-03-21T00:23:07.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-03-21T00:23:07.442Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30242026-03-21T00:23:10.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
30252026-03-21T00:23:11.184Z
30262026-03-21T00:23:11.184Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/257)
30272026-03-21T00:23:11.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-03-21T00:23:11.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-03-21T00:23:12.148Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30302026-03-21T00:23:16.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s
30312026-03-21T00:23:16.954Z
30322026-03-21T00:23:16.954Zinfo: running `cargo check --bins` on oximeter (92/257)
30332026-03-21T00:23:17.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-03-21T00:23:17.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-03-21T00:23:17.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-03-21T00:23:17.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30372026-03-21T00:23:17.760Z
30382026-03-21T00:23:17.760Zinfo: running `cargo check --bins` on oximeter-schema (93/257)
30392026-03-21T00:23:18.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-03-21T00:23:18.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-03-21T00:23:18.598Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30422026-03-21T00:23:18.790Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30432026-03-21T00:23:18.810Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30442026-03-21T00:23:19.233Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30452026-03-21T00:23:24.107Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30462026-03-21T00:23:24.526Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30472026-03-21T00:23:26.083Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30482026-03-21T00:23:26.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s
30492026-03-21T00:23:27.314Z
30502026-03-21T00:23:27.314Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/257)
30512026-03-21T00:23:27.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-03-21T00:23:27.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-03-21T00:23:27.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-03-21T00:23:27.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30552026-03-21T00:23:27.966Z
30562026-03-21T00:23:27.966Zinfo: running `cargo check --bins` on oximeter-test-utils (95/257)
30572026-03-21T00:23:28.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-03-21T00:23:28.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-03-21T00:23:28.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-03-21T00:23:28.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30612026-03-21T00:23:28.813Z
30622026-03-21T00:23:28.813Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/257)
30632026-03-21T00:23:29.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-03-21T00:23:29.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-03-21T00:23:29.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-03-21T00:23:29.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30672026-03-21T00:23:29.617Z
30682026-03-21T00:23:29.618Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/257)
30692026-03-21T00:23:30.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-03-21T00:23:30.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-03-21T00:23:30.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-03-21T00:23:30.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30732026-03-21T00:23:30.422Z
30742026-03-21T00:23:30.422Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/257)
30752026-03-21T00:23:31.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-03-21T00:23:31.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-03-21T00:23:31.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-03-21T00:23:31.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30792026-03-21T00:23:31.233Z
30802026-03-21T00:23:31.233Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/257)
30812026-03-21T00:23:31.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-03-21T00:23:31.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-03-21T00:23:31.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-03-21T00:23:31.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30852026-03-21T00:23:32.040Z
30862026-03-21T00:23:32.041Zinfo: running `cargo check --bins` on trust-quorum-types (100/257)
30872026-03-21T00:23:32.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-03-21T00:23:32.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-03-21T00:23:32.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-03-21T00:23:32.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30912026-03-21T00:23:32.803Z
30922026-03-21T00:23:32.803Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/257)
30932026-03-21T00:23:33.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-03-21T00:23:33.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-03-21T00:23:33.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-03-21T00:23:33.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30972026-03-21T00:23:33.613Z
30982026-03-21T00:23:33.613Zinfo: running `cargo check --bins` on update-engine (102/257)
30992026-03-21T00:23:34.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-03-21T00:23:34.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-03-21T00:23:34.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-03-21T00:23:34.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31032026-03-21T00:23:34.378Z
31042026-03-21T00:23:34.378Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/257)
31052026-03-21T00:23:35.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-03-21T00:23:35.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-03-21T00:23:35.305Z Checking dropshot-api-manager-types v0.6.0
31082026-03-21T00:23:35.308Z Checking nanorand v0.7.0
31092026-03-21T00:23:35.605Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31102026-03-21T00:23:35.647Z Checking flume v0.11.1
31112026-03-21T00:23:35.919Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31122026-03-21T00:23:37.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.80s
31132026-03-21T00:23:37.412Z
31142026-03-21T00:23:37.412Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/257)
31152026-03-21T00:23:38.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-03-21T00:23:38.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-03-21T00:23:38.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-03-21T00:23:38.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31192026-03-21T00:23:38.196Z
31202026-03-21T00:23:38.196Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/257)
31212026-03-21T00:23:38.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-03-21T00:23:38.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-03-21T00:23:38.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-03-21T00:23:38.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31252026-03-21T00:23:38.988Z
31262026-03-21T00:23:38.988Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/257)
31272026-03-21T00:23:39.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-03-21T00:23:39.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-03-21T00:23:39.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-03-21T00:23:39.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31312026-03-21T00:23:39.768Z
31322026-03-21T00:23:39.768Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/257)
31332026-03-21T00:23:40.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-03-21T00:23:40.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-03-21T00:23:40.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-03-21T00:23:40.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31372026-03-21T00:23:40.582Z
31382026-03-21T00:23:40.582Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/257)
31392026-03-21T00:23:41.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-03-21T00:23:41.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-03-21T00:23:41.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-03-21T00:23:41.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31432026-03-21T00:23:41.379Z
31442026-03-21T00:23:41.379Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/257)
31452026-03-21T00:23:42.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-03-21T00:23:42.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-03-21T00:23:42.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-03-21T00:23:42.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31492026-03-21T00:23:42.170Z
31502026-03-21T00:23:42.170Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/257)
31512026-03-21T00:23:42.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-03-21T00:23:42.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-03-21T00:23:42.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-03-21T00:23:42.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31552026-03-21T00:23:42.958Z
31562026-03-21T00:23:42.958Zinfo: running `cargo check --bins` on cockroach-admin-client (111/257)
31572026-03-21T00:23:43.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-03-21T00:23:43.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-03-21T00:23:43.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-03-21T00:23:43.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31612026-03-21T00:23:43.727Z
31622026-03-21T00:23:43.727Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/257)
31632026-03-21T00:23:44.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-03-21T00:23:44.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-03-21T00:23:44.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-03-21T00:23:44.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31672026-03-21T00:23:44.509Z
31682026-03-21T00:23:44.509Zinfo: running `cargo check --bins` on dns-service-client (113/257)
31692026-03-21T00:23:45.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-03-21T00:23:45.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-03-21T00:23:45.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722026-03-21T00:23:45.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31732026-03-21T00:23:45.296Z
31742026-03-21T00:23:45.296Zinfo: running `cargo check --bins` on installinator-client (114/257)
31752026-03-21T00:23:45.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-03-21T00:23:45.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-03-21T00:23:45.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782026-03-21T00:23:45.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31792026-03-21T00:23:46.088Z
31802026-03-21T00:23:46.088Zinfo: running `cargo check --bins` on nexus-client (115/257)
31812026-03-21T00:23:46.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-03-21T00:23:46.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-03-21T00:23:46.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842026-03-21T00:23:46.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31852026-03-21T00:23:46.920Z
31862026-03-21T00:23:46.920Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/257)
31872026-03-21T00:23:47.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882026-03-21T00:23:47.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892026-03-21T00:23:47.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902026-03-21T00:23:47.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31912026-03-21T00:23:47.763Z
31922026-03-21T00:23:47.763Zinfo: running `cargo check --bins` on ntp-admin-client (117/257)
31932026-03-21T00:23:48.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-03-21T00:23:48.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-03-21T00:23:48.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-03-21T00:23:48.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31972026-03-21T00:23:48.526Z
31982026-03-21T00:23:48.526Zinfo: running `cargo check --bins` on oxide-client (118/257)
31992026-03-21T00:23:49.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-03-21T00:23:49.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-03-21T00:23:49.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-03-21T00:23:49.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32032026-03-21T00:23:49.302Z
32042026-03-21T00:23:49.302Zinfo: running `cargo check --bins` on oximeter-client (119/257)
32052026-03-21T00:23:49.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-03-21T00:23:49.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-03-21T00:23:49.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-03-21T00:23:49.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32092026-03-21T00:23:50.089Z
32102026-03-21T00:23:50.089Zinfo: running `cargo check --bins` on repo-depot-client (120/257)
32112026-03-21T00:23:50.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-03-21T00:23:50.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-03-21T00:23:50.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-03-21T00:23:50.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32152026-03-21T00:23:50.858Z
32162026-03-21T00:23:50.858Zinfo: running `cargo check --bins` on sled-agent-client (121/257)
32172026-03-21T00:23:51.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-03-21T00:23:51.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-03-21T00:23:51.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202026-03-21T00:23:51.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32212026-03-21T00:23:51.665Z
32222026-03-21T00:23:51.665Zinfo: running `cargo check --bins` on wicketd-client (122/257)
32232026-03-21T00:23:52.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-03-21T00:23:52.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-03-21T00:23:52.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262026-03-21T00:23:52.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32272026-03-21T00:23:52.485Z
32282026-03-21T00:23:52.485Zinfo: running `cargo check --bins` on installinator-common (123/257)
32292026-03-21T00:23:53.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-03-21T00:23:53.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-03-21T00:23:53.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322026-03-21T00:23:53.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32332026-03-21T00:23:53.287Z
32342026-03-21T00:23:53.287Zinfo: running `cargo check --bins` on installinator-common-versions (124/257)
32352026-03-21T00:23:53.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362026-03-21T00:23:53.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372026-03-21T00:23:53.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382026-03-21T00:23:53.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32392026-03-21T00:23:54.052Z
32402026-03-21T00:23:54.052Zinfo: running `cargo check --bins` on wicket-common (125/257)
32412026-03-21T00:23:54.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422026-03-21T00:23:54.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432026-03-21T00:23:54.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32442026-03-21T00:23:54.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32452026-03-21T00:23:54.863Z
32462026-03-21T00:23:54.863Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/257)
32472026-03-21T00:23:55.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482026-03-21T00:23:55.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492026-03-21T00:23:55.760Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32502026-03-21T00:23:55.763Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32512026-03-21T00:23:55.763Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32522026-03-21T00:23:55.914Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32532026-03-21T00:23:55.917Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32542026-03-21T00:23:56.075Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32552026-03-21T00:23:56.111Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32562026-03-21T00:23:56.388Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32572026-03-21T00:23:56.391Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32582026-03-21T00:23:59.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s
32592026-03-21T00:23:59.458Z
32602026-03-21T00:23:59.458Zinfo: running `cargo check --bins` on cockroach-admin-api (127/257)
32612026-03-21T00:24:00.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622026-03-21T00:24:00.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632026-03-21T00:24:00.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642026-03-21T00:24:00.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32652026-03-21T00:24:00.235Z
32662026-03-21T00:24:00.236Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/257)
32672026-03-21T00:24:01.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682026-03-21T00:24:01.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692026-03-21T00:24:01.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702026-03-21T00:24:01.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32712026-03-21T00:24:01.150Z
32722026-03-21T00:24:01.150Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/257)
32732026-03-21T00:24:01.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742026-03-21T00:24:01.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752026-03-21T00:24:01.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762026-03-21T00:24:01.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32772026-03-21T00:24:02.056Z
32782026-03-21T00:24:02.056Zinfo: running `cargo check --bins` on dns-server (130/257)
32792026-03-21T00:24:02.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802026-03-21T00:24:02.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812026-03-21T00:24:02.946Z Compiling parking_lot_core v0.8.6
32822026-03-21T00:24:02.946Z Compiling git-stub v1.0.0
32832026-03-21T00:24:02.947Z Compiling atomicwrites v0.4.4
32842026-03-21T00:24:02.950Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32852026-03-21T00:24:03.111Z Checking tagptr v0.2.0
32862026-03-21T00:24:03.126Z Checking prefix-trie v0.7.0
32872026-03-21T00:24:03.129Z Checking fxhash v0.2.1
32882026-03-21T00:24:03.158Z Checking hickory-client v0.25.2
32892026-03-21T00:24:03.278Z Compiling git-stub-vcs v0.1.0
32902026-03-21T00:24:03.295Z Checking moka v0.12.13
32912026-03-21T00:24:03.559Z Checking hickory-server v0.25.2
32922026-03-21T00:24:03.604Z Checking parking_lot v0.11.2
32932026-03-21T00:24:03.651Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32942026-03-21T00:24:03.729Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32952026-03-21T00:24:03.733Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32962026-03-21T00:24:03.733Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32972026-03-21T00:24:03.834Z Checking sled v0.34.7
32982026-03-21T00:24:04.122Z Checking hickory-resolver v0.25.2
32992026-03-21T00:24:06.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s
33002026-03-21T00:24:06.807Z
33012026-03-21T00:24:06.807Zinfo: running `cargo check --bins` on dns-server-api (131/257)
33022026-03-21T00:24:07.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032026-03-21T00:24:07.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042026-03-21T00:24:07.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052026-03-21T00:24:07.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33062026-03-21T00:24:07.592Z
33072026-03-21T00:24:07.592Zinfo: running `cargo check --bins` on gateway-test-utils (132/257)
33082026-03-21T00:24:08.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092026-03-21T00:24:08.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102026-03-21T00:24:08.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112026-03-21T00:24:08.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33122026-03-21T00:24:08.449Z
33132026-03-21T00:24:08.449Zinfo: running `cargo check --bins` on omicron-gateway (133/257)
33142026-03-21T00:24:09.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152026-03-21T00:24:09.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162026-03-21T00:24:09.437Z Compiling radium v0.7.0
33172026-03-21T00:24:09.576Z Checking tap v1.0.1
33182026-03-21T00:24:09.576Z Compiling maybe-uninit v2.0.0
33192026-03-21T00:24:09.605Z Compiling zerocopy-derive v0.6.6
33202026-03-21T00:24:09.619Z Checking funty v2.0.0
33212026-03-21T00:24:09.622Z Checking crc-catalog v2.4.0
33222026-03-21T00:24:09.622Z Compiling packed_struct v0.10.1
33232026-03-21T00:24:09.650Z Compiling packed_struct_codegen v0.10.1
33242026-03-21T00:24:09.732Z Checking wyz v0.5.1
33252026-03-21T00:24:09.832Z Checking crc v3.4.0
33262026-03-21T00:24:09.991Z Compiling bitfield-macros v0.19.4
33272026-03-21T00:24:10.030Z Compiling indexmap v1.9.3
33282026-03-21T00:24:10.057Z Checking nodrop v0.1.14
33292026-03-21T00:24:10.076Z Checking smallvec v0.6.14
33302026-03-21T00:24:10.111Z Checking hashbrown v0.12.3
33312026-03-21T00:24:10.134Z Checking bitvec v1.0.1
33322026-03-21T00:24:10.166Z Checking array-init v0.0.4
33332026-03-21T00:24:10.298Z Checking ron v0.8.1
33342026-03-21T00:24:10.328Z Checking hashbrown v0.13.2
33352026-03-21T00:24:10.640Z Checking serde-hex v0.1.0
33362026-03-21T00:24:10.713Z Checking zerocopy v0.6.6
33372026-03-21T00:24:10.896Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33382026-03-21T00:24:10.953Z Checking bitfield v0.19.4
33392026-03-21T00:24:11.005Z Checking crc-any v2.5.0
33402026-03-21T00:24:11.098Z Checking object v0.30.4
33412026-03-21T00:24:11.120Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33422026-03-21T00:24:11.152Z Checking void v1.0.2
33432026-03-21T00:24:11.188Z Checking path-slash v0.1.5
33442026-03-21T00:24:11.256Z Checking half v1.8.3
33452026-03-21T00:24:11.293Z Checking lzss v0.8.2
33462026-03-21T00:24:11.327Z Checking tungstenite v0.23.0
33472026-03-21T00:24:11.346Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33482026-03-21T00:24:11.520Z Checking serde_cbor v0.11.2
33492026-03-21T00:24:11.523Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33502026-03-21T00:24:11.556Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33512026-03-21T00:24:11.560Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33522026-03-21T00:24:11.775Z Checking nix v0.27.1
33532026-03-21T00:24:11.878Z Checking kstat-rs v0.2.4
33542026-03-21T00:24:12.042Z Checking serde_bytes v0.11.19
33552026-03-21T00:24:12.066Z Checking tokio-tungstenite v0.23.1
33562026-03-21T00:24:12.121Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33572026-03-21T00:24:12.273Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33582026-03-21T00:24:12.385Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33592026-03-21T00:24:12.469Z Checking signal-hook-tokio v0.3.1
33602026-03-21T00:24:13.397Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33612026-03-21T00:24:13.663Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33622026-03-21T00:24:16.968Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33632026-03-21T00:24:18.170Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33642026-03-21T00:24:18.538Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33652026-03-21T00:24:20.009Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33662026-03-21T00:24:22.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s
33672026-03-21T00:24:22.980Z
33682026-03-21T00:24:22.980Zinfo: running `cargo check --bins` on gateway-api (134/257)
33692026-03-21T00:24:23.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-03-21T00:24:23.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-03-21T00:24:23.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-03-21T00:24:23.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33732026-03-21T00:24:23.764Z
33742026-03-21T00:24:23.764Zinfo: running `cargo check --bins` on ipcc (135/257)
33752026-03-21T00:24:24.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-03-21T00:24:24.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-03-21T00:24:24.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-03-21T00:24:24.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33792026-03-21T00:24:24.545Z
33802026-03-21T00:24:24.545Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/257)
33812026-03-21T00:24:25.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-03-21T00:24:25.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-03-21T00:24:25.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-03-21T00:24:25.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
33852026-03-21T00:24:25.313Z
33862026-03-21T00:24:25.313Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/257)
33872026-03-21T00:24:25.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-03-21T00:24:25.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-03-21T00:24:25.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-03-21T00:24:26.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33912026-03-21T00:24:26.101Z
33922026-03-21T00:24:26.101Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/257)
33932026-03-21T00:24:26.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-03-21T00:24:26.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-03-21T00:24:26.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-03-21T00:24:26.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33972026-03-21T00:24:26.885Z
33982026-03-21T00:24:26.885Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/257)
33992026-03-21T00:24:27.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-03-21T00:24:27.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-03-21T00:24:27.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-03-21T00:24:27.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34032026-03-21T00:24:27.666Z
34042026-03-21T00:24:27.666Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/257)
34052026-03-21T00:24:28.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-03-21T00:24:28.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-03-21T00:24:28.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-03-21T00:24:28.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34092026-03-21T00:24:28.448Z
34102026-03-21T00:24:28.448Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/257)
34112026-03-21T00:24:29.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-03-21T00:24:29.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-03-21T00:24:29.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-03-21T00:24:29.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34152026-03-21T00:24:29.230Z
34162026-03-21T00:24:29.230Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/257)
34172026-03-21T00:24:29.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-03-21T00:24:29.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-03-21T00:24:29.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-03-21T00:24:29.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34212026-03-21T00:24:30.015Z
34222026-03-21T00:24:30.015Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/257)
34232026-03-21T00:24:30.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-03-21T00:24:30.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-03-21T00:24:30.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-03-21T00:24:30.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34272026-03-21T00:24:30.801Z
34282026-03-21T00:24:30.801Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/257)
34292026-03-21T00:24:31.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-03-21T00:24:31.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-03-21T00:24:31.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-03-21T00:24:31.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34332026-03-21T00:24:31.582Z
34342026-03-21T00:24:31.582Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/257)
34352026-03-21T00:24:32.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-03-21T00:24:32.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-03-21T00:24:32.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-03-21T00:24:32.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34392026-03-21T00:24:32.374Z
34402026-03-21T00:24:32.374Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/257)
34412026-03-21T00:24:33.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-03-21T00:24:33.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-03-21T00:24:33.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-03-21T00:24:33.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34452026-03-21T00:24:33.164Z
34462026-03-21T00:24:33.164Zinfo: running `cargo check --bins` on oximeter-producer (147/257)
34472026-03-21T00:24:33.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-03-21T00:24:33.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-03-21T00:24:33.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-03-21T00:24:33.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34512026-03-21T00:24:33.997Z
34522026-03-21T00:24:33.997Zinfo: running `cargo check --bins` on internal-dns-resolver (148/257)
34532026-03-21T00:24:34.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-03-21T00:24:34.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-03-21T00:24:34.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-03-21T00:24:34.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34572026-03-21T00:24:34.790Z
34582026-03-21T00:24:34.790Zinfo: running `cargo check --bins` on sp-sim (149/257)
34592026-03-21T00:24:35.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-03-21T00:24:35.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-03-21T00:24:35.755Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34622026-03-21T00:24:38.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
34632026-03-21T00:24:38.321Z
34642026-03-21T00:24:38.321Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/257)
34652026-03-21T00:24:39.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-03-21T00:24:39.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-03-21T00:24:39.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-03-21T00:24:39.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34692026-03-21T00:24:39.175Z
34702026-03-21T00:24:39.175Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/257)
34712026-03-21T00:24:39.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-03-21T00:24:39.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-03-21T00:24:39.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-03-21T00:24:39.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34752026-03-21T00:24:40.043Z
34762026-03-21T00:24:40.043Zinfo: running `cargo check --bins` on db-macros (152/257)
34772026-03-21T00:24:40.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-03-21T00:24:40.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-03-21T00:24:40.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-03-21T00:24:40.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34812026-03-21T00:24:40.817Z
34822026-03-21T00:24:40.817Zinfo: running `cargo check --bins` on nexus-macros-common (153/257)
34832026-03-21T00:24:41.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-03-21T00:24:41.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-03-21T00:24:41.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-03-21T00:24:41.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34872026-03-21T00:24:41.590Z
34882026-03-21T00:24:41.590Zinfo: running `cargo check --bins` on nexus-auth (154/257)
34892026-03-21T00:24:42.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-03-21T00:24:42.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-03-21T00:24:42.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-03-21T00:24:42.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34932026-03-21T00:24:42.444Z
34942026-03-21T00:24:42.444Zinfo: running `cargo check --bins` on authz-macros (155/257)
34952026-03-21T00:24:43.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-03-21T00:24:43.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-03-21T00:24:43.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-03-21T00:24:43.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34992026-03-21T00:24:43.208Z
35002026-03-21T00:24:43.208Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/257)
35012026-03-21T00:24:43.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-03-21T00:24:43.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-03-21T00:24:43.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-03-21T00:24:43.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35052026-03-21T00:24:44.052Z
35062026-03-21T00:24:44.052Zinfo: running `cargo check --bins` on nexus-db-model (157/257)
35072026-03-21T00:24:44.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-03-21T00:24:44.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-03-21T00:24:44.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-03-21T00:24:44.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35112026-03-21T00:24:44.895Z
35122026-03-21T00:24:44.895Zinfo: running `cargo check --bins` on nexus-db-schema (158/257)
35132026-03-21T00:24:45.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-03-21T00:24:45.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-03-21T00:24:45.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-03-21T00:24:45.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35172026-03-21T00:24:45.660Z
35182026-03-21T00:24:45.660Zinfo: running `cargo check --bins` on omicron-rpaths (159/257)
35192026-03-21T00:24:46.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-03-21T00:24:46.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-03-21T00:24:46.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-03-21T00:24:46.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35232026-03-21T00:24:46.414Z
35242026-03-21T00:24:46.414Zinfo: running `cargo check --bins` on nexus-defaults (160/257)
35252026-03-21T00:24:47.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-03-21T00:24:47.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-03-21T00:24:47.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-03-21T00:24:47.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35292026-03-21T00:24:47.199Z
35302026-03-21T00:24:47.199Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/257)
35312026-03-21T00:24:47.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-03-21T00:24:47.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-03-21T00:24:47.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-03-21T00:24:47.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35352026-03-21T00:24:47.965Z
35362026-03-21T00:24:47.965Zinfo: running `cargo check --bins` on parallel-task-set (162/257)
35372026-03-21T00:24:48.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-03-21T00:24:48.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-03-21T00:24:48.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-03-21T00:24:48.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35412026-03-21T00:24:48.734Z
35422026-03-21T00:24:48.734Zinfo: running `cargo check --bins` on nexus-db-errors (163/257)
35432026-03-21T00:24:49.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-03-21T00:24:49.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-03-21T00:24:49.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-03-21T00:24:49.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35472026-03-21T00:24:49.595Z
35482026-03-21T00:24:49.595Zinfo: running `cargo check --bins` on nexus-db-lookup (164/257)
35492026-03-21T00:24:50.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-03-21T00:24:50.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-03-21T00:24:50.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-03-21T00:24:50.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35532026-03-21T00:24:50.458Z
35542026-03-21T00:24:50.458Zinfo: running `cargo check --bins` on nexus-inventory (165/257)
35552026-03-21T00:24:51.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-03-21T00:24:51.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-03-21T00:24:51.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-03-21T00:24:51.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35592026-03-21T00:24:51.318Z
35602026-03-21T00:24:51.319Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/257)
35612026-03-21T00:24:52.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-03-21T00:24:52.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-03-21T00:24:52.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-03-21T00:24:52.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35652026-03-21T00:24:52.142Z
35662026-03-21T00:24:52.142Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/257)
35672026-03-21T00:24:52.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-03-21T00:24:52.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-03-21T00:24:52.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-03-21T00:24:52.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35712026-03-21T00:24:52.944Z
35722026-03-21T00:24:52.944Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/257)
35732026-03-21T00:24:53.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-03-21T00:24:53.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-03-21T00:24:53.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-03-21T00:24:53.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35772026-03-21T00:24:53.749Z
35782026-03-21T00:24:53.749Zinfo: running `cargo check --bins` on key-manager (169/257)
35792026-03-21T00:24:54.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-03-21T00:24:54.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-03-21T00:24:54.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-03-21T00:24:54.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35832026-03-21T00:24:54.539Z
35842026-03-21T00:24:54.539Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/257)
35852026-03-21T00:24:55.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-03-21T00:24:55.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-03-21T00:24:55.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-03-21T00:24:55.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35892026-03-21T00:24:55.337Z
35902026-03-21T00:24:55.337Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/257)
35912026-03-21T00:24:56.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-03-21T00:24:56.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-03-21T00:24:56.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-03-21T00:24:56.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35952026-03-21T00:24:56.144Z
35962026-03-21T00:24:56.144Zinfo: running `cargo check --bins` on typed-rng (172/257)
35972026-03-21T00:24:56.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-03-21T00:24:56.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-03-21T00:24:56.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-03-21T00:24:56.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
36012026-03-21T00:24:56.923Z
36022026-03-21T00:24:56.923Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/257)
36032026-03-21T00:24:57.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-03-21T00:24:57.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-03-21T00:24:58.088Z Compiling libefi-sys v0.1.0
36062026-03-21T00:24:58.091Z Compiling bitfield-struct v0.6.2
36072026-03-21T00:24:58.263Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36082026-03-21T00:24:58.275Z Compiling xshell-macros v0.2.7
36092026-03-21T00:24:58.293Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36102026-03-21T00:24:58.314Z Compiling salty v0.3.0
36112026-03-21T00:24:58.336Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36122026-03-21T00:24:58.357Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36132026-03-21T00:24:58.357Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36142026-03-21T00:24:58.712Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36152026-03-21T00:24:58.733Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36162026-03-21T00:24:58.753Z Checking xshell v0.2.7
36172026-03-21T00:24:58.917Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36182026-03-21T00:24:58.939Z Checking primeorder v0.13.6
36192026-03-21T00:24:58.972Z Compiling proc-macro-error-attr2 v2.0.0
36202026-03-21T00:24:58.996Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36212026-03-21T00:24:59.039Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36222026-03-21T00:24:59.058Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36232026-03-21T00:24:59.212Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36242026-03-21T00:24:59.252Z Checking p384 v0.13.1
36252026-03-21T00:24:59.277Z Compiling num-derive v0.3.3
36262026-03-21T00:24:59.366Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36272026-03-21T00:24:59.473Z Compiling proc-macro-error2 v2.0.1
36282026-03-21T00:24:59.624Z Compiling unicase v2.9.0
36292026-03-21T00:24:59.668Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36302026-03-21T00:24:59.848Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36312026-03-21T00:24:59.880Z Compiling mime_guess v2.0.5
36322026-03-21T00:24:59.883Z Compiling tabled_derive v0.11.0
36332026-03-21T00:24:59.973Z Compiling progenitor-impl v0.11.2
36342026-03-21T00:25:00.332Z Checking papergrid v0.17.0
36352026-03-21T00:25:00.455Z Checking libscf-sys v1.1.0
36362026-03-21T00:25:00.586Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36372026-03-21T00:25:00.625Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36382026-03-21T00:25:00.734Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36392026-03-21T00:25:00.835Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36402026-03-21T00:25:01.444Z Checking testing_table v0.3.0
36412026-03-21T00:25:01.503Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36422026-03-21T00:25:01.531Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36432026-03-21T00:25:01.559Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36442026-03-21T00:25:01.621Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36452026-03-21T00:25:01.681Z Checking corncobs v0.1.4
36462026-03-21T00:25:01.767Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36472026-03-21T00:25:01.839Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36482026-03-21T00:25:01.859Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36492026-03-21T00:25:01.886Z Checking tabled v0.20.0
36502026-03-21T00:25:02.041Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36512026-03-21T00:25:02.169Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36522026-03-21T00:25:02.230Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36532026-03-21T00:25:02.510Z Checking progenitor-client v0.11.2
36542026-03-21T00:25:02.654Z Checking secrecy v0.8.0
36552026-03-21T00:25:02.811Z Checking http-range v0.1.5
36562026-03-21T00:25:03.028Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36572026-03-21T00:25:03.176Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36582026-03-21T00:25:03.261Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36592026-03-21T00:25:03.482Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36602026-03-21T00:25:03.508Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36612026-03-21T00:25:03.686Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36622026-03-21T00:25:03.709Z Compiling progenitor-macro v0.11.2
36632026-03-21T00:25:03.728Z Checking atty v0.2.14
36642026-03-21T00:25:03.820Z Checking crc8 v0.1.1
36652026-03-21T00:25:03.846Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36662026-03-21T00:25:03.893Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36672026-03-21T00:25:03.942Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36682026-03-21T00:25:04.068Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36692026-03-21T00:25:04.380Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36702026-03-21T00:25:04.496Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36712026-03-21T00:25:04.640Z Checking hyper-staticfile v0.10.1
36722026-03-21T00:25:04.822Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36732026-03-21T00:25:04.843Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36742026-03-21T00:25:04.987Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36752026-03-21T00:25:05.007Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36762026-03-21T00:25:05.119Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36772026-03-21T00:25:05.296Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36782026-03-21T00:25:05.680Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36792026-03-21T00:25:05.820Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36802026-03-21T00:25:06.022Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36812026-03-21T00:25:06.192Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36822026-03-21T00:25:06.224Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36832026-03-21T00:25:06.738Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36842026-03-21T00:25:07.049Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36852026-03-21T00:25:07.347Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36862026-03-21T00:25:07.383Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36872026-03-21T00:25:07.897Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36882026-03-21T00:25:08.940Z Checking progenitor v0.11.2
36892026-03-21T00:25:09.108Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36902026-03-21T00:25:15.916Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36912026-03-21T00:25:31.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.94s
36922026-03-21T00:25:32.132Z
36932026-03-21T00:25:32.132Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/257)
36942026-03-21T00:25:32.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-03-21T00:25:32.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-03-21T00:25:33.195Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36972026-03-21T00:25:49.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.10s
36982026-03-21T00:25:49.487Z
36992026-03-21T00:25:49.487Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/257)
37002026-03-21T00:25:50.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-03-21T00:25:50.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-03-21T00:25:50.551Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37032026-03-21T00:26:06.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.17s
37042026-03-21T00:26:06.919Z
37052026-03-21T00:26:06.919Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/257)
37062026-03-21T00:26:07.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-03-21T00:26:07.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-03-21T00:26:07.987Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37092026-03-21T00:26:24.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.13s
37102026-03-21T00:26:24.303Z
37112026-03-21T00:26:24.303Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/257)
37122026-03-21T00:26:25.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-03-21T00:26:25.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-03-21T00:26:25.370Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37152026-03-21T00:26:41.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.05s
37162026-03-21T00:26:41.604Z
37172026-03-21T00:26:41.604Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/257)
37182026-03-21T00:26:42.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-03-21T00:26:42.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-03-21T00:26:42.672Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37212026-03-21T00:26:58.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.03s
37222026-03-21T00:26:58.884Z
37232026-03-21T00:26:58.884Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/257)
37242026-03-21T00:26:59.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-03-21T00:26:59.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-03-21T00:26:59.946Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37272026-03-21T00:27:16.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.13s
37282026-03-21T00:27:16.275Z
37292026-03-21T00:27:16.275Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/257)
37302026-03-21T00:27:17.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-03-21T00:27:17.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-03-21T00:27:17.342Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37332026-03-21T00:27:33.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.00s
37342026-03-21T00:27:33.531Z
37352026-03-21T00:27:33.531Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/257)
37362026-03-21T00:27:34.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-03-21T00:27:34.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-03-21T00:27:34.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-03-21T00:27:34.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37402026-03-21T00:27:34.341Z
37412026-03-21T00:27:34.341Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/257)
37422026-03-21T00:27:35.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-03-21T00:27:35.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-03-21T00:27:35.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-03-21T00:27:35.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37462026-03-21T00:27:35.156Z
37472026-03-21T00:27:35.156Zinfo: running `cargo check --bins` on range-requests (183/257)
37482026-03-21T00:27:35.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-03-21T00:27:35.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-03-21T00:27:35.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-03-21T00:27:35.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37522026-03-21T00:27:35.944Z
37532026-03-21T00:27:35.944Zinfo: running `cargo check --bins` on repo-depot-api (184/257)
37542026-03-21T00:27:36.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-03-21T00:27:36.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-03-21T00:27:36.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-03-21T00:27:36.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37582026-03-21T00:27:36.727Z
37592026-03-21T00:27:36.727Zinfo: running `cargo check --bins` on sled-agent-api (185/257)
37602026-03-21T00:27:37.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-03-21T00:27:37.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-03-21T00:27:37.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-03-21T00:27:37.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37642026-03-21T00:27:37.534Z
37652026-03-21T00:27:37.534Zinfo: running `cargo check --bins` on sled-diagnostics (186/257)
37662026-03-21T00:27:38.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-03-21T00:27:38.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-03-21T00:27:38.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-03-21T00:27:38.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37702026-03-21T00:27:38.340Z
37712026-03-21T00:27:38.340Zinfo: running `cargo check --bins` on zfs-test-harness (187/257)
37722026-03-21T00:27:39.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-03-21T00:27:39.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-03-21T00:27:39.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-03-21T00:27:39.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37762026-03-21T00:27:39.149Z
37772026-03-21T00:27:39.149Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/257)
37782026-03-21T00:27:39.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-03-21T00:27:39.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-03-21T00:27:39.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-03-21T00:27:39.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37822026-03-21T00:27:39.965Z
37832026-03-21T00:27:39.965Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/257)
37842026-03-21T00:27:40.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-03-21T00:27:40.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-03-21T00:27:40.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-03-21T00:27:40.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37882026-03-21T00:27:40.785Z
37892026-03-21T00:27:40.785Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/257)
37902026-03-21T00:27:41.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-03-21T00:27:41.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-03-21T00:27:41.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-03-21T00:27:41.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37942026-03-21T00:27:41.600Z
37952026-03-21T00:27:41.600Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/257)
37962026-03-21T00:27:42.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-03-21T00:27:42.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-03-21T00:27:42.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-03-21T00:27:42.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38002026-03-21T00:27:42.422Z
38012026-03-21T00:27:42.422Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/257)
38022026-03-21T00:27:43.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-03-21T00:27:43.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-03-21T00:27:43.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-03-21T00:27:43.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38062026-03-21T00:27:43.262Z
38072026-03-21T00:27:43.262Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/257)
38082026-03-21T00:27:43.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-03-21T00:27:43.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-03-21T00:27:43.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-03-21T00:27:43.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38122026-03-21T00:27:44.056Z
38132026-03-21T00:27:44.056Zinfo: running `cargo check --bins` on trust-quorum (194/257)
38142026-03-21T00:27:44.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-03-21T00:27:44.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-03-21T00:27:44.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-03-21T00:27:44.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38182026-03-21T00:27:44.959Z
38192026-03-21T00:27:44.959Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/257)
38202026-03-21T00:27:45.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-03-21T00:27:45.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-03-21T00:27:45.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-03-21T00:27:45.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38242026-03-21T00:27:45.717Z
38252026-03-21T00:27:45.717Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/257)
38262026-03-21T00:27:46.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-03-21T00:27:46.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-03-21T00:27:46.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-03-21T00:27:46.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38302026-03-21T00:27:46.588Z
38312026-03-21T00:27:46.588Zinfo: running `cargo check --bins` on update-common (197/257)
38322026-03-21T00:27:47.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-03-21T00:27:47.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-03-21T00:27:47.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-03-21T00:27:47.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38362026-03-21T00:27:47.390Z
38372026-03-21T00:27:47.390Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (198/257)
38382026-03-21T00:27:48.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-03-21T00:27:48.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-03-21T00:27:48.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-03-21T00:27:48.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38422026-03-21T00:27:48.248Z
38432026-03-21T00:27:48.248Zinfo: running `cargo check --bins` on reconfigurator-cli (199/257)
38442026-03-21T00:27:48.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-03-21T00:27:48.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-03-21T00:27:49.304Z Compiling fs-err v2.11.0
38472026-03-21T00:27:49.447Z Checking ignore v0.4.25
38482026-03-21T00:27:49.465Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38492026-03-21T00:27:49.469Z Checking predicates-tree v1.0.13
38502026-03-21T00:27:49.469Z Checking parse-size v1.1.0
38512026-03-21T00:27:49.512Z Checking rand_seeder v0.4.0
38522026-03-21T00:27:49.544Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38532026-03-21T00:27:49.548Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38542026-03-21T00:27:49.605Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38552026-03-21T00:27:49.635Z Compiling petname v2.0.2
38562026-03-21T00:27:49.688Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38572026-03-21T00:27:49.875Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38582026-03-21T00:27:49.895Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38592026-03-21T00:27:49.971Z Checking globwalk v0.9.1
38602026-03-21T00:27:49.999Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38612026-03-21T00:27:50.096Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38622026-03-21T00:27:50.202Z Checking camino-tempfile-ext v0.3.3
38632026-03-21T00:27:50.226Z Checking sapling-renderdag v0.1.0
38642026-03-21T00:27:50.324Z Checking sync-ptr v0.1.4
38652026-03-21T00:27:50.464Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38662026-03-21T00:27:50.482Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38672026-03-21T00:27:50.564Z Checking colored v2.2.0
38682026-03-21T00:27:50.600Z Checking assert_matches v1.5.0
38692026-03-21T00:27:50.930Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38702026-03-21T00:27:51.045Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38712026-03-21T00:27:51.048Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38722026-03-21T00:27:51.815Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38732026-03-21T00:27:53.611Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38742026-03-21T00:27:56.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.37s
38752026-03-21T00:27:56.871Z
38762026-03-21T00:27:56.871Zinfo: running `cargo check --bins` on omicron-repl-utils (200/257)
38772026-03-21T00:27:57.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-03-21T00:27:57.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-03-21T00:27:57.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802026-03-21T00:27:57.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
38812026-03-21T00:27:57.645Z
38822026-03-21T00:27:57.646Zinfo: running `cargo check --bins` on nexus-test-interface (201/257)
38832026-03-21T00:27:58.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-03-21T00:27:58.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-03-21T00:27:58.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-03-21T00:27:58.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38872026-03-21T00:27:58.517Z
38882026-03-21T00:27:58.517Zinfo: running `cargo check --bins` on oximeter-collector (202/257)
38892026-03-21T00:27:59.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-03-21T00:27:59.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-03-21T00:27:59.489Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38922026-03-21T00:27:59.492Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38932026-03-21T00:28:00.331Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38942026-03-21T00:28:02.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s
38952026-03-21T00:28:02.580Z
38962026-03-21T00:28:02.580Zinfo: running `cargo check --bins` on oximeter-api (203/257)
38972026-03-21T00:28:03.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-03-21T00:28:03.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-03-21T00:28:03.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-03-21T00:28:03.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
39012026-03-21T00:28:03.372Z
39022026-03-21T00:28:03.373Zinfo: running `cargo check --bins` on cert-dev (204/257)
39032026-03-21T00:28:04.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-03-21T00:28:04.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-03-21T00:28:04.195Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39062026-03-21T00:28:04.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
39072026-03-21T00:28:04.746Z
39082026-03-21T00:28:04.746Zinfo: running `cargo check --bins` on clickana (205/257)
39092026-03-21T00:28:05.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-03-21T00:28:05.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-03-21T00:28:05.620Z Compiling darling_core v0.23.0
39122026-03-21T00:28:05.747Z Compiling instability v0.3.11
39132026-03-21T00:28:05.760Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39142026-03-21T00:28:05.763Z Checking castaway v0.2.4
39152026-03-21T00:28:05.785Z Compiling indoc v2.0.7
39162026-03-21T00:28:05.789Z Checking unicode-truncate v1.1.0
39172026-03-21T00:28:05.817Z Checking lru v0.12.5
39182026-03-21T00:28:05.817Z Checking cassowary v0.3.0
39192026-03-21T00:28:05.894Z Checking compact_str v0.8.1
39202026-03-21T00:28:07.057Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39212026-03-21T00:28:07.275Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39222026-03-21T00:28:07.738Z Compiling darling_macro v0.23.0
39232026-03-21T00:28:08.258Z Compiling darling v0.23.0
39242026-03-21T00:28:09.031Z Checking ratatui v0.29.0
39252026-03-21T00:28:10.556Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39262026-03-21T00:28:11.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.65s
39272026-03-21T00:28:11.630Z
39282026-03-21T00:28:11.630Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/257)
39292026-03-21T00:28:12.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-03-21T00:28:12.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-03-21T00:28:12.610Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39322026-03-21T00:28:12.613Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39332026-03-21T00:28:13.355Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39342026-03-21T00:28:13.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.22s
39352026-03-21T00:28:14.107Z
39362026-03-21T00:28:14.107Zinfo: running `cargo check --bins` on ch-dev (207/257)
39372026-03-21T00:28:14.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-03-21T00:28:14.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-03-21T00:28:15.086Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39402026-03-21T00:28:16.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
39412026-03-21T00:28:16.258Z
39422026-03-21T00:28:16.258Zinfo: running `cargo check --bins` on dev-tools-common (208/257)
39432026-03-21T00:28:16.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-03-21T00:28:16.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-03-21T00:28:16.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-03-21T00:28:16.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39472026-03-21T00:28:16.865Z
39482026-03-21T00:28:16.866Zinfo: running `cargo check --bins` on crdb-seed (209/257)
39492026-03-21T00:28:17.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-03-21T00:28:17.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-03-21T00:28:17.840Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39522026-03-21T00:28:18.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
39532026-03-21T00:28:18.610Z
39542026-03-21T00:28:18.610Zinfo: running `cargo check --bins` on db-dev (210/257)
39552026-03-21T00:28:19.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-03-21T00:28:19.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-03-21T00:28:19.594Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39582026-03-21T00:28:20.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
39592026-03-21T00:28:20.766Z
39602026-03-21T00:28:20.766Zinfo: running `cargo check --bins` on omicron-dev-lib (211/257)
39612026-03-21T00:28:21.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-03-21T00:28:21.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-03-21T00:28:21.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-03-21T00:28:21.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
39652026-03-21T00:28:21.621Z
39662026-03-21T00:28:21.622Zinfo: running `cargo check --bins` on xtask-downloader (212/257)
39672026-03-21T00:28:22.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-03-21T00:28:22.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-03-21T00:28:22.443Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39702026-03-21T00:28:23.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
39712026-03-21T00:28:23.519Z
39722026-03-21T00:28:23.519Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/257)
39732026-03-21T00:28:24.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-03-21T00:28:24.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-03-21T00:28:24.541Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39762026-03-21T00:28:24.541Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39772026-03-21T00:28:24.544Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39782026-03-21T00:28:24.544Z Checking git-stub v1.0.0
39792026-03-21T00:28:24.679Z Compiling trait-variant v0.1.2
39802026-03-21T00:28:24.697Z Checking is_ci v1.2.0
39812026-03-21T00:28:24.709Z Checking maplit v1.0.2
39822026-03-21T00:28:24.764Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39832026-03-21T00:28:24.858Z Checking supports-color v3.0.2
39842026-03-21T00:28:24.878Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39852026-03-21T00:28:24.881Z Checking git-stub-vcs v0.1.0
39862026-03-21T00:28:24.971Z Checking drift v0.1.3
39872026-03-21T00:28:25.014Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39882026-03-21T00:28:25.092Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39892026-03-21T00:28:25.144Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39902026-03-21T00:28:25.329Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39912026-03-21T00:28:25.348Z Checking dropshot-api-manager v0.6.0
39922026-03-21T00:28:25.369Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39932026-03-21T00:28:25.394Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39942026-03-21T00:28:25.629Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39952026-03-21T00:28:25.754Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39962026-03-21T00:28:25.902Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39972026-03-21T00:28:26.364Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39982026-03-21T00:28:33.217Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39992026-03-21T00:28:34.603Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40002026-03-21T00:28:35.380Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40012026-03-21T00:28:35.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.37s
40022026-03-21T00:28:36.136Z
40032026-03-21T00:28:36.136Zinfo: running `cargo check --bins` on installinator-api (214/257)
40042026-03-21T00:28:36.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-03-21T00:28:36.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-03-21T00:28:36.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-03-21T00:28:36.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40082026-03-21T00:28:36.927Z
40092026-03-21T00:28:36.927Zinfo: running `cargo check --bins` on nexus-external-api (215/257)
40102026-03-21T00:28:37.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-03-21T00:28:37.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-03-21T00:28:37.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-03-21T00:28:37.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40142026-03-21T00:28:37.777Z
40152026-03-21T00:28:37.777Zinfo: running `cargo check --bins` on nexus-internal-api (216/257)
40162026-03-21T00:28:38.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-03-21T00:28:38.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-03-21T00:28:38.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-03-21T00:28:38.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40202026-03-21T00:28:38.617Z
40212026-03-21T00:28:38.617Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/257)
40222026-03-21T00:28:39.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-03-21T00:28:39.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-03-21T00:28:39.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-03-21T00:28:39.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40262026-03-21T00:28:39.463Z
40272026-03-21T00:28:39.464Zinfo: running `cargo check --bins` on ntp-admin-api (218/257)
40282026-03-21T00:28:40.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-03-21T00:28:40.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-03-21T00:28:40.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-03-21T00:28:40.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40322026-03-21T00:28:40.251Z
40332026-03-21T00:28:40.251Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/257)
40342026-03-21T00:28:40.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-03-21T00:28:40.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-03-21T00:28:40.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40372026-03-21T00:28:40.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
40382026-03-21T00:28:41.022Z
40392026-03-21T00:28:41.023Zinfo: running `cargo check --bins` on wicketd-api (220/257)
40402026-03-21T00:28:41.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-03-21T00:28:41.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-03-21T00:28:41.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40432026-03-21T00:28:41.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40442026-03-21T00:28:41.858Z
40452026-03-21T00:28:41.858Zinfo: running `cargo check --bins` on omicron-ls-apis (221/257)
40462026-03-21T00:28:42.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40472026-03-21T00:28:42.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40482026-03-21T00:28:42.676Z Checking erased-serde v0.4.9
40492026-03-21T00:28:42.802Z Checking ordered-float v2.10.1
40502026-03-21T00:28:42.825Z Checking unicode-xid v0.2.6
40512026-03-21T00:28:42.850Z Checking cargo-platform v0.2.0
40522026-03-21T00:28:43.085Z Checking serde-value v0.7.0
40532026-03-21T00:28:43.251Z Checking serde-untagged v0.1.9
40542026-03-21T00:28:43.458Z Checking cargo-util-schemas v0.8.2
40552026-03-21T00:28:44.459Z Checking cargo_metadata v0.21.0
40562026-03-21T00:28:45.320Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40572026-03-21T00:28:46.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
40582026-03-21T00:28:46.445Z
40592026-03-21T00:28:46.445Zinfo: running `cargo check --bins` on mgs-dev (222/257)
40602026-03-21T00:28:47.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-03-21T00:28:47.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-03-21T00:28:47.463Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40632026-03-21T00:28:48.229Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40642026-03-21T00:28:48.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
40652026-03-21T00:28:49.084Z
40662026-03-21T00:28:49.084Zinfo: running `cargo check --bins` on omicron-omdb (223/257)
40672026-03-21T00:28:49.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-03-21T00:28:49.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-03-21T00:28:50.274Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40702026-03-21T00:28:50.277Z Compiling vergen-gitcl v1.0.8
40712026-03-21T00:28:50.277Z Compiling dirs-sys-next v0.1.2
40722026-03-21T00:28:50.277Z Compiling glob v0.3.3
40732026-03-21T00:28:50.277Z Compiling diesel_derives v2.3.7
40742026-03-21T00:28:50.446Z Compiling crunchy v0.2.4
40752026-03-21T00:28:50.497Z Compiling dsl_auto_type v0.2.0
40762026-03-21T00:28:50.516Z Checking scheduled-thread-pool v0.2.7
40772026-03-21T00:28:50.708Z Compiling dirs-next v2.0.0
40782026-03-21T00:28:50.745Z Compiling diesel_table_macro_syntax v0.3.0
40792026-03-21T00:28:50.768Z Compiling tiny-keccak v2.0.2
40802026-03-21T00:28:50.876Z Compiling term v0.7.0
40812026-03-21T00:28:50.936Z Compiling clang-sys v1.8.1
40822026-03-21T00:28:50.956Z Checking r2d2 v0.8.10
40832026-03-21T00:28:51.022Z Checking downcast-rs v2.0.2
40842026-03-21T00:28:51.049Z Compiling bit-vec v0.6.3
40852026-03-21T00:28:51.191Z Compiling itertools v0.10.5
40862026-03-21T00:28:51.351Z Compiling bit-set v0.5.3
40872026-03-21T00:28:51.424Z Compiling ascii-canvas v3.0.0
40882026-03-21T00:28:51.559Z Compiling ena v0.14.4
40892026-03-21T00:28:51.586Z Compiling libloading v0.8.9
40902026-03-21T00:28:51.639Z Compiling diff v0.1.13
40912026-03-21T00:28:51.709Z Compiling bindgen v0.71.1
40922026-03-21T00:28:51.748Z Compiling regex-syntax v0.6.29
40932026-03-21T00:28:51.854Z Compiling cexpr v0.6.0
40942026-03-21T00:28:51.988Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40952026-03-21T00:28:52.244Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40962026-03-21T00:28:52.302Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40972026-03-21T00:28:52.433Z Compiling libxml v0.3.3
40982026-03-21T00:28:52.653Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40992026-03-21T00:28:52.745Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41002026-03-21T00:28:52.775Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41012026-03-21T00:28:53.006Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41022026-03-21T00:28:53.041Z Compiling strum_macros v0.24.3
41032026-03-21T00:28:53.063Z Compiling indoc v1.0.9
41042026-03-21T00:28:53.626Z Compiling lalrpop v0.19.12
41052026-03-21T00:28:54.469Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41062026-03-21T00:28:54.651Z Checking derive_builder v0.20.2
41072026-03-21T00:28:54.703Z Compiling oso-derive v0.27.3
41082026-03-21T00:28:54.796Z Checking quick-xml v0.37.5
41092026-03-21T00:28:54.856Z Compiling impl-trait-for-tuples v0.2.3
41102026-03-21T00:28:55.329Z Checking openssl-probe v0.1.6
41112026-03-21T00:28:55.499Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41122026-03-21T00:28:56.004Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41132026-03-21T00:28:56.242Z Checking bb8 v0.8.6
41142026-03-21T00:28:56.537Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41152026-03-21T00:28:56.647Z Checking nonempty v0.12.0
41162026-03-21T00:28:56.803Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41172026-03-21T00:28:56.860Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41182026-03-21T00:28:57.043Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41192026-03-21T00:28:57.086Z Checking support-bundle-viewer v0.1.2
41202026-03-21T00:28:57.135Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41212026-03-21T00:28:57.377Z Checking multimap v0.10.1
41222026-03-21T00:28:58.483Z Checking diesel v2.3.7
41232026-03-21T00:28:59.912Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41242026-03-21T00:29:01.363Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41252026-03-21T00:29:01.821Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41262026-03-21T00:29:02.055Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41272026-03-21T00:29:03.386Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41282026-03-21T00:29:03.674Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41292026-03-21T00:29:03.824Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41302026-03-21T00:29:04.575Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41312026-03-21T00:29:07.192Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41322026-03-21T00:29:13.508Z Compiling samael v0.0.19
41332026-03-21T00:29:18.456Z Checking diesel-dtrace v0.5.0
41342026-03-21T00:29:18.756Z Checking async-bb8-diesel v0.2.1
41352026-03-21T00:29:20.020Z Compiling polar-core v0.27.3
41362026-03-21T00:29:25.856Z Checking oso v0.27.3
41372026-03-21T00:30:20.664Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41382026-03-21T00:31:06.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
41392026-03-21T00:31:06.985Z
41402026-03-21T00:31:06.985Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (224/257)
41412026-03-21T00:31:07.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-03-21T00:31:07.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-03-21T00:31:07.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41442026-03-21T00:31:07.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41452026-03-21T00:31:07.865Z
41462026-03-21T00:31:07.865Zinfo: running `cargo check --bins` on nexus-saga-recovery (225/257)
41472026-03-21T00:31:08.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-03-21T00:31:08.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-03-21T00:31:08.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41502026-03-21T00:31:08.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
41512026-03-21T00:31:08.733Z
41522026-03-21T00:31:08.733Zinfo: running `cargo check --bins` on nexus-test-utils-macros (226/257)
41532026-03-21T00:31:09.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-03-21T00:31:09.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-03-21T00:31:09.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41562026-03-21T00:31:09.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
41572026-03-21T00:31:09.512Z
41582026-03-21T00:31:09.512Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (227/257)
41592026-03-21T00:31:10.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41602026-03-21T00:31:10.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41612026-03-21T00:31:10.702Z Compiling libz-sys v1.1.24
41622026-03-21T00:31:10.848Z Compiling libgit2-sys v0.18.3+1.9.2
41632026-03-21T00:31:10.867Z Compiling vergen-git2 v1.0.7
41642026-03-21T00:31:10.884Z Compiling rustls v0.21.12
41652026-03-21T00:31:10.910Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41662026-03-21T00:31:10.920Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41672026-03-21T00:31:10.928Z Checking rustls-webpki v0.101.7
41682026-03-21T00:31:10.928Z Checking sct v0.7.1
41692026-03-21T00:31:11.128Z Compiling nix v0.29.0
41702026-03-21T00:31:11.175Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41712026-03-21T00:31:11.182Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41722026-03-21T00:31:11.211Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41732026-03-21T00:31:11.365Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41742026-03-21T00:31:11.537Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41752026-03-21T00:31:11.564Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41762026-03-21T00:31:11.626Z Checking rustls-pemfile v1.0.4
41772026-03-21T00:31:11.801Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41782026-03-21T00:31:11.967Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41792026-03-21T00:31:12.162Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41802026-03-21T00:31:12.196Z Checking twox-hash v2.1.2
41812026-03-21T00:31:12.315Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41822026-03-21T00:31:13.143Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41832026-03-21T00:31:13.163Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41842026-03-21T00:31:13.185Z Checking tokio-rustls v0.24.1
41852026-03-21T00:31:13.208Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41862026-03-21T00:31:13.434Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41872026-03-21T00:31:13.611Z Checking fatfs v0.3.6
41882026-03-21T00:31:14.005Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41892026-03-21T00:31:14.021Z Compiling seq-macro v0.3.6
41902026-03-21T00:31:19.074Z Compiling git2 v0.20.4
41912026-03-21T00:31:20.025Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41922026-03-21T00:31:20.187Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41932026-03-21T00:31:22.279Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41942026-03-21T00:32:31.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
41952026-03-21T00:32:32.146Z
41962026-03-21T00:32:32.146Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/257)
41972026-03-21T00:32:32.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-03-21T00:32:32.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-03-21T00:32:33.360Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42002026-03-21T00:33:32.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
42012026-03-21T00:33:33.146Z
42022026-03-21T00:33:33.146Zinfo: running `cargo check --bins` on nexus-background-task-interface (229/257)
42032026-03-21T00:33:33.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-03-21T00:33:33.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-03-21T00:33:33.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-03-21T00:33:33.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
42072026-03-21T00:33:33.924Z
42082026-03-21T00:33:33.924Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (230/257)
42092026-03-21T00:33:34.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-03-21T00:33:34.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-03-21T00:33:34.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-03-21T00:33:34.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42132026-03-21T00:33:34.795Z
42142026-03-21T00:33:34.796Zinfo: running `cargo check --bins` on nexus-mgs-updates (231/257)
42152026-03-21T00:33:35.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-03-21T00:33:35.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-03-21T00:33:35.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-03-21T00:33:35.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42192026-03-21T00:33:35.648Z
42202026-03-21T00:33:35.648Zinfo: running `cargo check --bins` on nexus-networking (232/257)
42212026-03-21T00:33:36.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-03-21T00:33:36.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-03-21T00:33:36.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-03-21T00:33:36.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42252026-03-21T00:33:36.523Z
42262026-03-21T00:33:36.523Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (233/257)
42272026-03-21T00:33:37.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-03-21T00:33:37.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-03-21T00:33:37.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42302026-03-21T00:33:37.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42312026-03-21T00:33:37.390Z
42322026-03-21T00:33:37.390Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/257)
42332026-03-21T00:33:38.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-03-21T00:33:38.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-03-21T00:33:38.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42362026-03-21T00:33:38.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42372026-03-21T00:33:38.251Z
42382026-03-21T00:33:38.251Zinfo: running `cargo check --bins` on omicron-dev (235/257)
42392026-03-21T00:33:39.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-03-21T00:33:39.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-03-21T00:33:39.484Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42422026-03-21T00:33:39.487Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42432026-03-21T00:33:39.672Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42442026-03-21T00:33:39.698Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42452026-03-21T00:33:39.728Z Checking yansi v1.0.1
42462026-03-21T00:33:39.728Z Checking diff v0.1.13
42472026-03-21T00:33:39.728Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42482026-03-21T00:33:39.776Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42492026-03-21T00:33:39.871Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42502026-03-21T00:33:40.055Z Checking pretty_assertions v1.4.1
42512026-03-21T00:33:40.930Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42522026-03-21T00:34:13.384Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42532026-03-21T00:34:13.387Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42542026-03-21T00:34:13.387Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42552026-03-21T00:34:13.387Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42562026-03-21T00:34:13.387Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42572026-03-21T00:34:13.387Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42582026-03-21T00:34:14.330Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42592026-03-21T00:34:15.758Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42602026-03-21T00:35:14.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
42612026-03-21T00:35:14.775Z
42622026-03-21T00:35:14.775Zinfo: running `cargo check --bins` on omicron-pins (236/257)
42632026-03-21T00:35:15.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-03-21T00:35:15.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-03-21T00:35:15.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-03-21T00:35:15.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
42672026-03-21T00:35:15.553Z
42682026-03-21T00:35:15.553Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (237/257)
42692026-03-21T00:35:16.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-03-21T00:35:16.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-03-21T00:35:16.614Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42722026-03-21T00:35:16.760Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42732026-03-21T00:35:16.763Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42742026-03-21T00:35:53.582Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42752026-03-21T00:35:54.073Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42762026-03-21T00:35:56.422Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42772026-03-21T00:35:56.996Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42782026-03-21T00:36:01.079Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42792026-03-21T00:36:32.909Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42802026-03-21T00:36:33.739Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42812026-03-21T00:36:35.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
42822026-03-21T00:36:36.118Z
42832026-03-21T00:36:36.118Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (238/257)
42842026-03-21T00:36:36.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-03-21T00:36:36.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-03-21T00:36:37.094Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42872026-03-21T00:36:37.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
42882026-03-21T00:36:38.222Z
42892026-03-21T00:36:38.222Zinfo: running `cargo check --bins` on omicron-releng (239/257)
42902026-03-21T00:36:38.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42912026-03-21T00:36:38.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42922026-03-21T00:36:39.111Z Compiling blake3 v1.8.3
42932026-03-21T00:36:39.241Z Checking arrayref v0.3.9
42942026-03-21T00:36:39.244Z Checking arrayvec v0.7.6
42952026-03-21T00:36:39.244Z Checking constant_time_eq v0.4.2
42962026-03-21T00:36:39.280Z Checking topological-sort v0.2.2
42972026-03-21T00:36:39.282Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
42982026-03-21T00:36:39.282Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42992026-03-21T00:36:39.282Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43002026-03-21T00:36:39.344Z Checking shell-words v1.1.1
43012026-03-21T00:36:40.251Z Checking omicron-zone-package v0.12.2
43022026-03-21T00:36:41.237Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43032026-03-21T00:36:42.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
43042026-03-21T00:36:42.576Z
43052026-03-21T00:36:42.576Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (240/257)
43062026-03-21T00:36:43.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-03-21T00:36:43.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-03-21T00:36:43.468Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43092026-03-21T00:36:43.854Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43102026-03-21T00:36:44.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
43112026-03-21T00:36:44.575Z
43122026-03-21T00:36:44.575Zinfo: running `cargo check --bins` on xtask (241/257)
43132026-03-21T00:36:45.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-03-21T00:36:45.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-03-21T00:36:45.179Z Checking libc v0.2.180
43162026-03-21T00:36:45.274Z Checking serde v1.0.228
43172026-03-21T00:36:45.284Z Checking zerofrom v0.1.6
43182026-03-21T00:36:45.291Z Checking bitflags v2.11.0
43192026-03-21T00:36:45.303Z Checking smallvec v1.15.1
43202026-03-21T00:36:45.313Z Checking hashbrown v0.16.1
43212026-03-21T00:36:45.329Z Checking serde_json v1.0.149
43222026-03-21T00:36:45.342Z Checking scroll v0.12.0
43232026-03-21T00:36:45.416Z Checking yoke v0.8.1
43242026-03-21T00:36:45.485Z Checking num-traits v0.2.19
43252026-03-21T00:36:45.534Z Checking thiserror v1.0.69
43262026-03-21T00:36:45.633Z Checking zerovec v0.11.5
43272026-03-21T00:36:45.633Z Checking zerotrie v0.2.3
43282026-03-21T00:36:45.650Z Checking log v0.4.29
43292026-03-21T00:36:45.698Z Checking errno v0.3.14
43302026-03-21T00:36:45.831Z Checking serde_spanned v0.6.9
43312026-03-21T00:36:45.845Z Checking rustix v1.1.3
43322026-03-21T00:36:45.858Z Checking toml_datetime v0.6.11
43332026-03-21T00:36:45.938Z Checking indexmap v2.13.0
43342026-03-21T00:36:45.971Z Checking percent-encoding v2.3.2
43352026-03-21T00:36:45.986Z Checking zerocopy v0.7.35
43362026-03-21T00:36:46.088Z Checking goblin v0.8.2
43372026-03-21T00:36:46.147Z Checking form_urlencoded v1.2.2
43382026-03-21T00:36:46.187Z Checking getrandom v0.4.1
43392026-03-21T00:36:46.270Z Checking ordered-float v2.10.1
43402026-03-21T00:36:46.284Z Checking tinystr v0.8.2
43412026-03-21T00:36:46.304Z Checking potential_utf v0.1.4
43422026-03-21T00:36:46.347Z Checking thiserror v2.0.18
43432026-03-21T00:36:46.463Z Checking icu_collections v2.1.1
43442026-03-21T00:36:46.477Z Checking syn v2.0.117
43452026-03-21T00:36:46.506Z Checking icu_locale_core v2.1.1
43462026-03-21T00:36:46.580Z Checking serde-value v0.7.0
43472026-03-21T00:36:46.682Z Checking toml_edit v0.22.27
43482026-03-21T00:36:46.696Z Checking dtrace-parser v0.2.0
43492026-03-21T00:36:46.899Z Checking thread-id v4.2.2
43502026-03-21T00:36:46.903Z Checking once_cell v1.21.3
43512026-03-21T00:36:46.945Z Checking cargo-platform v0.2.0
43522026-03-21T00:36:47.000Z Checking terminal_size v0.4.3
43532026-03-21T00:36:47.013Z Checking memmap v0.7.0
43542026-03-21T00:36:47.089Z Checking tempfile v3.25.0
43552026-03-21T00:36:47.138Z Checking clap_builder v4.5.60
43562026-03-21T00:36:47.166Z Checking textwrap v0.16.2
43572026-03-21T00:36:47.179Z Checking fs-err v3.3.0
43582026-03-21T00:36:47.271Z Checking icu_provider v2.1.1
43592026-03-21T00:36:47.337Z Checking camino-tempfile v1.4.1
43602026-03-21T00:36:47.413Z Checking anyhow v1.0.102
43612026-03-21T00:36:47.431Z Checking tabled v0.15.0
43622026-03-21T00:36:47.533Z Checking macaddr v1.0.1
43632026-03-21T00:36:47.579Z Checking icu_properties v2.1.2
43642026-03-21T00:36:47.668Z Checking icu_normalizer v2.1.1
43652026-03-21T00:36:47.763Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43662026-03-21T00:36:48.217Z Checking toml v0.8.23
43672026-03-21T00:36:48.640Z Checking cargo_toml v0.21.0
43682026-03-21T00:36:48.685Z Checking dof v0.3.0
43692026-03-21T00:36:48.723Z Checking idna_adapter v1.2.1
43702026-03-21T00:36:48.785Z Checking clap v4.5.60
43712026-03-21T00:36:48.866Z Checking idna v1.1.0
43722026-03-21T00:36:49.067Z Checking usdt-impl v0.5.0
43732026-03-21T00:36:49.160Z Checking url v2.5.8
43742026-03-21T00:36:49.391Z Checking usdt v0.5.0
43752026-03-21T00:36:49.632Z Checking cargo-util-schemas v0.8.2
43762026-03-21T00:36:50.641Z Checking cargo_metadata v0.21.0
43772026-03-21T00:36:51.496Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43782026-03-21T00:36:52.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.48s
43792026-03-21T00:36:52.210Z
43802026-03-21T00:36:52.210Zinfo: running `cargo check --bins` on end-to-end-tests (242/257)
43812026-03-21T00:36:52.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-03-21T00:36:52.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-03-21T00:36:53.313Z Checking polyval v0.6.2
43842026-03-21T00:36:53.460Z Checking ctr v0.9.2
43852026-03-21T00:36:53.479Z Checking ssh-encoding v0.2.0
43862026-03-21T00:36:53.482Z Checking blowfish v0.9.1
43872026-03-21T00:36:53.514Z Checking password-hash v0.4.2
43882026-03-21T00:36:53.535Z Checking p521 v0.13.3
43892026-03-21T00:36:53.537Z Checking p256 v0.13.2
43902026-03-21T00:36:53.573Z Checking russh-cryptovec v0.7.3
43912026-03-21T00:36:53.636Z Checking ghash v0.5.1
43922026-03-21T00:36:53.656Z Checking bcrypt-pbkdf v0.10.0
43932026-03-21T00:36:53.659Z Checking md5 v0.7.0
43942026-03-21T00:36:53.726Z Checking num-bigint v0.4.6
43952026-03-21T00:36:53.746Z Checking des v0.8.1
43962026-03-21T00:36:53.777Z Checking aes-gcm v0.10.3
43972026-03-21T00:36:53.800Z Checking pbkdf2 v0.11.0
43982026-03-21T00:36:53.850Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43992026-03-21T00:36:53.874Z Checking hex-literal v0.4.1
44002026-03-21T00:36:53.893Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44012026-03-21T00:36:53.936Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44022026-03-21T00:36:53.959Z Checking ssh-cipher v0.2.0
44032026-03-21T00:36:53.989Z Checking socket2 v0.5.10
44042026-03-21T00:36:54.008Z Checking internet-checksum v0.2.1
44052026-03-21T00:36:54.167Z Checking ssh-key v0.6.7
44062026-03-21T00:36:54.356Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44072026-03-21T00:36:55.043Z Checking russh-keys v0.45.0
44082026-03-21T00:36:55.781Z Checking russh v0.45.0
44092026-03-21T00:37:17.256Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44102026-03-21T00:37:18.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.56s
44112026-03-21T00:37:19.040Z
44122026-03-21T00:37:19.040Zinfo: running `cargo check --bins` on gateway-cli (243/257)
44132026-03-21T00:37:19.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-03-21T00:37:19.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-03-21T00:37:19.913Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44162026-03-21T00:37:20.041Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44172026-03-21T00:37:20.054Z Checking termios v0.3.3
44182026-03-21T00:37:21.734Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44192026-03-21T00:37:21.914Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44202026-03-21T00:37:24.523Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44212026-03-21T00:37:25.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.22s
44222026-03-21T00:37:25.482Z
44232026-03-21T00:37:25.482Zinfo: running `cargo check --bins --no-default-features` on installinator (244/257)
44242026-03-21T00:37:26.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-03-21T00:37:26.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-03-21T00:37:26.440Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44272026-03-21T00:37:26.574Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44282026-03-21T00:37:26.614Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44292026-03-21T00:37:26.618Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44302026-03-21T00:37:26.618Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44312026-03-21T00:37:26.870Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44322026-03-21T00:37:26.870Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44332026-03-21T00:37:27.817Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44342026-03-21T00:37:28.091Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44352026-03-21T00:37:28.098Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44362026-03-21T00:37:28.938Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44372026-03-21T00:37:31.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s
44382026-03-21T00:37:31.314Z
44392026-03-21T00:37:31.314Zinfo: running `cargo check --bins` on internal-dns-cli (245/257)
44402026-03-21T00:37:32.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-03-21T00:37:32.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-03-21T00:37:32.180Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44432026-03-21T00:37:32.737Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44442026-03-21T00:37:33.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
44452026-03-21T00:37:33.370Z
44462026-03-21T00:37:33.370Zinfo: running `cargo check --bins` on omicron-live-tests (246/257)
44472026-03-21T00:37:34.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-03-21T00:37:34.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-03-21T00:37:34.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44502026-03-21T00:37:34.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44512026-03-21T00:37:34.154Z
44522026-03-21T00:37:34.154Zinfo: running `cargo check --bins` on live-tests-macros (247/257)
44532026-03-21T00:37:34.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-03-21T00:37:34.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-03-21T00:37:34.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44562026-03-21T00:37:34.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
44572026-03-21T00:37:34.937Z
44582026-03-21T00:37:34.938Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (248/257)
44592026-03-21T00:37:35.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-03-21T00:37:35.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-03-21T00:37:35.986Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44622026-03-21T00:37:36.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
44632026-03-21T00:37:36.956Z
44642026-03-21T00:37:36.956Zinfo: running `cargo check --bins` on omicron-ntp-admin (249/257)
44652026-03-21T00:37:37.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-03-21T00:37:37.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-03-21T00:37:37.845Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44682026-03-21T00:37:37.848Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44692026-03-21T00:37:38.145Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44702026-03-21T00:37:38.153Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44712026-03-21T00:37:39.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s
44722026-03-21T00:37:39.460Z
44732026-03-21T00:37:39.460Zinfo: running `cargo check --bins` on ntp-admin-types (250/257)
44742026-03-21T00:37:40.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-03-21T00:37:40.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-03-21T00:37:40.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44772026-03-21T00:37:40.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44782026-03-21T00:37:40.151Z
44792026-03-21T00:37:40.151Zinfo: running `cargo check --bins` on omicron-package (251/257)
44802026-03-21T00:37:40.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-03-21T00:37:40.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-03-21T00:37:41.064Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44832026-03-21T00:37:42.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s
44842026-03-21T00:37:42.659Z
44852026-03-21T00:37:42.659Zinfo: running `cargo check --bins` on tqdb (252/257)
44862026-03-21T00:37:43.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44872026-03-21T00:37:43.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44882026-03-21T00:37:43.781Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44892026-03-21T00:37:44.182Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44902026-03-21T00:37:44.895Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44912026-03-21T00:37:44.902Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44922026-03-21T00:37:51.472Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44932026-03-21T00:37:52.399Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44942026-03-21T00:37:52.402Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
44952026-03-21T00:37:52.402Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44962026-03-21T00:37:52.402Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44972026-03-21T00:37:53.374Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44982026-03-21T00:38:02.839Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44992026-03-21T00:38:11.028Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45002026-03-21T00:38:11.032Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45012026-03-21T00:38:11.032Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45022026-03-21T00:38:11.032Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45032026-03-21T00:38:12.905Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45042026-03-21T00:38:14.713Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45052026-03-21T00:38:15.612Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45062026-03-21T00:38:17.338Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45072026-03-21T00:38:18.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.37s
45082026-03-21T00:38:18.280Z
45092026-03-21T00:38:18.281Zinfo: running `cargo check --bins` on wicket-dbg (253/257)
45102026-03-21T00:38:19.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45112026-03-21T00:38:19.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45122026-03-21T00:38:19.302Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45132026-03-21T00:38:19.309Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45142026-03-21T00:38:19.385Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45152026-03-21T00:38:19.428Z Checking rtoolbox v0.0.3
45162026-03-21T00:38:19.433Z Checking tui-tree-widget v0.23.1
45172026-03-21T00:38:19.592Z Checking rpassword v7.4.0
45182026-03-21T00:38:19.691Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45192026-03-21T00:38:20.635Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45202026-03-21T00:38:27.243Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45212026-03-21T00:38:28.155Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45222026-03-21T00:38:29.538Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45232026-03-21T00:38:33.683Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45242026-03-21T00:38:36.197Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45252026-03-21T00:38:37.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.06s
45262026-03-21T00:38:37.585Z
45272026-03-21T00:38:37.585Zinfo: running `cargo check --bins` on wicket (254/257)
45282026-03-21T00:38:38.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-03-21T00:38:38.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-03-21T00:38:38.512Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45312026-03-21T00:38:38.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45322026-03-21T00:38:39.191Z
45332026-03-21T00:38:39.191Zinfo: running `cargo check --bins` on wicketd (255/257)
45342026-03-21T00:38:39.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-03-21T00:38:39.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-03-21T00:38:40.150Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45372026-03-21T00:38:40.152Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45382026-03-21T00:38:40.299Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45392026-03-21T00:38:40.301Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45402026-03-21T00:38:41.702Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45412026-03-21T00:38:42.496Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45422026-03-21T00:38:46.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.30s
45432026-03-21T00:38:46.745Z
45442026-03-21T00:38:46.745Zinfo: running `cargo check --bins` on omicron-workspace-hack (256/257)
45452026-03-21T00:38:47.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45462026-03-21T00:38:47.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45472026-03-21T00:38:47.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45482026-03-21T00:38:47.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
45492026-03-21T00:38:47.660Z
45502026-03-21T00:38:47.660Zinfo: running `cargo check --bins` on zone-setup (257/257)
45512026-03-21T00:38:48.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-03-21T00:38:48.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-03-21T00:38:48.557Z Checking uzers v0.12.2
45542026-03-21T00:38:48.772Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45552026-03-21T00:38:49.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
45562026-03-21T00:38:50.047Z
45572026-03-21T00:38:50.048Zreal 19:01.887715912
45582026-03-21T00:38:50.056Zuser 28:23.334027053
45592026-03-21T00:38:50.056Zsys 5:12.160641955
45602026-03-21T00:38:50.056Ztrap 0.479297711
45612026-03-21T00:38:50.056Ztflt 0.271047320
45622026-03-21T00:38:50.056Zdflt 0.710108290
45632026-03-21T00:38:50.056Zkflt 0.000954284
45642026-03-21T00:38:50.056Zlock 1:46:47.923019223
45652026-03-21T00:38:50.056Zslp 2:13:21.405484083
45662026-03-21T00:38:50.056Zlat 1:22.995315114
45672026-03-21T00:38:50.056Zstop 5:22.667300552
45682026-03-21T00:38:50.056Zprocess exited: duration 1379530 ms, exit code 0
 
45692026-03-21T00:38:50.064Zfound 0 output files