01KKHBC5XQA26R5CSSDH19KE3V: 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: 01KKHBCK8J5GSZYXBM9DH40V2K

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-12T15:43:36.802Zjob assigned to worker 01KKHBCMFS0FHCD0X21TGCH1WR [factory aws, i-0d25b5372fd73152c] (queued for 1 m 32 s)
 
22026-03-12T15:43:44.179Zstarting task 0: "setup"
32026-03-12T15:43:44.185Z++ uname -s
42026-03-12T15:43:44.188Z+ kern=SunOS
52026-03-12T15:43:44.188Z+ build_user=build
62026-03-12T15:43:44.189Z+ build_uid=12345
72026-03-12T15:43:44.189Z+ work_dir=/work
82026-03-12T15:43:44.189Z+ input_dir=/input
92026-03-12T15:43:44.189Z+ [[ 0 == 12345 ]]
102026-03-12T15:43:44.189Z+ case "$kern" in
112026-03-12T15:43:44.189Z+ groupadd -g 12345 build
122026-03-12T15:43:44.192Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-12T15:43:46.196Z+ zfs create -o mountpoint=/work rpool/work
142026-03-12T15:43:46.366Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-12T15:43:46.370Z+ home_fs=zfs
162026-03-12T15:43:46.370Z+ [[ zfs == autofs ]]
172026-03-12T15:43:46.370Z+ mkdir -p /home/build
182026-03-12T15:43:46.370Z+ chown build:build /home/build /work
192026-03-12T15:43:48.372Z+ chmod 0700 /home/build /work
202026-03-12T15:43:48.375Zprocess exited: duration 4195 ms, exit code 0
 
212026-03-12T15:43:48.381Zstarting task 1: "rust-toolchain"
222026-03-12T15:43:48.386Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-12T15:43:48.386Z * rust toolchain channel = "1.91.1"
242026-03-12T15:43:48.386Z * rust toolchain profile = "default"
252026-03-12T15:43:48.386Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-12T15:43:48.386Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-12T15:43:48.386Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-12T15:43:48.389Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-12T15:43:48.389Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-12T15:43:48.523Zinfo: downloading installer
312026-03-12T15:43:50.249Zwarn: It looks like you have an existing installation of Rust at:
322026-03-12T15:43:50.249Zwarn: /opt/ooce/bin
332026-03-12T15:43:50.249Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-12T15:43:50.249Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-12T15:43:50.249Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-12T15:43:50.249Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-12T15:43:50.249Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-12T15:43:50.250Zerror: cannot install while Rust is installed
392026-03-12T15:43:50.250Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-12T15:43:50.250Zwarn: It looks like you have an existing rustup settings file at:
412026-03-12T15:43:50.250Zwarn: /home/build/.rustup/settings.toml
422026-03-12T15:43:50.250Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-12T15:43:50.250Zwarn: instead of the one inferred from the default host triple.
442026-03-12T15:43:50.302Zinfo: profile set to default
452026-03-12T15:43:50.302Zinfo: default host triple is x86_64-unknown-illumos
462026-03-12T15:43:50.305Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-12T15:43:50.486Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-12T15:43:50.490Zinfo: downloading 6 components
492026-03-12T15:44:05.565Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
502026-03-12T15:44:05.565Z
512026-03-12T15:44:05.600Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-12T15:44:05.600Z
532026-03-12T15:44:05.603Z
542026-03-12T15:44:05.603ZRust is installed now. Great!
552026-03-12T15:44:05.603Z
562026-03-12T15:44:05.603ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-12T15:44:05.603Zenvironment variable. This has not been done automatically.
582026-03-12T15:44:05.604Z
592026-03-12T15:44:05.604ZTo configure your current shell, you need to source
602026-03-12T15:44:05.604Zthe corresponding env file under $HOME/.cargo.
612026-03-12T15:44:05.604Z
622026-03-12T15:44:05.604ZThis is usually done by running one of the following (note the leading DOT):
632026-03-12T15:44:05.604Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-12T15:44:05.604Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-12T15:44:05.604Zsource "~/.cargo/env.nu" # For nushell
662026-03-12T15:44:05.604Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-12T15:44:05.604Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-12T15:44:05.604Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-12T15:44:05.604Zwarn: no default linker (`cc`) was found in your PATH
702026-03-12T15:44:05.604Zwarn: many Rust crates require a system C toolchain to build
712026-03-12T15:44:05.700Z+ rustup --version
722026-03-12T15:44:05.711Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-12T15:44:05.713Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-12T15:44:05.738Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-12T15:44:05.743Z+ cargo --version
762026-03-12T15:44:05.761Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-12T15:44:05.764Z+ rustc --version
782026-03-12T15:44:05.793Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-12T15:44:05.796Zprocess exited: duration 17409 ms, exit code 0
 
802026-03-12T15:44:05.802Zstarting task 2: "authentication"
812026-03-12T15:44:05.822Zprocess exited: duration 19 ms, exit code 0
 
822026-03-12T15:44:05.828Zstarting task 3: "clone repository"
832026-03-12T15:44:05.832Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-12T15:44:05.835Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-12T15:44:05.872ZCloning into '/work/oxidecomputer/omicron'...
862026-03-12T15:44:16.657Z+ cd /work/oxidecomputer/omicron
872026-03-12T15:44:16.657Z+ git fetch origin 6e4dd7ca17aacd8993bbf18ef4e62107a80940e5
882026-03-12T15:44:16.956ZFrom https://github.com/oxidecomputer/omicron
892026-03-12T15:44:16.956Z * branch 6e4dd7ca17aacd8993bbf18ef4e62107a80940e5 -> FETCH_HEAD
902026-03-12T15:44:16.967Z+ [[ -n john/switch-slot-no-display ]]
912026-03-12T15:44:16.970Z++ git branch --show-current
922026-03-12T15:44:16.972Z+ current=main
932026-03-12T15:44:16.972Z+ [[ main != john/switch-slot-no-display ]]
942026-03-12T15:44:16.973Z+ git branch -f john/switch-slot-no-display 6e4dd7ca17aacd8993bbf18ef4e62107a80940e5
952026-03-12T15:44:16.976Z+ git checkout -f john/switch-slot-no-display
962026-03-12T15:44:17.294ZSwitched to branch 'john/switch-slot-no-display'
972026-03-12T15:44:17.297Z+ git reset --hard 6e4dd7ca17aacd8993bbf18ef4e62107a80940e5
982026-03-12T15:44:17.319ZHEAD is now at 6e4dd7ca1 fix typo
992026-03-12T15:44:17.322Zprocess exited: duration 11491 ms, exit code 0
 
