01KKW33RM9VPCW168P6HEMP3F2: 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: 01KKW34DC5FHAG4TQSZJQAG5T2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-16T19:49:26.762Zjob assigned to worker 01KKW2YMKFN5HZD7N2W9HYNWAA [factory aws, i-01a3597ca9bdd7f13] (queued for 0 s)
 
22026-03-16T19:49:27.689Zstarting task 0: "setup"
32026-03-16T19:49:27.695Z++ uname -s
42026-03-16T19:49:27.698Z+ kern=SunOS
52026-03-16T19:49:27.698Z+ build_user=build
62026-03-16T19:49:27.698Z+ build_uid=12345
72026-03-16T19:49:27.698Z+ work_dir=/work
82026-03-16T19:49:27.698Z+ input_dir=/input
92026-03-16T19:49:27.698Z+ [[ 0 == 12345 ]]
102026-03-16T19:49:27.698Z+ case "$kern" in
112026-03-16T19:49:27.698Z+ groupadd -g 12345 build
122026-03-16T19:49:27.701Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-16T19:49:29.705Z+ zfs create -o mountpoint=/work rpool/work
142026-03-16T19:49:29.808Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-16T19:49:29.811Z+ home_fs=zfs
162026-03-16T19:49:29.811Z+ [[ zfs == autofs ]]
172026-03-16T19:49:29.811Z+ mkdir -p /home/build
182026-03-16T19:49:29.814Z+ chown build:build /home/build /work
192026-03-16T19:49:31.814Z+ chmod 0700 /home/build /work
202026-03-16T19:49:31.818Zprocess exited: duration 4127 ms, exit code 0
 
212026-03-16T19:49:31.826Zstarting task 1: "rust-toolchain"
222026-03-16T19:49:31.832Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-16T19:49:31.832Z * rust toolchain channel = "1.91.1"
242026-03-16T19:49:31.832Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-16T19:49:31.832Z * rust toolchain profile = "default"
262026-03-16T19:49:31.832Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-16T19:49:31.832Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-16T19:49:31.836Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-16T19:49:31.836Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-16T19:49:31.958Zinfo: downloading installer
312026-03-16T19:49:33.663Zwarn: It looks like you have an existing installation of Rust at:
322026-03-16T19:49:33.663Zwarn: /opt/ooce/bin
332026-03-16T19:49:33.663Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-16T19:49:33.666Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-16T19:49:33.667Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-16T19:49:33.667Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-16T19:49:33.667Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-16T19:49:33.667Zerror: cannot install while Rust is installed
392026-03-16T19:49:33.667Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-16T19:49:33.667Zwarn: It looks like you have an existing rustup settings file at:
412026-03-16T19:49:33.667Zwarn: /home/build/.rustup/settings.toml
422026-03-16T19:49:33.667Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-16T19:49:33.667Zwarn: instead of the one inferred from the default host triple.
442026-03-16T19:49:33.682Zinfo: profile set to default
452026-03-16T19:49:33.682Zinfo: default host triple is x86_64-unknown-illumos
462026-03-16T19:49:33.686Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-16T19:49:33.847Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-16T19:49:33.850Zinfo: downloading 6 components
492026-03-16T19:49:49.266Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
502026-03-16T19:49:49.266Z
512026-03-16T19:49:49.305Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-16T19:49:49.305Z
532026-03-16T19:49:49.305Z
542026-03-16T19:49:49.305ZRust is installed now. Great!
552026-03-16T19:49:49.305Z
562026-03-16T19:49:49.308ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-16T19:49:49.308Zenvironment variable. This has not been done automatically.
582026-03-16T19:49:49.308Z
592026-03-16T19:49:49.308ZTo configure your current shell, you need to source
602026-03-16T19:49:49.308Zthe corresponding env file under $HOME/.cargo.
612026-03-16T19:49:49.308Z
622026-03-16T19:49:49.308ZThis is usually done by running one of the following (note the leading DOT):
632026-03-16T19:49:49.308Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-16T19:49:49.308Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-16T19:49:49.308Zsource "~/.cargo/env.nu" # For nushell
662026-03-16T19:49:49.308Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-16T19:49:49.309Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-16T19:49:49.309Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-16T19:49:49.309Zwarn: no default linker (`cc`) was found in your PATH
702026-03-16T19:49:49.309Zwarn: many Rust crates require a system C toolchain to build
712026-03-16T19:49:49.420Z+ rustup --version
722026-03-16T19:49:49.430Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-16T19:49:49.435Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-16T19:49:49.458Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-16T19:49:49.462Z+ cargo --version
762026-03-16T19:49:49.481Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-16T19:49:49.484Z+ rustc --version
782026-03-16T19:49:49.510Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-16T19:49:49.514Zprocess exited: duration 17687 ms, exit code 0
 
802026-03-16T19:49:49.520Zstarting task 2: "authentication"
812026-03-16T19:49:49.544Zprocess exited: duration 22 ms, exit code 0
 
822026-03-16T19:49:49.550Zstarting task 3: "clone repository"
832026-03-16T19:49:49.554Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-16T19:49:49.558Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-16T19:49:49.589ZCloning into '/work/oxidecomputer/omicron'...
862026-03-16T19:50:06.227Z+ cd /work/oxidecomputer/omicron
872026-03-16T19:50:06.230Z+ git fetch origin e7fbdeef56f79e54d66698ab18082d626a21ccb1
882026-03-16T19:50:06.601ZFrom https://github.com/oxidecomputer/omicron
892026-03-16T19:50:06.601Z * branch e7fbdeef56f79e54d66698ab18082d626a21ccb1 -> FETCH_HEAD
902026-03-16T19:50:06.609Z+ [[ -n jmcarp/zone-metrics ]]
912026-03-16T19:50:06.612Z++ git branch --show-current
922026-03-16T19:50:06.612Z+ current=main
932026-03-16T19:50:06.612Z+ [[ main != jmcarp/zone-metrics ]]
942026-03-16T19:50:06.616Z+ git branch -f jmcarp/zone-metrics e7fbdeef56f79e54d66698ab18082d626a21ccb1
952026-03-16T19:50:06.616Z+ git checkout -f jmcarp/zone-metrics
962026-03-16T19:50:06.930ZSwitched to branch 'jmcarp/zone-metrics'
972026-03-16T19:50:06.934Z+ git reset --hard e7fbdeef56f79e54d66698ab18082d626a21ccb1
982026-03-16T19:50:07.017ZHEAD is now at e7fbdeef5 Add per-zone cpu metrics.
992026-03-16T19:50:07.020Zprocess exited: duration 17468 ms, exit code 0
 
1002026-03-16T19:50:07.026Zstarting task 4: "build"
1012026-03-16T19:50:07.031Z+ source .github/buildomat/ci-env.sh
1022026-03-16T19:50:07.034Z++ export CARGO_TERM_COLOR=always
1032026-03-16T19:50:07.034Z++ CARGO_TERM_COLOR=always
1042026-03-16T19:50:07.034Z+ cargo --version
1052026-03-16T19:50:07.042Zcargo 1.91.1 (ea2d97820 2025-10-10)
1062026-03-16T19:50:07.046Z+ rustc --version
1072026-03-16T19:50:07.072Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1082026-03-16T19:50:07.076Z+ source ./env.sh
1092026-03-16T19:50:07.076Z++ OLD_SHELL_OPTS=ehxB
1102026-03-16T19:50:07.077Z++ set -o xtrace
1112026-03-16T19:50:07.082Z++++ dirname ./env.sh
1122026-03-16T19:50:07.082Z+++ readlink -f .
1132026-03-16T19:50:07.085Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-16T19:50:07.085Z++ 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-16T19:50:07.085Z++ 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-16T19:50:07.085Z++ 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-16T19:50:07.085Z++ 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-16T19:50:07.085Z++ 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-16T19:50:07.085Z++ 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-16T19:50:07.085Z++ 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-16T19:50:07.085Z++ 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-16T19:50:07.085Z++ case $OLD_SHELL_OPTS in
1232026-03-16T19:50:07.085Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-16T19:50:07.085Z+ 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-16T19:50:07.086Z+ 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-16T19:50:07.086Z+ banner prerequisites
1272026-03-16T19:50:07.086Z
1282026-03-16T19:50:07.086Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-16T19:50:07.086Z # # # # # # # # # # # # # # #
1302026-03-16T19:50:07.086Z # # # # ##### # # ##### # # # # # #### #
1312026-03-16T19:50:07.086Z ##### ##### # ##### # # # # # # # # #
1322026-03-16T19:50:07.086Z # # # # # # # # # # # # # # #
1332026-03-16T19:50:07.086Z # # # ###### # # ###### ### # #### # #### #
1342026-03-16T19:50:07.086Z
1352026-03-16T19:50:07.086Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-16T19:50:17.007Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-16T19:50:26.586Z Startup: Caching catalogs ... Done
1382026-03-16T19:50:48.879ZPlanning: Solver setup ... Done (20.701s)
1392026-03-16T19:50:49.030ZPlanning: Running solver ... Done (0.151s)
1402026-03-16T19:50:49.218ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-16T19:50:49.235ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-16T19:50:49.393ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-16T19:50:49.436ZPlanning: Package planning ... Done (0.043s)
1442026-03-16T19:50:49.475ZPlanning: Merging actions ... Done (0.039s)
1452026-03-16T19:50:49.713ZPlanning: Checking for conflicting actions ... Done (0.238s)
1462026-03-16T19:50:49.746ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-16T19:50:50.585ZPlanning: Evaluating mediators ... Done (0.861s)
1482026-03-16T19:50:50.594ZPlanning: Planning completed in 23.87 seconds
1492026-03-16T19:50:50.608Z Packages to install: 4
1502026-03-16T19:50:50.610Z Mediators to change: 2
1512026-03-16T19:50:50.610Z Services to change: 1
1522026-03-16T19:50:50.611Z Estimated space available: 155.43 GB
1532026-03-16T19:50:50.611ZEstimated space to be consumed: 1.83 GB
1542026-03-16T19:50:50.611Z Create boot environment: No
1552026-03-16T19:50:50.611ZCreate backup boot environment: No
1562026-03-16T19:50:50.611Z Rebuild boot archive: No
1572026-03-16T19:50:50.611Z
1582026-03-16T19:50:50.611ZChanged mediators:
1592026-03-16T19:50:50.611Z mediator clang:
1602026-03-16T19:50:50.611Z version: None -> 15 (system default)
1612026-03-16T19:50:50.611Z
1622026-03-16T19:50:50.611Z mediator llvm:
1632026-03-16T19:50:50.611Z version: 14 (system default) -> 15 (system default)
1642026-03-16T19:50:50.611Z
1652026-03-16T19:50:50.611ZChanged packages:
1662026-03-16T19:50:50.611Zhelios-dev
1672026-03-16T19:50:50.611Z developer/build-essential
1682026-03-16T19:50:50.611Z None -> 11-2.0
1692026-03-16T19:50:50.611Z library/libxmlsec1
1702026-03-16T19:50:50.611Z None -> 1.2.35-2.0
1712026-03-16T19:50:50.611Z ooce/developer/clang-15
1722026-03-16T19:50:50.611Z None -> 15.0.7-2.0
1732026-03-16T19:50:50.611Z ooce/developer/llvm-15
1742026-03-16T19:50:50.611Z None -> 15.0.7-2.0
1752026-03-16T19:50:50.611Z
1762026-03-16T19:50:50.611ZServices:
1772026-03-16T19:50:50.611Z restart_fmri:
1782026-03-16T19:50:50.611Z svc:/system/update-man-index:default
1792026-03-16T19:50:50.656Z
1802026-03-16T19:50:50.656ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-16T19:50:55.666ZDownload: 442/3290 items 16.8/212.6MB 7% complete (3.7M/s)
1822026-03-16T19:51:02.101ZDownload: 1193/3290 items 83.2/212.6MB 39% complete (9.1M/s)
1832026-03-16T19:51:07.256ZDownload: 2221/3290 items 118.5/212.6MB 55% complete (10.2M/s)
1842026-03-16T19:51:10.410ZDownload: Completed 212.60 MB in 19.75 seconds (10.8M/s)
1852026-03-16T19:51:10.683Z Actions: 1/3689 actions (Installing new actions)
1862026-03-16T19:51:14.811Z Actions: Completed 3689 actions in 4.13 seconds.
1872026-03-16T19:51:15.182Z Done (0.368s)
1882026-03-16T19:51:15.182Z Done (0.000s)
1892026-03-16T19:51:16.176Z Done (0.993s)
1902026-03-16T19:51:20.169Z Done (3.649s)
1912026-03-16T19:51:20.254Z Done (0.017s)
1922026-03-16T19:51:20.259Z Done (0.000s)
1932026-03-16T19:51:20.430Z Done (0.000s)
1942026-03-16T19:51:21.398ZPlanning: Evaluating mediator changes ... Done
1952026-03-16T19:51:21.536ZPlanning: Checking for conflicting actions ... Done
1962026-03-16T19:51:21.540ZPlanning: Consolidating action changes ... Done
1972026-03-16T19:51:21.757ZPlanning: Evaluating mediators ... Done
1982026-03-16T19:51:21.760ZPlanning: Planning completed in 0.37 seconds
1992026-03-16T19:51:21.786Z Mediators to change: 2
2002026-03-16T19:51:21.786Z Create boot environment: No
2012026-03-16T19:51:21.789ZCreate backup boot environment: No
2022026-03-16T19:51:21.863Z Done
2032026-03-16T19:51:21.863Z Done
2042026-03-16T19:51:22.589Z Done
2052026-03-16T19:51:25.912Z Done
2062026-03-16T19:51:26.006Z Done
2072026-03-16T19:51:26.044Z Done
2082026-03-16T19:51:26.160Z Done
2092026-03-16T19:51:26.709ZPlanning: Evaluating mediator changes ... Done
2102026-03-16T19:51:26.731ZPlanning: Merging actions ... Done
2112026-03-16T19:51:26.858ZPlanning: Checking for conflicting actions ... Done
2122026-03-16T19:51:26.879ZPlanning: Consolidating action changes ... Done
2132026-03-16T19:51:27.071ZPlanning: Evaluating mediators ... Done
2142026-03-16T19:51:27.112ZPlanning: Planning completed in 0.63 seconds
2152026-03-16T19:51:27.143Z Packages to change: 1
2162026-03-16T19:51:27.143Z Mediators to change: 1
2172026-03-16T19:51:27.148Z Services to change: 1
2182026-03-16T19:51:27.148Z Create boot environment: No
2192026-03-16T19:51:27.148ZCreate backup boot environment: Yes
2202026-03-16T19:51:29.563Z Actions: 1/6 actions (Updating modified actions)
2212026-03-16T19:51:29.569Z Actions: Completed 6 actions in 0.00 seconds.
2222026-03-16T19:51:29.569Z Done
2232026-03-16T19:51:29.569Z Done
2242026-03-16T19:51:29.760Z Done
2252026-03-16T19:51:33.065Z Done
2262026-03-16T19:51:33.152Z Done
2272026-03-16T19:51:33.156Z Done
2282026-03-16T19:51:33.298Z Done
2292026-03-16T19:51:33.680ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302026-03-16T19:51:33.680Zclang system 15 system
2312026-03-16T19:51:33.680Zcsh system system illumos
2322026-03-16T19:51:33.680Zctags system system illumos
2332026-03-16T19:51:33.680Zfile system system illumos
2342026-03-16T19:51:33.680Zgcc vendor 12 vendor
2352026-03-16T19:51:33.680Zgcc system 10 system
2362026-03-16T19:51:33.680Zgcc system 7 system
2372026-03-16T19:51:33.680Zgo system 1.20 system
2382026-03-16T19:51:33.680Zgo system 1.19 system
2392026-03-16T19:51:33.680Zllvm system 15 system
2402026-03-16T19:51:33.680Zllvm system 14 system
2412026-03-16T19:51:33.680Zmariadb system 10.6 system
2422026-03-16T19:51:33.680Zmta vendor vendor dma
2432026-03-16T19:51:33.680Zopenjdk system 17 system
2442026-03-16T19:51:33.680Zopenjdk system 11 system
2452026-03-16T19:51:33.680Zopenjdk system 1.8 system
2462026-03-16T19:51:33.680Zopenssl vendor 3 vendor
2472026-03-16T19:51:33.681Zperl system 5.36 system
2482026-03-16T19:51:33.681Zpostgresql system 15 system
2492026-03-16T19:51:33.681Zpostgresql system 13 system
2502026-03-16T19:51:33.681Zpython vendor 3 vendor
2512026-03-16T19:51:33.681Zpython system 2 system
2522026-03-16T19:51:33.681Zpython3 system 3.11 system
2532026-03-16T19:51:33.681Zruby system 3.0 system
2542026-03-16T19:51:33.681Zwords vendor vendor american-english
2552026-03-16T19:51:33.681Zwords system system australian-english
2562026-03-16T19:51:33.681Zwords system system british-english
2572026-03-16T19:51:33.681Zwords system system canadian-english
2582026-03-16T19:51:33.681Zwords system system french
2592026-03-16T19:51:33.681Zwords system system italian
2602026-03-16T19:51:33.681Zwords system system ngerman
2612026-03-16T19:51:33.681Zwords system system ogerman
2622026-03-16T19:51:33.681Zwords system system spanish
2632026-03-16T19:51:33.977ZPUBLISHER TYPE STATUS P LOCATION
2642026-03-16T19:51:33.977Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2652026-03-16T19:51:39.877ZFMRI IFO
2662026-03-16T19:51:39.877Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2672026-03-16T19:51:39.877Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2682026-03-16T19:51:39.877Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2692026-03-16T19:51:39.877Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2702026-03-16T19:51:39.877Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2712026-03-16T19:51:39.877Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2722026-03-16T19:51:39.877Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2732026-03-16T19:51:39.877Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2742026-03-16T19:51:39.877Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752026-03-16T19:51:39.877Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762026-03-16T19:51:39.877Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2772026-03-16T19:51:39.877Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782026-03-16T19:51:39.877Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792026-03-16T19:51:39.877Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2802026-03-16T19:51:39.877Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812026-03-16T19:51:39.877Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822026-03-16T19:51:41.100Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832026-03-16T19:51:41.365Z Updating crates.io index
2842026-03-16T19:51:41.368Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852026-03-16T19:51:41.654Z Updating git repository `https://github.com/oxidecomputer/lldp`
2862026-03-16T19:51:42.456Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-03-16T19:51:42.834Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-03-16T19:51:43.320Z Updating git repository `https://github.com/oxidecomputer/falcon`
2892026-03-16T19:51:44.164Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902026-03-16T19:51:44.727Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912026-03-16T19:51:46.162Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-03-16T19:51:48.228Z Updating git repository `https://github.com/oxidecomputer/opte`
2932026-03-16T19:51:49.367Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942026-03-16T19:51:49.669Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2952026-03-16T19:51:50.671Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962026-03-16T19:51:51.362Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972026-03-16T19:51:51.770Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982026-03-16T19:51:52.064Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992026-03-16T19:51:53.121Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002026-03-16T19:51:53.769Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012026-03-16T19:51:54.048Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022026-03-16T19:51:54.462Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3032026-03-16T19:51:55.239Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042026-03-16T19:51:55.258Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052026-03-16T19:51:55.500Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062026-03-16T19:51:55.771Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072026-03-16T19:51:56.232Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082026-03-16T19:51:56.615Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3092026-03-16T19:51:57.292Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3102026-03-16T19:51:57.621Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3112026-03-16T19:51:57.966Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122026-03-16T19:51:58.247Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-03-16T19:51:59.407Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-03-16T19:51:59.712Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-03-16T19:52:00.077Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-03-16T19:52:00.387Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-03-16T19:52:00.756Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-03-16T19:52:01.312Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-03-16T19:52:01.610Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-03-16T19:52:01.947Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-03-16T19:52:02.300Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-03-16T19:52:16.729Z Downloading crates ...
3232026-03-16T19:52:16.799Z Downloaded percent-encoding v2.3.2
3242026-03-16T19:52:16.802Z Downloaded cargo-platform v0.2.0
3252026-03-16T19:52:16.805Z Downloaded anstream v0.6.21
3262026-03-16T19:52:16.808Z Downloaded thread-id v4.2.2
3272026-03-16T19:52:16.808Z Downloaded yoke-derive v0.8.1
3282026-03-16T19:52:16.811Z Downloaded cfg-if v1.0.4
3292026-03-16T19:52:16.811Z Downloaded unicode-linebreak v0.1.5
3302026-03-16T19:52:16.819Z Downloaded utf8_iter v1.0.4
3312026-03-16T19:52:16.822Z Downloaded textwrap v0.16.2
3322026-03-16T19:52:16.822Z Downloaded anstyle-parse v0.2.7
3332026-03-16T19:52:16.825Z Downloaded usdt-macro v0.5.0
3342026-03-16T19:52:16.825Z Downloaded cargo_metadata v0.21.0
3352026-03-16T19:52:16.829Z Downloaded typeid v1.0.3
3362026-03-16T19:52:16.829Z Downloaded bytecount v0.6.9
3372026-03-16T19:52:16.829Z Downloaded byteorder v1.5.0
3382026-03-16T19:52:16.832Z Downloaded camino-tempfile v1.4.1
3392026-03-16T19:52:16.832Z Downloaded anstyle v1.0.13
3402026-03-16T19:52:16.832Z Downloaded cargo_toml v0.21.0
3412026-03-16T19:52:16.835Z Downloaded smallvec v1.15.1
3422026-03-16T19:52:16.835Z Downloaded toml_datetime v0.6.11
3432026-03-16T19:52:16.835Z Downloaded clap_derive v4.5.55
3442026-03-16T19:52:16.838Z Downloaded unicode-xid v0.2.6
3452026-03-16T19:52:16.838Z Downloaded fnv v1.0.7
3462026-03-16T19:52:16.838Z Downloaded usdt v0.5.0
3472026-03-16T19:52:16.841Z Downloaded cargo-util-schemas v0.8.2
3482026-03-16T19:52:16.841Z Downloaded camino v1.2.2
3492026-03-16T19:52:16.844Z Downloaded idna_adapter v1.2.1
3502026-03-16T19:52:16.844Z Downloaded erased-serde v0.4.9
3512026-03-16T19:52:16.847Z Downloaded usdt-attr-macro v0.5.0
3522026-03-16T19:52:16.847Z Downloaded zerofrom-derive v0.1.6
3532026-03-16T19:52:16.850Z Downloaded clap v4.5.60
3542026-03-16T19:52:16.855Z Downloaded zmij v1.0.21
3552026-03-16T19:52:16.858Z Downloaded version_check v0.9.5
3562026-03-16T19:52:16.858Z Downloaded ucd-trie v0.1.7
3572026-03-16T19:52:16.863Z Downloaded thiserror v1.0.69
3582026-03-16T19:52:16.865Z Downloaded is_terminal_polyfill v1.70.2
3592026-03-16T19:52:16.865Z Downloaded serde_spanned v0.6.9
3602026-03-16T19:52:16.865Z Downloaded zerofrom v0.1.6
3612026-03-16T19:52:16.865Z Downloaded scroll_derive v0.12.1
3622026-03-16T19:52:16.868Z Downloaded toml_write v0.1.2
3632026-03-16T19:52:16.868Z Downloaded plain v0.2.3
3642026-03-16T19:52:16.868Z Downloaded fastrand v2.3.0
3652026-03-16T19:52:16.871Z Downloaded crypto-common v0.1.7
3662026-03-16T19:52:16.872Z Downloaded clap_builder v4.5.60
3672026-03-16T19:52:16.875Z Downloaded serde-value v0.7.0
3682026-03-16T19:52:16.877Z Downloaded itoa v1.0.17
3692026-03-16T19:52:16.878Z Downloaded tinystr v0.8.2
3702026-03-16T19:52:16.880Z Downloaded colorchoice v1.0.4
3712026-03-16T19:52:16.880Z Downloaded utf8parse v0.2.2
3722026-03-16T19:52:16.880Z Downloaded memmap v0.7.0
3732026-03-16T19:52:16.880Z Downloaded cpufeatures v0.2.17
3742026-03-16T19:52:16.883Z Downloaded generic-array v0.14.7
3752026-03-16T19:52:16.886Z Downloaded thiserror-impl v1.0.69
3762026-03-16T19:52:16.886Z Downloaded yoke v0.8.1
3772026-03-16T19:52:16.889Z Downloaded terminal_size v0.4.3
3782026-03-16T19:52:16.889Z Downloaded zerovec-derive v0.11.2
3792026-03-16T19:52:16.889Z Downloaded toml v0.8.23
3802026-03-16T19:52:16.892Z Downloaded equivalent v1.0.2
3812026-03-16T19:52:16.892Z Downloaded thiserror-impl v2.0.18
3822026-03-16T19:52:16.896Z Downloaded writeable v0.6.2
3832026-03-16T19:52:16.896Z Downloaded thiserror v2.0.18
3842026-03-16T19:52:16.899Z Downloaded heck v0.5.0
3852026-03-16T19:52:16.899Z Downloaded anstyle-query v1.1.5
3862026-03-16T19:52:16.902Z Downloaded usdt-impl v0.5.0
3872026-03-16T19:52:16.902Z Downloaded dof v0.3.0
3882026-03-16T19:52:16.902Z Downloaded zerocopy-derive v0.7.35
3892026-03-16T19:52:16.905Z Downloaded pretty-hex v0.4.1
3902026-03-16T19:52:16.908Z Downloaded potential_utf v0.1.4
3912026-03-16T19:52:16.908Z Downloaded stable_deref_trait v1.2.1
3922026-03-16T19:52:16.911Z Downloaded smawk v0.3.2
3932026-03-16T19:52:16.914Z Downloaded form_urlencoded v1.2.2
3942026-03-16T19:52:16.914Z Downloaded zerotrie v0.2.3
3952026-03-16T19:52:16.917Z Downloaded url v2.5.8
3962026-03-16T19:52:16.920Z Downloaded icu_locale_core v2.1.1
3972026-03-16T19:52:16.923Z Downloaded strsim v0.11.1
3982026-03-16T19:52:16.926Z Downloaded ordered-float v2.10.1
3992026-03-16T19:52:16.926Z Downloaded typenum v1.19.0
4002026-03-16T19:52:16.929Z Downloaded block-buffer v0.10.4
4012026-03-16T19:52:16.929Z Downloaded toml_edit v0.22.27
4022026-03-16T19:52:16.932Z Downloaded unicode-ident v1.0.24
4032026-03-16T19:52:16.935Z Downloaded heck v0.4.1
4042026-03-16T19:52:16.935Z Downloaded dtrace-parser v0.2.0
4052026-03-16T19:52:16.938Z Downloaded proc-macro-error-attr v1.0.4
4062026-03-16T19:52:16.938Z Downloaded macaddr v1.0.1
4072026-03-16T19:52:16.941Z Downloaded tabled_derive v0.7.0
4082026-03-16T19:52:16.941Z Downloaded swrite v0.1.0
4092026-03-16T19:52:16.944Z Downloaded synstructure v0.13.2
4102026-03-16T19:52:16.944Z Downloaded errno v0.3.14
4112026-03-16T19:52:16.947Z Downloaded autocfg v1.5.0
4122026-03-16T19:52:16.949Z Downloaded digest v0.10.7
4132026-03-16T19:52:16.949Z Downloaded zerovec v0.11.5
4142026-03-16T19:52:16.953Z Downloaded zerocopy v0.7.35
4152026-03-16T19:52:16.964Z Downloaded sha2 v0.10.9
4162026-03-16T19:52:16.967Z Downloaded serde-untagged v0.1.9
4172026-03-16T19:52:16.967Z Downloaded semver v1.0.27
4182026-03-16T19:52:16.970Z Downloaded litemap v0.8.1
4192026-03-16T19:52:16.973Z Downloaded unicode-width v0.2.0
4202026-03-16T19:52:17.019Z Downloaded unicode-width v0.1.14
4212026-03-16T19:52:17.019Z Downloaded fs-err v3.3.0
4222026-03-16T19:52:17.019Z Downloaded displaydoc v0.2.5
4232026-03-16T19:52:17.019Z Downloaded serde_tokenstream v0.2.3
4242026-03-16T19:52:17.019Z Downloaded winnow v0.7.14
4252026-03-16T19:52:17.019Z Downloaded proc-macro-error v1.0.4
4262026-03-16T19:52:17.019Z Downloaded pest_derive v2.8.6
4272026-03-16T19:52:17.019Z Downloaded clap_lex v1.0.0
4282026-03-16T19:52:17.019Z Downloaded quote v1.0.44
4292026-03-16T19:52:17.019Z Downloaded tempfile v3.25.0
4302026-03-16T19:52:17.019Z Downloaded bitflags v2.11.0
4312026-03-16T19:52:17.024Z Downloaded pest_generator v2.8.6
4322026-03-16T19:52:17.024Z Downloaded once_cell v1.21.3
4332026-03-16T19:52:17.026Z Downloaded serde_core v1.0.228
4342026-03-16T19:52:17.029Z Downloaded icu_provider v2.1.1
4352026-03-16T19:52:17.029Z Downloaded anyhow v1.0.102
4362026-03-16T19:52:17.033Z Downloaded serde_derive v1.0.228
4372026-03-16T19:52:17.036Z Downloaded getrandom v0.4.1
4382026-03-16T19:52:17.041Z Downloaded num-traits v0.2.19
4392026-03-16T19:52:17.045Z Downloaded icu_properties v2.1.2
4402026-03-16T19:52:17.048Z Downloaded log v0.4.29
4412026-03-16T19:52:17.051Z Downloaded scroll v0.12.0
4422026-03-16T19:52:17.056Z Downloaded papergrid v0.11.0
4432026-03-16T19:52:17.060Z Downloaded icu_normalizer_data v2.1.1
4442026-03-16T19:52:17.062Z Downloaded serde v1.0.228
4452026-03-16T19:52:17.066Z Downloaded icu_normalizer v2.1.1
4462026-03-16T19:52:17.069Z Downloaded proc-macro2 v1.0.106
4472026-03-16T19:52:17.069Z Downloaded pest_meta v2.8.6
4482026-03-16T19:52:17.074Z Downloaded memchr v2.8.0
4492026-03-16T19:52:17.094Z Downloaded icu_collections v2.1.1
4502026-03-16T19:52:17.099Z Downloaded indexmap v2.13.0
4512026-03-16T19:52:17.106Z Downloaded idna v1.1.0
4522026-03-16T19:52:17.110Z Downloaded hashbrown v0.16.1
4532026-03-16T19:52:17.115Z Downloaded pest v2.8.6
4542026-03-16T19:52:17.119Z Downloaded serde_json v1.0.149
4552026-03-16T19:52:17.138Z Downloaded icu_properties_data v2.1.2
4562026-03-16T19:52:17.146Z Downloaded goblin v0.8.2
4572026-03-16T19:52:17.159Z Downloaded tabled v0.15.0
4582026-03-16T19:52:17.175Z Downloaded syn v1.0.109
4592026-03-16T19:52:17.183Z Downloaded syn v2.0.117
4602026-03-16T19:52:17.207Z Downloaded rustix v1.1.3
4612026-03-16T19:52:17.236Z Downloaded libc v0.2.180
4622026-03-16T19:52:17.317Z Compiling proc-macro2 v1.0.106
4632026-03-16T19:52:17.320Z Compiling unicode-ident v1.0.24
4642026-03-16T19:52:17.320Z Compiling quote v1.0.44
4652026-03-16T19:52:17.320Z Compiling serde_core v1.0.228
4662026-03-16T19:52:17.320Z Compiling libc v0.2.180
4672026-03-16T19:52:17.320Z Compiling version_check v0.9.5
4682026-03-16T19:52:17.320Z Compiling serde v1.0.228
4692026-03-16T19:52:17.320Z Compiling stable_deref_trait v1.2.1
4702026-03-16T19:52:17.688Z Compiling memchr v2.8.0
4712026-03-16T19:52:17.713Z Compiling zmij v1.0.21
4722026-03-16T19:52:18.071Z Compiling itoa v1.0.17
4732026-03-16T19:52:18.075Z Compiling thiserror v1.0.69
4742026-03-16T19:52:18.137Z Compiling ucd-trie v0.1.7
4752026-03-16T19:52:18.521Z Compiling autocfg v1.5.0
4762026-03-16T19:52:18.590Z Compiling pest v2.8.6
4772026-03-16T19:52:18.628Z Compiling writeable v0.6.2
4782026-03-16T19:52:18.783Z Compiling litemap v0.8.1
4792026-03-16T19:52:18.836Z Compiling icu_normalizer_data v2.1.1
4802026-03-16T19:52:18.895Z Compiling rustix v1.1.3
4812026-03-16T19:52:19.142Z Compiling byteorder v1.5.0
4822026-03-16T19:52:19.335Z Compiling syn v2.0.117
4832026-03-16T19:52:19.388Z Compiling icu_properties_data v2.1.2
4842026-03-16T19:52:19.503Z Compiling errno v0.3.14
4852026-03-16T19:52:19.589Z Compiling bitflags v2.11.0
4862026-03-16T19:52:19.668Z Compiling serde_json v1.0.149
4872026-03-16T19:52:19.861Z Compiling num-traits v0.2.19
4882026-03-16T19:52:19.883Z Compiling smallvec v1.15.1
4892026-03-16T19:52:20.106Z Compiling typeid v1.0.3
4902026-03-16T19:52:20.155Z Compiling pest_meta v2.8.6
4912026-03-16T19:52:20.214Z Compiling hashbrown v0.16.1
4922026-03-16T19:52:20.405Z Compiling equivalent v1.0.2
4932026-03-16T19:52:20.564Z Compiling thread-id v4.2.2
4942026-03-16T19:52:20.670Z Compiling usdt-impl v0.5.0
4952026-03-16T19:52:20.741Z Compiling proc-macro-error-attr v1.0.4
4962026-03-16T19:52:20.884Z Compiling indexmap v2.13.0
4972026-03-16T19:52:20.934Z Compiling winnow v0.7.14
4982026-03-16T19:52:20.956Z Compiling erased-serde v0.4.9
4992026-03-16T19:52:20.990Z Compiling toml_write v0.1.2
5002026-03-16T19:52:21.307Z Compiling syn v1.0.109
5012026-03-16T19:52:21.804Z Compiling proc-macro-error v1.0.4
5022026-03-16T19:52:21.864Z Compiling utf8_iter v1.0.4
5032026-03-16T19:52:22.045Z Compiling camino v1.2.2
5042026-03-16T19:52:22.045Z Compiling utf8parse v0.2.2
5052026-03-16T19:52:22.207Z Compiling log v0.4.29
5062026-03-16T19:52:22.435Z Compiling thiserror v2.0.18
5072026-03-16T19:52:22.454Z Compiling getrandom v0.4.1
5082026-03-16T19:52:22.459Z Compiling plain v0.2.3
5092026-03-16T19:52:22.500Z Compiling percent-encoding v2.3.2
5102026-03-16T19:52:22.657Z Compiling ordered-float v2.10.1
5112026-03-16T19:52:22.682Z Compiling anstyle-parse v0.2.7
5122026-03-16T19:52:22.745Z Compiling form_urlencoded v1.2.2
5132026-03-16T19:52:22.985Z Compiling synstructure v0.13.2
5142026-03-16T19:52:23.010Z Compiling pest_generator v2.8.6
5152026-03-16T19:52:23.079Z Compiling terminal_size v0.4.3
5162026-03-16T19:52:23.294Z Compiling is_terminal_polyfill v1.70.2
5172026-03-16T19:52:23.415Z Compiling pretty-hex v0.4.1
5182026-03-16T19:52:23.438Z Compiling anstyle v1.0.13
5192026-03-16T19:52:23.598Z Compiling anstyle-query v1.1.5
5202026-03-16T19:52:23.623Z Compiling colorchoice v1.0.4
5212026-03-16T19:52:23.672Z Compiling cfg-if v1.0.4
5222026-03-16T19:52:23.735Z Compiling anstream v0.6.21
5232026-03-16T19:52:23.760Z Compiling serde-untagged v0.1.9
5242026-03-16T19:52:23.936Z Compiling semver v1.0.27
5252026-03-16T19:52:24.023Z Compiling fs-err v3.3.0
5262026-03-16T19:52:24.077Z Compiling fastrand v2.3.0
5272026-03-16T19:52:24.142Z Compiling clap_lex v1.0.0
5282026-03-16T19:52:24.277Z Compiling heck v0.5.0
5292026-03-16T19:52:24.372Z Compiling unicode-xid v0.2.6
5302026-03-16T19:52:24.395Z Compiling strsim v0.11.1
5312026-03-16T19:52:24.419Z Compiling anyhow v1.0.102
5322026-03-16T19:52:24.446Z Compiling fnv v1.0.7
5332026-03-16T19:52:24.526Z Compiling unicode-width v0.1.14
5342026-03-16T19:52:24.596Z Compiling bytecount v0.6.9
5352026-03-16T19:52:24.764Z Compiling heck v0.4.1
5362026-03-16T19:52:24.831Z Compiling once_cell v1.21.3
5372026-03-16T19:52:24.875Z Compiling papergrid v0.11.0
5382026-03-16T19:52:24.961Z Compiling clap_builder v4.5.60
5392026-03-16T19:52:25.102Z Compiling tempfile v3.25.0
5402026-03-16T19:52:25.123Z Compiling memmap v0.7.0
5412026-03-16T19:52:25.172Z Compiling unicode-linebreak v0.1.5
5422026-03-16T19:52:25.352Z Compiling unicode-width v0.2.0
5432026-03-16T19:52:25.488Z Compiling smawk v0.3.2
5442026-03-16T19:52:25.590Z Compiling camino-tempfile v1.4.1
5452026-03-16T19:52:25.615Z Compiling serde_derive v1.0.228
5462026-03-16T19:52:25.659Z Compiling zerofrom-derive v0.1.6
5472026-03-16T19:52:25.710Z Compiling yoke-derive v0.8.1
5482026-03-16T19:52:25.896Z Compiling zerovec-derive v0.11.2
5492026-03-16T19:52:25.987Z Compiling displaydoc v0.2.5
5502026-03-16T19:52:26.810Z Compiling thiserror-impl v1.0.69
5512026-03-16T19:52:26.965Z Compiling zerocopy-derive v0.7.35
5522026-03-16T19:52:27.298Z Compiling pest_derive v2.8.6
5532026-03-16T19:52:27.363Z Compiling scroll_derive v0.12.1
5542026-03-16T19:52:27.574Z Compiling zerofrom v0.1.6
5552026-03-16T19:52:27.750Z Compiling yoke v0.8.1
5562026-03-16T19:52:27.862Z Compiling thiserror-impl v2.0.18
5572026-03-16T19:52:28.011Z Compiling zerovec v0.11.5
5582026-03-16T19:52:28.177Z Compiling zerotrie v0.2.3
5592026-03-16T19:52:28.294Z Compiling zerocopy v0.7.35
5602026-03-16T19:52:28.571Z Compiling scroll v0.12.0
5612026-03-16T19:52:28.695Z Compiling tinystr v0.8.2
5622026-03-16T19:52:28.737Z Compiling potential_utf v0.1.4
5632026-03-16T19:52:28.935Z Compiling icu_locale_core v2.1.1
5642026-03-16T19:52:28.950Z Compiling icu_collections v2.1.1
5652026-03-16T19:52:29.034Z Compiling dtrace-parser v0.2.0
5662026-03-16T19:52:29.127Z Compiling goblin v0.8.2
5672026-03-16T19:52:29.282Z Compiling tabled_derive v0.7.0
5682026-03-16T19:52:29.603Z Compiling clap_derive v4.5.55
5692026-03-16T19:52:29.798Z Compiling icu_provider v2.1.1
5702026-03-16T19:52:30.145Z Compiling icu_normalizer v2.1.1
5712026-03-16T19:52:30.172Z Compiling icu_properties v2.1.2
5722026-03-16T19:52:30.196Z Compiling textwrap v0.16.2
5732026-03-16T19:52:30.371Z Compiling serde_spanned v0.6.9
5742026-03-16T19:52:30.482Z Compiling toml_datetime v0.6.11
5752026-03-16T19:52:30.525Z Compiling dof v0.3.0
5762026-03-16T19:52:30.612Z Compiling serde_tokenstream v0.2.3
5772026-03-16T19:52:30.813Z Compiling toml_edit v0.22.27
5782026-03-16T19:52:30.813Z Compiling serde-value v0.7.0
5792026-03-16T19:52:30.949Z Compiling cargo-platform v0.2.0
5802026-03-16T19:52:31.057Z Compiling tabled v0.15.0
5812026-03-16T19:52:31.297Z Compiling macaddr v1.0.1
5822026-03-16T19:52:31.585Z Compiling idna_adapter v1.2.1
5832026-03-16T19:52:31.667Z Compiling usdt-macro v0.5.0
5842026-03-16T19:52:31.695Z Compiling usdt-attr-macro v0.5.0
5852026-03-16T19:52:31.718Z Compiling idna v1.1.0
5862026-03-16T19:52:32.000Z Compiling clap v4.5.60
5872026-03-16T19:52:32.101Z Compiling url v2.5.8
5882026-03-16T19:52:32.500Z Compiling swrite v0.1.0
5892026-03-16T19:52:32.595Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5902026-03-16T19:52:32.744Z Compiling toml v0.8.23
5912026-03-16T19:52:33.283Z Compiling usdt v0.5.0
5922026-03-16T19:52:33.314Z Compiling cargo-util-schemas v0.8.2
5932026-03-16T19:52:33.357Z Compiling cargo_toml v0.21.0
5942026-03-16T19:52:34.542Z Compiling cargo_metadata v0.21.0
5952026-03-16T19:52:35.817Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5962026-03-16T19:52:38.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.80s
5972026-03-16T19:52:38.963Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5982026-03-16T19:52:39.687Z Downloading crates ...
5992026-03-16T19:52:39.793Z Downloaded adler2 v2.0.1
6002026-03-16T19:52:39.797Z Downloaded array-init v0.0.4
6012026-03-16T19:52:39.804Z Downloaded arrayref v0.3.9
6022026-03-16T19:52:39.807Z Downloaded clang-sys v1.8.1
6032026-03-16T19:52:39.812Z Downloaded async-bb8-diesel v0.2.1
6042026-03-16T19:52:39.815Z Downloaded async-recursion v1.1.1
6052026-03-16T19:52:39.823Z Downloaded castaway v0.2.4
6062026-03-16T19:52:39.828Z Downloaded bit-vec v0.8.0
6072026-03-16T19:52:39.828Z Downloaded async-stream-impl v0.3.6
6082026-03-16T19:52:39.831Z Downloaded cmake v0.1.57
6092026-03-16T19:52:39.838Z Downloaded console v0.15.11
6102026-03-16T19:52:39.843Z Downloaded compact_str v0.8.1
6112026-03-16T19:52:39.847Z Downloaded crossbeam-utils v0.8.21
6122026-03-16T19:52:39.851Z Downloaded elliptic-curve v0.13.8
6132026-03-16T19:52:39.855Z Downloaded defmt v0.3.100
6142026-03-16T19:52:39.859Z Downloaded defmt-macros v1.0.1
6152026-03-16T19:52:39.868Z Downloaded dropshot-api-manager-types v0.6.0
6162026-03-16T19:52:39.868Z Downloaded float-cmp v0.10.0
6172026-03-16T19:52:39.876Z Downloaded crc-catalog v2.4.0
6182026-03-16T19:52:39.876Z Downloaded block-padding v0.3.3
6192026-03-16T19:52:39.880Z Downloaded dtrace-parser v0.3.0
6202026-03-16T19:52:39.880Z Downloaded cfg_aliases v0.1.1
6212026-03-16T19:52:39.880Z Downloaded dirs-sys-next v0.1.2
6222026-03-16T19:52:39.885Z Downloaded foreign-types v0.5.0
6232026-03-16T19:52:39.888Z Downloaded convert_case v0.4.0
6242026-03-16T19:52:39.892Z Downloaded difflib v0.4.0
6252026-03-16T19:52:39.902Z Downloaded fixedbitset v0.5.7
6262026-03-16T19:52:39.902Z Downloaded cfg_aliases v0.2.1
6272026-03-16T19:52:39.911Z Downloaded display-error-chain v0.2.2
6282026-03-16T19:52:39.911Z Downloaded crunchy v0.2.4
6292026-03-16T19:52:39.911Z Downloaded darling_macro v0.20.11
6302026-03-16T19:52:39.917Z Downloaded dirs-next v2.0.0
6312026-03-16T19:52:39.918Z Downloaded ff v0.13.1
6322026-03-16T19:52:39.918Z Downloaded derive_builder_core v0.20.2
6332026-03-16T19:52:39.923Z Downloaded derive-ex v0.1.8
6342026-03-16T19:52:39.923Z Downloaded dunce v1.0.5
6352026-03-16T19:52:39.928Z Downloaded defmt-parser v1.0.0
6362026-03-16T19:52:39.928Z Downloaded dsl_auto_type v0.1.3
6372026-03-16T19:52:39.933Z Downloaded embedded-io v0.4.0
6382026-03-16T19:52:39.936Z Downloaded futures-sink v0.3.32
6392026-03-16T19:52:39.941Z Downloaded futures-task v0.3.32
6402026-03-16T19:52:39.942Z Downloaded foreign-types-shared v0.1.1
6412026-03-16T19:52:39.949Z Downloaded futures-macro v0.3.32
6422026-03-16T19:52:39.954Z Downloaded fd-lock v4.0.4
6432026-03-16T19:52:39.954Z Downloaded foreign-types-macros v0.2.3
6442026-03-16T19:52:39.955Z Downloaded camino-tempfile-ext v0.3.3
6452026-03-16T19:52:39.964Z Downloaded foreign-types-shared v0.3.1
6462026-03-16T19:52:39.964Z Downloaded env_filter v1.0.0
6472026-03-16T19:52:39.972Z Downloaded dyn-clone v1.0.20
6482026-03-16T19:52:39.972Z Downloaded cpufeatures v0.3.0
6492026-03-16T19:52:39.972Z Downloaded futures-io v0.3.32
6502026-03-16T19:52:39.976Z Downloaded ghash v0.5.1
6512026-03-16T19:52:39.976Z Downloaded csv-core v0.1.13
6522026-03-16T19:52:39.980Z Downloaded filetime v0.2.27
6532026-03-16T19:52:39.983Z Downloaded git-stub v1.0.0
6542026-03-16T19:52:39.990Z Downloaded hash32 v0.2.1
6552026-03-16T19:52:39.990Z Downloaded hex v0.4.3
6562026-03-16T19:52:39.996Z Downloaded headers-core v0.3.0
6572026-03-16T19:52:39.996Z Downloaded home v0.5.12
6582026-03-16T19:52:40.000Z Downloaded cbc v0.1.2
6592026-03-16T19:52:40.000Z Downloaded hex-literal v0.4.1
6602026-03-16T19:52:40.015Z Downloaded hash32 v0.3.1
6612026-03-16T19:52:40.015Z Downloaded httpdate v1.0.3
6622026-03-16T19:52:40.020Z Downloaded convert_case v0.10.0
6632026-03-16T19:52:40.020Z Downloaded futures-executor v0.3.32
6642026-03-16T19:52:40.020Z Downloaded http-range v0.1.5
6652026-03-16T19:52:40.020Z Downloaded hostname v0.3.1
6662026-03-16T19:52:40.020Z Downloaded hyper-tls v0.6.0
6672026-03-16T19:52:40.024Z Downloaded flagset v0.4.7
6682026-03-16T19:52:40.027Z Downloaded fs-err v2.11.0
6692026-03-16T19:52:40.030Z Downloaded hostname v0.4.2
6702026-03-16T19:52:40.033Z Downloaded cookie_store v0.22.1
6712026-03-16T19:52:40.100Z Downloaded internet-checksum v0.2.1
6722026-03-16T19:52:40.112Z Downloaded darling v0.20.11
6732026-03-16T19:52:40.112Z Downloaded fxhash v0.2.1
6742026-03-16T19:52:40.112Z Downloaded inout v0.1.4
6752026-03-16T19:52:40.112Z Downloaded is-terminal v0.4.17
6762026-03-16T19:52:40.112Z Downloaded lazy_static v1.5.0
6772026-03-16T19:52:40.112Z Downloaded glob v0.3.3
6782026-03-16T19:52:40.112Z Downloaded erased-serde v0.3.31
6792026-03-16T19:52:40.112Z Downloaded bzip2 v0.6.1
6802026-03-16T19:52:40.112Z Downloaded is_ci v1.2.0
6812026-03-16T19:52:40.112Z Downloaded lalrpop-util v0.19.12
6822026-03-16T19:52:40.112Z Downloaded hubpack v0.1.2
6832026-03-16T19:52:40.113Z Downloaded kstat-rs v0.2.4
6842026-03-16T19:52:40.113Z Downloaded colored v3.1.1
6852026-03-16T19:52:40.113Z Downloaded lru v0.12.5
6862026-03-16T19:52:40.113Z Downloaded libscf-sys v1.1.0
6872026-03-16T19:52:40.113Z Downloaded http-body-util v0.1.3
6882026-03-16T19:52:40.113Z Downloaded der_derive v0.7.3
6892026-03-16T19:52:40.113Z Downloaded humantime v2.3.0
6902026-03-16T19:52:40.145Z Downloaded fs_extra v1.3.0
6912026-03-16T19:52:40.145Z Downloaded linked-hash-map v0.5.6
6922026-03-16T19:52:40.145Z Downloaded md-5 v0.10.6
6932026-03-16T19:52:40.145Z Downloaded maybe-uninit v2.0.0
6942026-03-16T19:52:40.146Z Downloaded md5 v0.7.0
6952026-03-16T19:52:40.153Z Downloaded mime v0.3.17
6962026-03-16T19:52:40.153Z Downloaded memoffset v0.9.1
6972026-03-16T19:52:40.153Z Downloaded indoc v2.0.7
6982026-03-16T19:52:40.153Z Downloaded impl-trait-for-tuples v0.2.3
6992026-03-16T19:52:40.153Z Downloaded ipnetwork v0.21.1
7002026-03-16T19:52:40.153Z Downloaded newline-converter v0.3.0
7012026-03-16T19:52:40.153Z Downloaded ingot-types v0.1.2
7022026-03-16T19:52:40.153Z Downloaded new_debug_unreachable v1.0.6
7032026-03-16T19:52:40.153Z Downloaded num v0.4.3
7042026-03-16T19:52:40.153Z Downloaded normalize-line-endings v0.3.0
7052026-03-16T19:52:40.153Z Downloaded libsw-core v0.3.2
7062026-03-16T19:52:40.154Z Downloaded nonempty v0.12.0
7072026-03-16T19:52:40.162Z Downloaded half v1.8.3
7082026-03-16T19:52:40.163Z Downloaded libsw v3.5.0
7092026-03-16T19:52:40.163Z Downloaded num-iter v0.1.45
7102026-03-16T19:52:40.194Z Downloaded httparse v1.10.1
7112026-03-16T19:52:40.194Z Downloaded num-derive v0.4.2
7122026-03-16T19:52:40.194Z Downloaded iana-time-zone v0.1.65
7132026-03-16T19:52:40.194Z Downloaded libloading v0.8.9
7142026-03-16T19:52:40.200Z Downloaded num_threads v0.1.7
7152026-03-16T19:52:40.200Z Downloaded linear-map v1.2.0
7162026-03-16T19:52:40.200Z Downloaded darling v0.21.3
7172026-03-16T19:52:40.200Z Downloaded oso-derive v0.27.3
7182026-03-16T19:52:40.200Z Downloaded openssl-probe v0.2.1
7192026-03-16T19:52:40.200Z Downloaded getrandom v0.3.4
7202026-03-16T19:52:40.200Z Downloaded num_enum_derive v0.5.11
7212026-03-16T19:52:40.200Z Downloaded openssl-probe v0.1.6
7222026-03-16T19:52:40.201Z Downloaded olpc-cjson v0.1.4
7232026-03-16T19:52:40.201Z Downloaded openssl-macros v0.1.1
7242026-03-16T19:52:40.201Z Downloaded opaque-debug v0.3.1
7252026-03-16T19:52:40.207Z Downloaded newtype-uuid v1.3.2
7262026-03-16T19:52:40.208Z Downloaded multer v3.1.0
7272026-03-16T19:52:40.212Z Downloaded flume v0.11.1
7282026-03-16T19:52:40.212Z Downloaded peg-runtime v0.8.5
7292026-03-16T19:52:40.220Z Downloaded path-slash v0.1.5
7302026-03-16T19:52:40.220Z Downloaded packed_struct_codegen v0.10.1
7312026-03-16T19:52:40.220Z Downloaded parse-size v1.1.0
7322026-03-16T19:52:40.224Z Downloaded nanorand v0.7.0
7332026-03-16T19:52:40.224Z Downloaded native-tls v0.2.18
7342026-03-16T19:52:40.233Z Downloaded ahash v0.8.12
7352026-03-16T19:52:40.242Z Downloaded num-integer v0.1.46
7362026-03-16T19:52:40.242Z Downloaded num-complex v0.4.6
7372026-03-16T19:52:40.242Z Downloaded pbkdf2 v0.11.0
7382026-03-16T19:52:40.242Z Downloaded num_enum_derive v0.7.5
7392026-03-16T19:52:40.251Z Downloaded pbkdf2 v0.12.2
7402026-03-16T19:52:40.251Z Downloaded pin-utils v0.1.0
7412026-03-16T19:52:40.251Z Downloaded phf_shared v0.13.1
7422026-03-16T19:52:40.251Z Downloaded phf_shared v0.12.1
7432026-03-16T19:52:40.251Z Downloaded phf_shared v0.11.3
7442026-03-16T19:52:40.256Z Downloaded powerfmt v0.2.0
7452026-03-16T19:52:40.256Z Downloaded oxnet v0.1.4
7462026-03-16T19:52:40.256Z Downloaded hmac v0.12.1
7472026-03-16T19:52:40.259Z Downloaded predicates-core v1.0.10
7482026-03-16T19:52:40.260Z Downloaded packed_struct v0.10.1
7492026-03-16T19:52:40.264Z Downloaded ipnet v2.11.0
7502026-03-16T19:52:40.265Z Downloaded fatfs v0.3.6
7512026-03-16T19:52:40.273Z Downloaded libbz2-rs-sys v0.2.2
7522026-03-16T19:52:40.273Z Downloaded arc-swap v1.8.2
7532026-03-16T19:52:40.278Z Downloaded proc-macro-error-attr2 v2.0.0
7542026-03-16T19:52:40.278Z Downloaded predicates-tree v1.0.13
7552026-03-16T19:52:40.281Z Downloaded progenitor-client v0.10.0
7562026-03-16T19:52:40.281Z Downloaded parse-display-derive v0.10.0
7572026-03-16T19:52:40.290Z Downloaded lock_api v0.4.14
7582026-03-16T19:52:40.290Z Downloaded precomputed-hash v0.1.1
7592026-03-16T19:52:40.290Z Downloaded num_enum v0.5.11
7602026-03-16T19:52:40.295Z Downloaded num-rational v0.4.2
7612026-03-16T19:52:40.295Z Downloaded peg-macros v0.8.5
7622026-03-16T19:52:40.300Z Downloaded hyper-rustls v0.27.7
7632026-03-16T19:52:40.309Z Downloaded progenitor-macro v0.11.2
7642026-03-16T19:52:40.309Z Downloaded progenitor-macro v0.10.0
7652026-03-16T19:52:40.309Z Downloaded memmap2 v0.9.10
7662026-03-16T19:52:40.309Z Downloaded proc-macro-crate v1.3.1
7672026-03-16T19:52:40.313Z Downloaded indexmap v1.9.3
7682026-03-16T19:52:40.313Z Downloaded progenitor-macro v0.13.0
7692026-03-16T19:52:40.313Z Downloaded base64 v0.21.7
7702026-03-16T19:52:40.317Z Downloaded proc-macro-crate v3.4.0
7712026-03-16T19:52:40.324Z Downloaded ppv-lite86 v0.2.21
7722026-03-16T19:52:40.324Z Downloaded postgres-protocol v0.6.10
7732026-03-16T19:52:40.329Z Downloaded rand_chacha v0.3.1
7742026-03-16T19:52:40.329Z Downloaded psl-types v2.0.11
7752026-03-16T19:52:40.329Z Downloaded quick-error v1.2.3
7762026-03-16T19:52:40.333Z Downloaded parking_lot v0.11.2
7772026-03-16T19:52:40.333Z Downloaded indicatif v0.18.4
7782026-03-16T19:52:40.336Z Downloaded nu-ansi-term v0.50.3
7792026-03-16T19:52:40.339Z Downloaded heapless v0.8.0
7802026-03-16T19:52:40.342Z Downloaded poly1305 v0.8.0
7812026-03-16T19:52:40.345Z Downloaded heapless v0.7.17
7822026-03-16T19:52:40.348Z Downloaded ref-cast-impl v1.0.25
7832026-03-16T19:52:40.354Z Downloaded pkcs8 v0.10.2
7842026-03-16T19:52:40.357Z Downloaded progenitor v0.11.2
7852026-03-16T19:52:40.357Z Downloaded hickory-resolver v0.25.2
7862026-03-16T19:52:40.361Z Downloaded rand_xorshift v0.4.0
7872026-03-16T19:52:40.366Z Downloaded der v0.7.10
7882026-03-16T19:52:40.370Z Downloaded radium v0.7.0
7892026-03-16T19:52:40.370Z Downloaded pem v3.0.6
7902026-03-16T19:52:40.378Z Downloaded crossbeam-channel v0.5.15
7912026-03-16T19:52:40.386Z Downloaded phf v0.12.1
7922026-03-16T19:52:40.386Z Downloaded russh-cryptovec v0.7.3
7932026-03-16T19:52:40.386Z Downloaded parking_lot_core v0.9.12
7942026-03-16T19:52:40.386Z Downloaded parking_lot v0.12.5
7952026-03-16T19:52:40.392Z Downloaded recursive v0.1.1
7962026-03-16T19:52:40.392Z Downloaded rand_core v0.10.0
7972026-03-16T19:52:40.392Z Downloaded rand_core v0.9.5
7982026-03-16T19:52:40.392Z Downloaded ignore v0.4.25
7992026-03-16T19:52:40.400Z Downloaded rustc_version v0.1.7
8002026-03-16T19:52:40.400Z Downloaded rtoolbox v0.0.3
8012026-03-16T19:52:40.400Z Downloaded predicates v3.1.4
8022026-03-16T19:52:40.404Z Downloaded flate2 v1.1.9
8032026-03-16T19:52:40.404Z Downloaded rfc6979 v0.4.0
8042026-03-16T19:52:40.409Z Downloaded derive_more v2.1.1
8052026-03-16T19:52:40.420Z Downloaded rustc_version v0.4.1
8062026-03-16T19:52:40.441Z Downloaded rustc-hash v2.1.1
8072026-03-16T19:52:40.441Z Downloaded resolv-conf v0.7.6
8082026-03-16T19:52:40.442Z Downloaded psm v0.1.30
8092026-03-16T19:52:40.442Z Downloaded half v2.7.1
8102026-03-16T19:52:40.442Z Downloaded progenitor-extras v0.1.1
8112026-03-16T19:52:40.442Z Downloaded progenitor-client v0.13.0
8122026-03-16T19:52:40.442Z Downloaded scopeguard v1.2.0
8132026-03-16T19:52:40.442Z Downloaded hyper-util v0.1.20
8142026-03-16T19:52:40.442Z Downloaded pin-project v1.1.11
8152026-03-16T19:52:40.467Z Downloaded seq-macro v0.3.6
8162026-03-16T19:52:40.467Z Downloaded secrecy v0.8.0
8172026-03-16T19:52:40.467Z Downloaded sapling-renderdag v0.1.0
8182026-03-16T19:52:40.467Z Downloaded scroll_derive v0.13.1
8192026-03-16T19:52:40.467Z Downloaded same-file v1.0.6
8202026-03-16T19:52:40.467Z Downloaded secrecy v0.10.3
8212026-03-16T19:52:40.467Z Downloaded derive_more-impl v2.1.1
8222026-03-16T19:52:40.467Z Downloaded serde_urlencoded v0.7.1
8232026-03-16T19:52:40.478Z Downloaded serde_spanned v1.0.4
8242026-03-16T19:52:40.478Z Downloaded shell-words v1.1.1
8252026-03-16T19:52:40.478Z Downloaded sha1 v0.10.6
8262026-03-16T19:52:40.478Z Downloaded serde_repr v0.1.20
8272026-03-16T19:52:40.478Z Downloaded serde_plain v1.0.2
8282026-03-16T19:52:40.492Z Downloaded rustls-pemfile v1.0.4
8292026-03-16T19:52:40.493Z Downloaded rand_seeder v0.4.0
8302026-03-16T19:52:40.493Z Downloaded rustls-pemfile v2.2.0
8312026-03-16T19:52:40.493Z Downloaded hashbrown v0.13.2
8322026-03-16T19:52:40.493Z Downloaded scrypt v0.11.0
8332026-03-16T19:52:40.498Z Downloaded serde_bytes v0.11.19
8342026-03-16T19:52:40.498Z Downloaded omicron-zone-package v0.12.2
8352026-03-16T19:52:40.498Z Downloaded salsa20 v0.10.2
8362026-03-16T19:52:40.499Z Downloaded sigpipe v0.1.3
8372026-03-16T19:52:40.499Z Downloaded signature v2.2.0
8382026-03-16T19:52:40.499Z Downloaded semver v0.1.20
8392026-03-16T19:52:40.499Z Downloaded progenitor-impl v0.11.2
8402026-03-16T19:52:40.505Z Downloaded serde-big-array v0.5.1
8412026-03-16T19:52:40.505Z Downloaded miniz_oxide v0.8.9
8422026-03-16T19:52:40.510Z Downloaded rustversion v1.0.22
8432026-03-16T19:52:40.510Z Downloaded p256 v0.13.2
8442026-03-16T19:52:40.510Z Downloaded minimal-lexical v0.2.1
8452026-03-16T19:52:40.515Z Downloaded slog-envlogger v2.2.0
8462026-03-16T19:52:40.521Z Downloaded scheduled-thread-pool v0.2.7
8472026-03-16T19:52:40.521Z Downloaded signal-hook-tokio v0.3.1
8482026-03-16T19:52:40.521Z Downloaded rustls-native-certs v0.8.3
8492026-03-16T19:52:40.528Z Downloaded hashbrown v0.12.3
8502026-03-16T19:52:40.528Z Downloaded siphasher v1.0.2
8512026-03-16T19:52:40.534Z Downloaded sct v0.7.1
8522026-03-16T19:52:40.534Z Downloaded postcard v1.1.3
8532026-03-16T19:52:40.534Z Downloaded schemars_derive v0.8.22
8542026-03-16T19:52:40.542Z Downloaded rand_core v0.6.4
8552026-03-16T19:52:40.542Z Downloaded expectorate v1.2.0
8562026-03-16T19:52:40.542Z Downloaded rusty-fork v0.3.1
8572026-03-16T19:52:40.542Z Downloaded quinn-udp v0.5.14
8582026-03-16T19:52:40.549Z Downloaded slog-bunyan v2.5.0
8592026-03-16T19:52:40.549Z Downloaded pkg-config v0.3.32
8602026-03-16T19:52:40.549Z Downloaded shlex v1.3.0
8612026-03-16T19:52:40.549Z Downloaded http v1.4.0
8622026-03-16T19:52:40.554Z Downloaded scroll v0.13.0
8632026-03-16T19:52:40.554Z Downloaded rcgen v0.12.1
8642026-03-16T19:52:40.558Z Downloaded dropshot-api-manager v0.6.0
8652026-03-16T19:52:40.558Z Downloaded prefix-trie v0.7.0
8662026-03-16T19:52:40.569Z Downloaded serde_path_to_error v0.1.20
8672026-03-16T19:52:40.569Z Downloaded sec1 v0.7.3
8682026-03-16T19:52:40.569Z Downloaded rustls-pki-types v1.14.0
8692026-03-16T19:52:40.575Z Downloaded serde_derive_internals v0.29.1
8702026-03-16T19:52:40.576Z Downloaded sqlparser_derive v0.5.0
8712026-03-16T19:52:40.576Z Downloaded ssh-encoding v0.2.0
8722026-03-16T19:52:40.576Z Downloaded serde-hex v0.1.0
8732026-03-16T19:52:40.576Z Downloaded ssh-cipher v0.2.0
8742026-03-16T19:52:40.576Z Downloaded simd-adler32 v0.3.8
8752026-03-16T19:52:40.593Z Downloaded oso v0.27.3
8762026-03-16T19:52:40.615Z Downloaded progenitor-impl v0.10.0
8772026-03-16T19:52:40.615Z Downloaded pkcs5 v0.7.1
8782026-03-16T19:52:40.615Z Downloaded strum v0.26.3
8792026-03-16T19:52:40.615Z Downloaded strum v0.27.2
8802026-03-16T19:52:40.615Z Downloaded structmeta-derive v0.3.0
8812026-03-16T19:52:40.615Z Downloaded subtle v2.6.1
8822026-03-16T19:52:40.616Z Downloaded ron v0.8.1
8832026-03-16T19:52:40.616Z Downloaded papergrid v0.17.0
8842026-03-16T19:52:40.616Z Downloaded slab v0.4.12
8852026-03-16T19:52:40.623Z Downloaded slog-async v2.8.0
8862026-03-16T19:52:40.623Z Downloaded take_mut v0.2.2
8872026-03-16T19:52:40.623Z Downloaded tagptr v0.2.0
8882026-03-16T19:52:40.623Z Downloaded tabwriter v1.4.1
8892026-03-16T19:52:40.623Z Downloaded sync_wrapper v1.0.2
8902026-03-16T19:52:40.623Z Downloaded tap v1.0.1
8912026-03-16T19:52:40.623Z Downloaded sync-ptr v0.1.4
8922026-03-16T19:52:40.623Z Downloaded tabled_derive v0.11.0
8932026-03-16T19:52:40.623Z Downloaded signal-hook-registry v1.4.8
8942026-03-16T19:52:40.623Z Downloaded russh-keys v0.45.0
8952026-03-16T19:52:40.623Z Downloaded signal-hook-mio v0.2.5
8962026-03-16T19:52:40.623Z Downloaded hickory-server v0.25.2
8972026-03-16T19:52:40.628Z Downloaded termtree v0.5.1
8982026-03-16T19:52:40.628Z Downloaded rustls-platform-verifier v0.6.2
8992026-03-16T19:52:40.633Z Downloaded smallvec v0.6.14
9002026-03-16T19:52:40.633Z Downloaded jiff-static v0.2.21
9012026-03-16T19:52:40.633Z Downloaded nom v7.1.3
9022026-03-16T19:52:40.636Z Downloaded testing_table v0.3.0
9032026-03-16T19:52:40.645Z Downloaded slog-stdlog v4.1.1
9042026-03-16T19:52:40.645Z Downloaded sqlformat v0.3.5
9052026-03-16T19:52:40.648Z Downloaded spki v0.7.3
9062026-03-16T19:52:40.648Z Downloaded pretty_assertions v1.4.1
9072026-03-16T19:52:40.648Z Downloaded slog-term v2.9.2
9082026-03-16T19:52:40.648Z Downloaded tinyvec_macros v0.1.1
9092026-03-16T19:52:40.651Z Downloaded string_cache v0.8.9
9102026-03-16T19:52:40.651Z Downloaded slog-scope v4.4.1
9112026-03-16T19:52:40.651Z Downloaded slog-json v2.6.1
9122026-03-16T19:52:40.655Z Downloaded snafu-derive v0.8.9
9132026-03-16T19:52:40.655Z Downloaded rayon-core v1.13.0
9142026-03-16T19:52:40.659Z Downloaded num-bigint v0.4.6
9152026-03-16T19:52:40.662Z Downloaded time-core v0.1.8
9162026-03-16T19:52:40.667Z Downloaded thread-id v5.1.0
9172026-03-16T19:52:40.667Z Downloaded openssl-sys v0.9.111
9182026-03-16T19:52:40.673Z Downloaded serde_cbor v0.11.2
9192026-03-16T19:52:40.679Z Downloaded strum_macros v0.26.4
9202026-03-16T19:52:40.679Z Downloaded schemars v0.8.22
9212026-03-16T19:52:40.688Z Downloaded stringprep v0.1.5
9222026-03-16T19:52:40.695Z Downloaded progenitor-impl v0.13.0
9232026-03-16T19:52:40.695Z Downloaded static_assertions v1.1.0
9242026-03-16T19:52:40.695Z Downloaded stacker v0.1.23
9252026-03-16T19:52:40.695Z Downloaded slog-dtrace v0.3.0
9262026-03-16T19:52:40.703Z Downloaded strum_macros v0.27.2
9272026-03-16T19:52:40.703Z Downloaded smf v0.2.3
9282026-03-16T19:52:40.703Z Downloaded signal-hook v0.3.18
9292026-03-16T19:52:40.703Z Downloaded serde_with_macros v3.17.0
9302026-03-16T19:52:40.703Z Downloaded tower-layer v0.3.3
9312026-03-16T19:52:40.710Z Downloaded mio v1.1.1
9322026-03-16T19:52:40.710Z Downloaded itertools v0.10.5
9332026-03-16T19:52:40.732Z Downloaded itertools v0.13.0
9342026-03-16T19:52:40.738Z Downloaded try-lock v0.2.5
9352026-03-16T19:52:40.738Z Downloaded tiny-keccak v2.0.2
9362026-03-16T19:52:40.738Z Downloaded thread_local v1.1.9
9372026-03-16T19:52:40.738Z Downloaded itertools v0.12.1
9382026-03-16T19:52:40.738Z Downloaded tower-service v0.3.3
9392026-03-16T19:52:40.738Z Downloaded topological-sort v0.2.2
9402026-03-16T19:52:40.738Z Downloaded tokio-rustls v0.25.0
9412026-03-16T19:52:40.739Z Downloaded crossterm v0.29.0
9422026-03-16T19:52:40.739Z Downloaded tokio-dtrace v0.1.1
9432026-03-16T19:52:40.743Z Downloaded tokio-macros v2.6.0
9442026-03-16T19:52:40.743Z Downloaded support-bundle-viewer v0.1.2
9452026-03-16T19:52:40.743Z Downloaded publicsuffix v2.3.0
9462026-03-16T19:52:40.743Z Downloaded bitvec v1.0.1
9472026-03-16T19:52:40.753Z Downloaded typify-macro v0.6.1
9482026-03-16T19:52:40.758Z Downloaded prettyplease v0.2.37
9492026-03-16T19:52:40.764Z Downloaded typify-macro v0.4.3
9502026-03-16T19:52:40.764Z Downloaded tokio-tungstenite v0.23.1
9512026-03-16T19:52:40.764Z Downloaded tokio-tungstenite v0.21.0
9522026-03-16T19:52:40.764Z Downloaded tls_codec_derive v0.4.2
9532026-03-16T19:52:40.769Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9542026-03-16T19:52:40.769Z Downloaded unarray v0.1.4
9552026-03-16T19:52:40.769Z Downloaded time-macros v0.2.27
9562026-03-16T19:52:40.769Z Downloaded tls_codec v0.4.2
9572026-03-16T19:52:40.775Z Downloaded unit-prefix v0.5.2
9582026-03-16T19:52:40.775Z Downloaded usdt v0.6.0
9592026-03-16T19:52:40.775Z Downloaded untrusted v0.9.0
9602026-03-16T19:52:40.775Z Downloaded thiserror-impl-no-std v2.0.2
9612026-03-16T19:52:40.784Z Downloaded term v1.2.1
9622026-03-16T19:52:40.784Z Downloaded utf-8 v0.7.6
9632026-03-16T19:52:40.784Z Downloaded toml_writer v1.0.6+spec-1.1.0
9642026-03-16T19:52:40.788Z Downloaded itertools v0.14.0
9652026-03-16T19:52:40.788Z Downloaded unicode-truncate v1.1.0
9662026-03-16T19:52:40.788Z Downloaded rsa v0.9.10
9672026-03-16T19:52:40.794Z Downloaded usdt-attr-macro v0.6.0
9682026-03-16T19:52:40.794Z Downloaded usdt-macro v0.6.0
9692026-03-16T19:52:40.794Z Downloaded term v0.7.0
9702026-03-16T19:52:40.797Z Downloaded void v1.0.2
9712026-03-16T19:52:40.797Z Downloaded quinn v0.11.9
9722026-03-16T19:52:40.801Z Downloaded untrusted v0.7.1
9732026-03-16T19:52:40.801Z Downloaded thiserror-no-std v2.0.2
9742026-03-16T19:52:40.806Z Downloaded slog v2.8.2
9752026-03-16T19:52:40.806Z Downloaded tui-tree-widget v0.23.1
9762026-03-16T19:52:40.810Z Downloaded trait-variant v0.1.2
9772026-03-16T19:52:40.810Z Downloaded aho-corasick v1.1.4
9782026-03-16T19:52:40.815Z Downloaded termios v0.3.3
9792026-03-16T19:52:40.815Z Downloaded spin v0.9.8
9802026-03-16T19:52:40.819Z Downloaded futures-util v0.3.32
9812026-03-16T19:52:40.823Z Downloaded want v0.3.1
9822026-03-16T19:52:40.827Z Downloaded waitgroup v0.1.2
9832026-03-16T19:52:40.827Z Downloaded wait-timeout v0.2.1
9842026-03-16T19:52:40.827Z Downloaded unicase v2.9.0
9852026-03-16T19:52:40.833Z Downloaded samael v0.0.19
9862026-03-16T19:52:40.837Z Downloaded schemars v0.9.0
9872026-03-16T19:52:40.843Z Downloaded xattr v1.6.1
9882026-03-16T19:52:40.851Z Downloaded xshell-macros v0.2.7
9892026-03-16T19:52:40.851Z Downloaded usdt-impl v0.6.0
9902026-03-16T19:52:40.851Z Downloaded universal-hash v0.5.1
9912026-03-16T19:52:40.851Z Downloaded toml_parser v1.0.9+spec-1.1.0
9922026-03-16T19:52:40.851Z Downloaded test-strategy v0.4.5
9932026-03-16T19:52:40.858Z Downloaded zeroize_derive v1.4.3
9942026-03-16T19:52:40.858Z Downloaded rand v0.10.0
9952026-03-16T19:52:40.858Z Downloaded similar v2.7.0
9962026-03-16T19:52:40.864Z Downloaded tinyvec v1.10.0
9972026-03-16T19:52:40.864Z Downloaded tokio-native-tls v0.3.1
9982026-03-16T19:52:40.868Z Downloaded tokio-rustls v0.24.1
9992026-03-16T19:52:40.868Z Downloaded subprocess v0.2.15
10002026-03-16T19:52:40.868Z Downloaded num-bigint-dig v0.8.6
10012026-03-16T19:52:40.871Z Downloaded zone_cfg_derive v0.3.1
10022026-03-16T19:52:40.871Z Downloaded zone v0.3.1
10032026-03-16T19:52:40.882Z Downloaded vergen-lib v0.1.6
10042026-03-16T19:52:40.882Z Downloaded tokio-rustls v0.26.4
10052026-03-16T19:52:40.882Z Downloaded vergen-gitcl v1.0.8
10062026-03-16T19:52:40.882Z Downloaded serde_yaml v0.9.34+deprecated
10072026-03-16T19:52:40.887Z Downloaded libxml v0.3.3
10082026-03-16T19:52:40.887Z Downloaded qorb v0.4.1
10092026-03-16T19:52:40.892Z Downloaded tar v0.4.44
10102026-03-16T19:52:40.892Z Downloaded whoami v1.6.1
10112026-03-16T19:52:40.892Z Downloaded iri-string v0.7.10
10122026-03-16T19:52:40.899Z Downloaded rustls-webpki v0.103.9
10132026-03-16T19:52:40.905Z Downloaded xshell v0.2.7
10142026-03-16T19:52:40.905Z Downloaded rand v0.8.5
10152026-03-16T19:52:40.905Z Downloaded p521 v0.13.3
10162026-03-16T19:52:40.908Z Downloaded xz2 v0.1.7
10172026-03-16T19:52:40.908Z Downloaded vergen-git2 v1.0.7
10182026-03-16T19:52:40.914Z Downloaded uzers v0.12.2
10192026-03-16T19:52:40.914Z Downloaded toml v0.9.12+spec-1.1.0
10202026-03-16T19:52:40.918Z Downloaded walkdir v2.5.0
10212026-03-16T19:52:40.918Z Downloaded hashbrown v0.15.5
10222026-03-16T19:52:40.924Z Downloaded iddqd v0.3.17
10232026-03-16T19:52:40.927Z Downloaded socket2 v0.6.2
10242026-03-16T19:52:40.927Z Downloaded socket2 v0.5.10
10252026-03-16T19:52:40.930Z Downloaded snafu v0.8.9
10262026-03-16T19:52:40.932Z Downloaded zstd v0.13.3
10272026-03-16T19:52:40.936Z Downloaded wyz v0.5.1
10282026-03-16T19:52:40.936Z Downloaded vsss-rs v3.3.4
10292026-03-16T19:52:40.940Z Downloaded tungstenite v0.21.0
10302026-03-16T19:52:40.946Z Downloaded tracing-core v0.1.36
10312026-03-16T19:52:40.946Z Downloaded twox-hash v2.1.2
10322026-03-16T19:52:40.951Z Downloaded tracing-attributes v0.1.31
10332026-03-16T19:52:40.951Z Downloaded steno v0.4.1
10342026-03-16T19:52:40.956Z Downloaded hyper v1.8.1
10352026-03-16T19:52:40.964Z Downloaded ron v0.12.0
10362026-03-16T19:52:40.964Z Downloaded zeroize v1.8.2
10372026-03-16T19:52:40.968Z Downloaded tokio-stream v0.1.18
10382026-03-16T19:52:40.968Z Downloaded russh v0.45.0
10392026-03-16T19:52:40.972Z Downloaded rand v0.9.2
10402026-03-16T19:52:40.975Z Downloaded uuid v1.21.0
10412026-03-16T19:52:40.975Z Downloaded toml v0.7.8
10422026-03-16T19:52:41.049Z Downloaded reedline v0.40.0
10432026-03-16T19:52:41.049Z Downloaded vergen v9.0.6
10442026-03-16T19:52:41.049Z Downloaded hkdf v0.12.4
10452026-03-16T19:52:41.049Z Downloaded zstd-safe v7.2.4
10462026-03-16T19:52:41.049Z Downloaded blake3 v1.8.3
10472026-03-16T19:52:41.049Z Downloaded libm v0.2.16
10482026-03-16T19:52:41.049Z Downloaded whoami v2.1.0
10492026-03-16T19:52:41.049Z Downloaded typify v0.6.1
10502026-03-16T19:52:41.049Z Downloaded typify v0.4.3
10512026-03-16T19:52:41.049Z Downloaded rpassword v7.4.0
10522026-03-16T19:52:41.049Z Downloaded tungstenite v0.23.0
10532026-03-16T19:52:41.049Z Downloaded curve25519-dalek v4.1.3
10542026-03-16T19:52:41.049Z Downloaded zerocopy v0.6.6
10552026-03-16T19:52:41.049Z Downloaded yasna v0.5.2
10562026-03-16T19:52:41.049Z Downloaded h2 v0.4.13
10572026-03-16T19:52:41.049Z Downloaded p384 v0.13.1
10582026-03-16T19:52:41.049Z Downloaded toml_edit v0.23.10+spec-1.0.0
10592026-03-16T19:52:41.049Z Downloaded schemars v1.2.1
10602026-03-16T19:52:41.060Z Downloaded reqwest v0.13.2
10612026-03-16T19:52:41.060Z Downloaded zopfli v0.8.3
10622026-03-16T19:52:41.060Z Downloaded vte v0.14.1
10632026-03-16T19:52:41.060Z Downloaded aws-lc-rs v1.16.0
10642026-03-16T19:52:41.066Z Downloaded unicode-bidi v0.3.18
10652026-03-16T19:52:41.066Z Downloaded bindgen v0.71.1
10662026-03-16T19:52:41.071Z Downloaded rustyline v14.0.0
10672026-03-16T19:52:41.076Z Downloaded yansi v1.0.1
10682026-03-16T19:52:41.077Z Downloaded unsafe-libyaml v0.2.11
10692026-03-16T19:52:41.085Z Downloaded zip v0.6.6
10702026-03-16T19:52:41.085Z Downloaded chrono v0.4.44
10712026-03-16T19:52:41.089Z Downloaded unicode-properties v0.1.4
10722026-03-16T19:52:41.089Z Downloaded git2 v0.20.4
10732026-03-16T19:52:41.094Z Downloaded strum_macros v0.24.3
10742026-03-16T19:52:41.101Z Downloaded ryu v1.0.23
10752026-03-16T19:52:41.101Z Downloaded toml_edit v0.19.15
10762026-03-16T19:52:41.111Z Downloaded zerocopy-derive v0.8.40
10772026-03-16T19:52:41.119Z Downloaded unicode_categories v0.1.1
10782026-03-16T19:52:41.124Z Downloaded salty v0.3.0
10792026-03-16T19:52:41.124Z Downloaded tokio-postgres v0.7.16
10802026-03-16T19:52:41.128Z Downloaded rustls-webpki v0.101.7
10812026-03-16T19:52:41.138Z Downloaded x509-cert v0.2.5
10822026-03-16T19:52:41.141Z Downloaded reqwest v0.12.28
10832026-03-16T19:52:41.146Z Downloaded regex v1.12.3
10842026-03-16T19:52:41.150Z Downloaded moka v0.12.13
10852026-03-16T19:52:41.157Z Downloaded petname v2.0.2
10862026-03-16T19:52:41.167Z Downloaded ssh-key v0.6.7
10872026-03-16T19:52:41.175Z Downloaded tokio-util v0.7.18
10882026-03-16T19:52:41.175Z Downloaded tower v0.5.3
10892026-03-16T19:52:41.179Z Downloaded tower-http v0.6.8
10902026-03-16T19:52:41.185Z Downloaded goblin v0.10.5
10912026-03-16T19:52:41.189Z Downloaded serde_with v3.17.0
10922026-03-16T19:52:41.200Z Downloaded zip v4.6.1
10932026-03-16T19:52:41.203Z Downloaded unicode-segmentation v1.12.0
10942026-03-16T19:52:41.206Z Downloaded lalrpop v0.19.12
10952026-03-16T19:52:41.213Z Downloaded portable-atomic v1.13.1
10962026-03-16T19:52:41.220Z Downloaded unicode-normalization v0.1.25
10972026-03-16T19:52:41.229Z Downloaded typed-path v0.9.3
10982026-03-16T19:52:41.234Z Downloaded quick-xml v0.37.5
10992026-03-16T19:52:41.234Z Downloaded winnow v0.5.40
11002026-03-16T19:52:41.240Z Downloaded rustls-webpki v0.102.8
11012026-03-16T19:52:41.251Z Downloaded rayon v1.11.0
11022026-03-16T19:52:41.257Z Downloaded tough v0.20.0
11032026-03-16T19:52:41.263Z Downloaded proptest v1.10.0
11042026-03-16T19:52:41.270Z Downloaded winnow v0.6.26
11052026-03-16T19:52:41.278Z Downloaded bstr v1.12.1
11062026-03-16T19:52:41.284Z Downloaded polar-core v0.27.3
11072026-03-16T19:52:41.291Z Downloaded supports-color v3.0.2
11082026-03-16T19:52:41.296Z Downloaded tabled v0.20.0
11092026-03-16T19:52:41.305Z Downloaded structmeta v0.3.0
11102026-03-16T19:52:41.312Z Downloaded strip-ansi-escapes v0.2.1
11112026-03-16T19:52:41.312Z Downloaded pkcs1 v0.7.5
11122026-03-16T19:52:41.312Z Downloaded hickory-resolver v0.24.4
11132026-03-16T19:52:41.316Z Downloaded progenitor v0.13.0
11142026-03-16T19:52:41.316Z Downloaded peg v0.8.5
11152026-03-16T19:52:41.316Z Downloaded rand_chacha v0.9.0
11162026-03-16T19:52:41.316Z Downloaded hickory-proto v0.24.4
11172026-03-16T19:52:41.327Z Downloaded object v0.30.4
11182026-03-16T19:52:41.332Z Downloaded r2d2 v0.8.10
11192026-03-16T19:52:41.336Z Downloaded time v0.3.47
11202026-03-16T19:52:41.343Z Downloaded zlib-rs v0.6.2
11212026-03-16T19:52:41.352Z Downloaded radix_trie v0.2.1
11222026-03-16T19:52:41.355Z Downloaded postgres-types v0.2.12
11232026-03-16T19:52:41.356Z Downloaded ref-cast v1.0.25
11242026-03-16T19:52:41.356Z Downloaded recursive-proc-macro-impl v0.1.1
11252026-03-16T19:52:41.361Z Downloaded progenitor v0.10.0
11262026-03-16T19:52:41.361Z Downloaded proc-macro-error2 v2.0.1
11272026-03-16T19:52:41.362Z Downloaded primeorder v0.13.6
11282026-03-16T19:52:41.365Z Downloaded num_enum v0.7.5
11292026-03-16T19:52:41.365Z Downloaded webpki-roots v1.0.6
11302026-03-16T19:52:41.369Z Downloaded object v0.37.3
11312026-03-16T19:52:41.375Z Downloaded headers v0.4.1
11322026-03-16T19:52:41.379Z Downloaded progenitor-client v0.11.2
11332026-03-16T19:52:41.383Z Downloaded paste v1.0.15
11342026-03-16T19:52:41.383Z Downloaded password-hash v0.5.0
11352026-03-16T19:52:41.386Z Downloaded password-hash v0.4.2
11362026-03-16T19:52:41.386Z Downloaded polyval v0.6.2
11372026-03-16T19:52:41.386Z Downloaded oxide-tokio-rt v0.1.3
11382026-03-16T19:52:41.391Z Downloaded zerocopy v0.8.40
11392026-03-16T19:52:41.394Z Downloaded crossterm v0.28.1
11402026-03-16T19:52:41.400Z Downloaded pin-project-lite v0.2.17
11412026-03-16T19:52:41.405Z Downloaded pin-project-internal v1.1.11
11422026-03-16T19:52:41.409Z Downloaded quinn-proto v0.11.13
11432026-03-16T19:52:41.414Z Downloaded owo-colors v4.3.0
11442026-03-16T19:52:41.414Z Downloaded cc v1.2.56
11452026-03-16T19:52:41.426Z Downloaded aes-gcm v0.10.3
11462026-03-16T19:52:41.426Z Downloaded bumpalo v3.20.2
11472026-03-16T19:52:41.426Z Downloaded phf v0.13.1
11482026-03-16T19:52:41.426Z Downloaded pem-rfc7468 v0.7.0
11492026-03-16T19:52:41.426Z Downloaded darling_core v0.21.3
11502026-03-16T19:52:41.430Z Downloaded parse-display v0.10.0
11512026-03-16T19:52:41.430Z Downloaded nix v0.27.1
11522026-03-16T19:52:41.433Z Downloaded smoltcp v0.9.1
11532026-03-16T19:52:41.445Z Downloaded openssl v0.10.75
11542026-03-16T19:52:41.451Z Downloaded rustls v0.21.12
11552026-03-16T19:52:41.456Z Downloaded regex-syntax v0.6.29
11562026-03-16T19:52:41.463Z Downloaded diesel v2.2.12
11572026-03-16T19:52:41.481Z Downloaded nix v0.29.0
11582026-03-16T19:52:41.488Z Downloaded vcpkg v0.2.15
11592026-03-16T19:52:41.517Z Downloaded nix v0.31.1
11602026-03-16T19:52:41.523Z Downloaded nix v0.28.0
11612026-03-16T19:52:41.537Z Downloaded dropshot v0.16.7
11622026-03-16T19:52:41.548Z Downloaded rustls v0.22.4
11632026-03-16T19:52:41.557Z Downloaded openapiv3 v2.2.0
11642026-03-16T19:52:41.567Z Downloaded rustls v0.23.37
11652026-03-16T19:52:41.576Z Downloaded rustix v0.38.44
11662026-03-16T19:52:41.593Z Downloaded typify-impl v0.4.3
11672026-03-16T19:52:41.607Z Downloaded regex-syntax v0.8.10
11682026-03-16T19:52:41.611Z Downloaded ratatui v0.29.0
11692026-03-16T19:52:41.624Z Downloaded tracing v0.1.44
11702026-03-16T19:52:41.641Z Downloaded smoltcp v0.11.0
11712026-03-16T19:52:41.650Z Downloaded zerocopy-derive v0.6.6
11722026-03-16T19:52:41.659Z Downloaded sled v0.34.7
11732026-03-16T19:52:41.666Z Downloaded typify-impl v0.6.1
11742026-03-16T19:52:41.676Z Downloaded regex-automata v0.4.14
11752026-03-16T19:52:41.688Z Downloaded sqlparser v0.61.0
11762026-03-16T19:52:41.697Z Downloaded petgraph v0.6.5
11772026-03-16T19:52:41.713Z Downloaded regress v0.10.5
11782026-03-16T19:52:41.717Z Downloaded chrono-tz v0.10.4
11792026-03-16T19:52:41.736Z Downloaded hickory-proto v0.25.2
11802026-03-16T19:52:41.742Z Downloaded bzip2-sys v0.1.13+1.0.8
11812026-03-16T19:52:41.754Z Downloaded parking_lot_core v0.8.6
11822026-03-16T19:52:41.759Z Downloaded diesel_derives v2.2.7
11832026-03-16T19:52:41.759Z Downloaded bytes v1.11.1
11842026-03-16T19:52:41.759Z Downloaded ar_archive_writer v0.5.1
11852026-03-16T19:52:41.777Z Downloaded litrs v1.0.0
11862026-03-16T19:52:41.777Z Downloaded ingot-macros v0.1.1
11872026-03-16T19:52:41.777Z Downloaded chacha20poly1305 v0.10.1
11882026-03-16T19:52:41.784Z Downloaded ed25519-dalek v2.2.0
11892026-03-16T19:52:41.784Z Downloaded derive_more v0.99.20
11902026-03-16T19:52:41.784Z Downloaded petgraph v0.8.3
11912026-03-16T19:52:41.792Z Downloaded lzma-sys v0.1.20
11922026-03-16T19:52:41.816Z Downloaded jiff v0.2.21
11932026-03-16T19:52:41.830Z Downloaded crypto-bigint v0.5.5
11942026-03-16T19:52:41.836Z Downloaded darling_core v0.20.11
11952026-03-16T19:52:41.836Z Downloaded csv v1.4.0
11962026-03-16T19:52:41.862Z Downloaded mime_guess v2.0.5
11972026-03-16T19:52:41.874Z Downloaded sha3 v0.10.8
11982026-03-16T19:52:41.874Z Downloaded libz-sys v1.1.24
11992026-03-16T19:52:41.874Z Downloaded tokio v1.49.0
12002026-03-16T19:52:41.897Z Downloaded dropshot_endpoint v0.16.7
12012026-03-16T19:52:41.901Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12022026-03-16T19:52:41.910Z Downloaded diff v0.1.13
12032026-03-16T19:52:41.913Z Downloaded base64 v0.22.1
12042026-03-16T19:52:41.917Z Downloaded libefi-sys v0.1.0
12052026-03-16T19:52:41.917Z Downloaded num-derive v0.3.3
12062026-03-16T19:52:41.917Z Downloaded num-conv v0.2.0
12072026-03-16T19:52:41.917Z Downloaded futures v0.3.32
12082026-03-16T19:52:41.927Z Downloaded nibble_vec v0.1.0
12092026-03-16T19:52:41.927Z Downloaded hickory-client v0.25.2
12102026-03-16T19:52:41.933Z Downloaded nodrop v0.1.14
12112026-03-16T19:52:41.934Z Downloaded newtype_derive v0.1.6
12122026-03-16T19:52:41.934Z Downloaded newtype-uuid-macros v0.1.0
12132026-03-16T19:52:41.934Z Downloaded multimap v0.10.1
12142026-03-16T19:52:41.934Z Downloaded jobserver v0.1.34
12152026-03-16T19:52:41.934Z Downloaded ingot v0.1.1
12162026-03-16T19:52:41.934Z Downloaded darling_core v0.23.0
12172026-03-16T19:52:41.934Z Downloaded hyper-staticfile v0.10.1
12182026-03-16T19:52:41.939Z Downloaded managed v0.8.0
12192026-03-16T19:52:41.939Z Downloaded lru-slab v0.1.2
12202026-03-16T19:52:41.939Z Downloaded lru-cache v0.1.2
12212026-03-16T19:52:41.939Z Downloaded match_cfg v0.1.0
12222026-03-16T19:52:41.939Z Downloaded maplit v1.0.2
12232026-03-16T19:52:41.939Z Downloaded lzss v0.8.2
12242026-03-16T19:52:41.939Z Downloaded git-stub-vcs v0.1.0
12252026-03-16T19:52:41.939Z Downloaded crc-any v2.5.0
12262026-03-16T19:52:41.945Z Downloaded getrandom v0.2.17
12272026-03-16T19:52:41.945Z Downloaded crossbeam-epoch v0.9.18
12282026-03-16T19:52:41.945Z Downloaded ena v0.14.4
12292026-03-16T19:52:41.950Z Downloaded derive_builder v0.20.2
12302026-03-16T19:52:41.950Z Downloaded const-oid v0.9.6
12312026-03-16T19:52:41.950Z Downloaded allocator-api2 v0.2.21
12322026-03-16T19:52:41.955Z Downloaded futures-channel v0.3.32
12332026-03-16T19:52:41.955Z Downloaded cookie v0.18.1
12342026-03-16T19:52:41.955Z Downloaded cancel-safe-futures v0.1.5
12352026-03-16T19:52:41.964Z Downloaded colored v2.2.0
12362026-03-16T19:52:41.964Z Downloaded chacha20 v0.10.0
12372026-03-16T19:52:41.964Z Downloaded cexpr v0.6.0
12382026-03-16T19:52:41.969Z Downloaded blake2 v0.10.6
12392026-03-16T19:52:41.969Z Downloaded highway v1.3.0
12402026-03-16T19:52:41.969Z Downloaded keccak v0.1.6
12412026-03-16T19:52:41.969Z Downloaded globset v0.4.18
12422026-03-16T19:52:41.969Z Downloaded indent_write v2.2.0
12432026-03-16T19:52:41.969Z Downloaded env_logger v0.11.9
12442026-03-16T19:52:41.969Z Downloaded derive-where v1.6.0
12452026-03-16T19:52:41.975Z Downloaded daft v0.1.5
12462026-03-16T19:52:41.975Z Downloaded encoding_rs v0.8.35
12472026-03-16T19:52:41.986Z Downloaded aes v0.8.4
12482026-03-16T19:52:41.990Z Downloaded instant v0.1.13
12492026-03-16T19:52:41.993Z Downloaded instability v0.3.11
12502026-03-16T19:52:41.993Z Downloaded indoc v1.0.9
12512026-03-16T19:52:41.993Z Downloaded ident_case v1.0.1
12522026-03-16T19:52:41.994Z Downloaded ring v0.17.14
12532026-03-16T19:52:42.045Z Downloaded hubpack_derive v0.1.1
12542026-03-16T19:52:42.049Z Downloaded group v0.13.0
12552026-03-16T19:52:42.049Z Downloaded des v0.8.1
12562026-03-16T19:52:42.049Z Downloaded darling v0.23.0
12572026-03-16T19:52:42.049Z Downloaded crc32fast v1.5.0
12582026-03-16T19:52:42.049Z Downloaded bzip2 v0.4.4
12592026-03-16T19:52:42.049Z Downloaded bitflags v1.3.2
12602026-03-16T19:52:42.049Z Downloaded foldhash v0.2.0
12612026-03-16T19:52:42.049Z Downloaded backon v1.6.0
12622026-03-16T19:52:42.049Z Downloaded fallible-iterator v0.2.0
12632026-03-16T19:52:42.049Z Downloaded drift v0.1.3
12642026-03-16T19:52:42.049Z Downloaded foldhash v0.1.5
12652026-03-16T19:52:42.049Z Downloaded find-msvc-tools v0.1.9
12662026-03-16T19:52:42.049Z Downloaded embedded-io v0.6.1
12672026-03-16T19:52:42.049Z Downloaded either v1.15.0
12682026-03-16T19:52:42.049Z Downloaded ciborium v0.2.2
12692026-03-16T19:52:42.050Z Downloaded ecdsa v0.16.9
12702026-03-16T19:52:42.057Z Downloaded ctr v0.9.2
12712026-03-16T19:52:42.057Z Downloaded bit-vec v0.6.3
12722026-03-16T19:52:42.057Z Downloaded http-body v1.0.1
12732026-03-16T19:52:42.057Z Downloaded corncobs v0.1.4
12742026-03-16T19:52:42.057Z Downloaded globwalk v0.9.1
12752026-03-16T19:52:42.065Z Downloaded gethostname v0.5.0
12762026-03-16T19:52:42.065Z Downloaded funty v2.0.0
12772026-03-16T19:52:42.065Z Downloaded ed25519 v2.2.3
12782026-03-16T19:52:42.065Z Downloaded diesel-dtrace v0.4.2
12792026-03-16T19:52:42.065Z Downloaded base64ct v1.8.3
12802026-03-16T19:52:42.065Z Downloaded cargo_toml v0.22.3
12812026-03-16T19:52:42.065Z Downloaded libgit2-sys v0.18.3+1.9.2
12822026-03-16T19:52:42.101Z Downloaded buf-list v1.1.2
12832026-03-16T19:52:42.107Z Downloaded arrayvec v0.7.6
12842026-03-16T19:52:42.107Z Downloaded cargo-platform v0.1.9
12852026-03-16T19:52:42.107Z Downloaded dof v0.4.0
12862026-03-16T19:52:42.114Z Downloaded diesel_table_macro_syntax v0.2.0
12872026-03-16T19:52:42.114Z Downloaded bcs v0.1.6
12882026-03-16T19:52:42.114Z Downloaded endian-type v0.1.2
12892026-03-16T19:52:42.114Z Downloaded darling_macro v0.21.3
12902026-03-16T19:52:42.115Z Downloaded crossbeam-deque v0.8.6
12912026-03-16T19:52:42.115Z Downloaded cassowary v0.3.0
12922026-03-16T19:52:42.115Z Downloaded enum-as-inner v0.6.1
12932026-03-16T19:52:42.115Z Downloaded async-trait v0.1.89
12942026-03-16T19:52:42.120Z Downloaded bcrypt-pbkdf v0.10.0
12952026-03-16T19:52:42.120Z Downloaded foreign-types v0.3.2
12962026-03-16T19:52:42.120Z Downloaded float-ord v0.3.2
12972026-03-16T19:52:42.120Z Downloaded fixedbitset v0.4.2
12982026-03-16T19:52:42.121Z Downloaded futures-core v0.3.32
12992026-03-16T19:52:42.121Z Downloaded crc8 v0.1.1
13002026-03-16T19:52:42.121Z Downloaded bit-set v0.5.3
13012026-03-16T19:52:42.121Z Downloaded debug-ignore v1.0.5
13022026-03-16T19:52:42.129Z Downloaded bitfield-macros v0.19.4
13032026-03-16T19:52:42.129Z Downloaded base16ct v1.0.0
13042026-03-16T19:52:42.129Z Downloaded deranged v0.5.8
13052026-03-16T19:52:42.129Z Downloaded data-encoding v2.10.0
13062026-03-16T19:52:42.129Z Downloaded const_format v0.2.35
13072026-03-16T19:52:42.129Z Downloaded cobs v0.3.0
13082026-03-16T19:52:42.129Z Downloaded cipher v0.4.4
13092026-03-16T19:52:42.133Z Downloaded bitfield v0.19.4
13102026-03-16T19:52:42.133Z Downloaded cstr-argument v0.1.2
13112026-03-16T19:52:42.133Z Downloaded aead v0.5.2
13122026-03-16T19:52:42.133Z Downloaded crc v3.4.0
13132026-03-16T19:52:42.133Z Downloaded atty v0.2.14
13142026-03-16T19:52:42.133Z Downloaded daft-derive v0.1.5
13152026-03-16T19:52:42.137Z Downloaded curve25519-dalek-derive v0.1.1
13162026-03-16T19:52:42.137Z Downloaded ascii-canvas v3.0.0
13172026-03-16T19:52:42.137Z Downloaded document-features v0.2.12
13182026-03-16T19:52:42.137Z Downloaded darling_macro v0.23.0
13192026-03-16T19:52:42.137Z Downloaded crucible-workspace-hack v0.1.0
13202026-03-16T19:52:42.137Z Downloaded const_format_proc_macros v0.2.34
13212026-03-16T19:52:42.141Z Downloaded ciborium-ll v0.2.2
13222026-03-16T19:52:42.141Z Downloaded derive_builder_macro v0.20.2
13232026-03-16T19:52:42.141Z Downloaded critical-section v1.2.0
13242026-03-16T19:52:42.141Z Downloaded constant_time_eq v0.4.2
13252026-03-16T19:52:42.149Z Downloaded console v0.16.2
13262026-03-16T19:52:42.149Z Downloaded chacha20 v0.9.1
13272026-03-16T19:52:42.149Z Downloaded bitfield-struct v0.6.2
13282026-03-16T19:52:42.149Z Downloaded base16ct v0.2.0
13292026-03-16T19:52:42.149Z Downloaded defmt v1.0.1
13302026-03-16T19:52:42.155Z Downloaded bb8 v0.8.6
13312026-03-16T19:52:42.155Z Downloaded atomic-waker v1.1.2
13322026-03-16T19:52:42.155Z Downloaded async-stream v0.3.6
13332026-03-16T19:52:42.155Z Downloaded bit-set v0.8.0
13342026-03-16T19:52:42.155Z Downloaded argon2 v0.5.3
13352026-03-16T19:52:42.155Z Downloaded cargo_metadata v0.19.2
13362026-03-16T19:52:42.159Z Downloaded backoff v0.4.0
13372026-03-16T19:52:42.159Z Downloaded atomicwrites v0.4.4
13382026-03-16T19:52:42.159Z Downloaded ciborium-io v0.2.2
13392026-03-16T19:52:42.159Z Downloaded blowfish v0.9.1
13402026-03-16T19:52:42.159Z Downloaded assert_matches v1.5.0
13412026-03-16T19:52:42.719Z Downloaded aws-lc-sys v0.37.1
13422026-03-16T19:52:43.023Z Compiling libc v0.2.180
13432026-03-16T19:52:43.028Z Compiling serde v1.0.228
13442026-03-16T19:52:43.028Z Compiling log v0.4.29
13452026-03-16T19:52:43.028Z Compiling find-msvc-tools v0.1.9
13462026-03-16T19:52:43.331Z Compiling shlex v1.3.0
13472026-03-16T19:52:43.331Z Compiling smallvec v1.15.1
13482026-03-16T19:52:43.335Z Compiling syn v2.0.117
13492026-03-16T19:52:43.335Z Compiling typenum v1.19.0
13502026-03-16T19:52:43.493Z Compiling generic-array v0.14.7
13512026-03-16T19:52:43.577Z Compiling subtle v2.6.1
13522026-03-16T19:52:43.615Z Compiling scopeguard v1.2.0
13532026-03-16T19:52:43.667Z Compiling portable-atomic v1.13.1
13542026-03-16T19:52:43.693Z Compiling const-oid v0.9.6
13552026-03-16T19:52:43.761Z Compiling lock_api v0.4.14
13562026-03-16T19:52:43.817Z Compiling critical-section v1.2.0
13572026-03-16T19:52:43.854Z Compiling zerocopy v0.8.40
13582026-03-16T19:52:43.956Z Compiling pin-project-lite v0.2.17
13592026-03-16T19:52:44.083Z Compiling serde_json v1.0.149
13602026-03-16T19:52:44.097Z Compiling parking_lot_core v0.9.12
13612026-03-16T19:52:44.439Z Compiling pkg-config v0.3.32
13622026-03-16T19:52:44.451Z Compiling bitflags v2.11.0
13632026-03-16T19:52:44.622Z Compiling getrandom v0.2.17
13642026-03-16T19:52:44.668Z Compiling jobserver v0.1.34
13652026-03-16T19:52:44.742Z Compiling errno v0.3.14
13662026-03-16T19:52:44.827Z Compiling rand_core v0.6.4
13672026-03-16T19:52:44.916Z Compiling signal-hook-registry v1.4.8
13682026-03-16T19:52:44.933Z Compiling cc v1.2.56
13692026-03-16T19:52:45.101Z Compiling once_cell v1.21.3
13702026-03-16T19:52:45.235Z Compiling mio v1.1.1
13712026-03-16T19:52:45.240Z Compiling libm v0.2.16
13722026-03-16T19:52:45.287Z Compiling num-traits v0.2.19
13732026-03-16T19:52:45.369Z Compiling futures-core v0.3.32
13742026-03-16T19:52:45.534Z Compiling parking_lot v0.12.5
13752026-03-16T19:52:45.569Z Compiling socket2 v0.6.2
13762026-03-16T19:52:45.757Z Compiling percent-encoding v2.3.2
13772026-03-16T19:52:45.864Z Compiling allocator-api2 v0.2.21
13782026-03-16T19:52:45.994Z Compiling foldhash v0.2.0
13792026-03-16T19:52:45.998Z Compiling futures-sink v0.3.32
13802026-03-16T19:52:46.042Z Compiling cpufeatures v0.2.17
13812026-03-16T19:52:46.124Z Compiling futures-channel v0.3.32
13822026-03-16T19:52:46.142Z Compiling futures-io v0.3.32
13832026-03-16T19:52:46.145Z Compiling slab v0.4.12
13842026-03-16T19:52:46.266Z Compiling hashbrown v0.16.1
13852026-03-16T19:52:46.301Z Compiling getrandom v0.4.1
13862026-03-16T19:52:46.335Z Compiling futures-task v0.3.32
13872026-03-16T19:52:46.388Z Compiling getrandom v0.3.4
13882026-03-16T19:52:46.413Z Compiling rand_core v0.10.0
13892026-03-16T19:52:46.553Z Compiling rustversion v1.0.22
13902026-03-16T19:52:46.637Z Compiling form_urlencoded v1.2.2
13912026-03-16T19:52:47.092Z Compiling indexmap v2.13.0
13922026-03-16T19:52:47.127Z Compiling cmake v0.1.57
13932026-03-16T19:52:47.174Z Compiling dunce v1.0.5
13942026-03-16T19:52:47.294Z Compiling base64ct v1.8.3
13952026-03-16T19:52:47.310Z Compiling ident_case v1.0.1
13962026-03-16T19:52:47.466Z Compiling fs_extra v1.3.0
13972026-03-16T19:52:47.598Z Compiling synstructure v0.13.2
13982026-03-16T19:52:47.655Z Compiling pem-rfc7468 v0.7.0
13992026-03-16T19:52:47.681Z Compiling flagset v0.4.7
14002026-03-16T19:52:47.732Z Compiling rand_core v0.9.5
14012026-03-16T19:52:47.799Z Compiling aws-lc-sys v0.37.1
14022026-03-16T19:52:47.841Z Compiling rustix v1.1.3
14032026-03-16T19:52:47.881Z Compiling iana-time-zone v0.1.65
14042026-03-16T19:52:47.988Z Compiling ring v0.17.14
14052026-03-16T19:52:48.044Z Compiling uuid v1.21.0
14062026-03-16T19:52:48.089Z Compiling rustc_version v0.4.1
14072026-03-16T19:52:48.131Z Compiling aws-lc-rs v1.16.0
14082026-03-16T19:52:48.408Z Compiling regex-syntax v0.8.10
14092026-03-16T19:52:48.523Z Compiling vcpkg v0.2.15
14102026-03-16T19:52:48.542Z Compiling tracing-core v0.1.36
14112026-03-16T19:52:48.994Z Compiling crossbeam-utils v0.8.21
14122026-03-16T19:52:49.290Z Compiling pest_generator v2.8.6
14132026-03-16T19:52:49.456Z Compiling serde_derive_internals v0.29.1
14142026-03-16T19:52:49.515Z Compiling openssl-sys v0.9.111
14152026-03-16T19:52:50.163Z Compiling serde_derive v1.0.228
14162026-03-16T19:52:50.196Z Compiling zeroize_derive v1.4.3
14172026-03-16T19:52:50.224Z Compiling zerofrom-derive v0.1.6
14182026-03-16T19:52:50.253Z Compiling yoke-derive v0.8.1
14192026-03-16T19:52:50.623Z Compiling zerocopy-derive v0.8.40
14202026-03-16T19:52:51.054Z Compiling zeroize v1.8.2
14212026-03-16T19:52:51.655Z Compiling zerovec-derive v0.11.2
14222026-03-16T19:52:51.822Z Compiling displaydoc v0.2.5
14232026-03-16T19:52:52.106Z Compiling crypto-common v0.1.7
14242026-03-16T19:52:52.109Z Compiling zerofrom v0.1.6
14252026-03-16T19:52:52.275Z Compiling yoke v0.8.1
14262026-03-16T19:52:52.278Z Compiling block-buffer v0.10.4
14272026-03-16T19:52:52.494Z Compiling digest v0.10.7
14282026-03-16T19:52:52.511Z Compiling tokio-macros v2.6.0
14292026-03-16T19:52:52.790Z Compiling zerotrie v0.2.3
14302026-03-16T19:52:52.811Z Compiling hmac v0.12.1
14312026-03-16T19:52:52.868Z Compiling futures-macro v0.3.32
14322026-03-16T19:52:53.002Z Compiling block-padding v0.3.3
14332026-03-16T19:52:53.123Z Compiling zerovec v0.11.5
14342026-03-16T19:52:53.202Z Compiling inout v0.1.4
14352026-03-16T19:52:53.260Z Compiling sha2 v0.10.9
14362026-03-16T19:52:53.457Z Compiling cipher v0.4.4
14372026-03-16T19:52:53.531Z Compiling der_derive v0.7.3
14382026-03-16T19:52:53.810Z Compiling tinystr v0.8.2
14392026-03-16T19:52:53.863Z Compiling potential_utf v0.1.4
14402026-03-16T19:52:53.996Z Compiling futures-util v0.3.32
14412026-03-16T19:52:54.070Z Compiling icu_locale_core v2.1.1
14422026-03-16T19:52:54.089Z Compiling icu_collections v2.1.1
14432026-03-16T19:52:54.732Z Compiling salsa20 v0.10.2
14442026-03-16T19:52:54.837Z Compiling bytes v1.11.1
14452026-03-16T19:52:54.860Z Compiling der v0.7.10
14462026-03-16T19:52:54.897Z Compiling icu_provider v2.1.1
14472026-03-16T19:52:55.056Z Compiling chrono v0.4.44
14482026-03-16T19:52:55.272Z Compiling icu_normalizer v2.1.1
14492026-03-16T19:52:55.289Z Compiling icu_properties v2.1.2
14502026-03-16T19:52:55.648Z Compiling tokio v1.49.0
14512026-03-16T19:52:55.973Z Compiling spki v0.7.3
14522026-03-16T19:52:56.222Z Compiling http v1.4.0
14532026-03-16T19:52:56.495Z Compiling idna_adapter v1.2.1
14542026-03-16T19:52:56.664Z Compiling idna v1.1.0
14552026-03-16T19:52:56.805Z Compiling pbkdf2 v0.12.2
14562026-03-16T19:52:56.925Z Compiling thiserror-impl v2.0.18
14572026-03-16T19:52:56.943Z Compiling ppv-lite86 v0.2.21
14582026-03-16T19:52:57.082Z Compiling url v2.5.8
14592026-03-16T19:52:57.171Z Compiling scrypt v0.11.0
14602026-03-16T19:52:57.382Z Compiling rand_chacha v0.9.0
14612026-03-16T19:52:57.443Z Compiling cbc v0.1.2
14622026-03-16T19:52:57.486Z Compiling aes v0.8.4
14632026-03-16T19:52:57.519Z Compiling rustls-pki-types v1.14.0
14642026-03-16T19:52:57.621Z Compiling tracing-attributes v0.1.31
14652026-03-16T19:52:58.111Z Compiling pkcs5 v0.7.1
14662026-03-16T19:52:58.136Z Compiling rand v0.9.2
14672026-03-16T19:52:58.308Z Compiling http-body v1.0.1
14682026-03-16T19:52:58.566Z Compiling untrusted v0.7.1
14692026-03-16T19:52:58.736Z Compiling untrusted v0.9.0
14702026-03-16T19:52:58.760Z Compiling thiserror v2.0.18
14712026-03-16T19:52:58.782Z Compiling httparse v1.10.1
14722026-03-16T19:52:58.870Z Compiling syn v1.0.109
14732026-03-16T19:52:58.888Z Compiling base64 v0.22.1
14742026-03-16T19:52:58.906Z Compiling schemars v0.8.22
14752026-03-16T19:52:59.175Z Compiling openssl-probe v0.2.1
14762026-03-16T19:52:59.314Z Compiling pkcs8 v0.10.2
14772026-03-16T19:52:59.318Z Compiling schemars_derive v0.8.22
14782026-03-16T19:52:59.347Z Compiling pest_derive v2.8.6
14792026-03-16T19:52:59.386Z Compiling scroll_derive v0.13.1
14802026-03-16T19:52:59.465Z Compiling tracing v0.1.44
14812026-03-16T19:52:59.802Z Compiling darling_core v0.20.11
14822026-03-16T19:52:59.894Z Compiling tower-layer v0.3.3
14832026-03-16T19:53:00.094Z Compiling tinyvec_macros v0.1.1
14842026-03-16T19:53:00.180Z Compiling rustls v0.23.37
14852026-03-16T19:53:00.370Z Compiling dyn-clone v1.0.20
14862026-03-16T19:53:00.412Z Compiling atomic-waker v1.1.2
14872026-03-16T19:53:00.476Z Compiling try-lock v0.2.5
14882026-03-16T19:53:00.540Z Compiling tower-service v0.3.3
14892026-03-16T19:53:00.559Z Compiling scroll v0.13.0
14902026-03-16T19:53:00.605Z Compiling tokio-util v0.7.18
14912026-03-16T19:53:00.654Z Compiling want v0.3.1
14922026-03-16T19:53:00.856Z Compiling tinyvec v1.10.0
14932026-03-16T19:53:01.694Z Compiling h2 v0.4.13
14942026-03-16T19:53:01.711Z Compiling ipnet v2.11.0
14952026-03-16T19:53:02.007Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-03-16T19:53:02.389Z Compiling spin v0.9.8
14972026-03-16T19:53:02.519Z Compiling aho-corasick v1.1.4
14982026-03-16T19:53:02.654Z Compiling openssl v0.10.75
14992026-03-16T19:53:02.790Z Compiling httpdate v1.0.3
15002026-03-16T19:53:02.966Z Compiling powerfmt v0.2.0
15012026-03-16T19:53:03.015Z Compiling darling_macro v0.20.11
15022026-03-16T19:53:03.068Z Compiling pin-utils v0.1.0
15032026-03-16T19:53:03.168Z Compiling num-conv v0.2.0
15042026-03-16T19:53:03.271Z Compiling crc32fast v1.5.0
15052026-03-16T19:53:03.386Z Compiling time-core v0.1.8
15062026-03-16T19:53:03.431Z Compiling foreign-types-shared v0.1.1
15072026-03-16T19:53:03.540Z Compiling foreign-types v0.3.2
15082026-03-16T19:53:03.591Z Compiling time-macros v0.2.27
15092026-03-16T19:53:03.628Z Compiling deranged v0.5.8
15102026-03-16T19:53:03.664Z Compiling darling v0.20.11
15112026-03-16T19:53:03.707Z Compiling regex-automata v0.4.14
15122026-03-16T19:53:03.798Z Compiling tempfile v3.25.0
15132026-03-16T19:53:04.922Z Compiling goblin v0.10.5
15142026-03-16T19:53:05.070Z Compiling thiserror-impl v1.0.69
15152026-03-16T19:53:05.847Z Compiling hyper v1.8.1
15162026-03-16T19:53:06.536Z Compiling openssl-macros v0.1.1
15172026-03-16T19:53:06.775Z Compiling socket2 v0.5.10
15182026-03-16T19:53:07.042Z Compiling wait-timeout v0.2.1
15192026-03-16T19:53:07.092Z Compiling bit-vec v0.8.0
15202026-03-16T19:53:07.312Z Compiling native-tls v0.2.18
15212026-03-16T19:53:07.367Z Compiling quick-error v1.2.3
15222026-03-16T19:53:07.387Z Compiling either v1.15.0
15232026-03-16T19:53:07.497Z Compiling simd-adler32 v0.3.8
15242026-03-16T19:53:07.582Z Compiling num_threads v0.1.7
15252026-03-16T19:53:07.658Z Compiling usdt-impl v0.6.0
15262026-03-16T19:53:07.700Z Compiling siphasher v1.0.2
15272026-03-16T19:53:07.831Z Compiling time v0.3.47
15282026-03-16T19:53:07.965Z Compiling rusty-fork v0.3.1
15292026-03-16T19:53:07.983Z Compiling bit-set v0.8.0
15302026-03-16T19:53:07.997Z Compiling hyper-util v0.1.20
15312026-03-16T19:53:08.417Z Compiling thiserror v1.0.69
15322026-03-16T19:53:08.547Z Compiling derive_builder_core v0.20.2
15332026-03-16T19:53:09.413Z Compiling dof v0.4.0
15342026-03-16T19:53:09.964Z Compiling unicode-normalization v0.1.25
15352026-03-16T19:53:10.064Z Compiling crossbeam-epoch v0.9.18
15362026-03-16T19:53:10.306Z Compiling dtrace-parser v0.3.0
15372026-03-16T19:53:10.484Z Compiling rustls-native-certs v0.8.3
15382026-03-16T19:53:10.569Z Compiling signature v2.2.0
15392026-03-16T19:53:10.788Z Compiling scroll_derive v0.12.1
15402026-03-16T19:53:10.857Z Compiling heapless v0.7.17
15412026-03-16T19:53:11.115Z Compiling rand_xorshift v0.4.0
15422026-03-16T19:53:11.136Z Compiling slog v2.8.2
15432026-03-16T19:53:11.173Z Compiling darling_core v0.21.3
15442026-03-16T19:53:11.313Z Compiling bzip2-sys v0.1.13+1.0.8
15452026-03-16T19:53:11.342Z Compiling sync_wrapper v1.0.2
15462026-03-16T19:53:11.375Z Compiling thread-id v5.1.0
15472026-03-16T19:53:11.472Z Compiling cookie v0.18.1
15482026-03-16T19:53:11.489Z Compiling unicode-segmentation v1.12.0
15492026-03-16T19:53:11.662Z Compiling adler2 v2.0.1
15502026-03-16T19:53:11.676Z Compiling anyhow v1.0.102
15512026-03-16T19:53:11.712Z Compiling unicode-properties v0.1.4
15522026-03-16T19:53:11.821Z Compiling signal-hook v0.3.18
15532026-03-16T19:53:12.069Z Compiling rayon-core v1.13.0
15542026-03-16T19:53:12.088Z Compiling zstd-safe v7.2.4
15552026-03-16T19:53:12.088Z Compiling unarray v0.1.4
15562026-03-16T19:53:12.093Z Compiling unicode-bidi v0.3.18
15572026-03-16T19:53:12.185Z Compiling paste v1.0.15
15582026-03-16T19:53:12.236Z Compiling proptest v1.10.0
15592026-03-16T19:53:12.370Z Compiling miniz_oxide v0.8.9
15602026-03-16T19:53:12.514Z Compiling stringprep v0.1.5
15612026-03-16T19:53:12.649Z Compiling scroll v0.12.0
15622026-03-16T19:53:12.982Z Compiling tower v0.5.3
15632026-03-16T19:53:13.299Z Compiling crossbeam-deque v0.8.6
15642026-03-16T19:53:13.538Z Compiling derive_builder_macro v0.20.2
15652026-03-16T19:53:13.574Z Compiling ipnetwork v0.21.1
15662026-03-16T19:53:13.577Z Compiling http-body-util v0.1.3
15672026-03-16T19:53:13.612Z Compiling webpki-roots v1.0.6
15682026-03-16T19:53:13.681Z Compiling rand_chacha v0.3.1
15692026-03-16T19:53:13.763Z Compiling serde_tokenstream v0.2.3
15702026-03-16T19:53:13.909Z Compiling serde_spanned v0.6.9
15712026-03-16T19:53:14.089Z Compiling toml_datetime v0.6.11
15722026-03-16T19:53:14.106Z Compiling erased-serde v0.3.31
15732026-03-16T19:53:14.132Z Compiling md-5 v0.10.6
15742026-03-16T19:53:14.161Z Compiling zerocopy-derive v0.7.35
15752026-03-16T19:53:14.335Z Compiling curve25519-dalek v4.1.3
15762026-03-16T19:53:14.431Z Compiling vergen-lib v0.1.6
15772026-03-16T19:53:14.679Z Compiling num-integer v0.1.46
15782026-03-16T19:53:14.727Z Compiling hash32 v0.2.1
15792026-03-16T19:53:14.791Z Compiling ff v0.13.1
15802026-03-16T19:53:14.796Z Compiling darling_macro v0.21.3
15812026-03-16T19:53:14.838Z Compiling memoffset v0.9.1
15822026-03-16T19:53:14.957Z Compiling zlib-rs v0.6.2
15832026-03-16T19:53:14.974Z Compiling fallible-iterator v0.2.0
15842026-03-16T19:53:15.089Z Compiling rustix v0.38.44
15852026-03-16T19:53:15.106Z Compiling iri-string v0.7.10
15862026-03-16T19:53:15.342Z Compiling num-bigint-dig v0.8.6
15872026-03-16T19:53:15.380Z Compiling smoltcp v0.9.1
15882026-03-16T19:53:15.419Z Compiling cfg_aliases v0.2.1
15892026-03-16T19:53:15.510Z Compiling base16ct v0.2.0
15902026-03-16T19:53:15.607Z Compiling ryu v1.0.23
15912026-03-16T19:53:15.620Z Compiling ref-cast v1.0.25
15922026-03-16T19:53:15.728Z Compiling litrs v1.0.0
15932026-03-16T19:53:15.786Z Compiling psl-types v2.0.11
15942026-03-16T19:53:15.833Z Compiling serde_urlencoded v0.7.1
15952026-03-16T19:53:15.939Z Compiling publicsuffix v2.3.0
15962026-03-16T19:53:16.046Z Compiling sec1 v0.7.3
15972026-03-16T19:53:16.184Z Compiling newtype-uuid v1.3.2
15982026-03-16T19:53:16.273Z Compiling nix v0.31.1
15992026-03-16T19:53:16.395Z Compiling darling v0.21.3
16002026-03-16T19:53:16.416Z Compiling document-features v0.2.12
16012026-03-16T19:53:16.499Z Compiling postgres-protocol v0.6.10
16022026-03-16T19:53:16.610Z Compiling zerocopy v0.7.35
16032026-03-16T19:53:16.783Z Compiling tower-http v0.6.8
16042026-03-16T19:53:17.215Z Compiling num-iter v0.1.45
16052026-03-16T19:53:17.301Z Compiling group v0.13.0
16062026-03-16T19:53:17.475Z Compiling derive_builder v0.20.2
16072026-03-16T19:53:17.486Z Compiling rand v0.8.5
16082026-03-16T19:53:17.523Z Compiling oxnet v0.1.4
16092026-03-16T19:53:17.548Z Compiling proc-macro-error v1.0.4
16102026-03-16T19:53:17.921Z Compiling tokio-native-tls v0.3.1
16112026-03-16T19:53:17.964Z Compiling goblin v0.8.2
16122026-03-16T19:53:18.774Z Compiling heck v0.4.1
16132026-03-16T19:53:19.046Z Compiling flate2 v1.1.9
16142026-03-16T19:53:19.071Z Compiling phf_shared v0.13.1
16152026-03-16T19:53:19.183Z Compiling regex v1.12.3
16162026-03-16T19:53:19.215Z Compiling hubpack_derive v0.1.1
16172026-03-16T19:53:19.402Z Compiling lazy_static v1.5.0
16182026-03-16T19:53:19.408Z Compiling cargo-platform v0.1.9
16192026-03-16T19:53:19.545Z Compiling hkdf v0.12.4
16202026-03-16T19:53:19.608Z Compiling crypto-bigint v0.5.5
16212026-03-16T19:53:19.718Z Compiling async-trait v0.1.89
16222026-03-16T19:53:19.733Z Compiling strum_macros v0.27.2
16232026-03-16T19:53:19.740Z Compiling ref-cast-impl v1.0.25
16242026-03-16T19:53:19.774Z Compiling curve25519-dalek-derive v0.1.1
16252026-03-16T19:53:20.465Z Compiling daft-derive v0.1.5
16262026-03-16T19:53:20.720Z Compiling terminal_size v0.4.3
16272026-03-16T19:53:20.807Z Compiling vergen v9.0.6
16282026-03-16T19:53:21.052Z Compiling fs-err v3.3.0
16292026-03-16T19:53:21.165Z Compiling ahash v0.8.12
16302026-03-16T19:53:21.302Z Compiling foldhash v0.1.5
16312026-03-16T19:53:21.452Z Compiling bitflags v1.3.2
16322026-03-16T19:53:21.458Z Compiling bumpalo v3.20.2
16332026-03-16T19:53:21.535Z Compiling managed v0.8.0
16342026-03-16T19:53:21.545Z Compiling libbz2-rs-sys v0.2.2
16352026-03-16T19:53:21.775Z Compiling winnow v0.5.40
16362026-03-16T19:53:21.815Z Compiling object v0.37.3
16372026-03-16T19:53:22.250Z Compiling bzip2 v0.6.1
16382026-03-16T19:53:22.425Z Compiling strum v0.27.2
16392026-03-16T19:53:22.468Z Compiling clap_builder v4.5.60
16402026-03-16T19:53:22.482Z Compiling console v0.16.2
16412026-03-16T19:53:22.779Z Compiling zopfli v0.8.3
16422026-03-16T19:53:23.062Z Compiling hashbrown v0.15.5
16432026-03-16T19:53:23.224Z Compiling daft v0.1.5
16442026-03-16T19:53:23.626Z Compiling toml_edit v0.19.15
16452026-03-16T19:53:23.796Z Compiling elliptic-curve v0.13.8
16462026-03-16T19:53:23.832Z Compiling dof v0.3.0
16472026-03-16T19:53:24.003Z Compiling hubpack v0.1.2
16482026-03-16T19:53:24.291Z Compiling cargo_metadata v0.19.2
16492026-03-16T19:53:24.793Z Compiling phf v0.13.1
16502026-03-16T19:53:25.004Z Compiling zone_cfg_derive v0.3.1
16512026-03-16T19:53:25.843Z Compiling signal-hook-mio v0.2.5
16522026-03-16T19:53:26.153Z Compiling cookie_store v0.22.1
16532026-03-16T19:53:26.468Z Compiling rayon v1.11.0
16542026-03-16T19:53:26.767Z Compiling zstd v0.13.3
16552026-03-16T19:53:27.065Z Compiling hyper-tls v0.6.0
16562026-03-16T19:53:27.096Z Compiling bzip2 v0.4.4
16572026-03-16T19:53:27.213Z Compiling postgres-types v0.2.12
16582026-03-16T19:53:27.262Z Compiling serde_with_macros v3.17.0
16592026-03-16T19:53:27.340Z Compiling usdt-attr-macro v0.6.0
16602026-03-16T19:53:27.973Z Compiling usdt-macro v0.6.0
16612026-03-16T19:53:28.011Z Compiling ed25519 v2.2.3
16622026-03-16T19:53:28.431Z Compiling dtrace-parser v0.2.0
16632026-03-16T19:53:28.813Z Compiling phf_shared v0.11.3
16642026-03-16T19:53:28.900Z Compiling itertools v0.12.1
16652026-03-16T19:53:28.949Z Compiling bstr v1.12.1
16662026-03-16T19:53:29.023Z Compiling pkcs1 v0.7.5
16672026-03-16T19:53:29.071Z Compiling hex v0.4.3
16682026-03-16T19:53:29.261Z Compiling serde-big-array v0.5.1
16692026-03-16T19:53:29.434Z Compiling rfc6979 v0.4.0
16702026-03-16T19:53:29.453Z Compiling clap_derive v4.5.55
16712026-03-16T19:53:29.512Z Compiling enum-as-inner v0.6.1
16722026-03-16T19:53:29.593Z Compiling strum_macros v0.26.4
16732026-03-16T19:53:29.622Z Compiling serde_repr v0.1.20
16742026-03-16T19:53:29.845Z Compiling float-cmp v0.10.0
16752026-03-16T19:53:30.028Z Compiling thread-id v4.2.2
16762026-03-16T19:53:30.132Z Compiling memmap2 v0.9.10
16772026-03-16T19:53:30.170Z Compiling env_filter v1.0.0
16782026-03-16T19:53:30.353Z Compiling encoding_rs v0.8.35
16792026-03-16T19:53:30.434Z Compiling whoami v2.1.0
16802026-03-16T19:53:30.553Z Compiling static_assertions v1.1.0
16812026-03-16T19:53:30.570Z Compiling data-encoding v2.10.0
16822026-03-16T19:53:30.640Z Compiling fixedbitset v0.4.2
16832026-03-16T19:53:30.923Z Compiling mime v0.3.17
16842026-03-16T19:53:30.923Z Compiling predicates-core v1.0.10
16852026-03-16T19:53:31.155Z Compiling fixedbitset v0.5.7
16862026-03-16T19:53:31.281Z Compiling rustc-hash v2.1.1
16872026-03-16T19:53:31.455Z Compiling difflib v0.4.0
16882026-03-16T19:53:31.622Z Compiling new_debug_unreachable v1.0.6
16892026-03-16T19:53:31.650Z Compiling jiff v0.2.21
16902026-03-16T19:53:31.650Z Compiling unit-prefix v0.5.2
16912026-03-16T19:53:31.650Z Compiling normalize-line-endings v0.3.0
16922026-03-16T19:53:31.741Z Compiling precomputed-hash v0.1.1
16932026-03-16T19:53:31.767Z Compiling keccak v0.1.6
16942026-03-16T19:53:31.914Z Compiling string_cache v0.8.9
16952026-03-16T19:53:31.931Z Compiling clap v4.5.60
16962026-03-16T19:53:31.981Z Compiling strum v0.26.3
16972026-03-16T19:53:31.998Z Compiling sha3 v0.10.8
16982026-03-16T19:53:32.082Z Compiling predicates v3.1.4
16992026-03-16T19:53:32.175Z Compiling indicatif v0.18.4
17002026-03-16T19:53:32.206Z Compiling petgraph v0.8.3
17012026-03-16T19:53:32.359Z Compiling iddqd v0.3.17
17022026-03-16T19:53:32.589Z Compiling hickory-proto v0.25.2
17032026-03-16T19:53:32.873Z Compiling petgraph v0.6.5
17042026-03-16T19:53:32.976Z Compiling tokio-postgres v0.7.16
17052026-03-16T19:53:33.328Z Compiling toml_edit v0.22.27
17062026-03-16T19:53:33.951Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17072026-03-16T19:53:34.879Z Compiling zone v0.3.1
17082026-03-16T19:53:34.943Z Compiling env_logger v0.11.9
17092026-03-16T19:53:35.403Z Compiling zip v4.6.1
17102026-03-16T19:53:35.788Z Compiling usdt v0.6.0
17112026-03-16T19:53:35.916Z Compiling usdt-impl v0.5.0
17122026-03-16T19:53:36.101Z Compiling ecdsa v0.16.9
17132026-03-16T19:53:36.613Z Compiling similar v2.7.0
17142026-03-16T19:53:36.691Z Compiling serde_with v3.17.0
17152026-03-16T19:53:36.704Z Compiling rsa v0.9.10
17162026-03-16T19:53:37.083Z Compiling crossterm v0.28.1
17172026-03-16T19:53:37.417Z Compiling ed25519-dalek v2.2.0
17182026-03-16T19:53:37.785Z Compiling zip v0.6.6
17192026-03-16T19:53:38.600Z Compiling toml v0.7.8
17202026-03-16T19:53:39.155Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-03-16T19:53:39.224Z Compiling itertools v0.13.0
17222026-03-16T19:53:39.443Z Compiling tokio-stream v0.1.18
17232026-03-16T19:53:39.472Z Compiling buf-list v1.1.2
17242026-03-16T19:53:39.722Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17252026-03-16T19:53:39.829Z Compiling x509-cert v0.2.5
17262026-03-16T19:53:40.020Z Compiling openapiv3 v2.2.0
17272026-03-16T19:53:40.055Z Compiling sha1 v0.10.6
17282026-03-16T19:53:40.181Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-03-16T19:53:40.364Z Compiling peg-runtime v0.8.5
17302026-03-16T19:53:40.540Z Compiling lalrpop-util v0.19.12
17312026-03-16T19:53:40.719Z Compiling thread_local v1.1.9
17322026-03-16T19:53:40.780Z Compiling slog-async v2.8.0
17332026-03-16T19:53:40.887Z Compiling crossbeam-channel v0.5.15
17342026-03-16T19:53:41.025Z Compiling futures-executor v0.3.32
17352026-03-16T19:53:41.037Z Compiling is-terminal v0.4.17
17362026-03-16T19:53:41.160Z Compiling filetime v0.2.27
17372026-03-16T19:53:41.222Z Compiling xattr v1.6.1
17382026-03-16T19:53:41.341Z Compiling take_mut v0.2.2
17392026-03-16T19:53:41.363Z Compiling term v1.2.1
17402026-03-16T19:53:41.405Z Compiling tar v0.4.44
17412026-03-16T19:53:41.508Z Compiling futures v0.3.32
17422026-03-16T19:53:42.234Z Compiling slog-term v2.9.2
17432026-03-16T19:53:48.647Z Compiling rustls-webpki v0.103.9
17442026-03-16T19:53:54.244Z Compiling tokio-rustls v0.26.4
17452026-03-16T19:53:54.244Z Compiling rustls-platform-verifier v0.6.2
17462026-03-16T19:53:54.322Z Compiling hyper-rustls v0.27.7
17472026-03-16T19:53:54.322Z Compiling reqwest v0.13.2
17482026-03-16T19:53:54.322Z Compiling reqwest v0.12.28
17492026-03-16T19:53:56.029Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-03-16T19:53:56.356Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-03-16T19:54:00.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17522026-03-16T19:54:00.286Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-03-16T19:54:00.351ZMar 16 19:53:58.804 INFO Starting download, target: Clickhouse
17542026-03-16T19:54:00.351ZMar 16 19:53:58.804 INFO Starting download, target: Cockroach
17552026-03-16T19:54:00.351ZMar 16 19:53:58.804 INFO Starting download, target: Console
17562026-03-16T19:54:00.367ZMar 16 19:53:58.804 INFO Starting download, target: DendriteStub
17572026-03-16T19:54:00.367ZMar 16 19:53:58.804 INFO Starting download, target: MaghemiteMgd
17582026-03-16T19:54:00.367ZMar 16 19:53:58.804 INFO Starting download, target: TransceiverControl
17592026-03-16T19:54:00.367ZMar 16 19:53:58.805 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-03-16T19:54:00.367ZMar 16 19:53:58.805 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17612026-03-16T19:54:00.367ZMar 16 19:53:58.805 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17622026-03-16T19:54:00.369ZMar 16 19:53:58.805 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632026-03-16T19:54:00.369ZMar 16 19:53:58.805 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17642026-03-16T19:54:00.369ZMar 16 19:53:58.805 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17652026-03-16T19:54:00.721ZMar 16 19:53:59.192 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-03-16T19:54:01.067ZMar 16 19:53:59.522 INFO Download complete, target: TransceiverControl
17672026-03-16T19:54:01.265ZMar 16 19:53:59.734 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-03-16T19:54:01.638ZMar 16 19:54:00.108 INFO Download complete, target: Console
17692026-03-16T19:54:01.902ZMar 16 19:54:00.369 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17702026-03-16T19:54:02.195ZMar 16 19:54:00.645 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17712026-03-16T19:54:02.229ZMar 16 19:54:00.693 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-03-16T19:54:03.169ZMar 16 19:54:01.640 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-03-16T19:54:03.169ZMar 16 19:54:01.640 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-03-16T19:54:05.513ZMar 16 19:54:03.987 INFO Download complete, target: DendriteStub
17752026-03-16T19:54:05.706ZMar 16 19:54:04.170 INFO Download complete, target: MaghemiteMgd
17762026-03-16T19:54:10.862ZMar 16 19:54:09.330 INFO Checking that binary works, target: Cockroach
17772026-03-16T19:54:10.977ZMar 16 19:54:09.444 INFO Download complete, target: Cockroach
17782026-03-16T19:54:13.302ZMar 16 19:54:11.769 INFO Checking that binary works, target: Clickhouse
17792026-03-16T19:54:13.470ZMar 16 19:54:11.937 INFO Download complete, target: Clickhouse
17802026-03-16T19:54:13.481ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-03-16T19:54:13.485Z
17822026-03-16T19:54:13.485Zreal 4:06.395791391
17832026-03-16T19:54:13.485Zuser 10:24.413738024
17842026-03-16T19:54:13.485Zsys 1:48.284651286
17852026-03-16T19:54:13.485Ztrap 0.327302459
17862026-03-16T19:54:13.485Ztflt 0.596945163
17872026-03-16T19:54:13.485Zdflt 0.599866790
17882026-03-16T19:54:13.485Zkflt 0.020079288
17892026-03-16T19:54:13.485Zlock 22:08.861543575
17902026-03-16T19:54:13.486Zslp 38:13.824654439
17912026-03-16T19:54:13.486Zlat 55.248069903
17922026-03-16T19:54:13.486Zstop 2:31.040404335
17932026-03-16T19:54:13.486Z+ banner hack-check
17942026-03-16T19:54:13.486Z
17952026-03-16T19:54:13.486Z # # ## #### # # #### # # ###### #### # #
17962026-03-16T19:54:13.486Z # # # # # # # # # # # # # # # # #
17972026-03-16T19:54:13.486Z ###### # # # #### ##### # ###### ##### # ####
17982026-03-16T19:54:13.486Z # # ###### # # # # # # # # # #
17992026-03-16T19:54:13.486Z # # # # # # # # # # # # # # # # #
18002026-03-16T19:54:13.486Z # # # # #### # # #### # # ###### #### # #
18012026-03-16T19:54:13.486Z
18022026-03-16T19:54:13.486Z+ export CARGO_INCREMENTAL=0
18032026-03-16T19:54:13.486Z+ CARGO_INCREMENTAL=0
18042026-03-16T19:54:13.486Z+ ptime -m timeout 2h cargo xtask check-features --ci
18052026-03-16T19:54:14.163Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-03-16T19:54:14.439Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-03-16T19:54:17.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
18082026-03-16T19:54:17.135Z Running `target/debug/xtask check-features --ci`
18092026-03-16T19:54:17.150Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18102026-03-16T19:54:17.169Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18112026-03-16T19:54:18.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
18122026-03-16T19:54:18.021Z Running `target/debug/xtask download cargo-hack`
18132026-03-16T19:54:18.767Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-03-16T19:54:19.170Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-03-16T19:54:22.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
18162026-03-16T19:54:22.650Z Running `target/debug/xtask-downloader cargo-hack`
18172026-03-16T19:54:22.694ZMar 16 19:54:21.164 INFO Starting download, target: CargoHack
18182026-03-16T19:54:22.694ZMar 16 19:54:21.164 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18192026-03-16T19:54:23.186ZMar 16 19:54:21.659 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18202026-03-16T19:54:23.264ZMar 16 19:54:21.737 INFO Download complete, target: CargoHack
18212026-03-16T19:54:23.267Zrunning: "/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"
18222026-03-16T19:54:23.284Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18232026-03-16T19:54:23.487Zinfo: running `cargo check --bins` on api_identity (1/265)
18242026-03-16T19:54:24.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-03-16T19:54:24.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-03-16T19:54:24.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-03-16T19:54:24.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18282026-03-16T19:54:24.229Z
18292026-03-16T19:54:24.229Zinfo: running `cargo check --bins` on bootstore (2/265)
18302026-03-16T19:54:24.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-03-16T19:54:24.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-03-16T19:54:24.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-03-16T19:54:24.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18342026-03-16T19:54:24.965Z
18352026-03-16T19:54:24.965Zinfo: running `cargo check --bins` on omicron-ledger (3/265)
18362026-03-16T19:54:25.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-03-16T19:54:25.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-03-16T19:54:25.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-03-16T19:54:25.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18402026-03-16T19:54:25.699Z
18412026-03-16T19:54:25.699Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/265)
18422026-03-16T19:54:26.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-03-16T19:54:26.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-03-16T19:54:26.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-03-16T19:54:26.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18462026-03-16T19:54:26.429Z
18472026-03-16T19:54:26.429Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/265)
18482026-03-16T19:54:27.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-03-16T19:54:27.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-03-16T19:54:27.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-03-16T19:54:27.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18522026-03-16T19:54:27.175Z
18532026-03-16T19:54:27.175Zinfo: running `cargo check --bins` on omicron-certificates (6/265)
18542026-03-16T19:54:27.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-03-16T19:54:27.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-03-16T19:54:27.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-03-16T19:54:27.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18582026-03-16T19:54:27.925Z
18592026-03-16T19:54:27.925Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/265)
18602026-03-16T19:54:28.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-03-16T19:54:28.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-03-16T19:54:28.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-03-16T19:54:28.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18642026-03-16T19:54:28.674Z
18652026-03-16T19:54:28.674Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/265)
18662026-03-16T19:54:29.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-03-16T19:54:29.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-03-16T19:54:29.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-03-16T19:54:29.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18702026-03-16T19:54:29.427Z
18712026-03-16T19:54:29.427Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/265)
18722026-03-16T19:54:29.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-03-16T19:54:29.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-03-16T19:54:29.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-03-16T19:54:29.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18762026-03-16T19:54:30.011Z
18772026-03-16T19:54:30.011Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/265)
18782026-03-16T19:54:30.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-03-16T19:54:30.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-03-16T19:54:30.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-03-16T19:54:30.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18822026-03-16T19:54:30.595Z
18832026-03-16T19:54:30.595Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/265)
18842026-03-16T19:54:31.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-03-16T19:54:31.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-03-16T19:54:31.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-03-16T19:54:31.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18882026-03-16T19:54:31.187Z
18892026-03-16T19:54:31.188Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/265)
18902026-03-16T19:54:31.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-03-16T19:54:31.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-03-16T19:54:31.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-03-16T19:54:31.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18942026-03-16T19:54:31.772Z
18952026-03-16T19:54:31.772Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/265)
18962026-03-16T19:54:32.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-03-16T19:54:32.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-03-16T19:54:32.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-03-16T19:54:32.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19002026-03-16T19:54:32.354Z
19012026-03-16T19:54:32.354Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/265)
19022026-03-16T19:54:32.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-03-16T19:54:32.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-03-16T19:54:32.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-03-16T19:54:32.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19062026-03-16T19:54:32.937Z
19072026-03-16T19:54:32.937Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/265)
19082026-03-16T19:54:33.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-03-16T19:54:33.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-03-16T19:54:33.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-03-16T19:54:33.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19122026-03-16T19:54:33.519Z
19132026-03-16T19:54:33.519Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/265)
19142026-03-16T19:54:34.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-03-16T19:54:34.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-03-16T19:54:34.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-03-16T19:54:34.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19182026-03-16T19:54:34.104Z
19192026-03-16T19:54:34.104Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/265)
19202026-03-16T19:54:34.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-03-16T19:54:34.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-03-16T19:54:34.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-03-16T19:54:34.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19242026-03-16T19:54:34.684Z
19252026-03-16T19:54:34.684Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/265)
19262026-03-16T19:54:35.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-03-16T19:54:35.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-03-16T19:54:35.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-03-16T19:54:35.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19302026-03-16T19:54:35.269Z
19312026-03-16T19:54:35.270Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/265)
19322026-03-16T19:54:35.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-03-16T19:54:35.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-03-16T19:54:35.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-03-16T19:54:35.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19362026-03-16T19:54:35.856Z
19372026-03-16T19:54:35.856Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/265)
19382026-03-16T19:54:36.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-03-16T19:54:36.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-03-16T19:54:36.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-03-16T19:54:36.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19422026-03-16T19:54:36.443Z
19432026-03-16T19:54:36.443Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/265)
19442026-03-16T19:54:36.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-03-16T19:54:36.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-03-16T19:54:36.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-03-16T19:54:36.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19482026-03-16T19:54:37.029Z
19492026-03-16T19:54:37.029Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/265)
19502026-03-16T19:54:37.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-03-16T19:54:37.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-03-16T19:54:37.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-03-16T19:54:37.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19542026-03-16T19:54:37.622Z
19552026-03-16T19:54:37.622Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/265)
19562026-03-16T19:54:38.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-03-16T19:54:38.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-03-16T19:54:38.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-03-16T19:54:38.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19602026-03-16T19:54:38.273Z
19612026-03-16T19:54:38.273Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/265)
19622026-03-16T19:54:38.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-03-16T19:54:38.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-03-16T19:54:38.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-03-16T19:54:38.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19662026-03-16T19:54:38.795Z
19672026-03-16T19:54:38.795Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/265)
19682026-03-16T19:54:39.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-03-16T19:54:39.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-03-16T19:54:39.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-03-16T19:54:39.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19722026-03-16T19:54:39.378Z
19732026-03-16T19:54:39.378Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/265)
19742026-03-16T19:54:39.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-03-16T19:54:39.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-03-16T19:54:39.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-03-16T19:54:39.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19782026-03-16T19:54:39.966Z
19792026-03-16T19:54:39.966Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/265)
19802026-03-16T19:54:40.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-03-16T19:54:40.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-03-16T19:54:40.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-03-16T19:54:40.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19842026-03-16T19:54:40.560Z
19852026-03-16T19:54:40.560Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/265)
19862026-03-16T19:54:41.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-03-16T19:54:41.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-03-16T19:54:41.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-03-16T19:54:41.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19902026-03-16T19:54:41.148Z
19912026-03-16T19:54:41.148Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/265)
19922026-03-16T19:54:41.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-03-16T19:54:41.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-03-16T19:54:41.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-03-16T19:54:41.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19962026-03-16T19:54:41.747Z
19972026-03-16T19:54:41.747Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/265)
19982026-03-16T19:54:42.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-03-16T19:54:42.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-03-16T19:54:42.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-03-16T19:54:42.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20022026-03-16T19:54:42.318Z
20032026-03-16T19:54:42.318Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/265)
20042026-03-16T19:54:42.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-03-16T19:54:42.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-03-16T19:54:42.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-03-16T19:54:42.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20082026-03-16T19:54:42.910Z
20092026-03-16T19:54:42.910Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/265)
20102026-03-16T19:54:43.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-03-16T19:54:43.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-03-16T19:54:43.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-03-16T19:54:43.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20142026-03-16T19:54:43.499Z
20152026-03-16T19:54:43.499Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/265)
20162026-03-16T19:54:44.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-03-16T19:54:44.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-03-16T19:54:44.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-03-16T19:54:44.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20202026-03-16T19:54:44.084Z
20212026-03-16T19:54:44.084Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/265)
20222026-03-16T19:54:44.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-03-16T19:54:44.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-03-16T19:54:44.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-03-16T19:54:44.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20262026-03-16T19:54:44.699Z
20272026-03-16T19:54:44.699Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/265)
20282026-03-16T19:54:45.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-03-16T19:54:45.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-03-16T19:54:45.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-03-16T19:54:45.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20322026-03-16T19:54:45.254Z
20332026-03-16T19:54:45.254Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/265)
20342026-03-16T19:54:45.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-03-16T19:54:45.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-03-16T19:54:45.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-03-16T19:54:45.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20382026-03-16T19:54:45.841Z
20392026-03-16T19:54:45.841Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/265)
20402026-03-16T19:54:46.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-03-16T19:54:46.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-03-16T19:54:46.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-03-16T19:54:46.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20442026-03-16T19:54:46.425Z
20452026-03-16T19:54:46.425Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/265)
20462026-03-16T19:54:46.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-03-16T19:54:46.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-03-16T19:54:46.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-03-16T19:54:46.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20502026-03-16T19:54:47.016Z
20512026-03-16T19:54:47.016Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/265)
20522026-03-16T19:54:47.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-03-16T19:54:47.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-03-16T19:54:47.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-03-16T19:54:47.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20562026-03-16T19:54:47.600Z
20572026-03-16T19:54:47.600Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/265)
20582026-03-16T19:54:48.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-03-16T19:54:48.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-03-16T19:54:48.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-03-16T19:54:48.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20622026-03-16T19:54:48.186Z
20632026-03-16T19:54:48.186Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/265)
20642026-03-16T19:54:48.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-03-16T19:54:48.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-03-16T19:54:48.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-03-16T19:54:48.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20682026-03-16T19:54:48.779Z
20692026-03-16T19:54:48.779Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/265)
20702026-03-16T19:54:49.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-03-16T19:54:49.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-03-16T19:54:49.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-03-16T19:54:49.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20742026-03-16T19:54:49.369Z
20752026-03-16T19:54:49.369Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/265)
20762026-03-16T19:54:49.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-03-16T19:54:49.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-03-16T19:54:49.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-03-16T19:54:49.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20802026-03-16T19:54:49.962Z
20812026-03-16T19:54:49.962Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/265)
20822026-03-16T19:54:50.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-03-16T19:54:50.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-03-16T19:54:50.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-03-16T19:54:50.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20862026-03-16T19:54:50.555Z
20872026-03-16T19:54:50.555Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/265)
20882026-03-16T19:54:51.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-03-16T19:54:51.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-03-16T19:54:51.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-03-16T19:54:51.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20922026-03-16T19:54:51.140Z
20932026-03-16T19:54:51.140Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/265)
20942026-03-16T19:54:51.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-03-16T19:54:51.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-03-16T19:54:51.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-03-16T19:54:51.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20982026-03-16T19:54:51.728Z
20992026-03-16T19:54:51.728Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/265)
21002026-03-16T19:54:52.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-03-16T19:54:52.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-03-16T19:54:52.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-03-16T19:54:52.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21042026-03-16T19:54:52.321Z
21052026-03-16T19:54:52.321Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/265)
21062026-03-16T19:54:52.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-03-16T19:54:52.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-03-16T19:54:52.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-03-16T19:54:52.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21102026-03-16T19:54:52.912Z
21112026-03-16T19:54:52.912Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/265)
21122026-03-16T19:54:53.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-03-16T19:54:53.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-03-16T19:54:53.884Z Checking cfg-if v1.0.4
21152026-03-16T19:54:54.017Z Checking libc v0.2.180
21162026-03-16T19:54:54.021Z Checking serde_core v1.0.228
21172026-03-16T19:54:54.038Z Checking memchr v2.8.0
21182026-03-16T19:54:54.041Z Checking smallvec v1.15.1
21192026-03-16T19:54:54.041Z Checking itoa v1.0.17
21202026-03-16T19:54:54.041Z Checking log v0.4.29
21212026-03-16T19:54:54.041Z Checking zeroize v1.8.2
21222026-03-16T19:54:54.140Z Checking stable_deref_trait v1.2.1
21232026-03-16T19:54:54.247Z Checking zerofrom v0.1.6
21242026-03-16T19:54:54.265Z Checking zmij v1.0.21
21252026-03-16T19:54:54.281Z Checking scopeguard v1.2.0
21262026-03-16T19:54:54.298Z Checking subtle v2.6.1
21272026-03-16T19:54:54.322Z Checking percent-encoding v2.3.2
21282026-03-16T19:54:54.393Z Checking yoke v0.8.1
21292026-03-16T19:54:54.409Z Checking lock_api v0.4.14
21302026-03-16T19:54:54.490Z Checking writeable v0.6.2
21312026-03-16T19:54:54.501Z Checking litemap v0.8.1
21322026-03-16T19:54:54.533Z Checking libm v0.2.16
21332026-03-16T19:54:54.609Z Checking zerovec v0.11.5
21342026-03-16T19:54:54.635Z Checking zerotrie v0.2.3
21352026-03-16T19:54:54.672Z Checking icu_properties_data v2.1.2
21362026-03-16T19:54:54.689Z Checking icu_normalizer_data v2.1.1
21372026-03-16T19:54:54.708Z Checking getrandom v0.2.17
21382026-03-16T19:54:54.724Z Checking errno v0.3.14
21392026-03-16T19:54:54.779Z Checking pin-project-lite v0.2.17
21402026-03-16T19:54:54.832Z Checking utf8_iter v1.0.4
21412026-03-16T19:54:54.862Z Checking form_urlencoded v1.2.2
21422026-03-16T19:54:54.884Z Checking rand_core v0.6.4
21432026-03-16T19:54:54.900Z Checking portable-atomic v1.13.1
21442026-03-16T19:54:54.946Z Checking critical-section v1.2.0
21452026-03-16T19:54:54.982Z Checking rand_core v0.10.0
21462026-03-16T19:54:55.016Z Checking typenum v1.19.0
21472026-03-16T19:54:55.068Z Checking signal-hook-registry v1.4.8
21482026-03-16T19:54:55.103Z Checking parking_lot_core v0.9.12
21492026-03-16T19:54:55.160Z Checking getrandom v0.4.1
21502026-03-16T19:54:55.208Z Checking tinystr v0.8.2
21512026-03-16T19:54:55.267Z Checking potential_utf v0.1.4
21522026-03-16T19:54:55.330Z Checking parking_lot v0.12.5
21532026-03-16T19:54:55.347Z Checking mio v1.1.1
21542026-03-16T19:54:55.427Z Checking icu_collections v2.1.1
21552026-03-16T19:54:55.444Z Checking icu_locale_core v2.1.1
21562026-03-16T19:54:55.475Z Checking once_cell v1.21.3
21572026-03-16T19:54:55.537Z Checking num-traits v0.2.19
21582026-03-16T19:54:55.565Z Checking socket2 v0.6.2
21592026-03-16T19:54:55.694Z Checking iana-time-zone v0.1.65
21602026-03-16T19:54:55.717Z Checking generic-array v0.14.7
21612026-03-16T19:54:55.733Z Checking zerocopy v0.8.40
21622026-03-16T19:54:55.823Z Checking futures-core v0.3.32
21632026-03-16T19:54:55.840Z Checking allocator-api2 v0.2.21
21642026-03-16T19:54:55.874Z Checking equivalent v1.0.2
21652026-03-16T19:54:55.973Z Checking foldhash v0.2.0
21662026-03-16T19:54:55.991Z Checking const-oid v0.9.6
21672026-03-16T19:54:56.163Z Checking dyn-clone v1.0.20
21682026-03-16T19:54:56.206Z Checking hashbrown v0.16.1
21692026-03-16T19:54:56.223Z Checking icu_provider v2.1.1
21702026-03-16T19:54:56.289Z Checking futures-sink v0.3.32
21712026-03-16T19:54:56.307Z Checking serde v1.0.228
21722026-03-16T19:54:56.310Z Checking serde_json v1.0.149
21732026-03-16T19:54:56.362Z Checking bitflags v2.11.0
21742026-03-16T19:54:56.412Z Checking crypto-common v0.1.7
21752026-03-16T19:54:56.524Z Checking icu_normalizer v2.1.1
21762026-03-16T19:54:56.564Z Checking icu_properties v2.1.2
21772026-03-16T19:54:56.580Z Checking uuid v1.21.0
21782026-03-16T19:54:56.893Z Checking bytes v1.11.1
21792026-03-16T19:54:56.896Z Checking chrono v0.4.44
21802026-03-16T19:54:56.931Z Checking futures-channel v0.3.32
21812026-03-16T19:54:57.012Z Checking semver v1.0.27
21822026-03-16T19:54:57.029Z Checking slab v0.4.12
21832026-03-16T19:54:57.181Z Checking futures-task v0.3.32
21842026-03-16T19:54:57.226Z Checking futures-io v0.3.32
21852026-03-16T19:54:57.321Z Checking block-buffer v0.10.4
21862026-03-16T19:54:57.328Z Checking thiserror v2.0.18
21872026-03-16T19:54:57.354Z Checking indexmap v2.13.0
21882026-03-16T19:54:57.375Z Checking futures-util v0.3.32
21892026-03-16T19:54:57.412Z Checking byteorder v1.5.0
21902026-03-16T19:54:57.444Z Checking digest v0.10.7
21912026-03-16T19:54:57.513Z Checking tokio v1.49.0
21922026-03-16T19:54:57.682Z Checking http v1.4.0
21932026-03-16T19:54:57.701Z Checking cpufeatures v0.2.17
21942026-03-16T19:54:57.717Z Checking idna_adapter v1.2.1
21952026-03-16T19:54:57.787Z Checking fnv v1.0.7
21962026-03-16T19:54:57.864Z Checking idna v1.1.0
21972026-03-16T19:54:57.901Z Checking base64 v0.22.1
21982026-03-16T19:54:58.069Z Checking unicode-ident v1.0.24
21992026-03-16T19:54:58.129Z Checking tracing-core v0.1.36
22002026-03-16T19:54:58.170Z Checking url v2.5.8
22012026-03-16T19:54:58.204Z Checking proc-macro2 v1.0.106
22022026-03-16T19:54:58.207Z Checking rustls-pki-types v1.14.0
22032026-03-16T19:54:58.469Z Checking regex-syntax v0.8.10
22042026-03-16T19:54:58.538Z Checking tracing v0.1.44
22052026-03-16T19:54:58.599Z Checking untrusted v0.9.0
22062026-03-16T19:54:58.622Z Checking quote v1.0.44
22072026-03-16T19:54:58.737Z Checking ring v0.17.14
22082026-03-16T19:54:58.752Z Checking schemars v0.8.22
22092026-03-16T19:54:58.795Z Checking ipnet v2.11.0
22102026-03-16T19:54:58.841Z Checking syn v2.0.117
22112026-03-16T19:54:59.133Z Checking thiserror v1.0.69
22122026-03-16T19:54:59.250Z Checking httparse v1.10.1
22132026-03-16T19:54:59.518Z Checking http-body v1.0.1
22142026-03-16T19:54:59.630Z Checking atomic-waker v1.1.2
22152026-03-16T19:54:59.683Z Checking aws-lc-sys v0.37.1
22162026-03-16T19:54:59.753Z Checking aho-corasick v1.1.4
22172026-03-16T19:55:00.005Z Checking try-lock v0.2.5
22182026-03-16T19:55:00.023Z Checking ppv-lite86 v0.2.21
22192026-03-16T19:55:00.046Z Checking tower-layer v0.3.3
22202026-03-16T19:55:00.128Z Checking untrusted v0.7.1
22212026-03-16T19:55:00.233Z Checking tower-service v0.3.3
22222026-03-16T19:55:00.260Z Checking httpdate v1.0.3
22232026-03-16T19:55:00.276Z Checking openssl-probe v0.2.1
22242026-03-16T19:55:00.368Z Checking want v0.3.1
22252026-03-16T19:55:00.406Z Checking rustix v1.1.3
22262026-03-16T19:55:00.432Z Checking block-padding v0.3.3
22272026-03-16T19:55:00.450Z Checking getrandom v0.3.4
22282026-03-16T19:55:00.492Z Checking pin-utils v0.1.0
22292026-03-16T19:55:00.564Z Checking aws-lc-rs v1.16.0
22302026-03-16T19:55:00.583Z Checking hmac v0.12.1
22312026-03-16T19:55:00.599Z Checking inout v0.1.4
22322026-03-16T19:55:00.622Z Checking socket2 v0.5.10
22332026-03-16T19:55:00.689Z Checking regex-automata v0.4.14
22342026-03-16T19:55:00.749Z Checking rand_core v0.9.5
22352026-03-16T19:55:00.771Z Checking cipher v0.4.4
22362026-03-16T19:55:00.939Z Checking base64ct v1.8.3
22372026-03-16T19:55:00.984Z Checking powerfmt v0.2.0
22382026-03-16T19:55:01.039Z Checking ryu v1.0.23
22392026-03-16T19:55:01.174Z Checking deranged v0.5.8
22402026-03-16T19:55:01.216Z Checking rustls-native-certs v0.8.3
22412026-03-16T19:55:01.242Z Checking http-body-util v0.1.3
22422026-03-16T19:55:01.377Z Checking sha2 v0.10.9
22432026-03-16T19:55:01.530Z Checking erased-serde v0.3.31
22442026-03-16T19:55:01.597Z Checking sync_wrapper v1.0.2
22452026-03-16T19:55:01.694Z Checking rustls-webpki v0.103.9
22462026-03-16T19:55:01.738Z Checking num-conv v0.2.0
22472026-03-16T19:55:01.741Z Checking time-core v0.1.8
22482026-03-16T19:55:01.886Z Checking tokio-util v0.7.18
22492026-03-16T19:55:01.903Z Checking num_threads v0.1.7
22502026-03-16T19:55:01.946Z Checking pretty-hex v0.4.1
22512026-03-16T19:55:02.012Z Checking tower v0.5.3
22522026-03-16T19:55:02.098Z Checking serde_urlencoded v0.7.1
22532026-03-16T19:55:02.126Z Checking slog v2.8.2
22542026-03-16T19:55:02.144Z Checking rand_chacha v0.9.0
22552026-03-16T19:55:02.254Z Checking rustls v0.23.37
22562026-03-16T19:55:02.367Z Checking webpki-roots v1.0.6
22572026-03-16T19:55:02.407Z Checking foreign-types-shared v0.1.1
22582026-03-16T19:55:02.477Z Checking fastrand v2.3.0
22592026-03-16T19:55:02.513Z Checking iri-string v0.7.10
22602026-03-16T19:55:02.516Z Checking foreign-types v0.3.2
22612026-03-16T19:55:02.561Z Checking rand v0.9.2
22622026-03-16T19:55:02.569Z Checking time v0.3.47
22632026-03-16T19:55:02.615Z Checking pem-rfc7468 v0.7.0
22642026-03-16T19:55:02.703Z Checking h2 v0.4.13
22652026-03-16T19:55:02.703Z Checking ipnetwork v0.21.1
22662026-03-16T19:55:02.815Z Checking openssl-sys v0.9.111
22672026-03-16T19:55:03.008Z Checking spin v0.9.8
22682026-03-16T19:55:03.175Z Checking flagset v0.4.7
22692026-03-16T19:55:03.219Z Checking plain v0.2.3
22702026-03-16T19:55:03.235Z Checking regex v1.12.3
22712026-03-16T19:55:03.332Z Checking der v0.7.10
22722026-03-16T19:55:03.354Z Checking rand_chacha v0.3.1
22732026-03-16T19:55:03.558Z Checking openssl v0.10.75
22742026-03-16T19:55:03.609Z Checking mime v0.3.17
22752026-03-16T19:55:03.625Z Checking tinyvec_macros v0.1.1
22762026-03-16T19:55:03.708Z Checking ucd-trie v0.1.7
22772026-03-16T19:55:03.832Z Checking tinyvec v1.10.0
22782026-03-16T19:55:03.872Z Checking pest v2.8.6
22792026-03-16T19:55:03.973Z Checking tower-http v0.6.8
22802026-03-16T19:55:04.126Z Checking rand v0.8.5
22812026-03-16T19:55:04.252Z Checking tempfile v3.25.0
22822026-03-16T19:55:04.354Z Checking salsa20 v0.10.2
22832026-03-16T19:55:04.357Z Checking spki v0.7.3
22842026-03-16T19:55:04.498Z Checking pbkdf2 v0.12.2
22852026-03-16T19:55:04.501Z Checking encoding_rs v0.8.35
22862026-03-16T19:55:04.564Z Checking unicode-width v0.2.0
22872026-03-16T19:55:04.643Z Checking scrypt v0.11.0
22882026-03-16T19:55:04.816Z Checking cbc v0.1.2
22892026-03-16T19:55:04.846Z Checking aes v0.8.4
22902026-03-16T19:55:04.879Z Checking openapiv3 v2.2.0
22912026-03-16T19:55:04.975Z Checking anyhow v1.0.102
22922026-03-16T19:55:05.235Z Checking crossbeam-utils v0.8.21
22932026-03-16T19:55:05.366Z Checking oxnet v0.1.4
22942026-03-16T19:55:05.383Z Checking pkcs5 v0.7.1
22952026-03-16T19:55:05.450Z Checking tokio-rustls v0.26.4
22962026-03-16T19:55:05.668Z Checking scroll v0.12.0
22972026-03-16T19:55:05.685Z Checking winnow v0.7.14
22982026-03-16T19:55:05.712Z Checking pkcs8 v0.10.2
22992026-03-16T19:55:05.743Z Checking data-encoding v2.10.0
23002026-03-16T19:55:05.782Z Checking siphasher v1.0.2
23012026-03-16T19:55:05.935Z Checking lazy_static v1.5.0
23022026-03-16T19:55:05.966Z Checking goblin v0.8.2
23032026-03-16T19:55:05.989Z Checking zerocopy v0.7.35
23042026-03-16T19:55:06.045Z Checking wait-timeout v0.2.1
23052026-03-16T19:55:06.104Z Checking either v1.15.0
23062026-03-16T19:55:06.200Z Checking anstyle v1.0.13
23072026-03-16T19:55:06.277Z Checking hyper v1.8.1
23082026-03-16T19:55:06.351Z Checking quick-error v1.2.3
23092026-03-16T19:55:06.369Z Checking native-tls v0.2.18
23102026-03-16T19:55:06.434Z Checking managed v0.8.0
23112026-03-16T19:55:06.475Z Checking utf8parse v0.2.2
23122026-03-16T19:55:06.593Z Checking tokio-native-tls v0.3.1
23132026-03-16T19:55:06.611Z Checking bit-vec v0.8.0
23142026-03-16T19:55:06.648Z Checking bitflags v1.3.2
23152026-03-16T19:55:06.701Z Checking anstyle-parse v0.2.7
23162026-03-16T19:55:06.704Z Checking rusty-fork v0.3.1
23172026-03-16T19:55:06.746Z Checking dtrace-parser v0.2.0
23182026-03-16T19:55:06.807Z Checking unicode-normalization v0.1.25
23192026-03-16T19:55:06.869Z Checking bit-set v0.8.0
23202026-03-16T19:55:06.912Z Checking rand_xorshift v0.4.0
23212026-03-16T19:55:06.912Z Checking sha1 v0.10.6
23222026-03-16T19:55:07.058Z Checking thread-id v4.2.2
23232026-03-16T19:55:07.058Z Checking psl-types v2.0.11
23242026-03-16T19:55:07.091Z Checking anstyle-query v1.1.5
23252026-03-16T19:55:07.115Z Checking is_terminal_polyfill v1.70.2
23262026-03-16T19:55:07.156Z Checking colorchoice v1.0.4
23272026-03-16T19:55:07.203Z Checking unarray v0.1.4
23282026-03-16T19:55:07.220Z Checking publicsuffix v2.3.0
23292026-03-16T19:55:07.223Z Checking crossbeam-epoch v0.9.18
23302026-03-16T19:55:07.276Z Checking anstream v0.6.21
23312026-03-16T19:55:07.330Z Checking proptest v1.10.0
23322026-03-16T19:55:07.348Z Checking cookie v0.18.1
23332026-03-16T19:55:07.364Z Checking terminal_size v0.4.3
23342026-03-16T19:55:07.416Z Checking scroll v0.13.0
23352026-03-16T19:55:07.501Z Checking hex v0.4.3
23362026-03-16T19:55:07.522Z Checking hyper-util v0.1.20
23372026-03-16T19:55:07.525Z Checking num-integer v0.1.46
23382026-03-16T19:55:07.553Z Checking simd-adler32 v0.3.8
23392026-03-16T19:55:07.640Z Checking cookie_store v0.22.1
23402026-03-16T19:55:07.718Z Checking goblin v0.10.5
23412026-03-16T19:55:07.788Z Checking crossbeam-deque v0.8.6
23422026-03-16T19:55:07.813Z Checking rustls-platform-verifier v0.6.2
23432026-03-16T19:55:07.838Z Checking bstr v1.12.1
23442026-03-16T19:55:07.987Z Checking ref-cast v1.0.25
23452026-03-16T19:55:08.006Z Checking rustix v0.38.44
23462026-03-16T19:55:08.148Z Checking camino v1.2.2
23472026-03-16T19:55:08.157Z Checking crc32fast v1.5.0
23482026-03-16T19:55:08.283Z Checking signature v2.2.0
23492026-03-16T19:55:08.374Z Checking serde_spanned v0.6.9
23502026-03-16T19:55:08.415Z Checking toml_datetime v0.6.11
23512026-03-16T19:55:08.440Z Checking ff v0.13.1
23522026-03-16T19:55:08.528Z Checking unicode-properties v0.1.4
23532026-03-16T19:55:08.599Z Checking unicode-bidi v0.3.18
23542026-03-16T19:55:08.649Z Checking base16ct v0.2.0
23552026-03-16T19:55:08.716Z Checking dof v0.3.0
23562026-03-16T19:55:08.769Z Checking strsim v0.11.1
23572026-03-16T19:55:08.809Z Checking adler2 v2.0.1
23582026-03-16T19:55:08.939Z Checking clap_lex v1.0.0
23592026-03-16T19:55:08.982Z Checking miniz_oxide v0.8.9
23602026-03-16T19:55:08.989Z Checking stringprep v0.1.5
23612026-03-16T19:55:09.092Z Checking usdt-impl v0.5.0
23622026-03-16T19:55:09.127Z Checking sec1 v0.7.3
23632026-03-16T19:55:09.142Z Checking clap_builder v4.5.60
23642026-03-16T19:55:09.171Z Checking group v0.13.0
23652026-03-16T19:55:09.193Z Checking hyper-rustls v0.27.7
23662026-03-16T19:55:09.356Z Checking hyper-tls v0.6.0
23672026-03-16T19:55:09.393Z Checking rayon-core v1.13.0
23682026-03-16T19:55:09.439Z Checking num-iter v0.1.45
23692026-03-16T19:55:09.458Z Checking toml_parser v1.0.9+spec-1.1.0
23702026-03-16T19:55:09.475Z Checking reqwest v0.13.2
23712026-03-16T19:55:09.571Z Checking reqwest v0.12.28
23722026-03-16T19:55:09.587Z Checking dtrace-parser v0.3.0
23732026-03-16T19:55:09.812Z Checking hkdf v0.12.4
23742026-03-16T19:55:09.881Z Checking newtype-uuid v1.3.2
23752026-03-16T19:55:09.898Z Checking strum v0.26.3
23762026-03-16T19:55:09.902Z Checking zstd-sys v2.0.16+zstd.1.5.7
23772026-03-16T19:55:09.973Z Checking md-5 v0.10.6
23782026-03-16T19:55:10.031Z Checking hash32 v0.2.1
23792026-03-16T19:55:10.062Z Checking crypto-bigint v0.5.5
23802026-03-16T19:55:10.131Z Checking daft v0.1.5
23812026-03-16T19:55:10.148Z Checking toml_datetime v0.7.5+spec-1.1.0
23822026-03-16T19:55:10.234Z Checking thread-id v5.1.0
23832026-03-16T19:55:10.332Z Checking unicode-segmentation v1.12.0
23842026-03-16T19:55:10.407Z Checking zlib-rs v0.6.2
23852026-03-16T19:55:10.435Z Checking fallible-iterator v0.2.0
23862026-03-16T19:55:10.589Z Checking heapless v0.7.17
23872026-03-16T19:55:10.694Z Checking zstd-safe v7.2.4
23882026-03-16T19:55:10.747Z Checking rayon v1.11.0
23892026-03-16T19:55:10.796Z Checking postgres-protocol v0.6.10
23902026-03-16T19:55:10.854Z Checking clap v4.5.60
23912026-03-16T19:55:10.903Z Checking itertools v0.12.1
23922026-03-16T19:55:10.949Z Checking phf_shared v0.13.1
23932026-03-16T19:55:11.129Z Checking dof v0.4.0
23942026-03-16T19:55:11.154Z Checking console v0.16.2
23952026-03-16T19:55:11.210Z Checking curve25519-dalek v4.1.3
23962026-03-16T19:55:11.227Z Checking memoffset v0.9.1
23972026-03-16T19:55:11.326Z Checking bzip2-sys v0.1.13+1.0.8
23982026-03-16T19:55:11.433Z Checking signal-hook v0.3.18
23992026-03-16T19:55:11.539Z Checking memmap2 v0.9.10
24002026-03-16T19:55:11.592Z Checking elliptic-curve v0.13.8
24012026-03-16T19:55:11.609Z Checking flate2 v1.1.9
24022026-03-16T19:55:11.668Z Checking winnow v0.5.40
24032026-03-16T19:55:11.758Z Checking fixedbitset v0.4.2
24042026-03-16T19:55:11.953Z Checking foldhash v0.1.5
24052026-03-16T19:55:12.003Z Checking unit-prefix v0.5.2
24062026-03-16T19:55:12.020Z Checking libbz2-rs-sys v0.2.2
24072026-03-16T19:55:12.113Z Checking usdt-impl v0.6.0
24082026-03-16T19:55:12.129Z Checking bumpalo v3.20.2
24092026-03-16T19:55:12.153Z Checking toml_write v0.1.2
24102026-03-16T19:55:12.273Z Checking hashbrown v0.15.5
24112026-03-16T19:55:12.292Z Checking zone v0.3.1
24122026-03-16T19:55:12.370Z Checking toml_edit v0.22.27
24132026-03-16T19:55:12.387Z Checking zopfli v0.8.3
24142026-03-16T19:55:12.461Z Checking usdt v0.6.0
24152026-03-16T19:55:12.539Z Checking bzip2 v0.6.1
24162026-03-16T19:55:12.661Z Checking petgraph v0.6.5
24172026-03-16T19:55:12.745Z Checking signal-hook-mio v0.2.5
24182026-03-16T19:55:12.762Z Checking bzip2 v0.4.4
24192026-03-16T19:55:12.766Z Checking indicatif v0.18.4
24202026-03-16T19:55:12.815Z Checking nix v0.31.1
24212026-03-16T19:55:12.870Z Checking phf v0.13.1
24222026-03-16T19:55:12.907Z Checking postgres-types v0.2.12
24232026-03-16T19:55:12.973Z Checking smoltcp v0.9.1
24242026-03-16T19:55:13.070Z Checking zstd v0.13.3
24252026-03-16T19:55:13.247Z Checking toml_edit v0.19.15
24262026-03-16T19:55:13.268Z Checking similar v2.7.0
24272026-03-16T19:55:13.318Z Checking num-bigint-dig v0.8.6
24282026-03-16T19:55:13.334Z Checking ed25519 v2.2.3
24292026-03-16T19:55:13.566Z Checking phf_shared v0.11.3
24302026-03-16T19:55:13.752Z Checking pkcs1 v0.7.5
24312026-03-16T19:55:13.783Z Checking tokio-stream v0.1.18
24322026-03-16T19:55:13.803Z Checking strum v0.27.2
24332026-03-16T19:55:13.869Z Checking hubpack v0.1.2
24342026-03-16T19:55:13.938Z Checking rfc6979 v0.4.0
24352026-03-16T19:55:14.021Z Checking serde-big-array v0.5.1
24362026-03-16T19:55:14.079Z Checking float-cmp v0.10.0
24372026-03-16T19:55:14.082Z Checking env_filter v1.0.0
24382026-03-16T19:55:14.187Z Checking normalize-line-endings v0.3.0
24392026-03-16T19:55:14.218Z Checking predicates-core v1.0.10
24402026-03-16T19:55:14.238Z Checking rustc-hash v2.1.1
24412026-03-16T19:55:14.278Z Checking jiff v0.2.21
24422026-03-16T19:55:14.282Z Checking difflib v0.4.0
24432026-03-16T19:55:14.322Z Checking keccak v0.1.6
24442026-03-16T19:55:14.372Z Checking fixedbitset v0.5.7
24452026-03-16T19:55:14.375Z Checking static_assertions v1.1.0
24462026-03-16T19:55:14.407Z Checking new_debug_unreachable v1.0.6
24472026-03-16T19:55:14.447Z Checking precomputed-hash v0.1.1
24482026-03-16T19:55:14.478Z Checking whoami v2.1.0
24492026-03-16T19:55:14.498Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24502026-03-16T19:55:14.519Z Checking predicates v3.1.4
24512026-03-16T19:55:14.536Z Checking sha3 v0.10.8
24522026-03-16T19:55:14.553Z Checking string_cache v0.8.9
24532026-03-16T19:55:14.625Z Checking petgraph v0.8.3
24542026-03-16T19:55:14.661Z Checking toml v0.7.8
24552026-03-16T19:55:14.726Z Checking tokio-postgres v0.7.16
24562026-03-16T19:55:14.761Z Checking rsa v0.9.10
24572026-03-16T19:55:14.806Z Checking iddqd v0.3.17
24582026-03-16T19:55:14.918Z Checking env_logger v0.11.9
24592026-03-16T19:55:15.096Z Checking ecdsa v0.16.9
24602026-03-16T19:55:15.157Z Checking ed25519-dalek v2.2.0
24612026-03-16T19:55:15.379Z Checking zip v0.6.6
24622026-03-16T19:55:15.452Z Checking crossterm v0.28.1
24632026-03-16T19:55:15.531Z Checking serde_with v3.17.0
24642026-03-16T19:55:15.794Z Checking itertools v0.13.0
24652026-03-16T19:55:15.945Z Checking hickory-proto v0.25.2
24662026-03-16T19:55:16.355Z Checking x509-cert v0.2.5
24672026-03-16T19:55:16.401Z Checking fs-err v3.3.0
24682026-03-16T19:55:16.793Z Checking ahash v0.8.12
24692026-03-16T19:55:16.810Z Checking object v0.37.3
24702026-03-16T19:55:17.052Z Checking buf-list v1.1.2
24712026-03-16T19:55:17.181Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24722026-03-16T19:55:17.247Z Checking lalrpop-util v0.19.12
24732026-03-16T19:55:17.287Z Checking peg-runtime v0.8.5
24742026-03-16T19:55:17.387Z Checking zip v4.6.1
24752026-03-16T19:55:17.455Z Compiling regress v0.10.5
24762026-03-16T19:55:17.471Z Compiling structmeta-derive v0.3.0
24772026-03-16T19:55:17.497Z Compiling rustls v0.22.4
24782026-03-16T19:55:17.548Z Compiling newtype-uuid-macros v0.1.0
24792026-03-16T19:55:17.755Z Compiling multer v3.1.0
24802026-03-16T19:55:18.072Z Compiling async-stream-impl v0.3.6
24812026-03-16T19:55:18.150Z Checking futures-executor v0.3.32
24822026-03-16T19:55:18.332Z Compiling dropshot v0.16.7
24832026-03-16T19:55:18.567Z Checking futures v0.3.32
24842026-03-16T19:55:18.649Z Compiling dropshot_endpoint v0.16.7
24852026-03-16T19:55:18.667Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24862026-03-16T19:55:18.874Z Checking thread_local v1.1.9
24872026-03-16T19:55:18.933Z Compiling structmeta v0.3.0
24882026-03-16T19:55:19.087Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24892026-03-16T19:55:19.185Z Checking crossbeam-channel v0.5.15
24902026-03-16T19:55:19.207Z Compiling derive-ex v0.1.8
24912026-03-16T19:55:19.518Z Checking is-terminal v0.4.17
24922026-03-16T19:55:19.536Z Checking term v1.2.1
24932026-03-16T19:55:19.632Z Checking take_mut v0.2.2
24942026-03-16T19:55:19.632Z Compiling parse-display-derive v0.10.0
24952026-03-16T19:55:19.708Z Checking rustls-webpki v0.102.8
24962026-03-16T19:55:19.780Z Checking slog-async v2.8.0
24972026-03-16T19:55:19.825Z Checking slog-term v2.9.2
24982026-03-16T19:55:20.000Z Checking serde_spanned v1.0.4
24992026-03-16T19:55:20.168Z Checking debug-ignore v1.0.5
25002026-03-16T19:55:20.172Z Checking match_cfg v0.1.0
25012026-03-16T19:55:20.172Z Checking toml_writer v1.0.6+spec-1.1.0
25022026-03-16T19:55:20.255Z Checking hostname v0.3.1
25032026-03-16T19:55:20.287Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25042026-03-16T19:55:20.374Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25052026-03-16T19:55:20.394Z Checking slog-json v2.6.1
25062026-03-16T19:55:20.438Z Checking toml v0.9.12+spec-1.1.0
25072026-03-16T19:55:20.556Z Checking macaddr v1.0.1
25082026-03-16T19:55:20.593Z Checking slog-bunyan v2.5.0
25092026-03-16T19:55:20.738Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25102026-03-16T19:55:20.792Z Checking async-stream v0.3.6
25112026-03-16T19:55:21.035Z Checking waitgroup v0.1.2
25122026-03-16T19:55:21.163Z Checking rustls-pemfile v2.2.0
25132026-03-16T19:55:21.243Z Checking serde_path_to_error v0.1.20
25142026-03-16T19:55:21.262Z Checking hostname v0.4.2
25152026-03-16T19:55:21.281Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25162026-03-16T19:55:21.340Z Checking progenitor-client v0.10.0
25172026-03-16T19:55:21.390Z Checking progenitor-client v0.13.0
25182026-03-16T19:55:21.414Z Compiling itertools v0.14.0
25192026-03-16T19:55:21.553Z Compiling test-strategy v0.4.5
25202026-03-16T19:55:21.609Z Checking heck v0.5.0
25212026-03-16T19:55:21.626Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25222026-03-16T19:55:21.659Z Checking backon v1.6.0
25232026-03-16T19:55:21.738Z Checking instant v0.1.13
25242026-03-16T19:55:21.849Z Checking backoff v0.4.0
25252026-03-16T19:55:21.896Z Checking progenitor-extras v0.1.1
25262026-03-16T19:55:21.915Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25272026-03-16T19:55:21.988Z Checking parse-display v0.10.0
25282026-03-16T19:55:22.068Z Compiling typify-impl v0.4.3
25292026-03-16T19:55:22.340Z Checking tokio-rustls v0.25.0
25302026-03-16T19:55:22.366Z Compiling toml_edit v0.23.10+spec-1.0.0
25312026-03-16T19:55:22.562Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25322026-03-16T19:55:22.842Z Compiling convert_case v0.4.0
25332026-03-16T19:55:23.176Z Compiling crucible-workspace-hack v0.1.0
25342026-03-16T19:55:23.261Z Compiling unsafe-libyaml v0.2.11
25352026-03-16T19:55:23.341Z Compiling heapless v0.8.0
25362026-03-16T19:55:23.442Z Compiling derive_more v0.99.20
25372026-03-16T19:55:23.633Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25382026-03-16T19:55:23.836Z Compiling ingot-macros v0.1.1
25392026-03-16T19:55:23.943Z Compiling proc-macro-crate v3.4.0
25402026-03-16T19:55:24.121Z Compiling serde_yaml v0.9.34+deprecated
25412026-03-16T19:55:24.309Z Checking hash32 v0.3.1
25422026-03-16T19:55:24.325Z Checking secrecy v0.10.3
25432026-03-16T19:55:24.466Z Compiling prettyplease v0.2.37
25442026-03-16T19:55:24.482Z Compiling smoltcp v0.11.0
25452026-03-16T19:55:24.680Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25462026-03-16T19:55:24.766Z Compiling num_enum_derive v0.7.5
25472026-03-16T19:55:25.066Z Checking tabwriter v1.4.1
25482026-03-16T19:55:25.085Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25492026-03-16T19:55:25.480Z Checking cobs v0.3.0
25502026-03-16T19:55:25.667Z Compiling foreign-types-macros v0.2.3
25512026-03-16T19:55:26.141Z Checking cpufeatures v0.3.0
25522026-03-16T19:55:26.235Z Checking foreign-types-shared v0.3.1
25532026-03-16T19:55:26.312Z Checking chacha20 v0.10.0
25542026-03-16T19:55:26.349Z Checking num_enum v0.7.5
25552026-03-16T19:55:26.446Z Checking foreign-types v0.5.0
25562026-03-16T19:55:26.492Z Checking postcard v1.1.3
25572026-03-16T19:55:27.038Z Compiling proc-macro-crate v1.3.1
25582026-03-16T19:55:27.184Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25592026-03-16T19:55:27.602Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25602026-03-16T19:55:27.668Z Checking ingot-types v0.1.2
25612026-03-16T19:55:27.755Z Checking cstr-argument v0.1.2
25622026-03-16T19:55:27.884Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25632026-03-16T19:55:27.909Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25642026-03-16T19:55:28.144Z Checking colored v3.1.1
25652026-03-16T19:55:28.161Z Checking ingot v0.1.1
25662026-03-16T19:55:28.263Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25672026-03-16T19:55:28.281Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25682026-03-16T19:55:28.400Z Compiling num_enum_derive v0.5.11
25692026-03-16T19:55:28.417Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25702026-03-16T19:55:28.464Z Compiling typify-macro v0.4.3
25712026-03-16T19:55:28.480Z Checking rand v0.10.0
25722026-03-16T19:55:28.587Z Compiling typify-impl v0.6.1
25732026-03-16T19:55:29.959Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25742026-03-16T19:55:30.567Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25752026-03-16T19:55:30.666Z Checking num_enum v0.5.11
25762026-03-16T19:55:30.777Z Compiling typify v0.4.3
25772026-03-16T19:55:30.910Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25782026-03-16T19:55:31.279Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25792026-03-16T19:55:31.771Z Checking camino-tempfile v1.4.1
25802026-03-16T19:55:31.775Z Checking num-rational v0.4.2
25812026-03-16T19:55:32.075Z Checking half v2.7.1
25822026-03-16T19:55:32.180Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25832026-03-16T19:55:32.351Z Compiling thiserror-impl-no-std v2.0.2
25842026-03-16T19:55:32.445Z Checking universal-hash v0.5.1
25852026-03-16T19:55:32.484Z Checking num-complex v0.4.6
25862026-03-16T19:55:32.501Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25872026-03-16T19:55:32.600Z Checking opaque-debug v0.3.1
25882026-03-16T19:55:32.694Z Checking ciborium-io v0.2.2
25892026-03-16T19:55:32.811Z Checking ciborium-ll v0.2.2
25902026-03-16T19:55:32.872Z Checking poly1305 v0.8.0
25912026-03-16T19:55:32.916Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25922026-03-16T19:55:32.987Z Checking num v0.4.3
25932026-03-16T19:55:33.036Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25942026-03-16T19:55:33.081Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25952026-03-16T19:55:33.219Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25962026-03-16T19:55:33.234Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25972026-03-16T19:55:33.301Z Checking toml v0.8.23
25982026-03-16T19:55:33.588Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25992026-03-16T19:55:33.700Z Checking password-hash v0.5.0
26002026-03-16T19:55:33.743Z Checking chacha20 v0.9.1
26012026-03-16T19:55:33.962Z Checking thiserror-no-std v2.0.2
26022026-03-16T19:55:33.991Z Compiling usdt-attr-macro v0.5.0
26032026-03-16T19:55:34.008Z Compiling usdt-macro v0.5.0
26042026-03-16T19:55:34.074Z Checking smf v0.2.3
26052026-03-16T19:55:34.383Z Checking blake2 v0.10.6
26062026-03-16T19:55:34.613Z Checking aead v0.5.2
26072026-03-16T19:55:34.640Z Checking memmap v0.7.0
26082026-03-16T19:55:34.691Z Checking sigpipe v0.1.3
26092026-03-16T19:55:34.809Z Compiling num-derive v0.4.2
26102026-03-16T19:55:34.826Z Checking float-ord v0.3.2
26112026-03-16T19:55:34.957Z Checking glob v0.3.3
26122026-03-16T19:55:34.978Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26132026-03-16T19:55:35.018Z Checking usdt v0.5.0
26142026-03-16T19:55:35.034Z Compiling typify-macro v0.6.1
26152026-03-16T19:55:35.190Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26162026-03-16T19:55:35.223Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26172026-03-16T19:55:35.261Z Checking chacha20poly1305 v0.10.1
26182026-03-16T19:55:35.393Z Checking argon2 v0.5.3
26192026-03-16T19:55:35.415Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26202026-03-16T19:55:35.451Z Checking vsss-rs v3.3.4
26212026-03-16T19:55:35.678Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26222026-03-16T19:55:35.841Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26232026-03-16T19:55:36.048Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26242026-03-16T19:55:36.072Z Checking ciborium v0.2.2
26252026-03-16T19:55:36.334Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26262026-03-16T19:55:36.472Z Checking indent_write v2.2.0
26272026-03-16T19:55:36.641Z Checking whoami v1.6.1
26282026-03-16T19:55:36.691Z Compiling semver v0.1.20
26292026-03-16T19:55:36.804Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26302026-03-16T19:55:37.067Z Compiling rustc_version v0.1.7
26312026-03-16T19:55:37.085Z Compiling progenitor-impl v0.11.2
26322026-03-16T19:55:37.145Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26332026-03-16T19:55:37.401Z Compiling typify v0.6.1
26342026-03-16T19:55:37.547Z Compiling pin-project-internal v1.1.11
26352026-03-16T19:55:37.956Z Checking swrite v0.1.0
26362026-03-16T19:55:38.072Z Compiling minimal-lexical v0.2.1
26372026-03-16T19:55:38.238Z Checking linked-hash-map v0.5.6
26382026-03-16T19:55:38.404Z Compiling nom v7.1.3
26392026-03-16T19:55:38.464Z Checking lru-cache v0.1.2
26402026-03-16T19:55:38.580Z Compiling progenitor-impl v0.13.0
26412026-03-16T19:55:38.653Z Compiling newtype_derive v0.1.6
26422026-03-16T19:55:39.102Z Checking pin-project v1.1.11
26432026-03-16T19:55:39.224Z Checking newline-converter v0.3.0
26442026-03-16T19:55:39.306Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26452026-03-16T19:55:39.364Z Checking progenitor-client v0.11.2
26462026-03-16T19:55:39.980Z Checking atomicwrites v0.4.4
26472026-03-16T19:55:40.008Z Checking hickory-proto v0.24.4
26482026-03-16T19:55:40.008Z Checking phf_shared v0.12.1
26492026-03-16T19:55:40.008Z Checking console v0.15.11
26502026-03-16T19:55:40.008Z Checking pem v3.0.6
26512026-03-16T19:55:40.142Z Checking csv-core v0.1.13
26522026-03-16T19:55:40.271Z Compiling snafu-derive v0.8.9
26532026-03-16T19:55:40.358Z Compiling async-recursion v1.1.1
26542026-03-16T19:55:40.446Z Compiling derive-where v1.6.0
26552026-03-16T19:55:40.808Z Compiling progenitor-macro v0.11.2
26562026-03-16T19:55:42.129Z Compiling slog-dtrace v0.3.0
26572026-03-16T19:55:42.201Z Compiling chrono-tz v0.10.4
26582026-03-16T19:55:42.288Z Compiling owo-colors v4.3.0
26592026-03-16T19:55:42.401Z Checking resolv-conf v0.7.6
26602026-03-16T19:55:42.447Z Checking highway v1.3.0
26612026-03-16T19:55:42.648Z Checking same-file v1.0.6
26622026-03-16T19:55:42.726Z Compiling cancel-safe-futures v0.1.5
26632026-03-16T19:55:42.761Z Checking unicode-width v0.1.14
26642026-03-16T19:55:42.799Z Compiling const_format_proc_macros v0.2.34
26652026-03-16T19:55:42.994Z Checking snafu v0.8.9
26662026-03-16T19:55:43.042Z Checking walkdir v2.5.0
26672026-03-16T19:55:43.087Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26682026-03-16T19:55:43.292Z Checking hickory-resolver v0.24.4
26692026-03-16T19:55:43.405Z Compiling progenitor-macro v0.13.0
26702026-03-16T19:55:43.906Z Checking csv v1.4.0
26712026-03-16T19:55:43.932Z Checking expectorate v1.2.0
26722026-03-16T19:55:44.057Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26732026-03-16T19:55:44.092Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26742026-03-16T19:55:44.241Z Checking phf v0.12.1
26752026-03-16T19:55:44.701Z Checking tokio-dtrace v0.1.1
26762026-03-16T19:55:44.937Z Compiling progenitor-impl v0.10.0
26772026-03-16T19:55:45.076Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26782026-03-16T19:55:45.509Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26792026-03-16T19:55:45.669Z Checking globset v0.4.18
26802026-03-16T19:55:46.005Z Checking olpc-cjson v0.1.4
26812026-03-16T19:55:46.021Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26822026-03-16T19:55:46.181Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26832026-03-16T19:55:46.216Z Checking libsw-core v0.3.2
26842026-03-16T19:55:46.403Z Checking serde_plain v1.0.2
26852026-03-16T19:55:46.503Z Checking arc-swap v1.8.2
26862026-03-16T19:55:46.600Z Compiling lzma-sys v0.1.20
26872026-03-16T19:55:46.802Z Checking bytecount v0.6.9
26882026-03-16T19:55:46.939Z Checking utf-8 v0.7.6
26892026-03-16T19:55:47.152Z Checking typed-path v0.9.3
26902026-03-16T19:55:47.174Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26912026-03-16T19:55:47.177Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26922026-03-16T19:55:47.456Z Checking tungstenite v0.21.0
26932026-03-16T19:55:47.773Z Checking progenitor v0.11.2
26942026-03-16T19:55:47.942Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26952026-03-16T19:55:48.014Z Checking papergrid v0.11.0
26962026-03-16T19:55:48.242Z Checking tough v0.20.0
26972026-03-16T19:55:48.263Z Checking slog-scope v4.4.1
26982026-03-16T19:55:48.450Z Checking libsw v3.5.0
26992026-03-16T19:55:48.639Z Checking oxide-tokio-rt v0.1.3
27002026-03-16T19:55:48.666Z Compiling progenitor-macro v0.10.0
27012026-03-16T19:55:48.917Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27022026-03-16T19:55:48.967Z Checking qorb v0.4.1
27032026-03-16T19:55:49.478Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27042026-03-16T19:55:49.821Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27052026-03-16T19:55:50.130Z Checking const_format v0.2.35
27062026-03-16T19:55:50.458Z Checking progenitor v0.13.0
27072026-03-16T19:55:50.730Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27082026-03-16T19:55:50.914Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27092026-03-16T19:55:50.934Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27102026-03-16T19:55:50.979Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27112026-03-16T19:55:51.390Z Compiling cargo_toml v0.22.3
27122026-03-16T19:55:51.410Z Checking gethostname v0.5.0
27132026-03-16T19:55:51.523Z Compiling tabled_derive v0.7.0
27142026-03-16T19:55:51.570Z Checking bcs v0.1.6
27152026-03-16T19:55:51.593Z Checking linear-map v1.2.0
27162026-03-16T19:55:51.850Z Checking smawk v0.3.2
27172026-03-16T19:55:52.278Z Checking termtree v0.5.1
27182026-03-16T19:55:52.289Z Checking unicode-linebreak v0.1.5
27192026-03-16T19:55:52.289Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27202026-03-16T19:55:52.289Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27212026-03-16T19:55:52.302Z Checking textwrap v0.16.2
27222026-03-16T19:55:52.583Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27232026-03-16T19:55:52.653Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27242026-03-16T19:55:52.865Z Checking tabled v0.15.0
27252026-03-16T19:55:52.916Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27262026-03-16T19:55:52.963Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27272026-03-16T19:55:53.885Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27282026-03-16T19:55:53.990Z Checking steno v0.4.1
27292026-03-16T19:55:54.103Z Checking slog-stdlog v4.1.1
27302026-03-16T19:55:54.321Z Checking tokio-tungstenite v0.21.0
27312026-03-16T19:55:54.611Z Checking typeid v1.0.3
27322026-03-16T19:55:54.636Z Checking humantime v2.3.0
27332026-03-16T19:55:54.742Z Checking base64 v0.21.7
27342026-03-16T19:55:54.875Z Checking ron v0.12.0
27352026-03-16T19:55:55.061Z Checking xz2 v0.1.7
27362026-03-16T19:55:55.287Z Checking slog-envlogger v2.2.0
27372026-03-16T19:55:55.312Z Checking yasna v0.5.2
27382026-03-16T19:55:55.385Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27392026-03-16T19:55:55.471Z Checking headers-core v0.3.0
27402026-03-16T19:55:55.605Z Checking filetime v0.2.27
27412026-03-16T19:55:55.741Z Checking progenitor v0.10.0
27422026-03-16T19:55:55.760Z Checking xattr v1.6.1
27432026-03-16T19:55:55.777Z Checking base16ct v1.0.0
27442026-03-16T19:55:55.828Z Checking rcgen v0.12.1
27452026-03-16T19:55:55.868Z Checking headers v0.4.1
27462026-03-16T19:55:55.910Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27472026-03-16T19:55:55.927Z Checking tar v0.4.44
27482026-03-16T19:55:55.944Z Checking subprocess v0.2.15
27492026-03-16T19:56:03.690Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27502026-03-16T19:56:11.720Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27512026-03-16T19:56:13.511Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27522026-03-16T19:56:15.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
27532026-03-16T19:56:15.336Z
27542026-03-16T19:56:15.336Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/265)
27552026-03-16T19:56:16.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562026-03-16T19:56:16.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572026-03-16T19:56:16.234Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27582026-03-16T19:56:17.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
27592026-03-16T19:56:18.188Z
27602026-03-16T19:56:18.188Zinfo: running `cargo check --bins` on nexus-config (51/265)
27612026-03-16T19:56:18.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622026-03-16T19:56:18.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632026-03-16T19:56:18.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642026-03-16T19:56:18.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27652026-03-16T19:56:19.001Z
27662026-03-16T19:56:19.001Zinfo: running `cargo check --bins` on nexus-types (52/265)
27672026-03-16T19:56:19.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682026-03-16T19:56:19.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692026-03-16T19:56:19.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702026-03-16T19:56:19.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27712026-03-16T19:56:19.818Z
27722026-03-16T19:56:19.818Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/265)
27732026-03-16T19:56:20.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742026-03-16T19:56:20.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752026-03-16T19:56:20.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762026-03-16T19:56:20.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27772026-03-16T19:56:20.582Z
27782026-03-16T19:56:20.582Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/265)
27792026-03-16T19:56:21.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-03-16T19:56:21.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-03-16T19:56:21.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822026-03-16T19:56:21.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27832026-03-16T19:56:21.347Z
27842026-03-16T19:56:21.347Zinfo: running `cargo check --bins` on cockroach-admin-types (55/265)
27852026-03-16T19:56:21.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-03-16T19:56:21.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-03-16T19:56:21.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882026-03-16T19:56:22.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
27892026-03-16T19:56:22.091Z
27902026-03-16T19:56:22.091Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/265)
27912026-03-16T19:56:22.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-03-16T19:56:22.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-03-16T19:56:22.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942026-03-16T19:56:22.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
27952026-03-16T19:56:22.838Z
27962026-03-16T19:56:22.838Zinfo: running `cargo check --bins` on ereport-types (57/265)
27972026-03-16T19:56:23.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-03-16T19:56:23.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-03-16T19:56:23.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002026-03-16T19:56:23.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28012026-03-16T19:56:23.599Z
28022026-03-16T19:56:23.599Zinfo: running `cargo check --bins` on gateway-client (58/265)
28032026-03-16T19:56:24.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-03-16T19:56:24.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-03-16T19:56:24.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062026-03-16T19:56:24.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28072026-03-16T19:56:24.363Z
28082026-03-16T19:56:24.363Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/265)
28092026-03-16T19:56:25.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-03-16T19:56:25.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-03-16T19:56:25.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122026-03-16T19:56:25.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28132026-03-16T19:56:25.122Z
28142026-03-16T19:56:25.122Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/265)
28152026-03-16T19:56:25.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-03-16T19:56:25.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-03-16T19:56:25.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182026-03-16T19:56:25.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28192026-03-16T19:56:25.884Z
28202026-03-16T19:56:25.884Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/265)
28212026-03-16T19:56:26.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-03-16T19:56:26.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-03-16T19:56:26.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242026-03-16T19:56:26.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28252026-03-16T19:56:26.643Z
28262026-03-16T19:56:26.643Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/265)
28272026-03-16T19:56:27.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-03-16T19:56:27.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-03-16T19:56:27.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302026-03-16T19:56:27.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28312026-03-16T19:56:27.404Z
28322026-03-16T19:56:27.404Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/265)
28332026-03-16T19:56:28.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-03-16T19:56:28.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-03-16T19:56:28.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362026-03-16T19:56:28.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28372026-03-16T19:56:28.189Z
28382026-03-16T19:56:28.189Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/265)
28392026-03-16T19:56:28.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-03-16T19:56:28.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-03-16T19:56:28.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-03-16T19:56:28.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28432026-03-16T19:56:28.967Z
28442026-03-16T19:56:28.967Zinfo: running `cargo check --bins` on key-manager-types (65/265)
28452026-03-16T19:56:29.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-03-16T19:56:29.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-03-16T19:56:29.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482026-03-16T19:56:29.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28492026-03-16T19:56:29.714Z
28502026-03-16T19:56:29.715Zinfo: running `cargo check --bins` on oxlog (66/265)
28512026-03-16T19:56:30.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-03-16T19:56:30.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-03-16T19:56:30.451Z Compiling newtype-uuid v1.3.2
28542026-03-16T19:56:30.692Z Compiling daft v0.1.5
28552026-03-16T19:56:30.943Z Compiling iddqd v0.3.17
28562026-03-16T19:56:32.228Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28572026-03-16T19:56:32.527Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28582026-03-16T19:56:32.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
28592026-03-16T19:56:33.072Z
28602026-03-16T19:56:33.073Zinfo: running `cargo check --bins` on internal-dns-types (67/265)
28612026-03-16T19:56:33.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-03-16T19:56:33.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-03-16T19:56:33.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-03-16T19:56:33.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28652026-03-16T19:56:33.840Z
28662026-03-16T19:56:33.840Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/265)
28672026-03-16T19:56:34.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-03-16T19:56:34.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-03-16T19:56:34.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702026-03-16T19:56:34.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28712026-03-16T19:56:34.602Z
28722026-03-16T19:56:34.602Zinfo: running `cargo check --bins` on nexus-types-versions (69/265)
28732026-03-16T19:56:35.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-03-16T19:56:35.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-03-16T19:56:35.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-03-16T19:56:35.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28772026-03-16T19:56:35.399Z
28782026-03-16T19:56:35.399Zinfo: running `cargo check --bins` on omicron-passwords (70/265)
28792026-03-16T19:56:36.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-03-16T19:56:36.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-03-16T19:56:36.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-03-16T19:56:36.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28832026-03-16T19:56:36.146Z
28842026-03-16T19:56:36.146Zinfo: running `cargo check --bins` on oxql-types (71/265)
28852026-03-16T19:56:36.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-03-16T19:56:36.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-03-16T19:56:36.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-03-16T19:56:36.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28892026-03-16T19:56:36.917Z
28902026-03-16T19:56:36.917Zinfo: running `cargo check --bins` on oximeter-types (72/265)
28912026-03-16T19:56:37.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-03-16T19:56:37.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-03-16T19:56:37.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-03-16T19:56:37.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28952026-03-16T19:56:37.688Z
28962026-03-16T19:56:37.688Zinfo: running `cargo check --bins` on oximeter-types-versions (73/265)
28972026-03-16T19:56:38.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-03-16T19:56:38.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-03-16T19:56:38.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-03-16T19:56:38.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29012026-03-16T19:56:38.451Z
29022026-03-16T19:56:38.451Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/265)
29032026-03-16T19:56:39.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-03-16T19:56:39.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-03-16T19:56:39.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-03-16T19:56:39.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29072026-03-16T19:56:39.198Z
29082026-03-16T19:56:39.198Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/265)
29092026-03-16T19:56:39.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-03-16T19:56:39.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-03-16T19:56:39.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-03-16T19:56:39.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29132026-03-16T19:56:39.985Z
29142026-03-16T19:56:39.986Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/265)
29152026-03-16T19:56:40.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-03-16T19:56:40.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-03-16T19:56:40.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-03-16T19:56:40.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29192026-03-16T19:56:40.776Z
29202026-03-16T19:56:40.776Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/265)
29212026-03-16T19:56:41.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-03-16T19:56:41.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-03-16T19:56:41.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-03-16T19:56:41.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29252026-03-16T19:56:41.566Z
29262026-03-16T19:56:41.567Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/265)
29272026-03-16T19:56:42.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-03-16T19:56:42.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-03-16T19:56:42.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-03-16T19:56:42.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29312026-03-16T19:56:42.362Z
29322026-03-16T19:56:42.362Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/265)
29332026-03-16T19:56:43.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-03-16T19:56:43.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-03-16T19:56:43.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-03-16T19:56:43.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29372026-03-16T19:56:43.116Z
29382026-03-16T19:56:43.117Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/265)
29392026-03-16T19:56:43.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-03-16T19:56:43.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-03-16T19:56:43.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-03-16T19:56:43.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29432026-03-16T19:56:43.871Z
29442026-03-16T19:56:43.871Zinfo: running `cargo check --bins --no-default-features` on gfss (81/265)
29452026-03-16T19:56:44.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-03-16T19:56:44.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-03-16T19:56:44.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482026-03-16T19:56:44.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29492026-03-16T19:56:44.619Z
29502026-03-16T19:56:44.619Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/265)
29512026-03-16T19:56:45.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-03-16T19:56:45.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-03-16T19:56:45.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29542026-03-16T19:56:45.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29552026-03-16T19:56:45.373Z
29562026-03-16T19:56:45.373Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/265)
29572026-03-16T19:56:46.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582026-03-16T19:56:46.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592026-03-16T19:56:46.165Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29602026-03-16T19:56:46.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
29612026-03-16T19:56:47.023Z
29622026-03-16T19:56:47.023Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/265)
29632026-03-16T19:56:47.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642026-03-16T19:56:47.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652026-03-16T19:56:47.830Z Compiling ar_archive_writer v0.5.1
29662026-03-16T19:56:47.834Z Compiling stacker v0.1.23
29672026-03-16T19:56:47.834Z Compiling cfg_aliases v0.1.1
29682026-03-16T19:56:47.938Z Compiling convert_case v0.10.0
29692026-03-16T19:56:47.963Z Checking fd-lock v4.0.4
29702026-03-16T19:56:47.966Z Checking nibble_vec v0.1.0
29712026-03-16T19:56:47.967Z Checking vte v0.14.1
29722026-03-16T19:56:47.967Z Compiling recursive-proc-macro-impl v0.1.1
29732026-03-16T19:56:48.054Z Compiling nix v0.28.0
29742026-03-16T19:56:48.106Z Checking endian-type v0.1.2
29752026-03-16T19:56:48.149Z Checking strip-ansi-escapes v0.2.1
29762026-03-16T19:56:48.165Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29772026-03-16T19:56:48.263Z Checking radix_trie v0.2.1
29782026-03-16T19:56:48.279Z Compiling peg-macros v0.8.5
29792026-03-16T19:56:48.308Z Checking winnow v0.6.26
29802026-03-16T19:56:48.351Z Compiling derive_more-impl v2.1.1
29812026-03-16T19:56:48.503Z Compiling sqlparser_derive v0.5.0
29822026-03-16T19:56:48.532Z Checking unicode_categories v0.1.1
29832026-03-16T19:56:48.732Z Checking home v0.5.12
29842026-03-16T19:56:48.804Z Checking nu-ansi-term v0.50.3
29852026-03-16T19:56:48.883Z Checking display-error-chain v0.2.2
29862026-03-16T19:56:49.076Z Checking reedline v0.40.0
29872026-03-16T19:56:49.110Z Compiling psm v0.1.30
29882026-03-16T19:56:49.452Z Checking derive_more v2.1.1
29892026-03-16T19:56:49.544Z Checking crossterm v0.29.0
29902026-03-16T19:56:49.804Z Checking peg v0.8.5
29912026-03-16T19:56:49.839Z Checking sqlformat v0.3.5
29922026-03-16T19:56:49.866Z Checking rustyline v14.0.0
29932026-03-16T19:56:50.067Z Checking recursive v0.1.1
29942026-03-16T19:56:50.173Z Checking sqlparser v0.61.0
29952026-03-16T19:57:06.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.05s
29962026-03-16T19:57:06.281Z
29972026-03-16T19:57:06.281Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/265)
29982026-03-16T19:57:06.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992026-03-16T19:57:06.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002026-03-16T19:57:07.090Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30012026-03-16T19:57:11.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
30022026-03-16T19:57:11.925Z
30032026-03-16T19:57:11.925Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/265)
30042026-03-16T19:57:12.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-03-16T19:57:12.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-03-16T19:57:12.738Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30072026-03-16T19:57:15.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
30082026-03-16T19:57:16.186Z
30092026-03-16T19:57:16.186Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/265)
30102026-03-16T19:57:16.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-03-16T19:57:16.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-03-16T19:57:16.989Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30132026-03-16T19:57:21.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s
30142026-03-16T19:57:21.558Z
30152026-03-16T19:57:21.558Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/265)
30162026-03-16T19:57:22.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-03-16T19:57:22.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-03-16T19:57:22.368Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30192026-03-16T19:57:26.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
30202026-03-16T19:57:26.999Z
30212026-03-16T19:57:26.999Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/265)
30222026-03-16T19:57:27.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-03-16T19:57:27.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-03-16T19:57:27.824Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30252026-03-16T19:57:31.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
30262026-03-16T19:57:31.525Z
30272026-03-16T19:57:31.526Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/265)
30282026-03-16T19:57:32.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-03-16T19:57:32.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-03-16T19:57:32.330Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30312026-03-16T19:57:35.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
30322026-03-16T19:57:36.056Z
30332026-03-16T19:57:36.056Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/265)
30342026-03-16T19:57:36.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-03-16T19:57:36.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-03-16T19:57:36.958Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30372026-03-16T19:57:41.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
30382026-03-16T19:57:41.684Z
30392026-03-16T19:57:41.684Zinfo: running `cargo check --bins` on oximeter (92/265)
30402026-03-16T19:57:42.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-03-16T19:57:42.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-03-16T19:57:42.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-03-16T19:57:42.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30442026-03-16T19:57:42.618Z
30452026-03-16T19:57:42.618Zinfo: running `cargo check --bins` on oximeter-schema (93/265)
30462026-03-16T19:57:43.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-03-16T19:57:43.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-03-16T19:57:43.233Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30492026-03-16T19:57:43.388Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30502026-03-16T19:57:43.413Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30512026-03-16T19:57:43.854Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30522026-03-16T19:57:49.295Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30532026-03-16T19:57:49.295Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30542026-03-16T19:57:50.716Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30552026-03-16T19:57:51.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.17s
30562026-03-16T19:57:51.807Z
30572026-03-16T19:57:51.807Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/265)
30582026-03-16T19:57:52.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-03-16T19:57:52.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-03-16T19:57:52.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-03-16T19:57:52.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30622026-03-16T19:57:52.574Z
30632026-03-16T19:57:52.574Zinfo: running `cargo check --bins` on oximeter-test-utils (95/265)
30642026-03-16T19:57:53.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-03-16T19:57:53.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-03-16T19:57:53.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-03-16T19:57:53.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30682026-03-16T19:57:53.412Z
30692026-03-16T19:57:53.412Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/265)
30702026-03-16T19:57:54.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-03-16T19:57:54.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-03-16T19:57:54.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-03-16T19:57:54.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30742026-03-16T19:57:54.208Z
30752026-03-16T19:57:54.208Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/265)
30762026-03-16T19:57:54.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-03-16T19:57:54.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-03-16T19:57:54.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-03-16T19:57:54.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30802026-03-16T19:57:54.989Z
30812026-03-16T19:57:54.989Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/265)
30822026-03-16T19:57:55.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-03-16T19:57:55.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-03-16T19:57:55.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-03-16T19:57:55.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30862026-03-16T19:57:55.776Z
30872026-03-16T19:57:55.777Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/265)
30882026-03-16T19:57:56.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-03-16T19:57:56.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-03-16T19:57:56.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-03-16T19:57:56.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30922026-03-16T19:57:56.565Z
30932026-03-16T19:57:56.565Zinfo: running `cargo check --bins` on trust-quorum-types (100/265)
30942026-03-16T19:57:57.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-03-16T19:57:57.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-03-16T19:57:57.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-03-16T19:57:57.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
30982026-03-16T19:57:57.320Z
30992026-03-16T19:57:57.320Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/265)
31002026-03-16T19:57:58.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-03-16T19:57:58.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-03-16T19:57:58.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-03-16T19:57:58.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31042026-03-16T19:57:58.106Z
31052026-03-16T19:57:58.106Zinfo: running `cargo check --bins` on update-engine (102/265)
31062026-03-16T19:57:58.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-03-16T19:57:58.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-03-16T19:57:58.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-03-16T19:57:58.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31102026-03-16T19:57:58.864Z
31112026-03-16T19:57:58.865Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/265)
31122026-03-16T19:57:59.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-03-16T19:57:59.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-03-16T19:57:59.751Z Checking dropshot-api-manager-types v0.6.0
31152026-03-16T19:57:59.756Z Checking nanorand v0.7.0
31162026-03-16T19:57:59.974Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31172026-03-16T19:58:00.006Z Checking flume v0.11.1
31182026-03-16T19:58:00.276Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31192026-03-16T19:58:01.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.67s
31202026-03-16T19:58:01.750Z
31212026-03-16T19:58:01.750Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/265)
31222026-03-16T19:58:02.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-03-16T19:58:02.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-03-16T19:58:02.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-03-16T19:58:02.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31262026-03-16T19:58:02.523Z
31272026-03-16T19:58:02.523Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/265)
31282026-03-16T19:58:03.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-03-16T19:58:03.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-03-16T19:58:03.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-03-16T19:58:03.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31322026-03-16T19:58:03.296Z
31332026-03-16T19:58:03.296Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/265)
31342026-03-16T19:58:03.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-03-16T19:58:03.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-03-16T19:58:03.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-03-16T19:58:03.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31382026-03-16T19:58:04.080Z
31392026-03-16T19:58:04.080Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/265)
31402026-03-16T19:58:04.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-03-16T19:58:04.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-03-16T19:58:04.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-03-16T19:58:04.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31442026-03-16T19:58:04.873Z
31452026-03-16T19:58:04.873Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/265)
31462026-03-16T19:58:05.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-03-16T19:58:05.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-03-16T19:58:05.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-03-16T19:58:05.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31502026-03-16T19:58:05.650Z
31512026-03-16T19:58:05.650Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/265)
31522026-03-16T19:58:06.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-03-16T19:58:06.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-03-16T19:58:06.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-03-16T19:58:06.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31562026-03-16T19:58:06.426Z
31572026-03-16T19:58:06.426Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/265)
31582026-03-16T19:58:07.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-03-16T19:58:07.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-03-16T19:58:07.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-03-16T19:58:07.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31622026-03-16T19:58:07.207Z
31632026-03-16T19:58:07.207Zinfo: running `cargo check --bins` on cockroach-admin-client (111/265)
31642026-03-16T19:58:07.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-03-16T19:58:07.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-03-16T19:58:07.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-03-16T19:58:07.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
31682026-03-16T19:58:07.958Z
31692026-03-16T19:58:07.958Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/265)
31702026-03-16T19:58:08.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-03-16T19:58:08.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-03-16T19:58:08.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-03-16T19:58:08.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31742026-03-16T19:58:08.733Z
31752026-03-16T19:58:08.733Zinfo: running `cargo check --bins` on dns-service-client (113/265)
31762026-03-16T19:58:09.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-03-16T19:58:09.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-03-16T19:58:09.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-03-16T19:58:09.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31802026-03-16T19:58:09.504Z
31812026-03-16T19:58:09.504Zinfo: running `cargo check --bins` on installinator-client (114/265)
31822026-03-16T19:58:10.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-03-16T19:58:10.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-03-16T19:58:10.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852026-03-16T19:58:10.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31862026-03-16T19:58:10.280Z
31872026-03-16T19:58:10.280Zinfo: running `cargo check --bins` on nexus-client (115/265)
31882026-03-16T19:58:10.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892026-03-16T19:58:10.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902026-03-16T19:58:10.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31912026-03-16T19:58:11.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31922026-03-16T19:58:11.106Z
31932026-03-16T19:58:11.106Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/265)
31942026-03-16T19:58:11.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-03-16T19:58:11.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-03-16T19:58:11.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-03-16T19:58:11.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31982026-03-16T19:58:11.941Z
31992026-03-16T19:58:11.942Zinfo: running `cargo check --bins` on ntp-admin-client (117/265)
32002026-03-16T19:58:12.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-03-16T19:58:12.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-03-16T19:58:12.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-03-16T19:58:12.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32042026-03-16T19:58:12.697Z
32052026-03-16T19:58:12.697Zinfo: running `cargo check --bins` on oxide-client (118/265)
32062026-03-16T19:58:13.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-03-16T19:58:13.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-03-16T19:58:13.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-03-16T19:58:13.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32102026-03-16T19:58:13.459Z
32112026-03-16T19:58:13.459Zinfo: running `cargo check --bins` on oximeter-client (119/265)
32122026-03-16T19:58:14.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-03-16T19:58:14.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-03-16T19:58:14.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-03-16T19:58:14.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32162026-03-16T19:58:14.229Z
32172026-03-16T19:58:14.229Zinfo: running `cargo check --bins` on repo-depot-client (120/265)
32182026-03-16T19:58:14.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-03-16T19:58:14.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-03-16T19:58:14.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-03-16T19:58:14.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
32222026-03-16T19:58:14.984Z
32232026-03-16T19:58:14.984Zinfo: running `cargo check --bins` on sled-agent-client (121/265)
32242026-03-16T19:58:15.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-03-16T19:58:15.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-03-16T19:58:15.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-03-16T19:58:15.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32282026-03-16T19:58:15.785Z
32292026-03-16T19:58:15.785Zinfo: running `cargo check --bins` on wicketd-client (122/265)
32302026-03-16T19:58:16.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-03-16T19:58:16.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-03-16T19:58:16.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332026-03-16T19:58:16.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32342026-03-16T19:58:16.581Z
32352026-03-16T19:58:16.581Zinfo: running `cargo check --bins` on installinator-common (123/265)
32362026-03-16T19:58:17.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-03-16T19:58:17.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-03-16T19:58:17.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392026-03-16T19:58:17.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32402026-03-16T19:58:17.371Z
32412026-03-16T19:58:17.371Zinfo: running `cargo check --bins` on installinator-common-versions (124/265)
32422026-03-16T19:58:18.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-03-16T19:58:18.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-03-16T19:58:18.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452026-03-16T19:58:18.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
32462026-03-16T19:58:18.122Z
32472026-03-16T19:58:18.122Zinfo: running `cargo check --bins` on wicket-common (125/265)
32482026-03-16T19:58:18.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-03-16T19:58:18.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-03-16T19:58:18.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512026-03-16T19:58:18.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32522026-03-16T19:58:18.924Z
32532026-03-16T19:58:18.924Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/265)
32542026-03-16T19:58:19.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552026-03-16T19:58:19.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562026-03-16T19:58:19.740Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32572026-03-16T19:58:19.746Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32582026-03-16T19:58:19.746Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32592026-03-16T19:58:19.867Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32602026-03-16T19:58:19.873Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32612026-03-16T19:58:20.022Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32622026-03-16T19:58:20.056Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32632026-03-16T19:58:20.361Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32642026-03-16T19:58:20.443Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32652026-03-16T19:58:23.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
32662026-03-16T19:58:23.372Z
32672026-03-16T19:58:23.372Zinfo: running `cargo check --bins` on cockroach-admin-api (127/265)
32682026-03-16T19:58:24.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692026-03-16T19:58:24.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702026-03-16T19:58:24.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712026-03-16T19:58:24.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32722026-03-16T19:58:24.145Z
32732026-03-16T19:58:24.145Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/265)
32742026-03-16T19:58:24.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752026-03-16T19:58:24.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762026-03-16T19:58:24.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772026-03-16T19:58:24.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32782026-03-16T19:58:25.042Z
32792026-03-16T19:58:25.042Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/265)
32802026-03-16T19:58:25.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812026-03-16T19:58:25.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822026-03-16T19:58:25.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32832026-03-16T19:58:25.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32842026-03-16T19:58:25.938Z
32852026-03-16T19:58:25.938Zinfo: running `cargo check --bins` on dns-server (130/265)
32862026-03-16T19:58:26.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872026-03-16T19:58:26.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882026-03-16T19:58:26.745Z Compiling parking_lot_core v0.8.6
32892026-03-16T19:58:26.745Z Compiling git-stub v1.0.0
32902026-03-16T19:58:26.748Z Compiling atomicwrites v0.4.4
32912026-03-16T19:58:26.748Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32922026-03-16T19:58:26.748Z Checking tagptr v0.2.0
32932026-03-16T19:58:26.887Z Checking prefix-trie v0.7.0
32942026-03-16T19:58:26.896Z Checking fxhash v0.2.1
32952026-03-16T19:58:26.899Z Checking hickory-client v0.25.2
32962026-03-16T19:58:27.035Z Compiling git-stub-vcs v0.1.0
32972026-03-16T19:58:27.057Z Checking moka v0.12.13
32982026-03-16T19:58:27.324Z Checking hickory-server v0.25.2
32992026-03-16T19:58:27.413Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33002026-03-16T19:58:27.427Z Checking parking_lot v0.11.2
33012026-03-16T19:58:27.525Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33022026-03-16T19:58:27.532Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33032026-03-16T19:58:27.532Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33042026-03-16T19:58:27.650Z Checking sled v0.34.7
33052026-03-16T19:58:27.884Z Checking hickory-resolver v0.25.2
33062026-03-16T19:58:30.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
33072026-03-16T19:58:30.617Z
33082026-03-16T19:58:30.617Zinfo: running `cargo check --bins` on dns-server-api (131/265)
33092026-03-16T19:58:31.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-03-16T19:58:31.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-03-16T19:58:31.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-03-16T19:58:31.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33132026-03-16T19:58:31.389Z
33142026-03-16T19:58:31.389Zinfo: running `cargo check --bins` on gateway-test-utils (132/265)
33152026-03-16T19:58:32.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-03-16T19:58:32.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-03-16T19:58:32.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-03-16T19:58:32.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33192026-03-16T19:58:32.250Z
33202026-03-16T19:58:32.250Zinfo: running `cargo check --bins` on omicron-gateway (133/265)
33212026-03-16T19:58:32.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-03-16T19:58:32.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-03-16T19:58:33.131Z Compiling radium v0.7.0
33242026-03-16T19:58:33.134Z Checking tap v1.0.1
33252026-03-16T19:58:33.134Z Compiling maybe-uninit v2.0.0
33262026-03-16T19:58:33.268Z Compiling zerocopy-derive v0.6.6
33272026-03-16T19:58:33.272Z Checking funty v2.0.0
33282026-03-16T19:58:33.272Z Compiling packed_struct v0.10.1
33292026-03-16T19:58:33.305Z Checking crc-catalog v2.4.0
33302026-03-16T19:58:33.322Z Compiling packed_struct_codegen v0.10.1
33312026-03-16T19:58:33.376Z Checking wyz v0.5.1
33322026-03-16T19:58:33.426Z Checking crc v3.4.0
33332026-03-16T19:58:33.622Z Compiling bitfield-macros v0.19.4
33342026-03-16T19:58:33.665Z Compiling indexmap v1.9.3
33352026-03-16T19:58:33.673Z Checking nodrop v0.1.14
33362026-03-16T19:58:33.722Z Checking hashbrown v0.12.3
33372026-03-16T19:58:33.779Z Checking smallvec v0.6.14
33382026-03-16T19:58:33.792Z Checking array-init v0.0.4
33392026-03-16T19:58:33.889Z Checking bitvec v1.0.1
33402026-03-16T19:58:33.941Z Checking ron v0.8.1
33412026-03-16T19:58:34.028Z Checking hashbrown v0.13.2
33422026-03-16T19:58:34.292Z Checking serde-hex v0.1.0
33432026-03-16T19:58:34.406Z Checking zerocopy v0.6.6
33442026-03-16T19:58:34.591Z Checking bitfield v0.19.4
33452026-03-16T19:58:34.599Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33462026-03-16T19:58:34.641Z Checking crc-any v2.5.0
33472026-03-16T19:58:34.720Z Checking object v0.30.4
33482026-03-16T19:58:34.784Z Checking path-slash v0.1.5
33492026-03-16T19:58:34.816Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33502026-03-16T19:58:34.874Z Checking void v1.0.2
33512026-03-16T19:58:34.893Z Checking half v1.8.3
33522026-03-16T19:58:34.909Z Checking tungstenite v0.23.0
33532026-03-16T19:58:34.999Z Checking lzss v0.8.2
33542026-03-16T19:58:35.012Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33552026-03-16T19:58:35.129Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33562026-03-16T19:58:35.153Z Checking serde_cbor v0.11.2
33572026-03-16T19:58:35.207Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33582026-03-16T19:58:35.233Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33592026-03-16T19:58:35.389Z Checking nix v0.27.1
33602026-03-16T19:58:35.451Z Checking kstat-rs v0.2.4
33612026-03-16T19:58:35.665Z Checking serde_bytes v0.11.19
33622026-03-16T19:58:35.696Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33632026-03-16T19:58:35.721Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33642026-03-16T19:58:35.887Z Checking tokio-tungstenite v0.23.1
33652026-03-16T19:58:36.021Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33662026-03-16T19:58:36.113Z Checking signal-hook-tokio v0.3.1
33672026-03-16T19:58:37.201Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33682026-03-16T19:58:37.367Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33692026-03-16T19:58:40.776Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33702026-03-16T19:58:42.000Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33712026-03-16T19:58:42.370Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33722026-03-16T19:58:43.857Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33732026-03-16T19:58:46.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.44s
33742026-03-16T19:58:46.977Z
33752026-03-16T19:58:46.977Zinfo: running `cargo check --bins` on gateway-api (134/265)
33762026-03-16T19:58:47.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-03-16T19:58:47.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-03-16T19:58:47.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-03-16T19:58:47.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33802026-03-16T19:58:47.684Z
33812026-03-16T19:58:47.684Zinfo: running `cargo check --bins` on ipcc (135/265)
33822026-03-16T19:58:48.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-03-16T19:58:48.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-03-16T19:58:48.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-03-16T19:58:48.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33862026-03-16T19:58:48.458Z
33872026-03-16T19:58:48.458Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/265)
33882026-03-16T19:58:49.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-03-16T19:58:49.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-03-16T19:58:49.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-03-16T19:58:49.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
33922026-03-16T19:58:49.262Z
33932026-03-16T19:58:49.262Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/265)
33942026-03-16T19:58:49.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-03-16T19:58:49.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-03-16T19:58:49.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-03-16T19:58:49.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33982026-03-16T19:58:49.988Z
33992026-03-16T19:58:49.988Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/265)
34002026-03-16T19:58:50.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-03-16T19:58:50.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-03-16T19:58:50.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-03-16T19:58:50.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34042026-03-16T19:58:50.760Z
34052026-03-16T19:58:50.761Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/265)
34062026-03-16T19:58:51.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-03-16T19:58:51.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-03-16T19:58:51.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-03-16T19:58:51.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34102026-03-16T19:58:51.537Z
34112026-03-16T19:58:51.537Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/265)
34122026-03-16T19:58:52.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-03-16T19:58:52.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-03-16T19:58:52.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-03-16T19:58:52.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34162026-03-16T19:58:52.307Z
34172026-03-16T19:58:52.307Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/265)
34182026-03-16T19:58:52.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-03-16T19:58:52.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-03-16T19:58:52.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-03-16T19:58:52.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34222026-03-16T19:58:53.079Z
34232026-03-16T19:58:53.079Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/265)
34242026-03-16T19:58:53.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-03-16T19:58:53.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-03-16T19:58:53.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-03-16T19:58:53.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34282026-03-16T19:58:53.858Z
34292026-03-16T19:58:53.858Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/265)
34302026-03-16T19:58:54.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-03-16T19:58:54.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-03-16T19:58:54.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-03-16T19:58:54.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34342026-03-16T19:58:54.635Z
34352026-03-16T19:58:54.635Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/265)
34362026-03-16T19:58:55.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-03-16T19:58:55.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-03-16T19:58:55.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-03-16T19:58:55.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34402026-03-16T19:58:55.412Z
34412026-03-16T19:58:55.412Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/265)
34422026-03-16T19:58:56.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-03-16T19:58:56.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-03-16T19:58:56.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-03-16T19:58:56.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34462026-03-16T19:58:56.189Z
34472026-03-16T19:58:56.189Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/265)
34482026-03-16T19:58:56.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-03-16T19:58:56.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-03-16T19:58:56.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-03-16T19:58:56.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34522026-03-16T19:58:56.962Z
34532026-03-16T19:58:56.962Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/265)
34542026-03-16T19:58:57.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-03-16T19:58:57.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-03-16T19:58:57.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-03-16T19:58:57.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34582026-03-16T19:58:57.737Z
34592026-03-16T19:58:57.738Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/265)
34602026-03-16T19:58:58.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-03-16T19:58:58.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-03-16T19:58:58.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-03-16T19:58:58.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34642026-03-16T19:58:58.510Z
34652026-03-16T19:58:58.510Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/265)
34662026-03-16T19:58:59.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-03-16T19:58:59.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-03-16T19:58:59.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-03-16T19:58:59.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34702026-03-16T19:58:59.281Z
34712026-03-16T19:58:59.281Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/265)
34722026-03-16T19:58:59.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-03-16T19:58:59.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-03-16T19:58:59.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-03-16T19:58:59.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34762026-03-16T19:59:00.059Z
34772026-03-16T19:59:00.059Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/265)
34782026-03-16T19:59:00.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-03-16T19:59:00.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-03-16T19:59:00.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-03-16T19:59:00.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34822026-03-16T19:59:00.838Z
34832026-03-16T19:59:00.838Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/265)
34842026-03-16T19:59:01.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-03-16T19:59:01.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-03-16T19:59:01.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-03-16T19:59:01.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34882026-03-16T19:59:01.618Z
34892026-03-16T19:59:01.619Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/265)
34902026-03-16T19:59:02.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-03-16T19:59:02.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-03-16T19:59:02.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-03-16T19:59:02.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34942026-03-16T19:59:02.381Z
34952026-03-16T19:59:02.381Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/265)
34962026-03-16T19:59:03.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-03-16T19:59:03.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-03-16T19:59:03.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-03-16T19:59:03.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35002026-03-16T19:59:03.152Z
35012026-03-16T19:59:03.152Zinfo: running `cargo check --bins` on oximeter-producer (155/265)
35022026-03-16T19:59:03.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-03-16T19:59:03.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-03-16T19:59:03.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-03-16T19:59:03.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35062026-03-16T19:59:03.976Z
35072026-03-16T19:59:03.976Zinfo: running `cargo check --bins` on internal-dns-resolver (156/265)
35082026-03-16T19:59:04.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-03-16T19:59:04.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-03-16T19:59:04.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-03-16T19:59:04.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35122026-03-16T19:59:04.760Z
35132026-03-16T19:59:04.761Zinfo: running `cargo check --bins` on sp-sim (157/265)
35142026-03-16T19:59:05.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-03-16T19:59:05.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-03-16T19:59:05.629Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35172026-03-16T19:59:07.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
35182026-03-16T19:59:08.186Z
35192026-03-16T19:59:08.186Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/265)
35202026-03-16T19:59:08.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-03-16T19:59:08.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-03-16T19:59:08.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-03-16T19:59:08.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35242026-03-16T19:59:09.035Z
35252026-03-16T19:59:09.035Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/265)
35262026-03-16T19:59:09.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-03-16T19:59:09.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-03-16T19:59:09.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-03-16T19:59:09.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35302026-03-16T19:59:09.890Z
35312026-03-16T19:59:09.890Zinfo: running `cargo check --bins` on db-macros (160/265)
35322026-03-16T19:59:10.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-03-16T19:59:10.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-03-16T19:59:10.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-03-16T19:59:10.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35362026-03-16T19:59:10.644Z
35372026-03-16T19:59:10.644Zinfo: running `cargo check --bins` on nexus-macros-common (161/265)
35382026-03-16T19:59:11.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-03-16T19:59:11.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-03-16T19:59:11.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-03-16T19:59:11.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35422026-03-16T19:59:11.396Z
35432026-03-16T19:59:11.396Zinfo: running `cargo check --bins` on nexus-auth (162/265)
35442026-03-16T19:59:12.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-03-16T19:59:12.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-03-16T19:59:12.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-03-16T19:59:12.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35482026-03-16T19:59:12.237Z
35492026-03-16T19:59:12.237Zinfo: running `cargo check --bins` on authz-macros (163/265)
35502026-03-16T19:59:12.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-03-16T19:59:12.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-03-16T19:59:12.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-03-16T19:59:12.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35542026-03-16T19:59:12.995Z
35552026-03-16T19:59:12.995Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/265)
35562026-03-16T19:59:13.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-03-16T19:59:13.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-03-16T19:59:13.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-03-16T19:59:13.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35602026-03-16T19:59:13.926Z
35612026-03-16T19:59:13.926Zinfo: running `cargo check --bins` on nexus-db-model (165/265)
35622026-03-16T19:59:14.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-03-16T19:59:14.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-03-16T19:59:14.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-03-16T19:59:14.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35662026-03-16T19:59:14.664Z
35672026-03-16T19:59:14.664Zinfo: running `cargo check --bins` on nexus-db-schema (166/265)
35682026-03-16T19:59:15.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-03-16T19:59:15.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-03-16T19:59:15.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-03-16T19:59:15.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35722026-03-16T19:59:15.421Z
35732026-03-16T19:59:15.421Zinfo: running `cargo check --bins` on omicron-rpaths (167/265)
35742026-03-16T19:59:16.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-03-16T19:59:16.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-03-16T19:59:16.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-03-16T19:59:16.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35782026-03-16T19:59:16.172Z
35792026-03-16T19:59:16.173Zinfo: running `cargo check --bins` on nexus-defaults (168/265)
35802026-03-16T19:59:16.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-03-16T19:59:16.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-03-16T19:59:16.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-03-16T19:59:16.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35842026-03-16T19:59:16.943Z
35852026-03-16T19:59:16.943Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/265)
35862026-03-16T19:59:17.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-03-16T19:59:17.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-03-16T19:59:17.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-03-16T19:59:17.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35902026-03-16T19:59:17.707Z
35912026-03-16T19:59:17.708Zinfo: running `cargo check --bins` on parallel-task-set (170/265)
35922026-03-16T19:59:18.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-03-16T19:59:18.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-03-16T19:59:18.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-03-16T19:59:18.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35962026-03-16T19:59:18.464Z
35972026-03-16T19:59:18.464Zinfo: running `cargo check --bins` on nexus-db-errors (171/265)
35982026-03-16T19:59:19.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-03-16T19:59:19.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-03-16T19:59:19.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-03-16T19:59:19.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
36022026-03-16T19:59:19.305Z
36032026-03-16T19:59:19.305Zinfo: running `cargo check --bins` on nexus-db-lookup (172/265)
36042026-03-16T19:59:20.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-03-16T19:59:20.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-03-16T19:59:20.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-03-16T19:59:20.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
36082026-03-16T19:59:20.152Z
36092026-03-16T19:59:20.152Zinfo: running `cargo check --bins` on nexus-inventory (173/265)
36102026-03-16T19:59:20.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-03-16T19:59:20.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-03-16T19:59:20.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-03-16T19:59:20.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
36142026-03-16T19:59:20.994Z
36152026-03-16T19:59:20.994Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/265)
36162026-03-16T19:59:21.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-03-16T19:59:21.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-03-16T19:59:21.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-03-16T19:59:21.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
36202026-03-16T19:59:21.803Z
36212026-03-16T19:59:21.803Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/265)
36222026-03-16T19:59:22.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-03-16T19:59:22.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-03-16T19:59:22.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-03-16T19:59:22.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
36262026-03-16T19:59:22.593Z
36272026-03-16T19:59:22.593Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/265)
36282026-03-16T19:59:23.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-03-16T19:59:23.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-03-16T19:59:23.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-03-16T19:59:23.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
36322026-03-16T19:59:23.376Z
36332026-03-16T19:59:23.376Zinfo: running `cargo check --bins` on key-manager (177/265)
36342026-03-16T19:59:24.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-03-16T19:59:24.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-03-16T19:59:24.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-03-16T19:59:24.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
36382026-03-16T19:59:24.160Z
36392026-03-16T19:59:24.160Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/265)
36402026-03-16T19:59:24.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-03-16T19:59:24.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-03-16T19:59:24.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-03-16T19:59:24.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
36442026-03-16T19:59:24.953Z
36452026-03-16T19:59:24.953Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/265)
36462026-03-16T19:59:25.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-03-16T19:59:25.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-03-16T19:59:25.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-03-16T19:59:25.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
36502026-03-16T19:59:25.740Z
36512026-03-16T19:59:25.740Zinfo: running `cargo check --bins` on typed-rng (180/265)
36522026-03-16T19:59:26.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-03-16T19:59:26.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-03-16T19:59:26.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-03-16T19:59:26.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
36562026-03-16T19:59:26.530Z
36572026-03-16T19:59:26.530Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/265)
36582026-03-16T19:59:27.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-03-16T19:59:27.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-03-16T19:59:27.523Z Compiling libefi-sys v0.1.0
36612026-03-16T19:59:27.526Z Compiling bitfield-struct v0.6.2
36622026-03-16T19:59:27.526Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36632026-03-16T19:59:27.676Z Compiling xshell-macros v0.2.7
36642026-03-16T19:59:27.680Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36652026-03-16T19:59:27.702Z Compiling salty v0.3.0
36662026-03-16T19:59:27.718Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36672026-03-16T19:59:27.735Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36682026-03-16T19:59:27.756Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36692026-03-16T19:59:28.102Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36702026-03-16T19:59:28.158Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36712026-03-16T19:59:28.174Z Checking xshell v0.2.7
36722026-03-16T19:59:28.309Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36732026-03-16T19:59:28.339Z Checking primeorder v0.13.6
36742026-03-16T19:59:28.381Z Compiling proc-macro-error-attr2 v2.0.0
36752026-03-16T19:59:28.400Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36762026-03-16T19:59:28.419Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36772026-03-16T19:59:28.480Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36782026-03-16T19:59:28.628Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36792026-03-16T19:59:28.646Z Checking p384 v0.13.1
36802026-03-16T19:59:28.687Z Compiling num-derive v0.3.3
36812026-03-16T19:59:28.818Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36822026-03-16T19:59:28.903Z Compiling proc-macro-error2 v2.0.1
36832026-03-16T19:59:29.038Z Compiling unicase v2.9.0
36842026-03-16T19:59:29.117Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36852026-03-16T19:59:29.219Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36862026-03-16T19:59:29.291Z Compiling tabled_derive v0.11.0
36872026-03-16T19:59:29.307Z Compiling mime_guess v2.0.5
36882026-03-16T19:59:29.365Z Checking papergrid v0.17.0
36892026-03-16T19:59:29.692Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36902026-03-16T19:59:29.871Z Checking libscf-sys v1.1.0
36912026-03-16T19:59:30.019Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36922026-03-16T19:59:30.037Z Checking testing_table v0.3.0
36932026-03-16T19:59:30.153Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36942026-03-16T19:59:30.172Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36952026-03-16T19:59:30.228Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36962026-03-16T19:59:30.397Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36972026-03-16T19:59:30.447Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36982026-03-16T19:59:30.652Z Checking corncobs v0.1.4
36992026-03-16T19:59:30.711Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37002026-03-16T19:59:30.814Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37012026-03-16T19:59:30.925Z Checking tabled v0.20.0
37022026-03-16T19:59:30.987Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37032026-03-16T19:59:31.028Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37042026-03-16T19:59:31.049Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37052026-03-16T19:59:31.067Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37062026-03-16T19:59:31.142Z Checking secrecy v0.8.0
37072026-03-16T19:59:31.311Z Checking http-range v0.1.5
37082026-03-16T19:59:31.564Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37092026-03-16T19:59:31.638Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37102026-03-16T19:59:31.877Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37112026-03-16T19:59:31.927Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37122026-03-16T19:59:32.184Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
37132026-03-16T19:59:32.226Z Checking atty v0.2.14
37142026-03-16T19:59:32.259Z Checking crc8 v0.1.1
37152026-03-16T19:59:32.307Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37162026-03-16T19:59:32.350Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
37172026-03-16T19:59:32.381Z Checking hyper-staticfile v0.10.1
37182026-03-16T19:59:32.415Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37192026-03-16T19:59:32.494Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37202026-03-16T19:59:32.513Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37212026-03-16T19:59:32.730Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37222026-03-16T19:59:32.747Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37232026-03-16T19:59:33.022Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37242026-03-16T19:59:33.040Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37252026-03-16T19:59:33.334Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37262026-03-16T19:59:33.356Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37272026-03-16T19:59:33.379Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37282026-03-16T19:59:33.421Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37292026-03-16T19:59:33.709Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37302026-03-16T19:59:33.808Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37312026-03-16T19:59:34.022Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37322026-03-16T19:59:34.140Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37332026-03-16T19:59:34.217Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37342026-03-16T19:59:34.408Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37352026-03-16T19:59:36.078Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37362026-03-16T19:59:36.109Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37372026-03-16T19:59:36.349Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37382026-03-16T19:59:36.712Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37392026-03-16T19:59:37.235Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37402026-03-16T19:59:37.469Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37412026-03-16T19:59:44.144Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37422026-03-16T20:00:00.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.52s
37432026-03-16T20:00:00.263Z
37442026-03-16T20:00:00.263Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/265)
37452026-03-16T20:00:01.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-03-16T20:00:01.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-03-16T20:00:01.208Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37482026-03-16T20:00:17.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.92s
37492026-03-16T20:00:17.421Z
37502026-03-16T20:00:17.421Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/265)
37512026-03-16T20:00:18.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-03-16T20:00:18.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-03-16T20:00:18.357Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37542026-03-16T20:00:34.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.95s
37552026-03-16T20:00:34.615Z
37562026-03-16T20:00:34.616Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/265)
37572026-03-16T20:00:35.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-03-16T20:00:35.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-03-16T20:00:35.549Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37602026-03-16T20:00:51.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.93s
37612026-03-16T20:00:51.796Z
37622026-03-16T20:00:51.796Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/265)
37632026-03-16T20:00:52.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-03-16T20:00:52.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-03-16T20:00:52.736Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37662026-03-16T20:01:08.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.98s
37672026-03-16T20:01:09.022Z
37682026-03-16T20:01:09.022Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/265)
37692026-03-16T20:01:09.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-03-16T20:01:09.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-03-16T20:01:09.955Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37722026-03-16T20:01:26.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.98s
37732026-03-16T20:01:26.242Z
37742026-03-16T20:01:26.242Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/265)
37752026-03-16T20:01:26.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-03-16T20:01:26.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-03-16T20:01:27.171Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37782026-03-16T20:01:43.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.93s
37792026-03-16T20:01:43.419Z
37802026-03-16T20:01:43.419Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/265)
37812026-03-16T20:01:44.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-03-16T20:01:44.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-03-16T20:01:44.348Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37842026-03-16T20:02:00.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.00s
37852026-03-16T20:02:00.667Z
37862026-03-16T20:02:00.667Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/265)
37872026-03-16T20:02:01.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-03-16T20:02:01.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-03-16T20:02:01.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37902026-03-16T20:02:01.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37912026-03-16T20:02:01.465Z
37922026-03-16T20:02:01.465Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/265)
37932026-03-16T20:02:02.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-03-16T20:02:02.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-03-16T20:02:02.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37962026-03-16T20:02:02.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37972026-03-16T20:02:02.257Z
37982026-03-16T20:02:02.257Zinfo: running `cargo check --bins` on range-requests (191/265)
37992026-03-16T20:02:02.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-03-16T20:02:02.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-03-16T20:02:02.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-03-16T20:02:02.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
38032026-03-16T20:02:03.016Z
38042026-03-16T20:02:03.017Zinfo: running `cargo check --bins` on repo-depot-api (192/265)
38052026-03-16T20:02:03.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-03-16T20:02:03.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-03-16T20:02:03.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-03-16T20:02:03.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
38092026-03-16T20:02:03.780Z
38102026-03-16T20:02:03.780Zinfo: running `cargo check --bins` on sled-agent-api (193/265)
38112026-03-16T20:02:04.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-03-16T20:02:04.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-03-16T20:02:04.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-03-16T20:02:04.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
38152026-03-16T20:02:04.572Z
38162026-03-16T20:02:04.572Zinfo: running `cargo check --bins` on sled-diagnostics (194/265)
38172026-03-16T20:02:05.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-03-16T20:02:05.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-03-16T20:02:05.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-03-16T20:02:05.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
38212026-03-16T20:02:05.359Z
38222026-03-16T20:02:05.359Zinfo: running `cargo check --bins` on zfs-test-harness (195/265)
38232026-03-16T20:02:06.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-03-16T20:02:06.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-03-16T20:02:06.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-03-16T20:02:06.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
38272026-03-16T20:02:06.144Z
38282026-03-16T20:02:06.145Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/265)
38292026-03-16T20:02:06.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-03-16T20:02:06.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-03-16T20:02:06.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-03-16T20:02:06.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38332026-03-16T20:02:06.943Z
38342026-03-16T20:02:06.943Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/265)
38352026-03-16T20:02:07.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-03-16T20:02:07.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-03-16T20:02:07.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-03-16T20:02:07.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38392026-03-16T20:02:07.744Z
38402026-03-16T20:02:07.744Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/265)
38412026-03-16T20:02:08.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-03-16T20:02:08.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-03-16T20:02:08.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-03-16T20:02:08.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38452026-03-16T20:02:08.546Z
38462026-03-16T20:02:08.546Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/265)
38472026-03-16T20:02:09.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-03-16T20:02:09.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-03-16T20:02:09.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38502026-03-16T20:02:09.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38512026-03-16T20:02:09.342Z
38522026-03-16T20:02:09.342Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/265)
38532026-03-16T20:02:10.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-03-16T20:02:10.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-03-16T20:02:10.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38562026-03-16T20:02:10.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38572026-03-16T20:02:10.139Z
38582026-03-16T20:02:10.140Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/265)
38592026-03-16T20:02:10.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-03-16T20:02:10.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-03-16T20:02:10.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38622026-03-16T20:02:10.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38632026-03-16T20:02:10.938Z
38642026-03-16T20:02:10.938Zinfo: running `cargo check --bins` on trust-quorum (202/265)
38652026-03-16T20:02:11.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-03-16T20:02:11.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-03-16T20:02:11.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38682026-03-16T20:02:11.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38692026-03-16T20:02:11.734Z
38702026-03-16T20:02:11.734Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (203/265)
38712026-03-16T20:02:12.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-03-16T20:02:12.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-03-16T20:02:12.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38742026-03-16T20:02:12.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38752026-03-16T20:02:12.555Z
38762026-03-16T20:02:12.555Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (204/265)
38772026-03-16T20:02:13.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-03-16T20:02:13.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-03-16T20:02:13.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802026-03-16T20:02:13.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38812026-03-16T20:02:13.398Z
38822026-03-16T20:02:13.398Zinfo: running `cargo check --bins` on update-common (205/265)
38832026-03-16T20:02:14.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-03-16T20:02:14.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-03-16T20:02:14.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-03-16T20:02:14.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
38872026-03-16T20:02:14.184Z
38882026-03-16T20:02:14.184Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (206/265)
38892026-03-16T20:02:14.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-03-16T20:02:14.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-03-16T20:02:14.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38922026-03-16T20:02:14.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38932026-03-16T20:02:15.028Z
38942026-03-16T20:02:15.028Zinfo: running `cargo check --bins` on reconfigurator-cli (207/265)
38952026-03-16T20:02:15.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-03-16T20:02:15.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-03-16T20:02:15.948Z Compiling fs-err v2.11.0
38982026-03-16T20:02:15.952Z Checking ignore v0.4.25
38992026-03-16T20:02:15.952Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39002026-03-16T20:02:15.952Z Checking predicates-tree v1.0.13
39012026-03-16T20:02:15.952Z Checking parse-size v1.1.0
39022026-03-16T20:02:16.106Z Checking rand_seeder v0.4.0
39032026-03-16T20:02:16.110Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39042026-03-16T20:02:16.110Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39052026-03-16T20:02:16.205Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39062026-03-16T20:02:16.231Z Compiling petname v2.0.2
39072026-03-16T20:02:16.284Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39082026-03-16T20:02:16.468Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39092026-03-16T20:02:16.489Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39102026-03-16T20:02:16.587Z Checking globwalk v0.9.1
39112026-03-16T20:02:16.656Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39122026-03-16T20:02:16.695Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39132026-03-16T20:02:16.808Z Checking sapling-renderdag v0.1.0
39142026-03-16T20:02:16.827Z Checking camino-tempfile-ext v0.3.3
39152026-03-16T20:02:16.943Z Checking sync-ptr v0.1.4
39162026-03-16T20:02:17.073Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39172026-03-16T20:02:17.092Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39182026-03-16T20:02:17.140Z Checking colored v2.2.0
39192026-03-16T20:02:17.225Z Checking assert_matches v1.5.0
39202026-03-16T20:02:17.535Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39212026-03-16T20:02:17.689Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39222026-03-16T20:02:17.696Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39232026-03-16T20:02:18.430Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39242026-03-16T20:02:20.194Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39252026-03-16T20:02:23.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.16s
39262026-03-16T20:02:23.433Z
39272026-03-16T20:02:23.433Zinfo: running `cargo check --bins` on omicron-repl-utils (208/265)
39282026-03-16T20:02:24.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-03-16T20:02:24.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-03-16T20:02:24.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39312026-03-16T20:02:24.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
39322026-03-16T20:02:24.190Z
39332026-03-16T20:02:24.190Zinfo: running `cargo check --bins` on nexus-test-interface (209/265)
39342026-03-16T20:02:24.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-03-16T20:02:24.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-03-16T20:02:24.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372026-03-16T20:02:24.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
39382026-03-16T20:02:25.038Z
39392026-03-16T20:02:25.038Zinfo: running `cargo check --bins` on oximeter-collector (210/265)
39402026-03-16T20:02:25.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-03-16T20:02:25.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-03-16T20:02:25.900Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39432026-03-16T20:02:25.904Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39442026-03-16T20:02:26.728Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39452026-03-16T20:02:28.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.75s
39462026-03-16T20:02:29.014Z
39472026-03-16T20:02:29.014Zinfo: running `cargo check --bins` on oximeter-api (211/265)
39482026-03-16T20:02:29.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-03-16T20:02:29.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-03-16T20:02:29.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39512026-03-16T20:02:29.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
39522026-03-16T20:02:29.786Z
39532026-03-16T20:02:29.786Zinfo: running `cargo check --bins` on cert-dev (212/265)
39542026-03-16T20:02:30.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-03-16T20:02:30.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-03-16T20:02:30.522Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39572026-03-16T20:02:30.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
39582026-03-16T20:02:31.045Z
39592026-03-16T20:02:31.045Zinfo: running `cargo check --bins` on clickana (213/265)
39602026-03-16T20:02:31.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-03-16T20:02:31.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-03-16T20:02:31.826Z Compiling darling_core v0.23.0
39632026-03-16T20:02:31.830Z Compiling instability v0.3.11
39642026-03-16T20:02:31.830Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39652026-03-16T20:02:31.830Z Checking castaway v0.2.4
39662026-03-16T20:02:31.830Z Compiling indoc v2.0.7
39672026-03-16T20:02:31.953Z Checking unicode-truncate v1.1.0
39682026-03-16T20:02:31.962Z Checking lru v0.12.5
39692026-03-16T20:02:31.973Z Checking cassowary v0.3.0
39702026-03-16T20:02:32.070Z Checking compact_str v0.8.1
39712026-03-16T20:02:33.229Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39722026-03-16T20:02:33.450Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39732026-03-16T20:02:33.965Z Compiling darling_macro v0.23.0
39742026-03-16T20:02:34.510Z Compiling darling v0.23.0
39752026-03-16T20:02:35.310Z Checking ratatui v0.29.0
39762026-03-16T20:02:36.845Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39772026-03-16T20:02:37.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.64s
39782026-03-16T20:02:37.895Z
39792026-03-16T20:02:37.895Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (214/265)
39802026-03-16T20:02:38.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-03-16T20:02:38.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-03-16T20:02:38.764Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39832026-03-16T20:02:38.767Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39842026-03-16T20:02:39.505Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39852026-03-16T20:02:40.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
39862026-03-16T20:02:40.269Z
39872026-03-16T20:02:40.269Zinfo: running `cargo check --bins` on ch-dev (215/265)
39882026-03-16T20:02:40.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-03-16T20:02:40.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-03-16T20:02:41.140Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39912026-03-16T20:02:42.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
39922026-03-16T20:02:42.301Z
39932026-03-16T20:02:42.301Zinfo: running `cargo check --bins` on dev-tools-common (216/265)
39942026-03-16T20:02:42.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-03-16T20:02:42.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-03-16T20:02:42.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39972026-03-16T20:02:42.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39982026-03-16T20:02:42.890Z
39992026-03-16T20:02:42.890Zinfo: running `cargo check --bins` on crdb-seed (217/265)
40002026-03-16T20:02:43.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-03-16T20:02:43.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-03-16T20:02:43.746Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40032026-03-16T20:02:44.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
40042026-03-16T20:02:44.501Z
40052026-03-16T20:02:44.501Zinfo: running `cargo check --bins` on db-dev (218/265)
40062026-03-16T20:02:45.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-03-16T20:02:45.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-03-16T20:02:45.367Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40092026-03-16T20:02:46.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
40102026-03-16T20:02:46.548Z
40112026-03-16T20:02:46.548Zinfo: running `cargo check --bins` on omicron-dev-lib (219/265)
40122026-03-16T20:02:47.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-03-16T20:02:47.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-03-16T20:02:47.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-03-16T20:02:47.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40162026-03-16T20:02:47.385Z
40172026-03-16T20:02:47.385Zinfo: running `cargo check --bins` on xtask-downloader (220/265)
40182026-03-16T20:02:48.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-03-16T20:02:48.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-03-16T20:02:48.124Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40212026-03-16T20:02:48.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
40222026-03-16T20:02:49.179Z
40232026-03-16T20:02:49.179Zinfo: running `cargo check --bins` on omicron-dropshot-apis (221/265)
40242026-03-16T20:02:49.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-03-16T20:02:49.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-03-16T20:02:50.074Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40272026-03-16T20:02:50.074Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40282026-03-16T20:02:50.077Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
40292026-03-16T20:02:50.077Z Checking git-stub v1.0.0
40302026-03-16T20:02:50.077Z Compiling trait-variant v0.1.2
40312026-03-16T20:02:50.077Z Checking is_ci v1.2.0
40322026-03-16T20:02:50.078Z Checking maplit v1.0.2
40332026-03-16T20:02:50.078Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40342026-03-16T20:02:50.301Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40352026-03-16T20:02:50.377Z Checking supports-color v3.0.2
40362026-03-16T20:02:50.420Z Checking git-stub-vcs v0.1.0
40372026-03-16T20:02:50.496Z Checking drift v0.1.3
40382026-03-16T20:02:50.517Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40392026-03-16T20:02:50.534Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40402026-03-16T20:02:50.665Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40412026-03-16T20:02:50.752Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40422026-03-16T20:02:50.883Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40432026-03-16T20:02:50.904Z Checking dropshot-api-manager v0.6.0
40442026-03-16T20:02:50.923Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40452026-03-16T20:02:51.144Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40462026-03-16T20:02:51.219Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40472026-03-16T20:02:51.411Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
40482026-03-16T20:02:51.880Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40492026-03-16T20:02:58.716Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40502026-03-16T20:03:00.097Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40512026-03-16T20:03:00.876Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40522026-03-16T20:03:01.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.25s
40532026-03-16T20:03:01.662Z
40542026-03-16T20:03:01.662Zinfo: running `cargo check --bins` on installinator-api (222/265)
40552026-03-16T20:03:02.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-03-16T20:03:02.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-03-16T20:03:02.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-03-16T20:03:02.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40592026-03-16T20:03:02.440Z
40602026-03-16T20:03:02.441Zinfo: running `cargo check --bins` on nexus-external-api (223/265)
40612026-03-16T20:03:03.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-03-16T20:03:03.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-03-16T20:03:03.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-03-16T20:03:03.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40652026-03-16T20:03:03.268Z
40662026-03-16T20:03:03.268Zinfo: running `cargo check --bins` on nexus-internal-api (224/265)
40672026-03-16T20:03:03.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-03-16T20:03:03.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-03-16T20:03:03.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40702026-03-16T20:03:03.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40712026-03-16T20:03:04.092Z
40722026-03-16T20:03:04.092Zinfo: running `cargo check --bins` on nexus-lockstep-api (225/265)
40732026-03-16T20:03:04.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-03-16T20:03:04.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-03-16T20:03:04.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-03-16T20:03:04.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40772026-03-16T20:03:04.926Z
40782026-03-16T20:03:04.926Zinfo: running `cargo check --bins` on ntp-admin-api (226/265)
40792026-03-16T20:03:05.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-03-16T20:03:05.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-03-16T20:03:05.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-03-16T20:03:05.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
40832026-03-16T20:03:05.696Z
40842026-03-16T20:03:05.696Zinfo: running `cargo check --bins` on ntp-admin-types-versions (227/265)
40852026-03-16T20:03:06.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-03-16T20:03:06.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-03-16T20:03:06.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-03-16T20:03:06.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
40892026-03-16T20:03:06.447Z
40902026-03-16T20:03:06.447Zinfo: running `cargo check --bins` on wicketd-api (228/265)
40912026-03-16T20:03:07.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-03-16T20:03:07.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-03-16T20:03:07.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-03-16T20:03:07.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40952026-03-16T20:03:07.250Z
40962026-03-16T20:03:07.250Zinfo: running `cargo check --bins` on omicron-ls-apis (229/265)
40972026-03-16T20:03:07.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-03-16T20:03:07.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-03-16T20:03:07.992Z Checking erased-serde v0.4.9
41002026-03-16T20:03:08.096Z Checking ordered-float v2.10.1
41012026-03-16T20:03:08.110Z Checking unicode-xid v0.2.6
41022026-03-16T20:03:08.122Z Checking cargo-platform v0.2.0
41032026-03-16T20:03:08.380Z Checking serde-value v0.7.0
41042026-03-16T20:03:08.554Z Checking serde-untagged v0.1.9
41052026-03-16T20:03:08.767Z Checking cargo-util-schemas v0.8.2
41062026-03-16T20:03:09.760Z Checking cargo_metadata v0.21.0
41072026-03-16T20:03:10.622Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41082026-03-16T20:03:11.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s
41092026-03-16T20:03:11.742Z
41102026-03-16T20:03:11.742Zinfo: running `cargo check --bins` on mgs-dev (230/265)
41112026-03-16T20:03:12.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41122026-03-16T20:03:12.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41132026-03-16T20:03:12.626Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41142026-03-16T20:03:13.396Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41152026-03-16T20:03:14.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
41162026-03-16T20:03:14.269Z
41172026-03-16T20:03:14.269Zinfo: running `cargo check --bins` on omicron-omdb (231/265)
41182026-03-16T20:03:15.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-03-16T20:03:15.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-03-16T20:03:15.331Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41212026-03-16T20:03:15.331Z Compiling vergen-gitcl v1.0.8
41222026-03-16T20:03:15.334Z Compiling dirs-sys-next v0.1.2
41232026-03-16T20:03:15.334Z Compiling glob v0.3.3
41242026-03-16T20:03:15.334Z Compiling crunchy v0.2.4
41252026-03-16T20:03:15.334Z Compiling dsl_auto_type v0.1.3
41262026-03-16T20:03:15.334Z Checking scheduled-thread-pool v0.2.7
41272026-03-16T20:03:15.334Z Compiling diesel_table_macro_syntax v0.2.0
41282026-03-16T20:03:15.699Z Compiling dirs-next v2.0.0
41292026-03-16T20:03:15.741Z Compiling tiny-keccak v2.0.2
41302026-03-16T20:03:15.798Z Checking r2d2 v0.8.10
41312026-03-16T20:03:15.866Z Compiling term v0.7.0
41322026-03-16T20:03:15.951Z Compiling bit-vec v0.6.3
41332026-03-16T20:03:16.024Z Compiling itertools v0.10.5
41342026-03-16T20:03:16.041Z Compiling clang-sys v1.8.1
41352026-03-16T20:03:16.230Z Compiling ascii-canvas v3.0.0
41362026-03-16T20:03:16.388Z Compiling diesel_derives v2.2.7
41372026-03-16T20:03:16.542Z Compiling bit-set v0.5.3
41382026-03-16T20:03:16.558Z Compiling ena v0.14.4
41392026-03-16T20:03:16.573Z Compiling libloading v0.8.9
41402026-03-16T20:03:16.576Z Compiling diff v0.1.13
41412026-03-16T20:03:16.606Z Compiling bindgen v0.71.1
41422026-03-16T20:03:16.745Z Compiling regex-syntax v0.6.29
41432026-03-16T20:03:16.870Z Compiling cexpr v0.6.0
41442026-03-16T20:03:16.931Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41452026-03-16T20:03:17.186Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41462026-03-16T20:03:17.315Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41472026-03-16T20:03:17.371Z Compiling libxml v0.3.3
41482026-03-16T20:03:17.506Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41492026-03-16T20:03:17.699Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41502026-03-16T20:03:17.768Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41512026-03-16T20:03:17.902Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41522026-03-16T20:03:18.018Z Compiling strum_macros v0.24.3
41532026-03-16T20:03:18.125Z Compiling indoc v1.0.9
41542026-03-16T20:03:18.703Z Compiling lalrpop v0.19.12
41552026-03-16T20:03:19.426Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41562026-03-16T20:03:19.680Z Checking derive_builder v0.20.2
41572026-03-16T20:03:19.697Z Compiling oso-derive v0.27.3
41582026-03-16T20:03:19.820Z Checking quick-xml v0.37.5
41592026-03-16T20:03:19.840Z Compiling impl-trait-for-tuples v0.2.3
41602026-03-16T20:03:20.350Z Checking openssl-probe v0.1.6
41612026-03-16T20:03:20.517Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41622026-03-16T20:03:21.028Z Compiling diesel-dtrace v0.4.2
41632026-03-16T20:03:21.373Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41642026-03-16T20:03:21.489Z Checking bb8 v0.8.6
41652026-03-16T20:03:21.702Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41662026-03-16T20:03:21.887Z Checking nonempty v0.12.0
41672026-03-16T20:03:21.986Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41682026-03-16T20:03:22.040Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41692026-03-16T20:03:22.101Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41702026-03-16T20:03:22.265Z Checking support-bundle-viewer v0.1.2
41712026-03-16T20:03:22.308Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41722026-03-16T20:03:22.329Z Checking multimap v0.10.1
41732026-03-16T20:03:22.557Z Checking diesel v2.2.12
41742026-03-16T20:03:24.841Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41752026-03-16T20:03:26.735Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41762026-03-16T20:03:26.933Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41772026-03-16T20:03:26.955Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41782026-03-16T20:03:27.291Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41792026-03-16T20:03:28.329Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41802026-03-16T20:03:29.038Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41812026-03-16T20:03:29.966Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41822026-03-16T20:03:32.648Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41832026-03-16T20:03:38.396Z Compiling samael v0.0.19
41842026-03-16T20:03:43.533Z Checking async-bb8-diesel v0.2.1
41852026-03-16T20:03:45.446Z Compiling polar-core v0.27.3
41862026-03-16T20:03:51.643Z Checking oso v0.27.3
41872026-03-16T20:04:27.799Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41882026-03-16T20:05:14.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s
41892026-03-16T20:05:14.757Z
41902026-03-16T20:05:14.757Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (232/265)
41912026-03-16T20:05:15.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-03-16T20:05:15.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-03-16T20:05:15.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41942026-03-16T20:05:15.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
41952026-03-16T20:05:15.616Z
41962026-03-16T20:05:15.616Zinfo: running `cargo check --bins` on nexus-saga-recovery (233/265)
41972026-03-16T20:05:16.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-03-16T20:05:16.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-03-16T20:05:16.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42002026-03-16T20:05:16.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42012026-03-16T20:05:16.467Z
42022026-03-16T20:05:16.467Zinfo: running `cargo check --bins` on nexus-test-utils-macros (234/265)
42032026-03-16T20:05:17.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-03-16T20:05:17.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-03-16T20:05:17.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-03-16T20:05:17.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
42072026-03-16T20:05:17.222Z
42082026-03-16T20:05:17.222Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (235/265)
42092026-03-16T20:05:17.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-03-16T20:05:17.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-03-16T20:05:18.278Z Compiling libz-sys v1.1.24
42122026-03-16T20:05:18.405Z Compiling libgit2-sys v0.18.3+1.9.2
42132026-03-16T20:05:18.420Z Compiling vergen-git2 v1.0.7
42142026-03-16T20:05:18.429Z Compiling rustls v0.21.12
42152026-03-16T20:05:18.444Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42162026-03-16T20:05:18.447Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42172026-03-16T20:05:18.447Z Checking rustls-webpki v0.101.7
42182026-03-16T20:05:18.447Z Checking sct v0.7.1
42192026-03-16T20:05:18.653Z Compiling nix v0.29.0
42202026-03-16T20:05:18.707Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42212026-03-16T20:05:18.724Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42222026-03-16T20:05:18.776Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42232026-03-16T20:05:18.945Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42242026-03-16T20:05:19.067Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42252026-03-16T20:05:19.111Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42262026-03-16T20:05:19.233Z Checking rustls-pemfile v1.0.4
42272026-03-16T20:05:19.395Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42282026-03-16T20:05:19.514Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42292026-03-16T20:05:19.674Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42302026-03-16T20:05:19.764Z Checking twox-hash v2.1.2
42312026-03-16T20:05:19.850Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42322026-03-16T20:05:20.565Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42332026-03-16T20:05:20.622Z Checking tokio-rustls v0.24.1
42342026-03-16T20:05:20.744Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42352026-03-16T20:05:20.872Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42362026-03-16T20:05:20.907Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42372026-03-16T20:05:21.078Z Checking fatfs v0.3.6
42382026-03-16T20:05:21.602Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42392026-03-16T20:05:21.698Z Compiling seq-macro v0.3.6
42402026-03-16T20:05:26.534Z Compiling git2 v0.20.4
42412026-03-16T20:05:27.589Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42422026-03-16T20:05:27.742Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42432026-03-16T20:05:29.728Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42442026-03-16T20:06:39.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
42452026-03-16T20:06:39.450Z
42462026-03-16T20:06:39.450Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (236/265)
42472026-03-16T20:06:40.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-03-16T20:06:40.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-03-16T20:06:40.535Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42502026-03-16T20:07:38.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.28s
42512026-03-16T20:07:38.974Z
42522026-03-16T20:07:38.974Zinfo: running `cargo check --bins` on nexus-background-task-interface (237/265)
42532026-03-16T20:07:39.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-03-16T20:07:39.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-03-16T20:07:39.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42562026-03-16T20:07:39.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
42572026-03-16T20:07:39.736Z
42582026-03-16T20:07:39.736Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (238/265)
42592026-03-16T20:07:40.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-03-16T20:07:40.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-03-16T20:07:40.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-03-16T20:07:40.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42632026-03-16T20:07:40.591Z
42642026-03-16T20:07:40.591Zinfo: running `cargo check --bins` on nexus-mgs-updates (239/265)
42652026-03-16T20:07:41.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-03-16T20:07:41.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-03-16T20:07:41.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-03-16T20:07:41.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
42692026-03-16T20:07:41.424Z
42702026-03-16T20:07:41.424Zinfo: running `cargo check --bins` on nexus-networking (240/265)
42712026-03-16T20:07:42.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-03-16T20:07:42.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-03-16T20:07:42.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-03-16T20:07:42.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42752026-03-16T20:07:42.275Z
42762026-03-16T20:07:42.275Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (241/265)
42772026-03-16T20:07:43.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-03-16T20:07:43.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-03-16T20:07:43.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-03-16T20:07:43.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42812026-03-16T20:07:43.116Z
42822026-03-16T20:07:43.116Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (242/265)
42832026-03-16T20:07:43.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-03-16T20:07:43.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-03-16T20:07:43.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-03-16T20:07:43.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
42872026-03-16T20:07:43.956Z
42882026-03-16T20:07:43.956Zinfo: running `cargo check --bins` on omicron-dev (243/265)
42892026-03-16T20:07:44.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-03-16T20:07:44.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-03-16T20:07:45.048Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42922026-03-16T20:07:45.051Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42932026-03-16T20:07:45.197Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42942026-03-16T20:07:45.215Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42952026-03-16T20:07:45.218Z Checking diff v0.1.13
42962026-03-16T20:07:45.218Z Checking yansi v1.0.1
42972026-03-16T20:07:45.218Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42982026-03-16T20:07:45.228Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42992026-03-16T20:07:45.393Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43002026-03-16T20:07:45.578Z Checking pretty_assertions v1.4.1
43012026-03-16T20:07:46.508Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43022026-03-16T20:08:19.358Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43032026-03-16T20:08:19.361Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43042026-03-16T20:08:19.362Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43052026-03-16T20:08:19.362Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43062026-03-16T20:08:19.362Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43072026-03-16T20:08:19.362Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43082026-03-16T20:08:20.315Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43092026-03-16T20:08:21.754Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43102026-03-16T20:09:21.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
43112026-03-16T20:09:21.708Z
43122026-03-16T20:09:21.708Zinfo: running `cargo check --bins` on omicron-pins (244/265)
43132026-03-16T20:09:22.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-03-16T20:09:22.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-03-16T20:09:22.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43162026-03-16T20:09:22.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
43172026-03-16T20:09:22.464Z
43182026-03-16T20:09:22.464Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (245/265)
43192026-03-16T20:09:23.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-03-16T20:09:23.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-03-16T20:09:23.391Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43222026-03-16T20:09:23.507Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43232026-03-16T20:09:23.511Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43242026-03-16T20:09:45.499Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43252026-03-16T20:09:46.016Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43262026-03-16T20:09:48.412Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43272026-03-16T20:09:48.953Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43282026-03-16T20:09:52.997Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43292026-03-16T20:10:25.317Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43302026-03-16T20:10:26.153Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43312026-03-16T20:10:28.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43322026-03-16T20:10:28.652Z
43332026-03-16T20:10:28.652Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (246/265)
43342026-03-16T20:10:29.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43352026-03-16T20:10:29.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43362026-03-16T20:10:29.429Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43372026-03-16T20:10:30.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
43382026-03-16T20:10:30.552Z
43392026-03-16T20:10:30.552Zinfo: running `cargo check --bins` on omicron-releng (247/265)
43402026-03-16T20:10:31.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43412026-03-16T20:10:31.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43422026-03-16T20:10:31.348Z Compiling blake3 v1.8.3
43432026-03-16T20:10:31.455Z Checking arrayvec v0.7.6
43442026-03-16T20:10:31.464Z Checking arrayref v0.3.9
43452026-03-16T20:10:31.464Z Checking constant_time_eq v0.4.2
43462026-03-16T20:10:31.472Z Checking topological-sort v0.2.2
43472026-03-16T20:10:31.478Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43482026-03-16T20:10:31.486Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43492026-03-16T20:10:31.486Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43502026-03-16T20:10:31.539Z Checking shell-words v1.1.1
43512026-03-16T20:10:32.493Z Checking omicron-zone-package v0.12.2
43522026-03-16T20:10:33.484Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43532026-03-16T20:10:34.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
43542026-03-16T20:10:34.784Z
43552026-03-16T20:10:34.784Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (248/265)
43562026-03-16T20:10:36.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43572026-03-16T20:10:36.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43582026-03-16T20:10:36.274Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43592026-03-16T20:10:36.274Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43602026-03-16T20:10:36.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
43612026-03-16T20:10:36.675Z
43622026-03-16T20:10:36.675Zinfo: running `cargo check --bins` on xtask (249/265)
43632026-03-16T20:10:37.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-03-16T20:10:37.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-03-16T20:10:37.306Z Checking libc v0.2.180
43662026-03-16T20:10:37.350Z Checking serde v1.0.228
43672026-03-16T20:10:37.368Z Checking zerofrom v0.1.6
43682026-03-16T20:10:37.368Z Checking bitflags v2.11.0
43692026-03-16T20:10:37.392Z Checking hashbrown v0.16.1
43702026-03-16T20:10:37.392Z Checking smallvec v1.15.1
43712026-03-16T20:10:37.404Z Checking serde_json v1.0.149
43722026-03-16T20:10:37.404Z Checking num-traits v0.2.19
43732026-03-16T20:10:37.519Z Checking yoke v0.8.1
43742026-03-16T20:10:37.556Z Checking scroll v0.12.0
43752026-03-16T20:10:37.611Z Checking thiserror v1.0.69
43762026-03-16T20:10:37.729Z Checking zerovec v0.11.5
43772026-03-16T20:10:37.736Z Checking zerotrie v0.2.3
43782026-03-16T20:10:37.828Z Checking errno v0.3.14
43792026-03-16T20:10:37.849Z Checking percent-encoding v2.3.2
43802026-03-16T20:10:37.916Z Checking toml_datetime v0.6.11
43812026-03-16T20:10:37.976Z Checking rustix v1.1.3
43822026-03-16T20:10:37.976Z Checking indexmap v2.13.0
43832026-03-16T20:10:38.022Z Checking serde_spanned v0.6.9
43842026-03-16T20:10:38.070Z Checking log v0.4.29
43852026-03-16T20:10:38.152Z Checking zerocopy v0.7.35
43862026-03-16T20:10:38.180Z Checking form_urlencoded v1.2.2
43872026-03-16T20:10:38.192Z Checking ordered-float v2.10.1
43882026-03-16T20:10:38.263Z Checking getrandom v0.4.1
43892026-03-16T20:10:38.290Z Checking goblin v0.8.2
43902026-03-16T20:10:38.333Z Checking tinystr v0.8.2
43912026-03-16T20:10:38.346Z Checking potential_utf v0.1.4
43922026-03-16T20:10:38.407Z Checking thiserror v2.0.18
43932026-03-16T20:10:38.504Z Checking serde-value v0.7.0
43942026-03-16T20:10:38.509Z Checking icu_collections v2.1.1
43952026-03-16T20:10:38.532Z Checking syn v2.0.117
43962026-03-16T20:10:38.571Z Checking icu_locale_core v2.1.1
43972026-03-16T20:10:38.758Z Checking toml_edit v0.22.27
43982026-03-16T20:10:38.773Z Checking dtrace-parser v0.2.0
43992026-03-16T20:10:38.867Z Checking thread-id v4.2.2
44002026-03-16T20:10:38.934Z Checking once_cell v1.21.3
44012026-03-16T20:10:38.978Z Checking cargo-platform v0.2.0
44022026-03-16T20:10:39.085Z Checking memmap v0.7.0
44032026-03-16T20:10:39.182Z Checking fs-err v3.3.0
44042026-03-16T20:10:39.233Z Checking terminal_size v0.4.3
44052026-03-16T20:10:39.233Z Checking tempfile v3.25.0
44062026-03-16T20:10:39.261Z Checking tabled v0.15.0
44072026-03-16T20:10:40.005Z Checking clap_builder v4.5.60
44082026-03-16T20:10:40.005Z Checking icu_provider v2.1.1
44092026-03-16T20:10:40.005Z Checking textwrap v0.16.2
44102026-03-16T20:10:40.005Z Checking camino-tempfile v1.4.1
44112026-03-16T20:10:40.005Z Checking anyhow v1.0.102
44122026-03-16T20:10:40.005Z Checking macaddr v1.0.1
44132026-03-16T20:10:40.005Z Checking icu_normalizer v2.1.1
44142026-03-16T20:10:40.005Z Checking icu_properties v2.1.2
44152026-03-16T20:10:40.005Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44162026-03-16T20:10:40.381Z Checking toml v0.8.23
44172026-03-16T20:10:40.691Z Checking cargo_toml v0.21.0
44182026-03-16T20:10:42.751Z Checking clap v4.5.60
44192026-03-16T20:10:42.863Z Checking dof v0.3.0
44202026-03-16T20:10:42.863Z Checking idna_adapter v1.2.1
44212026-03-16T20:10:42.863Z Checking idna v1.1.0
44222026-03-16T20:10:42.863Z Checking usdt-impl v0.5.0
44232026-03-16T20:10:42.863Z Checking url v2.5.8
44242026-03-16T20:10:42.863Z Checking usdt v0.5.0
44252026-03-16T20:10:42.863Z Checking cargo-util-schemas v0.8.2
44262026-03-16T20:10:42.931Z Checking cargo_metadata v0.21.0
44272026-03-16T20:10:43.773Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44282026-03-16T20:10:44.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s
44292026-03-16T20:10:44.487Z
44302026-03-16T20:10:44.487Zinfo: running `cargo check --bins` on end-to-end-tests (250/265)
44312026-03-16T20:10:45.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-03-16T20:10:45.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-03-16T20:10:45.444Z Checking polyval v0.6.2
44342026-03-16T20:10:45.563Z Checking ctr v0.9.2
44352026-03-16T20:10:45.569Z Checking ssh-encoding v0.2.0
44362026-03-16T20:10:45.569Z Checking blowfish v0.9.1
44372026-03-16T20:10:45.569Z Checking password-hash v0.4.2
44382026-03-16T20:10:45.569Z Checking p256 v0.13.2
44392026-03-16T20:10:45.569Z Checking p521 v0.13.3
44402026-03-16T20:10:45.569Z Checking russh-cryptovec v0.7.3
44412026-03-16T20:10:45.744Z Checking ghash v0.5.1
44422026-03-16T20:10:45.778Z Checking md5 v0.7.0
44432026-03-16T20:10:45.805Z Checking num-bigint v0.4.6
44442026-03-16T20:10:45.824Z Checking bcrypt-pbkdf v0.10.0
44452026-03-16T20:10:45.861Z Checking des v0.8.1
44462026-03-16T20:10:45.887Z Checking aes-gcm v0.10.3
44472026-03-16T20:10:45.954Z Checking pbkdf2 v0.11.0
44482026-03-16T20:10:45.988Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44492026-03-16T20:10:45.994Z Checking hex-literal v0.4.1
44502026-03-16T20:10:46.016Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44512026-03-16T20:10:46.056Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44522026-03-16T20:10:46.071Z Checking ssh-cipher v0.2.0
44532026-03-16T20:10:46.112Z Checking internet-checksum v0.2.1
44542026-03-16T20:10:46.275Z Checking ssh-key v0.6.7
44552026-03-16T20:10:46.462Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44562026-03-16T20:10:49.633Z Checking russh-keys v0.45.0
44572026-03-16T20:10:49.712Z Checking russh v0.45.0
44582026-03-16T20:11:09.452Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44592026-03-16T20:11:11.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.53s
44602026-03-16T20:11:11.256Z
44612026-03-16T20:11:11.256Zinfo: running `cargo check --bins` on gateway-cli (251/265)
44622026-03-16T20:11:11.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-03-16T20:11:11.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-03-16T20:11:12.036Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44652026-03-16T20:11:12.039Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44662026-03-16T20:11:12.039Z Checking termios v0.3.3
44672026-03-16T20:11:13.844Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44682026-03-16T20:11:14.031Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44692026-03-16T20:11:16.626Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44702026-03-16T20:11:17.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s
44712026-03-16T20:11:17.589Z
44722026-03-16T20:11:17.589Zinfo: running `cargo check --bins --no-default-features` on installinator (252/265)
44732026-03-16T20:11:18.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-03-16T20:11:18.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-03-16T20:11:18.438Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44762026-03-16T20:11:18.440Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44772026-03-16T20:11:18.565Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44782026-03-16T20:11:18.570Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44792026-03-16T20:11:18.570Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44802026-03-16T20:11:18.848Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44812026-03-16T20:11:18.851Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44822026-03-16T20:11:19.779Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44832026-03-16T20:11:20.076Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44842026-03-16T20:11:20.080Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44852026-03-16T20:11:20.915Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44862026-03-16T20:11:23.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.57s
44872026-03-16T20:11:23.383Z
44882026-03-16T20:11:23.383Zinfo: running `cargo check --bins` on internal-dns-cli (253/265)
44892026-03-16T20:11:24.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44902026-03-16T20:11:24.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44912026-03-16T20:11:24.158Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44922026-03-16T20:11:24.712Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44932026-03-16T20:11:25.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
44942026-03-16T20:11:25.312Z
44952026-03-16T20:11:25.312Zinfo: running `cargo check --bins` on omicron-live-tests (254/265)
44962026-03-16T20:11:25.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-03-16T20:11:25.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-03-16T20:11:25.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44992026-03-16T20:11:25.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
45002026-03-16T20:11:26.074Z
45012026-03-16T20:11:26.074Zinfo: running `cargo check --bins` on live-tests-macros (255/265)
45022026-03-16T20:11:26.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-03-16T20:11:26.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-03-16T20:11:26.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45052026-03-16T20:11:26.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
45062026-03-16T20:11:26.834Z
45072026-03-16T20:11:26.834Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (256/265)
45082026-03-16T20:11:27.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-03-16T20:11:27.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-03-16T20:11:27.727Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45112026-03-16T20:11:28.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
45122026-03-16T20:11:28.714Z
45132026-03-16T20:11:28.714Zinfo: running `cargo check --bins` on omicron-ntp-admin (257/265)
45142026-03-16T20:11:29.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-03-16T20:11:29.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-03-16T20:11:29.498Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45172026-03-16T20:11:29.501Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45182026-03-16T20:11:29.787Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45192026-03-16T20:11:29.790Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45202026-03-16T20:11:30.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
45212026-03-16T20:11:30.992Z
45222026-03-16T20:11:30.992Zinfo: running `cargo check --bins` on ntp-admin-types (258/265)
45232026-03-16T20:11:31.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-03-16T20:11:31.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-03-16T20:11:31.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45262026-03-16T20:11:31.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
45272026-03-16T20:11:31.750Z
45282026-03-16T20:11:31.750Zinfo: running `cargo check --bins` on omicron-package (259/265)
45292026-03-16T20:11:32.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-03-16T20:11:32.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-03-16T20:11:32.553Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45322026-03-16T20:11:33.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
45332026-03-16T20:11:34.116Z
45342026-03-16T20:11:34.116Zinfo: running `cargo check --bins` on tqdb (260/265)
45352026-03-16T20:11:34.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-03-16T20:11:34.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-03-16T20:11:35.053Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45382026-03-16T20:11:35.475Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45392026-03-16T20:11:36.176Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45402026-03-16T20:11:36.179Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45412026-03-16T20:11:42.798Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45422026-03-16T20:11:43.716Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45432026-03-16T20:11:43.720Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45442026-03-16T20:11:43.720Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45452026-03-16T20:11:43.721Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45462026-03-16T20:11:44.686Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45472026-03-16T20:11:54.158Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45482026-03-16T20:12:02.271Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45492026-03-16T20:12:02.283Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45502026-03-16T20:12:02.283Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45512026-03-16T20:12:02.283Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45522026-03-16T20:12:04.171Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45532026-03-16T20:12:05.959Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45542026-03-16T20:12:06.877Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45552026-03-16T20:12:08.592Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45562026-03-16T20:12:09.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.21s
45572026-03-16T20:12:09.570Z
45582026-03-16T20:12:09.570Zinfo: running `cargo check --bins` on wicket-dbg (261/265)
45592026-03-16T20:12:10.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-03-16T20:12:10.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-03-16T20:12:10.426Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45622026-03-16T20:12:10.429Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45632026-03-16T20:12:10.429Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45642026-03-16T20:12:10.562Z Checking rtoolbox v0.0.3
45652026-03-16T20:12:10.565Z Checking tui-tree-widget v0.23.1
45662026-03-16T20:12:10.705Z Checking rpassword v7.4.0
45672026-03-16T20:12:10.851Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45682026-03-16T20:12:11.798Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45692026-03-16T20:12:18.475Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45702026-03-16T20:12:19.386Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45712026-03-16T20:12:20.781Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45722026-03-16T20:12:24.947Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45732026-03-16T20:12:27.478Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45742026-03-16T20:12:28.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.07s
45752026-03-16T20:12:28.866Z
45762026-03-16T20:12:28.866Zinfo: running `cargo check --bins` on wicket (262/265)
45772026-03-16T20:12:29.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-03-16T20:12:29.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-03-16T20:12:29.692Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45802026-03-16T20:12:30.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
45812026-03-16T20:12:30.333Z
45822026-03-16T20:12:30.333Zinfo: running `cargo check --bins` on wicketd (263/265)
45832026-03-16T20:12:31.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45842026-03-16T20:12:31.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45852026-03-16T20:12:31.198Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45862026-03-16T20:12:31.202Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45872026-03-16T20:12:31.202Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45882026-03-16T20:12:31.202Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45892026-03-16T20:12:32.754Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45902026-03-16T20:12:33.542Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45912026-03-16T20:12:37.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.30s
45922026-03-16T20:12:37.863Z
45932026-03-16T20:12:37.863Zinfo: running `cargo check --bins` on omicron-workspace-hack (264/265)
45942026-03-16T20:12:38.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-03-16T20:12:38.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-03-16T20:12:38.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45972026-03-16T20:12:38.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
45982026-03-16T20:12:38.617Z
45992026-03-16T20:12:38.617Zinfo: running `cargo check --bins` on zone-setup (265/265)
46002026-03-16T20:12:39.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46012026-03-16T20:12:39.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46022026-03-16T20:12:39.417Z Checking uzers v0.12.2
46032026-03-16T20:12:39.748Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46042026-03-16T20:12:40.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
46052026-03-16T20:12:40.944Z
46062026-03-16T20:12:40.947Zreal 18:27.456778272
46072026-03-16T20:12:40.947Zuser 27:56.771001114
46082026-03-16T20:12:40.947Zsys 5:06.408351151
46092026-03-16T20:12:40.947Ztrap 0.477593991
46102026-03-16T20:12:40.947Ztflt 0.575491272
46112026-03-16T20:12:40.947Zdflt 0.715825711
46122026-03-16T20:12:40.947Zkflt 0.002141412
46132026-03-16T20:12:40.947Zlock 1:15:08.750687557
46142026-03-16T20:12:40.947Zslp 2:37:23.152703603
46152026-03-16T20:12:40.947Zlat 1:33.342294676
46162026-03-16T20:12:40.948Zstop 4:43.872355011
46172026-03-16T20:12:40.948Zprocess exited: duration 1353917 ms, exit code 0
 
46182026-03-16T20:12:40.954Zfound 0 output files