1002026-03-12T15:44:17.328Zstarting task 4: "build"
1012026-03-12T15:44:17.333Z+ source .github/buildomat/ci-env.sh
1022026-03-12T15:44:17.336Z++ export CARGO_TERM_COLOR=always
1032026-03-12T15:44:17.336Z++ CARGO_TERM_COLOR=always
1042026-03-12T15:44:17.336Z+ cargo --version
1052026-03-12T15:44:17.345Zcargo 1.91.1 (ea2d97820 2025-10-10)
1062026-03-12T15:44:17.348Z+ rustc --version
1072026-03-12T15:44:17.372Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1082026-03-12T15:44:17.376Z+ source ./env.sh
1092026-03-12T15:44:17.376Z++ OLD_SHELL_OPTS=ehxB
1102026-03-12T15:44:17.376Z++ set -o xtrace
1112026-03-12T15:44:17.380Z++++ dirname ./env.sh
1122026-03-12T15:44:17.380Z+++ readlink -f .
1132026-03-12T15:44:17.383Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-12T15:44:17.383Z++ 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-12T15:44:17.383Z++ 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-12T15:44:17.383Z++ 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-12T15:44:17.384Z++ 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-12T15:44:17.384Z++ 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-12T15:44:17.384Z++ 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-12T15:44:17.384Z++ 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-12T15:44:17.384Z++ 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-12T15:44:17.384Z++ case $OLD_SHELL_OPTS in
1232026-03-12T15:44:17.384Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-12T15:44:17.384Z+ 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-12T15:44:17.384Z+ 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-12T15:44:17.384Z+ banner prerequisites
1272026-03-12T15:44:17.387Z
1282026-03-12T15:44:17.387Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-12T15:44:17.388Z # # # # # # # # # # # # # # #
1302026-03-12T15:44:17.388Z # # # # ##### # # ##### # # # # # #### #
1312026-03-12T15:44:17.388Z ##### ##### # ##### # # # # # # # # #
1322026-03-12T15:44:17.388Z # # # # # # # # # # # # # # #
1332026-03-12T15:44:17.388Z # # # ###### # # ###### ### # #### # #### #
1342026-03-12T15:44:17.388Z
1352026-03-12T15:44:17.388Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-12T15:44:27.172Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-12T15:44:36.659Z Startup: Caching catalogs ... Done
1382026-03-12T15:44:58.165ZPlanning: Solver setup ... Done (19.948s)
1392026-03-12T15:44:58.311ZPlanning: Running solver ... Done (0.146s)
1402026-03-12T15:44:58.492ZPlanning: Finding local manifests ... Done (0.002s)
1412026-03-12T15:44:58.512ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-12T15:44:58.653ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-12T15:44:58.695ZPlanning: Package planning ... Done (0.042s)
1442026-03-12T15:44:58.735ZPlanning: Merging actions ... Done (0.039s)
1452026-03-12T15:44:58.973ZPlanning: Checking for conflicting actions ... Done (0.238s)
1462026-03-12T15:44:58.983ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-12T15:44:59.766ZPlanning: Evaluating mediators ... Done (0.783s)
1482026-03-12T15:44:59.774ZPlanning: Planning completed in 22.97 seconds
1492026-03-12T15:44:59.788Z Packages to install: 4
1502026-03-12T15:44:59.791Z Mediators to change: 2
1512026-03-12T15:44:59.791Z Services to change: 1
1522026-03-12T15:44:59.791Z Estimated space available: 155.43 GB
1532026-03-12T15:44:59.791ZEstimated space to be consumed: 1.82 GB
1542026-03-12T15:44:59.791Z Create boot environment: No
1552026-03-12T15:44:59.791ZCreate backup boot environment: No
1562026-03-12T15:44:59.791Z Rebuild boot archive: No
1572026-03-12T15:44:59.791Z
1582026-03-12T15:44:59.791ZChanged mediators:
1592026-03-12T15:44:59.791Z mediator clang:
1602026-03-12T15:44:59.791Z version: None -> 15 (system default)
1612026-03-12T15:44:59.792Z
1622026-03-12T15:44:59.792Z mediator llvm:
1632026-03-12T15:44:59.792Z version: 14 (system default) -> 15 (system default)
1642026-03-12T15:44:59.792Z
1652026-03-12T15:44:59.792ZChanged packages:
1662026-03-12T15:44:59.792Zhelios-dev
1672026-03-12T15:44:59.792Z developer/build-essential
1682026-03-12T15:44:59.792Z None -> 11-2.0
1692026-03-12T15:44:59.792Z library/libxmlsec1
1702026-03-12T15:44:59.792Z None -> 1.2.35-2.0
1712026-03-12T15:44:59.792Z ooce/developer/clang-15
1722026-03-12T15:44:59.792Z None -> 15.0.7-2.0
1732026-03-12T15:44:59.792Z ooce/developer/llvm-15
1742026-03-12T15:44:59.792Z None -> 15.0.7-2.0
1752026-03-12T15:44:59.792Z
1762026-03-12T15:44:59.793ZServices:
1772026-03-12T15:44:59.793Z restart_fmri:
1782026-03-12T15:44:59.793Z svc:/system/update-man-index:default
1792026-03-12T15:44:59.836Z
1802026-03-12T15:44:59.836ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-12T15:45:06.826ZDownload: 1195/3290 items 83.5/212.6MB 39% complete (22.3M/s)
1822026-03-12T15:45:11.829ZDownload: 3284/3290 items 211.1/212.6MB 99% complete (21.9M/s)
1832026-03-12T15:45:11.867ZDownload: Completed 212.60 MB in 12.03 seconds (17.7M/s)
1842026-03-12T15:45:12.137Z Actions: 1/3689 actions (Installing new actions)
1852026-03-12T15:45:16.268Z Actions: Completed 3689 actions in 4.13 seconds.
1862026-03-12T15:45:17.001Z Done (0.728s)
1872026-03-12T15:45:17.001Z Done (0.000s)
1882026-03-12T15:45:17.987Z Done (0.984s)
1892026-03-12T15:45:21.968Z Done (3.624s)
1902026-03-12T15:45:22.059Z Done (0.020s)
1912026-03-12T15:45:22.062Z Done (0.000s)
1922026-03-12T15:45:22.222Z Done (0.000s)
1932026-03-12T15:45:23.150ZPlanning: Evaluating mediator changes ... Done
1942026-03-12T15:45:23.291ZPlanning: Checking for conflicting actions ... Done
1952026-03-12T15:45:23.295ZPlanning: Consolidating action changes ... Done
1962026-03-12T15:45:23.514ZPlanning: Evaluating mediators ... Done
1972026-03-12T15:45:23.520ZPlanning: Planning completed in 0.37 seconds
1982026-03-12T15:45:23.543Z Mediators to change: 2
1992026-03-12T15:45:23.543Z Create boot environment: No
2002026-03-12T15:45:23.546ZCreate backup boot environment: No
2012026-03-12T15:45:23.628Z Done
2022026-03-12T15:45:23.628Z Done
2032026-03-12T15:45:24.381Z Done
2042026-03-12T15:45:27.682Z Done
2052026-03-12T15:45:27.768Z Done
2062026-03-12T15:45:27.771Z Done
2072026-03-12T15:45:27.931Z Done
2082026-03-12T15:45:28.466ZPlanning: Evaluating mediator changes ... Done
2092026-03-12T15:45:28.470ZPlanning: Merging actions ... Done
2102026-03-12T15:45:28.633ZPlanning: Checking for conflicting actions ... Done
2112026-03-12T15:45:28.636ZPlanning: Consolidating action changes ... Done
2122026-03-12T15:45:28.851ZPlanning: Evaluating mediators ... Done
2132026-03-12T15:45:28.893ZPlanning: Planning completed in 0.63 seconds
2142026-03-12T15:45:28.924Z Packages to change: 1
2152026-03-12T15:45:28.924Z Mediators to change: 1
2162026-03-12T15:45:28.927Z Services to change: 1
2172026-03-12T15:45:28.927Z Create boot environment: No
2182026-03-12T15:45:28.927ZCreate backup boot environment: Yes
2192026-03-12T15:45:31.521Z Actions: 1/6 actions (Updating modified actions)
2202026-03-12T15:45:31.524Z Actions: Completed 6 actions in 0.00 seconds.
2212026-03-12T15:45:31.525Z Done
2222026-03-12T15:45:31.525Z Done
2232026-03-12T15:45:31.710Z Done
2242026-03-12T15:45:35.026Z Done
2252026-03-12T15:45:35.111Z Done
2262026-03-12T15:45:35.114Z Done
2272026-03-12T15:45:35.258Z Done
2282026-03-12T15:45:35.637ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-03-12T15:45:35.638Zclang system 15 system
2302026-03-12T15:45:35.638Zcsh system system illumos
2312026-03-12T15:45:35.638Zctags system system illumos
2322026-03-12T15:45:35.638Zfile system system illumos
2332026-03-12T15:45:35.638Zgcc vendor 12 vendor
2342026-03-12T15:45:35.638Zgcc system 10 system
2352026-03-12T15:45:35.638Zgcc system 7 system
2362026-03-12T15:45:35.638Zgo system 1.20 system
2372026-03-12T15:45:35.638Zgo system 1.19 system
2382026-03-12T15:45:35.638Zllvm system 15 system
2392026-03-12T15:45:35.638Zllvm system 14 system
2402026-03-12T15:45:35.638Zmariadb system 10.6 system
2412026-03-12T15:45:35.638Zmta vendor vendor dma
2422026-03-12T15:45:35.638Zopenjdk system 17 system
2432026-03-12T15:45:35.638Zopenjdk system 11 system
2442026-03-12T15:45:35.638Zopenjdk system 1.8 system
2452026-03-12T15:45:35.638Zopenssl vendor 3 vendor
2462026-03-12T15:45:35.638Zperl system 5.36 system
2472026-03-12T15:45:35.638Zpostgresql system 15 system
2482026-03-12T15:45:35.638Zpostgresql system 13 system
2492026-03-12T15:45:35.638Zpython vendor 3 vendor
2502026-03-12T15:45:35.638Zpython system 2 system
2512026-03-12T15:45:35.638Zpython3 system 3.11 system
2522026-03-12T15:45:35.638Zruby system 3.0 system
2532026-03-12T15:45:35.638Zwords vendor vendor american-english
2542026-03-12T15:45:35.638Zwords system system australian-english
2552026-03-12T15:45:35.638Zwords system system british-english
2562026-03-12T15:45:35.638Zwords system system canadian-english
2572026-03-12T15:45:35.638Zwords system system french
2582026-03-12T15:45:35.638Zwords system system italian
2592026-03-12T15:45:35.638Zwords system system ngerman
2602026-03-12T15:45:35.638Zwords system system ogerman
2612026-03-12T15:45:35.638Zwords system system spanish
2622026-03-12T15:45:35.937ZPUBLISHER TYPE STATUS P LOCATION
2632026-03-12T15:45:35.937Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-03-12T15:45:41.824ZFMRI IFO
2652026-03-12T15:45:41.824Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-03-12T15:45:41.824Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-03-12T15:45:41.824Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-03-12T15:45:41.824Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-03-12T15:45:41.824Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-03-12T15:45:41.824Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-03-12T15:45:41.824Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2722026-03-12T15:45:41.824Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2732026-03-12T15:45:41.824Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2742026-03-12T15:45:41.824Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2752026-03-12T15:45:41.824Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2762026-03-12T15:45:41.824Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2772026-03-12T15:45:41.824Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782026-03-12T15:45:41.825Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2792026-03-12T15:45:41.825Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2802026-03-12T15:45:41.825Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812026-03-12T15:45:43.051Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822026-03-12T15:45:43.320Z Updating crates.io index
2832026-03-12T15:45:43.323Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842026-03-12T15:45:43.621Z Updating git repository `https://github.com/oxidecomputer/lldp`
2852026-03-12T15:45:44.437Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-03-12T15:45:44.911Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2872026-03-12T15:45:45.229Z Updating git repository `https://github.com/oxidecomputer/falcon`
2882026-03-12T15:45:46.614Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892026-03-12T15:45:47.202Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902026-03-12T15:45:51.649Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-03-12T15:45:53.308Z Updating git repository `https://github.com/oxidecomputer/opte`
2922026-03-12T15:45:54.098Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932026-03-12T15:45:54.513Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2942026-03-12T15:45:55.717Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952026-03-12T15:45:56.028Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962026-03-12T15:45:56.573Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972026-03-12T15:45:56.852Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982026-03-12T15:45:57.998Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2992026-03-12T15:45:58.697Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002026-03-12T15:45:58.989Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012026-03-12T15:45:59.402Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3022026-03-12T15:45:59.821Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032026-03-12T15:46:00.272Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042026-03-12T15:46:00.543Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052026-03-12T15:46:00.910Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062026-03-12T15:46:01.384Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072026-03-12T15:46:01.782Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082026-03-12T15:46:02.404Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3092026-03-12T15:46:02.720Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102026-03-12T15:46:03.490Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112026-03-12T15:46:03.866Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122026-03-12T15:46:04.972Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-03-12T15:46:05.259Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-03-12T15:46:05.629Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-03-12T15:46:05.991Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-03-12T15:46:06.403Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-03-12T15:46:06.859Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-03-12T15:46:07.219Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-03-12T15:46:07.530Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-03-12T15:46:07.888Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-03-12T15:46:23.811Z Downloading crates ...
3222026-03-12T15:46:23.866Z Downloaded block-buffer v0.10.4
3232026-03-12T15:46:23.869Z Downloaded cargo-platform v0.2.0
3242026-03-12T15:46:23.881Z Downloaded camino v1.2.2
3252026-03-12T15:46:23.884Z Downloaded clap v4.5.60
3262026-03-12T15:46:23.889Z Downloaded anstyle v1.0.13
3272026-03-12T15:46:23.892Z Downloaded toml_write v0.1.2
3282026-03-12T15:46:23.892Z Downloaded anstream v0.6.21
3292026-03-12T15:46:23.895Z Downloaded thiserror-impl v2.0.18
3302026-03-12T15:46:23.895Z Downloaded anstyle-parse v0.2.7
3312026-03-12T15:46:23.898Z Downloaded tempfile v3.25.0
3322026-03-12T15:46:23.898Z Downloaded cargo-util-schemas v0.8.2
3332026-03-12T15:46:23.901Z Downloaded bitflags v2.11.0
3342026-03-12T15:46:23.904Z Downloaded cargo_toml v0.21.0
3352026-03-12T15:46:23.904Z Downloaded textwrap v0.16.2
3362026-03-12T15:46:23.907Z Downloaded utf8_iter v1.0.4
3372026-03-12T15:46:23.907Z Downloaded thiserror v1.0.69
3382026-03-12T15:46:23.911Z Downloaded clap_derive v4.5.55
3392026-03-12T15:46:23.914Z Downloaded utf8parse v0.2.2
3402026-03-12T15:46:23.914Z Downloaded unicode-xid v0.2.6
3412026-03-12T15:46:23.914Z Downloaded cargo_metadata v0.21.0
3422026-03-12T15:46:23.914Z Downloaded usdt-macro v0.5.0
3432026-03-12T15:46:23.917Z Downloaded hashbrown v0.16.1
3442026-03-12T15:46:23.921Z Downloaded yoke-derive v0.8.1
3452026-03-12T15:46:23.921Z Downloaded usdt-impl v0.5.0
3462026-03-12T15:46:23.924Z Downloaded usdt-attr-macro v0.5.0
3472026-03-12T15:46:23.924Z Downloaded toml v0.8.23
3482026-03-12T15:46:23.924Z Downloaded clap_builder v4.5.60
3492026-03-12T15:46:23.928Z Downloaded zerofrom v0.1.6
3502026-03-12T15:46:23.932Z Downloaded cfg-if v1.0.4
3512026-03-12T15:46:23.932Z Downloaded anstyle-query v1.1.5
3522026-03-12T15:46:23.932Z Downloaded writeable v0.6.2
3532026-03-12T15:46:23.935Z Downloaded version_check v0.9.5
3542026-03-12T15:46:23.935Z Downloaded zerofrom-derive v0.1.6
3552026-03-12T15:46:23.935Z Downloaded thread-id v4.2.2
3562026-03-12T15:46:23.935Z Downloaded autocfg v1.5.0
3572026-03-12T15:46:23.938Z Downloaded toml_datetime v0.6.11
3582026-03-12T15:46:23.938Z Downloaded camino-tempfile v1.4.1
3592026-03-12T15:46:23.941Z Downloaded usdt v0.5.0
3602026-03-12T15:46:23.941Z Downloaded thiserror-impl v1.0.69
3612026-03-12T15:46:23.941Z Downloaded tinystr v0.8.2
3622026-03-12T15:46:23.944Z Downloaded thiserror v2.0.18
3632026-03-12T15:46:23.947Z Downloaded unicode-linebreak v0.1.5
3642026-03-12T15:46:23.947Z Downloaded typeid v1.0.3
3652026-03-12T15:46:23.950Z Downloaded yoke v0.8.1
3662026-03-12T15:46:23.953Z Downloaded zerovec-derive v0.11.2
3672026-03-12T15:46:23.956Z Downloaded zmij v1.0.21
3682026-03-12T15:46:23.956Z Downloaded serde_derive v1.0.228
3692026-03-12T15:46:23.959Z Downloaded unicode-ident v1.0.24
3702026-03-12T15:46:23.962Z Downloaded ucd-trie v0.1.7
3712026-03-12T15:46:23.963Z Downloaded byteorder v1.5.0
3722026-03-12T15:46:23.966Z Downloaded bytecount v0.6.9
3732026-03-12T15:46:23.966Z Downloaded zerocopy-derive v0.7.35
3742026-03-12T15:46:23.969Z Downloaded scroll_derive v0.12.1
3752026-03-12T15:46:23.975Z Downloaded zerotrie v0.2.3
3762026-03-12T15:46:23.982Z Downloaded typenum v1.19.0
3772026-03-12T15:46:23.985Z Downloaded toml_edit v0.22.27
3782026-03-12T15:46:23.988Z Downloaded url v2.5.8
3792026-03-12T15:46:23.993Z Downloaded zerovec v0.11.5
3802026-03-12T15:46:23.999Z Downloaded strsim v0.11.1
3812026-03-12T15:46:24.003Z Downloaded zerocopy v0.7.35
3822026-03-12T15:46:24.012Z Downloaded dtrace-parser v0.2.0
3832026-03-12T15:46:24.015Z Downloaded winnow v0.7.14
3842026-03-12T15:46:24.019Z Downloaded smawk v0.3.2
3852026-03-12T15:46:24.022Z Downloaded serde-value v0.7.0
3862026-03-12T15:46:24.022Z Downloaded form_urlencoded v1.2.2
3872026-03-12T15:46:24.022Z Downloaded unicode-width v0.2.0
3882026-03-12T15:46:24.026Z Downloaded unicode-width v0.1.14
3892026-03-12T15:46:24.030Z Downloaded proc-macro-error-attr v1.0.4
3902026-03-12T15:46:24.033Z Downloaded clap_lex v1.0.0
3912026-03-12T15:46:24.033Z Downloaded terminal_size v0.4.3
3922026-03-12T15:46:24.033Z Downloaded idna_adapter v1.2.1
3932026-03-12T15:46:24.036Z Downloaded stable_deref_trait v1.2.1
3942026-03-12T15:46:24.036Z Downloaded percent-encoding v2.3.2
3952026-03-12T15:46:24.036Z Downloaded colorchoice v1.0.4
3962026-03-12T15:46:24.036Z Downloaded dof v0.3.0
3972026-03-12T15:46:24.036Z Downloaded potential_utf v0.1.4
3982026-03-12T15:46:24.039Z Downloaded heck v0.4.1
3992026-03-12T15:46:24.039Z Downloaded fastrand v2.3.0
4002026-03-12T15:46:24.043Z Downloaded erased-serde v0.4.9
4012026-03-12T15:46:24.046Z Downloaded sha2 v0.10.9
4022026-03-12T15:46:24.050Z Downloaded serde_tokenstream v0.2.3
4032026-03-12T15:46:24.050Z Downloaded serde-untagged v0.1.9
4042026-03-12T15:46:24.050Z Downloaded quote v1.0.44
4052026-03-12T15:46:24.053Z Downloaded generic-array v0.14.7
4062026-03-12T15:46:24.053Z Downloaded scroll v0.12.0
4072026-03-12T15:46:24.057Z Downloaded proc-macro-error v1.0.4
4082026-03-12T15:46:24.061Z Downloaded synstructure v0.13.2
4092026-03-12T15:46:24.065Z Downloaded digest v0.10.7
4102026-03-12T15:46:24.065Z Downloaded crypto-common v0.1.7
4112026-03-12T15:46:24.065Z Downloaded once_cell v1.21.3
4122026-03-12T15:46:24.071Z Downloaded smallvec v1.15.1
4132026-03-12T15:46:24.076Z Downloaded litemap v0.8.1
4142026-03-12T15:46:24.078Z Downloaded itoa v1.0.17
4152026-03-12T15:46:24.081Z Downloaded icu_properties v2.1.2
4162026-03-12T15:46:24.087Z Downloaded num-traits v0.2.19
4172026-03-12T15:46:24.090Z Downloaded fs-err v3.3.0
4182026-03-12T15:46:24.093Z Downloaded icu_provider v2.1.1
4192026-03-12T15:46:24.093Z Downloaded serde_core v1.0.228
4202026-03-12T15:46:24.096Z Downloaded pest_generator v2.8.6
4212026-03-12T15:46:24.099Z Downloaded log v0.4.29
4222026-03-12T15:46:24.099Z Downloaded icu_normalizer v2.1.1
4232026-03-12T15:46:24.102Z Downloaded pest_meta v2.8.6
4242026-03-12T15:46:24.113Z Downloaded icu_locale_core v2.1.1
4252026-03-12T15:46:24.117Z Downloaded icu_normalizer_data v2.1.1
4262026-03-12T15:46:24.120Z Downloaded icu_collections v2.1.1
4272026-03-12T15:46:24.124Z Downloaded serde v1.0.228
4282026-03-12T15:46:24.127Z Downloaded semver v1.0.27
4292026-03-12T15:46:24.130Z Downloaded papergrid v0.11.0
4302026-03-12T15:46:24.133Z Downloaded indexmap v2.13.0
4312026-03-12T15:46:24.136Z Downloaded cpufeatures v0.2.17
4322026-03-12T15:46:24.136Z Downloaded pest v2.8.6
4332026-03-12T15:46:24.144Z Downloaded errno v0.3.14
4342026-03-12T15:46:24.169Z Downloaded goblin v0.8.2
4352026-03-12T15:46:24.174Z Downloaded pretty-hex v0.4.1
4362026-03-12T15:46:24.177Z Downloaded displaydoc v0.2.5
4372026-03-12T15:46:24.180Z Downloaded anyhow v1.0.102
4382026-03-12T15:46:24.183Z Downloaded tabled_derive v0.7.0
4392026-03-12T15:46:24.183Z Downloaded serde_spanned v0.6.9
4402026-03-12T15:46:24.189Z Downloaded swrite v0.1.0
4412026-03-12T15:46:24.193Z Downloaded getrandom v0.4.1
4422026-03-12T15:46:24.196Z Downloaded syn v2.0.117
4432026-03-12T15:46:24.205Z Downloaded syn v1.0.109
4442026-03-12T15:46:24.217Z Downloaded serde_json v1.0.149
4452026-03-12T15:46:24.222Z Downloaded icu_properties_data v2.1.2
4462026-03-12T15:46:24.228Z Downloaded is_terminal_polyfill v1.70.2
4472026-03-12T15:46:24.233Z Downloaded fnv v1.0.7
4482026-03-12T15:46:24.238Z Downloaded equivalent v1.0.2
4492026-03-12T15:46:24.241Z Downloaded pest_derive v2.8.6
4502026-03-12T15:46:24.251Z Downloaded ordered-float v2.10.1
4512026-03-12T15:46:24.254Z Downloaded rustix v1.1.3
4522026-03-12T15:46:24.277Z Downloaded idna v1.1.0
4532026-03-12T15:46:24.284Z Downloaded tabled v0.15.0
4542026-03-12T15:46:24.295Z Downloaded plain v0.2.3
4552026-03-12T15:46:24.298Z Downloaded libc v0.2.180
4562026-03-12T15:46:24.318Z Downloaded macaddr v1.0.1
4572026-03-12T15:46:24.321Z Downloaded heck v0.5.0
4582026-03-12T15:46:24.325Z Downloaded memchr v2.8.0
4592026-03-12T15:46:24.345Z Downloaded proc-macro2 v1.0.106
4602026-03-12T15:46:24.354Z Downloaded memmap v0.7.0
4612026-03-12T15:46:24.411Z Compiling proc-macro2 v1.0.106
4622026-03-12T15:46:24.415Z Compiling unicode-ident v1.0.24
4632026-03-12T15:46:24.415Z Compiling quote v1.0.44
4642026-03-12T15:46:24.415Z Compiling serde_core v1.0.228
4652026-03-12T15:46:24.415Z Compiling libc v0.2.180
4662026-03-12T15:46:24.415Z Compiling version_check v0.9.5
4672026-03-12T15:46:24.415Z Compiling memchr v2.8.0
4682026-03-12T15:46:24.415Z Compiling stable_deref_trait v1.2.1
4692026-03-12T15:46:24.810Z Compiling serde v1.0.228
4702026-03-12T15:46:24.834Z Compiling zmij v1.0.21
4712026-03-12T15:46:25.120Z Compiling thiserror v1.0.69
4722026-03-12T15:46:25.167Z Compiling autocfg v1.5.0
4732026-03-12T15:46:25.347Z Compiling ucd-trie v0.1.7
4742026-03-12T15:46:25.547Z Compiling itoa v1.0.17
4752026-03-12T15:46:25.700Z Compiling pest v2.8.6
4762026-03-12T15:46:25.800Z Compiling litemap v0.8.1
4772026-03-12T15:46:25.823Z Compiling writeable v0.6.2
4782026-03-12T15:46:25.928Z Compiling icu_normalizer_data v2.1.1
4792026-03-12T15:46:25.950Z Compiling icu_properties_data v2.1.2
4802026-03-12T15:46:26.180Z Compiling rustix v1.1.3
4812026-03-12T15:46:26.204Z Compiling byteorder v1.5.0
4822026-03-12T15:46:26.445Z Compiling syn v2.0.117
4832026-03-12T15:46:26.522Z Compiling errno v0.3.14
4842026-03-12T15:46:26.566Z Compiling serde_json v1.0.149
4852026-03-12T15:46:26.589Z Compiling bitflags v2.11.0
4862026-03-12T15:46:26.870Z Compiling num-traits v0.2.19
4872026-03-12T15:46:26.893Z Compiling equivalent v1.0.2
4882026-03-12T15:46:27.001Z Compiling hashbrown v0.16.1
4892026-03-12T15:46:27.116Z Compiling typeid v1.0.3
4902026-03-12T15:46:27.283Z Compiling pest_meta v2.8.6
4912026-03-12T15:46:27.468Z Compiling smallvec v1.15.1
4922026-03-12T15:46:27.723Z Compiling indexmap v2.13.0
4932026-03-12T15:46:27.746Z Compiling thread-id v4.2.2
4942026-03-12T15:46:27.818Z Compiling proc-macro-error-attr v1.0.4
4952026-03-12T15:46:27.851Z Compiling usdt-impl v0.5.0
4962026-03-12T15:46:27.981Z Compiling winnow v0.7.14
4972026-03-12T15:46:28.070Z Compiling erased-serde v0.4.9
4982026-03-12T15:46:28.137Z Compiling syn v1.0.109
4992026-03-12T15:46:28.425Z Compiling toml_write v0.1.2
5002026-03-12T15:46:28.752Z Compiling proc-macro-error v1.0.4
5012026-03-12T15:46:28.883Z Compiling camino v1.2.2
5022026-03-12T15:46:29.025Z Compiling plain v0.2.3
5032026-03-12T15:46:29.163Z Compiling percent-encoding v2.3.2
5042026-03-12T15:46:29.309Z Compiling getrandom v0.4.1
5052026-03-12T15:46:29.403Z Compiling thiserror v2.0.18
5062026-03-12T15:46:29.622Z Compiling log v0.4.29
5072026-03-12T15:46:29.625Z Compiling utf8_iter v1.0.4
5082026-03-12T15:46:29.786Z Compiling utf8parse v0.2.2
5092026-03-12T15:46:29.881Z Compiling ordered-float v2.10.1
5102026-03-12T15:46:29.907Z Compiling anstyle-parse v0.2.7
5112026-03-12T15:46:29.927Z Compiling form_urlencoded v1.2.2
5122026-03-12T15:46:30.156Z Compiling synstructure v0.13.2
5132026-03-12T15:46:30.180Z Compiling pest_generator v2.8.6
5142026-03-12T15:46:30.180Z Compiling terminal_size v0.4.3
5152026-03-12T15:46:30.390Z Compiling colorchoice v1.0.4
5162026-03-12T15:46:30.541Z Compiling anstyle v1.0.13
5172026-03-12T15:46:30.586Z Compiling cfg-if v1.0.4
5182026-03-12T15:46:30.667Z Compiling anstyle-query v1.1.5
5192026-03-12T15:46:30.690Z Compiling pretty-hex v0.4.1
5202026-03-12T15:46:30.693Z Compiling is_terminal_polyfill v1.70.2
5212026-03-12T15:46:30.834Z Compiling anstream v0.6.21
5222026-03-12T15:46:30.881Z Compiling serde-untagged v0.1.9
5232026-03-12T15:46:31.035Z Compiling semver v1.0.27
5242026-03-12T15:46:31.148Z Compiling fs-err v3.3.0
5252026-03-12T15:46:31.216Z Compiling strsim v0.11.1
5262026-03-12T15:46:31.250Z Compiling bytecount v0.6.9
5272026-03-12T15:46:31.407Z Compiling unicode-width v0.1.14
5282026-03-12T15:46:31.430Z Compiling fastrand v2.3.0
5292026-03-12T15:46:31.482Z Compiling clap_lex v1.0.0
5302026-03-12T15:46:31.554Z Compiling anyhow v1.0.102
5312026-03-12T15:46:31.683Z Compiling heck v0.5.0
5322026-03-12T15:46:31.783Z Compiling heck v0.4.1
5332026-03-12T15:46:31.808Z Compiling once_cell v1.21.3
5342026-03-12T15:46:31.982Z Compiling unicode-xid v0.2.6
5352026-03-12T15:46:32.012Z Compiling fnv v1.0.7
5362026-03-12T15:46:32.087Z Compiling tempfile v3.25.0
5372026-03-12T15:46:32.136Z Compiling papergrid v0.11.0
5382026-03-12T15:46:32.136Z Compiling clap_builder v4.5.60
5392026-03-12T15:46:32.311Z Compiling memmap v0.7.0
5402026-03-12T15:46:32.377Z Compiling smawk v0.3.2
5412026-03-12T15:46:32.541Z Compiling unicode-linebreak v0.1.5
5422026-03-12T15:46:32.568Z Compiling unicode-width v0.2.0
5432026-03-12T15:46:32.818Z Compiling serde_derive v1.0.228
5442026-03-12T15:46:32.855Z Compiling zerofrom-derive v0.1.6
5452026-03-12T15:46:32.920Z Compiling yoke-derive v0.8.1
5462026-03-12T15:46:33.064Z Compiling zerovec-derive v0.11.2
5472026-03-12T15:46:33.140Z Compiling displaydoc v0.2.5
5482026-03-12T15:46:34.091Z Compiling thiserror-impl v1.0.69
5492026-03-12T15:46:34.135Z Compiling zerocopy-derive v0.7.35
5502026-03-12T15:46:34.520Z Compiling pest_derive v2.8.6
5512026-03-12T15:46:34.547Z Compiling scroll_derive v0.12.1
5522026-03-12T15:46:34.803Z Compiling zerofrom v0.1.6
5532026-03-12T15:46:34.976Z Compiling yoke v0.8.1
5542026-03-12T15:46:35.099Z Compiling thiserror-impl v2.0.18
5552026-03-12T15:46:35.234Z Compiling zerovec v0.11.5
5562026-03-12T15:46:35.380Z Compiling zerotrie v0.2.3
5572026-03-12T15:46:35.493Z Compiling zerocopy v0.7.35
5582026-03-12T15:46:35.790Z Compiling scroll v0.12.0
5592026-03-12T15:46:35.941Z Compiling tinystr v0.8.2
5602026-03-12T15:46:35.992Z Compiling potential_utf v0.1.4
5612026-03-12T15:46:36.152Z Compiling icu_collections v2.1.1
5622026-03-12T15:46:36.208Z Compiling icu_locale_core v2.1.1
5632026-03-12T15:46:36.231Z Compiling dtrace-parser v0.2.0
5642026-03-12T15:46:36.306Z Compiling goblin v0.8.2
5652026-03-12T15:46:36.552Z Compiling tabled_derive v0.7.0
5662026-03-12T15:46:36.804Z Compiling clap_derive v4.5.55
5672026-03-12T15:46:36.920Z Compiling textwrap v0.16.2
5682026-03-12T15:46:37.276Z Compiling icu_provider v2.1.1
5692026-03-12T15:46:37.529Z Compiling camino-tempfile v1.4.1
5702026-03-12T15:46:37.588Z Compiling icu_properties v2.1.2
5712026-03-12T15:46:37.655Z Compiling icu_normalizer v2.1.1
5722026-03-12T15:46:37.679Z Compiling serde_spanned v0.6.9
5732026-03-12T15:46:37.751Z Compiling toml_datetime v0.6.11
5742026-03-12T15:46:37.809Z Compiling dof v0.3.0
5752026-03-12T15:46:37.834Z Compiling serde_tokenstream v0.2.3
5762026-03-12T15:46:37.870Z Compiling serde-value v0.7.0
5772026-03-12T15:46:38.091Z Compiling toml_edit v0.22.27
5782026-03-12T15:46:38.345Z Compiling cargo-platform v0.2.0
5792026-03-12T15:46:38.368Z Compiling tabled v0.15.0
5802026-03-12T15:46:38.391Z Compiling macaddr v1.0.1
5812026-03-12T15:46:38.712Z Compiling swrite v0.1.0
5822026-03-12T15:46:38.832Z Compiling idna_adapter v1.2.1
5832026-03-12T15:46:39.012Z Compiling idna v1.1.0
5842026-03-12T15:46:39.063Z Compiling usdt-macro v0.5.0
5852026-03-12T15:46:39.088Z Compiling usdt-attr-macro v0.5.0
5862026-03-12T15:46:39.124Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5872026-03-12T15:46:39.217Z Compiling clap v4.5.60
5882026-03-12T15:46:39.418Z Compiling url v2.5.8
5892026-03-12T15:46:40.037Z Compiling toml v0.8.23
5902026-03-12T15:46:40.427Z Compiling usdt v0.5.0
5912026-03-12T15:46:40.705Z Compiling cargo-util-schemas v0.8.2
5922026-03-12T15:46:40.754Z Compiling cargo_toml v0.21.0
5932026-03-12T15:46:41.893Z Compiling cargo_metadata v0.21.0
5942026-03-12T15:46:43.160Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-03-12T15:46:46.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
5962026-03-12T15:46:46.315Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-03-12T15:46:47.036Z Downloading crates ...
5982026-03-12T15:46:47.153Z Downloaded bcrypt-pbkdf v0.10.0
5992026-03-12T15:46:47.166Z Downloaded bitfield-struct v0.6.2
6002026-03-12T15:46:47.169Z Downloaded cc v1.2.56
6012026-03-12T15:46:47.174Z Downloaded async-trait v0.1.89
6022026-03-12T15:46:47.179Z Downloaded allocator-api2 v0.2.21
6032026-03-12T15:46:47.183Z Downloaded ahash v0.8.12
6042026-03-12T15:46:47.187Z Downloaded cstr-argument v0.1.2
6052026-03-12T15:46:47.190Z Downloaded cargo-platform v0.1.9
6062026-03-12T15:46:47.193Z Downloaded convert_case v0.10.0
6072026-03-12T15:46:47.197Z Downloaded defmt-parser v1.0.0
6082026-03-12T15:46:47.201Z Downloaded ciborium v0.2.2
6092026-03-12T15:46:47.205Z Downloaded foreign-types-shared v0.3.1
6102026-03-12T15:46:47.207Z Downloaded atomic-waker v1.1.2
6112026-03-12T15:46:47.211Z Downloaded ascii-canvas v3.0.0
6122026-03-12T15:46:47.214Z Downloaded dtrace-parser v0.3.0
6132026-03-12T15:46:47.218Z Downloaded bzip2 v0.6.1
6142026-03-12T15:46:47.221Z Downloaded foldhash v0.2.0
6152026-03-12T15:46:47.226Z Downloaded critical-section v1.2.0
6162026-03-12T15:46:47.229Z Downloaded ctr v0.9.2
6172026-03-12T15:46:47.232Z Downloaded blake2 v0.10.6
6182026-03-12T15:46:47.236Z Downloaded darling v0.21.3
6192026-03-12T15:46:47.243Z Downloaded endian-type v0.1.2
6202026-03-12T15:46:47.246Z Downloaded derive-ex v0.1.8
6212026-03-12T15:46:47.249Z Downloaded crc8 v0.1.1
6222026-03-12T15:46:47.252Z Downloaded foreign-types-shared v0.1.1
6232026-03-12T15:46:47.255Z Downloaded embedded-io v0.6.1
6242026-03-12T15:46:47.258Z Downloaded fallible-iterator v0.2.0
6252026-03-12T15:46:47.262Z Downloaded fatfs v0.3.6
6262026-03-12T15:46:47.266Z Downloaded funty v2.0.0
6272026-03-12T15:46:47.269Z Downloaded env_filter v1.0.0
6282026-03-12T15:46:47.272Z Downloaded crossbeam-epoch v0.9.18
6292026-03-12T15:46:47.276Z Downloaded foreign-types v0.3.2
6302026-03-12T15:46:47.282Z Downloaded dof v0.4.0
6312026-03-12T15:46:47.286Z Downloaded foreign-types-macros v0.2.3
6322026-03-12T15:46:47.289Z Downloaded fixedbitset v0.5.7
6332026-03-12T15:46:47.289Z Downloaded arc-swap v1.8.2
6342026-03-12T15:46:47.294Z Downloaded futures-task v0.3.32
6352026-03-12T15:46:47.297Z Downloaded crc-catalog v2.4.0
6362026-03-12T15:46:47.300Z Downloaded crucible-workspace-hack v0.1.0
6372026-03-12T15:46:47.303Z Downloaded futures-core v0.3.32
6382026-03-12T15:46:47.306Z Downloaded enum-as-inner v0.6.1
6392026-03-12T15:46:47.309Z Downloaded darling_macro v0.23.0
6402026-03-12T15:46:47.312Z Downloaded crc32fast v1.5.0
6412026-03-12T15:46:47.315Z Downloaded gethostname v0.5.0
6422026-03-12T15:46:47.318Z Downloaded futures-io v0.3.32
6432026-03-12T15:46:47.321Z Downloaded cpufeatures v0.3.0
6442026-03-12T15:46:47.324Z Downloaded defmt v1.0.1
6452026-03-12T15:46:47.329Z Downloaded futures-sink v0.3.32
6462026-03-12T15:46:47.332Z Downloaded bcs v0.1.6
6472026-03-12T15:46:47.335Z Downloaded hash32 v0.3.1
6482026-03-12T15:46:47.338Z Downloaded chacha20 v0.9.1
6492026-03-12T15:46:47.341Z Downloaded hex-literal v0.4.1
6502026-03-12T15:46:47.346Z Downloaded ena v0.14.4
6512026-03-12T15:46:47.349Z Downloaded hex v0.4.3
6522026-03-12T15:46:47.352Z Downloaded home v0.5.12
6532026-03-12T15:46:47.355Z Downloaded console v0.16.2
6542026-03-12T15:46:47.358Z Downloaded ghash v0.5.1
6552026-03-12T15:46:47.361Z Downloaded git-stub v1.0.0
6562026-03-12T15:46:47.364Z Downloaded hostname v0.4.2
6572026-03-12T15:46:47.367Z Downloaded console v0.15.11
6582026-03-12T15:46:47.370Z Downloaded hyper-tls v0.6.0
6592026-03-12T15:46:47.373Z Downloaded http-range v0.1.5
6602026-03-12T15:46:47.376Z Downloaded hubpack_derive v0.1.1
6612026-03-12T15:46:47.380Z Downloaded glob v0.3.3
6622026-03-12T15:46:47.383Z Downloaded ff v0.13.1
6632026-03-12T15:46:47.386Z Downloaded instability v0.3.11
6642026-03-12T15:46:47.389Z Downloaded git-stub-vcs v0.1.0
6652026-03-12T15:46:47.403Z Downloaded indoc v1.0.9
6662026-03-12T15:46:47.406Z Downloaded erased-serde v0.3.31
6672026-03-12T15:46:47.410Z Downloaded chacha20 v0.10.0
6682026-03-12T15:46:47.414Z Downloaded drift v0.1.3
6692026-03-12T15:46:47.420Z Downloaded is_ci v1.2.0
6702026-03-12T15:46:47.423Z Downloaded instant v0.1.13
6712026-03-12T15:46:47.430Z Downloaded lru-cache v0.1.2
6722026-03-12T15:46:47.433Z Downloaded is-terminal v0.4.17
6732026-03-12T15:46:47.433Z Downloaded foldhash v0.1.5
6742026-03-12T15:46:47.436Z Downloaded futures-channel v0.3.32
6752026-03-12T15:46:47.436Z Downloaded daft v0.1.5
6762026-03-12T15:46:47.439Z Downloaded managed v0.8.0
6772026-03-12T15:46:47.442Z Downloaded lzss v0.8.2
6782026-03-12T15:46:47.447Z Downloaded keccak v0.1.6
6792026-03-12T15:46:47.450Z Downloaded libscf-sys v1.1.0
6802026-03-12T15:46:47.453Z Downloaded ipnetwork v0.21.1
6812026-03-12T15:46:47.456Z Downloaded match_cfg v0.1.0
6822026-03-12T15:46:47.456Z Downloaded humantime v2.3.0
6832026-03-12T15:46:47.459Z Downloaded http-body-util v0.1.3
6842026-03-12T15:46:47.462Z Downloaded diff v0.1.13
6852026-03-12T15:46:47.467Z Downloaded hyper-staticfile v0.10.1
6862026-03-12T15:46:47.470Z Downloaded darling v0.20.11
6872026-03-12T15:46:47.475Z Downloaded newtype-uuid-macros v0.1.0
6882026-03-12T15:46:47.479Z Downloaded newtype_derive v0.1.6
6892026-03-12T15:46:47.483Z Downloaded md-5 v0.10.6
6902026-03-12T15:46:47.483Z Downloaded lalrpop-util v0.19.12
6912026-03-12T15:46:47.489Z Downloaded libloading v0.8.9
6922026-03-12T15:46:47.489Z Downloaded nodrop v0.1.14
6932026-03-12T15:46:47.492Z Downloaded nonempty v0.12.0
6942026-03-12T15:46:47.492Z Downloaded num-derive v0.4.2
6952026-03-12T15:46:47.495Z Downloaded linear-map v1.2.0
6962026-03-12T15:46:47.501Z Downloaded ingot-types v0.1.2
6972026-03-12T15:46:47.506Z Downloaded ingot v0.1.1
6982026-03-12T15:46:47.506Z Downloaded lock_api v0.4.14
6992026-03-12T15:46:47.510Z Downloaded num-conv v0.2.0
7002026-03-12T15:46:47.510Z Downloaded num_enum_derive v0.5.11
7012026-03-12T15:46:47.512Z Downloaded num-derive v0.3.3
7022026-03-12T15:46:47.512Z Downloaded num v0.4.3
7032026-03-12T15:46:47.515Z Downloaded num-iter v0.1.45
7042026-03-12T15:46:47.518Z Downloaded num_threads v0.1.7
7052026-03-12T15:46:47.518Z Downloaded dropshot-api-manager v0.6.0
7062026-03-12T15:46:47.522Z Downloaded compact_str v0.8.1
7072026-03-12T15:46:47.526Z Downloaded libefi-sys v0.1.0
7082026-03-12T15:46:47.529Z Downloaded olpc-cjson v0.1.4
7092026-03-12T15:46:47.532Z Downloaded openssl-macros v0.1.1
7102026-03-12T15:46:47.535Z Downloaded openssl-probe v0.1.6
7112026-03-12T15:46:47.535Z Downloaded openssl-probe v0.2.1
7122026-03-12T15:46:47.538Z Downloaded mime v0.3.17
7132026-03-12T15:46:47.541Z Downloaded libsw-core v0.3.2
7142026-03-12T15:46:47.544Z Downloaded highway v1.3.0
7152026-03-12T15:46:47.547Z Downloaded darling v0.23.0
7162026-03-12T15:46:47.551Z Downloaded packed_struct_codegen v0.10.1
7172026-03-12T15:46:47.555Z Downloaded maybe-uninit v2.0.0
7182026-03-12T15:46:47.558Z Downloaded hyper-rustls v0.27.7
7192026-03-12T15:46:47.561Z Downloaded darling_core v0.21.3
7202026-03-12T15:46:47.567Z Downloaded oso-derive v0.27.3
7212026-03-12T15:46:47.570Z Downloaded peg-runtime v0.8.5
7222026-03-12T15:46:47.570Z Downloaded parse-size v1.1.0
7232026-03-12T15:46:47.570Z Downloaded multimap v0.10.1
7242026-03-12T15:46:47.576Z Downloaded parse-display v0.10.0
7252026-03-12T15:46:47.580Z Downloaded getrandom v0.3.4
7262026-03-12T15:46:47.580Z Downloaded newtype-uuid v1.3.2
7272026-03-12T15:46:47.582Z Downloaded num_enum v0.5.11
7282026-03-12T15:46:47.586Z Downloaded phf_shared v0.11.3
7292026-03-12T15:46:47.589Z Downloaded pin-utils v0.1.0
7302026-03-12T15:46:47.595Z Downloaded phf_shared v0.12.1
7312026-03-12T15:46:47.595Z Downloaded num-integer v0.1.46
7322026-03-12T15:46:47.600Z Downloaded memmap2 v0.9.10
7332026-03-12T15:46:47.600Z Downloaded hmac v0.12.1
7342026-03-12T15:46:47.603Z Downloaded headers v0.4.1
7352026-03-12T15:46:47.606Z Downloaded heapless v0.8.0
7362026-03-12T15:46:47.609Z Downloaded predicates-core v1.0.10
7372026-03-12T15:46:47.613Z Downloaded phf_shared v0.13.1
7382026-03-12T15:46:47.617Z Downloaded half v2.7.1
7392026-03-12T15:46:47.617Z Downloaded precomputed-hash v0.1.1
7402026-03-12T15:46:47.620Z Downloaded hickory-client v0.25.2
7412026-03-12T15:46:47.624Z Downloaded darling_core v0.20.11
7422026-03-12T15:46:47.628Z Downloaded packed_struct v0.10.1
7432026-03-12T15:46:47.630Z Downloaded oxide-tokio-rt v0.1.2
7442026-03-12T15:46:47.630Z Downloaded elliptic-curve v0.13.8
7452026-03-12T15:46:47.634Z Downloaded password-hash v0.5.0
7462026-03-12T15:46:47.637Z Downloaded proc-macro-error-attr2 v2.0.0
7472026-03-12T15:46:47.640Z Downloaded powerfmt v0.2.0
7482026-03-12T15:46:47.643Z Downloaded progenitor-client v0.11.2
7492026-03-12T15:46:47.643Z Downloaded predicates-tree v1.0.13
7502026-03-12T15:46:47.646Z Downloaded crossbeam-channel v0.5.15
7512026-03-12T15:46:47.649Z Downloaded aes-gcm v0.10.3
7522026-03-12T15:46:47.653Z Downloaded proc-macro-crate v3.4.0
7532026-03-12T15:46:47.656Z Downloaded pbkdf2 v0.11.0
7542026-03-12T15:46:47.658Z Downloaded parking_lot_core v0.8.6
7552026-03-12T15:46:47.661Z Downloaded progenitor-macro v0.11.2
7562026-03-12T15:46:47.665Z Downloaded litrs v1.0.0
7572026-03-12T15:46:47.667Z Downloaded peg v0.8.5
7582026-03-12T15:46:47.670Z Downloaded progenitor-macro v0.10.0
7592026-03-12T15:46:47.673Z Downloaded psl-types v2.0.11
7602026-03-12T15:46:47.673Z Downloaded progenitor-macro v0.13.0
7612026-03-12T15:46:47.678Z Downloaded quick-error v1.2.3
7622026-03-12T15:46:47.681Z Downloaded radium v0.7.0
7632026-03-12T15:46:47.681Z Downloaded ar_archive_writer v0.5.1
7642026-03-12T15:46:47.683Z Downloaded rand_chacha v0.3.1
7652026-03-12T15:46:47.686Z Downloaded num_enum v0.7.5
7662026-03-12T15:46:47.689Z Downloaded recursive v0.1.1
7672026-03-12T15:46:47.692Z Downloaded rand_xorshift v0.4.0
7682026-03-12T15:46:47.695Z Downloaded pem-rfc7468 v0.7.0
7692026-03-12T15:46:47.698Z Downloaded phf v0.13.1
7702026-03-12T15:46:47.698Z Downloaded pkcs8 v0.10.2
7712026-03-12T15:46:47.701Z Downloaded parking_lot v0.11.2
7722026-03-12T15:46:47.704Z Downloaded proc-macro-error2 v2.0.1
7732026-03-12T15:46:47.707Z Downloaded ppv-lite86 v0.2.21
7742026-03-12T15:46:47.710Z Downloaded derive_more v2.1.1
7752026-03-12T15:46:47.718Z Downloaded progenitor v0.13.0
7762026-03-12T15:46:47.721Z Downloaded ref-cast-impl v1.0.25
7772026-03-12T15:46:47.755Z Downloaded recursive-proc-macro-impl v0.1.1
7782026-03-12T15:46:47.755Z Downloaded progenitor v0.10.0
7792026-03-12T15:46:47.755Z Downloaded rfc6979 v0.4.0
7802026-03-12T15:46:47.755Z Downloaded der v0.7.10
7812026-03-12T15:46:47.755Z Downloaded primeorder v0.13.6
7822026-03-12T15:46:47.755Z Downloaded ref-cast v1.0.25
7832026-03-12T15:46:47.755Z Downloaded pin-project-lite v0.2.17
7842026-03-12T15:46:47.755Z Downloaded rtoolbox v0.0.3
7852026-03-12T15:46:47.755Z Downloaded indicatif v0.18.4
7862026-03-12T15:46:47.755Z Downloaded progenitor-client v0.13.0
7872026-03-12T15:46:47.755Z Downloaded progenitor-extras v0.1.1
7882026-03-12T15:46:47.755Z Downloaded russh-cryptovec v0.7.3
7892026-03-12T15:46:47.758Z Downloaded rand_chacha v0.9.0
7902026-03-12T15:46:47.758Z Downloaded rustc_version v0.4.1
7912026-03-12T15:46:47.758Z Downloaded rustc_version v0.1.7
7922026-03-12T15:46:47.761Z Downloaded r2d2 v0.8.10
7932026-03-12T15:46:47.761Z Downloaded rustc-hash v2.1.1
7942026-03-12T15:46:47.764Z Downloaded flate2 v1.1.9
7952026-03-12T15:46:47.767Z Downloaded peg-macros v0.8.5
7962026-03-12T15:46:47.769Z Downloaded postgres-types v0.2.12
7972026-03-12T15:46:47.772Z Downloaded pkcs1 v0.7.5
7982026-03-12T15:46:47.775Z Downloaded oso v0.27.3
7992026-03-12T15:46:47.778Z Downloaded rand_core v0.10.0
8002026-03-12T15:46:47.780Z Downloaded omicron-zone-package v0.12.2
8012026-03-12T15:46:47.783Z Downloaded libbz2-rs-sys v0.2.2
8022026-03-12T15:46:47.786Z Downloaded expectorate v1.2.0
8032026-03-12T15:46:47.789Z Downloaded rand_seeder v0.4.0
8042026-03-12T15:46:47.792Z Downloaded sapling-renderdag v0.1.0
8052026-03-12T15:46:47.792Z Downloaded same-file v1.0.6
8062026-03-12T15:46:47.795Z Downloaded miniz_oxide v0.8.9
8072026-03-12T15:46:47.798Z Downloaded salsa20 v0.10.2
8082026-03-12T15:46:47.799Z Downloaded rand_core v0.9.5
8092026-03-12T15:46:47.803Z Downloaded scopeguard v1.2.0
8102026-03-12T15:46:47.806Z Downloaded scheduled-thread-pool v0.2.7
8112026-03-12T15:46:47.806Z Downloaded parking_lot v0.12.5
8122026-03-12T15:46:47.808Z Downloaded resolv-conf v0.7.6
8132026-03-12T15:46:47.808Z Downloaded seq-macro v0.3.6
8142026-03-12T15:46:47.812Z Downloaded proc-macro-crate v1.3.1
8152026-03-12T15:46:47.815Z Downloaded quinn-udp v0.5.14
8162026-03-12T15:46:47.815Z Downloaded secrecy v0.8.0
8172026-03-12T15:46:47.818Z Downloaded crossterm v0.29.0
8182026-03-12T15:46:47.822Z Downloaded semver v0.1.20
8192026-03-12T15:46:47.825Z Downloaded secrecy v0.10.3
8202026-03-12T15:46:47.827Z Downloaded serde-big-array v0.5.1
8212026-03-12T15:46:47.827Z Downloaded serde_plain v1.0.2
8222026-03-12T15:46:47.831Z Downloaded hashbrown v0.13.2
8232026-03-12T15:46:47.834Z Downloaded serde_bytes v0.11.19
8242026-03-12T15:46:47.836Z Downloaded pin-project v1.1.11
8252026-03-12T15:46:47.844Z Downloaded scrypt v0.11.0
8262026-03-12T15:46:47.847Z Downloaded rustversion v1.0.22
8272026-03-12T15:46:47.849Z Downloaded shell-words v1.1.1
8282026-03-12T15:46:47.849Z Downloaded signal-hook-tokio v0.3.1
8292026-03-12T15:46:47.852Z Downloaded sha1 v0.10.6
8302026-03-12T15:46:47.855Z Downloaded serde_urlencoded v0.7.1
8312026-03-12T15:46:47.855Z Downloaded rusty-fork v0.3.1
8322026-03-12T15:46:47.858Z Downloaded http v1.4.0
8332026-03-12T15:46:47.861Z Downloaded rustls-pemfile v2.2.0
8342026-03-12T15:46:47.864Z Downloaded rustls-pemfile v1.0.4
8352026-03-12T15:46:47.867Z Downloaded prefix-trie v0.7.0
8362026-03-12T15:46:47.870Z Downloaded serde_spanned v1.0.4
8372026-03-12T15:46:47.870Z Downloaded scroll_derive v0.13.1
8382026-03-12T15:46:47.873Z Downloaded scroll v0.13.0
8392026-03-12T15:46:47.873Z Downloaded sigpipe v0.1.3
8402026-03-12T15:46:47.876Z Downloaded slog-bunyan v2.5.0
8412026-03-12T15:46:47.876Z Downloaded slog-envlogger v2.2.0
8422026-03-12T15:46:47.879Z Downloaded signature v2.2.0
8432026-03-12T15:46:47.882Z Downloaded papergrid v0.17.0
8442026-03-12T15:46:47.885Z Downloaded schemars_derive v0.8.22
8452026-03-12T15:46:47.888Z Downloaded serde_repr v0.1.20
8462026-03-12T15:46:47.888Z Downloaded ed25519-dalek v2.2.0
8472026-03-12T15:46:47.891Z Downloaded postcard v1.1.3
8482026-03-12T15:46:47.894Z Downloaded progenitor-impl v0.13.0
8492026-03-12T15:46:47.897Z Downloaded rustls-native-certs v0.8.3
8502026-03-12T15:46:47.900Z Downloaded sec1 v0.7.3
8512026-03-12T15:46:47.900Z Downloaded sct v0.7.1
8522026-03-12T15:46:47.903Z Downloaded progenitor-impl v0.11.2
8532026-03-12T15:46:47.906Z Downloaded russh-keys v0.45.0
8542026-03-12T15:46:47.909Z Downloaded serde_path_to_error v0.1.20
8552026-03-12T15:46:47.911Z Downloaded minimal-lexical v0.2.1
8562026-03-12T15:46:47.914Z Downloaded sqlparser_derive v0.5.0
8572026-03-12T15:46:47.917Z Downloaded hickory-server v0.25.2
8582026-03-12T15:46:47.920Z Downloaded rustls-pki-types v1.14.0
8592026-03-12T15:46:47.923Z Downloaded mio v1.1.1
8602026-03-12T15:46:47.926Z Downloaded ssh-encoding v0.2.0
8612026-03-12T15:46:47.929Z Downloaded ssh-cipher v0.2.0
8622026-03-12T15:46:47.929Z Downloaded shlex v1.3.0
8632026-03-12T15:46:47.932Z Downloaded serde_derive_internals v0.29.1
8642026-03-12T15:46:47.932Z Downloaded prettyplease v0.2.37
8652026-03-12T15:46:47.935Z Downloaded serde-hex v0.1.0
8662026-03-12T15:46:47.939Z Downloaded strum v0.26.3
8672026-03-12T15:46:47.939Z Downloaded strip-ansi-escapes v0.2.1
8682026-03-12T15:46:47.942Z Downloaded subtle v2.6.1
8692026-03-12T15:46:47.942Z Downloaded pretty_assertions v1.4.1
8702026-03-12T15:46:47.945Z Downloaded openssl-sys v0.9.111
8712026-03-12T15:46:47.949Z Downloaded tabwriter v1.4.1
8722026-03-12T15:46:47.952Z Downloaded tabled_derive v0.11.0
8732026-03-12T15:46:47.952Z Downloaded sync-ptr v0.1.4
8742026-03-12T15:46:47.955Z Downloaded structmeta v0.3.0
8752026-03-12T15:46:47.956Z Downloaded structmeta-derive v0.3.0
8762026-03-12T15:46:47.958Z Downloaded supports-color v3.0.2
8772026-03-12T15:46:47.959Z Downloaded slog-json v2.6.1
8782026-03-12T15:46:47.959Z Downloaded simd-adler32 v0.3.8
8792026-03-12T15:46:47.961Z Downloaded slog-async v2.8.0
8802026-03-12T15:46:47.964Z Downloaded slab v0.4.12
8812026-03-12T15:46:47.964Z Downloaded sync_wrapper v1.0.2
8822026-03-12T15:46:47.967Z Downloaded tap v1.0.1
8832026-03-12T15:46:47.967Z Downloaded tagptr v0.2.0
8842026-03-12T15:46:47.970Z Downloaded take_mut v0.2.2
8852026-03-12T15:46:47.970Z Downloaded termtree v0.5.1
8862026-03-12T15:46:47.973Z Downloaded slog-stdlog v4.1.1
8872026-03-12T15:46:47.974Z Downloaded ron v0.8.1
8882026-03-12T15:46:47.978Z Downloaded smallvec v0.6.14
8892026-03-12T15:46:47.982Z Downloaded testing_table v0.3.0
8902026-03-12T15:46:47.982Z Downloaded time-core v0.1.8
8912026-03-12T15:46:47.982Z Downloaded smf v0.2.3
8922026-03-12T15:46:47.985Z Downloaded spki v0.7.3
8932026-03-12T15:46:47.985Z Downloaded snafu-derive v0.8.9
8942026-03-12T15:46:47.989Z Downloaded itertools v0.10.5
8952026-03-12T15:46:47.993Z Downloaded thread-id v5.1.0
8962026-03-12T15:46:47.996Z Downloaded stacker v0.1.23
8972026-03-12T15:46:47.996Z Downloaded tinyvec_macros v0.1.1
8982026-03-12T15:46:47.996Z Downloaded serde_cbor v0.11.2
8992026-03-12T15:46:47.999Z Downloaded sqlformat v0.3.5
9002026-03-12T15:46:48.002Z Downloaded strum_macros v0.26.4
9012026-03-12T15:46:48.005Z Downloaded rustls-platform-verifier v0.6.2
9022026-03-12T15:46:48.008Z Downloaded slog-scope v4.4.1
9032026-03-12T15:46:48.008Z Downloaded ryu v1.0.23
9042026-03-12T15:46:48.011Z Downloaded thiserror-impl-no-std v2.0.2
9052026-03-12T15:46:48.014Z Downloaded signal-hook-mio v0.2.5
9062026-03-12T15:46:48.014Z Downloaded schemars v0.8.22
9072026-03-12T15:46:48.022Z Downloaded support-bundle-viewer v0.1.2
9082026-03-12T15:46:48.026Z Downloaded slog-dtrace v0.3.0
9092026-03-12T15:46:48.029Z Downloaded stringprep v0.1.5
9102026-03-12T15:46:48.029Z Downloaded string_cache v0.8.9
9112026-03-12T15:46:48.032Z Downloaded libxml v0.3.3
9122026-03-12T15:46:48.035Z Downloaded quinn v0.11.9
9132026-03-12T15:46:48.038Z Downloaded qorb v0.4.1
9142026-03-12T15:46:48.040Z Downloaded num-bigint v0.4.6
9152026-03-12T15:46:48.044Z Downloaded termios v0.3.3
9162026-03-12T15:46:48.047Z Downloaded topological-sort v0.2.2
9172026-03-12T15:46:48.047Z Downloaded strum_macros v0.27.2
9182026-03-12T15:46:48.050Z Downloaded itertools v0.13.0
9192026-03-12T15:46:48.055Z Downloaded publicsuffix v2.3.0
9202026-03-12T15:46:48.057Z Downloaded itertools v0.12.1
9212026-03-12T15:46:48.063Z Downloaded time-macros v0.2.27
9222026-03-12T15:46:48.066Z Downloaded spin v0.9.8
9232026-03-12T15:46:48.069Z Downloaded tower-layer v0.3.3
9242026-03-12T15:46:48.069Z Downloaded signal-hook v0.3.18
9252026-03-12T15:46:48.072Z Downloaded serde_with_macros v3.17.0
9262026-03-12T15:46:48.072Z Downloaded trait-variant v0.1.2
9272026-03-12T15:46:48.075Z Downloaded tower-service v0.3.3
9282026-03-12T15:46:48.075Z Downloaded try-lock v0.2.5
9292026-03-12T15:46:48.078Z Downloaded tls_codec_derive v0.4.2
9302026-03-12T15:46:48.078Z Downloaded tiny-keccak v2.0.2
9312026-03-12T15:46:48.081Z Downloaded hashbrown v0.15.5
9322026-03-12T15:46:48.084Z Downloaded thiserror-no-std v2.0.2
9332026-03-12T15:46:48.087Z Downloaded serde_yaml v0.9.34+deprecated
9342026-03-12T15:46:48.090Z Downloaded nom v7.1.3
9352026-03-12T15:46:48.094Z Downloaded tls_codec v0.4.2
9362026-03-12T15:46:48.097Z Downloaded similar v2.7.0
9372026-03-12T15:46:48.100Z Downloaded unarray v0.1.4
9382026-03-12T15:46:48.104Z Downloaded unit-prefix v0.5.2
9392026-03-12T15:46:48.104Z Downloaded tokio-macros v2.6.0
9402026-03-12T15:46:48.104Z Downloaded futures-util v0.3.32
9412026-03-12T15:46:48.114Z Downloaded usdt-attr-macro v0.6.0
9422026-03-12T15:46:48.117Z Downloaded universal-hash v0.5.1
9432026-03-12T15:46:48.117Z Downloaded tokio-tungstenite v0.23.1
9442026-03-12T15:46:48.117Z Downloaded utf-8 v0.7.6
9452026-03-12T15:46:48.120Z Downloaded toml_writer v1.0.6+spec-1.1.0
9462026-03-12T15:46:48.120Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9472026-03-12T15:46:48.123Z Downloaded tokio-rustls v0.25.0
9482026-03-12T15:46:48.123Z Downloaded typify-macro v0.6.1
9492026-03-12T15:46:48.126Z Downloaded term v1.2.1
9502026-03-12T15:46:48.126Z Downloaded unicode-truncate v1.1.0
9512026-03-12T15:46:48.129Z Downloaded untrusted v0.7.1
9522026-03-12T15:46:48.129Z Downloaded typify-macro v0.4.3
9532026-03-12T15:46:48.129Z Downloaded void v1.0.2
9542026-03-12T15:46:48.132Z Downloaded hkdf v0.12.4
9552026-03-12T15:46:48.132Z Downloaded usdt v0.6.0
9562026-03-12T15:46:48.135Z Downloaded rand v0.9.2
9572026-03-12T15:46:48.138Z Downloaded rustls-webpki v0.103.9
9582026-03-12T15:46:48.141Z Downloaded strum_macros v0.24.3
9592026-03-12T15:46:48.141Z Downloaded untrusted v0.9.0
9602026-03-12T15:46:48.144Z Downloaded tui-tree-widget v0.23.1
9612026-03-12T15:46:48.144Z Downloaded itertools v0.14.0
9622026-03-12T15:46:48.148Z Downloaded want v0.3.1
9632026-03-12T15:46:48.151Z Downloaded waitgroup v0.1.2
9642026-03-12T15:46:48.151Z Downloaded wait-timeout v0.2.1
9652026-03-12T15:46:48.151Z Downloaded slog-term v2.9.2
9662026-03-12T15:46:48.154Z Downloaded tokio-dtrace v0.1.1
9672026-03-12T15:46:48.157Z Downloaded usdt-macro v0.6.0
9682026-03-12T15:46:48.157Z Downloaded libm v0.2.16
9692026-03-12T15:46:48.162Z Downloaded samael v0.0.19
9702026-03-12T15:46:48.167Z Downloaded tokio-stream v0.1.18
9712026-03-12T15:46:48.171Z Downloaded xshell-macros v0.2.7
9722026-03-12T15:46:48.174Z Downloaded xattr v1.6.1
9732026-03-12T15:46:48.174Z Downloaded rand v0.8.5
9742026-03-12T15:46:48.177Z Downloaded tokio-rustls v0.26.4
9752026-03-12T15:46:48.180Z Downloaded aho-corasick v1.1.4
9762026-03-12T15:46:48.183Z Downloaded thread_local v1.1.9
9772026-03-12T15:46:48.183Z Downloaded rsa v0.9.10
9782026-03-12T15:46:48.187Z Downloaded uzers v0.12.2
9792026-03-12T15:46:48.189Z Downloaded zeroize_derive v1.4.3
9802026-03-12T15:46:48.189Z Downloaded tokio-native-tls v0.3.1
9812026-03-12T15:46:48.192Z Downloaded term v0.7.0
9822026-03-12T15:46:48.195Z Downloaded h2 v0.4.13
9832026-03-12T15:46:48.200Z Downloaded vergen-lib v0.1.6
9842026-03-12T15:46:48.202Z Downloaded iddqd v0.3.17
9852026-03-12T15:46:48.205Z Downloaded tracing-attributes v0.1.31
9862026-03-12T15:46:48.208Z Downloaded tokio-rustls v0.24.1
9872026-03-12T15:46:48.211Z Downloaded whoami v1.6.1
9882026-03-12T15:46:48.211Z Downloaded aws-lc-rs v1.16.0
9892026-03-12T15:46:48.218Z Downloaded zone_cfg_derive v0.3.1
9902026-03-12T15:46:48.221Z Downloaded toml_parser v1.0.9+spec-1.1.0
9912026-03-12T15:46:48.221Z Downloaded rand v0.10.0
9922026-03-12T15:46:48.224Z Downloaded tokio-tungstenite v0.21.0
9932026-03-12T15:46:48.226Z Downloaded subprocess v0.2.15
9942026-03-12T15:46:48.230Z Downloaded hyper v1.8.1
9952026-03-12T15:46:48.233Z Downloaded iri-string v0.7.10
9962026-03-12T15:46:48.238Z Downloaded socket2 v0.6.2
9972026-03-12T15:46:48.241Z Downloaded snafu v0.8.9
9982026-03-12T15:46:48.244Z Downloaded test-strategy v0.4.5
9992026-03-12T15:46:48.247Z Downloaded vergen-git2 v1.0.7
10002026-03-12T15:46:48.250Z Downloaded usdt-impl v0.6.0
10012026-03-12T15:46:48.250Z Downloaded schemars v1.2.1
10022026-03-12T15:46:48.261Z Downloaded zone v0.3.1
10032026-03-12T15:46:48.264Z Downloaded blake3 v1.8.3
10042026-03-12T15:46:48.268Z Downloaded toml v0.9.12+spec-1.1.0
10052026-03-12T15:46:48.271Z Downloaded tinyvec v1.10.0
10062026-03-12T15:46:48.275Z Downloaded twox-hash v2.1.2
10072026-03-12T15:46:48.278Z Downloaded russh v0.45.0
10082026-03-12T15:46:48.281Z Downloaded walkdir v2.5.0
10092026-03-12T15:46:48.281Z Downloaded socket2 v0.5.10
10102026-03-12T15:46:48.284Z Downloaded p521 v0.13.3
10112026-03-12T15:46:48.287Z Downloaded tracing-core v0.1.36
10122026-03-12T15:46:48.290Z Downloaded slog v2.8.2
10132026-03-12T15:46:48.290Z Downloaded unicode-bidi v0.3.18
10142026-03-12T15:46:48.293Z Downloaded unicase v2.9.0
10152026-03-12T15:46:48.293Z Downloaded schemars v0.9.0
10162026-03-12T15:46:48.303Z Downloaded zerocopy v0.6.6
10172026-03-12T15:46:48.307Z Downloaded yasna v0.5.2
10182026-03-12T15:46:48.307Z Downloaded xz2 v0.1.7
10192026-03-12T15:46:48.309Z Downloaded toml_edit v0.23.10+spec-1.0.0
10202026-03-12T15:46:48.312Z Downloaded tungstenite v0.21.0
10212026-03-12T15:46:48.312Z Downloaded zeroize v1.8.2
10222026-03-12T15:46:48.315Z Downloaded tar v0.4.44
10232026-03-12T15:46:48.318Z Downloaded bitvec v1.0.1
10242026-03-12T15:46:48.326Z Downloaded zstd-safe v7.2.4
10252026-03-12T15:46:48.329Z Downloaded vergen-gitcl v1.0.8
10262026-03-12T15:46:48.329Z Downloaded vergen v9.0.6
10272026-03-12T15:46:48.332Z Downloaded toml v0.7.8
10282026-03-12T15:46:48.335Z Downloaded xshell v0.2.7
10292026-03-12T15:46:48.335Z Downloaded rpassword v7.4.0
10302026-03-12T15:46:48.338Z Downloaded num-bigint-dig v0.8.6
10312026-03-12T15:46:48.341Z Downloaded vsss-rs v3.3.4
10322026-03-12T15:46:48.344Z Downloaded strum v0.27.2
10332026-03-12T15:46:48.344Z Downloaded rayon-core v1.13.0
10342026-03-12T15:46:48.348Z Downloaded static_assertions v1.1.0
10352026-03-12T15:46:48.348Z Downloaded siphasher v1.0.2
10362026-03-12T15:46:48.352Z Downloaded signal-hook-registry v1.4.8
10372026-03-12T15:46:48.352Z Downloaded rustyline v14.0.0
10382026-03-12T15:46:48.352Z Downloaded unsafe-libyaml v0.2.11
10392026-03-12T15:46:48.355Z Downloaded steno v0.4.1
10402026-03-12T15:46:48.359Z Downloaded tungstenite v0.23.0
10412026-03-12T15:46:48.362Z Downloaded wyz v0.5.1
10422026-03-12T15:46:48.362Z Downloaded whoami v2.1.0
10432026-03-12T15:46:48.365Z Downloaded bindgen v0.71.1
10442026-03-12T15:46:48.368Z Downloaded typify v0.6.1
10452026-03-12T15:46:48.371Z Downloaded reqwest v0.13.2
10462026-03-12T15:46:48.375Z Downloaded reqwest v0.12.28
10472026-03-12T15:46:48.380Z Downloaded regex v1.12.3
10482026-03-12T15:46:48.384Z Downloaded typify v0.4.3
10492026-03-12T15:46:48.387Z Downloaded p384 v0.13.1
10502026-03-12T15:46:48.391Z Downloaded uuid v1.21.0
10512026-03-12T15:46:48.394Z Downloaded chrono v0.4.44
10522026-03-12T15:46:48.399Z Downloaded toml_edit v0.19.15
10532026-03-12T15:46:48.411Z Downloaded zstd v0.13.3
10542026-03-12T15:46:48.414Z Downloaded vte v0.14.1
10552026-03-12T15:46:48.418Z Downloaded portable-atomic v1.13.1
10562026-03-12T15:46:48.421Z Downloaded unicode-properties v0.1.4
10572026-03-12T15:46:48.424Z Downloaded tokio-postgres v0.7.16
10582026-03-12T15:46:48.427Z Downloaded reedline v0.40.0
10592026-03-12T15:46:48.432Z Downloaded tower v0.5.3
10602026-03-12T15:46:48.442Z Downloaded lalrpop v0.19.12
10612026-03-12T15:46:48.447Z Downloaded x509-cert v0.2.5
10622026-03-12T15:46:48.452Z Downloaded quick-xml v0.37.5
10632026-03-12T15:46:48.456Z Downloaded rcgen v0.12.1
10642026-03-12T15:46:48.459Z Downloaded hyper-util v0.1.20
10652026-03-12T15:46:48.462Z Downloaded ssh-key v0.6.7
10662026-03-12T15:46:48.468Z Downloaded zopfli v0.8.3
10672026-03-12T15:46:48.471Z Downloaded salty v0.3.0
10682026-03-12T15:46:48.474Z Downloaded rayon v1.11.0
10692026-03-12T15:46:48.481Z Downloaded bstr v1.12.1
10702026-03-12T15:46:48.488Z Downloaded yansi v1.0.1
10712026-03-12T15:46:48.490Z Downloaded unicode_categories v0.1.1
10722026-03-12T15:46:48.493Z Downloaded serde_with v3.17.0
10732026-03-12T15:46:48.502Z Downloaded zip v0.6.6
10742026-03-12T15:46:48.505Z Downloaded ron v0.12.0
10752026-03-12T15:46:48.510Z Downloaded proptest v1.10.0
10762026-03-12T15:46:48.516Z Downloaded nix v0.27.1
10772026-03-12T15:46:48.524Z Downloaded quinn-proto v0.11.13
10782026-03-12T15:46:48.529Z Downloaded object v0.30.4
10792026-03-12T15:46:48.536Z Downloaded progenitor-impl v0.10.0
10802026-03-12T15:46:48.539Z Downloaded pkcs5 v0.7.1
10812026-03-12T15:46:48.542Z Downloaded hashbrown v0.12.3
10822026-03-12T15:46:48.545Z Downloaded derive_more-impl v2.1.1
10832026-03-12T15:46:48.548Z Downloaded p256 v0.13.2
10842026-03-12T15:46:48.551Z Downloaded openssl v0.10.75
10852026-03-12T15:46:48.557Z Downloaded git2 v0.20.4
10862026-03-12T15:46:48.563Z Downloaded curve25519-dalek v4.1.3
10872026-03-12T15:46:48.570Z Downloaded typed-path v0.9.3
10882026-03-12T15:46:48.574Z Downloaded rustls-webpki v0.101.7
10892026-03-12T15:46:48.585Z Downloaded unicode-segmentation v1.12.0
10902026-03-12T15:46:48.588Z Downloaded zerocopy-derive v0.8.40
10912026-03-12T15:46:48.594Z Downloaded nix v0.29.0
10922026-03-12T15:46:48.602Z Downloaded goblin v0.10.5
10932026-03-12T15:46:48.608Z Downloaded nix v0.28.0
10942026-03-12T15:46:48.616Z Downloaded rand_core v0.6.4
10952026-03-12T15:46:48.619Z Downloaded hickory-resolver v0.25.2
10962026-03-12T15:46:48.621Z Downloaded psm v0.1.30
10972026-03-12T15:46:48.625Z Downloaded poly1305 v0.8.0
10982026-03-12T15:46:48.625Z Downloaded progenitor-client v0.10.0
10992026-03-12T15:46:48.625Z Downloaded progenitor v0.11.2
11002026-03-12T15:46:48.630Z Downloaded parking_lot_core v0.9.12
11012026-03-12T15:46:48.630Z Downloaded nix v0.30.1
11022026-03-12T15:46:48.636Z Downloaded tokio-util v0.7.18
11032026-03-12T15:46:48.641Z Downloaded vcpkg v0.2.15
11042026-03-12T15:46:48.671Z Downloaded zlib-rs v0.6.2
11052026-03-12T15:46:48.675Z Downloaded regress v0.10.5
11062026-03-12T15:46:48.682Z Downloaded unicode-normalization v0.1.25
11072026-03-12T15:46:48.684Z Downloaded tough v0.20.0
11082026-03-12T15:46:48.690Z Downloaded regex-syntax v0.8.10
11092026-03-12T15:46:48.696Z Downloaded zerocopy v0.8.40
11102026-03-12T15:46:48.704Z Downloaded rustix v0.38.44
11112026-03-12T15:46:48.722Z Downloaded rustls-webpki v0.102.8
11122026-03-12T15:46:48.734Z Downloaded rustls v0.23.37
11132026-03-12T15:46:48.742Z Downloaded hickory-proto v0.25.2
11142026-03-12T15:46:48.755Z Downloaded winnow v0.5.40
11152026-03-12T15:46:48.761Z Downloaded polar-core v0.27.3
11162026-03-12T15:46:48.767Z Downloaded object v0.37.3
11172026-03-12T15:46:48.775Z Downloaded winnow v0.6.26
11182026-03-12T15:46:48.782Z Downloaded zip v4.6.1
11192026-03-12T15:46:48.785Z Downloaded bzip2-sys v0.1.13+1.0.8
11202026-03-12T15:46:48.794Z Downloaded tracing v0.1.44
11212026-03-12T15:46:48.811Z Downloaded ratatui v0.29.0
11222026-03-12T15:46:48.827Z Downloaded webpki-roots v1.0.6
11232026-03-12T15:46:48.830Z Downloaded time v0.3.47
11242026-03-12T15:46:48.839Z Downloaded tabled v0.20.0
11252026-03-12T15:46:48.850Z Downloaded diesel v2.2.12
11262026-03-12T15:46:48.863Z Downloaded rustls v0.21.12
11272026-03-12T15:46:48.872Z Downloaded hickory-proto v0.24.4
11282026-03-12T15:46:48.882Z Downloaded smoltcp v0.9.1
11292026-03-12T15:46:48.890Z Downloaded regex-syntax v0.6.29
11302026-03-12T15:46:48.895Z Downloaded lzma-sys v0.1.20
11312026-03-12T15:46:48.936Z Downloaded radix_trie v0.2.1
11322026-03-12T15:46:48.939Z Downloaded chrono-tz v0.10.4
11332026-03-12T15:46:48.939Z Downloaded smoltcp v0.11.0
11342026-03-12T15:46:48.942Z Downloaded rustls v0.22.4
11352026-03-12T15:46:48.951Z Downloaded openapiv3 v2.2.0
11362026-03-12T15:46:48.959Z Downloaded dropshot v0.16.7
11372026-03-12T15:46:48.975Z Downloaded libz-sys v1.1.24
11382026-03-12T15:46:48.991Z Downloaded tower-http v0.6.8
11392026-03-12T15:46:48.997Z Downloaded petname v2.0.2
11402026-03-12T15:46:49.000Z Downloaded moka v0.12.13
11412026-03-12T15:46:49.006Z Downloaded nix v0.31.1
11422026-03-12T15:46:49.015Z Downloaded jiff-static v0.2.21
11432026-03-12T15:46:49.019Z Downloaded indexmap v1.9.3
11442026-03-12T15:46:49.022Z Downloaded phf v0.12.1
11452026-03-12T15:46:49.022Z Downloaded diesel_derives v2.2.7
11462026-03-12T15:46:49.025Z Downloaded crypto-bigint v0.5.5
11472026-03-12T15:46:49.028Z Downloaded polyval v0.6.2
11482026-03-12T15:46:49.031Z Downloaded pem v3.0.6
11492026-03-12T15:46:49.031Z Downloaded predicates v3.1.4
11502026-03-12T15:46:49.035Z Downloaded postgres-protocol v0.6.10
11512026-03-12T15:46:49.035Z Downloaded num-rational v0.4.2
11522026-03-12T15:46:49.035Z Downloaded hickory-resolver v0.24.4
11532026-03-12T15:46:49.038Z Downloaded heapless v0.7.17
11542026-03-12T15:46:49.041Z Downloaded pkg-config v0.3.32
11552026-03-12T15:46:49.041Z Downloaded pin-project-internal v1.1.11
11562026-03-12T15:46:49.044Z Downloaded paste v1.0.15
11572026-03-12T15:46:49.047Z Downloaded password-hash v0.4.2
11582026-03-12T15:46:49.047Z Downloaded parse-display-derive v0.10.0
11592026-03-12T15:46:49.047Z Downloaded flume v0.11.1
11602026-03-12T15:46:49.050Z Downloaded oxnet v0.1.4
11612026-03-12T15:46:49.054Z Downloaded owo-colors v4.3.0
11622026-03-12T15:46:49.054Z Downloaded const_format v0.2.35
11632026-03-12T15:46:49.057Z Downloaded getrandom v0.2.17
11642026-03-12T15:46:49.057Z Downloaded base64 v0.22.1
11652026-03-12T15:46:49.060Z Downloaded base64 v0.21.7
11662026-03-12T15:46:49.063Z Downloaded derive-where v1.6.0
11672026-03-12T15:46:49.068Z Downloaded num_enum_derive v0.7.5
11682026-03-12T15:46:49.068Z Downloaded nu-ansi-term v0.50.3
11692026-03-12T15:46:49.071Z Downloaded num-complex v0.4.6
11702026-03-12T15:46:49.071Z Downloaded native-tls v0.2.18
11712026-03-12T15:46:49.071Z Downloaded jobserver v0.1.34
11722026-03-12T15:46:49.071Z Downloaded ingot-macros v0.1.1
11732026-03-12T15:46:49.074Z Downloaded multer v3.1.0
11742026-03-12T15:46:49.074Z Downloaded pbkdf2 v0.12.2
11752026-03-12T15:46:49.079Z Downloaded path-slash v0.1.5
11762026-03-12T15:46:49.080Z Downloaded ignore v0.4.25
11772026-03-12T15:46:49.082Z Downloaded sqlparser v0.61.0
11782026-03-12T15:46:49.086Z Downloaded nanorand v0.7.0
11792026-03-12T15:46:49.089Z Downloaded httparse v1.10.1
11802026-03-12T15:46:49.089Z Downloaded bumpalo v3.20.2
11812026-03-12T15:46:49.092Z Downloaded crc-any v2.5.0
11822026-03-12T15:46:49.092Z Downloaded dropshot_endpoint v0.16.7
11832026-03-12T15:46:49.095Z Downloaded sled v0.34.7
11842026-03-12T15:46:49.101Z Downloaded mime_guess v2.0.5
11852026-03-12T15:46:49.105Z Downloaded opaque-debug v0.3.1
11862026-03-12T15:46:49.105Z Downloaded ring v0.17.14
11872026-03-12T15:46:49.135Z Downloaded libsw v3.5.0
11882026-03-12T15:46:49.138Z Downloaded half v1.8.3
11892026-03-12T15:46:49.138Z Downloaded normalize-line-endings v0.3.0
11902026-03-12T15:46:49.142Z Downloaded iana-time-zone v0.1.65
11912026-03-12T15:46:49.142Z Downloaded futures v0.3.32
11922026-03-12T15:46:49.145Z Downloaded nibble_vec v0.1.0
11932026-03-12T15:46:49.145Z Downloaded typify-impl v0.6.1
11942026-03-12T15:46:49.155Z Downloaded typify-impl v0.4.3
11952026-03-12T15:46:49.166Z Downloaded newline-converter v0.3.0
11962026-03-12T15:46:49.169Z Downloaded indoc v2.0.7
11972026-03-12T15:46:49.169Z Downloaded crossbeam-utils v0.8.21
11982026-03-12T15:46:49.172Z Downloaded new_debug_unreachable v1.0.6
11992026-03-12T15:46:49.172Z Downloaded memoffset v0.9.1
12002026-03-12T15:46:49.172Z Downloaded md5 v0.7.0
12012026-03-12T15:46:49.172Z Downloaded maplit v1.0.2
12022026-03-12T15:46:49.175Z Downloaded lru-slab v0.1.2
12032026-03-12T15:46:49.175Z Downloaded impl-trait-for-tuples v0.2.3
12042026-03-12T15:46:49.178Z Downloaded bytes v1.11.1
12052026-03-12T15:46:49.181Z Downloaded backon v1.6.0
12062026-03-12T15:46:49.181Z Downloaded des v0.8.1
12072026-03-12T15:46:49.184Z Downloaded derive_builder v0.20.2
12082026-03-12T15:46:49.188Z Downloaded ipnet v2.11.0
12092026-03-12T15:46:49.188Z Downloaded globset v0.4.18
12102026-03-12T15:46:49.188Z Downloaded lru v0.12.5
12112026-03-12T15:46:49.191Z Downloaded linked-hash-map v0.5.6
12122026-03-12T15:46:49.191Z Downloaded data-encoding v2.10.0
12132026-03-12T15:46:49.191Z Downloaded lazy_static v1.5.0
12142026-03-12T15:46:49.191Z Downloaded kstat-rs v0.2.4
12152026-03-12T15:46:49.194Z Downloaded internet-checksum v0.2.1
12162026-03-12T15:46:49.194Z Downloaded cookie_store v0.22.1
12172026-03-12T15:46:49.194Z Downloaded derive_builder_core v0.20.2
12182026-03-12T15:46:49.196Z Downloaded deranged v0.5.8
12192026-03-12T15:46:49.196Z Downloaded defmt-macros v1.0.1
12202026-03-12T15:46:49.199Z Downloaded cookie v0.18.1
12212026-03-12T15:46:49.202Z Downloaded async-bb8-diesel v0.2.1
12222026-03-12T15:46:49.206Z Downloaded either v1.15.0
12232026-03-12T15:46:49.206Z Downloaded defmt v0.3.100
12242026-03-12T15:46:49.206Z Downloaded cancel-safe-futures v0.1.5
12252026-03-12T15:46:49.206Z Downloaded group v0.13.0
12262026-03-12T15:46:49.206Z Downloaded fs-err v2.11.0
12272026-03-12T15:46:49.209Z Downloaded filetime v0.2.27
12282026-03-12T15:46:49.209Z Downloaded crossbeam-deque v0.8.6
12292026-03-12T15:46:49.212Z Downloaded cargo_toml v0.22.3
12302026-03-12T15:46:49.212Z Downloaded bzip2 v0.4.4
12312026-03-12T15:46:49.212Z Downloaded ed25519 v2.2.3
12322026-03-12T15:46:49.215Z Downloaded der_derive v0.7.3
12332026-03-12T15:46:49.215Z Downloaded cargo_metadata v0.19.2
12342026-03-12T15:46:49.215Z Downloaded inout v0.1.4
12352026-03-12T15:46:49.219Z Downloaded indent_write v2.2.0
12362026-03-12T15:46:49.219Z Downloaded ident_case v1.0.1
12372026-03-12T15:46:49.219Z Downloaded dsl_auto_type v0.1.3
12382026-03-12T15:46:49.219Z Downloaded futures-executor v0.3.32
12392026-03-12T15:46:49.222Z Downloaded fs_extra v1.3.0
12402026-03-12T15:46:49.222Z Downloaded regex-automata v0.4.14
12412026-03-12T15:46:49.231Z Downloaded dunce v1.0.5
12422026-03-12T15:46:49.234Z Downloaded zerocopy-derive v0.6.6
12432026-03-12T15:46:49.239Z Downloaded hubpack v0.1.2
12442026-03-12T15:46:49.242Z Downloaded httpdate v1.0.3
12452026-03-12T15:46:49.242Z Downloaded http-body v1.0.1
12462026-03-12T15:46:49.242Z Downloaded hostname v0.3.1
12472026-03-12T15:46:49.246Z Downloaded globwalk v0.9.1
12482026-03-12T15:46:49.246Z Downloaded futures-macro v0.3.32
12492026-03-12T15:46:49.246Z Downloaded const-oid v0.9.6
12502026-03-12T15:46:49.246Z Downloaded petgraph v0.6.5
12512026-03-12T15:46:49.259Z Downloaded colored v3.1.1
12522026-03-12T15:46:49.262Z Downloaded bit-vec v0.8.0
12532026-03-12T15:46:49.262Z Downloaded clang-sys v1.8.1
12542026-03-12T15:46:49.266Z Downloaded hash32 v0.2.1
12552026-03-12T15:46:49.266Z Downloaded bitflags v1.3.2
12562026-03-12T15:46:49.269Z Downloaded bitfield v0.19.4
12572026-03-12T15:46:49.269Z Downloaded display-error-chain v0.2.2
12582026-03-12T15:46:49.269Z Downloaded jiff v0.2.21
12592026-03-12T15:46:49.282Z Downloaded corncobs v0.1.4
12602026-03-12T15:46:49.285Z Downloaded cipher v0.4.4
12612026-03-12T15:46:49.285Z Downloaded cbc v0.1.2
12622026-03-12T15:46:49.289Z Downloaded base64ct v1.8.3
12632026-03-12T15:46:49.289Z Downloaded headers-core v0.3.0
12642026-03-12T15:46:49.289Z Downloaded darling_core v0.23.0
12652026-03-12T15:46:49.292Z Downloaded find-msvc-tools v0.1.9
12662026-03-12T15:46:49.295Z Downloaded derive_builder_macro v0.20.2
12672026-03-12T15:46:49.295Z Downloaded const_format_proc_macros v0.2.34
12682026-03-12T15:46:49.295Z Downloaded cexpr v0.6.0
12692026-03-12T15:46:49.298Z Downloaded buf-list v1.1.2
12702026-03-12T15:46:49.298Z Downloaded blowfish v0.9.1
12712026-03-12T15:46:49.301Z Downloaded bit-vec v0.6.3
12722026-03-12T15:46:49.301Z Downloaded bb8 v0.8.6
12732026-03-12T15:46:49.301Z Downloaded backoff v0.4.0
12742026-03-12T15:46:49.304Z Downloaded daft-derive v0.1.5
12752026-03-12T15:46:49.307Z Downloaded crossterm v0.28.1
12762026-03-12T15:46:49.310Z Downloaded fxhash v0.2.1
12772026-03-12T15:46:49.310Z Downloaded fixedbitset v0.4.2
12782026-03-12T15:46:49.313Z Downloaded petgraph v0.8.3
12792026-03-12T15:46:49.327Z Downloaded csv v1.4.0
12802026-03-12T15:46:49.342Z Downloaded dirs-sys-next v0.1.2
12812026-03-12T15:46:49.345Z Downloaded darling_macro v0.20.11
12822026-03-12T15:46:49.345Z Downloaded colored v2.2.0
12832026-03-12T15:46:49.348Z Downloaded cobs v0.3.0
12842026-03-12T15:46:49.348Z Downloaded ciborium-io v0.2.2
12852026-03-12T15:46:49.348Z Downloaded bit-set v0.8.0
12862026-03-12T15:46:49.348Z Downloaded float-cmp v0.10.0
12872026-03-12T15:46:49.348Z Downloaded dyn-clone v1.0.20
12882026-03-12T15:46:49.351Z Downloaded base16ct v1.0.0
12892026-03-12T15:46:49.351Z Downloaded embedded-io v0.4.0
12902026-03-12T15:46:49.351Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12912026-03-12T15:46:49.364Z Downloaded cmake v0.1.57
12922026-03-12T15:46:49.367Z Downloaded sha3 v0.10.8
12932026-03-12T15:46:49.370Z Downloaded tokio v1.49.0
12942026-03-12T15:46:49.399Z Downloaded arrayvec v0.7.6
12952026-03-12T15:46:49.402Z Downloaded foreign-types v0.5.0
12962026-03-12T15:46:49.402Z Downloaded dirs-next v2.0.0
12972026-03-12T15:46:49.402Z Downloaded diesel_table_macro_syntax v0.2.0
12982026-03-12T15:46:49.402Z Downloaded darling_macro v0.21.3
12992026-03-12T15:46:49.402Z Downloaded arrayref v0.3.9
13002026-03-12T15:46:49.406Z Downloaded block-padding v0.3.3
13012026-03-12T15:46:49.406Z Downloaded array-init v0.0.4
13022026-03-12T15:46:49.406Z Downloaded bit-set v0.5.3
13032026-03-12T15:46:49.406Z Downloaded async-recursion v1.1.1
13042026-03-12T15:46:49.409Z Downloaded derive_more v0.99.20
13052026-03-12T15:46:49.411Z Downloaded csv-core v0.1.13
13062026-03-12T15:46:49.412Z Downloaded cfg_aliases v0.1.1
13072026-03-12T15:46:49.412Z Downloaded atty v0.2.14
13082026-03-12T15:46:49.414Z Downloaded atomicwrites v0.4.4
13092026-03-12T15:46:49.414Z Downloaded document-features v0.2.12
13102026-03-12T15:46:49.414Z Downloaded fd-lock v4.0.4
13112026-03-12T15:46:49.417Z Downloaded constant_time_eq v0.4.2
13122026-03-12T15:46:49.418Z Downloaded chacha20poly1305 v0.10.1
13132026-03-12T15:46:49.418Z Downloaded assert_matches v1.5.0
13142026-03-12T15:46:49.421Z Downloaded castaway v0.2.4
13152026-03-12T15:46:49.421Z Downloaded dropshot-api-manager-types v0.6.0
13162026-03-12T15:46:49.421Z Downloaded curve25519-dalek-derive v0.1.1
13172026-03-12T15:46:49.421Z Downloaded convert_case v0.4.0
13182026-03-12T15:46:49.424Z Downloaded ciborium-ll v0.2.2
13192026-03-12T15:46:49.424Z Downloaded crunchy v0.2.4
13202026-03-12T15:46:49.424Z Downloaded bitfield-macros v0.19.4
13212026-03-12T15:46:49.424Z Downloaded async-stream-impl v0.3.6
13222026-03-12T15:46:49.424Z Downloaded crc v3.4.0
13232026-03-12T15:46:49.427Z Downloaded cfg_aliases v0.2.1
13242026-03-12T15:46:49.427Z Downloaded camino-tempfile-ext v0.3.3
13252026-03-12T15:46:49.427Z Downloaded base16ct v0.2.0
13262026-03-12T15:46:49.427Z Downloaded env_logger v0.11.9
13272026-03-12T15:46:49.430Z Downloaded ecdsa v0.16.9
13282026-03-12T15:46:49.430Z Downloaded diesel-dtrace v0.4.2
13292026-03-12T15:46:49.433Z Downloaded async-stream v0.3.6
13302026-03-12T15:46:49.433Z Downloaded difflib v0.4.0
13312026-03-12T15:46:49.433Z Downloaded float-ord v0.3.2
13322026-03-12T15:46:49.436Z Downloaded flagset v0.4.7
13332026-03-12T15:46:49.436Z Downloaded debug-ignore v1.0.5
13342026-03-12T15:46:49.436Z Downloaded argon2 v0.5.3
13352026-03-12T15:46:49.440Z Downloaded cassowary v0.3.0
13362026-03-12T15:46:49.440Z Downloaded aes v0.8.4
13372026-03-12T15:46:49.443Z Downloaded aead v0.5.2
13382026-03-12T15:46:49.443Z Downloaded adler2 v2.0.1
13392026-03-12T15:46:49.446Z Downloaded encoding_rs v0.8.35
13402026-03-12T15:46:49.480Z Downloaded libgit2-sys v0.18.3+1.9.2
13412026-03-12T15:46:49.962Z Downloaded aws-lc-sys v0.37.1
13422026-03-12T15:46:50.287Z Compiling libc v0.2.180
13432026-03-12T15:46:50.290Z Compiling serde v1.0.228
13442026-03-12T15:46:50.290Z Compiling log v0.4.29
13452026-03-12T15:46:50.290Z Compiling shlex v1.3.0
13462026-03-12T15:46:50.290Z Compiling find-msvc-tools v0.1.9
13472026-03-12T15:46:50.440Z Compiling smallvec v1.15.1
13482026-03-12T15:46:50.455Z Compiling syn v2.0.117
13492026-03-12T15:46:50.469Z Compiling typenum v1.19.0
13502026-03-12T15:46:50.747Z Compiling generic-array v0.14.7
13512026-03-12T15:46:50.772Z Compiling subtle v2.6.1
13522026-03-12T15:46:50.789Z Compiling scopeguard v1.2.0
13532026-03-12T15:46:50.815Z Compiling portable-atomic v1.13.1
13542026-03-12T15:46:50.901Z Compiling lock_api v0.4.14
13552026-03-12T15:46:50.920Z Compiling const-oid v0.9.6
13562026-03-12T15:46:51.032Z Compiling critical-section v1.2.0
13572026-03-12T15:46:51.089Z Compiling zerocopy v0.8.40
13582026-03-12T15:46:51.182Z Compiling parking_lot_core v0.9.12
13592026-03-12T15:46:51.216Z Compiling pin-project-lite v0.2.17
13602026-03-12T15:46:51.336Z Compiling serde_json v1.0.149
13612026-03-12T15:46:51.558Z Compiling pkg-config v0.3.32
13622026-03-12T15:46:51.716Z Compiling libm v0.2.16
13632026-03-12T15:46:51.836Z Compiling getrandom v0.2.17
13642026-03-12T15:46:51.872Z Compiling jobserver v0.1.34
13652026-03-12T15:46:52.072Z Compiling rand_core v0.6.4
13662026-03-12T15:46:52.137Z Compiling cc v1.2.56
13672026-03-12T15:46:52.137Z Compiling errno v0.3.14
13682026-03-12T15:46:52.280Z Compiling once_cell v1.21.3
13692026-03-12T15:46:52.321Z Compiling signal-hook-registry v1.4.8
13702026-03-12T15:46:52.386Z Compiling mio v1.1.1
13712026-03-12T15:46:52.464Z Compiling num-traits v0.2.19
13722026-03-12T15:46:52.558Z Compiling bitflags v2.11.0
13732026-03-12T15:46:52.681Z Compiling parking_lot v0.12.5
13742026-03-12T15:46:52.699Z Compiling futures-core v0.3.32
13752026-03-12T15:46:52.886Z Compiling socket2 v0.6.2
13762026-03-12T15:46:52.914Z Compiling percent-encoding v2.3.2
13772026-03-12T15:46:53.066Z Compiling allocator-api2 v0.2.21
13782026-03-12T15:46:53.164Z Compiling foldhash v0.2.0
13792026-03-12T15:46:53.182Z Compiling futures-sink v0.3.32
13802026-03-12T15:46:53.290Z Compiling cpufeatures v0.2.17
13812026-03-12T15:46:53.314Z Compiling futures-channel v0.3.32
13822026-03-12T15:46:53.381Z Compiling futures-task v0.3.32
13832026-03-12T15:46:53.436Z Compiling futures-io v0.3.32
13842026-03-12T15:46:53.469Z Compiling slab v0.4.12
13852026-03-12T15:46:53.517Z Compiling hashbrown v0.16.1
13862026-03-12T15:46:53.597Z Compiling getrandom v0.4.1
13872026-03-12T15:46:53.615Z Compiling rand_core v0.10.0
13882026-03-12T15:46:53.634Z Compiling getrandom v0.3.4
13892026-03-12T15:46:53.691Z Compiling rustversion v1.0.22
13902026-03-12T15:46:53.839Z Compiling cmake v0.1.57
13912026-03-12T15:46:54.341Z Compiling indexmap v2.13.0
13922026-03-12T15:46:54.409Z Compiling form_urlencoded v1.2.2
13932026-03-12T15:46:54.474Z Compiling base64ct v1.8.3
13942026-03-12T15:46:54.540Z Compiling ident_case v1.0.1
13952026-03-12T15:46:54.620Z Compiling fs_extra v1.3.0
13962026-03-12T15:46:54.681Z Compiling synstructure v0.13.2
13972026-03-12T15:46:54.781Z Compiling dunce v1.0.5
13982026-03-12T15:46:54.851Z Compiling pem-rfc7468 v0.7.0
13992026-03-12T15:46:54.898Z Compiling flagset v0.4.7
14002026-03-12T15:46:54.951Z Compiling aws-lc-sys v0.37.1
14012026-03-12T15:46:55.041Z Compiling rand_core v0.9.5
14022026-03-12T15:46:55.062Z Compiling rustix v1.1.3
14032026-03-12T15:46:55.232Z Compiling iana-time-zone v0.1.65
14042026-03-12T15:46:55.254Z Compiling ring v0.17.14
14052026-03-12T15:46:55.291Z Compiling uuid v1.21.0
14062026-03-12T15:46:55.454Z Compiling rustc_version v0.4.1
14072026-03-12T15:46:55.486Z Compiling vcpkg v0.2.15
14082026-03-12T15:46:55.504Z Compiling aws-lc-rs v1.16.0
14092026-03-12T15:46:55.847Z Compiling regex-syntax v0.8.10
14102026-03-12T15:46:55.901Z Compiling tracing-core v0.1.36
14112026-03-12T15:46:56.184Z Compiling crossbeam-utils v0.8.21
14122026-03-12T15:46:56.481Z Compiling openssl-sys v0.9.111
14132026-03-12T15:46:56.593Z Compiling pest_generator v2.8.6
14142026-03-12T15:46:56.647Z Compiling serde_derive_internals v0.29.1
14152026-03-12T15:46:57.247Z Compiling syn v1.0.109
14162026-03-12T15:46:57.297Z Compiling serde_derive v1.0.228
14172026-03-12T15:46:57.517Z Compiling zeroize_derive v1.4.3
14182026-03-12T15:46:57.535Z Compiling zerofrom-derive v0.1.6
14192026-03-12T15:46:57.647Z Compiling yoke-derive v0.8.1
14202026-03-12T15:46:57.893Z Compiling zerocopy-derive v0.8.40
14212026-03-12T15:46:58.377Z Compiling zeroize v1.8.2
14222026-03-12T15:46:59.061Z Compiling zerovec-derive v0.11.2
14232026-03-12T15:46:59.232Z Compiling displaydoc v0.2.5
14242026-03-12T15:46:59.423Z Compiling crypto-common v0.1.7
14252026-03-12T15:46:59.447Z Compiling zerofrom v0.1.6
14262026-03-12T15:46:59.596Z Compiling yoke v0.8.1
14272026-03-12T15:46:59.614Z Compiling block-buffer v0.10.4
14282026-03-12T15:46:59.816Z Compiling digest v0.10.7
14292026-03-12T15:46:59.835Z Compiling tokio-macros v2.6.0
14302026-03-12T15:47:00.136Z Compiling hmac v0.12.1
14312026-03-12T15:47:00.172Z Compiling futures-macro v0.3.32
14322026-03-12T15:47:00.234Z Compiling zerotrie v0.2.3
14332026-03-12T15:47:00.348Z Compiling block-padding v0.3.3
14342026-03-12T15:47:00.552Z Compiling inout v0.1.4
14352026-03-12T15:47:00.571Z Compiling zerovec v0.11.5
14362026-03-12T15:47:00.629Z Compiling sha2 v0.10.9
14372026-03-12T15:47:00.772Z Compiling cipher v0.4.4
14382026-03-12T15:47:00.874Z Compiling der_derive v0.7.3
14392026-03-12T15:47:01.128Z Compiling salsa20 v0.10.2
14402026-03-12T15:47:01.287Z Compiling tinystr v0.8.2
14412026-03-12T15:47:01.316Z Compiling potential_utf v0.1.4
14422026-03-12T15:47:01.341Z Compiling futures-util v0.3.32
14432026-03-12T15:47:01.514Z Compiling icu_locale_core v2.1.1
14442026-03-12T15:47:01.544Z Compiling icu_collections v2.1.1
14452026-03-12T15:47:02.058Z Compiling bytes v1.11.1
14462026-03-12T15:47:02.173Z Compiling chrono v0.4.44
14472026-03-12T15:47:02.194Z Compiling der v0.7.10
14482026-03-12T15:47:02.422Z Compiling icu_provider v2.1.1
14492026-03-12T15:47:02.737Z Compiling tokio v1.49.0
14502026-03-12T15:47:02.791Z Compiling icu_properties v2.1.2
14512026-03-12T15:47:02.888Z Compiling icu_normalizer v2.1.1
14522026-03-12T15:47:03.591Z Compiling spki v0.7.3
14532026-03-12T15:47:03.841Z Compiling http v1.4.0
14542026-03-12T15:47:03.859Z Compiling pbkdf2 v0.12.2
14552026-03-12T15:47:03.997Z Compiling idna_adapter v1.2.1
14562026-03-12T15:47:04.031Z Compiling thiserror-impl v2.0.18
14572026-03-12T15:47:04.162Z Compiling idna v1.1.0
14582026-03-12T15:47:04.299Z Compiling scrypt v0.11.0
14592026-03-12T15:47:04.435Z Compiling ppv-lite86 v0.2.21
14602026-03-12T15:47:04.582Z Compiling url v2.5.8
14612026-03-12T15:47:04.621Z Compiling aes v0.8.4
14622026-03-12T15:47:04.885Z Compiling rand_chacha v0.9.0
14632026-03-12T15:47:05.030Z Compiling cbc v0.1.2
14642026-03-12T15:47:05.067Z Compiling rustls-pki-types v1.14.0
14652026-03-12T15:47:05.255Z Compiling tracing-attributes v0.1.31
14662026-03-12T15:47:05.662Z Compiling pkcs5 v0.7.1
14672026-03-12T15:47:05.733Z Compiling rand v0.9.2
14682026-03-12T15:47:05.831Z Compiling http-body v1.0.1
14692026-03-12T15:47:05.867Z Compiling thiserror v2.0.18
14702026-03-12T15:47:06.001Z Compiling schemars v0.8.22
14712026-03-12T15:47:06.018Z Compiling base64 v0.22.1
14722026-03-12T15:47:06.091Z Compiling httparse v1.10.1
14732026-03-12T15:47:06.265Z Compiling untrusted v0.9.0
14742026-03-12T15:47:06.317Z Compiling openssl-probe v0.2.1
14752026-03-12T15:47:06.412Z Compiling untrusted v0.7.1
14762026-03-12T15:47:06.570Z Compiling pkcs8 v0.10.2
14772026-03-12T15:47:06.587Z Compiling schemars_derive v0.8.22
14782026-03-12T15:47:06.668Z Compiling pest_derive v2.8.6
14792026-03-12T15:47:06.791Z Compiling scroll_derive v0.13.1
14802026-03-12T15:47:07.122Z Compiling tracing v0.1.44
14812026-03-12T15:47:07.231Z Compiling darling_core v0.20.11
14822026-03-12T15:47:07.460Z Compiling dyn-clone v1.0.20
14832026-03-12T15:47:07.606Z Compiling atomic-waker v1.1.2
14842026-03-12T15:47:07.631Z Compiling tower-layer v0.3.3
14852026-03-12T15:47:07.756Z Compiling rustls v0.23.37
14862026-03-12T15:47:07.836Z Compiling tokio-util v0.7.18
14872026-03-12T15:47:07.867Z Compiling tower-service v0.3.3
14882026-03-12T15:47:07.985Z Compiling tinyvec_macros v0.1.1
14892026-03-12T15:47:07.988Z Compiling try-lock v0.2.5
14902026-03-12T15:47:08.072Z Compiling tinyvec v1.10.0
14912026-03-12T15:47:08.135Z Compiling want v0.3.1
14922026-03-12T15:47:08.335Z Compiling scroll v0.13.0
14932026-03-12T15:47:08.881Z Compiling h2 v0.4.13
14942026-03-12T15:47:09.063Z Compiling ipnet v2.11.0
14952026-03-12T15:47:09.242Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-03-12T15:47:09.752Z Compiling spin v0.9.8
14972026-03-12T15:47:09.769Z Compiling aho-corasick v1.1.4
14982026-03-12T15:47:10.020Z Compiling httpdate v1.0.3
14992026-03-12T15:47:10.086Z Compiling crc32fast v1.5.0
15002026-03-12T15:47:10.328Z Compiling powerfmt v0.2.0
15012026-03-12T15:47:10.485Z Compiling darling_macro v0.20.11
15022026-03-12T15:47:10.505Z Compiling num-conv v0.2.0
15032026-03-12T15:47:10.596Z Compiling foreign-types-shared v0.1.1
15042026-03-12T15:47:10.685Z Compiling pin-utils v0.1.0
15052026-03-12T15:47:10.703Z Compiling openssl v0.10.75
15062026-03-12T15:47:10.730Z Compiling time-core v0.1.8
15072026-03-12T15:47:10.776Z Compiling foreign-types v0.3.2
15082026-03-12T15:47:10.871Z Compiling deranged v0.5.8
15092026-03-12T15:47:10.930Z Compiling time-macros v0.2.27
15102026-03-12T15:47:11.051Z Compiling regex-automata v0.4.14
15112026-03-12T15:47:11.113Z Compiling darling v0.20.11
15122026-03-12T15:47:11.210Z Compiling tempfile v3.25.0
15132026-03-12T15:47:12.196Z Compiling goblin v0.10.5
15142026-03-12T15:47:12.304Z Compiling openssl-macros v0.1.1
15152026-03-12T15:47:12.392Z Compiling thiserror-impl v1.0.69
15162026-03-12T15:47:13.609Z Compiling hyper v1.8.1
15172026-03-12T15:47:14.105Z Compiling wait-timeout v0.2.1
15182026-03-12T15:47:14.250Z Compiling bit-vec v0.8.0
15192026-03-12T15:47:14.360Z Compiling simd-adler32 v0.3.8
15202026-03-12T15:47:14.423Z Compiling native-tls v0.2.18
15212026-03-12T15:47:14.544Z Compiling siphasher v1.0.2
15222026-03-12T15:47:14.687Z Compiling either v1.15.0
15232026-03-12T15:47:14.704Z Compiling usdt-impl v0.6.0
15242026-03-12T15:47:14.786Z Compiling num_threads v0.1.7
15252026-03-12T15:47:14.908Z Compiling quick-error v1.2.3
15262026-03-12T15:47:14.954Z Compiling time v0.3.47
15272026-03-12T15:47:14.997Z Compiling hyper-util v0.1.20
15282026-03-12T15:47:15.033Z Compiling rusty-fork v0.3.1
15292026-03-12T15:47:15.537Z Compiling bit-set v0.8.0
15302026-03-12T15:47:15.747Z Compiling thiserror v1.0.69
15312026-03-12T15:47:16.112Z Compiling derive_builder_core v0.20.2
15322026-03-12T15:47:16.862Z Compiling dof v0.4.0
15332026-03-12T15:47:17.189Z Compiling unicode-normalization v0.1.25
15342026-03-12T15:47:17.298Z Compiling crossbeam-epoch v0.9.18
15352026-03-12T15:47:17.386Z Compiling dtrace-parser v0.3.0
15362026-03-12T15:47:17.720Z Compiling rustls-native-certs v0.8.3
15372026-03-12T15:47:17.783Z Compiling signature v2.2.0
15382026-03-12T15:47:18.002Z Compiling scroll_derive v0.12.1
15392026-03-12T15:47:18.094Z Compiling heapless v0.7.17
15402026-03-12T15:47:18.417Z Compiling rand_xorshift v0.4.0
15412026-03-12T15:47:18.435Z Compiling slog v2.8.2
15422026-03-12T15:47:18.438Z Compiling darling_core v0.21.3
15432026-03-12T15:47:18.599Z Compiling bzip2-sys v0.1.13+1.0.8
15442026-03-12T15:47:18.618Z Compiling sync_wrapper v1.0.2
15452026-03-12T15:47:18.693Z Compiling thread-id v5.1.0
15462026-03-12T15:47:18.745Z Compiling cookie v0.18.1
15472026-03-12T15:47:18.794Z Compiling paste v1.0.15
15482026-03-12T15:47:18.869Z Compiling unicode-properties v0.1.4
15492026-03-12T15:47:18.965Z Compiling zstd-safe v7.2.4
15502026-03-12T15:47:18.988Z Compiling unicode-bidi v0.3.18
15512026-03-12T15:47:19.131Z Compiling adler2 v2.0.1
15522026-03-12T15:47:19.149Z Compiling anyhow v1.0.102
15532026-03-12T15:47:19.228Z Compiling unicode-segmentation v1.12.0
15542026-03-12T15:47:19.298Z Compiling rayon-core v1.13.0
15552026-03-12T15:47:19.537Z Compiling signal-hook v0.3.18
15562026-03-12T15:47:19.560Z Compiling unarray v0.1.4
15572026-03-12T15:47:19.695Z Compiling proptest v1.10.0
15582026-03-12T15:47:19.756Z Compiling stringprep v0.1.5
15592026-03-12T15:47:19.798Z Compiling miniz_oxide v0.8.9
15602026-03-12T15:47:20.031Z Compiling scroll v0.12.0
15612026-03-12T15:47:20.406Z Compiling tower v0.5.3
15622026-03-12T15:47:20.598Z Compiling crossbeam-deque v0.8.6
15632026-03-12T15:47:20.642Z Compiling derive_builder_macro v0.20.2
15642026-03-12T15:47:20.758Z Compiling ipnetwork v0.21.1
15652026-03-12T15:47:20.838Z Compiling http-body-util v0.1.3
15662026-03-12T15:47:21.042Z Compiling webpki-roots v1.0.6
15672026-03-12T15:47:21.158Z Compiling rand_chacha v0.3.1
15682026-03-12T15:47:21.182Z Compiling serde_spanned v0.6.9
15692026-03-12T15:47:21.200Z Compiling toml_datetime v0.6.11
15702026-03-12T15:47:21.262Z Compiling serde_tokenstream v0.2.3
15712026-03-12T15:47:21.285Z Compiling erased-serde v0.3.31
15722026-03-12T15:47:21.355Z Compiling md-5 v0.10.6
15732026-03-12T15:47:21.526Z Compiling zerocopy-derive v0.7.35
15742026-03-12T15:47:21.551Z Compiling curve25519-dalek v4.1.3
15752026-03-12T15:47:21.642Z Compiling vergen-lib v0.1.6
15762026-03-12T15:47:21.882Z Compiling num-integer v0.1.46
15772026-03-12T15:47:22.004Z Compiling hash32 v0.2.1
15782026-03-12T15:47:22.010Z Compiling ff v0.13.1
15792026-03-12T15:47:22.089Z Compiling darling_macro v0.21.3
15802026-03-12T15:47:22.176Z Compiling base16ct v0.2.0
15812026-03-12T15:47:22.224Z Compiling rustix v0.38.44
15822026-03-12T15:47:22.263Z Compiling smoltcp v0.9.1
15832026-03-12T15:47:22.314Z Compiling ryu v1.0.23
15842026-03-12T15:47:22.393Z Compiling zlib-rs v0.6.2
15852026-03-12T15:47:22.548Z Compiling psl-types v2.0.11
15862026-03-12T15:47:22.684Z Compiling iri-string v0.7.10
15872026-03-12T15:47:22.705Z Compiling num-bigint-dig v0.8.6
15882026-03-12T15:47:22.710Z Compiling ref-cast v1.0.25
15892026-03-12T15:47:22.710Z Compiling fallible-iterator v0.2.0
15902026-03-12T15:47:22.756Z Compiling litrs v1.0.0
15912026-03-12T15:47:22.989Z Compiling newtype-uuid v1.3.2
15922026-03-12T15:47:23.147Z Compiling postgres-protocol v0.6.10
15932026-03-12T15:47:23.162Z Compiling darling v0.21.3
15942026-03-12T15:47:23.286Z Compiling zerocopy v0.7.35
15952026-03-12T15:47:23.440Z Compiling document-features v0.2.12
15962026-03-12T15:47:23.531Z Compiling publicsuffix v2.3.0
15972026-03-12T15:47:23.736Z Compiling serde_urlencoded v0.7.1
15982026-03-12T15:47:23.866Z Compiling sec1 v0.7.3
15992026-03-12T15:47:24.074Z Compiling num-iter v0.1.45
16002026-03-12T15:47:24.213Z Compiling group v0.13.0
16012026-03-12T15:47:24.271Z Compiling tower-http v0.6.8
16022026-03-12T15:47:24.434Z Compiling rand v0.8.5
16032026-03-12T15:47:24.670Z Compiling derive_builder v0.20.2
16042026-03-12T15:47:24.790Z Compiling oxnet v0.1.4
16052026-03-12T15:47:24.829Z Compiling proc-macro-error v1.0.4
16062026-03-12T15:47:24.964Z Compiling tokio-native-tls v0.3.1
16072026-03-12T15:47:25.174Z Compiling goblin v0.8.2
16082026-03-12T15:47:25.956Z Compiling heck v0.4.1
16092026-03-12T15:47:26.080Z Compiling phf_shared v0.13.1
16102026-03-12T15:47:26.138Z Compiling hubpack_derive v0.1.1
16112026-03-12T15:47:26.248Z Compiling regex v1.12.3
16122026-03-12T15:47:26.275Z Compiling lazy_static v1.5.0
16132026-03-12T15:47:26.387Z Compiling flate2 v1.1.9
16142026-03-12T15:47:26.414Z Compiling cargo-platform v0.1.9
16152026-03-12T15:47:26.719Z Compiling hkdf v0.12.4
16162026-03-12T15:47:26.746Z Compiling crypto-bigint v0.5.5
16172026-03-12T15:47:26.833Z Compiling daft-derive v0.1.5
16182026-03-12T15:47:26.851Z Compiling async-trait v0.1.89
16192026-03-12T15:47:26.914Z Compiling curve25519-dalek-derive v0.1.1
16202026-03-12T15:47:26.940Z Compiling ref-cast-impl v1.0.25
16212026-03-12T15:47:27.647Z Compiling strum_macros v0.27.2
16222026-03-12T15:47:27.770Z Compiling terminal_size v0.4.3
16232026-03-12T15:47:27.795Z Compiling vergen v9.0.6
16242026-03-12T15:47:27.939Z Compiling fs-err v3.3.0
16252026-03-12T15:47:28.044Z Compiling ahash v0.8.12
16262026-03-12T15:47:28.192Z Compiling libbz2-rs-sys v0.2.2
16272026-03-12T15:47:28.305Z Compiling winnow v0.5.40
16282026-03-12T15:47:28.323Z Compiling bitflags v1.3.2
16292026-03-12T15:47:28.417Z Compiling foldhash v0.1.5
16302026-03-12T15:47:28.636Z Compiling managed v0.8.0
16312026-03-12T15:47:28.926Z Compiling bumpalo v3.20.2
16322026-03-12T15:47:29.112Z Compiling object v0.37.3
16332026-03-12T15:47:29.257Z Compiling zopfli v0.8.3
16342026-03-12T15:47:29.525Z Compiling clap_builder v4.5.60
16352026-03-12T15:47:29.994Z Compiling console v0.16.2
16362026-03-12T15:47:30.181Z Compiling toml_edit v0.19.15
16372026-03-12T15:47:30.299Z Compiling bzip2 v0.6.1
16382026-03-12T15:47:30.411Z Compiling strum v0.27.2
16392026-03-12T15:47:30.557Z Compiling hashbrown v0.15.5
16402026-03-12T15:47:30.575Z Compiling elliptic-curve v0.13.8
16412026-03-12T15:47:30.800Z Compiling dof v0.3.0
16422026-03-12T15:47:31.318Z Compiling daft v0.1.5
16432026-03-12T15:47:31.490Z Compiling hubpack v0.1.2
16442026-03-12T15:47:31.687Z Compiling cargo_metadata v0.19.2
16452026-03-12T15:47:31.776Z Compiling phf v0.13.1
16462026-03-12T15:47:31.984Z Compiling zone_cfg_derive v0.3.1
16472026-03-12T15:47:32.822Z Compiling signal-hook-mio v0.2.5
16482026-03-12T15:47:33.464Z Compiling cookie_store v0.22.1
16492026-03-12T15:47:33.552Z Compiling zstd v0.13.3
16502026-03-12T15:47:33.899Z Compiling rayon v1.11.0
16512026-03-12T15:47:33.902Z Compiling hyper-tls v0.6.0
16522026-03-12T15:47:33.945Z Compiling bzip2 v0.4.4
16532026-03-12T15:47:34.196Z Compiling postgres-types v0.2.12
16542026-03-12T15:47:34.343Z Compiling serde_with_macros v3.17.0
16552026-03-12T15:47:34.631Z Compiling usdt-attr-macro v0.6.0
16562026-03-12T15:47:34.960Z Compiling usdt-macro v0.6.0
16572026-03-12T15:47:35.602Z Compiling ed25519 v2.2.3
16582026-03-12T15:47:35.740Z Compiling dtrace-parser v0.2.0
16592026-03-12T15:47:35.845Z Compiling itertools v0.12.1
16602026-03-12T15:47:35.901Z Compiling phf_shared v0.11.3
16612026-03-12T15:47:36.007Z Compiling bstr v1.12.1
16622026-03-12T15:47:36.147Z Compiling pkcs1 v0.7.5
16632026-03-12T15:47:36.385Z Compiling serde-big-array v0.5.1
16642026-03-12T15:47:36.565Z Compiling hex v0.4.3
16652026-03-12T15:47:36.691Z Compiling rfc6979 v0.4.0
16662026-03-12T15:47:36.808Z Compiling serde_repr v0.1.20
16672026-03-12T15:47:36.827Z Compiling clap_derive v4.5.55
16682026-03-12T15:47:36.848Z Compiling enum-as-inner v0.6.1
16692026-03-12T15:47:36.903Z Compiling strum_macros v0.26.4
16702026-03-12T15:47:36.928Z Compiling float-cmp v0.10.0
16712026-03-12T15:47:37.110Z Compiling thread-id v4.2.2
16722026-03-12T15:47:37.213Z Compiling memmap2 v0.9.10
16732026-03-12T15:47:37.496Z Compiling env_filter v1.0.0
16742026-03-12T15:47:37.499Z Compiling encoding_rs v0.8.35
16752026-03-12T15:47:37.533Z Compiling normalize-line-endings v0.3.0
16762026-03-12T15:47:37.533Z Compiling unit-prefix v0.5.2
16772026-03-12T15:47:37.652Z Compiling fixedbitset v0.4.2
16782026-03-12T15:47:37.725Z Compiling fixedbitset v0.5.7
16792026-03-12T15:47:37.906Z Compiling keccak v0.1.6
16802026-03-12T15:47:37.935Z Compiling data-encoding v2.10.0
16812026-03-12T15:47:38.141Z Compiling jiff v0.2.21
16822026-03-12T15:47:38.905Z Compiling rustc-hash v2.1.1
16832026-03-12T15:47:39.024Z Compiling mime v0.3.17
16842026-03-12T15:47:39.061Z Compiling difflib v0.4.0
16852026-03-12T15:47:39.215Z Compiling predicates-core v1.0.10
16862026-03-12T15:47:39.281Z Compiling precomputed-hash v0.1.1
16872026-03-12T15:47:39.327Z Compiling static_assertions v1.1.0
16882026-03-12T15:47:39.365Z Compiling new_debug_unreachable v1.0.6
16892026-03-12T15:47:39.389Z Compiling whoami v2.1.0
16902026-03-12T15:47:39.419Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16912026-03-12T15:47:39.437Z Compiling string_cache v0.8.9
16922026-03-12T15:47:39.454Z Compiling predicates v3.1.4
16932026-03-12T15:47:39.565Z Compiling strum v0.26.3
16942026-03-12T15:47:39.717Z Compiling tokio-postgres v0.7.16
16952026-03-12T15:47:39.735Z Compiling clap v4.5.60
16962026-03-12T15:47:39.823Z Compiling iddqd v0.3.17
16972026-03-12T15:47:39.842Z Compiling hickory-proto v0.25.2
16982026-03-12T15:47:39.896Z Compiling sha3 v0.10.8
16992026-03-12T15:47:40.351Z Compiling petgraph v0.8.3
17002026-03-12T15:47:40.579Z Compiling toml_edit v0.22.27
17012026-03-12T15:47:41.433Z Compiling petgraph v0.6.5
17022026-03-12T15:47:42.740Z Compiling zip v4.6.1
17032026-03-12T15:47:43.015Z Compiling indicatif v0.18.4
17042026-03-12T15:47:43.209Z Compiling env_logger v0.11.9
17052026-03-12T15:47:43.453Z Compiling usdt v0.6.0
17062026-03-12T15:47:43.664Z Compiling zone v0.3.1
17072026-03-12T15:47:43.773Z Compiling usdt-impl v0.5.0
17082026-03-12T15:47:44.009Z Compiling serde_with v3.17.0
17092026-03-12T15:47:44.142Z Compiling ecdsa v0.16.9
17102026-03-12T15:47:44.145Z Compiling similar v2.7.0
17112026-03-12T15:47:44.455Z Compiling rsa v0.9.10
17122026-03-12T15:47:44.547Z Compiling ed25519-dalek v2.2.0
17132026-03-12T15:47:44.579Z Compiling crossterm v0.28.1
17142026-03-12T15:47:44.656Z Compiling zip v0.6.6
17152026-03-12T15:47:45.449Z Compiling toml v0.7.8
17162026-03-12T15:47:46.205Z Compiling toml_parser v1.0.9+spec-1.1.0
17172026-03-12T15:47:46.320Z Compiling itertools v0.13.0
17182026-03-12T15:47:46.416Z Compiling tokio-stream v0.1.18
17192026-03-12T15:47:46.460Z Compiling buf-list v1.1.2
17202026-03-12T15:47:46.482Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17212026-03-12T15:47:46.816Z Compiling x509-cert v0.2.5
17222026-03-12T15:47:46.899Z Compiling openapiv3 v2.2.0
17232026-03-12T15:47:47.041Z Compiling sha1 v0.10.6
17242026-03-12T15:47:47.063Z Compiling toml_datetime v0.7.5+spec-1.1.0
17252026-03-12T15:47:47.321Z Compiling peg-runtime v0.8.5
17262026-03-12T15:47:47.449Z Compiling lalrpop-util v0.19.12
17272026-03-12T15:47:47.684Z Compiling thread_local v1.1.9
17282026-03-12T15:47:47.687Z Compiling slog-async v2.8.0
17292026-03-12T15:47:47.990Z Compiling crossbeam-channel v0.5.15
17302026-03-12T15:47:48.009Z Compiling futures-executor v0.3.32
17312026-03-12T15:47:48.118Z Compiling filetime v0.2.27
17322026-03-12T15:47:48.333Z Compiling is-terminal v0.4.17
17332026-03-12T15:47:48.336Z Compiling term v1.2.1
17342026-03-12T15:47:48.453Z Compiling xattr v1.6.1
17352026-03-12T15:47:48.590Z Compiling take_mut v0.2.2
17362026-03-12T15:47:48.662Z Compiling tar v0.4.44
17372026-03-12T15:47:48.844Z Compiling slog-term v2.9.2
17382026-03-12T15:47:49.079Z Compiling futures v0.3.32
17392026-03-12T15:47:55.957Z Compiling rustls-webpki v0.103.9
17402026-03-12T15:47:59.927Z Compiling tokio-rustls v0.26.4
17412026-03-12T15:47:59.930Z Compiling rustls-platform-verifier v0.6.2
17422026-03-12T15:48:00.181Z Compiling hyper-rustls v0.27.7
17432026-03-12T15:48:00.438Z Compiling reqwest v0.12.28
17442026-03-12T15:48:00.475Z Compiling reqwest v0.13.2
17452026-03-12T15:48:03.338Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17462026-03-12T15:48:03.627Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17472026-03-12T15:48:07.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17482026-03-12T15:48:07.604Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17492026-03-12T15:48:07.664ZMar 12 15:48:06.651 INFO Starting download, target: TransceiverControl
17502026-03-12T15:48:07.664ZMar 12 15:48:06.651 INFO Starting download, target: MaghemiteMgd
17512026-03-12T15:48:07.664ZMar 12 15:48:06.651 INFO Starting download, target: Console
17522026-03-12T15:48:07.667ZMar 12 15:48:06.651 INFO Starting download, target: DendriteStub
17532026-03-12T15:48:07.667ZMar 12 15:48:06.651 INFO Starting download, target: Clickhouse
17542026-03-12T15:48:07.667ZMar 12 15:48:06.651 INFO Starting download, target: Cockroach
17552026-03-12T15:48:07.667ZMar 12 15:48:06.651 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17562026-03-12T15:48:07.667ZMar 12 15:48:06.651 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17572026-03-12T15:48:07.667ZMar 12 15:48:06.651 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17582026-03-12T15:48:07.667ZMar 12 15:48:06.651 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17592026-03-12T15:48:07.667ZMar 12 15:48:06.651 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17602026-03-12T15:48:07.667ZMar 12 15:48:06.651 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17612026-03-12T15:48:08.230ZMar 12 15:48:07.213 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17622026-03-12T15:48:08.562ZMar 12 15:48:07.540 INFO Download complete, target: TransceiverControl
17632026-03-12T15:48:08.724ZMar 12 15:48:07.708 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17642026-03-12T15:48:09.086ZMar 12 15:48:08.071 INFO Download complete, target: Console
17652026-03-12T15:48:09.414ZMar 12 15:48:08.394 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17662026-03-12T15:48:09.472ZMar 12 15:48:08.459 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17672026-03-12T15:48:09.649ZMar 12 15:48:08.634 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17682026-03-12T15:48:09.917ZMar 12 15:48:08.904 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17692026-03-12T15:48:09.917ZMar 12 15:48:08.904 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17702026-03-12T15:48:12.922ZMar 12 15:48:11.909 INFO Download complete, target: MaghemiteMgd
17712026-03-12T15:48:12.967ZMar 12 15:48:11.953 INFO Download complete, target: DendriteStub
17722026-03-12T15:48:17.460ZMar 12 15:48:16.446 INFO Checking that binary works, target: Cockroach
17732026-03-12T15:48:17.574ZMar 12 15:48:16.560 INFO Download complete, target: Cockroach
17742026-03-12T15:48:20.615ZMar 12 15:48:19.601 INFO Checking that binary works, target: Clickhouse
17752026-03-12T15:48:20.772ZMar 12 15:48:19.758 INFO Download complete, target: Clickhouse
17762026-03-12T15:48:20.892ZAll builder prerequisites installed successfully, and PATH looks valid
17772026-03-12T15:48:20.895Z
17782026-03-12T15:48:20.895Zreal 4:03.479558449
17792026-03-12T15:48:20.895Zuser 10:24.270069986
17802026-03-12T15:48:20.895Zsys 1:47.933424746
17812026-03-12T15:48:20.895Ztrap 0.321664493
17822026-03-12T15:48:20.895Ztflt 0.729579939
17832026-03-12T15:48:20.895Zdflt 0.686726784
17842026-03-12T15:48:20.895Zkflt 0.024935059
17852026-03-12T15:48:20.895Zlock 22:24.572832984
17862026-03-12T15:48:20.895Zslp 38:11.275884244
17872026-03-12T15:48:20.895Zlat 55.904264577
17882026-03-12T15:48:20.895Zstop 2:33.844792585
17892026-03-12T15:48:20.895Z+ banner hack-check
17902026-03-12T15:48:20.898Z
17912026-03-12T15:48:20.898Z # # ## #### # # #### # # ###### #### # #
17922026-03-12T15:48:20.898Z # # # # # # # # # # # # # # # # #
17932026-03-12T15:48:20.898Z ###### # # # #### ##### # ###### ##### # ####
17942026-03-12T15:48:20.898Z # # ###### # # # # # # # # # #
17952026-03-12T15:48:20.898Z # # # # # # # # # # # # # # # # #
17962026-03-12T15:48:20.898Z # # # # #### # # #### # # ###### #### # #
17972026-03-12T15:48:20.898Z
17982026-03-12T15:48:20.898Z+ export CARGO_INCREMENTAL=0
17992026-03-12T15:48:20.898Z+ CARGO_INCREMENTAL=0
18002026-03-12T15:48:20.898Z+ ptime -m timeout 2h cargo xtask check-features --ci
18012026-03-12T15:48:21.573Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18022026-03-12T15:48:21.840Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18032026-03-12T15:48:24.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
18042026-03-12T15:48:24.486Z Running `target/debug/xtask check-features --ci`
18052026-03-12T15:48:24.516Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18062026-03-12T15:48:24.518Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18072026-03-12T15:48:25.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
18082026-03-12T15:48:25.153Z Running `target/debug/xtask download cargo-hack`
18092026-03-12T15:48:26.109Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18102026-03-12T15:48:26.493Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18112026-03-12T15:48:29.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
18122026-03-12T15:48:29.976Z Running `target/debug/xtask-downloader cargo-hack`
18132026-03-12T15:48:30.017ZMar 12 15:48:29.002 INFO Starting download, target: CargoHack
18142026-03-12T15:48:30.020ZMar 12 15:48:29.002 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18152026-03-12T15:48:30.393ZMar 12 15:48:29.378 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18162026-03-12T15:48:30.472ZMar 12 15:48:29.457 INFO Download complete, target: CargoHack
18172026-03-12T15:48:30.475Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18182026-03-12T15:48:30.493Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18192026-03-12T15:48:30.694Zinfo: running `cargo check --bins` on api_identity (1/257)
18202026-03-12T15:48:31.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-03-12T15:48:31.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-03-12T15:48:31.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-03-12T15:48:31.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18242026-03-12T15:48:31.440Z
18252026-03-12T15:48:31.440Zinfo: running `cargo check --bins` on bootstore (2/257)
18262026-03-12T15:48:32.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-03-12T15:48:32.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-03-12T15:48:32.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-03-12T15:48:32.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18302026-03-12T15:48:32.175Z
18312026-03-12T15:48:32.176Zinfo: running `cargo check --bins` on omicron-ledger (3/257)
18322026-03-12T15:48:32.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-03-12T15:48:32.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-03-12T15:48:32.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-03-12T15:48:32.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18362026-03-12T15:48:32.906Z
18372026-03-12T15:48:32.906Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/257)
18382026-03-12T15:48:33.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-03-12T15:48:33.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-03-12T15:48:33.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-03-12T15:48:33.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18422026-03-12T15:48:33.639Z
18432026-03-12T15:48:33.639Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/257)
18442026-03-12T15:48:34.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-03-12T15:48:34.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-03-12T15:48:34.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-03-12T15:48:34.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18482026-03-12T15:48:34.388Z
18492026-03-12T15:48:34.389Zinfo: running `cargo check --bins` on omicron-certificates (6/257)
18502026-03-12T15:48:35.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-03-12T15:48:35.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-03-12T15:48:35.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-03-12T15:48:35.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18542026-03-12T15:48:35.142Z
18552026-03-12T15:48:35.142Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/257)
18562026-03-12T15:48:35.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-03-12T15:48:35.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-03-12T15:48:35.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-03-12T15:48:35.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18602026-03-12T15:48:35.891Z
18612026-03-12T15:48:35.891Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/257)
18622026-03-12T15:48:36.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-03-12T15:48:36.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-03-12T15:48:36.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-03-12T15:48:36.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18662026-03-12T15:48:36.645Z
18672026-03-12T15:48:36.645Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/257)
18682026-03-12T15:48:37.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-03-12T15:48:37.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-03-12T15:48:37.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-03-12T15:48:37.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18722026-03-12T15:48:37.231Z
18732026-03-12T15:48:37.231Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/257)
18742026-03-12T15:48:37.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-03-12T15:48:37.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-03-12T15:48:37.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-03-12T15:48:37.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18782026-03-12T15:48:37.820Z
18792026-03-12T15:48:37.820Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/257)
18802026-03-12T15:48:38.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-03-12T15:48:38.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-03-12T15:48:38.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-03-12T15:48:38.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18842026-03-12T15:48:38.407Z
18852026-03-12T15:48:38.407Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/257)
18862026-03-12T15:48:38.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-03-12T15:48:38.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-03-12T15:48:38.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-03-12T15:48:38.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18902026-03-12T15:48:39.001Z
18912026-03-12T15:48:39.002Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/257)
18922026-03-12T15:48:39.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-03-12T15:48:39.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-03-12T15:48:39.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-03-12T15:48:39.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18962026-03-12T15:48:39.591Z
18972026-03-12T15:48:39.591Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/257)
18982026-03-12T15:48:40.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-03-12T15:48:40.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-03-12T15:48:40.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-03-12T15:48:40.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19022026-03-12T15:48:40.169Z
19032026-03-12T15:48:40.169Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/257)
19042026-03-12T15:48:40.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-03-12T15:48:40.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-03-12T15:48:40.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-03-12T15:48:40.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19082026-03-12T15:48:40.755Z
19092026-03-12T15:48:40.755Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/257)
19102026-03-12T15:48:41.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-03-12T15:48:41.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-03-12T15:48:41.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-03-12T15:48:41.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19142026-03-12T15:48:41.339Z
19152026-03-12T15:48:41.339Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/257)
19162026-03-12T15:48:41.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-03-12T15:48:41.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-03-12T15:48:41.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-03-12T15:48:41.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19202026-03-12T15:48:41.926Z
19212026-03-12T15:48:41.926Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/257)
19222026-03-12T15:48:42.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-03-12T15:48:42.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-03-12T15:48:42.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-03-12T15:48:42.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19262026-03-12T15:48:42.514Z
19272026-03-12T15:48:42.514Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/257)
19282026-03-12T15:48:43.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-03-12T15:48:43.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-03-12T15:48:43.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-03-12T15:48:43.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19322026-03-12T15:48:43.100Z
19332026-03-12T15:48:43.100Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/257)
19342026-03-12T15:48:43.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-03-12T15:48:43.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-03-12T15:48:43.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-03-12T15:48:43.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19382026-03-12T15:48:43.692Z
19392026-03-12T15:48:43.692Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/257)
19402026-03-12T15:48:44.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-03-12T15:48:44.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-03-12T15:48:44.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-03-12T15:48:44.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19442026-03-12T15:48:44.283Z
19452026-03-12T15:48:44.283Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/257)
19462026-03-12T15:48:44.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-03-12T15:48:44.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-03-12T15:48:44.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-03-12T15:48:44.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19502026-03-12T15:48:44.874Z
19512026-03-12T15:48:44.874Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/257)
19522026-03-12T15:48:45.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-03-12T15:48:45.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-03-12T15:48:45.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-03-12T15:48:45.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19562026-03-12T15:48:45.463Z
19572026-03-12T15:48:45.463Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/257)
19582026-03-12T15:48:45.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-03-12T15:48:45.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-03-12T15:48:45.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-03-12T15:48:45.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19622026-03-12T15:48:46.055Z
19632026-03-12T15:48:46.055Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/257)
19642026-03-12T15:48:46.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-03-12T15:48:46.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-03-12T15:48:46.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-03-12T15:48:46.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19682026-03-12T15:48:46.645Z
19692026-03-12T15:48:46.645Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/257)
19702026-03-12T15:48:47.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-03-12T15:48:47.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-03-12T15:48:47.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-03-12T15:48:47.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19742026-03-12T15:48:47.242Z
19752026-03-12T15:48:47.242Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/257)
19762026-03-12T15:48:47.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-03-12T15:48:47.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-03-12T15:48:47.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-03-12T15:48:47.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19802026-03-12T15:48:47.835Z
19812026-03-12T15:48:47.835Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/257)
19822026-03-12T15:48:48.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-03-12T15:48:48.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-03-12T15:48:48.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-03-12T15:48:48.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19862026-03-12T15:48:48.426Z
19872026-03-12T15:48:48.426Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/257)
19882026-03-12T15:48:48.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-03-12T15:48:48.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-03-12T15:48:48.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-03-12T15:48:48.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19922026-03-12T15:48:49.016Z
19932026-03-12T15:48:49.017Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/257)
19942026-03-12T15:48:49.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-03-12T15:48:49.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-03-12T15:48:49.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-03-12T15:48:49.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19982026-03-12T15:48:49.602Z
19992026-03-12T15:48:49.602Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/257)
20002026-03-12T15:48:50.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-03-12T15:48:50.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-03-12T15:48:50.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-03-12T15:48:50.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20042026-03-12T15:48:50.188Z
20052026-03-12T15:48:50.188Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/257)
20062026-03-12T15:48:50.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-03-12T15:48:50.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-03-12T15:48:50.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-03-12T15:48:50.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20102026-03-12T15:48:50.776Z
20112026-03-12T15:48:50.776Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/257)
20122026-03-12T15:48:51.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-03-12T15:48:51.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-03-12T15:48:51.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-03-12T15:48:51.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20162026-03-12T15:48:51.362Z
20172026-03-12T15:48:51.362Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/257)
20182026-03-12T15:48:51.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-03-12T15:48:51.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-03-12T15:48:51.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-03-12T15:48:51.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20222026-03-12T15:48:51.952Z
20232026-03-12T15:48:51.952Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/257)
20242026-03-12T15:48:52.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-03-12T15:48:52.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-03-12T15:48:52.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-03-12T15:48:52.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20282026-03-12T15:48:52.537Z
20292026-03-12T15:48:52.537Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/257)
20302026-03-12T15:48:53.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-03-12T15:48:53.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-03-12T15:48:53.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-03-12T15:48:53.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20342026-03-12T15:48:53.124Z
20352026-03-12T15:48:53.124Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/257)
20362026-03-12T15:48:53.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-03-12T15:48:53.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-03-12T15:48:53.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-03-12T15:48:53.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20402026-03-12T15:48:53.711Z
20412026-03-12T15:48:53.711Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/257)
20422026-03-12T15:48:54.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-03-12T15:48:54.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-03-12T15:48:54.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-03-12T15:48:54.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20462026-03-12T15:48:54.299Z
20472026-03-12T15:48:54.299Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/257)
20482026-03-12T15:48:54.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-03-12T15:48:54.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-03-12T15:48:54.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-03-12T15:48:54.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20522026-03-12T15:48:54.887Z
20532026-03-12T15:48:54.887Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/257)
20542026-03-12T15:48:55.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-03-12T15:48:55.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-03-12T15:48:55.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-03-12T15:48:55.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20582026-03-12T15:48:55.479Z
20592026-03-12T15:48:55.479Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/257)
20602026-03-12T15:48:56.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-03-12T15:48:56.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-03-12T15:48:56.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-03-12T15:48:56.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20642026-03-12T15:48:56.069Z
20652026-03-12T15:48:56.069Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/257)
20662026-03-12T15:48:56.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-03-12T15:48:56.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-03-12T15:48:56.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-03-12T15:48:56.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20702026-03-12T15:48:56.660Z
20712026-03-12T15:48:56.660Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/257)
20722026-03-12T15:48:57.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-03-12T15:48:57.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-03-12T15:48:57.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-03-12T15:48:57.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20762026-03-12T15:48:57.283Z
20772026-03-12T15:48:57.283Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/257)
20782026-03-12T15:48:57.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-03-12T15:48:57.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-03-12T15:48:57.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-03-12T15:48:57.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20822026-03-12T15:48:57.844Z
20832026-03-12T15:48:57.844Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/257)
20842026-03-12T15:48:58.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-03-12T15:48:58.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-03-12T15:48:58.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-03-12T15:48:58.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20882026-03-12T15:48:58.436Z
20892026-03-12T15:48:58.436Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/257)
20902026-03-12T15:48:58.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-03-12T15:48:58.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-03-12T15:48:58.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-03-12T15:48:58.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20942026-03-12T15:48:59.029Z
20952026-03-12T15:48:59.029Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/257)
20962026-03-12T15:48:59.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-03-12T15:48:59.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-03-12T15:48:59.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-03-12T15:48:59.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21002026-03-12T15:48:59.622Z
21012026-03-12T15:48:59.622Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/257)
21022026-03-12T15:49:00.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-03-12T15:49:00.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-03-12T15:49:00.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-03-12T15:49:00.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21062026-03-12T15:49:00.215Z
21072026-03-12T15:49:00.215Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/257)
21082026-03-12T15:49:00.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-03-12T15:49:00.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-03-12T15:49:01.188Z Checking cfg-if v1.0.4
21112026-03-12T15:49:01.319Z Checking libc v0.2.180
21122026-03-12T15:49:01.322Z Checking serde_core v1.0.228
21132026-03-12T15:49:01.338Z Checking memchr v2.8.0
21142026-03-12T15:49:01.344Z Checking smallvec v1.15.1
21152026-03-12T15:49:01.346Z Checking itoa v1.0.17
21162026-03-12T15:49:01.346Z Checking log v0.4.29
21172026-03-12T15:49:01.346Z Checking zeroize v1.8.2
21182026-03-12T15:49:01.443Z Checking stable_deref_trait v1.2.1
21192026-03-12T15:49:01.544Z Checking zerofrom v0.1.6
21202026-03-12T15:49:01.562Z Checking zmij v1.0.21
21212026-03-12T15:49:01.612Z Checking scopeguard v1.2.0
21222026-03-12T15:49:01.632Z Checking percent-encoding v2.3.2
21232026-03-12T15:49:01.632Z Checking subtle v2.6.1
21242026-03-12T15:49:01.688Z Checking yoke v0.8.1
21252026-03-12T15:49:01.736Z Checking lock_api v0.4.14
21262026-03-12T15:49:01.799Z Checking writeable v0.6.2
21272026-03-12T15:49:01.831Z Checking litemap v0.8.1
21282026-03-12T15:49:01.847Z Checking libm v0.2.16
21292026-03-12T15:49:01.899Z Checking zerovec v0.11.5
21302026-03-12T15:49:01.916Z Checking zerotrie v0.2.3
21312026-03-12T15:49:01.998Z Checking icu_normalizer_data v2.1.1
21322026-03-12T15:49:02.014Z Checking icu_properties_data v2.1.2
21332026-03-12T15:49:02.031Z Checking getrandom v0.2.17
21342026-03-12T15:49:02.049Z Checking errno v0.3.14
21352026-03-12T15:49:02.085Z Checking pin-project-lite v0.2.17
21362026-03-12T15:49:02.175Z Checking utf8_iter v1.0.4
21372026-03-12T15:49:02.192Z Checking form_urlencoded v1.2.2
21382026-03-12T15:49:02.208Z Checking portable-atomic v1.13.1
21392026-03-12T15:49:02.211Z Checking rand_core v0.6.4
21402026-03-12T15:49:02.241Z Checking critical-section v1.2.0
21412026-03-12T15:49:02.322Z Checking rand_core v0.10.0
21422026-03-12T15:49:02.343Z Checking typenum v1.19.0
21432026-03-12T15:49:02.360Z Checking signal-hook-registry v1.4.8
21442026-03-12T15:49:02.441Z Checking parking_lot_core v0.9.12
21452026-03-12T15:49:02.497Z Checking getrandom v0.4.1
21462026-03-12T15:49:02.500Z Checking tinystr v0.8.2
21472026-03-12T15:49:02.553Z Checking potential_utf v0.1.4
21482026-03-12T15:49:02.669Z Checking parking_lot v0.12.5
21492026-03-12T15:49:02.669Z Checking mio v1.1.1
21502026-03-12T15:49:02.710Z Checking icu_collections v2.1.1
21512026-03-12T15:49:02.749Z Checking icu_locale_core v2.1.1
21522026-03-12T15:49:02.818Z Checking once_cell v1.21.3
21532026-03-12T15:49:02.862Z Checking num-traits v0.2.19
21542026-03-12T15:49:02.918Z Checking socket2 v0.6.2
21552026-03-12T15:49:02.997Z Checking iana-time-zone v0.1.65
21562026-03-12T15:49:03.047Z Checking zerocopy v0.8.40
21572026-03-12T15:49:03.062Z Checking generic-array v0.14.7
21582026-03-12T15:49:03.114Z Checking futures-core v0.3.32
21592026-03-12T15:49:03.131Z Checking equivalent v1.0.2
21602026-03-12T15:49:03.230Z Checking allocator-api2 v0.2.21
21612026-03-12T15:49:03.247Z Checking foldhash v0.2.0
21622026-03-12T15:49:03.266Z Checking futures-sink v0.3.32
21632026-03-12T15:49:03.385Z Checking dyn-clone v1.0.20
21642026-03-12T15:49:03.433Z Checking const-oid v0.9.6
21652026-03-12T15:49:03.511Z Checking futures-channel v0.3.32
21662026-03-12T15:49:03.529Z Checking icu_provider v2.1.1
21672026-03-12T15:49:03.576Z Checking serde v1.0.228
21682026-03-12T15:49:03.602Z Checking serde_json v1.0.149
21692026-03-12T15:49:03.647Z Checking bitflags v2.11.0
21702026-03-12T15:49:03.712Z Checking crypto-common v0.1.7
21712026-03-12T15:49:03.758Z Checking hashbrown v0.16.1
21722026-03-12T15:49:03.827Z Checking icu_normalizer v2.1.1
21732026-03-12T15:49:03.862Z Checking icu_properties v2.1.2
21742026-03-12T15:49:03.878Z Checking uuid v1.21.0
21752026-03-12T15:49:04.165Z Checking bytes v1.11.1
21762026-03-12T15:49:04.238Z Checking chrono v0.4.44
21772026-03-12T15:49:04.319Z Checking semver v1.0.27
21782026-03-12T15:49:04.448Z Checking futures-task v0.3.32
21792026-03-12T15:49:04.465Z Checking futures-io v0.3.32
21802026-03-12T15:49:04.547Z Checking slab v0.4.12
21812026-03-12T15:49:04.589Z Checking block-buffer v0.10.4
21822026-03-12T15:49:04.608Z Checking thiserror v2.0.18
21832026-03-12T15:49:04.626Z Checking indexmap v2.13.0
21842026-03-12T15:49:04.727Z Checking byteorder v1.5.0
21852026-03-12T15:49:04.745Z Checking futures-util v0.3.32
21862026-03-12T15:49:04.762Z Checking digest v0.10.7
21872026-03-12T15:49:04.781Z Checking tokio v1.49.0
21882026-03-12T15:49:04.992Z Checking http v1.4.0
21892026-03-12T15:49:05.010Z Checking fnv v1.0.7
21902026-03-12T15:49:05.030Z Checking idna_adapter v1.2.1
21912026-03-12T15:49:05.122Z Checking cpufeatures v0.2.17
21922026-03-12T15:49:05.175Z Checking idna v1.1.0
21932026-03-12T15:49:05.208Z Checking unicode-ident v1.0.24
21942026-03-12T15:49:05.346Z Checking base64 v0.22.1
21952026-03-12T15:49:05.395Z Checking tracing-core v0.1.36
21962026-03-12T15:49:05.419Z Checking proc-macro2 v1.0.106
21972026-03-12T15:49:05.490Z Checking url v2.5.8
21982026-03-12T15:49:05.653Z Checking rustls-pki-types v1.14.0
21992026-03-12T15:49:05.772Z Checking regex-syntax v0.8.10
22002026-03-12T15:49:05.795Z Checking tracing v0.1.44
22012026-03-12T15:49:05.825Z Checking quote v1.0.44
22022026-03-12T15:49:06.025Z Checking untrusted v0.9.0
22032026-03-12T15:49:06.046Z Checking syn v2.0.117
22042026-03-12T15:49:06.064Z Checking schemars v0.8.22
22052026-03-12T15:49:06.081Z Checking ipnet v2.11.0
22062026-03-12T15:49:06.161Z Checking ring v0.17.14
22072026-03-12T15:49:06.417Z Checking thiserror v1.0.69
22082026-03-12T15:49:06.537Z Checking httparse v1.10.1
22092026-03-12T15:49:06.808Z Checking http-body v1.0.1
22102026-03-12T15:49:06.947Z Checking atomic-waker v1.1.2
22112026-03-12T15:49:06.973Z Checking aws-lc-sys v0.37.1
22122026-03-12T15:49:07.067Z Checking aho-corasick v1.1.4
22132026-03-12T15:49:07.364Z Checking ppv-lite86 v0.2.21
22142026-03-12T15:49:07.427Z Checking openssl-probe v0.2.1
22152026-03-12T15:49:07.505Z Checking tower-layer v0.3.3
22162026-03-12T15:49:07.558Z Checking tower-service v0.3.3
22172026-03-12T15:49:07.577Z Checking httpdate v1.0.3
22182026-03-12T15:49:07.668Z Checking untrusted v0.7.1
22192026-03-12T15:49:07.693Z Checking try-lock v0.2.5
22202026-03-12T15:49:07.754Z Checking rustix v1.1.3
22212026-03-12T15:49:07.780Z Checking block-padding v0.3.3
22222026-03-12T15:49:07.809Z Checking getrandom v0.3.4
22232026-03-12T15:49:07.811Z Checking want v0.3.1
22242026-03-12T15:49:07.864Z Checking aws-lc-rs v1.16.0
22252026-03-12T15:49:07.946Z Checking pin-utils v0.1.0
22262026-03-12T15:49:07.974Z Checking inout v0.1.4
22272026-03-12T15:49:07.993Z Checking hmac v0.12.1
22282026-03-12T15:49:08.013Z Checking regex-automata v0.4.14
22292026-03-12T15:49:08.036Z Checking rand_core v0.9.5
22302026-03-12T15:49:08.147Z Checking cipher v0.4.4
22312026-03-12T15:49:08.164Z Checking powerfmt v0.2.0
22322026-03-12T15:49:08.267Z Checking ryu v1.0.23
22332026-03-12T15:49:08.358Z Checking base64ct v1.8.3
22342026-03-12T15:49:08.416Z Checking deranged v0.5.8
22352026-03-12T15:49:08.443Z Checking rustls-native-certs v0.8.3
22362026-03-12T15:49:08.601Z Checking http-body-util v0.1.3
22372026-03-12T15:49:08.663Z Checking sha2 v0.10.9
22382026-03-12T15:49:08.880Z Checking erased-serde v0.3.31
22392026-03-12T15:49:08.948Z Checking sync_wrapper v1.0.2
22402026-03-12T15:49:09.009Z Checking rustls-webpki v0.103.9
22412026-03-12T15:49:09.027Z Checking num_threads v0.1.7
22422026-03-12T15:49:09.076Z Checking time-core v0.1.8
22432026-03-12T15:49:09.135Z Checking pretty-hex v0.4.1
22442026-03-12T15:49:09.155Z Checking tokio-util v0.7.18
22452026-03-12T15:49:09.263Z Checking num-conv v0.2.0
22462026-03-12T15:49:09.280Z Checking tower v0.5.3
22472026-03-12T15:49:09.392Z Checking serde_urlencoded v0.7.1
22482026-03-12T15:49:09.418Z Checking rand_chacha v0.9.0
22492026-03-12T15:49:09.489Z Checking slog v2.8.2
22502026-03-12T15:49:09.556Z Checking rustls v0.23.37
22512026-03-12T15:49:09.666Z Checking webpki-roots v1.0.6
22522026-03-12T15:49:09.684Z Checking fastrand v2.3.0
22532026-03-12T15:49:09.797Z Checking iri-string v0.7.10
22542026-03-12T15:49:09.816Z Checking time v0.3.47
22552026-03-12T15:49:09.818Z Checking foreign-types-shared v0.1.1
22562026-03-12T15:49:09.851Z Checking rand v0.9.2
22572026-03-12T15:49:09.916Z Checking pem-rfc7468 v0.7.0
22582026-03-12T15:49:09.934Z Checking foreign-types v0.3.2
22592026-03-12T15:49:09.965Z Checking h2 v0.4.13
22602026-03-12T15:49:10.019Z Checking ipnetwork v0.21.1
22612026-03-12T15:49:10.115Z Checking openssl-sys v0.9.111
22622026-03-12T15:49:10.291Z Checking spin v0.9.8
22632026-03-12T15:49:10.484Z Checking plain v0.2.3
22642026-03-12T15:49:10.531Z Checking flagset v0.4.7
22652026-03-12T15:49:10.602Z Checking regex v1.12.3
22662026-03-12T15:49:10.621Z Checking rand_chacha v0.3.1
22672026-03-12T15:49:10.690Z Checking der v0.7.10
22682026-03-12T15:49:10.861Z Checking openssl v0.10.75
22692026-03-12T15:49:10.892Z Checking ucd-trie v0.1.7
22702026-03-12T15:49:10.983Z Checking tinyvec_macros v0.1.1
22712026-03-12T15:49:11.059Z Checking mime v0.3.17
22722026-03-12T15:49:11.076Z Checking tinyvec v1.10.0
22732026-03-12T15:49:11.267Z Checking tower-http v0.6.8
22742026-03-12T15:49:11.285Z Checking pest v2.8.6
22752026-03-12T15:49:11.413Z Checking rand v0.8.5
22762026-03-12T15:49:11.502Z Checking tempfile v3.25.0
22772026-03-12T15:49:11.627Z Checking salsa20 v0.10.2
22782026-03-12T15:49:11.710Z Checking spki v0.7.3
22792026-03-12T15:49:11.757Z Checking pbkdf2 v0.12.2
22802026-03-12T15:49:11.794Z Checking encoding_rs v0.8.35
22812026-03-12T15:49:11.895Z Checking unicode-width v0.2.0
22822026-03-12T15:49:11.915Z Checking scrypt v0.11.0
22832026-03-12T15:49:12.088Z Checking aes v0.8.4
22842026-03-12T15:49:12.113Z Checking cbc v0.1.2
22852026-03-12T15:49:12.212Z Checking openapiv3 v2.2.0
22862026-03-12T15:49:12.281Z Checking anyhow v1.0.102
22872026-03-12T15:49:12.540Z Checking crossbeam-utils v0.8.21
22882026-03-12T15:49:12.608Z Checking pkcs5 v0.7.1
22892026-03-12T15:49:12.779Z Checking oxnet v0.1.4
22902026-03-12T15:49:12.828Z Checking tokio-rustls v0.26.4
22912026-03-12T15:49:12.939Z Checking pkcs8 v0.10.2
22922026-03-12T15:49:12.991Z Checking scroll v0.12.0
22932026-03-12T15:49:13.058Z Checking data-encoding v2.10.0
22942026-03-12T15:49:13.076Z Checking winnow v0.7.14
22952026-03-12T15:49:13.122Z Checking siphasher v1.0.2
22962026-03-12T15:49:13.164Z Checking lazy_static v1.5.0
22972026-03-12T15:49:13.276Z Checking zerocopy v0.7.35
22982026-03-12T15:49:13.293Z Checking goblin v0.8.2
22992026-03-12T15:49:13.329Z Checking wait-timeout v0.2.1
23002026-03-12T15:49:13.413Z Checking either v1.15.0
23012026-03-12T15:49:13.484Z Checking utf8parse v0.2.2
23022026-03-12T15:49:13.612Z Checking anstyle v1.0.13
23032026-03-12T15:49:13.657Z Checking hyper v1.8.1
23042026-03-12T15:49:13.674Z Checking managed v0.8.0
23052026-03-12T15:49:13.711Z Checking native-tls v0.2.18
23062026-03-12T15:49:13.844Z Checking quick-error v1.2.3
23072026-03-12T15:49:13.919Z Checking bit-vec v0.8.0
23082026-03-12T15:49:13.951Z Checking tokio-native-tls v0.3.1
23092026-03-12T15:49:13.973Z Checking bitflags v1.3.2
23102026-03-12T15:49:13.997Z Checking rusty-fork v0.3.1
23112026-03-12T15:49:14.029Z Checking anstyle-parse v0.2.7
23122026-03-12T15:49:14.061Z Checking dtrace-parser v0.2.0
23132026-03-12T15:49:14.142Z Checking unicode-normalization v0.1.25
23142026-03-12T15:49:14.181Z Checking bit-set v0.8.0
23152026-03-12T15:49:14.211Z Checking rand_xorshift v0.4.0
23162026-03-12T15:49:14.229Z Checking sha1 v0.10.6
23172026-03-12T15:49:14.363Z Checking thread-id v4.2.2
23182026-03-12T15:49:14.379Z Checking colorchoice v1.0.4
23192026-03-12T15:49:14.382Z Checking psl-types v2.0.11
23202026-03-12T15:49:14.436Z Checking unarray v0.1.4
23212026-03-12T15:49:14.457Z Checking anstyle-query v1.1.5
23222026-03-12T15:49:14.498Z Checking is_terminal_polyfill v1.70.2
23232026-03-12T15:49:14.575Z Checking publicsuffix v2.3.0
23242026-03-12T15:49:14.579Z Checking proptest v1.10.0
23252026-03-12T15:49:14.584Z Checking crossbeam-epoch v0.9.18
23262026-03-12T15:49:14.603Z Checking anstream v0.6.21
23272026-03-12T15:49:14.678Z Checking cookie v0.18.1
23282026-03-12T15:49:14.729Z Checking terminal_size v0.4.3
23292026-03-12T15:49:14.746Z Checking scroll v0.13.0
23302026-03-12T15:49:14.857Z Checking hex v0.4.3
23312026-03-12T15:49:14.874Z Checking num-integer v0.1.46
23322026-03-12T15:49:14.877Z Checking simd-adler32 v0.3.8
23332026-03-12T15:49:14.911Z Checking hyper-util v0.1.20
23342026-03-12T15:49:14.974Z Checking cookie_store v0.22.1
23352026-03-12T15:49:15.044Z Checking goblin v0.10.5
23362026-03-12T15:49:15.122Z Checking crossbeam-deque v0.8.6
23372026-03-12T15:49:15.166Z Checking rustls-platform-verifier v0.6.2
23382026-03-12T15:49:15.183Z Checking bstr v1.12.1
23392026-03-12T15:49:15.338Z Checking ref-cast v1.0.25
23402026-03-12T15:49:15.355Z Checking rustix v0.38.44
23412026-03-12T15:49:15.394Z Checking camino v1.2.2
23422026-03-12T15:49:15.458Z Checking crc32fast v1.5.0
23432026-03-12T15:49:15.631Z Checking signature v2.2.0
23442026-03-12T15:49:15.719Z Checking serde_spanned v0.6.9
23452026-03-12T15:49:15.736Z Checking toml_datetime v0.6.11
23462026-03-12T15:49:15.791Z Checking ff v0.13.1
23472026-03-12T15:49:15.872Z Checking strsim v0.11.1
23482026-03-12T15:49:15.952Z Checking clap_lex v1.0.0
23492026-03-12T15:49:15.971Z Checking unicode-properties v0.1.4
23502026-03-12T15:49:16.072Z Checking unicode-bidi v0.3.18
23512026-03-12T15:49:16.090Z Checking dof v0.3.0
23522026-03-12T15:49:16.137Z Checking adler2 v2.0.1
23532026-03-12T15:49:16.204Z Checking base16ct v0.2.0
23542026-03-12T15:49:16.269Z Checking miniz_oxide v0.8.9
23552026-03-12T15:49:16.358Z Checking sec1 v0.7.3
23562026-03-12T15:49:16.457Z Checking stringprep v0.1.5
23572026-03-12T15:49:16.470Z Checking usdt-impl v0.5.0
23582026-03-12T15:49:16.491Z Checking clap_builder v4.5.60
23592026-03-12T15:49:16.589Z Checking hyper-rustls v0.27.7
23602026-03-12T15:49:16.619Z Checking hyper-tls v0.6.0
23612026-03-12T15:49:16.649Z Checking group v0.13.0
23622026-03-12T15:49:16.739Z Checking rayon-core v1.13.0
23632026-03-12T15:49:16.827Z Checking num-iter v0.1.45
23642026-03-12T15:49:16.827Z Checking toml_parser v1.0.9+spec-1.1.0
23652026-03-12T15:49:16.861Z Checking dtrace-parser v0.3.0
23662026-03-12T15:49:16.864Z Checking reqwest v0.12.28
23672026-03-12T15:49:16.981Z Checking reqwest v0.13.2
23682026-03-12T15:49:17.094Z Checking newtype-uuid v1.3.2
23692026-03-12T15:49:17.165Z Checking hkdf v0.12.4
23702026-03-12T15:49:17.168Z Checking strum v0.26.3
23712026-03-12T15:49:17.267Z Checking zstd-sys v2.0.16+zstd.1.5.7
23722026-03-12T15:49:17.320Z Checking md-5 v0.10.6
23732026-03-12T15:49:17.337Z Checking hash32 v0.2.1
23742026-03-12T15:49:17.354Z Checking daft v0.1.5
23752026-03-12T15:49:17.419Z Checking crypto-bigint v0.5.5
23762026-03-12T15:49:17.487Z Checking toml_datetime v0.7.5+spec-1.1.0
23772026-03-12T15:49:17.539Z Checking thread-id v5.1.0
23782026-03-12T15:49:17.639Z Checking fallible-iterator v0.2.0
23792026-03-12T15:49:17.661Z Checking unicode-segmentation v1.12.0
23802026-03-12T15:49:17.742Z Checking zlib-rs v0.6.2
23812026-03-12T15:49:18.005Z Checking postgres-protocol v0.6.10
23822026-03-12T15:49:18.008Z Checking heapless v0.7.17
23832026-03-12T15:49:18.077Z Checking zstd-safe v7.2.4
23842026-03-12T15:49:18.106Z Checking rayon v1.11.0
23852026-03-12T15:49:18.198Z Checking clap v4.5.60
23862026-03-12T15:49:18.286Z Checking itertools v0.12.1
23872026-03-12T15:49:18.303Z Checking phf_shared v0.13.1
23882026-03-12T15:49:18.415Z Checking console v0.16.2
23892026-03-12T15:49:18.441Z Checking dof v0.4.0
23902026-03-12T15:49:18.578Z Checking curve25519-dalek v4.1.3
23912026-03-12T15:49:18.594Z Checking bzip2-sys v0.1.13+1.0.8
23922026-03-12T15:49:18.698Z Checking signal-hook v0.3.18
23932026-03-12T15:49:18.816Z Checking memmap2 v0.9.10
23942026-03-12T15:49:18.931Z Checking libbz2-rs-sys v0.2.2
23952026-03-12T15:49:18.948Z Checking flate2 v1.1.9
23962026-03-12T15:49:18.991Z Checking elliptic-curve v0.13.8
23972026-03-12T15:49:19.039Z Checking winnow v0.5.40
23982026-03-12T15:49:19.351Z Checking toml_write v0.1.2
23992026-03-12T15:49:19.409Z Checking foldhash v0.1.5
24002026-03-12T15:49:19.434Z Checking usdt-impl v0.6.0
24012026-03-12T15:49:19.455Z Checking fixedbitset v0.4.2
24022026-03-12T15:49:19.566Z Checking unit-prefix v0.5.2
24032026-03-12T15:49:19.583Z Checking bumpalo v3.20.2
24042026-03-12T15:49:19.643Z Checking petgraph v0.6.5
24052026-03-12T15:49:19.696Z Checking hashbrown v0.15.5
24062026-03-12T15:49:19.696Z Checking zone v0.3.1
24072026-03-12T15:49:19.715Z Checking toml_edit v0.22.27
24082026-03-12T15:49:19.794Z Checking usdt v0.6.0
24092026-03-12T15:49:19.839Z Checking zopfli v0.8.3
24102026-03-12T15:49:19.993Z Checking bzip2 v0.6.1
24112026-03-12T15:49:20.110Z Checking indicatif v0.18.4
24122026-03-12T15:49:20.159Z Checking signal-hook-mio v0.2.5
24132026-03-12T15:49:20.193Z Checking bzip2 v0.4.4
24142026-03-12T15:49:20.270Z Checking smoltcp v0.9.1
24152026-03-12T15:49:20.287Z Checking phf v0.13.1
24162026-03-12T15:49:20.304Z Checking postgres-types v0.2.12
24172026-03-12T15:49:20.398Z Checking zstd v0.13.3
24182026-03-12T15:49:20.482Z Checking similar v2.7.0
24192026-03-12T15:49:20.599Z Checking num-bigint-dig v0.8.6
24202026-03-12T15:49:20.623Z Checking toml_edit v0.19.15
24212026-03-12T15:49:20.648Z Checking ed25519 v2.2.3
24222026-03-12T15:49:20.721Z Checking phf_shared v0.11.3
24232026-03-12T15:49:20.884Z Checking pkcs1 v0.7.5
24242026-03-12T15:49:20.914Z Checking tokio-stream v0.1.18
24252026-03-12T15:49:20.987Z Checking strum v0.27.2
24262026-03-12T15:49:21.086Z Checking hubpack v0.1.2
24272026-03-12T15:49:21.121Z Checking rfc6979 v0.4.0
24282026-03-12T15:49:21.158Z Checking serde-big-array v0.5.1
24292026-03-12T15:49:21.239Z Checking float-cmp v0.10.0
24302026-03-12T15:49:21.264Z Checking env_filter v1.0.0
24312026-03-12T15:49:21.301Z Checking fixedbitset v0.5.7
24322026-03-12T15:49:21.325Z Checking keccak v0.1.6
24332026-03-12T15:49:21.382Z Checking normalize-line-endings v0.3.0
24342026-03-12T15:49:21.399Z Checking difflib v0.4.0
24352026-03-12T15:49:21.421Z Checking new_debug_unreachable v1.0.6
24362026-03-12T15:49:21.443Z Checking rustc-hash v2.1.1
24372026-03-12T15:49:21.488Z Checking precomputed-hash v0.1.1
24382026-03-12T15:49:21.506Z Checking predicates-core v1.0.10
24392026-03-12T15:49:21.539Z Checking static_assertions v1.1.0
24402026-03-12T15:49:21.556Z Checking jiff v0.2.21
24412026-03-12T15:49:21.583Z Checking whoami v2.1.0
24422026-03-12T15:49:21.600Z Checking string_cache v0.8.9
24432026-03-12T15:49:21.624Z Checking iddqd v0.3.17
24442026-03-12T15:49:21.639Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24452026-03-12T15:49:21.656Z Checking predicates v3.1.4
24462026-03-12T15:49:21.756Z Checking rsa v0.9.10
24472026-03-12T15:49:21.812Z Checking petgraph v0.8.3
24482026-03-12T15:49:21.829Z Checking tokio-postgres v0.7.16
24492026-03-12T15:49:22.040Z Checking toml v0.7.8
24502026-03-12T15:49:22.063Z Checking sha3 v0.10.8
24512026-03-12T15:49:22.336Z Checking env_logger v0.11.9
24522026-03-12T15:49:22.385Z Checking ecdsa v0.16.9
24532026-03-12T15:49:22.470Z Checking ed25519-dalek v2.2.0
24542026-03-12T15:49:22.575Z Checking zip v0.6.6
24552026-03-12T15:49:22.767Z Checking crossterm v0.28.1
24562026-03-12T15:49:22.794Z Checking serde_with v3.17.0
24572026-03-12T15:49:22.820Z Checking itertools v0.13.0
24582026-03-12T15:49:22.995Z Checking hickory-proto v0.25.2
24592026-03-12T15:49:23.491Z Checking x509-cert v0.2.5
24602026-03-12T15:49:23.735Z Checking fs-err v3.3.0
24612026-03-12T15:49:23.995Z Checking ahash v0.8.12
24622026-03-12T15:49:24.121Z Checking object v0.37.3
24632026-03-12T15:49:24.252Z Checking buf-list v1.1.2
24642026-03-12T15:49:24.269Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24652026-03-12T15:49:24.370Z Checking peg-runtime v0.8.5
24662026-03-12T15:49:24.480Z Checking lalrpop-util v0.19.12
24672026-03-12T15:49:24.547Z Compiling regress v0.10.5
24682026-03-12T15:49:24.644Z Compiling structmeta-derive v0.3.0
24692026-03-12T15:49:24.686Z Compiling rustls v0.22.4
24702026-03-12T15:49:24.704Z Compiling newtype-uuid-macros v0.1.0
24712026-03-12T15:49:24.725Z Checking zip v4.6.1
24722026-03-12T15:49:24.950Z Compiling multer v3.1.0
24732026-03-12T15:49:25.261Z Compiling async-stream-impl v0.3.6
24742026-03-12T15:49:25.501Z Checking futures-executor v0.3.32
24752026-03-12T15:49:25.682Z Compiling dropshot v0.16.7
24762026-03-12T15:49:25.706Z Checking futures v0.3.32
24772026-03-12T15:49:25.803Z Compiling dropshot_endpoint v0.16.7
24782026-03-12T15:49:26.003Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24792026-03-12T15:49:26.069Z Checking thread_local v1.1.9
24802026-03-12T15:49:26.123Z Compiling structmeta v0.3.0
24812026-03-12T15:49:26.273Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24822026-03-12T15:49:26.393Z Compiling derive-ex v0.1.8
24832026-03-12T15:49:26.512Z Checking crossbeam-channel v0.5.15
24842026-03-12T15:49:26.727Z Checking is-terminal v0.4.17
24852026-03-12T15:49:26.745Z Checking take_mut v0.2.2
24862026-03-12T15:49:26.836Z Checking term v1.2.1
24872026-03-12T15:49:26.856Z Compiling parse-display-derive v0.10.0
24882026-03-12T15:49:26.873Z Checking rustls-webpki v0.102.8
24892026-03-12T15:49:26.962Z Checking slog-async v2.8.0
24902026-03-12T15:49:27.127Z Checking slog-term v2.9.2
24912026-03-12T15:49:27.185Z Checking serde_spanned v1.0.4
24922026-03-12T15:49:27.347Z Checking toml_writer v1.0.6+spec-1.1.0
24932026-03-12T15:49:27.364Z Checking debug-ignore v1.0.5
24942026-03-12T15:49:27.508Z Checking match_cfg v0.1.0
24952026-03-12T15:49:27.566Z Checking hostname v0.3.1
24962026-03-12T15:49:27.584Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24972026-03-12T15:49:27.601Z Checking toml v0.9.12+spec-1.1.0
24982026-03-12T15:49:27.674Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24992026-03-12T15:49:27.692Z Checking slog-json v2.6.1
25002026-03-12T15:49:27.857Z Checking macaddr v1.0.1
25012026-03-12T15:49:27.886Z Checking slog-bunyan v2.5.0
25022026-03-12T15:49:28.029Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25032026-03-12T15:49:28.093Z Checking async-stream v0.3.6
25042026-03-12T15:49:28.262Z Checking waitgroup v0.1.2
25052026-03-12T15:49:28.386Z Checking rustls-pemfile v2.2.0
25062026-03-12T15:49:28.428Z Checking serde_path_to_error v0.1.20
25072026-03-12T15:49:28.530Z Checking hostname v0.4.2
25082026-03-12T15:49:28.556Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25092026-03-12T15:49:28.574Z Checking progenitor-client v0.13.0
25102026-03-12T15:49:28.654Z Checking progenitor-client v0.10.0
25112026-03-12T15:49:28.692Z Compiling itertools v0.14.0
25122026-03-12T15:49:28.762Z Compiling test-strategy v0.4.5
25132026-03-12T15:49:28.799Z Checking heck v0.5.0
25142026-03-12T15:49:28.819Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25152026-03-12T15:49:28.861Z Checking backon v1.6.0
25162026-03-12T15:49:28.957Z Checking instant v0.1.13
25172026-03-12T15:49:29.069Z Checking backoff v0.4.0
25182026-03-12T15:49:29.102Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25192026-03-12T15:49:29.120Z Checking progenitor-extras v0.1.1
25202026-03-12T15:49:29.238Z Checking parse-display v0.10.0
25212026-03-12T15:49:29.293Z Compiling typify-impl v0.4.3
25222026-03-12T15:49:29.584Z Checking tokio-rustls v0.25.0
25232026-03-12T15:49:29.601Z Compiling toml_edit v0.23.10+spec-1.0.0
25242026-03-12T15:49:29.744Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25252026-03-12T15:49:30.030Z Compiling crucible-workspace-hack v0.1.0
25262026-03-12T15:49:30.267Z Compiling unsafe-libyaml v0.2.11
25272026-03-12T15:49:30.451Z Compiling heapless v0.8.0
25282026-03-12T15:49:30.468Z Compiling convert_case v0.4.0
25292026-03-12T15:49:30.837Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25302026-03-12T15:49:30.975Z Compiling derive_more v0.99.20
25312026-03-12T15:49:31.049Z Compiling serde_yaml v0.9.34+deprecated
25322026-03-12T15:49:31.090Z Compiling ingot-macros v0.1.1
25332026-03-12T15:49:31.274Z Compiling proc-macro-crate v3.4.0
25342026-03-12T15:49:31.396Z Checking hash32 v0.3.1
25352026-03-12T15:49:31.533Z Checking secrecy v0.10.3
25362026-03-12T15:49:31.553Z Compiling smoltcp v0.11.0
25372026-03-12T15:49:31.679Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25382026-03-12T15:49:31.922Z Compiling prettyplease v0.2.37
25392026-03-12T15:49:32.019Z Compiling num_enum_derive v0.7.5
25402026-03-12T15:49:32.314Z Checking tabwriter v1.4.1
25412026-03-12T15:49:32.374Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25422026-03-12T15:49:32.587Z Checking cobs v0.3.0
25432026-03-12T15:49:32.770Z Compiling foreign-types-macros v0.2.3
25442026-03-12T15:49:33.172Z Checking cpufeatures v0.3.0
25452026-03-12T15:49:33.267Z Checking foreign-types-shared v0.3.1
25462026-03-12T15:49:33.382Z Checking chacha20 v0.10.0
25472026-03-12T15:49:33.443Z Checking num_enum v0.7.5
25482026-03-12T15:49:33.572Z Checking foreign-types v0.5.0
25492026-03-12T15:49:33.664Z Checking postcard v1.1.3
25502026-03-12T15:49:34.337Z Compiling proc-macro-crate v1.3.1
25512026-03-12T15:49:34.608Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25522026-03-12T15:49:34.902Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25532026-03-12T15:49:34.952Z Checking ingot-types v0.1.2
25542026-03-12T15:49:35.169Z Checking cstr-argument v0.1.2
25552026-03-12T15:49:35.186Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25562026-03-12T15:49:35.320Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25572026-03-12T15:49:35.401Z Checking colored v3.1.1
25582026-03-12T15:49:35.458Z Checking ingot v0.1.1
25592026-03-12T15:49:35.501Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25602026-03-12T15:49:35.581Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25612026-03-12T15:49:35.602Z Compiling num_enum_derive v0.5.11
25622026-03-12T15:49:35.708Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25632026-03-12T15:49:35.725Z Checking rand v0.10.0
25642026-03-12T15:49:35.757Z Compiling typify-macro v0.4.3
25652026-03-12T15:49:35.830Z Compiling typify-impl v0.6.1
25662026-03-12T15:49:37.216Z Compiling memoffset v0.9.1
25672026-03-12T15:49:37.250Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25682026-03-12T15:49:37.666Z Compiling cfg_aliases v0.2.1
25692026-03-12T15:49:37.780Z Compiling nix v0.30.1
25702026-03-12T15:49:37.864Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25712026-03-12T15:49:38.088Z Compiling typify v0.4.3
25722026-03-12T15:49:38.236Z Checking num_enum v0.5.11
25732026-03-12T15:49:38.368Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25742026-03-12T15:49:38.744Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25752026-03-12T15:49:39.169Z Checking camino-tempfile v1.4.1
25762026-03-12T15:49:39.264Z Checking num-rational v0.4.2
25772026-03-12T15:49:39.483Z Checking half v2.7.1
25782026-03-12T15:49:39.663Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25792026-03-12T15:49:39.744Z Compiling thiserror-impl-no-std v2.0.2
25802026-03-12T15:49:39.845Z Checking universal-hash v0.5.1
25812026-03-12T15:49:39.914Z Checking num-complex v0.4.6
25822026-03-12T15:49:39.974Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25832026-03-12T15:49:40.054Z Checking opaque-debug v0.3.1
25842026-03-12T15:49:40.143Z Checking ciborium-io v0.2.2
25852026-03-12T15:49:40.263Z Checking ciborium-ll v0.2.2
25862026-03-12T15:49:40.295Z Checking poly1305 v0.8.0
25872026-03-12T15:49:40.392Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25882026-03-12T15:49:40.416Z Checking num v0.4.3
25892026-03-12T15:49:40.483Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25902026-03-12T15:49:40.506Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25912026-03-12T15:49:40.669Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25922026-03-12T15:49:40.724Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25932026-03-12T15:49:40.749Z Checking toml v0.8.23
25942026-03-12T15:49:41.140Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25952026-03-12T15:49:41.153Z Checking password-hash v0.5.0
25962026-03-12T15:49:41.192Z Checking chacha20 v0.9.1
25972026-03-12T15:49:41.390Z Checking thiserror-no-std v2.0.2
25982026-03-12T15:49:41.446Z Compiling usdt-macro v0.5.0
25992026-03-12T15:49:41.463Z Compiling usdt-attr-macro v0.5.0
26002026-03-12T15:49:41.498Z Checking smf v0.2.3
26012026-03-12T15:49:41.799Z Checking blake2 v0.10.6
26022026-03-12T15:49:42.112Z Checking aead v0.5.2
26032026-03-12T15:49:42.130Z Checking sigpipe v0.1.3
26042026-03-12T15:49:42.149Z Checking memmap v0.7.0
26052026-03-12T15:49:42.294Z Compiling num-derive v0.4.2
26062026-03-12T15:49:42.318Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26072026-03-12T15:49:42.372Z Compiling typify-macro v0.6.1
26082026-03-12T15:49:42.400Z Checking glob v0.3.3
26092026-03-12T15:49:42.499Z Checking float-ord v0.3.2
26102026-03-12T15:49:42.587Z Checking usdt v0.5.0
26112026-03-12T15:49:42.628Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26122026-03-12T15:49:42.645Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26132026-03-12T15:49:42.794Z Checking chacha20poly1305 v0.10.1
26142026-03-12T15:49:42.849Z Checking argon2 v0.5.3
26152026-03-12T15:49:42.889Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26162026-03-12T15:49:42.968Z Checking vsss-rs v3.3.4
26172026-03-12T15:49:43.157Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26182026-03-12T15:49:43.289Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26192026-03-12T15:49:43.522Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26202026-03-12T15:49:44.006Z Checking ciborium v0.2.2
26212026-03-12T15:49:44.171Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26222026-03-12T15:49:44.471Z Compiling semver v0.1.20
26232026-03-12T15:49:44.531Z Checking indent_write v2.2.0
26242026-03-12T15:49:44.595Z Checking whoami v1.6.1
26252026-03-12T15:49:44.629Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26262026-03-12T15:49:44.700Z Compiling progenitor-impl v0.11.2
26272026-03-12T15:49:44.740Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26282026-03-12T15:49:44.758Z Compiling typify v0.6.1
26292026-03-12T15:49:44.855Z Compiling rustc_version v0.1.7
26302026-03-12T15:49:45.154Z Compiling pin-project-internal v1.1.11
26312026-03-12T15:49:45.356Z Checking linked-hash-map v0.5.6
26322026-03-12T15:49:45.579Z Compiling minimal-lexical v0.2.1
26332026-03-12T15:49:45.772Z Checking swrite v0.1.0
26342026-03-12T15:49:45.886Z Compiling nom v7.1.3
26352026-03-12T15:49:45.911Z Checking lru-cache v0.1.2
26362026-03-12T15:49:46.068Z Compiling newtype_derive v0.1.6
26372026-03-12T15:49:46.162Z Compiling progenitor-impl v0.13.0
26382026-03-12T15:49:46.704Z Checking pin-project v1.1.11
26392026-03-12T15:49:46.825Z Checking newline-converter v0.3.0
26402026-03-12T15:49:46.968Z Checking progenitor-client v0.11.2
26412026-03-12T15:49:47.272Z Checking atomicwrites v0.4.4
26422026-03-12T15:49:47.290Z Checking hickory-proto v0.24.4
26432026-03-12T15:49:47.294Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26442026-03-12T15:49:47.435Z Checking phf_shared v0.12.1
26452026-03-12T15:49:47.519Z Checking console v0.15.11
26462026-03-12T15:49:47.620Z Checking pem v3.0.6
26472026-03-12T15:49:47.752Z Checking csv-core v0.1.13
26482026-03-12T15:49:47.826Z Compiling snafu-derive v0.8.9
26492026-03-12T15:49:47.897Z Compiling async-recursion v1.1.1
26502026-03-12T15:49:47.991Z Compiling derive-where v1.6.0
26512026-03-12T15:49:48.828Z Compiling progenitor-macro v0.11.2
26522026-03-12T15:49:49.789Z Compiling slog-dtrace v0.3.0
26532026-03-12T15:49:49.847Z Checking same-file v1.0.6
26542026-03-12T15:49:49.888Z Compiling chrono-tz v0.10.4
26552026-03-12T15:49:49.999Z Compiling cancel-safe-futures v0.1.5
26562026-03-12T15:49:50.056Z Checking unicode-width v0.1.14
26572026-03-12T15:49:50.130Z Compiling owo-colors v4.3.0
26582026-03-12T15:49:50.283Z Checking resolv-conf v0.7.6
26592026-03-12T15:49:50.385Z Checking highway v1.3.0
26602026-03-12T15:49:50.521Z Checking hickory-resolver v0.24.4
26612026-03-12T15:49:50.553Z Checking snafu v0.8.9
26622026-03-12T15:49:50.699Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26632026-03-12T15:49:50.745Z Checking walkdir v2.5.0
26642026-03-12T15:49:50.867Z Compiling progenitor-macro v0.13.0
26652026-03-12T15:49:50.955Z Compiling const_format_proc_macros v0.2.34
26662026-03-12T15:49:51.434Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26672026-03-12T15:49:51.473Z Checking csv v1.4.0
26682026-03-12T15:49:51.680Z Checking expectorate v1.2.0
26692026-03-12T15:49:51.841Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26702026-03-12T15:49:51.974Z Checking phf v0.12.1
26712026-03-12T15:49:52.571Z Checking tokio-dtrace v0.1.1
26722026-03-12T15:49:52.729Z Compiling progenitor-impl v0.10.0
26732026-03-12T15:49:52.755Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26742026-03-12T15:49:52.801Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26752026-03-12T15:49:53.355Z Checking globset v0.4.18
26762026-03-12T15:49:53.373Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26772026-03-12T15:49:53.515Z Checking olpc-cjson v0.1.4
26782026-03-12T15:49:53.689Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26792026-03-12T15:49:53.705Z Checking libsw-core v0.3.2
26802026-03-12T15:49:53.892Z Checking serde_plain v1.0.2
26812026-03-12T15:49:54.051Z Checking arc-swap v1.8.2
26822026-03-12T15:49:54.121Z Compiling lzma-sys v0.1.20
26832026-03-12T15:49:54.350Z Checking typed-path v0.9.3
26842026-03-12T15:49:54.836Z Checking utf-8 v0.7.6
26852026-03-12T15:49:54.931Z Checking bytecount v0.6.9
26862026-03-12T15:49:55.007Z Checking tungstenite v0.21.0
26872026-03-12T15:49:55.027Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26882026-03-12T15:49:55.062Z Checking papergrid v0.11.0
26892026-03-12T15:49:55.468Z Checking tough v0.20.0
26902026-03-12T15:49:55.874Z Checking progenitor v0.11.2
26912026-03-12T15:49:55.926Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26922026-03-12T15:49:56.043Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26932026-03-12T15:49:56.147Z Checking slog-scope v4.4.1
26942026-03-12T15:49:56.171Z Checking libsw v3.5.0
26952026-03-12T15:49:56.315Z Checking oxide-tokio-rt v0.1.2
26962026-03-12T15:49:56.418Z Compiling progenitor-macro v0.10.0
26972026-03-12T15:49:56.497Z Checking const_format v0.2.35
26982026-03-12T15:49:56.809Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26992026-03-12T15:49:57.104Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27002026-03-12T15:49:57.183Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27012026-03-12T15:49:57.383Z Checking qorb v0.4.1
27022026-03-12T15:49:57.907Z Checking progenitor v0.13.0
27032026-03-12T15:49:58.098Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27042026-03-12T15:49:58.260Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27052026-03-12T15:49:58.590Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27062026-03-12T15:49:58.964Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27072026-03-12T15:49:59.033Z Compiling cargo_toml v0.22.3
27082026-03-12T15:49:59.037Z Checking gethostname v0.5.0
27092026-03-12T15:49:59.164Z Compiling tabled_derive v0.7.0
27102026-03-12T15:49:59.345Z Checking bcs v0.1.6
27112026-03-12T15:49:59.363Z Checking termtree v0.5.1
27122026-03-12T15:49:59.458Z Checking linear-map v1.2.0
27132026-03-12T15:49:59.537Z Checking unicode-linebreak v0.1.5
27142026-03-12T15:49:59.650Z Checking smawk v0.3.2
27152026-03-12T15:49:59.697Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27162026-03-12T15:49:59.818Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27172026-03-12T15:49:59.835Z Checking textwrap v0.16.2
27182026-03-12T15:50:00.127Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27192026-03-12T15:50:00.510Z Checking tabled v0.15.0
27202026-03-12T15:50:00.659Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27212026-03-12T15:50:00.934Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27222026-03-12T15:50:01.261Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27232026-03-12T15:50:01.478Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27242026-03-12T15:50:01.697Z Checking steno v0.4.1
27252026-03-12T15:50:02.010Z Checking slog-stdlog v4.1.1
27262026-03-12T15:50:02.168Z Checking typeid v1.0.3
27272026-03-12T15:50:02.260Z Checking tokio-tungstenite v0.21.0
27282026-03-12T15:50:02.302Z Checking humantime v2.3.0
27292026-03-12T15:50:02.547Z Checking base64 v0.21.7
27302026-03-12T15:50:02.622Z Checking ron v0.12.0
27312026-03-12T15:50:02.869Z Checking xz2 v0.1.7
27322026-03-12T15:50:03.014Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27332026-03-12T15:50:03.041Z Checking slog-envlogger v2.2.0
27342026-03-12T15:50:03.068Z Checking yasna v0.5.2
27352026-03-12T15:50:03.089Z Checking headers-core v0.3.0
27362026-03-12T15:50:03.223Z Checking filetime v0.2.27
27372026-03-12T15:50:03.227Z Checking xattr v1.6.1
27382026-03-12T15:50:03.397Z Checking base16ct v1.0.0
27392026-03-12T15:50:03.414Z Checking tar v0.4.44
27402026-03-12T15:50:03.569Z Checking headers v0.4.1
27412026-03-12T15:50:03.588Z Checking progenitor v0.10.0
27422026-03-12T15:50:03.604Z Checking rcgen v0.12.1
27432026-03-12T15:50:03.621Z Checking subprocess v0.2.15
27442026-03-12T15:50:03.753Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27452026-03-12T15:50:11.962Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27462026-03-12T15:50:20.037Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27472026-03-12T15:50:21.832Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27482026-03-12T15:50:23.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
27492026-03-12T15:50:23.643Z
27502026-03-12T15:50:23.643Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/257)
27512026-03-12T15:50:24.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27522026-03-12T15:50:24.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27532026-03-12T15:50:24.540Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27542026-03-12T15:50:26.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
27552026-03-12T15:50:26.510Z
27562026-03-12T15:50:26.510Zinfo: running `cargo check --bins` on nexus-config (51/257)
27572026-03-12T15:50:27.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582026-03-12T15:50:27.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592026-03-12T15:50:27.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27602026-03-12T15:50:27.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27612026-03-12T15:50:27.334Z
27622026-03-12T15:50:27.334Zinfo: running `cargo check --bins` on nexus-types (52/257)
27632026-03-12T15:50:28.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642026-03-12T15:50:28.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652026-03-12T15:50:28.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662026-03-12T15:50:28.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27672026-03-12T15:50:28.160Z
27682026-03-12T15:50:28.160Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/257)
27692026-03-12T15:50:28.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702026-03-12T15:50:28.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712026-03-12T15:50:28.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27722026-03-12T15:50:28.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27732026-03-12T15:50:28.932Z
27742026-03-12T15:50:28.932Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/257)
27752026-03-12T15:50:29.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762026-03-12T15:50:29.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772026-03-12T15:50:29.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782026-03-12T15:50:29.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27792026-03-12T15:50:29.704Z
27802026-03-12T15:50:29.704Zinfo: running `cargo check --bins` on cockroach-admin-types (55/257)
27812026-03-12T15:50:30.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-03-12T15:50:30.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-03-12T15:50:30.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842026-03-12T15:50:30.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
27852026-03-12T15:50:30.455Z
27862026-03-12T15:50:30.455Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/257)
27872026-03-12T15:50:31.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-03-12T15:50:31.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-03-12T15:50:31.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902026-03-12T15:50:31.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27912026-03-12T15:50:31.233Z
27922026-03-12T15:50:31.233Zinfo: running `cargo check --bins` on ereport-types (57/257)
27932026-03-12T15:50:31.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-03-12T15:50:31.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-03-12T15:50:31.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962026-03-12T15:50:31.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27972026-03-12T15:50:31.992Z
27982026-03-12T15:50:31.992Zinfo: running `cargo check --bins` on gateway-client (58/257)
27992026-03-12T15:50:32.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002026-03-12T15:50:32.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012026-03-12T15:50:32.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022026-03-12T15:50:32.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28032026-03-12T15:50:32.759Z
28042026-03-12T15:50:32.759Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/257)
28052026-03-12T15:50:33.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062026-03-12T15:50:33.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072026-03-12T15:50:33.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082026-03-12T15:50:33.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28092026-03-12T15:50:33.522Z
28102026-03-12T15:50:33.522Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/257)
28112026-03-12T15:50:34.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122026-03-12T15:50:34.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132026-03-12T15:50:34.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142026-03-12T15:50:34.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28152026-03-12T15:50:34.283Z
28162026-03-12T15:50:34.283Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/257)
28172026-03-12T15:50:34.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182026-03-12T15:50:34.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192026-03-12T15:50:34.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202026-03-12T15:50:34.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28212026-03-12T15:50:35.047Z
28222026-03-12T15:50:35.047Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/257)
28232026-03-12T15:50:35.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-03-12T15:50:35.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-03-12T15:50:35.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262026-03-12T15:50:35.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28272026-03-12T15:50:35.810Z
28282026-03-12T15:50:35.810Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/257)
28292026-03-12T15:50:36.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-03-12T15:50:36.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-03-12T15:50:36.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322026-03-12T15:50:36.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28332026-03-12T15:50:36.593Z
28342026-03-12T15:50:36.593Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/257)
28352026-03-12T15:50:37.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-03-12T15:50:37.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-03-12T15:50:37.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382026-03-12T15:50:37.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28392026-03-12T15:50:37.375Z
28402026-03-12T15:50:37.375Zinfo: running `cargo check --bins` on key-manager-types (65/257)
28412026-03-12T15:50:38.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-03-12T15:50:38.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-03-12T15:50:38.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442026-03-12T15:50:38.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28452026-03-12T15:50:38.129Z
28462026-03-12T15:50:38.129Zinfo: running `cargo check --bins` on oxlog (66/257)
28472026-03-12T15:50:38.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-03-12T15:50:38.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-03-12T15:50:38.872Z Compiling newtype-uuid v1.3.2
28502026-03-12T15:50:39.108Z Compiling daft v0.1.5
28512026-03-12T15:50:39.360Z Compiling iddqd v0.3.17
28522026-03-12T15:50:40.621Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28532026-03-12T15:50:40.922Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28542026-03-12T15:50:41.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
28552026-03-12T15:50:41.463Z
28562026-03-12T15:50:41.463Zinfo: running `cargo check --bins` on internal-dns-types (67/257)
28572026-03-12T15:50:42.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-03-12T15:50:42.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-03-12T15:50:42.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602026-03-12T15:50:42.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28612026-03-12T15:50:42.232Z
28622026-03-12T15:50:42.232Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/257)
28632026-03-12T15:50:42.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-03-12T15:50:42.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-03-12T15:50:42.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-03-12T15:50:42.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28672026-03-12T15:50:43.000Z
28682026-03-12T15:50:43.000Zinfo: running `cargo check --bins` on nexus-types-versions (69/257)
28692026-03-12T15:50:43.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-03-12T15:50:43.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-03-12T15:50:43.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-03-12T15:50:43.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28732026-03-12T15:50:43.804Z
28742026-03-12T15:50:43.804Zinfo: running `cargo check --bins` on omicron-passwords (70/257)
28752026-03-12T15:50:44.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-03-12T15:50:44.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-03-12T15:50:44.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-03-12T15:50:44.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28792026-03-12T15:50:44.554Z
28802026-03-12T15:50:44.554Zinfo: running `cargo check --bins` on oxql-types (71/257)
28812026-03-12T15:50:45.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-03-12T15:50:45.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-03-12T15:50:45.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-03-12T15:50:45.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28852026-03-12T15:50:45.325Z
28862026-03-12T15:50:45.325Zinfo: running `cargo check --bins` on oximeter-types (72/257)
28872026-03-12T15:50:45.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-03-12T15:50:45.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-03-12T15:50:45.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-03-12T15:50:45.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28912026-03-12T15:50:46.093Z
28922026-03-12T15:50:46.093Zinfo: running `cargo check --bins` on oximeter-types-versions (73/257)
28932026-03-12T15:50:46.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-03-12T15:50:46.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-03-12T15:50:46.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-03-12T15:50:46.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28972026-03-12T15:50:46.866Z
28982026-03-12T15:50:46.866Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/257)
28992026-03-12T15:50:47.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-03-12T15:50:47.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-03-12T15:50:47.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-03-12T15:50:47.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29032026-03-12T15:50:47.615Z
29042026-03-12T15:50:47.615Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/257)
29052026-03-12T15:50:48.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-03-12T15:50:48.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-03-12T15:50:48.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-03-12T15:50:48.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29092026-03-12T15:50:48.406Z
29102026-03-12T15:50:48.406Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/257)
29112026-03-12T15:50:49.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-03-12T15:50:49.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-03-12T15:50:49.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-03-12T15:50:49.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29152026-03-12T15:50:49.197Z
29162026-03-12T15:50:49.197Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/257)
29172026-03-12T15:50:49.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-03-12T15:50:49.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-03-12T15:50:49.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-03-12T15:50:49.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29212026-03-12T15:50:49.987Z
29222026-03-12T15:50:49.987Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/257)
29232026-03-12T15:50:50.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-03-12T15:50:50.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-03-12T15:50:50.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-03-12T15:50:50.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29272026-03-12T15:50:50.778Z
29282026-03-12T15:50:50.778Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/257)
29292026-03-12T15:50:51.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-03-12T15:50:51.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-03-12T15:50:51.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-03-12T15:50:51.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29332026-03-12T15:50:51.530Z
29342026-03-12T15:50:51.530Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/257)
29352026-03-12T15:50:52.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-03-12T15:50:52.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-03-12T15:50:52.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-03-12T15:50:52.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29392026-03-12T15:50:52.287Z
29402026-03-12T15:50:52.287Zinfo: running `cargo check --bins --no-default-features` on gfss (81/257)
29412026-03-12T15:50:52.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-03-12T15:50:52.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-03-12T15:50:52.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442026-03-12T15:50:52.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29452026-03-12T15:50:53.038Z
29462026-03-12T15:50:53.039Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/257)
29472026-03-12T15:50:53.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-03-12T15:50:53.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-03-12T15:50:53.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29502026-03-12T15:50:53.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29512026-03-12T15:50:53.791Z
29522026-03-12T15:50:53.791Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/257)
29532026-03-12T15:50:54.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-03-12T15:50:54.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-03-12T15:50:54.578Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29562026-03-12T15:50:55.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
29572026-03-12T15:50:55.420Z
29582026-03-12T15:50:55.420Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/257)
29592026-03-12T15:50:56.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-03-12T15:50:56.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-03-12T15:50:56.226Z Compiling ar_archive_writer v0.5.1
29622026-03-12T15:50:56.229Z Compiling stacker v0.1.23
29632026-03-12T15:50:56.229Z Compiling cfg_aliases v0.1.1
29642026-03-12T15:50:56.343Z Compiling convert_case v0.10.0
29652026-03-12T15:50:56.356Z Checking fd-lock v4.0.4
29662026-03-12T15:50:56.358Z Checking nibble_vec v0.1.0
29672026-03-12T15:50:56.361Z Checking vte v0.14.1
29682026-03-12T15:50:56.361Z Compiling recursive-proc-macro-impl v0.1.1
29692026-03-12T15:50:56.413Z Compiling nix v0.28.0
29702026-03-12T15:50:56.493Z Checking endian-type v0.1.2
29712026-03-12T15:50:56.526Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29722026-03-12T15:50:56.546Z Checking strip-ansi-escapes v0.2.1
29732026-03-12T15:50:56.651Z Checking radix_trie v0.2.1
29742026-03-12T15:50:56.679Z Compiling peg-macros v0.8.5
29752026-03-12T15:50:56.697Z Checking winnow v0.6.26
29762026-03-12T15:50:56.748Z Compiling derive_more-impl v2.1.1
29772026-03-12T15:50:56.913Z Compiling sqlparser_derive v0.5.0
29782026-03-12T15:50:56.927Z Checking home v0.5.12
29792026-03-12T15:50:57.056Z Checking nu-ansi-term v0.50.3
29802026-03-12T15:50:57.167Z Checking unicode_categories v0.1.1
29812026-03-12T15:50:57.333Z Checking reedline v0.40.0
29822026-03-12T15:50:57.397Z Checking display-error-chain v0.2.2
29832026-03-12T15:50:57.525Z Compiling psm v0.1.30
29842026-03-12T15:50:57.868Z Checking derive_more v2.1.1
29852026-03-12T15:50:57.957Z Checking crossterm v0.29.0
29862026-03-12T15:50:58.232Z Checking peg v0.8.5
29872026-03-12T15:50:58.267Z Checking sqlformat v0.3.5
29882026-03-12T15:50:58.281Z Checking rustyline v14.0.0
29892026-03-12T15:50:58.469Z Checking recursive v0.1.1
29902026-03-12T15:50:58.574Z Checking sqlparser v0.61.0
29912026-03-12T15:51:14.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.11s
29922026-03-12T15:51:14.750Z
29932026-03-12T15:51:14.750Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/257)
29942026-03-12T15:51:15.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29952026-03-12T15:51:15.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29962026-03-12T15:51:15.560Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29972026-03-12T15:51:20.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s
29982026-03-12T15:51:20.420Z
29992026-03-12T15:51:20.420Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/257)
30002026-03-12T15:51:21.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012026-03-12T15:51:21.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022026-03-12T15:51:21.222Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30032026-03-12T15:51:24.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
30042026-03-12T15:51:24.764Z
30052026-03-12T15:51:24.764Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/257)
30062026-03-12T15:51:25.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072026-03-12T15:51:25.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082026-03-12T15:51:25.474Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30092026-03-12T15:51:29.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s
30102026-03-12T15:51:30.028Z
30112026-03-12T15:51:30.028Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/257)
30122026-03-12T15:51:30.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132026-03-12T15:51:30.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142026-03-12T15:51:30.835Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30152026-03-12T15:51:35.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
30162026-03-12T15:51:35.461Z
30172026-03-12T15:51:35.461Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/257)
30182026-03-12T15:51:36.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192026-03-12T15:51:36.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202026-03-12T15:51:36.263Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30212026-03-12T15:51:39.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
30222026-03-12T15:51:39.919Z
30232026-03-12T15:51:39.919Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/257)
30242026-03-12T15:51:40.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252026-03-12T15:51:40.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262026-03-12T15:51:40.718Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30272026-03-12T15:51:44.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
30282026-03-12T15:51:44.411Z
30292026-03-12T15:51:44.411Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/257)
30302026-03-12T15:51:45.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312026-03-12T15:51:45.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322026-03-12T15:51:45.209Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30332026-03-12T15:51:49.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
30342026-03-12T15:51:50.019Z
30352026-03-12T15:51:50.019Zinfo: running `cargo check --bins` on oximeter (92/257)
30362026-03-12T15:51:50.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-03-12T15:51:50.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-03-12T15:51:50.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-03-12T15:51:50.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30402026-03-12T15:51:50.784Z
30412026-03-12T15:51:50.784Zinfo: running `cargo check --bins` on oximeter-schema (93/257)
30422026-03-12T15:51:51.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-03-12T15:51:51.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-03-12T15:51:51.551Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30452026-03-12T15:51:51.722Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30462026-03-12T15:51:51.737Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30472026-03-12T15:51:52.182Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30482026-03-12T15:51:57.057Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30492026-03-12T15:51:57.473Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30502026-03-12T15:51:59.024Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30512026-03-12T15:51:59.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
30522026-03-12T15:52:00.107Z
30532026-03-12T15:52:00.107Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/257)
30542026-03-12T15:52:00.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-03-12T15:52:00.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-03-12T15:52:00.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-03-12T15:52:00.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30582026-03-12T15:52:00.871Z
30592026-03-12T15:52:00.871Zinfo: running `cargo check --bins` on oximeter-test-utils (95/257)
30602026-03-12T15:52:01.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-03-12T15:52:01.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-03-12T15:52:01.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-03-12T15:52:01.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30642026-03-12T15:52:01.696Z
30652026-03-12T15:52:01.696Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/257)
30662026-03-12T15:52:02.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-03-12T15:52:02.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-03-12T15:52:02.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-03-12T15:52:02.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30702026-03-12T15:52:02.482Z
30712026-03-12T15:52:02.482Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/257)
30722026-03-12T15:52:03.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-03-12T15:52:03.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-03-12T15:52:03.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-03-12T15:52:03.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30762026-03-12T15:52:03.269Z
30772026-03-12T15:52:03.270Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/257)
30782026-03-12T15:52:03.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-03-12T15:52:03.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-03-12T15:52:03.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-03-12T15:52:03.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30822026-03-12T15:52:04.058Z
30832026-03-12T15:52:04.058Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/257)
30842026-03-12T15:52:04.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-03-12T15:52:04.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-03-12T15:52:04.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-03-12T15:52:04.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30882026-03-12T15:52:04.842Z
30892026-03-12T15:52:04.842Zinfo: running `cargo check --bins` on trust-quorum-types (100/257)
30902026-03-12T15:52:05.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-03-12T15:52:05.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-03-12T15:52:05.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-03-12T15:52:05.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
30942026-03-12T15:52:05.592Z
30952026-03-12T15:52:05.592Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/257)
30962026-03-12T15:52:06.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-03-12T15:52:06.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-03-12T15:52:06.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-03-12T15:52:06.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31002026-03-12T15:52:06.377Z
31012026-03-12T15:52:06.377Zinfo: running `cargo check --bins` on update-engine (102/257)
31022026-03-12T15:52:07.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-03-12T15:52:07.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-03-12T15:52:07.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-03-12T15:52:07.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
31062026-03-12T15:52:07.128Z
31072026-03-12T15:52:07.128Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/257)
31082026-03-12T15:52:07.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-03-12T15:52:07.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-03-12T15:52:07.950Z Checking dropshot-api-manager-types v0.6.0
31112026-03-12T15:52:07.953Z Checking nanorand v0.7.0
31122026-03-12T15:52:08.227Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31132026-03-12T15:52:08.264Z Checking flume v0.11.1
31142026-03-12T15:52:08.533Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31152026-03-12T15:52:09.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s
31162026-03-12T15:52:10.003Z
31172026-03-12T15:52:10.003Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/257)
31182026-03-12T15:52:10.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-03-12T15:52:10.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-03-12T15:52:10.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-03-12T15:52:10.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31222026-03-12T15:52:10.771Z
31232026-03-12T15:52:10.771Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/257)
31242026-03-12T15:52:11.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-03-12T15:52:11.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-03-12T15:52:11.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-03-12T15:52:11.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31282026-03-12T15:52:11.537Z
31292026-03-12T15:52:11.538Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/257)
31302026-03-12T15:52:12.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-03-12T15:52:12.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-03-12T15:52:12.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-03-12T15:52:12.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31342026-03-12T15:52:12.304Z
31352026-03-12T15:52:12.305Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/257)
31362026-03-12T15:52:12.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-03-12T15:52:12.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-03-12T15:52:12.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-03-12T15:52:12.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31402026-03-12T15:52:13.089Z
31412026-03-12T15:52:13.090Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/257)
31422026-03-12T15:52:13.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-03-12T15:52:13.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-03-12T15:52:13.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-03-12T15:52:13.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31462026-03-12T15:52:13.858Z
31472026-03-12T15:52:13.858Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/257)
31482026-03-12T15:52:14.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-03-12T15:52:14.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-03-12T15:52:14.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-03-12T15:52:14.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31522026-03-12T15:52:14.626Z
31532026-03-12T15:52:14.626Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/257)
31542026-03-12T15:52:15.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-03-12T15:52:15.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-03-12T15:52:15.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-03-12T15:52:15.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31582026-03-12T15:52:15.394Z
31592026-03-12T15:52:15.394Zinfo: running `cargo check --bins` on cockroach-admin-client (111/257)
31602026-03-12T15:52:16.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-03-12T15:52:16.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-03-12T15:52:16.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-03-12T15:52:16.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
31642026-03-12T15:52:16.144Z
31652026-03-12T15:52:16.144Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/257)
31662026-03-12T15:52:16.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-03-12T15:52:16.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-03-12T15:52:16.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-03-12T15:52:16.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31702026-03-12T15:52:16.909Z
31712026-03-12T15:52:16.909Zinfo: running `cargo check --bins` on dns-service-client (113/257)
31722026-03-12T15:52:17.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-03-12T15:52:17.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-03-12T15:52:17.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-03-12T15:52:17.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31762026-03-12T15:52:17.676Z
31772026-03-12T15:52:17.676Zinfo: running `cargo check --bins` on installinator-client (114/257)
31782026-03-12T15:52:18.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-03-12T15:52:18.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-03-12T15:52:18.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812026-03-12T15:52:18.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31822026-03-12T15:52:18.443Z
31832026-03-12T15:52:18.443Zinfo: running `cargo check --bins` on nexus-client (115/257)
31842026-03-12T15:52:19.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-03-12T15:52:19.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-03-12T15:52:19.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872026-03-12T15:52:19.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31882026-03-12T15:52:19.258Z
31892026-03-12T15:52:19.258Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/257)
31902026-03-12T15:52:19.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-03-12T15:52:19.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-03-12T15:52:19.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-03-12T15:52:19.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31942026-03-12T15:52:20.074Z
31952026-03-12T15:52:20.074Zinfo: running `cargo check --bins` on ntp-admin-client (117/257)
31962026-03-12T15:52:20.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-03-12T15:52:20.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-03-12T15:52:20.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-03-12T15:52:20.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
32002026-03-12T15:52:20.821Z
32012026-03-12T15:52:20.821Zinfo: running `cargo check --bins` on oxide-client (118/257)
32022026-03-12T15:52:21.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-03-12T15:52:21.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-03-12T15:52:21.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-03-12T15:52:21.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
32062026-03-12T15:52:21.576Z
32072026-03-12T15:52:21.576Zinfo: running `cargo check --bins` on oximeter-client (119/257)
32082026-03-12T15:52:22.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-03-12T15:52:22.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-03-12T15:52:22.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-03-12T15:52:22.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32122026-03-12T15:52:22.343Z
32132026-03-12T15:52:22.343Zinfo: running `cargo check --bins` on repo-depot-client (120/257)
32142026-03-12T15:52:22.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-03-12T15:52:22.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-03-12T15:52:22.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-03-12T15:52:22.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
32182026-03-12T15:52:23.089Z
32192026-03-12T15:52:23.089Zinfo: running `cargo check --bins` on sled-agent-client (121/257)
32202026-03-12T15:52:23.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-03-12T15:52:23.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-03-12T15:52:23.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-03-12T15:52:23.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32242026-03-12T15:52:23.879Z
32252026-03-12T15:52:23.879Zinfo: running `cargo check --bins` on wicketd-client (122/257)
32262026-03-12T15:52:24.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-03-12T15:52:24.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-03-12T15:52:24.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292026-03-12T15:52:24.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32302026-03-12T15:52:24.677Z
32312026-03-12T15:52:24.677Zinfo: running `cargo check --bins` on installinator-common (123/257)
32322026-03-12T15:52:25.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332026-03-12T15:52:25.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342026-03-12T15:52:25.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352026-03-12T15:52:25.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32362026-03-12T15:52:25.457Z
32372026-03-12T15:52:25.457Zinfo: running `cargo check --bins` on installinator-common-versions (124/257)
32382026-03-12T15:52:26.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392026-03-12T15:52:26.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402026-03-12T15:52:26.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32412026-03-12T15:52:26.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
32422026-03-12T15:52:26.204Z
32432026-03-12T15:52:26.204Zinfo: running `cargo check --bins` on wicket-common (125/257)
32442026-03-12T15:52:26.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452026-03-12T15:52:26.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462026-03-12T15:52:26.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32472026-03-12T15:52:26.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32482026-03-12T15:52:27.003Z
32492026-03-12T15:52:27.003Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/257)
32502026-03-12T15:52:27.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512026-03-12T15:52:27.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522026-03-12T15:52:27.807Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32532026-03-12T15:52:27.810Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32542026-03-12T15:52:27.810Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32552026-03-12T15:52:27.913Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32562026-03-12T15:52:27.924Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32572026-03-12T15:52:28.092Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32582026-03-12T15:52:28.117Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32592026-03-12T15:52:28.409Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32602026-03-12T15:52:28.412Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32612026-03-12T15:52:31.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
32622026-03-12T15:52:31.435Z
32632026-03-12T15:52:31.435Zinfo: running `cargo check --bins` on cockroach-admin-api (127/257)
32642026-03-12T15:52:32.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652026-03-12T15:52:32.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662026-03-12T15:52:32.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32672026-03-12T15:52:32.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32682026-03-12T15:52:32.209Z
32692026-03-12T15:52:32.209Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/257)
32702026-03-12T15:52:32.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712026-03-12T15:52:32.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722026-03-12T15:52:32.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732026-03-12T15:52:32.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32742026-03-12T15:52:33.104Z
32752026-03-12T15:52:33.104Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/257)
32762026-03-12T15:52:33.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772026-03-12T15:52:33.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782026-03-12T15:52:33.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792026-03-12T15:52:33.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32802026-03-12T15:52:33.993Z
32812026-03-12T15:52:33.993Zinfo: running `cargo check --bins` on dns-server (130/257)
32822026-03-12T15:52:34.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832026-03-12T15:52:34.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842026-03-12T15:52:34.794Z Compiling parking_lot_core v0.8.6
32852026-03-12T15:52:34.794Z Compiling git-stub v1.0.0
32862026-03-12T15:52:34.798Z Compiling atomicwrites v0.4.4
32872026-03-12T15:52:34.798Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32882026-03-12T15:52:34.798Z Checking tagptr v0.2.0
32892026-03-12T15:52:34.927Z Checking prefix-trie v0.7.0
32902026-03-12T15:52:34.939Z Checking fxhash v0.2.1
32912026-03-12T15:52:34.942Z Checking hickory-client v0.25.2
32922026-03-12T15:52:35.089Z Compiling git-stub-vcs v0.1.0
32932026-03-12T15:52:35.111Z Checking moka v0.12.13
32942026-03-12T15:52:35.365Z Checking hickory-server v0.25.2
32952026-03-12T15:52:35.462Z Checking parking_lot v0.11.2
32962026-03-12T15:52:35.465Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32972026-03-12T15:52:35.590Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32982026-03-12T15:52:35.593Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32992026-03-12T15:52:35.593Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33002026-03-12T15:52:35.691Z Checking sled v0.34.7
33012026-03-12T15:52:35.935Z Checking hickory-resolver v0.25.2
33022026-03-12T15:52:38.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
33032026-03-12T15:52:38.684Z
33042026-03-12T15:52:38.684Zinfo: running `cargo check --bins` on dns-server-api (131/257)
33052026-03-12T15:52:39.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062026-03-12T15:52:39.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072026-03-12T15:52:39.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082026-03-12T15:52:39.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33092026-03-12T15:52:39.458Z
33102026-03-12T15:52:39.458Zinfo: running `cargo check --bins` on gateway-test-utils (132/257)
33112026-03-12T15:52:40.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-03-12T15:52:40.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-03-12T15:52:40.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-03-12T15:52:40.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
33152026-03-12T15:52:40.310Z
33162026-03-12T15:52:40.311Zinfo: running `cargo check --bins` on omicron-gateway (133/257)
33172026-03-12T15:52:41.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-03-12T15:52:41.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-03-12T15:52:41.205Z Compiling radium v0.7.0
33202026-03-12T15:52:41.208Z Checking tap v1.0.1
33212026-03-12T15:52:41.209Z Compiling maybe-uninit v2.0.0
33222026-03-12T15:52:41.339Z Compiling zerocopy-derive v0.6.6
33232026-03-12T15:52:41.343Z Checking funty v2.0.0
33242026-03-12T15:52:41.343Z Checking crc-catalog v2.4.0
33252026-03-12T15:52:41.376Z Compiling packed_struct v0.10.1
33262026-03-12T15:52:41.379Z Compiling packed_struct_codegen v0.10.1
33272026-03-12T15:52:41.444Z Checking wyz v0.5.1
33282026-03-12T15:52:41.464Z Checking crc v3.4.0
33292026-03-12T15:52:41.694Z Compiling bitfield-macros v0.19.4
33302026-03-12T15:52:41.694Z Compiling indexmap v1.9.3
33312026-03-12T15:52:41.765Z Checking nodrop v0.1.14
33322026-03-12T15:52:41.810Z Checking hashbrown v0.12.3
33332026-03-12T15:52:41.829Z Checking smallvec v0.6.14
33342026-03-12T15:52:41.876Z Checking array-init v0.0.4
33352026-03-12T15:52:41.909Z Checking bitvec v1.0.1
33362026-03-12T15:52:41.973Z Checking ron v0.8.1
33372026-03-12T15:52:42.079Z Checking hashbrown v0.13.2
33382026-03-12T15:52:42.373Z Checking serde-hex v0.1.0
33392026-03-12T15:52:42.495Z Checking zerocopy v0.6.6
33402026-03-12T15:52:42.656Z Checking crc-any v2.5.0
33412026-03-12T15:52:42.673Z Checking bitfield v0.19.4
33422026-03-12T15:52:42.694Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33432026-03-12T15:52:42.811Z Checking object v0.30.4
33442026-03-12T15:52:42.891Z Checking void v1.0.2
33452026-03-12T15:52:43.898Z Checking half v1.8.3
33462026-03-12T15:52:43.901Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33472026-03-12T15:52:43.901Z Checking path-slash v0.1.5
33482026-03-12T15:52:43.901Z Checking lzss v0.8.2
33492026-03-12T15:52:43.901Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33502026-03-12T15:52:43.901Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33512026-03-12T15:52:43.901Z Checking serde_cbor v0.11.2
33522026-03-12T15:52:43.901Z Checking tungstenite v0.23.0
33532026-03-12T15:52:43.901Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33542026-03-12T15:52:43.901Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33552026-03-12T15:52:43.901Z Checking nix v0.27.1
33562026-03-12T15:52:43.901Z Checking kstat-rs v0.2.4
33572026-03-12T15:52:43.901Z Checking serde_bytes v0.11.19
33582026-03-12T15:52:43.901Z Checking tokio-tungstenite v0.23.1
33592026-03-12T15:52:43.914Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33602026-03-12T15:52:43.974Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33612026-03-12T15:52:44.055Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33622026-03-12T15:52:44.104Z Checking signal-hook-tokio v0.3.1
33632026-03-12T15:52:45.289Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-03-12T15:52:45.439Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33652026-03-12T15:52:48.815Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33662026-03-12T15:52:50.043Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33672026-03-12T15:52:50.418Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33682026-03-12T15:52:51.893Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33692026-03-12T15:52:54.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.36s
33702026-03-12T15:52:54.897Z
33712026-03-12T15:52:54.897Zinfo: running `cargo check --bins` on gateway-api (134/257)
33722026-03-12T15:52:55.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-03-12T15:52:55.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-03-12T15:52:55.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-03-12T15:52:55.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33762026-03-12T15:52:55.670Z
33772026-03-12T15:52:55.670Zinfo: running `cargo check --bins` on ipcc (135/257)
33782026-03-12T15:52:56.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-03-12T15:52:56.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-03-12T15:52:56.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-03-12T15:52:56.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33822026-03-12T15:52:56.444Z
33832026-03-12T15:52:56.444Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/257)
33842026-03-12T15:52:57.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-03-12T15:52:57.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-03-12T15:52:57.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-03-12T15:52:57.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
33882026-03-12T15:52:57.230Z
33892026-03-12T15:52:57.230Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/257)
33902026-03-12T15:52:57.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-03-12T15:52:57.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-03-12T15:52:57.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-03-12T15:52:57.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33942026-03-12T15:52:57.973Z
33952026-03-12T15:52:57.973Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/257)
33962026-03-12T15:52:58.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-03-12T15:52:58.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-03-12T15:52:58.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-03-12T15:52:58.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34002026-03-12T15:52:58.751Z
34012026-03-12T15:52:58.751Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/257)
34022026-03-12T15:52:59.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-03-12T15:52:59.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-03-12T15:52:59.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-03-12T15:52:59.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34062026-03-12T15:52:59.527Z
34072026-03-12T15:52:59.527Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/257)
34082026-03-12T15:53:00.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-03-12T15:53:00.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-03-12T15:53:00.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-03-12T15:53:00.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34122026-03-12T15:53:00.302Z
34132026-03-12T15:53:00.302Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/257)
34142026-03-12T15:53:00.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-03-12T15:53:00.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-03-12T15:53:00.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-03-12T15:53:00.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34182026-03-12T15:53:01.080Z
34192026-03-12T15:53:01.080Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/257)
34202026-03-12T15:53:01.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-03-12T15:53:01.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-03-12T15:53:01.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-03-12T15:53:01.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34242026-03-12T15:53:01.854Z
34252026-03-12T15:53:01.854Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/257)
34262026-03-12T15:53:02.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-03-12T15:53:02.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-03-12T15:53:02.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-03-12T15:53:02.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34302026-03-12T15:53:02.629Z
34312026-03-12T15:53:02.629Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/257)
34322026-03-12T15:53:03.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-03-12T15:53:03.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-03-12T15:53:03.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-03-12T15:53:03.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34362026-03-12T15:53:03.407Z
34372026-03-12T15:53:03.407Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/257)
34382026-03-12T15:53:04.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-03-12T15:53:04.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-03-12T15:53:04.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-03-12T15:53:04.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34422026-03-12T15:53:04.184Z
34432026-03-12T15:53:04.185Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/257)
34442026-03-12T15:53:04.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-03-12T15:53:04.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-03-12T15:53:04.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-03-12T15:53:04.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34482026-03-12T15:53:04.958Z
34492026-03-12T15:53:04.958Zinfo: running `cargo check --bins` on oximeter-producer (147/257)
34502026-03-12T15:53:05.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-03-12T15:53:05.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-03-12T15:53:05.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-03-12T15:53:05.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34542026-03-12T15:53:05.784Z
34552026-03-12T15:53:05.785Zinfo: running `cargo check --bins` on internal-dns-resolver (148/257)
34562026-03-12T15:53:06.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-03-12T15:53:06.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-03-12T15:53:06.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-03-12T15:53:06.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34602026-03-12T15:53:06.563Z
34612026-03-12T15:53:06.563Zinfo: running `cargo check --bins` on sp-sim (149/257)
34622026-03-12T15:53:07.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-03-12T15:53:07.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-03-12T15:53:07.430Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34652026-03-12T15:53:09.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
34662026-03-12T15:53:09.992Z
34672026-03-12T15:53:09.992Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/257)
34682026-03-12T15:53:10.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-03-12T15:53:10.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-03-12T15:53:10.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-03-12T15:53:10.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34722026-03-12T15:53:10.842Z
34732026-03-12T15:53:10.842Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/257)
34742026-03-12T15:53:11.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-03-12T15:53:11.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-03-12T15:53:11.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-03-12T15:53:11.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34782026-03-12T15:53:11.695Z
34792026-03-12T15:53:11.695Zinfo: running `cargo check --bins` on db-macros (152/257)
34802026-03-12T15:53:12.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-03-12T15:53:12.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-03-12T15:53:12.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-03-12T15:53:12.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34842026-03-12T15:53:12.451Z
34852026-03-12T15:53:12.452Zinfo: running `cargo check --bins` on nexus-macros-common (153/257)
34862026-03-12T15:53:13.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-03-12T15:53:13.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-03-12T15:53:13.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-03-12T15:53:13.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34902026-03-12T15:53:13.209Z
34912026-03-12T15:53:13.209Zinfo: running `cargo check --bins` on nexus-auth (154/257)
34922026-03-12T15:53:13.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-03-12T15:53:13.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-03-12T15:53:13.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-03-12T15:53:13.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34962026-03-12T15:53:14.054Z
34972026-03-12T15:53:14.055Zinfo: running `cargo check --bins` on authz-macros (155/257)
34982026-03-12T15:53:14.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-03-12T15:53:14.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-03-12T15:53:14.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-03-12T15:53:14.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35022026-03-12T15:53:14.807Z
35032026-03-12T15:53:14.807Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/257)
35042026-03-12T15:53:15.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-03-12T15:53:15.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-03-12T15:53:15.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-03-12T15:53:15.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35082026-03-12T15:53:15.643Z
35092026-03-12T15:53:15.643Zinfo: running `cargo check --bins` on nexus-db-model (157/257)
35102026-03-12T15:53:16.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-03-12T15:53:16.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-03-12T15:53:16.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-03-12T15:53:16.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35142026-03-12T15:53:16.478Z
35152026-03-12T15:53:16.478Zinfo: running `cargo check --bins` on nexus-db-schema (158/257)
35162026-03-12T15:53:17.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-03-12T15:53:17.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-03-12T15:53:17.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-03-12T15:53:17.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35202026-03-12T15:53:17.236Z
35212026-03-12T15:53:17.236Zinfo: running `cargo check --bins` on omicron-rpaths (159/257)
35222026-03-12T15:53:17.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-03-12T15:53:17.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-03-12T15:53:17.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-03-12T15:53:17.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35262026-03-12T15:53:17.990Z
35272026-03-12T15:53:17.990Zinfo: running `cargo check --bins` on nexus-defaults (160/257)
35282026-03-12T15:53:18.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-03-12T15:53:18.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-03-12T15:53:18.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-03-12T15:53:18.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35322026-03-12T15:53:18.765Z
35332026-03-12T15:53:18.765Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/257)
35342026-03-12T15:53:19.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-03-12T15:53:19.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-03-12T15:53:19.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-03-12T15:53:19.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35382026-03-12T15:53:19.527Z
35392026-03-12T15:53:19.527Zinfo: running `cargo check --bins` on parallel-task-set (162/257)
35402026-03-12T15:53:20.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-03-12T15:53:20.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-03-12T15:53:20.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-03-12T15:53:20.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35442026-03-12T15:53:20.281Z
35452026-03-12T15:53:20.281Zinfo: running `cargo check --bins` on nexus-db-errors (163/257)
35462026-03-12T15:53:21.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-03-12T15:53:21.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-03-12T15:53:21.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-03-12T15:53:21.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35502026-03-12T15:53:21.125Z
35512026-03-12T15:53:21.125Zinfo: running `cargo check --bins` on nexus-db-lookup (164/257)
35522026-03-12T15:53:21.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-03-12T15:53:21.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-03-12T15:53:21.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-03-12T15:53:21.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35562026-03-12T15:53:21.970Z
35572026-03-12T15:53:21.970Zinfo: running `cargo check --bins` on nexus-inventory (165/257)
35582026-03-12T15:53:22.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-03-12T15:53:22.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-03-12T15:53:22.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-03-12T15:53:22.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35622026-03-12T15:53:22.805Z
35632026-03-12T15:53:22.805Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/257)
35642026-03-12T15:53:23.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-03-12T15:53:23.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-03-12T15:53:23.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-03-12T15:53:23.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35682026-03-12T15:53:23.609Z
35692026-03-12T15:53:23.609Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/257)
35702026-03-12T15:53:24.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-03-12T15:53:24.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-03-12T15:53:24.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-03-12T15:53:24.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35742026-03-12T15:53:24.395Z
35752026-03-12T15:53:24.395Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/257)
35762026-03-12T15:53:25.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-03-12T15:53:25.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-03-12T15:53:25.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-03-12T15:53:25.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35802026-03-12T15:53:25.177Z
35812026-03-12T15:53:25.177Zinfo: running `cargo check --bins` on key-manager (169/257)
35822026-03-12T15:53:25.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-03-12T15:53:25.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-03-12T15:53:25.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-03-12T15:53:25.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35862026-03-12T15:53:25.943Z
35872026-03-12T15:53:25.943Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/257)
35882026-03-12T15:53:26.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-03-12T15:53:26.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-03-12T15:53:26.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-03-12T15:53:26.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35922026-03-12T15:53:26.725Z
35932026-03-12T15:53:26.725Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/257)
35942026-03-12T15:53:27.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-03-12T15:53:27.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-03-12T15:53:27.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-03-12T15:53:27.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35982026-03-12T15:53:27.502Z
35992026-03-12T15:53:27.502Zinfo: running `cargo check --bins` on typed-rng (172/257)
36002026-03-12T15:53:28.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-03-12T15:53:28.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-03-12T15:53:28.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-03-12T15:53:28.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
36042026-03-12T15:53:28.249Z
36052026-03-12T15:53:28.249Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/257)
36062026-03-12T15:53:28.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-03-12T15:53:28.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-03-12T15:53:29.261Z Compiling libefi-sys v0.1.0
36092026-03-12T15:53:29.264Z Compiling bitfield-struct v0.6.2
36102026-03-12T15:53:29.388Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36112026-03-12T15:53:29.411Z Compiling xshell-macros v0.2.7
36122026-03-12T15:53:29.423Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36132026-03-12T15:53:29.439Z Compiling salty v0.3.0
36142026-03-12T15:53:29.455Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36152026-03-12T15:53:29.472Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36162026-03-12T15:53:29.489Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36172026-03-12T15:53:29.847Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36182026-03-12T15:53:29.899Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36192026-03-12T15:53:29.915Z Checking xshell v0.2.7
36202026-03-12T15:53:30.056Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36212026-03-12T15:53:30.082Z Checking primeorder v0.13.6
36222026-03-12T15:53:30.134Z Compiling proc-macro-error-attr2 v2.0.0
36232026-03-12T15:53:30.154Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36242026-03-12T15:53:30.172Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36252026-03-12T15:53:30.226Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36262026-03-12T15:53:30.364Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36272026-03-12T15:53:30.393Z Checking p384 v0.13.1
36282026-03-12T15:53:30.434Z Compiling nix v0.31.1
36292026-03-12T15:53:30.566Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36302026-03-12T15:53:30.663Z Compiling proc-macro-error2 v2.0.1
36312026-03-12T15:53:30.777Z Compiling num-derive v0.3.3
36322026-03-12T15:53:30.867Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36332026-03-12T15:53:30.939Z Compiling unicase v2.9.0
36342026-03-12T15:53:31.036Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36352026-03-12T15:53:31.056Z Compiling tabled_derive v0.11.0
36362026-03-12T15:53:31.179Z Checking papergrid v0.17.0
36372026-03-12T15:53:31.202Z Compiling mime_guess v2.0.5
36382026-03-12T15:53:31.523Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36392026-03-12T15:53:31.930Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36402026-03-12T15:53:31.949Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36412026-03-12T15:53:31.980Z Checking libscf-sys v1.1.0
36422026-03-12T15:53:32.015Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36432026-03-12T15:53:32.146Z Checking testing_table v0.3.0
36442026-03-12T15:53:32.258Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36452026-03-12T15:53:32.261Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36462026-03-12T15:53:32.528Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36472026-03-12T15:53:32.544Z Checking corncobs v0.1.4
36482026-03-12T15:53:32.659Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36492026-03-12T15:53:32.678Z Checking tabled v0.20.0
36502026-03-12T15:53:32.701Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36512026-03-12T15:53:32.811Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36522026-03-12T15:53:32.878Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36532026-03-12T15:53:32.981Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36542026-03-12T15:53:32.998Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36552026-03-12T15:53:33.146Z Checking secrecy v0.8.0
36562026-03-12T15:53:33.359Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36572026-03-12T15:53:33.409Z Checking http-range v0.1.5
36582026-03-12T15:53:33.773Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36592026-03-12T15:53:33.815Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36602026-03-12T15:53:33.945Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36612026-03-12T15:53:34.189Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36622026-03-12T15:53:34.250Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36632026-03-12T15:53:34.280Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
36642026-03-12T15:53:34.315Z Checking atty v0.2.14
36652026-03-12T15:53:34.334Z Checking crc8 v0.1.1
36662026-03-12T15:53:34.352Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36672026-03-12T15:53:34.424Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36682026-03-12T15:53:34.442Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36692026-03-12T15:53:34.458Z Checking hyper-staticfile v0.10.1
36702026-03-12T15:53:34.781Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36712026-03-12T15:53:34.813Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36722026-03-12T15:53:35.092Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36732026-03-12T15:53:35.117Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36742026-03-12T15:53:35.136Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36752026-03-12T15:53:35.354Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36762026-03-12T15:53:35.401Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36772026-03-12T15:53:35.468Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36782026-03-12T15:53:35.498Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36792026-03-12T15:53:35.801Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36802026-03-12T15:53:36.003Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36812026-03-12T15:53:36.075Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36822026-03-12T15:53:36.135Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36832026-03-12T15:53:36.369Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36842026-03-12T15:53:37.839Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36852026-03-12T15:53:38.048Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36862026-03-12T15:53:38.318Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36872026-03-12T15:53:38.443Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36882026-03-12T15:53:38.953Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36892026-03-12T15:53:39.442Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36902026-03-12T15:53:46.111Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36912026-03-12T15:54:01.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.70s
36922026-03-12T15:54:02.200Z
36932026-03-12T15:54:02.200Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/257)
36942026-03-12T15:54:02.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-03-12T15:54:03.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-03-12T15:54:03.129Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36972026-03-12T15:54:19.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.02s
36982026-03-12T15:54:19.469Z
36992026-03-12T15:54:19.469Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/257)
37002026-03-12T15:54:20.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-03-12T15:54:20.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-03-12T15:54:20.397Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37032026-03-12T15:54:36.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.00s
37042026-03-12T15:54:36.713Z
37052026-03-12T15:54:36.713Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/257)
37062026-03-12T15:54:37.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-03-12T15:54:37.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-03-12T15:54:37.644Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37092026-03-12T15:54:53.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.84s
37102026-03-12T15:54:53.794Z
37112026-03-12T15:54:53.794Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/257)
37122026-03-12T15:54:54.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-03-12T15:54:54.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-03-12T15:54:54.726Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37152026-03-12T15:55:10.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.06s
37162026-03-12T15:55:11.103Z
37172026-03-12T15:55:11.103Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/257)
37182026-03-12T15:55:11.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-03-12T15:55:11.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-03-12T15:55:12.038Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37212026-03-12T15:55:28.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.90s
37222026-03-12T15:55:28.258Z
37232026-03-12T15:55:28.258Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/257)
37242026-03-12T15:55:29.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-03-12T15:55:29.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-03-12T15:55:29.191Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37272026-03-12T15:55:45.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.03s
37282026-03-12T15:55:45.533Z
37292026-03-12T15:55:45.533Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/257)
37302026-03-12T15:55:46.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-03-12T15:55:46.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-03-12T15:55:46.465Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37332026-03-12T15:56:02.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.93s
37342026-03-12T15:56:02.712Z
37352026-03-12T15:56:02.712Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/257)
37362026-03-12T15:56:03.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-03-12T15:56:03.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-03-12T15:56:03.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-03-12T15:56:03.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37402026-03-12T15:56:03.510Z
37412026-03-12T15:56:03.510Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/257)
37422026-03-12T15:56:04.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-03-12T15:56:04.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-03-12T15:56:04.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-03-12T15:56:04.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37462026-03-12T15:56:04.308Z
37472026-03-12T15:56:04.308Zinfo: running `cargo check --bins` on range-requests (183/257)
37482026-03-12T15:56:04.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-03-12T15:56:04.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-03-12T15:56:04.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-03-12T15:56:04.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
37522026-03-12T15:56:05.072Z
37532026-03-12T15:56:05.072Zinfo: running `cargo check --bins` on repo-depot-api (184/257)
37542026-03-12T15:56:05.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-03-12T15:56:05.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-03-12T15:56:05.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-03-12T15:56:05.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
37582026-03-12T15:56:05.838Z
37592026-03-12T15:56:05.838Zinfo: running `cargo check --bins` on sled-agent-api (185/257)
37602026-03-12T15:56:06.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-03-12T15:56:06.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-03-12T15:56:06.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-03-12T15:56:06.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37642026-03-12T15:56:06.634Z
37652026-03-12T15:56:06.634Zinfo: running `cargo check --bins` on sled-diagnostics (186/257)
37662026-03-12T15:56:07.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-03-12T15:56:07.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-03-12T15:56:07.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-03-12T15:56:07.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37702026-03-12T15:56:07.421Z
37712026-03-12T15:56:07.421Zinfo: running `cargo check --bins` on zfs-test-harness (187/257)
37722026-03-12T15:56:08.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-03-12T15:56:08.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-03-12T15:56:08.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-03-12T15:56:08.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37762026-03-12T15:56:08.209Z
37772026-03-12T15:56:08.209Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/257)
37782026-03-12T15:56:08.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-03-12T15:56:08.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-03-12T15:56:08.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-03-12T15:56:08.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37822026-03-12T15:56:09.011Z
37832026-03-12T15:56:09.011Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/257)
37842026-03-12T15:56:09.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-03-12T15:56:09.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-03-12T15:56:09.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-03-12T15:56:09.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37882026-03-12T15:56:09.812Z
37892026-03-12T15:56:09.813Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/257)
37902026-03-12T15:56:10.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-03-12T15:56:10.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-03-12T15:56:10.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-03-12T15:56:10.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37942026-03-12T15:56:10.613Z
37952026-03-12T15:56:10.614Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/257)
37962026-03-12T15:56:11.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-03-12T15:56:11.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-03-12T15:56:11.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-03-12T15:56:11.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38002026-03-12T15:56:11.412Z
38012026-03-12T15:56:11.412Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/257)
38022026-03-12T15:56:12.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-03-12T15:56:12.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-03-12T15:56:12.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-03-12T15:56:12.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38062026-03-12T15:56:12.215Z
38072026-03-12T15:56:12.215Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/257)
38082026-03-12T15:56:12.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-03-12T15:56:12.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-03-12T15:56:12.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-03-12T15:56:12.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38122026-03-12T15:56:13.019Z
38132026-03-12T15:56:13.019Zinfo: running `cargo check --bins` on trust-quorum (194/257)
38142026-03-12T15:56:13.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-03-12T15:56:13.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-03-12T15:56:13.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-03-12T15:56:13.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38182026-03-12T15:56:13.823Z
38192026-03-12T15:56:13.823Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/257)
38202026-03-12T15:56:14.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-03-12T15:56:14.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-03-12T15:56:14.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-03-12T15:56:14.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38242026-03-12T15:56:14.649Z
38252026-03-12T15:56:14.649Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/257)
38262026-03-12T15:56:15.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-03-12T15:56:15.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-03-12T15:56:15.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-03-12T15:56:15.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38302026-03-12T15:56:15.497Z
38312026-03-12T15:56:15.497Zinfo: running `cargo check --bins` on update-common (197/257)
38322026-03-12T15:56:16.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-03-12T15:56:16.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-03-12T15:56:16.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-03-12T15:56:16.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
38362026-03-12T15:56:16.282Z
38372026-03-12T15:56:16.282Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (198/257)
38382026-03-12T15:56:17.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-03-12T15:56:17.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-03-12T15:56:17.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-03-12T15:56:17.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38422026-03-12T15:56:17.130Z
38432026-03-12T15:56:17.130Zinfo: running `cargo check --bins` on reconfigurator-cli (199/257)
38442026-03-12T15:56:17.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-03-12T15:56:17.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-03-12T15:56:18.057Z Compiling fs-err v2.11.0
38472026-03-12T15:56:18.060Z Checking ignore v0.4.25
38482026-03-12T15:56:18.060Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38492026-03-12T15:56:18.060Z Checking predicates-tree v1.0.13
38502026-03-12T15:56:18.060Z Checking parse-size v1.1.0
38512026-03-12T15:56:18.196Z Checking rand_seeder v0.4.0
38522026-03-12T15:56:18.205Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38532026-03-12T15:56:18.235Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38542026-03-12T15:56:18.329Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38552026-03-12T15:56:18.332Z Compiling petname v2.0.2
38562026-03-12T15:56:18.411Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38572026-03-12T15:56:18.600Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38582026-03-12T15:56:18.618Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38592026-03-12T15:56:18.688Z Checking globwalk v0.9.1
38602026-03-12T15:56:18.779Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38612026-03-12T15:56:18.821Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38622026-03-12T15:56:18.909Z Checking sapling-renderdag v0.1.0
38632026-03-12T15:56:18.927Z Checking camino-tempfile-ext v0.3.3
38642026-03-12T15:56:19.092Z Checking sync-ptr v0.1.4
38652026-03-12T15:56:19.193Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38662026-03-12T15:56:19.228Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38672026-03-12T15:56:19.270Z Checking colored v2.2.0
38682026-03-12T15:56:19.365Z Checking assert_matches v1.5.0
38692026-03-12T15:56:19.658Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38702026-03-12T15:56:19.808Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38712026-03-12T15:56:19.811Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38722026-03-12T15:56:20.555Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38732026-03-12T15:56:22.318Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38742026-03-12T15:56:25.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.16s
38752026-03-12T15:56:25.520Z
38762026-03-12T15:56:25.520Zinfo: running `cargo check --bins` on omicron-repl-utils (200/257)
38772026-03-12T15:56:26.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-03-12T15:56:26.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-03-12T15:56:26.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802026-03-12T15:56:26.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
38812026-03-12T15:56:26.276Z
38822026-03-12T15:56:26.276Zinfo: running `cargo check --bins` on nexus-test-interface (201/257)
38832026-03-12T15:56:27.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-03-12T15:56:27.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-03-12T15:56:27.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-03-12T15:56:27.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38872026-03-12T15:56:27.131Z
38882026-03-12T15:56:27.131Zinfo: running `cargo check --bins` on oximeter-collector (202/257)
38892026-03-12T15:56:27.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-03-12T15:56:27.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-03-12T15:56:27.995Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38922026-03-12T15:56:27.998Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38932026-03-12T15:56:28.820Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38942026-03-12T15:56:30.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.74s
38952026-03-12T15:56:31.099Z
38962026-03-12T15:56:31.099Zinfo: running `cargo check --bins` on oximeter-api (203/257)
38972026-03-12T15:56:31.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-03-12T15:56:31.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-03-12T15:56:31.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-03-12T15:56:31.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
39012026-03-12T15:56:31.875Z
39022026-03-12T15:56:31.875Zinfo: running `cargo check --bins` on cert-dev (204/257)
39032026-03-12T15:56:32.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-03-12T15:56:32.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-03-12T15:56:32.616Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39062026-03-12T15:56:32.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
39072026-03-12T15:56:33.125Z
39082026-03-12T15:56:33.125Zinfo: running `cargo check --bins` on clickana (205/257)
39092026-03-12T15:56:33.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-03-12T15:56:33.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-03-12T15:56:33.909Z Compiling darling_core v0.23.0
39122026-03-12T15:56:33.914Z Compiling instability v0.3.11
39132026-03-12T15:56:33.914Z Checking castaway v0.2.4
39142026-03-12T15:56:33.914Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39152026-03-12T15:56:34.016Z Compiling indoc v2.0.7
39162026-03-12T15:56:34.027Z Checking unicode-truncate v1.1.0
39172026-03-12T15:56:34.036Z Checking lru v0.12.5
39182026-03-12T15:56:34.047Z Checking cassowary v0.3.0
39192026-03-12T15:56:34.147Z Checking compact_str v0.8.1
39202026-03-12T15:56:35.337Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39212026-03-12T15:56:35.559Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39222026-03-12T15:56:36.026Z Compiling darling_macro v0.23.0
39232026-03-12T15:56:36.574Z Compiling darling v0.23.0
39242026-03-12T15:56:37.371Z Checking ratatui v0.29.0
39252026-03-12T15:56:38.908Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39262026-03-12T15:56:39.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s
39272026-03-12T15:56:39.962Z
39282026-03-12T15:56:39.962Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/257)
39292026-03-12T15:56:40.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-03-12T15:56:40.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-03-12T15:56:40.835Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39322026-03-12T15:56:40.835Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39332026-03-12T15:56:41.568Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39342026-03-12T15:56:42.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
39352026-03-12T15:56:42.322Z
39362026-03-12T15:56:42.322Zinfo: running `cargo check --bins` on ch-dev (207/257)
39372026-03-12T15:56:43.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-03-12T15:56:43.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-03-12T15:56:43.191Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39402026-03-12T15:56:44.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
39412026-03-12T15:56:44.355Z
39422026-03-12T15:56:44.355Zinfo: running `cargo check --bins` on dev-tools-common (208/257)
39432026-03-12T15:56:44.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-03-12T15:56:44.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-03-12T15:56:44.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-03-12T15:56:44.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39472026-03-12T15:56:44.950Z
39482026-03-12T15:56:44.950Zinfo: running `cargo check --bins` on crdb-seed (209/257)
39492026-03-12T15:56:45.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-03-12T15:56:45.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-03-12T15:56:45.817Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39522026-03-12T15:56:46.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
39532026-03-12T15:56:46.569Z
39542026-03-12T15:56:46.569Zinfo: running `cargo check --bins` on db-dev (210/257)
39552026-03-12T15:56:47.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-03-12T15:56:47.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-03-12T15:56:47.441Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39582026-03-12T15:56:48.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
39592026-03-12T15:56:48.622Z
39602026-03-12T15:56:48.622Zinfo: running `cargo check --bins` on omicron-dev-lib (211/257)
39612026-03-12T15:56:49.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-03-12T15:56:49.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-03-12T15:56:49.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-03-12T15:56:49.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
39652026-03-12T15:56:49.459Z
39662026-03-12T15:56:49.459Zinfo: running `cargo check --bins` on xtask-downloader (212/257)
39672026-03-12T15:56:50.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-03-12T15:56:50.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-03-12T15:56:50.204Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39702026-03-12T15:56:51.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
39712026-03-12T15:56:51.244Z
39722026-03-12T15:56:51.245Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/257)
39732026-03-12T15:56:51.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-03-12T15:56:51.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-03-12T15:56:52.146Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39762026-03-12T15:56:52.146Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39772026-03-12T15:56:52.148Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
39782026-03-12T15:56:52.148Z Checking git-stub v1.0.0
39792026-03-12T15:56:52.149Z Compiling trait-variant v0.1.2
39802026-03-12T15:56:52.149Z Checking is_ci v1.2.0
39812026-03-12T15:56:52.149Z Checking maplit v1.0.2
39822026-03-12T15:56:52.271Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39832026-03-12T15:56:52.383Z Checking supports-color v3.0.2
39842026-03-12T15:56:52.462Z Checking git-stub-vcs v0.1.0
39852026-03-12T15:56:52.462Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39862026-03-12T15:56:52.532Z Checking drift v0.1.3
39872026-03-12T15:56:52.553Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39882026-03-12T15:56:52.689Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39892026-03-12T15:56:52.708Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39902026-03-12T15:56:52.899Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39912026-03-12T15:56:52.924Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39922026-03-12T15:56:52.946Z Checking dropshot-api-manager v0.6.0
39932026-03-12T15:56:52.996Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39942026-03-12T15:56:53.185Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39952026-03-12T15:56:53.314Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39962026-03-12T15:56:53.506Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
39972026-03-12T15:56:53.957Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39982026-03-12T15:57:00.816Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39992026-03-12T15:57:02.193Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40002026-03-12T15:57:02.965Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40012026-03-12T15:57:03.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.26s
40022026-03-12T15:57:03.733Z
40032026-03-12T15:57:03.733Zinfo: running `cargo check --bins` on installinator-api (214/257)
40042026-03-12T15:57:04.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-03-12T15:57:04.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-03-12T15:57:04.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-03-12T15:57:04.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40082026-03-12T15:57:04.508Z
40092026-03-12T15:57:04.508Zinfo: running `cargo check --bins` on nexus-external-api (215/257)
40102026-03-12T15:57:05.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-03-12T15:57:05.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-03-12T15:57:05.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-03-12T15:57:05.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40142026-03-12T15:57:05.337Z
40152026-03-12T15:57:05.337Zinfo: running `cargo check --bins` on nexus-internal-api (216/257)
40162026-03-12T15:57:06.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-03-12T15:57:06.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-03-12T15:57:06.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-03-12T15:57:06.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40202026-03-12T15:57:06.164Z
40212026-03-12T15:57:06.164Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/257)
40222026-03-12T15:57:06.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-03-12T15:57:06.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-03-12T15:57:06.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-03-12T15:57:06.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40262026-03-12T15:57:06.993Z
40272026-03-12T15:57:06.993Zinfo: running `cargo check --bins` on ntp-admin-api (218/257)
40282026-03-12T15:57:07.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-03-12T15:57:07.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-03-12T15:57:07.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-03-12T15:57:07.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40322026-03-12T15:57:07.768Z
40332026-03-12T15:57:07.768Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/257)
40342026-03-12T15:57:08.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-03-12T15:57:08.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-03-12T15:57:08.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40372026-03-12T15:57:08.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
40382026-03-12T15:57:08.526Z
40392026-03-12T15:57:08.526Zinfo: running `cargo check --bins` on wicketd-api (220/257)
40402026-03-12T15:57:09.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-03-12T15:57:09.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-03-12T15:57:09.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40432026-03-12T15:57:09.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40442026-03-12T15:57:09.332Z
40452026-03-12T15:57:09.332Zinfo: running `cargo check --bins` on omicron-ls-apis (221/257)
40462026-03-12T15:57:09.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40472026-03-12T15:57:09.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40482026-03-12T15:57:10.079Z Checking erased-serde v0.4.9
40492026-03-12T15:57:10.182Z Checking ordered-float v2.10.1
40502026-03-12T15:57:10.195Z Checking unicode-xid v0.2.6
40512026-03-12T15:57:10.207Z Checking cargo-platform v0.2.0
40522026-03-12T15:57:10.464Z Checking serde-value v0.7.0
40532026-03-12T15:57:10.641Z Checking serde-untagged v0.1.9
40542026-03-12T15:57:10.854Z Checking cargo-util-schemas v0.8.2
40552026-03-12T15:57:11.876Z Checking cargo_metadata v0.21.0
40562026-03-12T15:57:12.739Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40572026-03-12T15:57:13.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s
40582026-03-12T15:57:13.852Z
40592026-03-12T15:57:13.852Zinfo: running `cargo check --bins` on mgs-dev (222/257)
40602026-03-12T15:57:14.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-03-12T15:57:14.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-03-12T15:57:14.741Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40632026-03-12T15:57:15.503Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40642026-03-12T15:57:16.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
40652026-03-12T15:57:16.377Z
40662026-03-12T15:57:16.377Zinfo: running `cargo check --bins` on omicron-omdb (223/257)
40672026-03-12T15:57:17.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-03-12T15:57:17.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-03-12T15:57:17.435Z Compiling vergen-gitcl v1.0.8
40702026-03-12T15:57:17.435Z Compiling dirs-sys-next v0.1.2
40712026-03-12T15:57:17.438Z Compiling crunchy v0.2.4
40722026-03-12T15:57:17.438Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40732026-03-12T15:57:17.438Z Compiling glob v0.3.3
40742026-03-12T15:57:17.438Z Compiling dsl_auto_type v0.1.3
40752026-03-12T15:57:17.438Z Checking scheduled-thread-pool v0.2.7
40762026-03-12T15:57:17.438Z Compiling diesel_table_macro_syntax v0.2.0
40772026-03-12T15:57:17.805Z Compiling dirs-next v2.0.0
40782026-03-12T15:57:17.847Z Compiling tiny-keccak v2.0.2
40792026-03-12T15:57:17.906Z Compiling term v0.7.0
40802026-03-12T15:57:17.959Z Checking r2d2 v0.8.10
40812026-03-12T15:57:18.039Z Compiling bit-vec v0.6.3
40822026-03-12T15:57:18.105Z Compiling clang-sys v1.8.1
40832026-03-12T15:57:18.187Z Compiling itertools v0.10.5
40842026-03-12T15:57:18.325Z Compiling bit-set v0.5.3
40852026-03-12T15:57:18.461Z Compiling diesel_derives v2.2.7
40862026-03-12T15:57:18.534Z Compiling ascii-canvas v3.0.0
40872026-03-12T15:57:18.595Z Compiling ena v0.14.4
40882026-03-12T15:57:18.658Z Compiling libloading v0.8.9
40892026-03-12T15:57:18.675Z Compiling diff v0.1.13
40902026-03-12T15:57:18.701Z Compiling bindgen v0.71.1
40912026-03-12T15:57:18.843Z Compiling regex-syntax v0.6.29
40922026-03-12T15:57:18.922Z Compiling cexpr v0.6.0
40932026-03-12T15:57:19.032Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40942026-03-12T15:57:19.293Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40952026-03-12T15:57:19.403Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40962026-03-12T15:57:19.486Z Compiling libxml v0.3.3
40972026-03-12T15:57:19.687Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40982026-03-12T15:57:19.818Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40992026-03-12T15:57:19.862Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41002026-03-12T15:57:20.099Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41012026-03-12T15:57:20.121Z Compiling strum_macros v0.24.3
41022026-03-12T15:57:20.182Z Compiling indoc v1.0.9
41032026-03-12T15:57:20.768Z Compiling lalrpop v0.19.12
41042026-03-12T15:57:21.563Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41052026-03-12T15:57:21.818Z Checking derive_builder v0.20.2
41062026-03-12T15:57:21.846Z Compiling oso-derive v0.27.3
41072026-03-12T15:57:21.960Z Checking quick-xml v0.37.5
41082026-03-12T15:57:21.978Z Compiling impl-trait-for-tuples v0.2.3
41092026-03-12T15:57:22.512Z Checking openssl-probe v0.1.6
41102026-03-12T15:57:22.680Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41112026-03-12T15:57:23.180Z Compiling diesel-dtrace v0.4.2
41122026-03-12T15:57:23.527Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41132026-03-12T15:57:23.669Z Checking bb8 v0.8.6
41142026-03-12T15:57:23.809Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41152026-03-12T15:57:24.050Z Checking nonempty v0.12.0
41162026-03-12T15:57:24.096Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41172026-03-12T15:57:24.193Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41182026-03-12T15:57:24.263Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41192026-03-12T15:57:24.383Z Checking support-bundle-viewer v0.1.2
41202026-03-12T15:57:24.477Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41212026-03-12T15:57:24.496Z Checking multimap v0.10.1
41222026-03-12T15:57:24.589Z Checking diesel v2.2.12
41232026-03-12T15:57:27.289Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41242026-03-12T15:57:29.024Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41252026-03-12T15:57:29.085Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41262026-03-12T15:57:29.516Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41272026-03-12T15:57:30.881Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41282026-03-12T15:57:31.199Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41292026-03-12T15:57:31.290Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41302026-03-12T15:57:32.225Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41312026-03-12T15:57:34.891Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41322026-03-12T15:57:40.704Z Compiling samael v0.0.19
41332026-03-12T15:57:46.963Z Checking async-bb8-diesel v0.2.1
41342026-03-12T15:57:48.582Z Compiling polar-core v0.27.3
41352026-03-12T15:57:54.781Z Checking oso v0.27.3
41362026-03-12T15:58:29.784Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41372026-03-12T15:59:16.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s
41382026-03-12T15:59:16.496Z
41392026-03-12T15:59:16.496Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (224/257)
41402026-03-12T15:59:17.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-03-12T15:59:17.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-03-12T15:59:17.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41432026-03-12T15:59:17.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
41442026-03-12T15:59:17.351Z
41452026-03-12T15:59:17.351Zinfo: running `cargo check --bins` on nexus-saga-recovery (225/257)
41462026-03-12T15:59:18.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-03-12T15:59:18.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-03-12T15:59:18.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41492026-03-12T15:59:18.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
41502026-03-12T15:59:18.199Z
41512026-03-12T15:59:18.200Zinfo: running `cargo check --bins` on nexus-test-utils-macros (226/257)
41522026-03-12T15:59:18.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-03-12T15:59:18.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-03-12T15:59:18.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41552026-03-12T15:59:18.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
41562026-03-12T15:59:18.956Z
41572026-03-12T15:59:18.956Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (227/257)
41582026-03-12T15:59:19.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-03-12T15:59:19.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-03-12T15:59:20.011Z Compiling libz-sys v1.1.24
41612026-03-12T15:59:20.014Z Compiling libgit2-sys v0.18.3+1.9.2
41622026-03-12T15:59:20.151Z Compiling vergen-git2 v1.0.7
41632026-03-12T15:59:20.161Z Compiling rustls v0.21.12
41642026-03-12T15:59:20.173Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41652026-03-12T15:59:20.176Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41662026-03-12T15:59:20.176Z Compiling nix v0.29.0
41672026-03-12T15:59:20.176Z Checking sct v0.7.1
41682026-03-12T15:59:20.366Z Checking rustls-webpki v0.101.7
41692026-03-12T15:59:20.431Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41702026-03-12T15:59:20.451Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41712026-03-12T15:59:20.501Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41722026-03-12T15:59:20.675Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41732026-03-12T15:59:20.826Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41742026-03-12T15:59:20.858Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41752026-03-12T15:59:20.939Z Checking rustls-pemfile v1.0.4
41762026-03-12T15:59:21.095Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41772026-03-12T15:59:21.113Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41782026-03-12T15:59:21.377Z Checking twox-hash v2.1.2
41792026-03-12T15:59:21.412Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41802026-03-12T15:59:21.622Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41812026-03-12T15:59:22.327Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41822026-03-12T15:59:22.429Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41832026-03-12T15:59:22.525Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41842026-03-12T15:59:22.560Z Checking tokio-rustls v0.24.1
41852026-03-12T15:59:22.816Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41862026-03-12T15:59:22.995Z Checking fatfs v0.3.6
41872026-03-12T15:59:23.295Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41882026-03-12T15:59:23.371Z Compiling seq-macro v0.3.6
41892026-03-12T15:59:28.359Z Compiling git2 v0.20.4
41902026-03-12T15:59:29.300Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41912026-03-12T15:59:29.455Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41922026-03-12T15:59:31.559Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41932026-03-12T16:00:42.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
41942026-03-12T16:00:42.827Z
41952026-03-12T16:00:42.827Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/257)
41962026-03-12T16:00:42.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-03-12T16:00:42.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-03-12T16:00:42.827Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41992026-03-12T16:01:41.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
42002026-03-12T16:01:41.696Z
42012026-03-12T16:01:41.696Zinfo: running `cargo check --bins` on nexus-background-task-interface (229/257)
42022026-03-12T16:01:42.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-03-12T16:01:42.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-03-12T16:01:42.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-03-12T16:01:42.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
42062026-03-12T16:01:42.462Z
42072026-03-12T16:01:42.463Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (230/257)
42082026-03-12T16:01:43.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-03-12T16:01:43.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-03-12T16:01:43.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-03-12T16:01:43.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42122026-03-12T16:01:43.319Z
42132026-03-12T16:01:43.319Zinfo: running `cargo check --bins` on nexus-mgs-updates (231/257)
42142026-03-12T16:01:44.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-03-12T16:01:44.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-03-12T16:01:44.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-03-12T16:01:44.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
42182026-03-12T16:01:44.156Z
42192026-03-12T16:01:44.156Zinfo: running `cargo check --bins` on nexus-networking (232/257)
42202026-03-12T16:01:44.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-03-12T16:01:44.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-03-12T16:01:44.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-03-12T16:01:44.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42242026-03-12T16:01:45.005Z
42252026-03-12T16:01:45.005Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (233/257)
42262026-03-12T16:01:45.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-03-12T16:01:45.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-03-12T16:01:45.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-03-12T16:01:45.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42302026-03-12T16:01:45.859Z
42312026-03-12T16:01:45.860Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/257)
42322026-03-12T16:01:46.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-03-12T16:01:46.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-03-12T16:01:46.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-03-12T16:01:46.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42362026-03-12T16:01:46.714Z
42372026-03-12T16:01:46.714Zinfo: running `cargo check --bins` on omicron-dev (235/257)
42382026-03-12T16:01:47.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-03-12T16:01:47.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-03-12T16:01:47.810Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42412026-03-12T16:01:47.810Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42422026-03-12T16:01:47.957Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42432026-03-12T16:01:47.973Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42442026-03-12T16:01:47.976Z Checking diff v0.1.13
42452026-03-12T16:01:47.976Z Checking yansi v1.0.1
42462026-03-12T16:01:47.976Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42472026-03-12T16:01:47.976Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42482026-03-12T16:01:48.153Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42492026-03-12T16:01:48.344Z Checking pretty_assertions v1.4.1
42502026-03-12T16:01:49.235Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42512026-03-12T16:02:22.071Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42522026-03-12T16:02:22.074Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42532026-03-12T16:02:22.074Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42542026-03-12T16:02:22.074Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42552026-03-12T16:02:22.074Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42562026-03-12T16:02:22.074Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42572026-03-12T16:02:22.989Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42582026-03-12T16:02:24.427Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42592026-03-12T16:03:23.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
42602026-03-12T16:03:23.392Z
42612026-03-12T16:03:23.392Zinfo: running `cargo check --bins` on omicron-pins (236/257)
42622026-03-12T16:03:24.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42632026-03-12T16:03:24.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42642026-03-12T16:03:24.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42652026-03-12T16:03:24.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
42662026-03-12T16:03:24.158Z
42672026-03-12T16:03:24.158Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (237/257)
42682026-03-12T16:03:24.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42692026-03-12T16:03:24.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42702026-03-12T16:03:25.091Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42712026-03-12T16:03:25.208Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42722026-03-12T16:03:25.210Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42732026-03-12T16:03:47.092Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42742026-03-12T16:03:47.595Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42752026-03-12T16:03:49.951Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42762026-03-12T16:03:50.527Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42772026-03-12T16:03:54.614Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42782026-03-12T16:04:26.432Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42792026-03-12T16:04:27.265Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42802026-03-12T16:04:29.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
42812026-03-12T16:04:29.676Z
42822026-03-12T16:04:29.676Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (238/257)
42832026-03-12T16:04:30.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-03-12T16:04:30.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-03-12T16:04:30.544Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42862026-03-12T16:04:31.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
42872026-03-12T16:04:31.649Z
42882026-03-12T16:04:31.649Zinfo: running `cargo check --bins` on omicron-releng (239/257)
42892026-03-12T16:04:32.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-03-12T16:04:32.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-03-12T16:04:32.451Z Compiling blake3 v1.8.3
42922026-03-12T16:04:32.556Z Checking arrayvec v0.7.6
42932026-03-12T16:04:32.568Z Checking constant_time_eq v0.4.2
42942026-03-12T16:04:32.568Z Checking arrayref v0.3.9
42952026-03-12T16:04:32.568Z Checking topological-sort v0.2.2
42962026-03-12T16:04:32.579Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42972026-03-12T16:04:32.586Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
42982026-03-12T16:04:32.586Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
42992026-03-12T16:04:32.662Z Checking shell-words v1.1.1
43002026-03-12T16:04:33.592Z Checking omicron-zone-package v0.12.2
43012026-03-12T16:04:34.580Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43022026-03-12T16:04:35.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
43032026-03-12T16:04:35.886Z
43042026-03-12T16:04:35.887Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (240/257)
43052026-03-12T16:04:36.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-03-12T16:04:36.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-03-12T16:04:36.681Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43082026-03-12T16:04:37.048Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43092026-03-12T16:04:41.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
43102026-03-12T16:04:41.489Z
43112026-03-12T16:04:41.489Zinfo: running `cargo check --bins` on xtask (241/257)
43122026-03-12T16:04:41.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43132026-03-12T16:04:41.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43142026-03-12T16:04:41.489Z Checking libc v0.2.180
43152026-03-12T16:04:41.489Z Checking serde v1.0.228
43162026-03-12T16:04:41.489Z Checking zerofrom v0.1.6
43172026-03-12T16:04:41.489Z Checking bitflags v2.11.0
43182026-03-12T16:04:41.489Z Checking hashbrown v0.16.1
43192026-03-12T16:04:41.489Z Checking smallvec v1.15.1
43202026-03-12T16:04:41.489Z Checking serde_json v1.0.149
43212026-03-12T16:04:41.489Z Checking num-traits v0.2.19
43222026-03-12T16:04:41.489Z Checking yoke v0.8.1
43232026-03-12T16:04:41.489Z Checking scroll v0.12.0
43242026-03-12T16:04:41.490Z Checking thiserror v1.0.69
43252026-03-12T16:04:41.490Z Checking zerovec v0.11.5
43262026-03-12T16:04:41.490Z Checking zerotrie v0.2.3
43272026-03-12T16:04:41.490Z Checking errno v0.3.14
43282026-03-12T16:04:41.490Z Checking log v0.4.29
43292026-03-12T16:04:41.490Z Checking toml_datetime v0.6.11
43302026-03-12T16:04:41.490Z Checking indexmap v2.13.0
43312026-03-12T16:04:41.490Z Checking rustix v1.1.3
43322026-03-12T16:04:41.490Z Checking serde_spanned v0.6.9
43332026-03-12T16:04:41.490Z Checking percent-encoding v2.3.2
43342026-03-12T16:04:41.490Z Checking zerocopy v0.7.35
43352026-03-12T16:04:41.490Z Checking ordered-float v2.10.1
43362026-03-12T16:04:41.490Z Checking goblin v0.8.2
43372026-03-12T16:04:41.490Z Checking form_urlencoded v1.2.2
43382026-03-12T16:04:41.507Z Checking getrandom v0.4.1
43392026-03-12T16:04:41.507Z Checking tinystr v0.8.2
43402026-03-12T16:04:41.507Z Checking potential_utf v0.1.4
43412026-03-12T16:04:41.507Z Checking thiserror v2.0.18
43422026-03-12T16:04:41.507Z Checking serde-value v0.7.0
43432026-03-12T16:04:41.507Z Checking syn v2.0.117
43442026-03-12T16:04:41.507Z Checking icu_collections v2.1.1
43452026-03-12T16:04:41.507Z Checking icu_locale_core v2.1.1
43462026-03-12T16:04:41.507Z Checking toml_edit v0.22.27
43472026-03-12T16:04:41.507Z Checking dtrace-parser v0.2.0
43482026-03-12T16:04:41.507Z Checking thread-id v4.2.2
43492026-03-12T16:04:41.507Z Checking once_cell v1.21.3
43502026-03-12T16:04:41.507Z Checking cargo-platform v0.2.0
43512026-03-12T16:04:41.507Z Checking memmap v0.7.0
43522026-03-12T16:04:41.507Z Checking terminal_size v0.4.3
43532026-03-12T16:04:41.507Z Checking tempfile v3.25.0
43542026-03-12T16:04:41.507Z Checking fs-err v3.3.0
43552026-03-12T16:04:41.507Z Checking anyhow v1.0.102
43562026-03-12T16:04:41.507Z Checking clap_builder v4.5.60
43572026-03-12T16:04:41.507Z Checking icu_provider v2.1.1
43582026-03-12T16:04:41.508Z Checking textwrap v0.16.2
43592026-03-12T16:04:41.508Z Checking camino-tempfile v1.4.1
43602026-03-12T16:04:41.508Z Checking tabled v0.15.0
43612026-03-12T16:04:41.508Z Checking macaddr v1.0.1
43622026-03-12T16:04:41.508Z Checking icu_normalizer v2.1.1
43632026-03-12T16:04:41.509Z Checking icu_properties v2.1.2
43642026-03-12T16:04:41.509Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43652026-03-12T16:04:41.509Z Checking toml v0.8.23
43662026-03-12T16:04:41.792Z Checking cargo_toml v0.21.0
43672026-03-12T16:04:41.946Z Checking idna_adapter v1.2.1
43682026-03-12T16:04:42.010Z Checking dof v0.3.0
43692026-03-12T16:04:42.071Z Checking clap v4.5.60
43702026-03-12T16:04:42.090Z Checking idna v1.1.0
43712026-03-12T16:04:42.375Z Checking usdt-impl v0.5.0
43722026-03-12T16:04:42.388Z Checking url v2.5.8
43732026-03-12T16:04:42.697Z Checking usdt v0.5.0
43742026-03-12T16:04:42.841Z Checking cargo-util-schemas v0.8.2
43752026-03-12T16:04:43.836Z Checking cargo_metadata v0.21.0
43762026-03-12T16:04:44.701Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43772026-03-12T16:04:45.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.51s
43782026-03-12T16:04:45.408Z
43792026-03-12T16:04:45.408Zinfo: running `cargo check --bins` on end-to-end-tests (242/257)
43802026-03-12T16:04:46.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43812026-03-12T16:04:46.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43822026-03-12T16:04:46.363Z Checking polyval v0.6.2
43832026-03-12T16:04:46.480Z Checking ctr v0.9.2
43842026-03-12T16:04:46.493Z Checking ssh-encoding v0.2.0
43852026-03-12T16:04:46.497Z Checking blowfish v0.9.1
43862026-03-12T16:04:46.497Z Checking password-hash v0.4.2
43872026-03-12T16:04:46.497Z Checking p521 v0.13.3
43882026-03-12T16:04:46.497Z Checking p256 v0.13.2
43892026-03-12T16:04:46.500Z Checking russh-cryptovec v0.7.3
43902026-03-12T16:04:46.666Z Checking ghash v0.5.1
43912026-03-12T16:04:46.684Z Checking md5 v0.7.0
43922026-03-12T16:04:46.714Z Checking num-bigint v0.4.6
43932026-03-12T16:04:46.758Z Checking des v0.8.1
43942026-03-12T16:04:46.783Z Checking bcrypt-pbkdf v0.10.0
43952026-03-12T16:04:46.808Z Checking aes-gcm v0.10.3
43962026-03-12T16:04:46.851Z Checking pbkdf2 v0.11.0
43972026-03-12T16:04:46.869Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43982026-03-12T16:04:46.888Z Checking hex-literal v0.4.1
43992026-03-12T16:04:46.947Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44002026-03-12T16:04:46.977Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44012026-03-12T16:04:46.992Z Checking ssh-cipher v0.2.0
44022026-03-12T16:04:47.013Z Checking socket2 v0.5.10
44032026-03-12T16:04:47.057Z Checking internet-checksum v0.2.1
44042026-03-12T16:04:47.207Z Checking ssh-key v0.6.7
44052026-03-12T16:04:47.403Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44062026-03-12T16:04:48.074Z Checking russh-keys v0.45.0
44072026-03-12T16:04:48.794Z Checking russh v0.45.0
44082026-03-12T16:05:10.752Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44092026-03-12T16:05:12.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.92s
44102026-03-12T16:05:12.569Z
44112026-03-12T16:05:12.571Zinfo: running `cargo check --bins` on gateway-cli (243/257)
44122026-03-12T16:05:13.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-03-12T16:05:13.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-03-12T16:05:13.357Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44152026-03-12T16:05:13.360Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44162026-03-12T16:05:13.360Z Checking termios v0.3.3
44172026-03-12T16:05:15.163Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44182026-03-12T16:05:15.344Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44192026-03-12T16:05:17.959Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44202026-03-12T16:05:18.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s
44212026-03-12T16:05:18.911Z
44222026-03-12T16:05:18.911Zinfo: running `cargo check --bins --no-default-features` on installinator (244/257)
44232026-03-12T16:05:19.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-03-12T16:05:19.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-03-12T16:05:19.765Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44262026-03-12T16:05:19.876Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44272026-03-12T16:05:19.889Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44282026-03-12T16:05:19.892Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44292026-03-12T16:05:19.893Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44302026-03-12T16:05:20.176Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44312026-03-12T16:05:20.179Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44322026-03-12T16:05:21.111Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44332026-03-12T16:05:21.402Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44342026-03-12T16:05:21.405Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44352026-03-12T16:05:22.247Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44362026-03-12T16:05:24.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s
44372026-03-12T16:05:24.711Z
44382026-03-12T16:05:24.711Zinfo: running `cargo check --bins` on internal-dns-cli (245/257)
44392026-03-12T16:05:25.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-03-12T16:05:25.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-03-12T16:05:25.488Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44422026-03-12T16:05:26.033Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44432026-03-12T16:05:26.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
44442026-03-12T16:05:26.633Z
44452026-03-12T16:05:26.633Zinfo: running `cargo check --bins` on omicron-live-tests (246/257)
44462026-03-12T16:05:27.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-03-12T16:05:27.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-03-12T16:05:27.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44492026-03-12T16:05:27.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
44502026-03-12T16:05:27.395Z
44512026-03-12T16:05:27.395Zinfo: running `cargo check --bins` on live-tests-macros (247/257)
44522026-03-12T16:05:28.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-03-12T16:05:28.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-03-12T16:05:28.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44552026-03-12T16:05:28.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
44562026-03-12T16:05:28.158Z
44572026-03-12T16:05:28.158Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (248/257)
44582026-03-12T16:05:28.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-03-12T16:05:28.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-03-12T16:05:29.059Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44612026-03-12T16:05:29.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
44622026-03-12T16:05:30.036Z
44632026-03-12T16:05:30.036Zinfo: running `cargo check --bins` on omicron-ntp-admin (249/257)
44642026-03-12T16:05:30.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-03-12T16:05:30.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-03-12T16:05:30.824Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44672026-03-12T16:05:30.827Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44682026-03-12T16:05:31.110Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44692026-03-12T16:05:31.113Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44702026-03-12T16:05:32.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
44712026-03-12T16:05:32.297Z
44722026-03-12T16:05:32.297Zinfo: running `cargo check --bins` on ntp-admin-types (250/257)
44732026-03-12T16:05:32.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-03-12T16:05:32.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-03-12T16:05:32.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44762026-03-12T16:05:32.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
44772026-03-12T16:05:33.061Z
44782026-03-12T16:05:33.061Zinfo: running `cargo check --bins` on omicron-package (251/257)
44792026-03-12T16:05:33.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44802026-03-12T16:05:33.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44812026-03-12T16:05:33.866Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44822026-03-12T16:05:35.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
44832026-03-12T16:05:35.545Z
44842026-03-12T16:05:35.547Zinfo: running `cargo check --bins` on tqdb (252/257)
44852026-03-12T16:05:36.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44862026-03-12T16:05:36.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44872026-03-12T16:05:36.375Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44882026-03-12T16:05:36.789Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44892026-03-12T16:05:37.491Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44902026-03-12T16:05:37.495Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44912026-03-12T16:05:43.961Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44922026-03-12T16:05:44.858Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44932026-03-12T16:05:44.861Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
44942026-03-12T16:05:44.861Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44952026-03-12T16:05:44.861Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44962026-03-12T16:05:45.846Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44972026-03-12T16:05:55.305Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44982026-03-12T16:06:03.372Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44992026-03-12T16:06:03.377Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45002026-03-12T16:06:03.379Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45012026-03-12T16:06:03.379Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45022026-03-12T16:06:05.304Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45032026-03-12T16:06:07.077Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45042026-03-12T16:06:07.981Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45052026-03-12T16:06:09.660Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45062026-03-12T16:06:10.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.95s
45072026-03-12T16:06:10.630Z
45082026-03-12T16:06:10.630Zinfo: running `cargo check --bins` on wicket-dbg (253/257)
45092026-03-12T16:06:11.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-03-12T16:06:11.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-03-12T16:06:11.488Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45122026-03-12T16:06:11.491Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45132026-03-12T16:06:11.491Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45142026-03-12T16:06:11.622Z Checking rtoolbox v0.0.3
45152026-03-12T16:06:11.634Z Checking tui-tree-widget v0.23.1
45162026-03-12T16:06:11.765Z Checking rpassword v7.4.0
45172026-03-12T16:06:11.921Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45182026-03-12T16:06:12.874Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45192026-03-12T16:06:19.275Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45202026-03-12T16:06:20.195Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45212026-03-12T16:06:21.575Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45222026-03-12T16:06:25.740Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45232026-03-12T16:06:28.254Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45242026-03-12T16:06:29.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.78s
45252026-03-12T16:06:29.641Z
45262026-03-12T16:06:29.641Zinfo: running `cargo check --bins` on wicket (254/257)
45272026-03-12T16:06:30.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-03-12T16:06:30.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-03-12T16:06:30.472Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45302026-03-12T16:06:30.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
45312026-03-12T16:06:31.100Z
45322026-03-12T16:06:31.101Zinfo: running `cargo check --bins` on wicketd (255/257)
45332026-03-12T16:06:31.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-03-12T16:06:31.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-03-12T16:06:31.972Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45362026-03-12T16:06:31.975Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45372026-03-12T16:06:31.975Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45382026-03-12T16:06:31.975Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45392026-03-12T16:06:33.506Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45402026-03-12T16:06:34.290Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45412026-03-12T16:06:38.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.25s
45422026-03-12T16:06:38.584Z
45432026-03-12T16:06:38.584Zinfo: running `cargo check --bins` on omicron-workspace-hack (256/257)
45442026-03-12T16:06:39.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-03-12T16:06:39.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-03-12T16:06:39.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45472026-03-12T16:06:39.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
45482026-03-12T16:06:39.348Z
45492026-03-12T16:06:39.348Zinfo: running `cargo check --bins` on zone-setup (257/257)
45502026-03-12T16:06:40.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45512026-03-12T16:06:40.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45522026-03-12T16:06:40.156Z Checking uzers v0.12.2
45532026-03-12T16:06:40.480Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45542026-03-12T16:06:41.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
45552026-03-12T16:06:41.659Z
45562026-03-12T16:06:41.663Zreal 18:20.638551448
45572026-03-12T16:06:41.663Zuser 28:01.209433290
45582026-03-12T16:06:41.663Zsys 5:05.756719443
45592026-03-12T16:06:41.663Ztrap 0.479104915
45602026-03-12T16:06:41.663Ztflt 0.547387034
45612026-03-12T16:06:41.663Zdflt 0.705226122
45622026-03-12T16:06:41.663Zkflt 0.000955235
45632026-03-12T16:06:41.663Zlock 1:15:38.650651011
45642026-03-12T16:06:41.663Zslp 2:37:12.213835653
45652026-03-12T16:06:41.663Zlat 1:37.148128075
45662026-03-12T16:06:41.663Zstop 4:55.664567495
45672026-03-12T16:06:41.663Zprocess exited: duration 1344181 ms, exit code 0
 
45682026-03-12T16:06:41.670Zfound 0 output files