01KKM1Z8VY6TFNVA05D7F6GZPY: 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: 01KKM204QH7JH8AXN71J3BEF5J

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-13T16:57:04.575Zjob assigned to worker 01KKM206A6WMPRYRYK65X5HVYK [factory aws, i-0eab0ef4c31fa93f1] (queued for 1 m 22 s)
 
22026-03-13T16:57:12.892Zstarting task 0: "setup"
32026-03-13T16:57:12.899Z++ uname -s
42026-03-13T16:57:12.903Z+ kern=SunOS
52026-03-13T16:57:12.903Z+ build_user=build
62026-03-13T16:57:12.903Z+ build_uid=12345
72026-03-13T16:57:12.903Z+ work_dir=/work
82026-03-13T16:57:12.903Z+ input_dir=/input
92026-03-13T16:57:12.903Z+ [[ 0 == 12345 ]]
102026-03-13T16:57:12.903Z+ case "$kern" in
112026-03-13T16:57:12.903Z+ groupadd -g 12345 build
122026-03-13T16:57:12.907Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-13T16:57:14.910Z+ zfs create -o mountpoint=/work rpool/work
142026-03-13T16:57:15.033Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-13T16:57:15.036Z+ home_fs=zfs
162026-03-13T16:57:15.036Z+ [[ zfs == autofs ]]
172026-03-13T16:57:15.036Z+ mkdir -p /home/build
182026-03-13T16:57:15.039Z+ chown build:build /home/build /work
192026-03-13T16:57:17.039Z+ chmod 0700 /home/build /work
202026-03-13T16:57:17.042Zprocess exited: duration 4148 ms, exit code 0
 
212026-03-13T16:57:17.048Zstarting task 1: "rust-toolchain"
222026-03-13T16:57:17.053Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-13T16:57:17.053Z * rust toolchain channel = "1.91.1"
242026-03-13T16:57:17.053Z * rust toolchain profile = "default"
252026-03-13T16:57:17.053Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-13T16:57:17.053Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-13T16:57:17.054Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-13T16:57:17.056Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-13T16:57:17.057Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-13T16:57:17.164Zinfo: downloading installer
312026-03-13T16:57:18.858Zwarn: It looks like you have an existing installation of Rust at:
322026-03-13T16:57:18.858Zwarn: /opt/ooce/bin
332026-03-13T16:57:18.858Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-13T16:57:18.858Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-13T16:57:18.858Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-13T16:57:18.859Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-13T16:57:18.859Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-13T16:57:18.859Zerror: cannot install while Rust is installed
392026-03-13T16:57:18.859Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-13T16:57:18.859Zwarn: It looks like you have an existing rustup settings file at:
412026-03-13T16:57:18.859Zwarn: /home/build/.rustup/settings.toml
422026-03-13T16:57:18.859Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-13T16:57:18.859Zwarn: instead of the one inferred from the default host triple.
442026-03-13T16:57:18.869Zinfo: profile set to default
452026-03-13T16:57:18.869Zinfo: default host triple is x86_64-unknown-illumos
462026-03-13T16:57:18.872Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-13T16:57:19.037Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-13T16:57:19.041Zinfo: downloading 6 components
492026-03-13T16:57:36.013Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
502026-03-13T16:57:36.013Z
512026-03-13T16:57:36.047Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-13T16:57:36.047Z
532026-03-13T16:57:36.051Z
542026-03-13T16:57:36.051ZRust is installed now. Great!
552026-03-13T16:57:36.051Z
562026-03-13T16:57:36.051ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-13T16:57:36.051Zenvironment variable. This has not been done automatically.
582026-03-13T16:57:36.051Z
592026-03-13T16:57:36.051ZTo configure your current shell, you need to source
602026-03-13T16:57:36.051Zthe corresponding env file under $HOME/.cargo.
612026-03-13T16:57:36.051Z
622026-03-13T16:57:36.051ZThis is usually done by running one of the following (note the leading DOT):
632026-03-13T16:57:36.051Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-13T16:57:36.051Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-13T16:57:36.051Zsource "~/.cargo/env.nu" # For nushell
662026-03-13T16:57:36.051Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-13T16:57:36.051Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-13T16:57:36.051Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-13T16:57:36.051Zwarn: no default linker (`cc`) was found in your PATH
702026-03-13T16:57:36.051Zwarn: many Rust crates require a system C toolchain to build
712026-03-13T16:57:36.158Z+ rustup --version
722026-03-13T16:57:36.168Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-13T16:57:36.171Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-13T16:57:36.194Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-13T16:57:36.197Z+ cargo --version
762026-03-13T16:57:36.217Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-13T16:57:36.219Z+ rustc --version
782026-03-13T16:57:36.246Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-13T16:57:36.249Zprocess exited: duration 19201 ms, exit code 0
 
802026-03-13T16:57:36.255Zstarting task 2: "authentication"
812026-03-13T16:57:36.275Zprocess exited: duration 19 ms, exit code 0
 
822026-03-13T16:57:36.281Zstarting task 3: "clone repository"
832026-03-13T16:57:36.285Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-13T16:57:36.290Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-13T16:57:36.330ZCloning into '/work/oxidecomputer/omicron'...
862026-03-13T16:57:47.310Z+ cd /work/oxidecomputer/omicron
872026-03-13T16:57:47.310Z+ git fetch origin 3b8774e0502c2e97c9ece1021cbddd9e13092e5f
882026-03-13T16:57:47.662ZFrom https://github.com/oxidecomputer/omicron
892026-03-13T16:57:47.662Z * branch 3b8774e0502c2e97c9ece1021cbddd9e13092e5f -> FETCH_HEAD
902026-03-13T16:57:47.670Z+ [[ -n mergeconflict/bump-diesel ]]
912026-03-13T16:57:47.673Z++ git branch --show-current
922026-03-13T16:57:47.676Z+ current=main
932026-03-13T16:57:47.676Z+ [[ main != mergeconflict/bump-diesel ]]
942026-03-13T16:57:47.676Z+ git branch -f mergeconflict/bump-diesel 3b8774e0502c2e97c9ece1021cbddd9e13092e5f
952026-03-13T16:57:47.679Z+ git checkout -f mergeconflict/bump-diesel
962026-03-13T16:57:48.004ZSwitched to branch 'mergeconflict/bump-diesel'
972026-03-13T16:57:48.007Z+ git reset --hard 3b8774e0502c2e97c9ece1021cbddd9e13092e5f
982026-03-13T16:57:48.027ZHEAD is now at 3b8774e05 Bump diesel to 2.3.7 and diesel-dtrace to 0.5.0.
992026-03-13T16:57:48.030Zprocess exited: duration 11748 ms, exit code 0
 
1002026-03-13T16:57:48.036Zstarting task 4: "build"
1012026-03-13T16:57:48.040Z+ source .github/buildomat/ci-env.sh
1022026-03-13T16:57:48.043Z++ export CARGO_TERM_COLOR=always
1032026-03-13T16:57:48.043Z++ CARGO_TERM_COLOR=always
1042026-03-13T16:57:48.043Z+ cargo --version
1052026-03-13T16:57:48.053Zcargo 1.91.1 (ea2d97820 2025-10-10)
1062026-03-13T16:57:48.056Z+ rustc --version
1072026-03-13T16:57:48.083Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1082026-03-13T16:57:48.087Z+ source ./env.sh
1092026-03-13T16:57:48.087Z++ OLD_SHELL_OPTS=ehxB
1102026-03-13T16:57:48.087Z++ set -o xtrace
1112026-03-13T16:57:48.090Z++++ dirname ./env.sh
1122026-03-13T16:57:48.090Z+++ readlink -f .
1132026-03-13T16:57:48.093Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-13T16:57:48.093Z++ 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-13T16:57:48.093Z++ 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-13T16:57:48.093Z++ 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-13T16:57:48.093Z++ 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-13T16:57:48.093Z++ 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-13T16:57:48.093Z++ 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-13T16:57:48.093Z++ 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-13T16:57:48.093Z++ 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-13T16:57:48.093Z++ case $OLD_SHELL_OPTS in
1232026-03-13T16:57:48.093Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-13T16:57:48.093Z+ 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-13T16:57:48.093Z+ 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-13T16:57:48.093Z+ banner prerequisites
1272026-03-13T16:57:48.098Z
1282026-03-13T16:57:48.098Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-13T16:57:48.098Z # # # # # # # # # # # # # # #
1302026-03-13T16:57:48.098Z # # # # ##### # # ##### # # # # # #### #
1312026-03-13T16:57:48.098Z ##### ##### # ##### # # # # # # # # #
1322026-03-13T16:57:48.098Z # # # # # # # # # # # # # # #
1332026-03-13T16:57:48.098Z # # # ###### # # ###### ### # #### # #### #
1342026-03-13T16:57:48.098Z
1352026-03-13T16:57:48.098Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-13T16:57:58.319Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-13T16:58:08.049Z Startup: Caching catalogs ... Done
1382026-03-13T16:58:30.501ZPlanning: Solver setup ... Done (20.784s)
1392026-03-13T16:58:30.623ZPlanning: Running solver ... Done (0.151s)
1402026-03-13T16:58:30.793ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-13T16:58:30.809ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-13T16:58:30.949ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-13T16:58:30.973ZPlanning: Package planning ... Done (0.043s)
1442026-03-13T16:58:31.024ZPlanning: Merging actions ... Done (0.039s)
1452026-03-13T16:58:31.275ZPlanning: Checking for conflicting actions ... Done (0.242s)
1462026-03-13T16:58:31.290ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-13T16:58:32.164ZPlanning: Evaluating mediators ... Done (0.882s)
1482026-03-13T16:58:32.198ZPlanning: Planning completed in 23.96 seconds
1492026-03-13T16:58:32.232Z Packages to install: 4
1502026-03-13T16:58:32.232Z Mediators to change: 2
1512026-03-13T16:58:32.233Z Services to change: 1
1522026-03-13T16:58:32.233Z Estimated space available: 155.43 GB
1532026-03-13T16:58:32.233ZEstimated space to be consumed: 1.83 GB
1542026-03-13T16:58:32.233Z Create boot environment: No
1552026-03-13T16:58:32.233ZCreate backup boot environment: No
1562026-03-13T16:58:32.233Z Rebuild boot archive: No
1572026-03-13T16:58:32.233Z
1582026-03-13T16:58:32.233ZChanged mediators:
1592026-03-13T16:58:32.233Z mediator clang:
1602026-03-13T16:58:32.234Z version: None -> 15 (system default)
1612026-03-13T16:58:32.234Z
1622026-03-13T16:58:32.234Z mediator llvm:
1632026-03-13T16:58:32.234Z version: 14 (system default) -> 15 (system default)
1642026-03-13T16:58:32.234Z
1652026-03-13T16:58:32.234ZChanged packages:
1662026-03-13T16:58:32.234Zhelios-dev
1672026-03-13T16:58:32.234Z developer/build-essential
1682026-03-13T16:58:32.234Z None -> 11-2.0
1692026-03-13T16:58:32.234Z library/libxmlsec1
1702026-03-13T16:58:32.235Z None -> 1.2.35-2.0
1712026-03-13T16:58:32.235Z ooce/developer/clang-15
1722026-03-13T16:58:32.235Z None -> 15.0.7-2.0
1732026-03-13T16:58:32.235Z ooce/developer/llvm-15
1742026-03-13T16:58:32.235Z None -> 15.0.7-2.0
1752026-03-13T16:58:32.235Z
1762026-03-13T16:58:32.235ZServices:
1772026-03-13T16:58:32.235Z restart_fmri:
1782026-03-13T16:58:32.235Z svc:/system/update-man-index:default
1792026-03-13T16:58:32.266Z
1802026-03-13T16:58:32.266ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-13T16:58:37.273ZDownload: 1201/3290 items 83.7/212.6MB 39% complete (16.9M/s)
1822026-03-13T16:58:44.049ZDownload: 2221/3290 items 119.2/212.6MB 56% complete (18.6M/s)
1832026-03-13T16:58:49.057ZDownload: 3288/3290 items 212.6/212.6MB 99% complete (9.3M/s)
1842026-03-13T16:58:49.082ZDownload: Completed 212.60 MB in 16.84 seconds (12.6M/s)
1852026-03-13T16:58:49.248Z Actions: 1/3689 actions (Installing new actions)
1862026-03-13T16:58:53.375Z Actions: Completed 3689 actions in 4.13 seconds.
1872026-03-13T16:58:53.747Z Done (0.367s)
1882026-03-13T16:58:53.747Z Done (0.000s)
1892026-03-13T16:58:54.756Z Done (1.009s)
1902026-03-13T16:58:58.812Z Done (3.713s)
1912026-03-13T16:58:58.898Z Done (0.019s)
1922026-03-13T16:58:58.901Z Done (0.000s)
1932026-03-13T16:58:59.032Z Done (0.000s)
1942026-03-13T16:59:00.009ZPlanning: Evaluating mediator changes ... Done
1952026-03-13T16:59:00.155ZPlanning: Checking for conflicting actions ... Done
1962026-03-13T16:59:00.158ZPlanning: Consolidating action changes ... Done
1972026-03-13T16:59:00.376ZPlanning: Evaluating mediators ... Done
1982026-03-13T16:59:00.379ZPlanning: Planning completed in 0.37 seconds
1992026-03-13T16:59:00.406Z Mediators to change: 2
2002026-03-13T16:59:00.406Z Create boot environment: No
2012026-03-13T16:59:00.409ZCreate backup boot environment: No
2022026-03-13T16:59:00.471Z Done
2032026-03-13T16:59:00.471Z Done
2042026-03-13T16:59:01.227Z Done
2052026-03-13T16:59:04.568Z Done
2062026-03-13T16:59:04.653Z Done
2072026-03-13T16:59:04.656Z Done
2082026-03-13T16:59:04.810Z Done
2092026-03-13T16:59:05.345ZPlanning: Evaluating mediator changes ... Done
2102026-03-13T16:59:05.347ZPlanning: Merging actions ... Done
2112026-03-13T16:59:05.513ZPlanning: Checking for conflicting actions ... Done
2122026-03-13T16:59:05.515ZPlanning: Consolidating action changes ... Done
2132026-03-13T16:59:05.733ZPlanning: Evaluating mediators ... Done
2142026-03-13T16:59:05.776ZPlanning: Planning completed in 0.63 seconds
2152026-03-13T16:59:05.807Z Packages to change: 1
2162026-03-13T16:59:05.807Z Mediators to change: 1
2172026-03-13T16:59:05.812Z Services to change: 1
2182026-03-13T16:59:05.812Z Create boot environment: No
2192026-03-13T16:59:05.812ZCreate backup boot environment: Yes
2202026-03-13T16:59:08.534Z Actions: 1/6 actions (Updating modified actions)
2212026-03-13T16:59:08.537Z Actions: Completed 6 actions in 0.00 seconds.
2222026-03-13T16:59:08.537Z Done
2232026-03-13T16:59:08.537Z Done
2242026-03-13T16:59:08.725Z Done
2252026-03-13T16:59:12.090Z Done
2262026-03-13T16:59:12.148Z Done
2272026-03-13T16:59:12.152Z Done
2282026-03-13T16:59:12.312Z Done
2292026-03-13T16:59:12.694ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302026-03-13T16:59:12.694Zclang system 15 system
2312026-03-13T16:59:12.694Zcsh system system illumos
2322026-03-13T16:59:12.694Zctags system system illumos
2332026-03-13T16:59:12.694Zfile system system illumos
2342026-03-13T16:59:12.694Zgcc vendor 12 vendor
2352026-03-13T16:59:12.694Zgcc system 10 system
2362026-03-13T16:59:12.694Zgcc system 7 system
2372026-03-13T16:59:12.694Zgo system 1.20 system
2382026-03-13T16:59:12.694Zgo system 1.19 system
2392026-03-13T16:59:12.694Zllvm system 15 system
2402026-03-13T16:59:12.694Zllvm system 14 system
2412026-03-13T16:59:12.694Zmariadb system 10.6 system
2422026-03-13T16:59:12.694Zmta vendor vendor dma
2432026-03-13T16:59:12.694Zopenjdk system 17 system
2442026-03-13T16:59:12.694Zopenjdk system 11 system
2452026-03-13T16:59:12.694Zopenjdk system 1.8 system
2462026-03-13T16:59:12.694Zopenssl vendor 3 vendor
2472026-03-13T16:59:12.694Zperl system 5.36 system
2482026-03-13T16:59:12.694Zpostgresql system 15 system
2492026-03-13T16:59:12.694Zpostgresql system 13 system
2502026-03-13T16:59:12.694Zpython vendor 3 vendor
2512026-03-13T16:59:12.694Zpython system 2 system
2522026-03-13T16:59:12.694Zpython3 system 3.11 system
2532026-03-13T16:59:12.694Zruby system 3.0 system
2542026-03-13T16:59:12.694Zwords vendor vendor american-english
2552026-03-13T16:59:12.694Zwords system system australian-english
2562026-03-13T16:59:12.694Zwords system system british-english
2572026-03-13T16:59:12.694Zwords system system canadian-english
2582026-03-13T16:59:12.694Zwords system system french
2592026-03-13T16:59:12.694Zwords system system italian
2602026-03-13T16:59:12.694Zwords system system ngerman
2612026-03-13T16:59:12.694Zwords system system ogerman
2622026-03-13T16:59:12.695Zwords system system spanish
2632026-03-13T16:59:12.994ZPUBLISHER TYPE STATUS P LOCATION
2642026-03-13T16:59:12.994Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2652026-03-13T16:59:19.071ZFMRI IFO
2662026-03-13T16:59:19.071Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2672026-03-13T16:59:19.071Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2682026-03-13T16:59:19.071Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2692026-03-13T16:59:19.071Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2702026-03-13T16:59:19.071Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2712026-03-13T16:59:19.071Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2722026-03-13T16:59:19.071Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2732026-03-13T16:59:19.071Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2742026-03-13T16:59:19.071Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752026-03-13T16:59:19.071Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762026-03-13T16:59:19.071Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2772026-03-13T16:59:19.071Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782026-03-13T16:59:19.071Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792026-03-13T16:59:19.071Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2802026-03-13T16:59:19.071Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812026-03-13T16:59:19.071Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822026-03-13T16:59:20.313Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832026-03-13T16:59:20.591Z Updating crates.io index
2842026-03-13T16:59:20.626Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852026-03-13T16:59:20.900Z Updating git repository `https://github.com/oxidecomputer/lldp`
2862026-03-13T16:59:21.977Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-03-13T16:59:22.137Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-03-13T16:59:22.430Z Updating git repository `https://github.com/oxidecomputer/falcon`
2892026-03-13T16:59:25.129Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902026-03-13T16:59:25.967Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912026-03-13T16:59:27.381Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-03-13T16:59:28.939Z Updating git repository `https://github.com/oxidecomputer/opte`
2932026-03-13T16:59:29.703Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942026-03-13T16:59:30.129Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2952026-03-13T16:59:31.345Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962026-03-13T16:59:31.608Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972026-03-13T16:59:32.073Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982026-03-13T16:59:32.365Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992026-03-13T16:59:33.576Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002026-03-13T16:59:35.052Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012026-03-13T16:59:35.354Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022026-03-13T16:59:35.673Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3032026-03-13T16:59:36.226Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042026-03-13T16:59:36.487Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052026-03-13T16:59:36.768Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062026-03-13T16:59:37.104Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072026-03-13T16:59:37.616Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082026-03-13T16:59:38.098Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3092026-03-13T16:59:38.657Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3102026-03-13T16:59:38.928Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3112026-03-13T16:59:39.335Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122026-03-13T16:59:39.630Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-03-13T16:59:40.872Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-03-13T16:59:41.176Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-03-13T16:59:41.536Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-03-13T16:59:41.915Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-03-13T16:59:42.294Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-03-13T16:59:42.815Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-03-13T16:59:43.073Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-03-13T16:59:43.393Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-03-13T16:59:43.819Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-03-13T16:59:58.675Z Downloading crates ...
3232026-03-13T16:59:58.737Z Downloaded autocfg v1.5.0
3242026-03-13T16:59:58.741Z Downloaded anstyle v1.0.13
3252026-03-13T16:59:58.746Z Downloaded toml_datetime v0.6.11
3262026-03-13T16:59:58.750Z Downloaded writeable v0.6.2
3272026-03-13T16:59:58.758Z Downloaded cargo-util-schemas v0.8.2
3282026-03-13T16:59:58.758Z Downloaded zmij v1.0.21
3292026-03-13T16:59:58.758Z Downloaded thread-id v4.2.2
3302026-03-13T16:59:58.761Z Downloaded cargo_metadata v0.21.0
3312026-03-13T16:59:58.761Z Downloaded utf8_iter v1.0.4
3322026-03-13T16:59:58.761Z Downloaded thiserror v1.0.69
3332026-03-13T16:59:58.764Z Downloaded zerofrom-derive v0.1.6
3342026-03-13T16:59:58.764Z Downloaded version_check v0.9.5
3352026-03-13T16:59:58.764Z Downloaded unicode-xid v0.2.6
3362026-03-13T16:59:58.771Z Downloaded pest_derive v2.8.6
3372026-03-13T16:59:58.771Z Downloaded dtrace-parser v0.2.0
3382026-03-13T16:59:58.778Z Downloaded usdt v0.5.0
3392026-03-13T16:59:58.778Z Downloaded swrite v0.1.0
3402026-03-13T16:59:58.778Z Downloaded cfg-if v1.0.4
3412026-03-13T16:59:58.778Z Downloaded macaddr v1.0.1
3422026-03-13T16:59:58.778Z Downloaded digest v0.10.7
3432026-03-13T16:59:58.778Z Downloaded toml_write v0.1.2
3442026-03-13T16:59:58.778Z Downloaded errno v0.3.14
3452026-03-13T16:59:58.783Z Downloaded cargo_toml v0.21.0
3462026-03-13T16:59:58.783Z Downloaded zerofrom v0.1.6
3472026-03-13T16:59:58.783Z Downloaded anstyle-parse v0.2.7
3482026-03-13T16:59:58.783Z Downloaded sha2 v0.10.9
3492026-03-13T16:59:58.783Z Downloaded idna_adapter v1.2.1
3502026-03-13T16:59:58.783Z Downloaded camino-tempfile v1.4.1
3512026-03-13T16:59:58.783Z Downloaded yoke-derive v0.8.1
3522026-03-13T16:59:58.783Z Downloaded utf8parse v0.2.2
3532026-03-13T16:59:58.787Z Downloaded heck v0.4.1
3542026-03-13T16:59:58.787Z Downloaded proc-macro-error-attr v1.0.4
3552026-03-13T16:59:58.787Z Downloaded usdt-macro v0.5.0
3562026-03-13T16:59:58.787Z Downloaded proc-macro-error v1.0.4
3572026-03-13T16:59:58.790Z Downloaded cargo-platform v0.2.0
3582026-03-13T16:59:58.790Z Downloaded unicode-linebreak v0.1.5
3592026-03-13T16:59:58.793Z Downloaded typeid v1.0.3
3602026-03-13T16:59:58.793Z Downloaded icu_collections v2.1.1
3612026-03-13T16:59:58.797Z Downloaded usdt-impl v0.5.0
3622026-03-13T16:59:58.797Z Downloaded camino v1.2.2
3632026-03-13T16:59:58.801Z Downloaded serde-untagged v0.1.9
3642026-03-13T16:59:58.801Z Downloaded yoke v0.8.1
3652026-03-13T16:59:58.804Z Downloaded tinystr v0.8.2
3662026-03-13T16:59:58.804Z Downloaded usdt-attr-macro v0.5.0
3672026-03-13T16:59:58.804Z Downloaded pest_meta v2.8.6
3682026-03-13T16:59:58.807Z Downloaded anyhow v1.0.102
3692026-03-13T16:59:58.811Z Downloaded zerovec-derive v0.11.2
3702026-03-13T16:59:58.812Z Downloaded toml v0.8.23
3712026-03-13T16:59:58.815Z Downloaded thiserror v2.0.18
3722026-03-13T16:59:58.815Z Downloaded thiserror-impl v2.0.18
3732026-03-13T16:59:58.818Z Downloaded toml_edit v0.22.27
3742026-03-13T16:59:58.821Z Downloaded generic-array v0.14.7
3752026-03-13T16:59:58.821Z Downloaded once_cell v1.21.3
3762026-03-13T16:59:58.824Z Downloaded ucd-trie v0.1.7
3772026-03-13T16:59:58.824Z Downloaded zerocopy-derive v0.7.35
3782026-03-13T16:59:58.827Z Downloaded textwrap v0.16.2
3792026-03-13T16:59:58.831Z Downloaded block-buffer v0.10.4
3802026-03-13T16:59:58.831Z Downloaded unicode-ident v1.0.24
3812026-03-13T16:59:58.834Z Downloaded stable_deref_trait v1.2.1
3822026-03-13T16:59:58.834Z Downloaded serde-value v0.7.0
3832026-03-13T16:59:58.834Z Downloaded tabled_derive v0.7.0
3842026-03-13T16:59:58.834Z Downloaded potential_utf v0.1.4
3852026-03-13T16:59:58.834Z Downloaded is_terminal_polyfill v1.70.2
3862026-03-13T16:59:58.837Z Downloaded erased-serde v0.4.9
3872026-03-13T16:59:58.837Z Downloaded zerotrie v0.2.3
3882026-03-13T16:59:58.840Z Downloaded cpufeatures v0.2.17
3892026-03-13T16:59:58.840Z Downloaded url v2.5.8
3902026-03-13T16:59:58.844Z Downloaded itoa v1.0.17
3912026-03-13T16:59:58.844Z Downloaded dof v0.3.0
3922026-03-13T16:59:58.847Z Downloaded typenum v1.19.0
3932026-03-13T16:59:58.847Z Downloaded anstyle-query v1.1.5
3942026-03-13T16:59:58.850Z Downloaded strsim v0.11.1
3952026-03-13T16:59:58.850Z Downloaded bytecount v0.6.9
3962026-03-13T16:59:58.850Z Downloaded byteorder v1.5.0
3972026-03-13T16:59:58.853Z Downloaded ordered-float v2.10.1
3982026-03-13T16:59:58.853Z Downloaded form_urlencoded v1.2.2
3992026-03-13T16:59:58.853Z Downloaded crypto-common v0.1.7
4002026-03-13T16:59:58.857Z Downloaded thiserror-impl v1.0.69
4012026-03-13T16:59:58.857Z Downloaded anstream v0.6.21
4022026-03-13T16:59:58.857Z Downloaded zerovec v0.11.5
4032026-03-13T16:59:58.860Z Downloaded smawk v0.3.2
4042026-03-13T16:59:58.864Z Downloaded scroll_derive v0.12.1
4052026-03-13T16:59:58.864Z Downloaded pretty-hex v0.4.1
4062026-03-13T16:59:58.864Z Downloaded zerocopy v0.7.35
4072026-03-13T16:59:58.872Z Downloaded serde_spanned v0.6.9
4082026-03-13T16:59:58.877Z Downloaded winnow v0.7.14
4092026-03-13T16:59:58.880Z Downloaded memmap v0.7.0
4102026-03-13T16:59:58.883Z Downloaded terminal_size v0.4.3
4112026-03-13T16:59:58.883Z Downloaded plain v0.2.3
4122026-03-13T16:59:58.883Z Downloaded unicode-width v0.2.0
4132026-03-13T16:59:58.886Z Downloaded scroll v0.12.0
4142026-03-13T16:59:58.889Z Downloaded unicode-width v0.1.14
4152026-03-13T16:59:58.892Z Downloaded serde_tokenstream v0.2.3
4162026-03-13T16:59:58.895Z Downloaded icu_normalizer_data v2.1.1
4172026-03-13T16:59:58.895Z Downloaded displaydoc v0.2.5
4182026-03-13T16:59:58.898Z Downloaded tempfile v3.25.0
4192026-03-13T16:59:58.898Z Downloaded heck v0.5.0
4202026-03-13T16:59:58.901Z Downloaded percent-encoding v2.3.2
4212026-03-13T16:59:58.901Z Downloaded equivalent v1.0.2
4222026-03-13T16:59:58.901Z Downloaded colorchoice v1.0.4
4232026-03-13T16:59:58.901Z Downloaded clap_lex v1.0.0
4242026-03-13T16:59:58.905Z Downloaded fs-err v3.3.0
4252026-03-13T16:59:58.908Z Downloaded quote v1.0.44
4262026-03-13T16:59:58.911Z Downloaded fnv v1.0.7
4272026-03-13T16:59:58.911Z Downloaded semver v1.0.27
4282026-03-13T16:59:58.914Z Downloaded fastrand v2.3.0
4292026-03-13T16:59:58.919Z Downloaded litemap v0.8.1
4302026-03-13T16:59:58.922Z Downloaded pest_generator v2.8.6
4312026-03-13T16:59:58.925Z Downloaded smallvec v1.15.1
4322026-03-13T16:59:58.928Z Downloaded serde v1.0.228
4332026-03-13T16:59:58.931Z Downloaded icu_properties v2.1.2
4342026-03-13T16:59:58.939Z Downloaded clap_derive v4.5.55
4352026-03-13T16:59:58.943Z Downloaded icu_provider v2.1.1
4362026-03-13T16:59:58.950Z Downloaded proc-macro2 v1.0.106
4372026-03-13T16:59:58.953Z Downloaded log v0.4.29
4382026-03-13T16:59:58.956Z Downloaded papergrid v0.11.0
4392026-03-13T16:59:58.959Z Downloaded num-traits v0.2.19
4402026-03-13T16:59:58.961Z Downloaded synstructure v0.13.2
4412026-03-13T16:59:58.967Z Downloaded serde_core v1.0.228
4422026-03-13T16:59:58.970Z Downloaded clap v4.5.60
4432026-03-13T16:59:58.974Z Downloaded icu_normalizer v2.1.1
4442026-03-13T16:59:58.977Z Downloaded icu_locale_core v2.1.1
4452026-03-13T16:59:58.981Z Downloaded getrandom v0.4.1
4462026-03-13T16:59:58.984Z Downloaded bitflags v2.11.0
4472026-03-13T16:59:58.994Z Downloaded serde_derive v1.0.228
4482026-03-13T16:59:58.999Z Downloaded indexmap v2.13.0
4492026-03-13T16:59:59.003Z Downloaded memchr v2.8.0
4502026-03-13T16:59:59.010Z Downloaded pest v2.8.6
4512026-03-13T16:59:59.014Z Downloaded idna v1.1.0
4522026-03-13T16:59:59.031Z Downloaded hashbrown v0.16.1
4532026-03-13T16:59:59.040Z Downloaded clap_builder v4.5.60
4542026-03-13T16:59:59.044Z Downloaded serde_json v1.0.149
4552026-03-13T16:59:59.049Z Downloaded icu_properties_data v2.1.2
4562026-03-13T16:59:59.055Z Downloaded goblin v0.8.2
4572026-03-13T16:59:59.059Z Downloaded syn v1.0.109
4582026-03-13T16:59:59.066Z Downloaded tabled v0.15.0
4592026-03-13T16:59:59.079Z Downloaded syn v2.0.117
4602026-03-13T16:59:59.096Z Downloaded rustix v1.1.3
4612026-03-13T16:59:59.121Z Downloaded libc v0.2.180
4622026-03-13T16:59:59.199Z Compiling proc-macro2 v1.0.106
4632026-03-13T16:59:59.202Z Compiling quote v1.0.44
4642026-03-13T16:59:59.202Z Compiling unicode-ident v1.0.24
4652026-03-13T16:59:59.203Z Compiling serde_core v1.0.228
4662026-03-13T16:59:59.203Z Compiling libc v0.2.180
4672026-03-13T16:59:59.203Z Compiling version_check v0.9.5
4682026-03-13T16:59:59.203Z Compiling serde v1.0.228
4692026-03-13T16:59:59.203Z Compiling stable_deref_trait v1.2.1
4702026-03-13T16:59:59.610Z Compiling memchr v2.8.0
4712026-03-13T16:59:59.633Z Compiling zmij v1.0.21
4722026-03-13T16:59:59.932Z Compiling autocfg v1.5.0
4732026-03-13T16:59:59.978Z Compiling ucd-trie v0.1.7
4742026-03-13T17:00:00.305Z Compiling itoa v1.0.17
4752026-03-13T17:00:00.400Z Compiling thiserror v1.0.69
4762026-03-13T17:00:00.485Z Compiling pest v2.8.6
4772026-03-13T17:00:00.520Z Compiling litemap v0.8.1
4782026-03-13T17:00:00.544Z Compiling writeable v0.6.2
4792026-03-13T17:00:00.643Z Compiling icu_properties_data v2.1.2
4802026-03-13T17:00:00.768Z Compiling icu_normalizer_data v2.1.1
4812026-03-13T17:00:01.018Z Compiling byteorder v1.5.0
4822026-03-13T17:00:01.043Z Compiling rustix v1.1.3
4832026-03-13T17:00:01.211Z Compiling syn v2.0.117
4842026-03-13T17:00:01.326Z Compiling errno v0.3.14
4852026-03-13T17:00:01.329Z Compiling serde_json v1.0.149
4862026-03-13T17:00:01.372Z Compiling bitflags v2.11.0
4872026-03-13T17:00:01.660Z Compiling num-traits v0.2.19
4882026-03-13T17:00:01.698Z Compiling hashbrown v0.16.1
4892026-03-13T17:00:01.732Z Compiling typeid v1.0.3
4902026-03-13T17:00:01.905Z Compiling smallvec v1.15.1
4912026-03-13T17:00:02.084Z Compiling pest_meta v2.8.6
4922026-03-13T17:00:02.183Z Compiling equivalent v1.0.2
4932026-03-13T17:00:02.427Z Compiling indexmap v2.13.0
4942026-03-13T17:00:02.569Z Compiling thread-id v4.2.2
4952026-03-13T17:00:02.682Z Compiling proc-macro-error-attr v1.0.4
4962026-03-13T17:00:02.706Z Compiling usdt-impl v0.5.0
4972026-03-13T17:00:02.729Z Compiling toml_write v0.1.2
4982026-03-13T17:00:02.941Z Compiling winnow v0.7.14
4992026-03-13T17:00:02.992Z Compiling syn v1.0.109
5002026-03-13T17:00:03.015Z Compiling erased-serde v0.4.9
5012026-03-13T17:00:03.505Z Compiling proc-macro-error v1.0.4
5022026-03-13T17:00:03.649Z Compiling percent-encoding v2.3.2
5032026-03-13T17:00:03.786Z Compiling getrandom v0.4.1
5042026-03-13T17:00:03.895Z Compiling utf8parse v0.2.2
5052026-03-13T17:00:04.042Z Compiling utf8_iter v1.0.4
5062026-03-13T17:00:04.232Z Compiling log v0.4.29
5072026-03-13T17:00:04.256Z Compiling thiserror v2.0.18
5082026-03-13T17:00:04.413Z Compiling camino v1.2.2
5092026-03-13T17:00:04.475Z Compiling plain v0.2.3
5102026-03-13T17:00:04.533Z Compiling ordered-float v2.10.1
5112026-03-13T17:00:04.649Z Compiling anstyle-parse v0.2.7
5122026-03-13T17:00:04.732Z Compiling form_urlencoded v1.2.2
5132026-03-13T17:00:04.987Z Compiling terminal_size v0.4.3
5142026-03-13T17:00:04.990Z Compiling cfg-if v1.0.4
5152026-03-13T17:00:05.058Z Compiling colorchoice v1.0.4
5162026-03-13T17:00:05.126Z Compiling synstructure v0.13.2
5172026-03-13T17:00:05.156Z Compiling pest_generator v2.8.6
5182026-03-13T17:00:05.201Z Compiling anstyle-query v1.1.5
5192026-03-13T17:00:05.296Z Compiling pretty-hex v0.4.1
5202026-03-13T17:00:05.339Z Compiling anstyle v1.0.13
5212026-03-13T17:00:05.453Z Compiling is_terminal_polyfill v1.70.2
5222026-03-13T17:00:05.477Z Compiling serde-untagged v0.1.9
5232026-03-13T17:00:05.591Z Compiling anstream v0.6.21
5242026-03-13T17:00:05.811Z Compiling semver v1.0.27
5252026-03-13T17:00:05.958Z Compiling fs-err v3.3.0
5262026-03-13T17:00:05.997Z Compiling clap_lex v1.0.0
5272026-03-13T17:00:06.114Z Compiling heck v0.4.1
5282026-03-13T17:00:06.212Z Compiling strsim v0.11.1
5292026-03-13T17:00:06.239Z Compiling unicode-xid v0.2.6
5302026-03-13T17:00:06.256Z Compiling fastrand v2.3.0
5312026-03-13T17:00:06.295Z Compiling unicode-width v0.1.14
5322026-03-13T17:00:06.395Z Compiling once_cell v1.21.3
5332026-03-13T17:00:06.414Z Compiling anyhow v1.0.102
5342026-03-13T17:00:06.650Z Compiling bytecount v0.6.9
5352026-03-13T17:00:06.675Z Compiling fnv v1.0.7
5362026-03-13T17:00:06.685Z Compiling heck v0.5.0
5372026-03-13T17:00:06.801Z Compiling papergrid v0.11.0
5382026-03-13T17:00:06.823Z Compiling tempfile v3.25.0
5392026-03-13T17:00:06.974Z Compiling clap_builder v4.5.60
5402026-03-13T17:00:07.114Z Compiling memmap v0.7.0
5412026-03-13T17:00:07.139Z Compiling unicode-width v0.2.0
5422026-03-13T17:00:07.363Z Compiling unicode-linebreak v0.1.5
5432026-03-13T17:00:07.390Z Compiling smawk v0.3.2
5442026-03-13T17:00:07.688Z Compiling textwrap v0.16.2
5452026-03-13T17:00:07.711Z Compiling serde_derive v1.0.228
5462026-03-13T17:00:07.935Z Compiling zerofrom-derive v0.1.6
5472026-03-13T17:00:07.975Z Compiling yoke-derive v0.8.1
5482026-03-13T17:00:08.048Z Compiling zerovec-derive v0.11.2
5492026-03-13T17:00:08.325Z Compiling displaydoc v0.2.5
5502026-03-13T17:00:08.819Z Compiling thiserror-impl v1.0.69
5512026-03-13T17:00:09.309Z Compiling zerocopy-derive v0.7.35
5522026-03-13T17:00:09.543Z Compiling pest_derive v2.8.6
5532026-03-13T17:00:09.583Z Compiling scroll_derive v0.12.1
5542026-03-13T17:00:09.888Z Compiling zerofrom v0.1.6
5552026-03-13T17:00:10.058Z Compiling yoke v0.8.1
5562026-03-13T17:00:10.115Z Compiling thiserror-impl v2.0.18
5572026-03-13T17:00:10.300Z Compiling zerovec v0.11.5
5582026-03-13T17:00:10.491Z Compiling zerotrie v0.2.3
5592026-03-13T17:00:10.515Z Compiling zerocopy v0.7.35
5602026-03-13T17:00:10.674Z Compiling dtrace-parser v0.2.0
5612026-03-13T17:00:10.890Z Compiling scroll v0.12.0
5622026-03-13T17:00:10.989Z Compiling tinystr v0.8.2
5632026-03-13T17:00:11.235Z Compiling icu_locale_core v2.1.1
5642026-03-13T17:00:11.259Z Compiling potential_utf v0.1.4
5652026-03-13T17:00:11.315Z Compiling goblin v0.8.2
5662026-03-13T17:00:11.368Z Compiling tabled_derive v0.7.0
5672026-03-13T17:00:11.473Z Compiling icu_collections v2.1.1
5682026-03-13T17:00:11.664Z Compiling clap_derive v4.5.55
5692026-03-13T17:00:11.727Z Compiling camino-tempfile v1.4.1
5702026-03-13T17:00:12.140Z Compiling icu_provider v2.1.1
5712026-03-13T17:00:12.166Z Compiling swrite v0.1.0
5722026-03-13T17:00:12.304Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5732026-03-13T17:00:12.550Z Compiling icu_normalizer v2.1.1
5742026-03-13T17:00:12.576Z Compiling icu_properties v2.1.2
5752026-03-13T17:00:12.579Z Compiling serde_spanned v0.6.9
5762026-03-13T17:00:12.628Z Compiling toml_datetime v0.6.11
5772026-03-13T17:00:12.733Z Compiling dof v0.3.0
5782026-03-13T17:00:12.748Z Compiling serde_tokenstream v0.2.3
5792026-03-13T17:00:12.769Z Compiling serde-value v0.7.0
5802026-03-13T17:00:12.981Z Compiling toml_edit v0.22.27
5812026-03-13T17:00:13.225Z Compiling cargo-platform v0.2.0
5822026-03-13T17:00:13.266Z Compiling tabled v0.15.0
5832026-03-13T17:00:13.302Z Compiling macaddr v1.0.1
5842026-03-13T17:00:13.805Z Compiling idna_adapter v1.2.1
5852026-03-13T17:00:13.834Z Compiling usdt-attr-macro v0.5.0
5862026-03-13T17:00:13.885Z Compiling usdt-macro v0.5.0
5872026-03-13T17:00:14.005Z Compiling idna v1.1.0
5882026-03-13T17:00:14.111Z Compiling clap v4.5.60
5892026-03-13T17:00:14.351Z Compiling url v2.5.8
5902026-03-13T17:00:14.920Z Compiling toml v0.8.23
5912026-03-13T17:00:15.427Z Compiling cargo-util-schemas v0.8.2
5922026-03-13T17:00:15.507Z Compiling cargo_toml v0.21.0
5932026-03-13T17:00:15.730Z Compiling usdt v0.5.0
5942026-03-13T17:00:16.661Z Compiling cargo_metadata v0.21.0
5952026-03-13T17:00:18.025Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5962026-03-13T17:00:20.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
5972026-03-13T17:00:21.170Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5982026-03-13T17:00:21.899Z Downloading crates ...
5992026-03-13T17:00:22.005Z Downloaded adler2 v2.0.1
6002026-03-13T17:00:22.010Z Downloaded backoff v0.4.0
6012026-03-13T17:00:22.017Z Downloaded async-stream-impl v0.3.6
6022026-03-13T17:00:22.020Z Downloaded atty v0.2.14
6032026-03-13T17:00:22.023Z Downloaded async-stream v0.3.6
6042026-03-13T17:00:22.026Z Downloaded async-recursion v1.1.1
6052026-03-13T17:00:22.035Z Downloaded cmake v0.1.57
6062026-03-13T17:00:22.039Z Downloaded castaway v0.2.4
6072026-03-13T17:00:22.042Z Downloaded bitfield-macros v0.19.4
6082026-03-13T17:00:22.045Z Downloaded bcs v0.1.6
6092026-03-13T17:00:22.049Z Downloaded darling v0.21.3
6102026-03-13T17:00:22.055Z Downloaded debug-ignore v1.0.5
6112026-03-13T17:00:22.061Z Downloaded defmt-parser v1.0.0
6122026-03-13T17:00:22.064Z Downloaded critical-section v1.2.0
6132026-03-13T17:00:22.067Z Downloaded cstr-argument v0.1.2
6142026-03-13T17:00:22.069Z Downloaded bit-set v0.5.3
6152026-03-13T17:00:22.072Z Downloaded array-init v0.0.4
6162026-03-13T17:00:22.076Z Downloaded foldhash v0.1.5
6172026-03-13T17:00:22.079Z Downloaded defmt-macros v1.0.1
6182026-03-13T17:00:22.084Z Downloaded difflib v0.4.0
6192026-03-13T17:00:22.087Z Downloaded flagset v0.4.7
6202026-03-13T17:00:22.090Z Downloaded daft v0.1.5
6212026-03-13T17:00:22.094Z Downloaded crossbeam-utils v0.8.21
6222026-03-13T17:00:22.098Z Downloaded deranged v0.5.8
6232026-03-13T17:00:22.103Z Downloaded crossterm v0.28.1
6242026-03-13T17:00:22.110Z Downloaded fd-lock v4.0.4
6252026-03-13T17:00:22.115Z Downloaded dropshot-api-manager-types v0.6.0
6262026-03-13T17:00:22.118Z Downloaded dtrace-parser v0.3.0
6272026-03-13T17:00:22.121Z Downloaded enum-as-inner v0.6.1
6282026-03-13T17:00:22.124Z Downloaded darling_core v0.20.11
6292026-03-13T17:00:22.134Z Downloaded fixedbitset v0.4.2
6302026-03-13T17:00:22.138Z Downloaded foreign-types-macros v0.2.3
6312026-03-13T17:00:22.138Z Downloaded funty v2.0.0
6322026-03-13T17:00:22.144Z Downloaded float-cmp v0.10.0
6332026-03-13T17:00:22.144Z Downloaded chacha20 v0.9.1
6342026-03-13T17:00:22.151Z Downloaded env_filter v1.0.0
6352026-03-13T17:00:22.151Z Downloaded dirs-sys-next v0.1.2
6362026-03-13T17:00:22.156Z Downloaded foreign-types-shared v0.3.1
6372026-03-13T17:00:22.159Z Downloaded foreign-types v0.3.2
6382026-03-13T17:00:22.159Z Downloaded futures-task v0.3.32
6392026-03-13T17:00:22.162Z Downloaded dyn-clone v1.0.20
6402026-03-13T17:00:22.169Z Downloaded cancel-safe-futures v0.1.5
6412026-03-13T17:00:22.177Z Downloaded allocator-api2 v0.2.21
6422026-03-13T17:00:22.194Z Downloaded foreign-types-shared v0.1.1
6432026-03-13T17:00:22.195Z Downloaded fxhash v0.2.1
6442026-03-13T17:00:22.195Z Downloaded git-stub v1.0.0
6452026-03-13T17:00:22.198Z Downloaded futures-macro v0.3.32
6462026-03-13T17:00:22.198Z Downloaded globwalk v0.9.1
6472026-03-13T17:00:22.198Z Downloaded fixedbitset v0.5.7
6482026-03-13T17:00:22.199Z Downloaded der v0.7.10
6492026-03-13T17:00:22.203Z Downloaded ghash v0.5.1
6502026-03-13T17:00:22.208Z Downloaded hex-literal v0.4.1
6512026-03-13T17:00:22.208Z Downloaded gethostname v0.5.0
6522026-03-13T17:00:22.211Z Downloaded hash32 v0.2.1
6532026-03-13T17:00:22.215Z Downloaded hex v0.4.3
6542026-03-13T17:00:22.220Z Downloaded constant_time_eq v0.4.2
6552026-03-13T17:00:22.220Z Downloaded http-body v1.0.1
6562026-03-13T17:00:22.226Z Downloaded httpdate v1.0.3
6572026-03-13T17:00:22.231Z Downloaded const_format_proc_macros v0.2.34
6582026-03-13T17:00:22.235Z Downloaded ed25519 v2.2.3
6592026-03-13T17:00:22.235Z Downloaded hostname v0.3.1
6602026-03-13T17:00:22.240Z Downloaded env_logger v0.11.9
6612026-03-13T17:00:22.244Z Downloaded drift v0.1.3
6622026-03-13T17:00:22.263Z Downloaded ident_case v1.0.1
6632026-03-13T17:00:22.268Z Downloaded darling v0.23.0
6642026-03-13T17:00:22.272Z Downloaded inout v0.1.4
6652026-03-13T17:00:22.275Z Downloaded instant v0.1.13
6662026-03-13T17:00:22.280Z Downloaded indent_write v2.2.0
6672026-03-13T17:00:22.280Z Downloaded indoc v1.0.9
6682026-03-13T17:00:22.284Z Downloaded is_ci v1.2.0
6692026-03-13T17:00:22.288Z Downloaded group v0.13.0
6702026-03-13T17:00:22.297Z Downloaded kstat-rs v0.2.4
6712026-03-13T17:00:22.302Z Downloaded internet-checksum v0.2.1
6722026-03-13T17:00:22.302Z Downloaded keccak v0.1.6
6732026-03-13T17:00:22.302Z Downloaded cargo_toml v0.22.3
6742026-03-13T17:00:22.302Z Downloaded is-terminal v0.4.17
6752026-03-13T17:00:22.307Z Downloaded lazy_static v1.5.0
6762026-03-13T17:00:22.307Z Downloaded chacha20 v0.10.0
6772026-03-13T17:00:22.312Z Downloaded humantime v2.3.0
6782026-03-13T17:00:22.316Z Downloaded cookie v0.18.1
6792026-03-13T17:00:22.321Z Downloaded console v0.15.11
6802026-03-13T17:00:22.321Z Downloaded http-body-util v0.1.3
6812026-03-13T17:00:22.326Z Downloaded fallible-iterator v0.2.0
6822026-03-13T17:00:22.329Z Downloaded crossbeam-deque v0.8.6
6832026-03-13T17:00:22.329Z Downloaded des v0.8.1
6842026-03-13T17:00:22.338Z Downloaded maybe-uninit v2.0.0
6852026-03-13T17:00:22.342Z Downloaded multimap v0.10.1
6862026-03-13T17:00:22.342Z Downloaded memoffset v0.9.1
6872026-03-13T17:00:22.342Z Downloaded hyper-staticfile v0.10.1
6882026-03-13T17:00:22.347Z Downloaded indoc v2.0.7
6892026-03-13T17:00:22.347Z Downloaded half v1.8.3
6902026-03-13T17:00:22.350Z Downloaded lalrpop-util v0.19.12
6912026-03-13T17:00:22.358Z Downloaded md5 v0.7.0
6922026-03-13T17:00:22.364Z Downloaded impl-trait-for-tuples v0.2.3
6932026-03-13T17:00:22.364Z Downloaded nibble_vec v0.1.0
6942026-03-13T17:00:22.364Z Downloaded nodrop v0.1.14
6952026-03-13T17:00:22.372Z Downloaded find-msvc-tools v0.1.9
6962026-03-13T17:00:22.373Z Downloaded ingot-types v0.1.2
6972026-03-13T17:00:22.376Z Downloaded newtype-uuid-macros v0.1.0
6982026-03-13T17:00:22.376Z Downloaded highway v1.3.0
6992026-03-13T17:00:22.376Z Downloaded hickory-client v0.25.2
7002026-03-13T17:00:22.384Z Downloaded nonempty v0.12.0
7012026-03-13T17:00:22.384Z Downloaded normalize-line-endings v0.3.0
7022026-03-13T17:00:22.394Z Downloaded libloading v0.8.9
7032026-03-13T17:00:22.395Z Downloaded num-iter v0.1.45
7042026-03-13T17:00:22.400Z Downloaded openssl-macros v0.1.1
7052026-03-13T17:00:22.400Z Downloaded num_threads v0.1.7
7062026-03-13T17:00:22.400Z Downloaded num_enum_derive v0.5.11
7072026-03-13T17:00:22.400Z Downloaded num-conv v0.2.0
7082026-03-13T17:00:22.405Z Downloaded olpc-cjson v0.1.4
7092026-03-13T17:00:22.405Z Downloaded futures v0.3.32
7102026-03-13T17:00:22.411Z Downloaded linear-map v1.2.0
7112026-03-13T17:00:22.416Z Downloaded derive-where v1.6.0
7122026-03-13T17:00:22.465Z Downloaded fatfs v0.3.6
7132026-03-13T17:00:22.465Z Downloaded opaque-debug v0.3.1
7142026-03-13T17:00:22.466Z Downloaded openssl-probe v0.2.1
7152026-03-13T17:00:22.466Z Downloaded newtype_derive v0.1.6
7162026-03-13T17:00:22.466Z Downloaded parse-display v0.10.0
7172026-03-13T17:00:22.466Z Downloaded match_cfg v0.1.0
7182026-03-13T17:00:22.466Z Downloaded lzss v0.8.2
7192026-03-13T17:00:22.466Z Downloaded openssl-probe v0.1.6
7202026-03-13T17:00:22.466Z Downloaded ingot-macros v0.1.1
7212026-03-13T17:00:22.466Z Downloaded nanorand v0.7.0
7222026-03-13T17:00:22.466Z Downloaded mime_guess v2.0.5
7232026-03-13T17:00:22.466Z Downloaded path-slash v0.1.5
7242026-03-13T17:00:22.466Z Downloaded pbkdf2 v0.12.2
7252026-03-13T17:00:22.466Z Downloaded nu-ansi-term v0.50.3
7262026-03-13T17:00:22.466Z Downloaded newtype-uuid v1.3.2
7272026-03-13T17:00:22.466Z Downloaded linked-hash-map v0.5.6
7282026-03-13T17:00:22.466Z Downloaded peg-runtime v0.8.5
7292026-03-13T17:00:22.466Z Downloaded multer v3.1.0
7302026-03-13T17:00:22.483Z Downloaded base64 v0.22.1
7312026-03-13T17:00:22.483Z Downloaded indexmap v1.9.3
7322026-03-13T17:00:22.483Z Downloaded owo-colors v4.3.0
7332026-03-13T17:00:22.483Z Downloaded oso-derive v0.27.3
7342026-03-13T17:00:22.498Z Downloaded phf_shared v0.11.3
7352026-03-13T17:00:22.498Z Downloaded num_enum v0.7.5
7362026-03-13T17:00:22.498Z Downloaded phf_shared v0.12.1
7372026-03-13T17:00:22.498Z Downloaded phf_shared v0.13.1
7382026-03-13T17:00:22.498Z Downloaded dropshot_endpoint v0.16.7
7392026-03-13T17:00:22.514Z Downloaded const_format v0.2.35
7402026-03-13T17:00:22.514Z Downloaded compact_str v0.8.1
7412026-03-13T17:00:22.514Z Downloaded cc v1.2.56
7422026-03-13T17:00:22.514Z Downloaded bumpalo v3.20.2
7432026-03-13T17:00:22.518Z Downloaded packed_struct_codegen v0.10.1
7442026-03-13T17:00:22.519Z Downloaded darling_core v0.21.3
7452026-03-13T17:00:22.519Z Downloaded proc-macro-crate v1.3.1
7462026-03-13T17:00:22.519Z Downloaded crossterm v0.29.0
7472026-03-13T17:00:22.522Z Downloaded predicates-tree v1.0.13
7482026-03-13T17:00:22.529Z Downloaded predicates-core v1.0.10
7492026-03-13T17:00:22.529Z Downloaded proc-macro-error-attr2 v2.0.0
7502026-03-13T17:00:22.540Z Downloaded proc-macro-crate v3.4.0
7512026-03-13T17:00:22.540Z Downloaded progenitor-macro v0.10.0
7522026-03-13T17:00:22.540Z Downloaded progenitor-client v0.11.2
7532026-03-13T17:00:22.540Z Downloaded peg-macros v0.8.5
7542026-03-13T17:00:22.547Z Downloaded heapless v0.7.17
7552026-03-13T17:00:22.547Z Downloaded progenitor-macro v0.13.0
7562026-03-13T17:00:22.547Z Downloaded pem-rfc7468 v0.7.0
7572026-03-13T17:00:22.547Z Downloaded quick-error v1.2.3
7582026-03-13T17:00:22.547Z Downloaded password-hash v0.5.0
7592026-03-13T17:00:22.567Z Downloaded libbz2-rs-sys v0.2.2
7602026-03-13T17:00:22.567Z Downloaded pem v3.0.6
7612026-03-13T17:00:22.571Z Downloaded password-hash v0.4.2
7622026-03-13T17:00:22.571Z Downloaded pin-utils v0.1.0
7632026-03-13T17:00:22.572Z Downloaded phf v0.13.1
7642026-03-13T17:00:22.572Z Downloaded phf v0.12.1
7652026-03-13T17:00:22.572Z Downloaded psl-types v2.0.11
7662026-03-13T17:00:22.572Z Downloaded pin-project-internal v1.1.11
7672026-03-13T17:00:22.572Z Downloaded rand_chacha v0.3.1
7682026-03-13T17:00:22.572Z Downloaded heapless v0.8.0
7692026-03-13T17:00:22.579Z Downloaded radium v0.7.0
7702026-03-13T17:00:22.579Z Downloaded paste v1.0.15
7712026-03-13T17:00:22.588Z Downloaded ppv-lite86 v0.2.21
7722026-03-13T17:00:22.588Z Downloaded flate2 v1.1.9
7732026-03-13T17:00:22.598Z Downloaded recursive-proc-macro-impl v0.1.1
7742026-03-13T17:00:22.599Z Downloaded predicates v3.1.4
7752026-03-13T17:00:22.599Z Downloaded recursive v0.1.1
7762026-03-13T17:00:22.603Z Downloaded parking_lot_core v0.9.12
7772026-03-13T17:00:22.603Z Downloaded poly1305 v0.8.0
7782026-03-13T17:00:22.604Z Downloaded ref-cast v1.0.25
7792026-03-13T17:00:22.604Z Downloaded ref-cast-impl v1.0.25
7802026-03-13T17:00:22.608Z Downloaded rand_xorshift v0.4.0
7812026-03-13T17:00:22.608Z Downloaded indicatif v0.18.4
7822026-03-13T17:00:22.614Z Downloaded psm v0.1.30
7832026-03-13T17:00:22.614Z Downloaded progenitor v0.10.0
7842026-03-13T17:00:22.619Z Downloaded russh-cryptovec v0.7.3
7852026-03-13T17:00:22.619Z Downloaded progenitor-extras v0.1.1
7862026-03-13T17:00:22.619Z Downloaded omicron-zone-package v0.12.2
7872026-03-13T17:00:22.624Z Downloaded rfc6979 v0.4.0
7882026-03-13T17:00:22.627Z Downloaded miniz_oxide v0.8.9
7892026-03-13T17:00:22.627Z Downloaded rustc-hash v2.1.1
7902026-03-13T17:00:22.632Z Downloaded pkcs8 v0.10.2
7912026-03-13T17:00:22.632Z Downloaded rustc_version v0.4.1
7922026-03-13T17:00:22.636Z Downloaded rustc_version v0.1.7
7932026-03-13T17:00:22.636Z Downloaded progenitor-client v0.13.0
7942026-03-13T17:00:22.640Z Downloaded progenitor v0.13.0
7952026-03-13T17:00:22.640Z Downloaded hickory-resolver v0.24.4
7962026-03-13T17:00:22.644Z Downloaded rtoolbox v0.0.3
7972026-03-13T17:00:22.649Z Downloaded progenitor-client v0.10.0
7982026-03-13T17:00:22.649Z Downloaded progenitor v0.11.2
7992026-03-13T17:00:22.652Z Downloaded proc-macro-error2 v2.0.1
8002026-03-13T17:00:22.653Z Downloaded r2d2 v0.8.10
8012026-03-13T17:00:22.657Z Downloaded progenitor-macro v0.11.2
8022026-03-13T17:00:22.657Z Downloaded polyval v0.6.2
8032026-03-13T17:00:22.660Z Downloaded sapling-renderdag v0.1.0
8042026-03-13T17:00:22.660Z Downloaded litrs v1.0.0
8052026-03-13T17:00:22.669Z Downloaded rand_core v0.10.0
8062026-03-13T17:00:22.669Z Downloaded papergrid v0.17.0
8072026-03-13T17:00:22.675Z Downloaded http v1.4.0
8082026-03-13T17:00:22.675Z Downloaded scopeguard v1.2.0
8092026-03-13T17:00:22.676Z Downloaded pkg-config v0.3.32
8102026-03-13T17:00:22.679Z Downloaded expectorate v1.2.0
8112026-03-13T17:00:22.680Z Downloaded resolv-conf v0.7.6
8122026-03-13T17:00:22.688Z Downloaded pkcs1 v0.7.5
8132026-03-13T17:00:22.688Z Downloaded salsa20 v0.10.2
8142026-03-13T17:00:22.688Z Downloaded derive_more-impl v2.1.1
8152026-03-13T17:00:22.691Z Downloaded secrecy v0.8.0
8162026-03-13T17:00:22.698Z Downloaded rand_seeder v0.4.0
8172026-03-13T17:00:22.698Z Downloaded scheduled-thread-pool v0.2.7
8182026-03-13T17:00:22.698Z Downloaded quinn-udp v0.5.14
8192026-03-13T17:00:22.703Z Downloaded rand_core v0.9.5
8202026-03-13T17:00:22.703Z Downloaded hyper-util v0.1.20
8212026-03-13T17:00:22.708Z Downloaded postgres-types v0.2.12
8222026-03-13T17:00:22.712Z Downloaded serde_bytes v0.11.19
8232026-03-13T17:00:22.712Z Downloaded serde_plain v1.0.2
8242026-03-13T17:00:22.716Z Downloaded scroll_derive v0.13.1
8252026-03-13T17:00:22.716Z Downloaded serde_spanned v1.0.4
8262026-03-13T17:00:22.716Z Downloaded scrypt v0.11.0
8272026-03-13T17:00:22.720Z Downloaded serde-big-array v0.5.1
8282026-03-13T17:00:22.720Z Downloaded seq-macro v0.3.6
8292026-03-13T17:00:22.725Z Downloaded serde_urlencoded v0.7.1
8302026-03-13T17:00:22.730Z Downloaded shell-words v1.1.1
8312026-03-13T17:00:22.730Z Downloaded sha1 v0.10.6
8322026-03-13T17:00:22.730Z Downloaded rustls-pemfile v1.0.4
8332026-03-13T17:00:22.730Z Downloaded hashbrown v0.12.3
8342026-03-13T17:00:22.734Z Downloaded rusty-fork v0.3.1
8352026-03-13T17:00:22.738Z Downloaded rustversion v1.0.22
8362026-03-13T17:00:22.738Z Downloaded pkcs5 v0.7.1
8372026-03-13T17:00:22.743Z Downloaded parking_lot v0.12.5
8382026-03-13T17:00:22.748Z Downloaded sigpipe v0.1.3
8392026-03-13T17:00:22.748Z Downloaded signature v2.2.0
8402026-03-13T17:00:22.748Z Downloaded parking_lot v0.11.2
8412026-03-13T17:00:22.751Z Downloaded pin-project v1.1.11
8422026-03-13T17:00:22.762Z Downloaded slog-envlogger v2.2.0
8432026-03-13T17:00:22.767Z Downloaded signal-hook-tokio v0.3.1
8442026-03-13T17:00:22.767Z Downloaded rand_chacha v0.9.0
8452026-03-13T17:00:22.767Z Downloaded sec1 v0.7.3
8462026-03-13T17:00:22.767Z Downloaded progenitor-impl v0.10.0
8472026-03-13T17:00:22.776Z Downloaded siphasher v1.0.2
8482026-03-13T17:00:22.776Z Downloaded scroll v0.13.0
8492026-03-13T17:00:22.776Z Downloaded serde-hex v0.1.0
8502026-03-13T17:00:22.780Z Downloaded secrecy v0.10.3
8512026-03-13T17:00:22.780Z Downloaded sct v0.7.1
8522026-03-13T17:00:22.780Z Downloaded rustls-pemfile v2.2.0
8532026-03-13T17:00:22.782Z Downloaded diesel_derives v2.3.7
8542026-03-13T17:00:22.786Z Downloaded serde_repr v0.1.20
8552026-03-13T17:00:22.792Z Downloaded same-file v1.0.6
8562026-03-13T17:00:22.792Z Downloaded russh-keys v0.45.0
8572026-03-13T17:00:22.796Z Downloaded minimal-lexical v0.2.1
8582026-03-13T17:00:22.802Z Downloaded ssh-cipher v0.2.0
8592026-03-13T17:00:22.803Z Downloaded p256 v0.13.2
8602026-03-13T17:00:22.806Z Downloaded shlex v1.3.0
8612026-03-13T17:00:22.806Z Downloaded schemars_derive v0.8.22
8622026-03-13T17:00:22.806Z Downloaded oso v0.27.3
8632026-03-13T17:00:22.810Z Downloaded primeorder v0.13.6
8642026-03-13T17:00:22.810Z Downloaded aes v0.8.4
8652026-03-13T17:00:22.814Z Downloaded signal-hook-registry v1.4.8
8662026-03-13T17:00:22.814Z Downloaded signal-hook-mio v0.2.5
8672026-03-13T17:00:22.819Z Downloaded ssh-encoding v0.2.0
8682026-03-13T17:00:22.819Z Downloaded serde_derive_internals v0.29.1
8692026-03-13T17:00:22.819Z Downloaded sqlparser_derive v0.5.0
8702026-03-13T17:00:22.822Z Downloaded strum v0.26.3
8712026-03-13T17:00:22.822Z Downloaded strum v0.27.2
8722026-03-13T17:00:22.823Z Downloaded supports-color v3.0.2
8732026-03-13T17:00:22.827Z Downloaded structmeta-derive v0.3.0
8742026-03-13T17:00:22.827Z Downloaded smallvec v0.6.14
8752026-03-13T17:00:22.831Z Downloaded slog-term v2.9.2
8762026-03-13T17:00:22.832Z Downloaded slog-stdlog v4.1.1
8772026-03-13T17:00:22.832Z Downloaded strip-ansi-escapes v0.2.1
8782026-03-13T17:00:22.835Z Downloaded smf v0.2.3
8792026-03-13T17:00:22.835Z Downloaded num-bigint v0.4.6
8802026-03-13T17:00:22.856Z Downloaded pretty_assertions v1.4.1
8812026-03-13T17:00:22.856Z Downloaded hickory-server v0.25.2
8822026-03-13T17:00:22.856Z Downloaded tabwriter v1.4.1
8832026-03-13T17:00:22.856Z Downloaded subtle v2.6.1
8842026-03-13T17:00:22.856Z Downloaded sync-ptr v0.1.4
8852026-03-13T17:00:22.856Z Downloaded ron v0.8.1
8862026-03-13T17:00:22.867Z Downloaded slog-bunyan v2.5.0
8872026-03-13T17:00:22.867Z Downloaded slab v0.4.12
8882026-03-13T17:00:22.867Z Downloaded sync_wrapper v1.0.2
8892026-03-13T17:00:22.867Z Downloaded take_mut v0.2.2
8902026-03-13T17:00:22.867Z Downloaded tabled_derive v0.11.0
8912026-03-13T17:00:22.867Z Downloaded serde_path_to_error v0.1.20
8922026-03-13T17:00:22.867Z Downloaded rustls-pki-types v1.14.0
8932026-03-13T17:00:22.871Z Downloaded spki v0.7.3
8942026-03-13T17:00:22.871Z Downloaded termtree v0.5.1
8952026-03-13T17:00:22.871Z Downloaded thiserror-impl-no-std v2.0.2
8962026-03-13T17:00:22.871Z Downloaded testing_table v0.3.0
8972026-03-13T17:00:22.871Z Downloaded tagptr v0.2.0
8982026-03-13T17:00:22.871Z Downloaded tap v1.0.1
8992026-03-13T17:00:22.875Z Downloaded snafu-derive v0.8.9
9002026-03-13T17:00:22.875Z Downloaded serde_with_macros v3.17.0
9012026-03-13T17:00:22.875Z Downloaded openssl-sys v0.9.111
9022026-03-13T17:00:22.880Z Downloaded rcgen v0.12.1
9032026-03-13T17:00:22.893Z Downloaded slog-async v2.8.0
9042026-03-13T17:00:22.893Z Downloaded sqlformat v0.3.5
9052026-03-13T17:00:22.910Z Downloaded time-core v0.1.8
9062026-03-13T17:00:22.910Z Downloaded ryu v1.0.23
9072026-03-13T17:00:22.911Z Downloaded stacker v0.1.23
9082026-03-13T17:00:22.911Z Downloaded prettyplease v0.2.37
9092026-03-13T17:00:22.911Z Downloaded prefix-trie v0.7.0
9102026-03-13T17:00:22.911Z Downloaded thread-id v5.1.0
9112026-03-13T17:00:22.911Z Downloaded slog-scope v4.4.1
9122026-03-13T17:00:22.920Z Downloaded tinyvec_macros v0.1.1
9132026-03-13T17:00:22.920Z Downloaded string_cache v0.8.9
9142026-03-13T17:00:22.920Z Downloaded static_assertions v1.1.0
9152026-03-13T17:00:22.920Z Downloaded libxml v0.3.3
9162026-03-13T17:00:22.920Z Downloaded publicsuffix v2.3.0
9172026-03-13T17:00:22.920Z Downloaded strum_macros v0.26.4
9182026-03-13T17:00:22.920Z Downloaded progenitor-impl v0.11.2
9192026-03-13T17:00:22.920Z Downloaded hashbrown v0.13.2
9202026-03-13T17:00:22.928Z Downloaded serde_cbor v0.11.2
9212026-03-13T17:00:22.928Z Downloaded strum_macros v0.27.2
9222026-03-13T17:00:22.928Z Downloaded itertools v0.10.5
9232026-03-13T17:00:22.928Z Downloaded strum_macros v0.24.3
9242026-03-13T17:00:22.952Z Downloaded progenitor-impl v0.13.0
9252026-03-13T17:00:22.952Z Downloaded slog-json v2.6.1
9262026-03-13T17:00:22.952Z Downloaded serde_yaml v0.9.34+deprecated
9272026-03-13T17:00:22.964Z Downloaded support-bundle-viewer v0.1.2
9282026-03-13T17:00:22.964Z Downloaded spin v0.9.8
9292026-03-13T17:00:22.964Z Downloaded derive_more v2.1.1
9302026-03-13T17:00:22.964Z Downloaded tiny-keccak v2.0.2
9312026-03-13T17:00:22.964Z Downloaded signal-hook v0.3.18
9322026-03-13T17:00:22.964Z Downloaded rustls-platform-verifier v0.6.2
9332026-03-13T17:00:22.969Z Downloaded tower-service v0.3.3
9342026-03-13T17:00:22.969Z Downloaded tower-layer v0.3.3
9352026-03-13T17:00:22.969Z Downloaded topological-sort v0.2.2
9362026-03-13T17:00:22.969Z Downloaded itertools v0.13.0
9372026-03-13T17:00:22.969Z Downloaded itertools v0.12.1
9382026-03-13T17:00:22.973Z Downloaded termios v0.3.3
9392026-03-13T17:00:22.973Z Downloaded trait-variant v0.1.2
9402026-03-13T17:00:22.973Z Downloaded similar v2.7.0
9412026-03-13T17:00:22.979Z Downloaded unicode-truncate v1.1.0
9422026-03-13T17:00:23.003Z Downloaded try-lock v0.2.5
9432026-03-13T17:00:23.003Z Downloaded schemars v0.9.0
9442026-03-13T17:00:23.003Z Downloaded tokio-rustls v0.25.0
9452026-03-13T17:00:23.003Z Downloaded universal-hash v0.5.1
9462026-03-13T17:00:23.003Z Downloaded time-macros v0.2.27
9472026-03-13T17:00:23.003Z Downloaded unit-prefix v0.5.2
9482026-03-13T17:00:23.003Z Downloaded tokio-macros v2.6.0
9492026-03-13T17:00:23.003Z Downloaded utf-8 v0.7.6
9502026-03-13T17:00:23.003Z Downloaded usdt v0.6.0
9512026-03-13T17:00:23.006Z Downloaded typify-macro v0.6.1
9522026-03-13T17:00:23.006Z Downloaded unarray v0.1.4
9532026-03-13T17:00:23.006Z Downloaded typify-macro v0.4.3
9542026-03-13T17:00:23.006Z Downloaded tokio-dtrace v0.1.1
9552026-03-13T17:00:23.006Z Downloaded stringprep v0.1.5
9562026-03-13T17:00:23.006Z Downloaded rand v0.9.2
9572026-03-13T17:00:23.006Z Downloaded untrusted v0.9.0
9582026-03-13T17:00:23.010Z Downloaded usdt-macro v0.6.0
9592026-03-13T17:00:23.010Z Downloaded untrusted v0.7.1
9602026-03-13T17:00:23.010Z Downloaded tokio-native-tls v0.3.1
9612026-03-13T17:00:23.021Z Downloaded thread_local v1.1.9
9622026-03-13T17:00:23.021Z Downloaded usdt-attr-macro v0.6.0
9632026-03-13T17:00:23.022Z Downloaded hashbrown v0.15.5
9642026-03-13T17:00:23.022Z Downloaded rand v0.10.0
9652026-03-13T17:00:23.022Z Downloaded thiserror-no-std v2.0.2
9662026-03-13T17:00:23.025Z Downloaded nom v7.1.3
9672026-03-13T17:00:23.029Z Downloaded slog v2.8.2
9682026-03-13T17:00:23.033Z Downloaded rand v0.8.5
9692026-03-13T17:00:23.042Z Downloaded quinn v0.11.9
9702026-03-13T17:00:23.042Z Downloaded waitgroup v0.1.2
9712026-03-13T17:00:23.045Z Downloaded void v1.0.2
9722026-03-13T17:00:23.045Z Downloaded qorb v0.4.1
9732026-03-13T17:00:23.045Z Downloaded wait-timeout v0.2.1
9742026-03-13T17:00:23.045Z Downloaded tokio-tungstenite v0.21.0
9752026-03-13T17:00:23.045Z Downloaded tui-tree-widget v0.23.1
9762026-03-13T17:00:23.049Z Downloaded blake3 v1.8.3
9772026-03-13T17:00:23.052Z Downloaded tokio-tungstenite v0.23.1
9782026-03-13T17:00:23.059Z Downloaded want v0.3.1
9792026-03-13T17:00:23.059Z Downloaded tls_codec_derive v0.4.2
9802026-03-13T17:00:23.063Z Downloaded rayon-core v1.13.0
9812026-03-13T17:00:23.064Z Downloaded toml_writer v1.0.6+spec-1.1.0
9822026-03-13T17:00:23.064Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9832026-03-13T17:00:23.064Z Downloaded term v1.2.1
9842026-03-13T17:00:23.067Z Downloaded rsa v0.9.10
9852026-03-13T17:00:23.070Z Downloaded tls_codec v0.4.2
9862026-03-13T17:00:23.070Z Downloaded term v0.7.0
9872026-03-13T17:00:23.073Z Downloaded schemars v0.8.22
9882026-03-13T17:00:23.080Z Downloaded xshell-macros v0.2.7
9892026-03-13T17:00:23.084Z Downloaded xattr v1.6.1
9902026-03-13T17:00:23.084Z Downloaded tokio-stream v0.1.18
9912026-03-13T17:00:23.087Z Downloaded tokio-rustls v0.24.1
9922026-03-13T17:00:23.091Z Downloaded uzers v0.12.2
9932026-03-13T17:00:23.091Z Downloaded unicase v2.9.0
9942026-03-13T17:00:23.097Z Downloaded socket2 v0.6.2
9952026-03-13T17:00:23.097Z Downloaded socket2 v0.5.10
9962026-03-13T17:00:23.097Z Downloaded snafu v0.8.9
9972026-03-13T17:00:23.102Z Downloaded zeroize_derive v1.4.3
9982026-03-13T17:00:23.102Z Downloaded aho-corasick v1.1.4
9992026-03-13T17:00:23.106Z Downloaded test-strategy v0.4.5
10002026-03-13T17:00:23.109Z Downloaded iri-string v0.7.10
10012026-03-13T17:00:23.116Z Downloaded tracing-attributes v0.1.31
10022026-03-13T17:00:23.116Z Downloaded samael v0.0.19
10032026-03-13T17:00:23.120Z Downloaded vsss-rs v3.3.4
10042026-03-13T17:00:23.124Z Downloaded vergen-git2 v1.0.7
10052026-03-13T17:00:23.124Z Downloaded tokio-rustls v0.26.4
10062026-03-13T17:00:23.128Z Downloaded rustls-webpki v0.103.9
10072026-03-13T17:00:23.128Z Downloaded h2 v0.4.13
10082026-03-13T17:00:23.134Z Downloaded zone_cfg_derive v0.3.1
10092026-03-13T17:00:23.137Z Downloaded whoami v1.6.1
10102026-03-13T17:00:23.137Z Downloaded zone v0.3.1
10112026-03-13T17:00:23.137Z Downloaded itertools v0.14.0
10122026-03-13T17:00:23.141Z Downloaded twox-hash v2.1.2
10132026-03-13T17:00:23.149Z Downloaded walkdir v2.5.0
10142026-03-13T17:00:23.149Z Downloaded toml_parser v1.0.9+spec-1.1.0
10152026-03-13T17:00:23.149Z Downloaded russh v0.45.0
10162026-03-13T17:00:23.149Z Downloaded hkdf v0.12.4
10172026-03-13T17:00:23.153Z Downloaded whoami v2.1.0
10182026-03-13T17:00:23.158Z Downloaded wyz v0.5.1
10192026-03-13T17:00:23.158Z Downloaded schemars v1.2.1
10202026-03-13T17:00:23.166Z Downloaded xshell v0.2.7
10212026-03-13T17:00:23.173Z Downloaded unicode-properties v0.1.4
10222026-03-13T17:00:23.173Z Downloaded tinyvec v1.10.0
10232026-03-13T17:00:23.182Z Downloaded iddqd v0.3.17
10242026-03-13T17:00:23.182Z Downloaded zeroize v1.8.2
10252026-03-13T17:00:23.182Z Downloaded usdt-impl v0.6.0
10262026-03-13T17:00:23.188Z Downloaded num-bigint-dig v0.8.6
10272026-03-13T17:00:23.188Z Downloaded tracing-core v0.1.36
10282026-03-13T17:00:23.188Z Downloaded vergen-gitcl v1.0.8
10292026-03-13T17:00:23.188Z Downloaded futures-util v0.3.32
10302026-03-13T17:00:23.194Z Downloaded zstd v0.13.3
10312026-03-13T17:00:23.198Z Downloaded vergen v9.0.6
10322026-03-13T17:00:23.198Z Downloaded zstd-safe v7.2.4
10332026-03-13T17:00:23.203Z Downloaded vergen-lib v0.1.6
10342026-03-13T17:00:23.203Z Downloaded rustyline v14.0.0
10352026-03-13T17:00:23.207Z Downloaded toml v0.7.8
10362026-03-13T17:00:23.209Z Downloaded tar v0.4.44
10372026-03-13T17:00:23.210Z Downloaded hyper v1.8.1
10382026-03-13T17:00:23.218Z Downloaded unsafe-libyaml v0.2.11
10392026-03-13T17:00:23.218Z Downloaded toml v0.9.12+spec-1.1.0
10402026-03-13T17:00:23.223Z Downloaded xz2 v0.1.7
10412026-03-13T17:00:23.223Z Downloaded subprocess v0.2.15
10422026-03-13T17:00:23.227Z Downloaded tungstenite v0.21.0
10432026-03-13T17:00:23.227Z Downloaded p521 v0.13.3
10442026-03-13T17:00:23.232Z Downloaded yasna v0.5.2
10452026-03-13T17:00:23.232Z Downloaded typify v0.6.1
10462026-03-13T17:00:23.239Z Downloaded steno v0.4.1
10472026-03-13T17:00:23.244Z Downloaded rustls-native-certs v0.8.3
10482026-03-13T17:00:23.244Z Downloaded unicode-bidi v0.3.18
10492026-03-13T17:00:23.244Z Downloaded mio v1.1.1
10502026-03-13T17:00:23.257Z Downloaded slog-dtrace v0.3.0
10512026-03-13T17:00:23.258Z Downloaded simd-adler32 v0.3.8
10522026-03-13T17:00:23.258Z Downloaded structmeta v0.3.0
10532026-03-13T17:00:23.258Z Downloaded libm v0.2.16
10542026-03-13T17:00:23.258Z Downloaded tungstenite v0.23.0
10552026-03-13T17:00:23.268Z Downloaded semver v0.1.20
10562026-03-13T17:00:23.268Z Downloaded vte v0.14.1
10572026-03-13T17:00:23.268Z Downloaded rand_core v0.6.4
10582026-03-13T17:00:23.268Z Downloaded postgres-protocol v0.6.10
10592026-03-13T17:00:23.268Z Downloaded postcard v1.1.3
10602026-03-13T17:00:23.268Z Downloaded jiff-static v0.2.21
10612026-03-13T17:00:23.272Z Downloaded dropshot-api-manager v0.6.0
10622026-03-13T17:00:23.272Z Downloaded ar_archive_writer v0.5.1
10632026-03-13T17:00:23.272Z Downloaded hickory-resolver v0.25.2
10642026-03-13T17:00:23.276Z Downloaded ed25519-dalek v2.2.0
10652026-03-13T17:00:23.294Z Downloaded toml_edit v0.23.10+spec-1.0.0
10662026-03-13T17:00:23.294Z Downloaded git2 v0.20.4
10672026-03-13T17:00:23.297Z Downloaded crossbeam-channel v0.5.15
10682026-03-13T17:00:23.297Z Downloaded zerocopy v0.6.6
10692026-03-13T17:00:23.297Z Downloaded typify v0.4.3
10702026-03-13T17:00:23.297Z Downloaded rpassword v7.4.0
10712026-03-13T17:00:23.297Z Downloaded ron v0.12.0
10722026-03-13T17:00:23.303Z Downloaded pin-project-lite v0.2.17
10732026-03-13T17:00:23.307Z Downloaded uuid v1.21.0
10742026-03-13T17:00:23.312Z Downloaded zopfli v0.8.3
10752026-03-13T17:00:23.312Z Downloaded oxnet v0.1.4
10762026-03-13T17:00:23.315Z Downloaded peg v0.8.5
10772026-03-13T17:00:23.316Z Downloaded tokio-postgres v0.7.16
10782026-03-13T17:00:23.320Z Downloaded unicode_categories v0.1.1
10792026-03-13T17:00:23.323Z Downloaded reqwest v0.12.28
10802026-03-13T17:00:23.331Z Downloaded p384 v0.13.1
10812026-03-13T17:00:23.332Z Downloaded yansi v1.0.1
10822026-03-13T17:00:23.332Z Downloaded parking_lot_core v0.8.6
10832026-03-13T17:00:23.335Z Downloaded packed_struct v0.10.1
10842026-03-13T17:00:23.335Z Downloaded ssh-key v0.6.7
10852026-03-13T17:00:23.339Z Downloaded zip v0.6.6
10862026-03-13T17:00:23.343Z Downloaded rayon v1.11.0
10872026-03-13T17:00:23.349Z Downloaded tower v0.5.3
10882026-03-13T17:00:23.355Z Downloaded lalrpop v0.19.12
10892026-03-13T17:00:23.363Z Downloaded reqwest v0.13.2
10902026-03-13T17:00:23.368Z Downloaded bindgen v0.71.1
10912026-03-13T17:00:23.373Z Downloaded chrono v0.4.44
10922026-03-13T17:00:23.379Z Downloaded num-complex v0.4.6
10932026-03-13T17:00:23.382Z Downloaded parse-display-derive v0.10.0
10942026-03-13T17:00:23.382Z Downloaded oxide-tokio-rt v0.1.3
10952026-03-13T17:00:23.382Z Downloaded memmap2 v0.9.10
10962026-03-13T17:00:23.386Z Downloaded hmac v0.12.1
10972026-03-13T17:00:23.386Z Downloaded regex v1.12.3
10982026-03-13T17:00:23.389Z Downloaded reedline v0.40.0
10992026-03-13T17:00:23.394Z Downloaded unicode-segmentation v1.12.0
11002026-03-13T17:00:23.399Z Downloaded x509-cert v0.2.5
11012026-03-13T17:00:23.404Z Downloaded quick-xml v0.37.5
11022026-03-13T17:00:23.410Z Downloaded zerocopy-derive v0.8.40
11032026-03-13T17:00:23.414Z Downloaded base64 v0.21.7
11042026-03-13T17:00:23.417Z Downloaded toml_edit v0.19.15
11052026-03-13T17:00:23.433Z Downloaded typed-path v0.9.3
11062026-03-13T17:00:23.438Z Downloaded rustls-webpki v0.101.7
11072026-03-13T17:00:23.463Z Downloaded tough v0.20.0
11082026-03-13T17:00:23.468Z Downloaded precomputed-hash v0.1.1
11092026-03-13T17:00:23.468Z Downloaded powerfmt v0.2.0
11102026-03-13T17:00:23.468Z Downloaded ignore v0.4.25
11112026-03-13T17:00:23.468Z Downloaded headers v0.4.1
11122026-03-13T17:00:23.468Z Downloaded darling_core v0.23.0
11132026-03-13T17:00:23.468Z Downloaded petname v2.0.2
11142026-03-13T17:00:23.468Z Downloaded unicode-normalization v0.1.25
11152026-03-13T17:00:23.476Z Downloaded portable-atomic v1.13.1
11162026-03-13T17:00:23.476Z Downloaded tower-http v0.6.8
11172026-03-13T17:00:23.480Z Downloaded salty v0.3.0
11182026-03-13T17:00:23.488Z Downloaded zip v4.6.1
11192026-03-13T17:00:23.503Z Downloaded serde_with v3.17.0
11202026-03-13T17:00:23.504Z Downloaded nix v0.27.1
11212026-03-13T17:00:23.519Z Downloaded rustls-webpki v0.102.8
11222026-03-13T17:00:23.525Z Downloaded tokio-util v0.7.18
11232026-03-13T17:00:23.530Z Downloaded bstr v1.12.1
11242026-03-13T17:00:23.550Z Downloaded openssl v0.10.75
11252026-03-13T17:00:23.564Z Downloaded winnow v0.6.26
11262026-03-13T17:00:23.565Z Downloaded quinn-proto v0.11.13
11272026-03-13T17:00:23.565Z Downloaded moka v0.12.13
11282026-03-13T17:00:23.565Z Downloaded goblin v0.10.5
11292026-03-13T17:00:23.570Z Downloaded time v0.3.47
11302026-03-13T17:00:23.576Z Downloaded tabled v0.20.0
11312026-03-13T17:00:23.588Z Downloaded proptest v1.10.0
11322026-03-13T17:00:23.593Z Downloaded curve25519-dalek v4.1.3
11332026-03-13T17:00:23.603Z Downloaded winnow v0.5.40
11342026-03-13T17:00:23.608Z Downloaded zlib-rs v0.6.2
11352026-03-13T17:00:23.608Z Downloaded object v0.37.3
11362026-03-13T17:00:23.616Z Downloaded webpki-roots v1.0.6
11372026-03-13T17:00:23.620Z Downloaded radix_trie v0.2.1
11382026-03-13T17:00:23.627Z Downloaded vcpkg v0.2.15
11392026-03-13T17:00:23.654Z Downloaded object v0.30.4
11402026-03-13T17:00:23.659Z Downloaded nix v0.28.0
11412026-03-13T17:00:23.669Z Downloaded polar-core v0.27.3
11422026-03-13T17:00:23.688Z Downloaded pbkdf2 v0.11.0
11432026-03-13T17:00:23.723Z Downloaded rustls v0.23.37
11442026-03-13T17:00:23.723Z Downloaded num_enum_derive v0.7.5
11452026-03-13T17:00:23.723Z Downloaded libsw v3.5.0
11462026-03-13T17:00:23.723Z Downloaded num_enum v0.5.11
11472026-03-13T17:00:23.723Z Downloaded num-rational v0.4.2
11482026-03-13T17:00:23.723Z Downloaded num-integer v0.1.46
11492026-03-13T17:00:23.734Z Downloaded num-derive v0.3.3
11502026-03-13T17:00:23.734Z Downloaded getrandom v0.3.4
11512026-03-13T17:00:23.734Z Downloaded diff v0.1.13
11522026-03-13T17:00:23.734Z Downloaded parse-size v1.1.0
11532026-03-13T17:00:23.734Z Downloaded bytes v1.11.1
11542026-03-13T17:00:23.734Z Downloaded arc-swap v1.8.2
11552026-03-13T17:00:23.735Z Downloaded derive_more v0.99.20
11562026-03-13T17:00:23.735Z Downloaded nix v0.29.0
11572026-03-13T17:00:23.735Z Downloaded half v2.7.1
11582026-03-13T17:00:23.735Z Downloaded mime v0.3.17
11592026-03-13T17:00:23.735Z Downloaded lock_api v0.4.14
11602026-03-13T17:00:23.735Z Downloaded native-tls v0.2.18
11612026-03-13T17:00:23.735Z Downloaded managed v0.8.0
11622026-03-13T17:00:23.735Z Downloaded smoltcp v0.9.1
11632026-03-13T17:00:23.742Z Downloaded rustls v0.21.12
11642026-03-13T17:00:23.752Z Downloaded ipnet v2.11.0
11652026-03-13T17:00:23.752Z Downloaded elliptic-curve v0.13.8
11662026-03-13T17:00:23.752Z Downloaded derive_builder_core v0.20.2
11672026-03-13T17:00:23.752Z Downloaded chacha20poly1305 v0.10.1
11682026-03-13T17:00:23.757Z Downloaded libsw-core v0.3.2
11692026-03-13T17:00:23.757Z Downloaded num-derive v0.4.2
11702026-03-13T17:00:23.757Z Downloaded iana-time-zone v0.1.65
11712026-03-13T17:00:23.757Z Downloaded sqlparser v0.61.0
11722026-03-13T17:00:23.763Z Downloaded regex-syntax v0.6.29
11732026-03-13T17:00:23.775Z Downloaded typify-impl v0.6.1
11742026-03-13T17:00:23.787Z Downloaded ratatui v0.29.0
11752026-03-13T17:00:23.795Z Downloaded tracing v0.1.44
11762026-03-13T17:00:23.822Z Downloaded smoltcp v0.11.0
11772026-03-13T17:00:23.835Z Downloaded hickory-proto v0.24.4
11782026-03-13T17:00:23.840Z Downloaded zerocopy v0.8.40
11792026-03-13T17:00:23.840Z Downloaded openapiv3 v2.2.0
11802026-03-13T17:00:23.849Z Downloaded regress v0.10.5
11812026-03-13T17:00:23.855Z Downloaded zerocopy-derive v0.6.6
11822026-03-13T17:00:23.864Z Downloaded rustls v0.22.4
11832026-03-13T17:00:23.873Z Downloaded regex-syntax v0.8.10
11842026-03-13T17:00:23.880Z Downloaded chrono-tz v0.10.4
11852026-03-13T17:00:23.895Z Downloaded rustix v0.38.44
11862026-03-13T17:00:23.910Z Downloaded hickory-proto v0.25.2
11872026-03-13T17:00:23.931Z Downloaded diesel v2.3.7
11882026-03-13T17:00:23.939Z Downloaded bzip2-sys v0.1.13+1.0.8
11892026-03-13T17:00:23.948Z Downloaded dropshot v0.16.7
11902026-03-13T17:00:23.965Z Downloaded nix v0.31.1
11912026-03-13T17:00:23.973Z Downloaded lzma-sys v0.1.20
11922026-03-13T17:00:24.029Z Downloaded hyper-rustls v0.27.7
11932026-03-13T17:00:24.086Z Downloaded httparse v1.10.1
11942026-03-13T17:00:24.086Z Downloaded num v0.4.3
11952026-03-13T17:00:24.086Z Downloaded libscf-sys v1.1.0
11962026-03-13T17:00:24.086Z Downloaded libefi-sys v0.1.0
11972026-03-13T17:00:24.086Z Downloaded jobserver v0.1.34
11982026-03-13T17:00:24.086Z Downloaded crc-any v2.5.0
11992026-03-13T17:00:24.087Z Downloaded console v0.16.2
12002026-03-13T17:00:24.087Z Downloaded newline-converter v0.3.0
12012026-03-13T17:00:24.087Z Downloaded new_debug_unreachable v1.0.6
12022026-03-13T17:00:24.087Z Downloaded flume v0.11.1
12032026-03-13T17:00:24.087Z Downloaded ipnetwork v0.21.1
12042026-03-13T17:00:24.087Z Downloaded instability v0.3.11
12052026-03-13T17:00:24.087Z Downloaded ingot v0.1.1
12062026-03-13T17:00:24.087Z Downloaded git-stub-vcs v0.1.0
12072026-03-13T17:00:24.087Z Downloaded blake2 v0.10.6
12082026-03-13T17:00:24.087Z Downloaded tokio v1.49.0
12092026-03-13T17:00:24.093Z Downloaded sled v0.34.7
12102026-03-13T17:00:24.093Z Downloaded md-5 v0.10.6
12112026-03-13T17:00:24.093Z Downloaded getrandom v0.2.17
12122026-03-13T17:00:24.093Z Downloaded derive_builder v0.20.2
12132026-03-13T17:00:24.094Z Downloaded maplit v1.0.2
12142026-03-13T17:00:24.094Z Downloaded lru-slab v0.1.2
12152026-03-13T17:00:24.094Z Downloaded lru-cache v0.1.2
12162026-03-13T17:00:24.094Z Downloaded lru v0.12.5
12172026-03-13T17:00:24.094Z Downloaded hostname v0.4.2
12182026-03-13T17:00:24.094Z Downloaded futures-channel v0.3.32
12192026-03-13T17:00:24.094Z Downloaded convert_case v0.10.0
12202026-03-13T17:00:24.094Z Downloaded colored v3.1.1
12212026-03-13T17:00:24.094Z Downloaded colored v2.2.0
12222026-03-13T17:00:24.094Z Downloaded globset v0.4.18
12232026-03-13T17:00:24.094Z Downloaded der_derive v0.7.3
12242026-03-13T17:00:24.094Z Downloaded crc32fast v1.5.0
12252026-03-13T17:00:24.094Z Downloaded argon2 v0.5.3
12262026-03-13T17:00:24.094Z Downloaded bzip2 v0.6.1
12272026-03-13T17:00:24.094Z Downloaded darling v0.20.11
12282026-03-13T17:00:24.094Z Downloaded csv-core v0.1.13
12292026-03-13T17:00:24.094Z Downloaded hyper-tls v0.6.0
12302026-03-13T17:00:24.095Z Downloaded typify-impl v0.4.3
12312026-03-13T17:00:24.098Z Downloaded hubpack_derive v0.1.1
12322026-03-13T17:00:24.098Z Downloaded hubpack v0.1.2
12332026-03-13T17:00:24.098Z Downloaded http-range v0.1.5
12342026-03-13T17:00:24.098Z Downloaded home v0.5.12
12352026-03-13T17:00:24.098Z Downloaded glob v0.3.3
12362026-03-13T17:00:24.098Z Downloaded futures-executor v0.3.32
12372026-03-13T17:00:24.102Z Downloaded fs_extra v1.3.0
12382026-03-13T17:00:24.102Z Downloaded foldhash v0.2.0
12392026-03-13T17:00:24.102Z Downloaded filetime v0.2.27
12402026-03-13T17:00:24.102Z Downloaded ff v0.13.1
12412026-03-13T17:00:24.107Z Downloaded diesel-dtrace v0.5.0
12422026-03-13T17:00:24.107Z Downloaded derive-ex v0.1.8
12432026-03-13T17:00:24.107Z Downloaded cargo_metadata v0.19.2
12442026-03-13T17:00:24.107Z Downloaded camino-tempfile-ext v0.3.3
12452026-03-13T17:00:24.107Z Downloaded ena v0.14.4
12462026-03-13T17:00:24.111Z Downloaded either v1.15.0
12472026-03-13T17:00:24.111Z Downloaded cookie_store v0.22.1
12482026-03-13T17:00:24.116Z Downloaded bit-vec v0.8.0
12492026-03-13T17:00:24.116Z Downloaded backon v1.6.0
12502026-03-13T17:00:24.116Z Downloaded ahash v0.8.12
12512026-03-13T17:00:24.120Z Downloaded daft-derive v0.1.5
12522026-03-13T17:00:24.120Z Downloaded ctr v0.9.2
12532026-03-13T17:00:24.125Z Downloaded ciborium v0.2.2
12542026-03-13T17:00:24.125Z Downloaded headers-core v0.3.0
12552026-03-13T17:00:24.128Z Downloaded const-oid v0.9.6
12562026-03-13T17:00:24.128Z Downloaded clang-sys v1.8.1
12572026-03-13T17:00:24.128Z Downloaded hash32 v0.3.1
12582026-03-13T17:00:24.129Z Downloaded corncobs v0.1.4
12592026-03-13T17:00:24.154Z Downloaded cipher v0.4.4
12602026-03-13T17:00:24.154Z Downloaded bitflags v1.3.2
12612026-03-13T17:00:24.154Z Downloaded bitfield v0.19.4
12622026-03-13T17:00:24.154Z Downloaded regex-automata v0.4.14
12632026-03-13T17:00:24.158Z Downloaded cexpr v0.6.0
12642026-03-13T17:00:24.158Z Downloaded blowfish v0.9.1
12652026-03-13T17:00:24.158Z Downloaded base64ct v1.8.3
12662026-03-13T17:00:24.159Z Downloaded erased-serde v0.3.31
12672026-03-13T17:00:24.159Z Downloaded ecdsa v0.16.9
12682026-03-13T17:00:24.159Z Downloaded fs-err v2.11.0
12692026-03-13T17:00:24.159Z Downloaded downcast-rs v2.0.2
12702026-03-13T17:00:24.159Z Downloaded petgraph v0.6.5
12712026-03-13T17:00:24.168Z Downloaded dsl_auto_type v0.2.0
12722026-03-13T17:00:24.173Z Downloaded libgit2-sys v0.18.3+1.9.2
12732026-03-13T17:00:24.212Z Downloaded jiff v0.2.21
12742026-03-13T17:00:24.226Z Downloaded derive_builder_macro v0.20.2
12752026-03-13T17:00:24.230Z Downloaded futures-sink v0.3.32
12762026-03-13T17:00:24.230Z Downloaded futures-core v0.3.32
12772026-03-13T17:00:24.231Z Downloaded float-ord v0.3.2
12782026-03-13T17:00:24.234Z Downloaded dunce v1.0.5
12792026-03-13T17:00:24.235Z Downloaded bzip2 v0.4.4
12802026-03-13T17:00:24.235Z Downloaded async-trait v0.1.89
12812026-03-13T17:00:24.235Z Downloaded arrayvec v0.7.6
12822026-03-13T17:00:24.239Z Downloaded futures-io v0.3.32
12832026-03-13T17:00:24.239Z Downloaded diesel_table_macro_syntax v0.3.0
12842026-03-13T17:00:24.239Z Downloaded assert_matches v1.5.0
12852026-03-13T17:00:24.239Z Downloaded crucible-workspace-hack v0.1.0
12862026-03-13T17:00:24.242Z Downloaded bit-set v0.8.0
12872026-03-13T17:00:24.242Z Downloaded arrayref v0.3.9
12882026-03-13T17:00:24.242Z Downloaded display-error-chain v0.2.2
12892026-03-13T17:00:24.242Z Downloaded embedded-io v0.6.1
12902026-03-13T17:00:24.242Z Downloaded embedded-io v0.4.0
12912026-03-13T17:00:24.243Z Downloaded ciborium-io v0.2.2
12922026-03-13T17:00:24.248Z Downloaded cbc v0.1.2
12932026-03-13T17:00:24.248Z Downloaded buf-list v1.1.2
12942026-03-13T17:00:24.251Z Downloaded foreign-types v0.5.0
12952026-03-13T17:00:24.251Z Downloaded document-features v0.2.12
12962026-03-13T17:00:24.252Z Downloaded block-padding v0.3.3
12972026-03-13T17:00:24.252Z Downloaded cobs v0.3.0
12982026-03-13T17:00:24.252Z Downloaded cfg_aliases v0.1.1
12992026-03-13T17:00:24.252Z Downloaded endian-type v0.1.2
13002026-03-13T17:00:24.252Z Downloaded bitfield-struct v0.6.2
13012026-03-13T17:00:24.252Z Downloaded dof v0.4.0
13022026-03-13T17:00:24.257Z Downloaded dirs-next v2.0.0
13032026-03-13T17:00:24.257Z Downloaded base16ct v1.0.0
13042026-03-13T17:00:24.257Z Downloaded convert_case v0.4.0
13052026-03-13T17:00:24.257Z Downloaded cassowary v0.3.0
13062026-03-13T17:00:24.257Z Downloaded crc8 v0.1.1
13072026-03-13T17:00:24.257Z Downloaded cpufeatures v0.3.0
13082026-03-13T17:00:24.261Z Downloaded bcrypt-pbkdf v0.10.0
13092026-03-13T17:00:24.261Z Downloaded crc v3.4.0
13102026-03-13T17:00:24.261Z Downloaded cargo-platform v0.1.9
13112026-03-13T17:00:24.261Z Downloaded atomicwrites v0.4.4
13122026-03-13T17:00:24.262Z Downloaded aead v0.5.2
13132026-03-13T17:00:24.267Z Downloaded curve25519-dalek-derive v0.1.1
13142026-03-13T17:00:24.267Z Downloaded crossbeam-epoch v0.9.18
13152026-03-13T17:00:24.267Z Downloaded crc-catalog v2.4.0
13162026-03-13T17:00:24.272Z Downloaded cfg_aliases v0.2.1
13172026-03-13T17:00:24.272Z Downloaded base16ct v0.2.0
13182026-03-13T17:00:24.272Z Downloaded data-encoding v2.10.0
13192026-03-13T17:00:24.272Z Downloaded ciborium-ll v0.2.2
13202026-03-13T17:00:24.272Z Downloaded defmt v1.0.1
13212026-03-13T17:00:24.272Z Downloaded petgraph v0.8.3
13222026-03-13T17:00:24.289Z Downloaded crunchy v0.2.4
13232026-03-13T17:00:24.293Z Downloaded darling_macro v0.23.0
13242026-03-13T17:00:24.293Z Downloaded csv v1.4.0
13252026-03-13T17:00:24.305Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13262026-03-13T17:00:24.320Z Downloaded libz-sys v1.1.24
13272026-03-13T17:00:24.335Z Downloaded sha3 v0.10.8
13282026-03-13T17:00:24.340Z Downloaded ascii-canvas v3.0.0
13292026-03-13T17:00:24.340Z Downloaded crypto-bigint v0.5.5
13302026-03-13T17:00:24.347Z Downloaded bb8 v0.8.6
13312026-03-13T17:00:24.351Z Downloaded bitvec v1.0.1
13322026-03-13T17:00:24.358Z Downloaded bit-vec v0.6.3
13332026-03-13T17:00:24.363Z Downloaded aws-lc-rs v1.16.0
13342026-03-13T17:00:24.366Z Downloaded atomic-waker v1.1.2
13352026-03-13T17:00:24.366Z Downloaded defmt v0.3.100
13362026-03-13T17:00:24.366Z Downloaded darling_macro v0.21.3
13372026-03-13T17:00:24.366Z Downloaded darling_macro v0.20.11
13382026-03-13T17:00:24.366Z Downloaded async-bb8-diesel v0.2.1
13392026-03-13T17:00:24.373Z Downloaded aes-gcm v0.10.3
13402026-03-13T17:00:24.406Z Downloaded encoding_rs v0.8.35
13412026-03-13T17:00:24.424Z Downloaded ring v0.17.14
13422026-03-13T17:00:24.856Z Downloaded aws-lc-sys v0.37.1
13432026-03-13T17:00:25.176Z Compiling libc v0.2.180
13442026-03-13T17:00:25.180Z Compiling serde v1.0.228
13452026-03-13T17:00:25.180Z Compiling log v0.4.29
13462026-03-13T17:00:25.180Z Compiling shlex v1.3.0
13472026-03-13T17:00:25.180Z Compiling find-msvc-tools v0.1.9
13482026-03-13T17:00:25.317Z Compiling smallvec v1.15.1
13492026-03-13T17:00:25.333Z Compiling syn v2.0.117
13502026-03-13T17:00:25.344Z Compiling typenum v1.19.0
13512026-03-13T17:00:25.592Z Compiling generic-array v0.14.7
13522026-03-13T17:00:25.610Z Compiling subtle v2.6.1
13532026-03-13T17:00:25.628Z Compiling scopeguard v1.2.0
13542026-03-13T17:00:25.720Z Compiling portable-atomic v1.13.1
13552026-03-13T17:00:25.751Z Compiling lock_api v0.4.14
13562026-03-13T17:00:25.775Z Compiling const-oid v0.9.6
13572026-03-13T17:00:25.876Z Compiling critical-section v1.2.0
13582026-03-13T17:00:25.987Z Compiling zerocopy v0.8.40
13592026-03-13T17:00:26.076Z Compiling parking_lot_core v0.9.12
13602026-03-13T17:00:26.084Z Compiling serde_json v1.0.149
13612026-03-13T17:00:26.296Z Compiling pin-project-lite v0.2.17
13622026-03-13T17:00:26.417Z Compiling pkg-config v0.3.32
13632026-03-13T17:00:26.566Z Compiling bitflags v2.11.0
13642026-03-13T17:00:26.625Z Compiling getrandom v0.2.17
13652026-03-13T17:00:26.673Z Compiling jobserver v0.1.34
13662026-03-13T17:00:26.812Z Compiling rand_core v0.6.4
13672026-03-13T17:00:26.853Z Compiling errno v0.3.14
13682026-03-13T17:00:27.041Z Compiling cc v1.2.56
13692026-03-13T17:00:27.102Z Compiling once_cell v1.21.3
13702026-03-13T17:00:27.135Z Compiling signal-hook-registry v1.4.8
13712026-03-13T17:00:27.165Z Compiling parking_lot v0.12.5
13722026-03-13T17:00:27.179Z Compiling mio v1.1.1
13732026-03-13T17:00:27.344Z Compiling libm v0.2.16
13742026-03-13T17:00:27.496Z Compiling num-traits v0.2.19
13752026-03-13T17:00:27.622Z Compiling futures-core v0.3.32
13762026-03-13T17:00:27.775Z Compiling socket2 v0.6.2
13772026-03-13T17:00:27.821Z Compiling percent-encoding v2.3.2
13782026-03-13T17:00:28.013Z Compiling allocator-api2 v0.2.21
13792026-03-13T17:00:28.030Z Compiling cpufeatures v0.2.17
13802026-03-13T17:00:28.082Z Compiling foldhash v0.2.0
13812026-03-13T17:00:28.104Z Compiling futures-sink v0.3.32
13822026-03-13T17:00:28.133Z Compiling futures-task v0.3.32
13832026-03-13T17:00:28.242Z Compiling futures-channel v0.3.32
13842026-03-13T17:00:28.362Z Compiling getrandom v0.4.1
13852026-03-13T17:00:28.375Z Compiling slab v0.4.12
13862026-03-13T17:00:28.395Z Compiling hashbrown v0.16.1
13872026-03-13T17:00:28.415Z Compiling futures-io v0.3.32
13882026-03-13T17:00:28.546Z Compiling getrandom v0.3.4
13892026-03-13T17:00:28.618Z Compiling rand_core v0.10.0
13902026-03-13T17:00:28.625Z Compiling rustversion v1.0.22
13912026-03-13T17:00:28.830Z Compiling cmake v0.1.57
13922026-03-13T17:00:29.220Z Compiling indexmap v2.13.0
13932026-03-13T17:00:29.361Z Compiling form_urlencoded v1.2.2
13942026-03-13T17:00:29.380Z Compiling base64ct v1.8.3
13952026-03-13T17:00:29.495Z Compiling dunce v1.0.5
13962026-03-13T17:00:29.590Z Compiling ident_case v1.0.1
13972026-03-13T17:00:29.615Z Compiling synstructure v0.13.2
13982026-03-13T17:00:29.741Z Compiling fs_extra v1.3.0
13992026-03-13T17:00:29.872Z Compiling pem-rfc7468 v0.7.0
14002026-03-13T17:00:29.883Z Compiling flagset v0.4.7
14012026-03-13T17:00:29.951Z Compiling rand_core v0.9.5
14022026-03-13T17:00:30.060Z Compiling rustix v1.1.3
14032026-03-13T17:00:30.084Z Compiling iana-time-zone v0.1.65
14042026-03-13T17:00:30.101Z Compiling aws-lc-sys v0.37.1
14052026-03-13T17:00:30.142Z Compiling ring v0.17.14
14062026-03-13T17:00:30.167Z Compiling uuid v1.21.0
14072026-03-13T17:00:30.330Z Compiling rustc_version v0.4.1
14082026-03-13T17:00:30.347Z Compiling aws-lc-rs v1.16.0
14092026-03-13T17:00:30.448Z Compiling regex-syntax v0.8.10
14102026-03-13T17:00:30.744Z Compiling vcpkg v0.2.15
14112026-03-13T17:00:30.764Z Compiling tracing-core v0.1.36
14122026-03-13T17:00:31.099Z Compiling crossbeam-utils v0.8.21
14132026-03-13T17:00:31.515Z Compiling pest_generator v2.8.6
14142026-03-13T17:00:31.532Z Compiling serde_derive_internals v0.29.1
14152026-03-13T17:00:31.748Z Compiling openssl-sys v0.9.111
14162026-03-13T17:00:32.269Z Compiling serde_derive v1.0.228
14172026-03-13T17:00:32.464Z Compiling zeroize_derive v1.4.3
14182026-03-13T17:00:32.485Z Compiling zerofrom-derive v0.1.6
14192026-03-13T17:00:32.524Z Compiling yoke-derive v0.8.1
14202026-03-13T17:00:32.815Z Compiling zerocopy-derive v0.8.40
14212026-03-13T17:00:33.341Z Compiling zeroize v1.8.2
14222026-03-13T17:00:33.798Z Compiling zerovec-derive v0.11.2
14232026-03-13T17:00:34.140Z Compiling displaydoc v0.2.5
14242026-03-13T17:00:34.420Z Compiling crypto-common v0.1.7
14252026-03-13T17:00:34.439Z Compiling zerofrom v0.1.6
14262026-03-13T17:00:34.568Z Compiling yoke v0.8.1
14272026-03-13T17:00:34.580Z Compiling block-buffer v0.10.4
14282026-03-13T17:00:34.853Z Compiling digest v0.10.7
14292026-03-13T17:00:34.884Z Compiling tokio-macros v2.6.0
14302026-03-13T17:00:35.072Z Compiling hmac v0.12.1
14312026-03-13T17:00:35.119Z Compiling futures-macro v0.3.32
14322026-03-13T17:00:35.231Z Compiling zerotrie v0.2.3
14332026-03-13T17:00:35.265Z Compiling zerovec v0.11.5
14342026-03-13T17:00:35.282Z Compiling block-padding v0.3.3
14352026-03-13T17:00:35.481Z Compiling inout v0.1.4
14362026-03-13T17:00:35.522Z Compiling sha2 v0.10.9
14372026-03-13T17:00:35.693Z Compiling cipher v0.4.4
14382026-03-13T17:00:36.060Z Compiling der_derive v0.7.3
14392026-03-13T17:00:36.076Z Compiling tinystr v0.8.2
14402026-03-13T17:00:36.076Z Compiling potential_utf v0.1.4
14412026-03-13T17:00:36.212Z Compiling icu_locale_core v2.1.1
14422026-03-13T17:00:36.237Z Compiling icu_collections v2.1.1
14432026-03-13T17:00:36.258Z Compiling futures-util v0.3.32
14442026-03-13T17:00:36.892Z Compiling salsa20 v0.10.2
14452026-03-13T17:00:37.099Z Compiling bytes v1.11.1
14462026-03-13T17:00:37.128Z Compiling icu_provider v2.1.1
14472026-03-13T17:00:37.128Z Compiling der v0.7.10
14482026-03-13T17:00:37.348Z Compiling chrono v0.4.44
14492026-03-13T17:00:37.474Z Compiling icu_normalizer v2.1.1
14502026-03-13T17:00:37.804Z Compiling icu_properties v2.1.2
14512026-03-13T17:00:38.021Z Compiling tokio v1.49.0
14522026-03-13T17:00:38.209Z Compiling http v1.4.0
14532026-03-13T17:00:38.956Z Compiling idna_adapter v1.2.1
14542026-03-13T17:00:38.983Z Compiling idna v1.1.0
14552026-03-13T17:00:39.058Z Compiling spki v0.7.3
14562026-03-13T17:00:39.279Z Compiling pbkdf2 v0.12.2
14572026-03-13T17:00:39.325Z Compiling ppv-lite86 v0.2.21
14582026-03-13T17:00:39.392Z Compiling url v2.5.8
14592026-03-13T17:00:39.430Z Compiling thiserror-impl v2.0.18
14602026-03-13T17:00:39.448Z Compiling scrypt v0.11.0
14612026-03-13T17:00:39.508Z Compiling aes v0.8.4
14622026-03-13T17:00:39.744Z Compiling rand_chacha v0.9.0
14632026-03-13T17:00:39.766Z Compiling cbc v0.1.2
14642026-03-13T17:00:39.846Z Compiling rustls-pki-types v1.14.0
14652026-03-13T17:00:39.944Z Compiling tracing-attributes v0.1.31
14662026-03-13T17:00:40.438Z Compiling pkcs5 v0.7.1
14672026-03-13T17:00:40.480Z Compiling rand v0.9.2
14682026-03-13T17:00:40.630Z Compiling http-body v1.0.1
14692026-03-13T17:00:44.143Z Compiling untrusted v0.7.1
14702026-03-13T17:00:44.222Z Compiling untrusted v0.9.0
14712026-03-13T17:00:44.222Z Compiling syn v1.0.109
14722026-03-13T17:00:44.222Z Compiling schemars v0.8.22
14732026-03-13T17:00:44.222Z Compiling httparse v1.10.1
14742026-03-13T17:00:44.222Z Compiling thiserror v2.0.18
14752026-03-13T17:00:44.222Z Compiling openssl-probe v0.2.1
14762026-03-13T17:00:44.222Z Compiling base64 v0.22.1
14772026-03-13T17:00:44.222Z Compiling pkcs8 v0.10.2
14782026-03-13T17:00:44.222Z Compiling schemars_derive v0.8.22
14792026-03-13T17:00:44.222Z Compiling pest_derive v2.8.6
14802026-03-13T17:00:44.222Z Compiling tracing v0.1.44
14812026-03-13T17:00:44.222Z Compiling scroll_derive v0.13.1
14822026-03-13T17:00:44.222Z Compiling darling_core v0.20.11
14832026-03-13T17:00:44.222Z Compiling dyn-clone v1.0.20
14842026-03-13T17:00:44.222Z Compiling rustls v0.23.37
14852026-03-13T17:00:44.222Z Compiling tower-layer v0.3.3
14862026-03-13T17:00:44.222Z Compiling tower-service v0.3.3
14872026-03-13T17:00:44.222Z Compiling tinyvec_macros v0.1.1
14882026-03-13T17:00:44.222Z Compiling atomic-waker v1.1.2
14892026-03-13T17:00:44.222Z Compiling try-lock v0.2.5
14902026-03-13T17:00:44.222Z Compiling scroll v0.13.0
14912026-03-13T17:00:44.222Z Compiling tokio-util v0.7.18
14922026-03-13T17:00:44.222Z Compiling want v0.3.1
14932026-03-13T17:00:44.222Z Compiling tinyvec v1.10.0
14942026-03-13T17:00:44.223Z Compiling ipnet v2.11.0
14952026-03-13T17:00:44.223Z Compiling h2 v0.4.13
14962026-03-13T17:00:44.356Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-03-13T17:00:44.375Z Compiling spin v0.9.8
14982026-03-13T17:00:44.641Z Compiling aho-corasick v1.1.4
14992026-03-13T17:00:44.878Z Compiling pin-utils v0.1.0
15002026-03-13T17:00:44.970Z Compiling num-conv v0.2.0
15012026-03-13T17:00:45.133Z Compiling httpdate v1.0.3
15022026-03-13T17:00:45.151Z Compiling time-core v0.1.8
15032026-03-13T17:00:45.347Z Compiling openssl v0.10.75
15042026-03-13T17:00:45.398Z Compiling darling_macro v0.20.11
15052026-03-13T17:00:45.416Z Compiling powerfmt v0.2.0
15062026-03-13T17:00:45.660Z Compiling crc32fast v1.5.0
15072026-03-13T17:00:45.680Z Compiling foreign-types-shared v0.1.1
15082026-03-13T17:00:45.780Z Compiling tempfile v3.25.0
15092026-03-13T17:00:45.798Z Compiling foreign-types v0.3.2
15102026-03-13T17:00:45.887Z Compiling regex-automata v0.4.14
15112026-03-13T17:00:46.010Z Compiling darling v0.20.11
15122026-03-13T17:00:46.111Z Compiling deranged v0.5.8
15132026-03-13T17:00:46.132Z Compiling time-macros v0.2.27
15142026-03-13T17:00:47.027Z Compiling goblin v0.10.5
15152026-03-13T17:00:47.619Z Compiling openssl-macros v0.1.1
15162026-03-13T17:00:48.142Z Compiling hyper v1.8.1
15172026-03-13T17:00:48.399Z Compiling thiserror-impl v1.0.69
15182026-03-13T17:00:49.337Z Compiling wait-timeout v0.2.1
15192026-03-13T17:00:49.495Z Compiling siphasher v1.0.2
15202026-03-13T17:00:49.670Z Compiling native-tls v0.2.18
15212026-03-13T17:00:49.740Z Compiling usdt-impl v0.6.0
15222026-03-13T17:00:49.938Z Compiling num_threads v0.1.7
15232026-03-13T17:00:50.022Z Compiling either v1.15.0
15242026-03-13T17:00:50.059Z Compiling bit-vec v0.8.0
15252026-03-13T17:00:50.102Z Compiling simd-adler32 v0.3.8
15262026-03-13T17:00:50.235Z Compiling quick-error v1.2.3
15272026-03-13T17:00:50.290Z Compiling thiserror v1.0.69
15282026-03-13T17:00:50.358Z Compiling rusty-fork v0.3.1
15292026-03-13T17:00:50.365Z Compiling bit-set v0.8.0
15302026-03-13T17:00:50.415Z Compiling time v0.3.47
15312026-03-13T17:00:50.483Z Compiling hyper-util v0.1.20
15322026-03-13T17:00:50.785Z Compiling derive_builder_core v0.20.2
15332026-03-13T17:00:51.712Z Compiling dof v0.4.0
15342026-03-13T17:00:52.183Z Compiling unicode-normalization v0.1.25
15352026-03-13T17:00:52.671Z Compiling crossbeam-epoch v0.9.18
15362026-03-13T17:00:52.830Z Compiling dtrace-parser v0.3.0
15372026-03-13T17:00:52.844Z Compiling rustls-native-certs v0.8.3
15382026-03-13T17:00:53.091Z Compiling signature v2.2.0
15392026-03-13T17:00:53.197Z Compiling scroll_derive v0.12.1
15402026-03-13T17:00:53.223Z Compiling heapless v0.7.17
15412026-03-13T17:00:53.302Z Compiling rand_xorshift v0.4.0
15422026-03-13T17:00:53.506Z Compiling slog v2.8.2
15432026-03-13T17:00:53.528Z Compiling darling_core v0.21.3
15442026-03-13T17:00:53.545Z Compiling bzip2-sys v0.1.13+1.0.8
15452026-03-13T17:00:53.749Z Compiling sync_wrapper v1.0.2
15462026-03-13T17:00:53.873Z Compiling thread-id v5.1.0
15472026-03-13T17:00:53.890Z Compiling cookie v0.18.1
15482026-03-13T17:00:53.908Z Compiling paste v1.0.15
15492026-03-13T17:00:53.974Z Compiling rayon-core v1.13.0
15502026-03-13T17:00:54.080Z Compiling unicode-bidi v0.3.18
15512026-03-13T17:00:54.137Z Compiling unarray v0.1.4
15522026-03-13T17:00:54.212Z Compiling adler2 v2.0.1
15532026-03-13T17:00:54.269Z Compiling unicode-segmentation v1.12.0
15542026-03-13T17:00:54.276Z Compiling zstd-safe v7.2.4
15552026-03-13T17:00:54.371Z Compiling unicode-properties v0.1.4
15562026-03-13T17:00:54.575Z Compiling signal-hook v0.3.18
15572026-03-13T17:00:54.638Z Compiling anyhow v1.0.102
15582026-03-13T17:00:54.779Z Compiling stringprep v0.1.5
15592026-03-13T17:00:54.825Z Compiling miniz_oxide v0.8.9
15602026-03-13T17:00:54.852Z Compiling proptest v1.10.0
15612026-03-13T17:00:55.009Z Compiling scroll v0.12.0
15622026-03-13T17:00:55.362Z Compiling tower v0.5.3
15632026-03-13T17:00:55.701Z Compiling crossbeam-deque v0.8.6
15642026-03-13T17:00:55.807Z Compiling derive_builder_macro v0.20.2
15652026-03-13T17:00:55.862Z Compiling ipnetwork v0.21.1
15662026-03-13T17:00:55.938Z Compiling http-body-util v0.1.3
15672026-03-13T17:00:55.981Z Compiling webpki-roots v1.0.6
15682026-03-13T17:00:56.097Z Compiling rand_chacha v0.3.1
15692026-03-13T17:00:56.134Z Compiling serde_spanned v0.6.9
15702026-03-13T17:00:56.259Z Compiling toml_datetime v0.6.11
15712026-03-13T17:00:56.313Z Compiling erased-serde v0.3.31
15722026-03-13T17:00:56.392Z Compiling serde_tokenstream v0.2.3
15732026-03-13T17:00:56.411Z Compiling md-5 v0.10.6
15742026-03-13T17:00:56.589Z Compiling zerocopy-derive v0.7.35
15752026-03-13T17:00:56.615Z Compiling curve25519-dalek v4.1.3
15762026-03-13T17:00:56.765Z Compiling vergen-lib v0.1.6
15772026-03-13T17:00:57.010Z Compiling num-integer v0.1.46
15782026-03-13T17:00:57.055Z Compiling hash32 v0.2.1
15792026-03-13T17:00:57.073Z Compiling ff v0.13.1
15802026-03-13T17:00:57.151Z Compiling darling_macro v0.21.3
15812026-03-13T17:00:57.193Z Compiling memoffset v0.9.1
15822026-03-13T17:00:57.288Z Compiling ref-cast v1.0.25
15832026-03-13T17:00:57.328Z Compiling num-bigint-dig v0.8.6
15842026-03-13T17:00:57.487Z Compiling psl-types v2.0.11
15852026-03-13T17:00:57.501Z Compiling rustix v0.38.44
15862026-03-13T17:00:57.574Z Compiling cfg_aliases v0.2.1
15872026-03-13T17:00:57.649Z Compiling fallible-iterator v0.2.0
15882026-03-13T17:00:57.666Z Compiling base16ct v0.2.0
15892026-03-13T17:00:57.692Z Compiling zlib-rs v0.6.2
15902026-03-13T17:00:57.808Z Compiling iri-string v0.7.10
15912026-03-13T17:00:57.830Z Compiling ryu v1.0.23
15922026-03-13T17:00:57.893Z Compiling litrs v1.0.0
15932026-03-13T17:00:57.983Z Compiling smoltcp v0.9.1
15942026-03-13T17:00:58.067Z Compiling postgres-protocol v0.6.10
15952026-03-13T17:00:58.068Z Compiling serde_urlencoded v0.7.1
15962026-03-13T17:00:58.411Z Compiling newtype-uuid v1.3.2
15972026-03-13T17:00:58.569Z Compiling darling v0.21.3
15982026-03-13T17:00:58.589Z Compiling document-features v0.2.12
15992026-03-13T17:00:58.670Z Compiling sec1 v0.7.3
16002026-03-13T17:00:58.795Z Compiling zerocopy v0.7.35
16012026-03-13T17:00:58.914Z Compiling nix v0.31.1
16022026-03-13T17:00:59.035Z Compiling publicsuffix v2.3.0
16032026-03-13T17:00:59.380Z Compiling num-iter v0.1.45
16042026-03-13T17:00:59.433Z Compiling group v0.13.0
16052026-03-13T17:00:59.520Z Compiling tower-http v0.6.8
16062026-03-13T17:00:59.696Z Compiling derive_builder v0.20.2
16072026-03-13T17:00:59.847Z Compiling rand v0.8.5
16082026-03-13T17:00:59.988Z Compiling oxnet v0.1.4
16092026-03-13T17:01:00.139Z Compiling proc-macro-error v1.0.4
16102026-03-13T17:01:00.186Z Compiling tokio-native-tls v0.3.1
16112026-03-13T17:01:00.498Z Compiling goblin v0.8.2
16122026-03-13T17:01:00.992Z Compiling heck v0.4.1
16132026-03-13T17:01:01.259Z Compiling phf_shared v0.13.1
16142026-03-13T17:01:01.294Z Compiling hubpack_derive v0.1.1
16152026-03-13T17:01:01.499Z Compiling regex v1.12.3
16162026-03-13T17:01:01.547Z Compiling lazy_static v1.5.0
16172026-03-13T17:01:01.586Z Compiling flate2 v1.1.9
16182026-03-13T17:01:01.670Z Compiling cargo-platform v0.1.9
16192026-03-13T17:01:01.886Z Compiling hkdf v0.12.4
16202026-03-13T17:01:02.010Z Compiling crypto-bigint v0.5.5
16212026-03-13T17:01:02.083Z Compiling curve25519-dalek-derive v0.1.1
16222026-03-13T17:01:02.108Z Compiling strum_macros v0.27.2
16232026-03-13T17:01:02.149Z Compiling ref-cast-impl v1.0.25
16242026-03-13T17:01:02.173Z Compiling daft-derive v0.1.5
16252026-03-13T17:01:02.858Z Compiling async-trait v0.1.89
16262026-03-13T17:01:03.026Z Compiling terminal_size v0.4.3
16272026-03-13T17:01:03.190Z Compiling vergen v9.0.6
16282026-03-13T17:01:03.215Z Compiling fs-err v3.3.0
16292026-03-13T17:01:03.411Z Compiling ahash v0.8.12
16302026-03-13T17:01:03.441Z Compiling object v0.37.3
16312026-03-13T17:01:03.721Z Compiling libbz2-rs-sys v0.2.2
16322026-03-13T17:01:03.803Z Compiling bitflags v1.3.2
16332026-03-13T17:01:03.906Z Compiling managed v0.8.0
16342026-03-13T17:01:04.184Z Compiling foldhash v0.1.5
16352026-03-13T17:01:04.331Z Compiling winnow v0.5.40
16362026-03-13T17:01:04.404Z Compiling bumpalo v3.20.2
16372026-03-13T17:01:04.613Z Compiling hashbrown v0.15.5
16382026-03-13T17:01:04.751Z Compiling zopfli v0.8.3
16392026-03-13T17:01:04.903Z Compiling strum v0.27.2
16402026-03-13T17:01:05.040Z Compiling bzip2 v0.6.1
16412026-03-13T17:01:05.306Z Compiling clap_builder v4.5.60
16422026-03-13T17:01:05.403Z Compiling dof v0.3.0
16432026-03-13T17:01:05.679Z Compiling console v0.16.2
16442026-03-13T17:01:05.732Z Compiling elliptic-curve v0.13.8
16452026-03-13T17:01:06.253Z Compiling toml_edit v0.19.15
16462026-03-13T17:01:06.401Z Compiling daft v0.1.5
16472026-03-13T17:01:06.496Z Compiling hubpack v0.1.2
16482026-03-13T17:01:06.551Z Compiling cargo_metadata v0.19.2
16492026-03-13T17:01:06.785Z Compiling phf v0.13.1
16502026-03-13T17:01:06.996Z Compiling zone_cfg_derive v0.3.1
16512026-03-13T17:01:07.947Z Compiling signal-hook-mio v0.2.5
16522026-03-13T17:01:08.169Z Compiling cookie_store v0.22.1
16532026-03-13T17:01:08.498Z Compiling zstd v0.13.3
16542026-03-13T17:01:08.977Z Compiling rayon v1.11.0
16552026-03-13T17:01:09.374Z Compiling hyper-tls v0.6.0
16562026-03-13T17:01:09.663Z Compiling bzip2 v0.4.4
16572026-03-13T17:01:09.851Z Compiling serde_with_macros v3.17.0
16582026-03-13T17:01:09.913Z Compiling postgres-types v0.2.12
16592026-03-13T17:01:10.111Z Compiling usdt-macro v0.6.0
16602026-03-13T17:01:10.787Z Compiling usdt-attr-macro v0.6.0
16612026-03-13T17:01:10.809Z Compiling ed25519 v2.2.3
16622026-03-13T17:01:11.059Z Compiling dtrace-parser v0.2.0
16632026-03-13T17:01:11.362Z Compiling itertools v0.12.1
16642026-03-13T17:01:11.392Z Compiling phf_shared v0.11.3
16652026-03-13T17:01:11.426Z Compiling bstr v1.12.1
16662026-03-13T17:01:11.646Z Compiling pkcs1 v0.7.5
16672026-03-13T17:01:11.741Z Compiling hex v0.4.3
16682026-03-13T17:01:11.913Z Compiling serde-big-array v0.5.1
16692026-03-13T17:01:12.103Z Compiling rfc6979 v0.4.0
16702026-03-13T17:01:12.138Z Compiling clap_derive v4.5.55
16712026-03-13T17:01:12.159Z Compiling strum_macros v0.26.4
16722026-03-13T17:01:12.205Z Compiling enum-as-inner v0.6.1
16732026-03-13T17:01:12.288Z Compiling serde_repr v0.1.20
16742026-03-13T17:01:12.354Z Compiling float-cmp v0.10.0
16752026-03-13T17:01:12.527Z Compiling thread-id v4.2.2
16762026-03-13T17:01:12.634Z Compiling memmap2 v0.9.10
16772026-03-13T17:01:12.966Z Compiling env_filter v1.0.0
16782026-03-13T17:01:12.966Z Compiling encoding_rs v0.8.35
16792026-03-13T17:01:13.002Z Compiling predicates-core v1.0.10
16802026-03-13T17:01:13.043Z Compiling whoami v2.1.0
16812026-03-13T17:01:13.241Z Compiling normalize-line-endings v0.3.0
16822026-03-13T17:01:13.325Z Compiling difflib v0.4.0
16832026-03-13T17:01:13.347Z Compiling static_assertions v1.1.0
16842026-03-13T17:01:13.448Z Compiling precomputed-hash v0.1.1
16852026-03-13T17:01:13.551Z Compiling jiff v0.2.21
16862026-03-13T17:01:13.573Z Compiling mime v0.3.17
16872026-03-13T17:01:13.897Z Compiling unit-prefix v0.5.2
16882026-03-13T17:01:14.082Z Compiling rustc-hash v2.1.1
16892026-03-13T17:01:14.101Z Compiling fixedbitset v0.4.2
16902026-03-13T17:01:14.173Z Compiling data-encoding v2.10.0
16912026-03-13T17:01:14.230Z Compiling fixedbitset v0.5.7
16922026-03-13T17:01:14.383Z Compiling new_debug_unreachable v1.0.6
16932026-03-13T17:01:14.473Z Compiling keccak v0.1.6
16942026-03-13T17:01:14.636Z Compiling hickory-proto v0.25.2
16952026-03-13T17:01:14.643Z Compiling strum v0.26.3
16962026-03-13T17:01:14.677Z Compiling clap v4.5.60
16972026-03-13T17:01:14.776Z Compiling sha3 v0.10.8
16982026-03-13T17:01:14.795Z Compiling petgraph v0.8.3
16992026-03-13T17:01:15.005Z Compiling string_cache v0.8.9
17002026-03-13T17:01:15.149Z Compiling petgraph v0.6.5
17012026-03-13T17:01:15.327Z Compiling iddqd v0.3.17
17022026-03-13T17:01:15.395Z Compiling indicatif v0.18.4
17032026-03-13T17:01:15.579Z Compiling predicates v3.1.4
17042026-03-13T17:01:16.456Z Compiling toml_edit v0.22.27
17052026-03-13T17:01:16.526Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17062026-03-13T17:01:16.830Z Compiling tokio-postgres v0.7.16
17072026-03-13T17:01:17.161Z Compiling env_logger v0.11.9
17082026-03-13T17:01:17.569Z Compiling zip v4.6.1
17092026-03-13T17:01:17.683Z Compiling zone v0.3.1
17102026-03-13T17:01:18.583Z Compiling usdt v0.6.0
17112026-03-13T17:01:18.882Z Compiling usdt-impl v0.5.0
17122026-03-13T17:01:18.918Z Compiling ecdsa v0.16.9
17132026-03-13T17:01:19.429Z Compiling serde_with v3.17.0
17142026-03-13T17:01:19.553Z Compiling similar v2.7.0
17152026-03-13T17:01:19.599Z Compiling rsa v0.9.10
17162026-03-13T17:01:19.873Z Compiling crossterm v0.28.1
17172026-03-13T17:01:20.329Z Compiling ed25519-dalek v2.2.0
17182026-03-13T17:01:20.341Z Compiling zip v0.6.6
17192026-03-13T17:01:21.184Z Compiling toml v0.7.8
17202026-03-13T17:01:21.812Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-03-13T17:01:21.834Z Compiling itertools v0.13.0
17222026-03-13T17:01:21.986Z Compiling tokio-stream v0.1.18
17232026-03-13T17:01:22.018Z Compiling buf-list v1.1.2
17242026-03-13T17:01:22.425Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17252026-03-13T17:01:22.593Z Compiling x509-cert v0.2.5
17262026-03-13T17:01:22.665Z Compiling openapiv3 v2.2.0
17272026-03-13T17:01:22.847Z Compiling sha1 v0.10.6
17282026-03-13T17:01:22.878Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-03-13T17:01:23.120Z Compiling lalrpop-util v0.19.12
17302026-03-13T17:01:23.232Z Compiling peg-runtime v0.8.5
17312026-03-13T17:01:23.353Z Compiling thread_local v1.1.9
17322026-03-13T17:01:23.537Z Compiling slog-async v2.8.0
17332026-03-13T17:01:23.600Z Compiling crossbeam-channel v0.5.15
17342026-03-13T17:01:23.670Z Compiling futures-executor v0.3.32
17352026-03-13T17:01:23.967Z Compiling is-terminal v0.4.17
17362026-03-13T17:01:24.010Z Compiling filetime v0.2.27
17372026-03-13T17:01:24.017Z Compiling take_mut v0.2.2
17382026-03-13T17:01:24.079Z Compiling term v1.2.1
17392026-03-13T17:01:24.142Z Compiling xattr v1.6.1
17402026-03-13T17:01:24.215Z Compiling futures v0.3.32
17412026-03-13T17:01:24.437Z Compiling tar v0.4.44
17422026-03-13T17:01:24.791Z Compiling slog-term v2.9.2
17432026-03-13T17:01:31.469Z Compiling rustls-webpki v0.103.9
17442026-03-13T17:01:35.533Z Compiling tokio-rustls v0.26.4
17452026-03-13T17:01:35.533Z Compiling rustls-platform-verifier v0.6.2
17462026-03-13T17:01:35.918Z Compiling hyper-rustls v0.27.7
17472026-03-13T17:01:36.173Z Compiling reqwest v0.12.28
17482026-03-13T17:01:36.173Z Compiling reqwest v0.13.2
17492026-03-13T17:01:38.930Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-03-13T17:01:39.287Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-03-13T17:01:43.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17522026-03-13T17:01:43.280Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-03-13T17:01:43.453ZMar 13 17:01:42.981 INFO Starting download, target: MaghemiteMgd
17542026-03-13T17:01:43.453ZMar 13 17:01:42.982 INFO Starting download, target: TransceiverControl
17552026-03-13T17:01:43.453ZMar 13 17:01:42.982 INFO Starting download, target: Console
17562026-03-13T17:01:43.453ZMar 13 17:01:42.982 INFO Starting download, target: DendriteStub
17572026-03-13T17:01:43.635ZMar 13 17:01:42.982 INFO Starting download, target: Clickhouse
17582026-03-13T17:01:43.636ZMar 13 17:01:42.982 INFO Starting download, target: Cockroach
17592026-03-13T17:01:43.636ZMar 13 17:01:42.982 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-03-13T17:01:43.737ZMar 13 17:01:42.982 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17612026-03-13T17:01:43.737ZMar 13 17:01:42.982 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17622026-03-13T17:01:43.737ZMar 13 17:01:42.982 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632026-03-13T17:01:43.737ZMar 13 17:01:42.982 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17642026-03-13T17:01:43.737ZMar 13 17:01:42.982 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17652026-03-13T17:01:44.471ZMar 13 17:01:44.148 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-03-13T17:01:44.838ZMar 13 17:01:44.514 INFO Download complete, target: Console
17672026-03-13T17:01:45.103ZMar 13 17:01:44.787 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17682026-03-13T17:01:45.445ZMar 13 17:01:45.119 INFO Download complete, target: TransceiverControl
17692026-03-13T17:01:45.770ZMar 13 17:01:45.228 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-03-13T17:01:51.718ZMar 13 17:01:51.386 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17712026-03-13T17:01:52.468ZMar 13 17:01:52.118 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17722026-03-13T17:01:55.070ZMar 13 17:01:54.751 INFO Download complete, target: MaghemiteMgd
17732026-03-13T17:01:55.935ZMar 13 17:01:55.586 INFO Download complete, target: DendriteStub
17742026-03-13T17:01:56.600ZMar 13 17:01:56.269 INFO Checking that binary works, target: Clickhouse
17752026-03-13T17:01:56.718ZMar 13 17:01:56.391 INFO Download complete, target: Clickhouse
17762026-03-13T17:01:58.535ZMar 13 17:01:58.195 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17772026-03-13T17:01:58.535ZMar 13 17:01:58.195 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17782026-03-13T17:02:06.050ZMar 13 17:02:05.735 INFO Checking that binary works, target: Cockroach
17792026-03-13T17:02:06.179ZMar 13 17:02:05.860 INFO Download complete, target: Cockroach
17802026-03-13T17:02:06.194ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-03-13T17:02:06.198Z
17822026-03-13T17:02:06.198Zreal 4:18.108515817
17832026-03-13T17:02:06.198Zuser 10:30.282979295
17842026-03-13T17:02:06.198Zsys 1:49.404139882
17852026-03-13T17:02:06.198Ztrap 0.319847671
17862026-03-13T17:02:06.198Ztflt 0.782354738
17872026-03-13T17:02:06.198Zdflt 0.640023220
17882026-03-13T17:02:06.198Zkflt 0.025085246
17892026-03-13T17:02:06.198Zlock 25:35.927355924
17902026-03-13T17:02:06.198Zslp 38:46.171929395
17912026-03-13T17:02:06.198Zlat 55.322040349
17922026-03-13T17:02:06.199Zstop 2:36.525307042
17932026-03-13T17:02:06.199Z+ banner hack-check
17942026-03-13T17:02:06.199Z
17952026-03-13T17:02:06.199Z # # ## #### # # #### # # ###### #### # #
17962026-03-13T17:02:06.199Z # # # # # # # # # # # # # # # # #
17972026-03-13T17:02:06.199Z ###### # # # #### ##### # ###### ##### # ####
17982026-03-13T17:02:06.199Z # # ###### # # # # # # # # # #
17992026-03-13T17:02:06.199Z # # # # # # # # # # # # # # # # #
18002026-03-13T17:02:06.199Z # # # # #### # # #### # # ###### #### # #
18012026-03-13T17:02:06.199Z
18022026-03-13T17:02:06.199Z+ export CARGO_INCREMENTAL=0
18032026-03-13T17:02:06.199Z+ CARGO_INCREMENTAL=0
18042026-03-13T17:02:06.199Z+ ptime -m timeout 2h cargo xtask check-features --ci
18052026-03-13T17:02:06.872Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-03-13T17:02:07.129Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-03-13T17:02:09.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
18082026-03-13T17:02:09.753Z Running `target/debug/xtask check-features --ci`
18092026-03-13T17:02:09.781Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18102026-03-13T17:02:09.784Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18112026-03-13T17:02:10.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18122026-03-13T17:02:10.439Z Running `target/debug/xtask download cargo-hack`
18132026-03-13T17:02:11.443Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-03-13T17:02:11.842Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-03-13T17:02:15.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
18162026-03-13T17:02:15.337Z Running `target/debug/xtask-downloader cargo-hack`
18172026-03-13T17:02:15.382ZMar 13 17:02:15.066 INFO Starting download, target: CargoHack
18182026-03-13T17:02:15.386ZMar 13 17:02:15.067 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18192026-03-13T17:02:15.618ZMar 13 17:02:15.303 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18202026-03-13T17:02:15.697ZMar 13 17:02:15.382 INFO Download complete, target: CargoHack
18212026-03-13T17:02:15.701Zrunning: "/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-13T17:02:15.718Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18232026-03-13T17:02:15.920Zinfo: running `cargo check --bins` on api_identity (1/257)
18242026-03-13T17:02:16.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-03-13T17:02:16.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-03-13T17:02:16.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-03-13T17:02:16.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18282026-03-13T17:02:16.671Z
18292026-03-13T17:02:16.671Zinfo: running `cargo check --bins` on bootstore (2/257)
18302026-03-13T17:02:17.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-03-13T17:02:17.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-03-13T17:02:17.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-03-13T17:02:17.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18342026-03-13T17:02:17.422Z
18352026-03-13T17:02:17.422Zinfo: running `cargo check --bins` on omicron-ledger (3/257)
18362026-03-13T17:02:18.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-03-13T17:02:18.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-03-13T17:02:18.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-03-13T17:02:18.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18402026-03-13T17:02:18.164Z
18412026-03-13T17:02:18.164Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/257)
18422026-03-13T17:02:18.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-03-13T17:02:18.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-03-13T17:02:18.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-03-13T17:02:18.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18462026-03-13T17:02:18.904Z
18472026-03-13T17:02:18.904Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/257)
18482026-03-13T17:02:19.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-03-13T17:02:19.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-03-13T17:02:19.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-03-13T17:02:19.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18522026-03-13T17:02:19.643Z
18532026-03-13T17:02:19.643Zinfo: running `cargo check --bins` on omicron-certificates (6/257)
18542026-03-13T17:02:20.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-03-13T17:02:20.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-03-13T17:02:20.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-03-13T17:02:20.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18582026-03-13T17:02:20.408Z
18592026-03-13T17:02:20.408Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/257)
18602026-03-13T17:02:21.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-03-13T17:02:21.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-03-13T17:02:21.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-03-13T17:02:21.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18642026-03-13T17:02:21.167Z
18652026-03-13T17:02:21.167Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/257)
18662026-03-13T17:02:21.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-03-13T17:02:21.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-03-13T17:02:21.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-03-13T17:02:21.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18702026-03-13T17:02:21.931Z
18712026-03-13T17:02:21.932Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/257)
18722026-03-13T17:02:22.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-03-13T17:02:22.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-03-13T17:02:22.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-03-13T17:02:22.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18762026-03-13T17:02:22.520Z
18772026-03-13T17:02:22.520Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/257)
18782026-03-13T17:02:23.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-03-13T17:02:23.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-03-13T17:02:23.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-03-13T17:02:23.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18822026-03-13T17:02:23.115Z
18832026-03-13T17:02:23.115Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/257)
18842026-03-13T17:02:23.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-03-13T17:02:23.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-03-13T17:02:23.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-03-13T17:02:23.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18882026-03-13T17:02:23.713Z
18892026-03-13T17:02:23.713Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/257)
18902026-03-13T17:02:24.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-03-13T17:02:24.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-03-13T17:02:24.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-03-13T17:02:24.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18942026-03-13T17:02:24.404Z
18952026-03-13T17:02:24.404Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/257)
18962026-03-13T17:02:24.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-03-13T17:02:24.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-03-13T17:02:24.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-03-13T17:02:24.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19002026-03-13T17:02:24.898Z
19012026-03-13T17:02:24.898Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/257)
19022026-03-13T17:02:25.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-03-13T17:02:25.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-03-13T17:02:25.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-03-13T17:02:25.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19062026-03-13T17:02:25.488Z
19072026-03-13T17:02:25.488Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/257)
19082026-03-13T17:02:26.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-03-13T17:02:26.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-03-13T17:02:26.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-03-13T17:02:26.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19122026-03-13T17:02:26.078Z
19132026-03-13T17:02:26.078Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/257)
19142026-03-13T17:02:26.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-03-13T17:02:26.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-03-13T17:02:26.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-03-13T17:02:26.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19182026-03-13T17:02:26.673Z
19192026-03-13T17:02:26.673Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/257)
19202026-03-13T17:02:27.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-03-13T17:02:27.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-03-13T17:02:27.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-03-13T17:02:27.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19242026-03-13T17:02:27.266Z
19252026-03-13T17:02:27.266Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/257)
19262026-03-13T17:02:27.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-03-13T17:02:27.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-03-13T17:02:27.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-03-13T17:02:27.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19302026-03-13T17:02:27.859Z
19312026-03-13T17:02:27.859Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/257)
19322026-03-13T17:02:28.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-03-13T17:02:28.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-03-13T17:02:28.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-03-13T17:02:28.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19362026-03-13T17:02:28.444Z
19372026-03-13T17:02:28.444Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/257)
19382026-03-13T17:02:28.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-03-13T17:02:28.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-03-13T17:02:28.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-03-13T17:02:28.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19422026-03-13T17:02:29.036Z
19432026-03-13T17:02:29.036Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/257)
19442026-03-13T17:02:29.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-03-13T17:02:29.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-03-13T17:02:29.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-03-13T17:02:29.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19482026-03-13T17:02:29.630Z
19492026-03-13T17:02:29.631Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/257)
19502026-03-13T17:02:30.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-03-13T17:02:30.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-03-13T17:02:30.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-03-13T17:02:30.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19542026-03-13T17:02:30.229Z
19552026-03-13T17:02:30.229Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/257)
19562026-03-13T17:02:30.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-03-13T17:02:30.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-03-13T17:02:30.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-03-13T17:02:30.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19602026-03-13T17:02:30.826Z
19612026-03-13T17:02:30.826Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/257)
19622026-03-13T17:02:31.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-03-13T17:02:31.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-03-13T17:02:31.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-03-13T17:02:31.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19662026-03-13T17:02:31.416Z
19672026-03-13T17:02:31.416Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/257)
19682026-03-13T17:02:31.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-03-13T17:02:31.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-03-13T17:02:31.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-03-13T17:02:31.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19722026-03-13T17:02:32.017Z
19732026-03-13T17:02:32.018Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/257)
19742026-03-13T17:02:32.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-03-13T17:02:32.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-03-13T17:02:32.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-03-13T17:02:32.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19782026-03-13T17:02:32.604Z
19792026-03-13T17:02:32.604Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/257)
19802026-03-13T17:02:33.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-03-13T17:02:33.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-03-13T17:02:33.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-03-13T17:02:33.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19842026-03-13T17:02:33.218Z
19852026-03-13T17:02:33.218Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/257)
19862026-03-13T17:02:33.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-03-13T17:02:33.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-03-13T17:02:33.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-03-13T17:02:33.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19902026-03-13T17:02:33.795Z
19912026-03-13T17:02:33.796Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/257)
19922026-03-13T17:02:34.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-03-13T17:02:34.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-03-13T17:02:34.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-03-13T17:02:34.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19962026-03-13T17:02:34.391Z
19972026-03-13T17:02:34.391Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/257)
19982026-03-13T17:02:34.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-03-13T17:02:34.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-03-13T17:02:34.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-03-13T17:02:34.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20022026-03-13T17:02:34.973Z
20032026-03-13T17:02:34.973Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/257)
20042026-03-13T17:02:35.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-03-13T17:02:35.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-03-13T17:02:35.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-03-13T17:02:35.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20082026-03-13T17:02:35.567Z
20092026-03-13T17:02:35.567Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/257)
20102026-03-13T17:02:36.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-03-13T17:02:36.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-03-13T17:02:36.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-03-13T17:02:36.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20142026-03-13T17:02:36.162Z
20152026-03-13T17:02:36.162Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/257)
20162026-03-13T17:02:36.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-03-13T17:02:36.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-03-13T17:02:36.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-03-13T17:02:36.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20202026-03-13T17:02:36.749Z
20212026-03-13T17:02:36.749Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/257)
20222026-03-13T17:02:37.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-03-13T17:02:37.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-03-13T17:02:37.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-03-13T17:02:37.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20262026-03-13T17:02:37.347Z
20272026-03-13T17:02:37.347Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/257)
20282026-03-13T17:02:37.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-03-13T17:02:37.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-03-13T17:02:37.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-03-13T17:02:37.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20322026-03-13T17:02:37.934Z
20332026-03-13T17:02:37.934Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/257)
20342026-03-13T17:02:38.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-03-13T17:02:38.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-03-13T17:02:38.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-03-13T17:02:38.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20382026-03-13T17:02:38.528Z
20392026-03-13T17:02:38.528Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/257)
20402026-03-13T17:02:39.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-03-13T17:02:39.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-03-13T17:02:39.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-03-13T17:02:39.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20442026-03-13T17:02:39.118Z
20452026-03-13T17:02:39.118Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/257)
20462026-03-13T17:02:39.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-03-13T17:02:39.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-03-13T17:02:39.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-03-13T17:02:39.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20502026-03-13T17:02:39.712Z
20512026-03-13T17:02:39.712Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/257)
20522026-03-13T17:02:40.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-03-13T17:02:40.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-03-13T17:02:40.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-03-13T17:02:40.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20562026-03-13T17:02:40.303Z
20572026-03-13T17:02:40.304Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/257)
20582026-03-13T17:02:40.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-03-13T17:02:40.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-03-13T17:02:40.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-03-13T17:02:40.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20622026-03-13T17:02:40.909Z
20632026-03-13T17:02:40.909Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/257)
20642026-03-13T17:02:41.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-03-13T17:02:41.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-03-13T17:02:41.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-03-13T17:02:41.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20682026-03-13T17:02:41.502Z
20692026-03-13T17:02:41.502Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/257)
20702026-03-13T17:02:42.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-03-13T17:02:42.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-03-13T17:02:42.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-03-13T17:02:42.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20742026-03-13T17:02:42.103Z
20752026-03-13T17:02:42.103Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/257)
20762026-03-13T17:02:42.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-03-13T17:02:42.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-03-13T17:02:42.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-03-13T17:02:42.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20802026-03-13T17:02:42.698Z
20812026-03-13T17:02:42.698Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/257)
20822026-03-13T17:02:43.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-03-13T17:02:43.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-03-13T17:02:43.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-03-13T17:02:43.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20862026-03-13T17:02:43.291Z
20872026-03-13T17:02:43.291Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/257)
20882026-03-13T17:02:43.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-03-13T17:02:43.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-03-13T17:02:43.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-03-13T17:02:43.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20922026-03-13T17:02:43.897Z
20932026-03-13T17:02:43.897Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/257)
20942026-03-13T17:02:44.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-03-13T17:02:44.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-03-13T17:02:44.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-03-13T17:02:44.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20982026-03-13T17:02:44.485Z
20992026-03-13T17:02:44.485Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/257)
21002026-03-13T17:02:45.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-03-13T17:02:45.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-03-13T17:02:45.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-03-13T17:02:45.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21042026-03-13T17:02:45.120Z
21052026-03-13T17:02:45.120Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/257)
21062026-03-13T17:02:45.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-03-13T17:02:45.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-03-13T17:02:45.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-03-13T17:02:45.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21102026-03-13T17:02:45.677Z
21112026-03-13T17:02:45.677Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/257)
21122026-03-13T17:02:46.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-03-13T17:02:46.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-03-13T17:02:46.664Z Checking cfg-if v1.0.4
21152026-03-13T17:02:46.795Z Checking libc v0.2.180
21162026-03-13T17:02:46.798Z Checking serde_core v1.0.228
21172026-03-13T17:02:46.815Z Checking memchr v2.8.0
21182026-03-13T17:02:46.820Z Checking smallvec v1.15.1
21192026-03-13T17:02:46.824Z Checking itoa v1.0.17
21202026-03-13T17:02:46.824Z Checking log v0.4.29
21212026-03-13T17:02:46.824Z Checking zeroize v1.8.2
21222026-03-13T17:02:46.892Z Checking stable_deref_trait v1.2.1
21232026-03-13T17:02:47.020Z Checking zerofrom v0.1.6
21242026-03-13T17:02:47.035Z Checking zmij v1.0.21
21252026-03-13T17:02:47.084Z Checking scopeguard v1.2.0
21262026-03-13T17:02:47.103Z Checking litemap v0.8.1
21272026-03-13T17:02:47.103Z Checking subtle v2.6.1
21282026-03-13T17:02:47.159Z Checking yoke v0.8.1
21292026-03-13T17:02:47.206Z Checking lock_api v0.4.14
21302026-03-13T17:02:47.303Z Checking percent-encoding v2.3.2
21312026-03-13T17:02:47.309Z Checking writeable v0.6.2
21322026-03-13T17:02:47.337Z Checking libm v0.2.16
21332026-03-13T17:02:47.373Z Checking zerovec v0.11.5
21342026-03-13T17:02:47.389Z Checking zerotrie v0.2.3
21352026-03-13T17:02:47.472Z Checking icu_properties_data v2.1.2
21362026-03-13T17:02:47.489Z Checking icu_normalizer_data v2.1.1
21372026-03-13T17:02:47.507Z Checking getrandom v0.2.17
21382026-03-13T17:02:47.514Z Checking errno v0.3.14
21392026-03-13T17:02:47.577Z Checking pin-project-lite v0.2.17
21402026-03-13T17:02:47.634Z Checking utf8_iter v1.0.4
21412026-03-13T17:02:47.663Z Checking form_urlencoded v1.2.2
21422026-03-13T17:02:47.686Z Checking portable-atomic v1.13.1
21432026-03-13T17:02:47.686Z Checking rand_core v0.6.4
21442026-03-13T17:02:47.770Z Checking critical-section v1.2.0
21452026-03-13T17:02:47.793Z Checking rand_core v0.10.0
21462026-03-13T17:02:47.819Z Checking typenum v1.19.0
21472026-03-13T17:02:47.840Z Checking signal-hook-registry v1.4.8
21482026-03-13T17:02:47.909Z Checking parking_lot_core v0.9.12
21492026-03-13T17:02:47.964Z Checking getrandom v0.4.1
21502026-03-13T17:02:47.983Z Checking tinystr v0.8.2
21512026-03-13T17:02:48.035Z Checking potential_utf v0.1.4
21522026-03-13T17:02:48.142Z Checking parking_lot v0.12.5
21532026-03-13T17:02:48.143Z Checking socket2 v0.6.2
21542026-03-13T17:02:48.196Z Checking icu_collections v2.1.1
21552026-03-13T17:02:48.216Z Checking icu_locale_core v2.1.1
21562026-03-13T17:02:48.288Z Checking once_cell v1.21.3
21572026-03-13T17:02:48.360Z Checking num-traits v0.2.19
21582026-03-13T17:02:48.379Z Checking mio v1.1.1
21592026-03-13T17:02:48.474Z Checking iana-time-zone v0.1.65
21602026-03-13T17:02:48.510Z Checking zerocopy v0.8.40
21612026-03-13T17:02:48.532Z Checking generic-array v0.14.7
21622026-03-13T17:02:48.593Z Checking futures-core v0.3.32
21632026-03-13T17:02:48.610Z Checking equivalent v1.0.2
21642026-03-13T17:02:48.710Z Checking allocator-api2 v0.2.21
21652026-03-13T17:02:48.743Z Checking foldhash v0.2.0
21662026-03-13T17:02:48.768Z Checking futures-sink v0.3.32
21672026-03-13T17:02:48.887Z Checking const-oid v0.9.6
21682026-03-13T17:02:48.935Z Checking dyn-clone v1.0.20
21692026-03-13T17:02:48.993Z Checking icu_provider v2.1.1
21702026-03-13T17:02:49.041Z Checking serde v1.0.228
21712026-03-13T17:02:49.058Z Checking serde_json v1.0.149
21722026-03-13T17:02:49.085Z Checking bitflags v2.11.0
21732026-03-13T17:02:49.127Z Checking hashbrown v0.16.1
21742026-03-13T17:02:49.186Z Checking crypto-common v0.1.7
21752026-03-13T17:02:49.293Z Checking uuid v1.21.0
21762026-03-13T17:02:49.311Z Checking icu_normalizer v2.1.1
21772026-03-13T17:02:49.338Z Checking icu_properties v2.1.2
21782026-03-13T17:02:49.604Z Checking bytes v1.11.1
21792026-03-13T17:02:49.707Z Checking chrono v0.4.44
21802026-03-13T17:02:49.712Z Checking semver v1.0.27
21812026-03-13T17:02:49.809Z Checking futures-channel v0.3.32
21822026-03-13T17:02:49.896Z Checking futures-io v0.3.32
21832026-03-13T17:02:49.991Z Checking futures-task v0.3.32
21842026-03-13T17:02:50.008Z Checking slab v0.4.12
21852026-03-13T17:02:50.038Z Checking block-buffer v0.10.4
21862026-03-13T17:02:50.057Z Checking thiserror v2.0.18
21872026-03-13T17:02:50.164Z Checking indexmap v2.13.0
21882026-03-13T17:02:50.181Z Checking byteorder v1.5.0
21892026-03-13T17:02:50.204Z Checking tokio v1.49.0
21902026-03-13T17:02:50.207Z Checking futures-util v0.3.32
21912026-03-13T17:02:50.207Z Checking digest v0.10.7
21922026-03-13T17:02:50.503Z Checking http v1.4.0
21932026-03-13T17:02:50.510Z Checking idna_adapter v1.2.1
21942026-03-13T17:02:50.514Z Checking cpufeatures v0.2.17
21952026-03-13T17:02:50.600Z Checking fnv v1.0.7
21962026-03-13T17:02:50.643Z Checking idna v1.1.0
21972026-03-13T17:02:50.714Z Checking base64 v0.22.1
21982026-03-13T17:02:50.908Z Checking unicode-ident v1.0.24
21992026-03-13T17:02:50.955Z Checking url v2.5.8
22002026-03-13T17:02:50.971Z Checking tracing-core v0.1.36
22012026-03-13T17:02:51.020Z Checking rustls-pki-types v1.14.0
22022026-03-13T17:02:51.039Z Checking proc-macro2 v1.0.106
22032026-03-13T17:02:51.242Z Checking regex-syntax v0.8.10
22042026-03-13T17:02:51.374Z Checking tracing v0.1.44
22052026-03-13T17:02:51.401Z Checking untrusted v0.9.0
22062026-03-13T17:02:51.450Z Checking quote v1.0.44
22072026-03-13T17:02:51.525Z Checking schemars v0.8.22
22082026-03-13T17:02:51.543Z Checking ring v0.17.14
22092026-03-13T17:02:51.627Z Checking ipnet v2.11.0
22102026-03-13T17:02:51.679Z Checking syn v2.0.117
22112026-03-13T17:02:51.973Z Checking thiserror v1.0.69
22122026-03-13T17:02:52.092Z Checking httparse v1.10.1
22132026-03-13T17:02:52.359Z Checking http-body v1.0.1
22142026-03-13T17:02:52.409Z Checking atomic-waker v1.1.2
22152026-03-13T17:02:52.522Z Checking aws-lc-sys v0.37.1
22162026-03-13T17:02:52.591Z Checking aho-corasick v1.1.4
22172026-03-13T17:02:52.881Z Checking ppv-lite86 v0.2.21
22182026-03-13T17:02:52.898Z Checking untrusted v0.7.1
22192026-03-13T17:02:52.927Z Checking tower-service v0.3.3
22202026-03-13T17:02:53.039Z Checking try-lock v0.2.5
22212026-03-13T17:02:53.042Z Checking tower-layer v0.3.3
22222026-03-13T17:02:53.070Z Checking openssl-probe v0.2.1
22232026-03-13T17:02:53.158Z Checking httpdate v1.0.3
22242026-03-13T17:02:53.198Z Checking want v0.3.1
22252026-03-13T17:02:53.239Z Checking rustix v1.1.3
22262026-03-13T17:02:53.303Z Checking block-padding v0.3.3
22272026-03-13T17:02:53.336Z Checking getrandom v0.3.4
22282026-03-13T17:02:53.356Z Checking pin-utils v0.1.0
22292026-03-13T17:02:53.427Z Checking aws-lc-rs v1.16.0
22302026-03-13T17:02:53.446Z Checking hmac v0.12.1
22312026-03-13T17:02:53.468Z Checking inout v0.1.4
22322026-03-13T17:02:53.487Z Checking regex-automata v0.4.14
22332026-03-13T17:02:53.513Z Checking rand_core v0.9.5
22342026-03-13T17:02:53.612Z Checking powerfmt v0.2.0
22352026-03-13T17:02:53.639Z Checking cipher v0.4.4
22362026-03-13T17:02:53.746Z Checking base64ct v1.8.3
22372026-03-13T17:02:53.804Z Checking ryu v1.0.23
22382026-03-13T17:02:53.909Z Checking deranged v0.5.8
22392026-03-13T17:02:53.975Z Checking rustls-native-certs v0.8.3
22402026-03-13T17:02:54.106Z Checking http-body-util v0.1.3
22412026-03-13T17:02:54.139Z Checking sha2 v0.10.9
22422026-03-13T17:02:54.334Z Checking erased-serde v0.3.31
22432026-03-13T17:02:54.464Z Checking sync_wrapper v1.0.2
22442026-03-13T17:02:54.495Z Checking num-conv v0.2.0
22452026-03-13T17:02:54.589Z Checking num_threads v0.1.7
22462026-03-13T17:02:54.610Z Checking rustls-webpki v0.103.9
22472026-03-13T17:02:54.624Z Checking tokio-util v0.7.18
22482026-03-13T17:02:54.651Z Checking time-core v0.1.8
22492026-03-13T17:02:54.695Z Checking pretty-hex v0.4.1
22502026-03-13T17:02:54.844Z Checking tower v0.5.3
22512026-03-13T17:02:54.860Z Checking serde_urlencoded v0.7.1
22522026-03-13T17:02:54.907Z Checking slog v2.8.2
22532026-03-13T17:02:55.036Z Checking rand_chacha v0.9.0
22542026-03-13T17:02:55.128Z Checking webpki-roots v1.0.6
22552026-03-13T17:02:55.172Z Checking rustls v0.23.37
22562026-03-13T17:02:55.258Z Checking fastrand v2.3.0
22572026-03-13T17:02:55.277Z Checking time v0.3.47
22582026-03-13T17:02:55.292Z Checking foreign-types-shared v0.1.1
22592026-03-13T17:02:55.310Z Checking iri-string v0.7.10
22602026-03-13T17:02:55.385Z Checking rand v0.9.2
22612026-03-13T17:02:55.402Z Checking foreign-types v0.3.2
22622026-03-13T17:02:55.445Z Checking h2 v0.4.13
22632026-03-13T17:02:55.486Z Checking pem-rfc7468 v0.7.0
22642026-03-13T17:02:55.504Z Checking ipnetwork v0.21.1
22652026-03-13T17:02:55.694Z Checking openssl-sys v0.9.111
22662026-03-13T17:02:55.786Z Checking spin v0.9.8
22672026-03-13T17:02:55.999Z Checking flagset v0.4.7
22682026-03-13T17:02:56.018Z Checking plain v0.2.3
22692026-03-13T17:02:56.036Z Checking regex v1.12.3
22702026-03-13T17:02:56.146Z Checking rand_chacha v0.3.1
22712026-03-13T17:02:56.164Z Checking der v0.7.10
22722026-03-13T17:02:56.426Z Checking tinyvec_macros v0.1.1
22732026-03-13T17:02:56.430Z Checking mime v0.3.17
22742026-03-13T17:02:56.458Z Checking openssl v0.10.75
22752026-03-13T17:02:56.506Z Checking ucd-trie v0.1.7
22762026-03-13T17:02:56.666Z Checking tinyvec v1.10.0
22772026-03-13T17:02:56.680Z Checking pest v2.8.6
22782026-03-13T17:02:56.799Z Checking tower-http v0.6.8
22792026-03-13T17:02:56.888Z Checking rand v0.8.5
22802026-03-13T17:02:57.090Z Checking tempfile v3.25.0
22812026-03-13T17:02:57.166Z Checking salsa20 v0.10.2
22822026-03-13T17:02:57.189Z Checking spki v0.7.3
22832026-03-13T17:02:57.334Z Checking pbkdf2 v0.12.2
22842026-03-13T17:02:57.351Z Checking encoding_rs v0.8.35
22852026-03-13T17:02:57.402Z Checking unicode-width v0.2.0
22862026-03-13T17:02:57.467Z Checking scrypt v0.11.0
22872026-03-13T17:02:57.600Z Checking cbc v0.1.2
22882026-03-13T17:02:57.640Z Checking aes v0.8.4
22892026-03-13T17:02:57.718Z Checking openapiv3 v2.2.0
22902026-03-13T17:02:57.759Z Checking anyhow v1.0.102
22912026-03-13T17:02:58.019Z Checking crossbeam-utils v0.8.21
22922026-03-13T17:02:58.182Z Checking pkcs5 v0.7.1
22932026-03-13T17:02:58.199Z Checking oxnet v0.1.4
22942026-03-13T17:02:58.464Z Checking scroll v0.12.0
22952026-03-13T17:02:58.483Z Checking tokio-rustls v0.26.4
22962026-03-13T17:02:58.500Z Checking siphasher v1.0.2
22972026-03-13T17:02:58.517Z Checking pkcs8 v0.10.2
22982026-03-13T17:02:58.650Z Checking data-encoding v2.10.0
22992026-03-13T17:02:58.705Z Checking winnow v0.7.14
23002026-03-13T17:02:58.738Z Checking lazy_static v1.5.0
23012026-03-13T17:02:58.763Z Checking zerocopy v0.7.35
23022026-03-13T17:02:58.766Z Checking goblin v0.8.2
23032026-03-13T17:02:58.845Z Checking wait-timeout v0.2.1
23042026-03-13T17:02:59.012Z Checking managed v0.8.0
23052026-03-13T17:02:59.063Z Checking anstyle v1.0.13
23062026-03-13T17:02:59.166Z Checking hyper v1.8.1
23072026-03-13T17:02:59.237Z Checking either v1.15.0
23082026-03-13T17:02:59.270Z Checking quick-error v1.2.3
23092026-03-13T17:02:59.337Z Checking native-tls v0.2.18
23102026-03-13T17:02:59.372Z Checking bitflags v1.3.2
23112026-03-13T17:02:59.461Z Checking utf8parse v0.2.2
23122026-03-13T17:02:59.482Z Checking bit-vec v0.8.0
23132026-03-13T17:02:59.485Z Checking rusty-fork v0.3.1
23142026-03-13T17:02:59.522Z Checking dtrace-parser v0.2.0
23152026-03-13T17:02:59.564Z Checking tokio-native-tls v0.3.1
23162026-03-13T17:02:59.584Z Checking anstyle-parse v0.2.7
23172026-03-13T17:02:59.701Z Checking unicode-normalization v0.1.25
23182026-03-13T17:02:59.728Z Checking bit-set v0.8.0
23192026-03-13T17:02:59.756Z Checking rand_xorshift v0.4.0
23202026-03-13T17:02:59.780Z Checking sha1 v0.10.6
23212026-03-13T17:02:59.828Z Checking thread-id v4.2.2
23222026-03-13T17:02:59.902Z Checking is_terminal_polyfill v1.70.2
23232026-03-13T17:02:59.919Z Checking psl-types v2.0.11
23242026-03-13T17:02:59.935Z Checking colorchoice v1.0.4
23252026-03-13T17:02:59.980Z Checking unarray v0.1.4
23262026-03-13T17:03:00.006Z Checking anstyle-query v1.1.5
23272026-03-13T17:03:00.058Z Checking crossbeam-epoch v0.9.18
23282026-03-13T17:03:00.071Z Checking publicsuffix v2.3.0
23292026-03-13T17:03:00.107Z Checking proptest v1.10.0
23302026-03-13T17:03:00.125Z Checking anstream v0.6.21
23312026-03-13T17:03:00.236Z Checking cookie v0.18.1
23322026-03-13T17:03:00.280Z Checking terminal_size v0.4.3
23332026-03-13T17:03:00.353Z Checking scroll v0.13.0
23342026-03-13T17:03:00.371Z Checking hex v0.4.3
23352026-03-13T17:03:00.374Z Checking hyper-util v0.1.20
23362026-03-13T17:03:00.407Z Checking num-integer v0.1.46
23372026-03-13T17:03:00.424Z Checking simd-adler32 v0.3.8
23382026-03-13T17:03:00.536Z Checking cookie_store v0.22.1
23392026-03-13T17:03:00.658Z Checking crossbeam-deque v0.8.6
23402026-03-13T17:03:00.676Z Checking goblin v0.10.5
23412026-03-13T17:03:00.693Z Checking rustls-platform-verifier v0.6.2
23422026-03-13T17:03:00.715Z Checking bstr v1.12.1
23432026-03-13T17:03:00.862Z Checking ref-cast v1.0.25
23442026-03-13T17:03:00.880Z Checking rustix v0.38.44
23452026-03-13T17:03:00.970Z Checking camino v1.2.2
23462026-03-13T17:03:00.988Z Checking crc32fast v1.5.0
23472026-03-13T17:03:01.161Z Checking signature v2.2.0
23482026-03-13T17:03:01.259Z Checking serde_spanned v0.6.9
23492026-03-13T17:03:01.318Z Checking toml_datetime v0.6.11
23502026-03-13T17:03:01.321Z Checking ff v0.13.1
23512026-03-13T17:03:01.414Z Checking clap_lex v1.0.0
23522026-03-13T17:03:01.495Z Checking base16ct v0.2.0
23532026-03-13T17:03:01.549Z Checking unicode-properties v0.1.4
23542026-03-13T17:03:01.567Z Checking dof v0.3.0
23552026-03-13T17:03:01.603Z Checking strsim v0.11.1
23562026-03-13T17:03:01.648Z Checking unicode-bidi v0.3.18
23572026-03-13T17:03:01.784Z Checking adler2 v2.0.1
23582026-03-13T17:03:01.806Z Checking clap_builder v4.5.60
23592026-03-13T17:03:01.917Z Checking miniz_oxide v0.8.9
23602026-03-13T17:03:01.946Z Checking usdt-impl v0.5.0
23612026-03-13T17:03:02.032Z Checking sec1 v0.7.3
23622026-03-13T17:03:02.053Z Checking stringprep v0.1.5
23632026-03-13T17:03:02.067Z Checking hyper-rustls v0.27.7
23642026-03-13T17:03:02.242Z Checking hyper-tls v0.6.0
23652026-03-13T17:03:02.295Z Checking group v0.13.0
23662026-03-13T17:03:02.312Z Checking rayon-core v1.13.0
23672026-03-13T17:03:02.328Z Checking reqwest v0.13.2
23682026-03-13T17:03:02.403Z Checking num-iter v0.1.45
23692026-03-13T17:03:02.450Z Checking reqwest v0.12.28
23702026-03-13T17:03:02.488Z Checking toml_parser v1.0.9+spec-1.1.0
23712026-03-13T17:03:02.539Z Checking dtrace-parser v0.3.0
23722026-03-13T17:03:02.689Z Checking newtype-uuid v1.3.2
23732026-03-13T17:03:02.738Z Checking hkdf v0.12.4
23742026-03-13T17:03:02.843Z Checking strum v0.26.3
23752026-03-13T17:03:02.901Z Checking zstd-sys v2.0.16+zstd.1.5.7
23762026-03-13T17:03:02.930Z Checking md-5 v0.10.6
23772026-03-13T17:03:02.948Z Checking daft v0.1.5
23782026-03-13T17:03:02.978Z Checking hash32 v0.2.1
23792026-03-13T17:03:03.050Z Checking crypto-bigint v0.5.5
23802026-03-13T17:03:03.101Z Checking toml_datetime v0.7.5+spec-1.1.0
23812026-03-13T17:03:03.184Z Checking thread-id v5.1.0
23822026-03-13T17:03:03.268Z Checking unicode-segmentation v1.12.0
23832026-03-13T17:03:03.286Z Checking zlib-rs v0.6.2
23842026-03-13T17:03:03.363Z Checking fallible-iterator v0.2.0
23852026-03-13T17:03:03.473Z Checking heapless v0.7.17
23862026-03-13T17:03:03.558Z Checking clap v4.5.60
23872026-03-13T17:03:03.602Z Checking zstd-safe v7.2.4
23882026-03-13T17:03:03.653Z Checking rayon v1.11.0
23892026-03-13T17:03:03.669Z Checking itertools v0.12.1
23902026-03-13T17:03:03.732Z Checking postgres-protocol v0.6.10
23912026-03-13T17:03:03.813Z Checking phf_shared v0.13.1
23922026-03-13T17:03:04.027Z Checking console v0.16.2
23932026-03-13T17:03:04.069Z Checking dof v0.4.0
23942026-03-13T17:03:04.087Z Checking curve25519-dalek v4.1.3
23952026-03-13T17:03:04.149Z Checking memoffset v0.9.1
23962026-03-13T17:03:04.246Z Checking bzip2-sys v0.1.13+1.0.8
23972026-03-13T17:03:04.352Z Checking signal-hook v0.3.18
23982026-03-13T17:03:04.419Z Checking memmap2 v0.9.10
23992026-03-13T17:03:04.506Z Checking flate2 v1.1.9
24002026-03-13T17:03:04.586Z Checking libbz2-rs-sys v0.2.2
24012026-03-13T17:03:04.604Z Checking elliptic-curve v0.13.8
24022026-03-13T17:03:04.629Z Checking foldhash v0.1.5
24032026-03-13T17:03:04.789Z Checking fixedbitset v0.4.2
24042026-03-13T17:03:04.903Z Checking toml_write v0.1.2
24052026-03-13T17:03:04.977Z Checking winnow v0.5.40
24062026-03-13T17:03:05.000Z Checking unit-prefix v0.5.2
24072026-03-13T17:03:05.032Z Checking usdt-impl v0.6.0
24082026-03-13T17:03:05.052Z Checking bumpalo v3.20.2
24092026-03-13T17:03:05.098Z Checking bzip2 v0.6.1
24102026-03-13T17:03:05.121Z Checking toml_edit v0.22.27
24112026-03-13T17:03:05.138Z Checking zone v0.3.1
24122026-03-13T17:03:05.154Z Checking petgraph v0.6.5
24132026-03-13T17:03:05.314Z Checking hashbrown v0.15.5
24142026-03-13T17:03:05.332Z Checking zopfli v0.8.3
24152026-03-13T17:03:05.399Z Checking usdt v0.6.0
24162026-03-13T17:03:05.601Z Checking signal-hook-mio v0.2.5
24172026-03-13T17:03:05.631Z Checking bzip2 v0.4.4
24182026-03-13T17:03:05.709Z Checking indicatif v0.18.4
24192026-03-13T17:03:05.727Z Checking nix v0.31.1
24202026-03-13T17:03:05.765Z Checking postgres-types v0.2.12
24212026-03-13T17:03:05.834Z Checking phf v0.13.1
24222026-03-13T17:03:05.953Z Checking smoltcp v0.9.1
24232026-03-13T17:03:06.025Z Checking zstd v0.13.3
24242026-03-13T17:03:06.183Z Checking similar v2.7.0
24252026-03-13T17:03:06.205Z Checking num-bigint-dig v0.8.6
24262026-03-13T17:03:06.272Z Checking ed25519 v2.2.3
24272026-03-13T17:03:06.512Z Checking pkcs1 v0.7.5
24282026-03-13T17:03:06.585Z Checking toml_edit v0.19.15
24292026-03-13T17:03:06.646Z Checking phf_shared v0.11.3
24302026-03-13T17:03:06.695Z Checking tokio-stream v0.1.18
24312026-03-13T17:03:06.778Z Checking strum v0.27.2
24322026-03-13T17:03:06.783Z Checking hubpack v0.1.2
24332026-03-13T17:03:06.835Z Checking rfc6979 v0.4.0
24342026-03-13T17:03:06.914Z Checking serde-big-array v0.5.1
24352026-03-13T17:03:06.933Z Checking float-cmp v0.10.0
24362026-03-13T17:03:06.972Z Checking env_filter v1.0.0
24372026-03-13T17:03:07.007Z Checking rustc-hash v2.1.1
24382026-03-13T17:03:07.076Z Checking keccak v0.1.6
24392026-03-13T17:03:07.093Z Checking new_debug_unreachable v1.0.6
24402026-03-13T17:03:07.145Z Checking difflib v0.4.0
24412026-03-13T17:03:07.163Z Checking whoami v2.1.0
24422026-03-13T17:03:07.167Z Checking jiff v0.2.21
24432026-03-13T17:03:07.198Z Checking normalize-line-endings v0.3.0
24442026-03-13T17:03:07.215Z Checking static_assertions v1.1.0
24452026-03-13T17:03:07.291Z Checking predicates-core v1.0.10
24462026-03-13T17:03:07.308Z Checking fixedbitset v0.5.7
24472026-03-13T17:03:07.312Z Checking precomputed-hash v0.1.1
24482026-03-13T17:03:07.342Z Checking rsa v0.9.10
24492026-03-13T17:03:07.367Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24502026-03-13T17:03:07.409Z Checking tokio-postgres v0.7.16
24512026-03-13T17:03:07.427Z Checking string_cache v0.8.9
24522026-03-13T17:03:07.445Z Checking predicates v3.1.4
24532026-03-13T17:03:07.562Z Checking petgraph v0.8.3
24542026-03-13T17:03:07.638Z Checking sha3 v0.10.8
24552026-03-13T17:03:07.840Z Checking env_logger v0.11.9
24562026-03-13T17:03:07.911Z Checking iddqd v0.3.17
24572026-03-13T17:03:07.969Z Checking ecdsa v0.16.9
24582026-03-13T17:03:08.065Z Checking toml v0.7.8
24592026-03-13T17:03:08.083Z Checking ed25519-dalek v2.2.0
24602026-03-13T17:03:08.373Z Checking zip v0.6.6
24612026-03-13T17:03:08.412Z Checking crossterm v0.28.1
24622026-03-13T17:03:08.485Z Checking serde_with v3.17.0
24632026-03-13T17:03:08.801Z Checking itertools v0.13.0
24642026-03-13T17:03:09.055Z Checking hickory-proto v0.25.2
24652026-03-13T17:03:09.082Z Checking x509-cert v0.2.5
24662026-03-13T17:03:09.371Z Checking fs-err v3.3.0
24672026-03-13T17:03:09.757Z Checking ahash v0.8.12
24682026-03-13T17:03:09.774Z Checking object v0.37.3
24692026-03-13T17:03:09.972Z Checking buf-list v1.1.2
24702026-03-13T17:03:10.011Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24712026-03-13T17:03:10.206Z Checking lalrpop-util v0.19.12
24722026-03-13T17:03:10.223Z Checking peg-runtime v0.8.5
24732026-03-13T17:03:10.334Z Checking zip v4.6.1
24742026-03-13T17:03:10.408Z Compiling regress v0.10.5
24752026-03-13T17:03:10.426Z Compiling structmeta-derive v0.3.0
24762026-03-13T17:03:10.429Z Compiling rustls v0.22.4
24772026-03-13T17:03:10.461Z Compiling newtype-uuid-macros v0.1.0
24782026-03-13T17:03:10.704Z Compiling multer v3.1.0
24792026-03-13T17:03:11.014Z Compiling async-stream-impl v0.3.6
24802026-03-13T17:03:11.099Z Checking futures-executor v0.3.32
24812026-03-13T17:03:11.283Z Compiling dropshot v0.16.7
24822026-03-13T17:03:11.476Z Checking futures v0.3.32
24832026-03-13T17:03:11.570Z Compiling dropshot_endpoint v0.16.7
24842026-03-13T17:03:11.598Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24852026-03-13T17:03:11.820Z Checking thread_local v1.1.9
24862026-03-13T17:03:11.897Z Compiling structmeta v0.3.0
24872026-03-13T17:03:12.029Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24882026-03-13T17:03:12.126Z Checking crossbeam-channel v0.5.15
24892026-03-13T17:03:12.174Z Compiling derive-ex v0.1.8
24902026-03-13T17:03:12.483Z Checking is-terminal v0.4.17
24912026-03-13T17:03:12.498Z Checking take_mut v0.2.2
24922026-03-13T17:03:12.575Z Checking term v1.2.1
24932026-03-13T17:03:12.591Z Compiling parse-display-derive v0.10.0
24942026-03-13T17:03:12.624Z Checking slog-async v2.8.0
24952026-03-13T17:03:12.854Z Checking rustls-webpki v0.102.8
24962026-03-13T17:03:12.870Z Checking slog-term v2.9.2
24972026-03-13T17:03:12.891Z Checking serde_spanned v1.0.4
24982026-03-13T17:03:13.062Z Checking toml_writer v1.0.6+spec-1.1.0
24992026-03-13T17:03:13.216Z Checking debug-ignore v1.0.5
25002026-03-13T17:03:13.307Z Checking match_cfg v0.1.0
25012026-03-13T17:03:13.332Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25022026-03-13T17:03:13.366Z Checking toml v0.9.12+spec-1.1.0
25032026-03-13T17:03:13.394Z Checking hostname v0.3.1
25042026-03-13T17:03:13.440Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25052026-03-13T17:03:13.512Z Checking slog-json v2.6.1
25062026-03-13T17:03:13.619Z Checking macaddr v1.0.1
25072026-03-13T17:03:13.712Z Checking slog-bunyan v2.5.0
25082026-03-13T17:03:13.854Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25092026-03-13T17:03:13.859Z Checking async-stream v0.3.6
25102026-03-13T17:03:14.029Z Checking waitgroup v0.1.2
25112026-03-13T17:03:14.152Z Checking rustls-pemfile v2.2.0
25122026-03-13T17:03:14.185Z Checking serde_path_to_error v0.1.20
25132026-03-13T17:03:14.274Z Checking hostname v0.4.2
25142026-03-13T17:03:14.329Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25152026-03-13T17:03:14.379Z Checking progenitor-client v0.10.0
25162026-03-13T17:03:14.399Z Checking progenitor-client v0.13.0
25172026-03-13T17:03:14.463Z Compiling itertools v0.14.0
25182026-03-13T17:03:14.517Z Compiling test-strategy v0.4.5
25192026-03-13T17:03:14.571Z Checking heck v0.5.0
25202026-03-13T17:03:14.669Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25212026-03-13T17:03:14.691Z Checking backon v1.6.0
25222026-03-13T17:03:14.694Z Checking instant v0.1.13
25232026-03-13T17:03:14.812Z Checking backoff v0.4.0
25242026-03-13T17:03:14.901Z Checking progenitor-extras v0.1.1
25252026-03-13T17:03:14.918Z Checking parse-display v0.10.0
25262026-03-13T17:03:14.937Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25272026-03-13T17:03:15.029Z Compiling typify-impl v0.4.3
25282026-03-13T17:03:15.322Z Compiling toml_edit v0.23.10+spec-1.0.0
25292026-03-13T17:03:15.421Z Checking tokio-rustls v0.25.0
25302026-03-13T17:03:15.603Z Compiling crucible-workspace-hack v0.1.0
25312026-03-13T17:03:15.852Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25322026-03-13T17:03:16.136Z Compiling unsafe-libyaml v0.2.11
25332026-03-13T17:03:16.226Z Compiling convert_case v0.4.0
25342026-03-13T17:03:16.253Z Compiling heapless v0.8.0
25352026-03-13T17:03:16.589Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25362026-03-13T17:03:16.745Z Compiling derive_more v0.99.20
25372026-03-13T17:03:16.840Z Compiling ingot-macros v0.1.1
25382026-03-13T17:03:16.856Z Compiling serde_yaml v0.9.34+deprecated
25392026-03-13T17:03:17.103Z Compiling proc-macro-crate v3.4.0
25402026-03-13T17:03:17.171Z Checking hash32 v0.3.1
25412026-03-13T17:03:17.331Z Checking secrecy v0.10.3
25422026-03-13T17:03:17.368Z Compiling prettyplease v0.2.37
25432026-03-13T17:03:17.480Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25442026-03-13T17:03:17.644Z Compiling smoltcp v0.11.0
25452026-03-13T17:03:17.862Z Compiling num_enum_derive v0.7.5
25462026-03-13T17:03:18.207Z Checking tabwriter v1.4.1
25472026-03-13T17:03:18.228Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25482026-03-13T17:03:18.397Z Checking cobs v0.3.0
25492026-03-13T17:03:18.579Z Compiling foreign-types-macros v0.2.3
25502026-03-13T17:03:18.902Z Checking cpufeatures v0.3.0
25512026-03-13T17:03:19.082Z Checking foreign-types-shared v0.3.1
25522026-03-13T17:03:19.308Z Checking num_enum v0.7.5
25532026-03-13T17:03:19.346Z Checking chacha20 v0.10.0
25542026-03-13T17:03:19.367Z Checking foreign-types v0.5.0
25552026-03-13T17:03:19.452Z Checking postcard v1.1.3
25562026-03-13T17:03:20.149Z Compiling proc-macro-crate v1.3.1
25572026-03-13T17:03:20.324Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25582026-03-13T17:03:20.720Z Checking ingot-types v0.1.2
25592026-03-13T17:03:20.744Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25602026-03-13T17:03:20.891Z Checking cstr-argument v0.1.2
25612026-03-13T17:03:21.021Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25622026-03-13T17:03:21.041Z Checking colored v3.1.1
25632026-03-13T17:03:21.224Z Checking ingot v0.1.1
25642026-03-13T17:03:21.227Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25652026-03-13T17:03:21.305Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25662026-03-13T17:03:21.339Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25672026-03-13T17:03:21.436Z Compiling num_enum_derive v0.5.11
25682026-03-13T17:03:21.505Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25692026-03-13T17:03:21.522Z Checking rand v0.10.0
25702026-03-13T17:03:21.652Z Compiling typify-impl v0.6.1
25712026-03-13T17:03:21.655Z Compiling typify-macro v0.4.3
25722026-03-13T17:03:23.026Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25732026-03-13T17:03:23.669Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25742026-03-13T17:03:23.708Z Checking num_enum v0.5.11
25752026-03-13T17:03:24.038Z Compiling typify v0.4.3
25762026-03-13T17:03:24.172Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25772026-03-13T17:03:24.540Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25782026-03-13T17:03:24.871Z Checking camino-tempfile v1.4.1
25792026-03-13T17:03:24.891Z Checking num-rational v0.4.2
25802026-03-13T17:03:25.156Z Checking half v2.7.1
25812026-03-13T17:03:25.335Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25822026-03-13T17:03:25.437Z Compiling thiserror-impl-no-std v2.0.2
25832026-03-13T17:03:25.562Z Checking universal-hash v0.5.1
25842026-03-13T17:03:25.618Z Checking num-complex v0.4.6
25852026-03-13T17:03:25.637Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25862026-03-13T17:03:25.816Z Checking opaque-debug v0.3.1
25872026-03-13T17:03:25.907Z Checking ciborium-io v0.2.2
25882026-03-13T17:03:26.014Z Checking poly1305 v0.8.0
25892026-03-13T17:03:26.032Z Checking ciborium-ll v0.2.2
25902026-03-13T17:03:26.051Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25912026-03-13T17:03:26.129Z Checking num v0.4.3
25922026-03-13T17:03:26.221Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25932026-03-13T17:03:26.257Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25942026-03-13T17:03:26.355Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25952026-03-13T17:03:26.373Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25962026-03-13T17:03:26.586Z Checking toml v0.8.23
25972026-03-13T17:03:26.732Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25982026-03-13T17:03:26.751Z Checking password-hash v0.5.0
25992026-03-13T17:03:26.964Z Checking chacha20 v0.9.1
26002026-03-13T17:03:27.054Z Compiling usdt-attr-macro v0.5.0
26012026-03-13T17:03:27.077Z Checking thiserror-no-std v2.0.2
26022026-03-13T17:03:27.186Z Compiling usdt-macro v0.5.0
26032026-03-13T17:03:27.216Z Checking smf v0.2.3
26042026-03-13T17:03:27.546Z Checking blake2 v0.10.6
26052026-03-13T17:03:27.777Z Checking aead v0.5.2
26062026-03-13T17:03:27.851Z Checking sigpipe v0.1.3
26072026-03-13T17:03:27.880Z Checking memmap v0.7.0
26082026-03-13T17:03:27.954Z Compiling num-derive v0.4.2
26092026-03-13T17:03:28.053Z Checking glob v0.3.3
26102026-03-13T17:03:28.095Z Checking float-ord v0.3.2
26112026-03-13T17:03:28.148Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26122026-03-13T17:03:28.164Z Compiling typify-macro v0.6.1
26132026-03-13T17:03:28.224Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26142026-03-13T17:03:28.282Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26152026-03-13T17:03:28.422Z Checking usdt v0.5.0
26162026-03-13T17:03:28.524Z Checking chacha20poly1305 v0.10.1
26172026-03-13T17:03:28.587Z Checking argon2 v0.5.3
26182026-03-13T17:03:28.633Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26192026-03-13T17:03:28.681Z Checking vsss-rs v3.3.4
26202026-03-13T17:03:28.897Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26212026-03-13T17:03:29.034Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26222026-03-13T17:03:29.219Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26232026-03-13T17:03:29.285Z Checking ciborium v0.2.2
26242026-03-13T17:03:29.506Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26252026-03-13T17:03:29.791Z Compiling semver v0.1.20
26262026-03-13T17:03:29.858Z Checking whoami v1.6.1
26272026-03-13T17:03:29.875Z Checking indent_write v2.2.0
26282026-03-13T17:03:30.039Z Compiling rustc_version v0.1.7
26292026-03-13T17:03:30.099Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26302026-03-13T17:03:30.160Z Compiling progenitor-impl v0.11.2
26312026-03-13T17:03:30.425Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26322026-03-13T17:03:30.527Z Compiling typify v0.6.1
26332026-03-13T17:03:30.666Z Compiling pin-project-internal v1.1.11
26342026-03-13T17:03:31.036Z Checking linked-hash-map v0.5.6
26352026-03-13T17:03:31.263Z Checking swrite v0.1.0
26362026-03-13T17:03:31.294Z Compiling minimal-lexical v0.2.1
26372026-03-13T17:03:31.380Z Checking lru-cache v0.1.2
26382026-03-13T17:03:31.535Z Compiling progenitor-impl v0.13.0
26392026-03-13T17:03:31.624Z Compiling nom v7.1.3
26402026-03-13T17:03:31.876Z Compiling newtype_derive v0.1.6
26412026-03-13T17:03:32.224Z Checking pin-project v1.1.11
26422026-03-13T17:03:32.347Z Checking newline-converter v0.3.0
26432026-03-13T17:03:32.489Z Checking progenitor-client v0.11.2
26442026-03-13T17:03:32.599Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26452026-03-13T17:03:32.787Z Checking atomicwrites v0.4.4
26462026-03-13T17:03:32.849Z Checking hickory-proto v0.24.4
26472026-03-13T17:03:32.946Z Checking phf_shared v0.12.1
26482026-03-13T17:03:33.136Z Checking console v0.15.11
26492026-03-13T17:03:33.198Z Checking pem v3.0.6
26502026-03-13T17:03:33.407Z Checking csv-core v0.1.13
26512026-03-13T17:03:33.501Z Compiling snafu-derive v0.8.9
26522026-03-13T17:03:33.521Z Compiling async-recursion v1.1.1
26532026-03-13T17:03:33.641Z Compiling derive-where v1.6.0
26542026-03-13T17:03:33.965Z Compiling progenitor-macro v0.11.2
26552026-03-13T17:03:35.241Z Compiling slog-dtrace v0.3.0
26562026-03-13T17:03:35.371Z Compiling chrono-tz v0.10.4
26572026-03-13T17:03:35.491Z Compiling cancel-safe-futures v0.1.5
26582026-03-13T17:03:35.527Z Checking same-file v1.0.6
26592026-03-13T17:03:35.619Z Checking unicode-width v0.1.14
26602026-03-13T17:03:35.682Z Checking highway v1.3.0
26612026-03-13T17:03:35.787Z Checking resolv-conf v0.7.6
26622026-03-13T17:03:35.958Z Compiling owo-colors v4.3.0
26632026-03-13T17:03:35.997Z Compiling const_format_proc_macros v0.2.34
26642026-03-13T17:03:36.031Z Checking hickory-resolver v0.24.4
26652026-03-13T17:03:36.239Z Checking snafu v0.8.9
26662026-03-13T17:03:36.460Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26672026-03-13T17:03:36.591Z Checking walkdir v2.5.0
26682026-03-13T17:03:36.884Z Compiling progenitor-macro v0.13.0
26692026-03-13T17:03:37.013Z Checking csv v1.4.0
26702026-03-13T17:03:37.132Z Checking expectorate v1.2.0
26712026-03-13T17:03:37.168Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26722026-03-13T17:03:37.292Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26732026-03-13T17:03:37.455Z Checking phf v0.12.1
26742026-03-13T17:03:37.837Z Checking tokio-dtrace v0.1.1
26752026-03-13T17:03:38.068Z Compiling progenitor-impl v0.10.0
26762026-03-13T17:03:38.183Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26772026-03-13T17:03:38.742Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26782026-03-13T17:03:38.892Z Checking globset v0.4.18
26792026-03-13T17:03:39.236Z Checking olpc-cjson v0.1.4
26802026-03-13T17:03:39.251Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26812026-03-13T17:03:39.411Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26822026-03-13T17:03:39.442Z Checking libsw-core v0.3.2
26832026-03-13T17:03:39.629Z Checking serde_plain v1.0.2
26842026-03-13T17:03:39.749Z Checking arc-swap v1.8.2
26852026-03-13T17:03:39.818Z Compiling lzma-sys v0.1.20
26862026-03-13T17:03:40.047Z Checking bytecount v0.6.9
26872026-03-13T17:03:40.180Z Checking typed-path v0.9.3
26882026-03-13T17:03:40.375Z Checking utf-8 v0.7.6
26892026-03-13T17:03:40.519Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26902026-03-13T17:03:40.562Z Checking tungstenite v0.21.0
26912026-03-13T17:03:41.025Z Checking progenitor v0.11.2
26922026-03-13T17:03:41.174Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26932026-03-13T17:03:41.199Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26942026-03-13T17:03:41.352Z Checking tough v0.20.0
26952026-03-13T17:03:41.393Z Checking papergrid v0.11.0
26962026-03-13T17:03:41.624Z Checking slog-scope v4.4.1
26972026-03-13T17:03:41.741Z Compiling progenitor-macro v0.10.0
26982026-03-13T17:03:41.800Z Checking libsw v3.5.0
26992026-03-13T17:03:41.998Z Checking oxide-tokio-rt v0.1.3
27002026-03-13T17:03:42.221Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27012026-03-13T17:03:42.260Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27022026-03-13T17:03:42.821Z Checking const_format v0.2.35
27032026-03-13T17:03:43.113Z Checking qorb v0.4.1
27042026-03-13T17:03:43.125Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27052026-03-13T17:03:44.058Z Checking progenitor v0.13.0
27062026-03-13T17:03:44.070Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27072026-03-13T17:03:44.126Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27082026-03-13T17:03:44.167Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27092026-03-13T17:03:44.635Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27102026-03-13T17:03:44.680Z Compiling cargo_toml v0.22.3
27112026-03-13T17:03:44.819Z Checking gethostname v0.5.0
27122026-03-13T17:03:44.836Z Compiling tabled_derive v0.7.0
27132026-03-13T17:03:44.930Z Checking bcs v0.1.6
27142026-03-13T17:03:45.078Z Checking termtree v0.5.1
27152026-03-13T17:03:45.233Z Checking linear-map v1.2.0
27162026-03-13T17:03:45.251Z Checking unicode-linebreak v0.1.5
27172026-03-13T17:03:45.269Z Checking smawk v0.3.2
27182026-03-13T17:03:45.485Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27192026-03-13T17:03:45.523Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27202026-03-13T17:03:45.592Z Checking textwrap v0.16.2
27212026-03-13T17:03:45.883Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27222026-03-13T17:03:46.235Z Checking tabled v0.15.0
27232026-03-13T17:03:46.397Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27242026-03-13T17:03:46.423Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27252026-03-13T17:03:47.322Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27262026-03-13T17:03:47.535Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27272026-03-13T17:03:47.593Z Checking steno v0.4.1
27282026-03-13T17:03:47.754Z Checking slog-stdlog v4.1.1
27292026-03-13T17:03:47.887Z Checking typeid v1.0.3
27302026-03-13T17:03:48.017Z Checking tokio-tungstenite v0.21.0
27312026-03-13T17:03:48.051Z Checking base64 v0.21.7
27322026-03-13T17:03:48.375Z Checking humantime v2.3.0
27332026-03-13T17:03:48.378Z Checking xz2 v0.1.7
27342026-03-13T17:03:48.609Z Checking ron v0.12.0
27352026-03-13T17:03:48.626Z Checking slog-envlogger v2.2.0
27362026-03-13T17:03:48.646Z Checking yasna v0.5.2
27372026-03-13T17:03:48.744Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27382026-03-13T17:03:48.806Z Checking headers-core v0.3.0
27392026-03-13T17:03:48.931Z Checking progenitor v0.10.0
27402026-03-13T17:03:48.947Z Checking filetime v0.2.27
27412026-03-13T17:03:48.971Z Checking xattr v1.6.1
27422026-03-13T17:03:49.105Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27432026-03-13T17:03:49.122Z Checking base16ct v1.0.0
27442026-03-13T17:03:49.135Z Checking tar v0.4.44
27452026-03-13T17:03:49.166Z Checking rcgen v0.12.1
27462026-03-13T17:03:49.280Z Checking headers v0.4.1
27472026-03-13T17:03:49.573Z Checking subprocess v0.2.15
27482026-03-13T17:03:57.240Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27492026-03-13T17:04:05.348Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27502026-03-13T17:04:07.155Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27512026-03-13T17:04:08.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
27522026-03-13T17:04:08.998Z
27532026-03-13T17:04:08.998Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/257)
27542026-03-13T17:04:09.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552026-03-13T17:04:09.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562026-03-13T17:04:09.900Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27572026-03-13T17:04:11.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
27582026-03-13T17:04:11.855Z
27592026-03-13T17:04:11.855Zinfo: running `cargo check --bins` on nexus-config (51/257)
27602026-03-13T17:04:12.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612026-03-13T17:04:12.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622026-03-13T17:04:12.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632026-03-13T17:04:12.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27642026-03-13T17:04:12.681Z
27652026-03-13T17:04:12.681Zinfo: running `cargo check --bins` on nexus-types (52/257)
27662026-03-13T17:04:13.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672026-03-13T17:04:13.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682026-03-13T17:04:13.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692026-03-13T17:04:13.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27702026-03-13T17:04:13.505Z
27712026-03-13T17:04:13.505Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/257)
27722026-03-13T17:04:14.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732026-03-13T17:04:14.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742026-03-13T17:04:14.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27752026-03-13T17:04:14.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27762026-03-13T17:04:14.278Z
27772026-03-13T17:04:14.278Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/257)
27782026-03-13T17:04:14.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792026-03-13T17:04:14.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802026-03-13T17:04:14.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812026-03-13T17:04:14.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27822026-03-13T17:04:15.050Z
27832026-03-13T17:04:15.051Zinfo: running `cargo check --bins` on cockroach-admin-types (55/257)
27842026-03-13T17:04:15.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852026-03-13T17:04:15.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862026-03-13T17:04:15.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872026-03-13T17:04:15.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27882026-03-13T17:04:15.807Z
27892026-03-13T17:04:15.807Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/257)
27902026-03-13T17:04:16.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912026-03-13T17:04:16.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922026-03-13T17:04:16.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932026-03-13T17:04:16.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
27942026-03-13T17:04:16.565Z
27952026-03-13T17:04:16.566Zinfo: running `cargo check --bins` on ereport-types (57/257)
27962026-03-13T17:04:17.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972026-03-13T17:04:17.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982026-03-13T17:04:17.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992026-03-13T17:04:17.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28002026-03-13T17:04:17.322Z
28012026-03-13T17:04:17.323Zinfo: running `cargo check --bins` on gateway-client (58/257)
28022026-03-13T17:04:17.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032026-03-13T17:04:17.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042026-03-13T17:04:17.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28052026-03-13T17:04:17.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28062026-03-13T17:04:18.091Z
28072026-03-13T17:04:18.091Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/257)
28082026-03-13T17:04:18.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092026-03-13T17:04:18.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102026-03-13T17:04:18.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28112026-03-13T17:04:18.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28122026-03-13T17:04:18.857Z
28132026-03-13T17:04:18.857Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/257)
28142026-03-13T17:04:19.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152026-03-13T17:04:19.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162026-03-13T17:04:19.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172026-03-13T17:04:19.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28182026-03-13T17:04:19.622Z
28192026-03-13T17:04:19.622Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/257)
28202026-03-13T17:04:20.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-03-13T17:04:20.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-03-13T17:04:20.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28232026-03-13T17:04:20.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28242026-03-13T17:04:20.391Z
28252026-03-13T17:04:20.391Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/257)
28262026-03-13T17:04:21.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-03-13T17:04:21.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-03-13T17:04:21.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28292026-03-13T17:04:21.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28302026-03-13T17:04:21.154Z
28312026-03-13T17:04:21.155Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/257)
28322026-03-13T17:04:21.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-03-13T17:04:21.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-03-13T17:04:21.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352026-03-13T17:04:21.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28362026-03-13T17:04:21.940Z
28372026-03-13T17:04:21.940Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/257)
28382026-03-13T17:04:22.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-03-13T17:04:22.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-03-13T17:04:22.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412026-03-13T17:04:22.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28422026-03-13T17:04:22.725Z
28432026-03-13T17:04:22.725Zinfo: running `cargo check --bins` on key-manager-types (65/257)
28442026-03-13T17:04:23.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-03-13T17:04:23.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-03-13T17:04:23.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28472026-03-13T17:04:23.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28482026-03-13T17:04:23.475Z
28492026-03-13T17:04:23.475Zinfo: running `cargo check --bins` on oxlog (66/257)
28502026-03-13T17:04:24.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-03-13T17:04:24.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-03-13T17:04:24.218Z Compiling newtype-uuid v1.3.2
28532026-03-13T17:04:24.453Z Compiling daft v0.1.5
28542026-03-13T17:04:24.707Z Compiling iddqd v0.3.17
28552026-03-13T17:04:25.994Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28562026-03-13T17:04:26.279Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28572026-03-13T17:04:26.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
28582026-03-13T17:04:26.815Z
28592026-03-13T17:04:26.815Zinfo: running `cargo check --bins` on internal-dns-types (67/257)
28602026-03-13T17:04:27.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-03-13T17:04:27.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-03-13T17:04:27.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632026-03-13T17:04:27.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28642026-03-13T17:04:27.591Z
28652026-03-13T17:04:27.591Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/257)
28662026-03-13T17:04:28.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672026-03-13T17:04:28.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682026-03-13T17:04:28.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692026-03-13T17:04:28.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28702026-03-13T17:04:28.370Z
28712026-03-13T17:04:28.370Zinfo: running `cargo check --bins` on nexus-types-versions (69/257)
28722026-03-13T17:04:29.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732026-03-13T17:04:29.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742026-03-13T17:04:29.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752026-03-13T17:04:29.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28762026-03-13T17:04:29.181Z
28772026-03-13T17:04:29.181Zinfo: running `cargo check --bins` on omicron-passwords (70/257)
28782026-03-13T17:04:29.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-03-13T17:04:29.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-03-13T17:04:29.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812026-03-13T17:04:29.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28822026-03-13T17:04:29.937Z
28832026-03-13T17:04:29.937Zinfo: running `cargo check --bins` on oxql-types (71/257)
28842026-03-13T17:04:30.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852026-03-13T17:04:30.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862026-03-13T17:04:30.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872026-03-13T17:04:30.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28882026-03-13T17:04:30.714Z
28892026-03-13T17:04:30.714Zinfo: running `cargo check --bins` on oximeter-types (72/257)
28902026-03-13T17:04:31.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912026-03-13T17:04:31.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922026-03-13T17:04:31.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932026-03-13T17:04:31.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28942026-03-13T17:04:31.502Z
28952026-03-13T17:04:31.502Zinfo: running `cargo check --bins` on oximeter-types-versions (73/257)
28962026-03-13T17:04:32.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972026-03-13T17:04:32.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982026-03-13T17:04:32.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992026-03-13T17:04:32.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29002026-03-13T17:04:32.279Z
29012026-03-13T17:04:32.279Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/257)
29022026-03-13T17:04:32.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032026-03-13T17:04:32.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042026-03-13T17:04:32.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052026-03-13T17:04:32.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29062026-03-13T17:04:33.035Z
29072026-03-13T17:04:33.035Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/257)
29082026-03-13T17:04:33.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092026-03-13T17:04:33.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102026-03-13T17:04:33.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112026-03-13T17:04:33.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29122026-03-13T17:04:33.839Z
29132026-03-13T17:04:33.839Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/257)
29142026-03-13T17:04:34.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152026-03-13T17:04:34.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162026-03-13T17:04:34.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172026-03-13T17:04:34.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29182026-03-13T17:04:34.634Z
29192026-03-13T17:04:34.634Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/257)
29202026-03-13T17:04:35.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-03-13T17:04:35.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-03-13T17:04:35.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232026-03-13T17:04:35.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29242026-03-13T17:04:35.445Z
29252026-03-13T17:04:35.446Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/257)
29262026-03-13T17:04:36.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272026-03-13T17:04:36.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282026-03-13T17:04:36.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292026-03-13T17:04:36.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29302026-03-13T17:04:36.232Z
29312026-03-13T17:04:36.232Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/257)
29322026-03-13T17:04:36.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332026-03-13T17:04:36.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342026-03-13T17:04:36.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352026-03-13T17:04:36.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29362026-03-13T17:04:36.992Z
29372026-03-13T17:04:36.992Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/257)
29382026-03-13T17:04:37.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392026-03-13T17:04:37.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402026-03-13T17:04:37.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29412026-03-13T17:04:37.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29422026-03-13T17:04:37.766Z
29432026-03-13T17:04:37.766Zinfo: running `cargo check --bins --no-default-features` on gfss (81/257)
29442026-03-13T17:04:38.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452026-03-13T17:04:38.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462026-03-13T17:04:38.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29472026-03-13T17:04:38.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29482026-03-13T17:04:38.515Z
29492026-03-13T17:04:38.515Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/257)
29502026-03-13T17:04:39.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512026-03-13T17:04:39.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522026-03-13T17:04:39.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29532026-03-13T17:04:39.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29542026-03-13T17:04:39.274Z
29552026-03-13T17:04:39.274Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/257)
29562026-03-13T17:04:39.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572026-03-13T17:04:39.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582026-03-13T17:04:40.077Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29592026-03-13T17:04:40.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
29602026-03-13T17:04:40.918Z
29612026-03-13T17:04:40.918Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/257)
29622026-03-13T17:04:41.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632026-03-13T17:04:41.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642026-03-13T17:04:41.731Z Compiling ar_archive_writer v0.5.1
29652026-03-13T17:04:41.741Z Compiling stacker v0.1.23
29662026-03-13T17:04:41.742Z Compiling cfg_aliases v0.1.1
29672026-03-13T17:04:41.840Z Compiling convert_case v0.10.0
29682026-03-13T17:04:41.864Z Checking fd-lock v4.0.4
29692026-03-13T17:04:41.869Z Checking nibble_vec v0.1.0
29702026-03-13T17:04:41.869Z Checking vte v0.14.1
29712026-03-13T17:04:41.870Z Compiling recursive-proc-macro-impl v0.1.1
29722026-03-13T17:04:41.920Z Compiling nix v0.28.0
29732026-03-13T17:04:42.000Z Checking endian-type v0.1.2
29742026-03-13T17:04:42.019Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29752026-03-13T17:04:42.088Z Checking strip-ansi-escapes v0.2.1
29762026-03-13T17:04:42.157Z Checking radix_trie v0.2.1
29772026-03-13T17:04:42.193Z Compiling peg-macros v0.8.5
29782026-03-13T17:04:42.209Z Checking winnow v0.6.26
29792026-03-13T17:04:42.252Z Compiling derive_more-impl v2.1.1
29802026-03-13T17:04:42.437Z Compiling sqlparser_derive v0.5.0
29812026-03-13T17:04:42.437Z Checking unicode_categories v0.1.1
29822026-03-13T17:04:42.639Z Checking home v0.5.12
29832026-03-13T17:04:42.655Z Checking nu-ansi-term v0.50.3
29842026-03-13T17:04:42.802Z Checking display-error-chain v0.2.2
29852026-03-13T17:04:42.930Z Checking reedline v0.40.0
29862026-03-13T17:04:43.031Z Compiling psm v0.1.30
29872026-03-13T17:04:43.359Z Checking derive_more v2.1.1
29882026-03-13T17:04:43.439Z Checking crossterm v0.29.0
29892026-03-13T17:04:43.724Z Checking peg v0.8.5
29902026-03-13T17:04:43.772Z Checking rustyline v14.0.0
29912026-03-13T17:04:43.792Z Checking sqlformat v0.3.5
29922026-03-13T17:04:43.988Z Checking recursive v0.1.1
29932026-03-13T17:04:44.092Z Checking sqlparser v0.61.0
29942026-03-13T17:05:00.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.15s
29952026-03-13T17:05:00.275Z
29962026-03-13T17:05:00.275Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/257)
29972026-03-13T17:05:00.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982026-03-13T17:05:00.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992026-03-13T17:05:01.090Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30002026-03-13T17:05:05.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
30012026-03-13T17:05:05.940Z
30022026-03-13T17:05:05.940Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/257)
30032026-03-13T17:05:06.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042026-03-13T17:05:06.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052026-03-13T17:05:06.751Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30062026-03-13T17:05:10.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
30072026-03-13T17:05:10.216Z
30082026-03-13T17:05:10.216Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/257)
30092026-03-13T17:05:10.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102026-03-13T17:05:10.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112026-03-13T17:05:11.025Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30122026-03-13T17:05:15.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s
30132026-03-13T17:05:15.600Z
30142026-03-13T17:05:15.600Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/257)
30152026-03-13T17:05:16.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162026-03-13T17:05:16.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172026-03-13T17:05:16.415Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30182026-03-13T17:05:20.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s
30192026-03-13T17:05:21.097Z
30202026-03-13T17:05:21.097Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/257)
30212026-03-13T17:05:21.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-03-13T17:05:21.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-03-13T17:05:21.912Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30242026-03-13T17:05:25.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
30252026-03-13T17:05:25.555Z
30262026-03-13T17:05:25.555Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/257)
30272026-03-13T17:05:26.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-03-13T17:05:26.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-03-13T17:05:26.367Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30302026-03-13T17:05:29.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s
30312026-03-13T17:05:30.064Z
30322026-03-13T17:05:30.064Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/257)
30332026-03-13T17:05:30.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-03-13T17:05:30.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-03-13T17:05:30.881Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30362026-03-13T17:05:35.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s
30372026-03-13T17:05:35.710Z
30382026-03-13T17:05:35.710Zinfo: running `cargo check --bins` on oximeter (92/257)
30392026-03-13T17:05:36.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-03-13T17:05:36.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-03-13T17:05:36.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-03-13T17:05:36.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30432026-03-13T17:05:36.495Z
30442026-03-13T17:05:36.495Zinfo: running `cargo check --bins` on oximeter-schema (93/257)
30452026-03-13T17:05:37.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-03-13T17:05:37.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-03-13T17:05:37.280Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30482026-03-13T17:05:37.450Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30492026-03-13T17:05:37.466Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30502026-03-13T17:05:37.905Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30512026-03-13T17:05:42.828Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30522026-03-13T17:05:43.246Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30532026-03-13T17:05:44.806Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30542026-03-13T17:05:45.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.19s
30552026-03-13T17:05:45.900Z
30562026-03-13T17:05:45.900Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/257)
30572026-03-13T17:05:46.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-03-13T17:05:46.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-03-13T17:05:46.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-03-13T17:05:46.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30612026-03-13T17:05:46.677Z
30622026-03-13T17:05:46.677Zinfo: running `cargo check --bins` on oximeter-test-utils (95/257)
30632026-03-13T17:05:47.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-03-13T17:05:47.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-03-13T17:05:47.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-03-13T17:05:47.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30672026-03-13T17:05:47.514Z
30682026-03-13T17:05:47.514Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/257)
30692026-03-13T17:05:48.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-03-13T17:05:48.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-03-13T17:05:48.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-03-13T17:05:48.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30732026-03-13T17:05:48.313Z
30742026-03-13T17:05:48.313Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/257)
30752026-03-13T17:05:48.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-03-13T17:05:49.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-03-13T17:05:49.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-03-13T17:05:49.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30792026-03-13T17:05:49.108Z
30802026-03-13T17:05:49.108Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/257)
30812026-03-13T17:05:49.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-03-13T17:05:49.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-03-13T17:05:49.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-03-13T17:05:49.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30852026-03-13T17:05:49.901Z
30862026-03-13T17:05:49.901Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/257)
30872026-03-13T17:05:50.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-03-13T17:05:50.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-03-13T17:05:50.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-03-13T17:05:50.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30912026-03-13T17:05:50.702Z
30922026-03-13T17:05:50.702Zinfo: running `cargo check --bins` on trust-quorum-types (100/257)
30932026-03-13T17:05:51.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-03-13T17:05:51.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-03-13T17:05:51.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-03-13T17:05:51.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
30972026-03-13T17:05:51.460Z
30982026-03-13T17:05:51.460Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/257)
30992026-03-13T17:05:52.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-03-13T17:05:52.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-03-13T17:05:52.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-03-13T17:05:52.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31032026-03-13T17:05:52.257Z
31042026-03-13T17:05:52.257Zinfo: running `cargo check --bins` on update-engine (102/257)
31052026-03-13T17:05:52.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-03-13T17:05:52.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-03-13T17:05:52.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-03-13T17:05:52.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31092026-03-13T17:05:53.018Z
31102026-03-13T17:05:53.018Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/257)
31112026-03-13T17:05:53.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-03-13T17:05:53.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-03-13T17:05:53.846Z Checking dropshot-api-manager-types v0.6.0
31142026-03-13T17:05:53.846Z Checking nanorand v0.7.0
31152026-03-13T17:05:54.121Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31162026-03-13T17:05:54.162Z Checking flume v0.11.1
31172026-03-13T17:05:54.439Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31182026-03-13T17:05:55.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.68s
31192026-03-13T17:05:55.920Z
31202026-03-13T17:05:55.920Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/257)
31212026-03-13T17:05:56.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-03-13T17:05:56.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-03-13T17:05:56.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-03-13T17:05:56.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31252026-03-13T17:05:56.701Z
31262026-03-13T17:05:56.701Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/257)
31272026-03-13T17:05:57.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-03-13T17:05:57.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-03-13T17:05:57.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-03-13T17:05:57.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31312026-03-13T17:05:57.485Z
31322026-03-13T17:05:57.485Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/257)
31332026-03-13T17:05:58.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-03-13T17:05:58.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-03-13T17:05:58.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-03-13T17:05:58.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31372026-03-13T17:05:58.258Z
31382026-03-13T17:05:58.258Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/257)
31392026-03-13T17:05:58.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-03-13T17:05:58.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-03-13T17:05:58.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-03-13T17:05:58.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31432026-03-13T17:05:59.055Z
31442026-03-13T17:05:59.055Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/257)
31452026-03-13T17:05:59.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-03-13T17:05:59.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-03-13T17:05:59.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-03-13T17:05:59.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31492026-03-13T17:05:59.831Z
31502026-03-13T17:05:59.831Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/257)
31512026-03-13T17:06:00.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-03-13T17:06:00.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-03-13T17:06:00.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-03-13T17:06:00.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31552026-03-13T17:06:00.614Z
31562026-03-13T17:06:00.614Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/257)
31572026-03-13T17:06:01.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-03-13T17:06:01.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-03-13T17:06:01.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-03-13T17:06:01.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31612026-03-13T17:06:01.390Z
31622026-03-13T17:06:01.390Zinfo: running `cargo check --bins` on cockroach-admin-client (111/257)
31632026-03-13T17:06:02.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-03-13T17:06:02.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-03-13T17:06:02.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-03-13T17:06:02.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31672026-03-13T17:06:02.146Z
31682026-03-13T17:06:02.146Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/257)
31692026-03-13T17:06:02.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-03-13T17:06:02.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-03-13T17:06:02.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722026-03-13T17:06:02.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31732026-03-13T17:06:02.917Z
31742026-03-13T17:06:02.917Zinfo: running `cargo check --bins` on dns-service-client (113/257)
31752026-03-13T17:06:03.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-03-13T17:06:03.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-03-13T17:06:03.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782026-03-13T17:06:03.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31792026-03-13T17:06:03.698Z
31802026-03-13T17:06:03.698Zinfo: running `cargo check --bins` on installinator-client (114/257)
31812026-03-13T17:06:04.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-03-13T17:06:04.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-03-13T17:06:04.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842026-03-13T17:06:04.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31852026-03-13T17:06:04.470Z
31862026-03-13T17:06:04.470Zinfo: running `cargo check --bins` on nexus-client (115/257)
31872026-03-13T17:06:05.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882026-03-13T17:06:05.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892026-03-13T17:06:05.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902026-03-13T17:06:05.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31912026-03-13T17:06:05.301Z
31922026-03-13T17:06:05.301Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/257)
31932026-03-13T17:06:06.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-03-13T17:06:06.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-03-13T17:06:06.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-03-13T17:06:06.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31972026-03-13T17:06:06.127Z
31982026-03-13T17:06:06.127Zinfo: running `cargo check --bins` on ntp-admin-client (117/257)
31992026-03-13T17:06:06.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-03-13T17:06:06.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-03-13T17:06:06.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-03-13T17:06:06.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32032026-03-13T17:06:06.880Z
32042026-03-13T17:06:06.880Zinfo: running `cargo check --bins` on oxide-client (118/257)
32052026-03-13T17:06:07.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-03-13T17:06:07.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-03-13T17:06:07.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-03-13T17:06:07.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32092026-03-13T17:06:07.646Z
32102026-03-13T17:06:07.647Zinfo: running `cargo check --bins` on oximeter-client (119/257)
32112026-03-13T17:06:08.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-03-13T17:06:08.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-03-13T17:06:08.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-03-13T17:06:08.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32152026-03-13T17:06:08.426Z
32162026-03-13T17:06:08.426Zinfo: running `cargo check --bins` on repo-depot-client (120/257)
32172026-03-13T17:06:09.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-03-13T17:06:09.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-03-13T17:06:09.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202026-03-13T17:06:09.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32212026-03-13T17:06:09.183Z
32222026-03-13T17:06:09.183Zinfo: running `cargo check --bins` on sled-agent-client (121/257)
32232026-03-13T17:06:09.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-03-13T17:06:09.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-03-13T17:06:09.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262026-03-13T17:06:09.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32272026-03-13T17:06:09.988Z
32282026-03-13T17:06:09.988Zinfo: running `cargo check --bins` on wicketd-client (122/257)
32292026-03-13T17:06:10.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-03-13T17:06:10.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-03-13T17:06:10.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322026-03-13T17:06:10.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32332026-03-13T17:06:10.785Z
32342026-03-13T17:06:10.785Zinfo: running `cargo check --bins` on installinator-common (123/257)
32352026-03-13T17:06:11.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362026-03-13T17:06:11.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372026-03-13T17:06:11.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382026-03-13T17:06:11.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32392026-03-13T17:06:11.575Z
32402026-03-13T17:06:11.575Zinfo: running `cargo check --bins` on installinator-common-versions (124/257)
32412026-03-13T17:06:12.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422026-03-13T17:06:12.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432026-03-13T17:06:12.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32442026-03-13T17:06:12.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
32452026-03-13T17:06:12.327Z
32462026-03-13T17:06:12.327Zinfo: running `cargo check --bins` on wicket-common (125/257)
32472026-03-13T17:06:13.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482026-03-13T17:06:13.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492026-03-13T17:06:13.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32502026-03-13T17:06:13.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32512026-03-13T17:06:13.170Z
32522026-03-13T17:06:13.170Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/257)
32532026-03-13T17:06:13.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542026-03-13T17:06:13.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552026-03-13T17:06:13.947Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32562026-03-13T17:06:13.947Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32572026-03-13T17:06:13.951Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32582026-03-13T17:06:13.952Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32592026-03-13T17:06:14.065Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32602026-03-13T17:06:14.230Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32612026-03-13T17:06:14.257Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32622026-03-13T17:06:14.552Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32632026-03-13T17:06:14.555Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32642026-03-13T17:06:17.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
32652026-03-13T17:06:17.574Z
32662026-03-13T17:06:17.574Zinfo: running `cargo check --bins` on cockroach-admin-api (127/257)
32672026-03-13T17:06:18.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682026-03-13T17:06:18.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692026-03-13T17:06:18.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702026-03-13T17:06:18.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32712026-03-13T17:06:18.384Z
32722026-03-13T17:06:18.385Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/257)
32732026-03-13T17:06:19.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742026-03-13T17:06:19.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752026-03-13T17:06:19.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762026-03-13T17:06:19.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32772026-03-13T17:06:19.395Z
32782026-03-13T17:06:19.395Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/257)
32792026-03-13T17:06:20.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802026-03-13T17:06:20.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812026-03-13T17:06:20.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32822026-03-13T17:06:20.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32832026-03-13T17:06:20.214Z
32842026-03-13T17:06:20.214Zinfo: running `cargo check --bins` on dns-server (130/257)
32852026-03-13T17:06:20.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862026-03-13T17:06:21.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872026-03-13T17:06:21.070Z Compiling parking_lot_core v0.8.6
32882026-03-13T17:06:21.070Z Compiling git-stub v1.0.0
32892026-03-13T17:06:21.070Z Compiling atomicwrites v0.4.4
32902026-03-13T17:06:21.070Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32912026-03-13T17:06:21.070Z Checking tagptr v0.2.0
32922026-03-13T17:06:21.122Z Checking prefix-trie v0.7.0
32932026-03-13T17:06:21.136Z Checking fxhash v0.2.1
32942026-03-13T17:06:21.136Z Checking hickory-client v0.25.2
32952026-03-13T17:06:21.256Z Checking moka v0.12.13
32962026-03-13T17:06:21.303Z Compiling git-stub-vcs v0.1.0
32972026-03-13T17:06:21.544Z Checking hickory-server v0.25.2
32982026-03-13T17:06:21.643Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32992026-03-13T17:06:21.658Z Checking parking_lot v0.11.2
33002026-03-13T17:06:25.878Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33012026-03-13T17:06:26.067Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33022026-03-13T17:06:26.067Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33032026-03-13T17:06:26.067Z Checking sled v0.34.7
33042026-03-13T17:06:26.067Z Checking hickory-resolver v0.25.2
33052026-03-13T17:06:26.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
33062026-03-13T17:06:26.110Z
33072026-03-13T17:06:26.111Zinfo: running `cargo check --bins` on dns-server-api (131/257)
33082026-03-13T17:06:26.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092026-03-13T17:06:26.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102026-03-13T17:06:26.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112026-03-13T17:06:26.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33122026-03-13T17:06:26.111Z
33132026-03-13T17:06:26.111Zinfo: running `cargo check --bins` on gateway-test-utils (132/257)
33142026-03-13T17:06:26.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152026-03-13T17:06:26.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162026-03-13T17:06:26.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33172026-03-13T17:06:26.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33182026-03-13T17:06:26.496Z
33192026-03-13T17:06:26.496Zinfo: running `cargo check --bins` on omicron-gateway (133/257)
33202026-03-13T17:06:27.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212026-03-13T17:06:27.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222026-03-13T17:06:27.389Z Compiling radium v0.7.0
33232026-03-13T17:06:27.392Z Checking tap v1.0.1
33242026-03-13T17:06:27.392Z Compiling maybe-uninit v2.0.0
33252026-03-13T17:06:27.523Z Compiling zerocopy-derive v0.6.6
33262026-03-13T17:06:27.526Z Compiling packed_struct v0.10.1
33272026-03-13T17:06:27.526Z Checking crc-catalog v2.4.0
33282026-03-13T17:06:27.557Z Checking funty v2.0.0
33292026-03-13T17:06:27.573Z Compiling packed_struct_codegen v0.10.1
33302026-03-13T17:06:27.622Z Checking wyz v0.5.1
33312026-03-13T17:06:27.658Z Checking crc v3.4.0
33322026-03-13T17:06:27.863Z Compiling bitfield-macros v0.19.4
33332026-03-13T17:06:27.926Z Compiling indexmap v1.9.3
33342026-03-13T17:06:27.943Z Checking nodrop v0.1.14
33352026-03-13T17:06:28.006Z Checking hashbrown v0.12.3
33362026-03-13T17:06:28.043Z Checking smallvec v0.6.14
33372026-03-13T17:06:28.060Z Checking array-init v0.0.4
33382026-03-13T17:06:28.111Z Checking bitvec v1.0.1
33392026-03-13T17:06:28.206Z Checking ron v0.8.1
33402026-03-13T17:06:28.358Z Checking hashbrown v0.13.2
33412026-03-13T17:06:28.558Z Checking serde-hex v0.1.0
33422026-03-13T17:06:28.665Z Checking zerocopy v0.6.6
33432026-03-13T17:06:28.863Z Checking bitfield v0.19.4
33442026-03-13T17:06:28.880Z Checking crc-any v2.5.0
33452026-03-13T17:06:28.937Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33462026-03-13T17:06:29.010Z Checking object v0.30.4
33472026-03-13T17:06:29.030Z Checking void v1.0.2
33482026-03-13T17:06:29.068Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33492026-03-13T17:06:29.111Z Checking path-slash v0.1.5
33502026-03-13T17:06:29.153Z Checking half v1.8.3
33512026-03-13T17:06:29.232Z Checking lzss v0.8.2
33522026-03-13T17:06:29.236Z Checking tungstenite v0.23.0
33532026-03-13T17:06:29.262Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33542026-03-13T17:06:29.371Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33552026-03-13T17:06:29.420Z Checking serde_cbor v0.11.2
33562026-03-13T17:06:29.454Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33572026-03-13T17:06:29.469Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33582026-03-13T17:06:29.559Z Checking nix v0.27.1
33592026-03-13T17:06:29.788Z Checking kstat-rs v0.2.4
33602026-03-13T17:06:29.937Z Checking serde_bytes v0.11.19
33612026-03-13T17:06:29.978Z Checking tokio-tungstenite v0.23.1
33622026-03-13T17:06:30.024Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33632026-03-13T17:06:30.160Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33642026-03-13T17:06:30.287Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33652026-03-13T17:06:30.315Z Checking signal-hook-tokio v0.3.1
33662026-03-13T17:06:31.523Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33672026-03-13T17:06:31.635Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33682026-03-13T17:06:35.124Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33692026-03-13T17:06:36.317Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33702026-03-13T17:06:36.679Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33712026-03-13T17:06:38.149Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33722026-03-13T17:06:40.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.44s
33732026-03-13T17:06:41.167Z
33742026-03-13T17:06:41.167Zinfo: running `cargo check --bins` on gateway-api (134/257)
33752026-03-13T17:06:41.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-03-13T17:06:41.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-03-13T17:06:41.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-03-13T17:06:41.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33792026-03-13T17:06:41.950Z
33802026-03-13T17:06:41.950Zinfo: running `cargo check --bins` on ipcc (135/257)
33812026-03-13T17:06:42.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-03-13T17:06:42.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-03-13T17:06:42.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-03-13T17:06:42.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33852026-03-13T17:06:42.736Z
33862026-03-13T17:06:42.736Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/257)
33872026-03-13T17:06:43.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-03-13T17:06:43.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-03-13T17:06:43.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-03-13T17:06:43.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
33912026-03-13T17:06:43.500Z
33922026-03-13T17:06:43.500Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/257)
33932026-03-13T17:06:44.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-03-13T17:06:44.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-03-13T17:06:44.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-03-13T17:06:44.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33972026-03-13T17:06:44.274Z
33982026-03-13T17:06:44.274Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/257)
33992026-03-13T17:06:44.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-03-13T17:06:44.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-03-13T17:06:44.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-03-13T17:06:44.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34032026-03-13T17:06:45.061Z
34042026-03-13T17:06:45.061Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/257)
34052026-03-13T17:06:45.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-03-13T17:06:45.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-03-13T17:06:45.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-03-13T17:06:45.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34092026-03-13T17:06:45.851Z
34102026-03-13T17:06:45.852Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/257)
34112026-03-13T17:06:46.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-03-13T17:06:46.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-03-13T17:06:46.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-03-13T17:06:46.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34152026-03-13T17:06:46.632Z
34162026-03-13T17:06:46.633Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/257)
34172026-03-13T17:06:47.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-03-13T17:06:47.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-03-13T17:06:47.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-03-13T17:06:47.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34212026-03-13T17:06:47.439Z
34222026-03-13T17:06:47.439Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/257)
34232026-03-13T17:06:48.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-03-13T17:06:48.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-03-13T17:06:48.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-03-13T17:06:48.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34272026-03-13T17:06:48.213Z
34282026-03-13T17:06:48.213Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/257)
34292026-03-13T17:06:48.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-03-13T17:06:48.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-03-13T17:06:48.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-03-13T17:06:48.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34332026-03-13T17:06:48.997Z
34342026-03-13T17:06:48.998Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/257)
34352026-03-13T17:06:49.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-03-13T17:06:49.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-03-13T17:06:49.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-03-13T17:06:49.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34392026-03-13T17:06:49.796Z
34402026-03-13T17:06:49.796Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/257)
34412026-03-13T17:06:50.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-03-13T17:06:50.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-03-13T17:06:50.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-03-13T17:06:50.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34452026-03-13T17:06:50.568Z
34462026-03-13T17:06:50.568Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/257)
34472026-03-13T17:06:51.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-03-13T17:06:51.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-03-13T17:06:51.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-03-13T17:06:51.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34512026-03-13T17:06:51.354Z
34522026-03-13T17:06:51.354Zinfo: running `cargo check --bins` on oximeter-producer (147/257)
34532026-03-13T17:06:52.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-03-13T17:06:52.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-03-13T17:06:52.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-03-13T17:06:52.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34572026-03-13T17:06:52.184Z
34582026-03-13T17:06:52.184Zinfo: running `cargo check --bins` on internal-dns-resolver (148/257)
34592026-03-13T17:06:52.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-03-13T17:06:52.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-03-13T17:06:52.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-03-13T17:06:52.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34632026-03-13T17:06:52.972Z
34642026-03-13T17:06:52.973Zinfo: running `cargo check --bins` on sp-sim (149/257)
34652026-03-13T17:06:53.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-03-13T17:06:53.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-03-13T17:06:53.846Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34682026-03-13T17:06:56.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
34692026-03-13T17:06:56.427Z
34702026-03-13T17:06:56.427Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/257)
34712026-03-13T17:06:57.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-03-13T17:06:57.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-03-13T17:06:57.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-03-13T17:06:57.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34752026-03-13T17:06:57.283Z
34762026-03-13T17:06:57.283Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/257)
34772026-03-13T17:06:58.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-03-13T17:06:58.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-03-13T17:06:58.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-03-13T17:06:58.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34812026-03-13T17:06:58.164Z
34822026-03-13T17:06:58.164Zinfo: running `cargo check --bins` on db-macros (152/257)
34832026-03-13T17:06:58.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-03-13T17:06:58.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-03-13T17:06:58.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-03-13T17:06:58.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34872026-03-13T17:06:58.913Z
34882026-03-13T17:06:58.913Zinfo: running `cargo check --bins` on nexus-macros-common (153/257)
34892026-03-13T17:06:59.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-03-13T17:06:59.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-03-13T17:06:59.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-03-13T17:06:59.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34932026-03-13T17:06:59.683Z
34942026-03-13T17:06:59.684Zinfo: running `cargo check --bins` on nexus-auth (154/257)
34952026-03-13T17:07:00.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-03-13T17:07:00.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-03-13T17:07:00.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-03-13T17:07:00.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34992026-03-13T17:07:00.670Z
35002026-03-13T17:07:00.670Zinfo: running `cargo check --bins` on authz-macros (155/257)
35012026-03-13T17:07:01.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-03-13T17:07:01.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-03-13T17:07:01.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-03-13T17:07:01.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35052026-03-13T17:07:01.311Z
35062026-03-13T17:07:01.311Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/257)
35072026-03-13T17:07:02.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-03-13T17:07:02.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-03-13T17:07:02.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-03-13T17:07:02.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35112026-03-13T17:07:02.158Z
35122026-03-13T17:07:02.158Zinfo: running `cargo check --bins` on nexus-db-model (157/257)
35132026-03-13T17:07:02.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-03-13T17:07:02.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-03-13T17:07:02.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-03-13T17:07:02.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35172026-03-13T17:07:02.996Z
35182026-03-13T17:07:02.997Zinfo: running `cargo check --bins` on nexus-db-schema (158/257)
35192026-03-13T17:07:03.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-03-13T17:07:03.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-03-13T17:07:03.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-03-13T17:07:03.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35232026-03-13T17:07:03.760Z
35242026-03-13T17:07:03.760Zinfo: running `cargo check --bins` on omicron-rpaths (159/257)
35252026-03-13T17:07:04.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-03-13T17:07:04.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-03-13T17:07:04.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-03-13T17:07:04.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35292026-03-13T17:07:04.523Z
35302026-03-13T17:07:04.523Zinfo: running `cargo check --bins` on nexus-defaults (160/257)
35312026-03-13T17:07:05.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-03-13T17:07:05.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-03-13T17:07:05.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-03-13T17:07:05.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35352026-03-13T17:07:05.307Z
35362026-03-13T17:07:05.307Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/257)
35372026-03-13T17:07:05.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-03-13T17:07:05.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-03-13T17:07:05.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-03-13T17:07:05.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35412026-03-13T17:07:06.075Z
35422026-03-13T17:07:06.075Zinfo: running `cargo check --bins` on parallel-task-set (162/257)
35432026-03-13T17:07:06.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-03-13T17:07:06.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-03-13T17:07:06.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-03-13T17:07:06.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35472026-03-13T17:07:06.837Z
35482026-03-13T17:07:06.837Zinfo: running `cargo check --bins` on nexus-db-errors (163/257)
35492026-03-13T17:07:07.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-03-13T17:07:07.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-03-13T17:07:07.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-03-13T17:07:07.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35532026-03-13T17:07:07.693Z
35542026-03-13T17:07:07.693Zinfo: running `cargo check --bins` on nexus-db-lookup (164/257)
35552026-03-13T17:07:08.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-03-13T17:07:08.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-03-13T17:07:08.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-03-13T17:07:08.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35592026-03-13T17:07:08.549Z
35602026-03-13T17:07:08.549Zinfo: running `cargo check --bins` on nexus-inventory (165/257)
35612026-03-13T17:07:09.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-03-13T17:07:09.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-03-13T17:07:09.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-03-13T17:07:09.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35652026-03-13T17:07:09.400Z
35662026-03-13T17:07:09.400Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/257)
35672026-03-13T17:07:10.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-03-13T17:07:10.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-03-13T17:07:10.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-03-13T17:07:10.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35712026-03-13T17:07:10.210Z
35722026-03-13T17:07:10.210Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/257)
35732026-03-13T17:07:10.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-03-13T17:07:10.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-03-13T17:07:10.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-03-13T17:07:10.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35772026-03-13T17:07:11.011Z
35782026-03-13T17:07:11.011Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/257)
35792026-03-13T17:07:11.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-03-13T17:07:11.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-03-13T17:07:11.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-03-13T17:07:11.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35832026-03-13T17:07:11.804Z
35842026-03-13T17:07:11.804Zinfo: running `cargo check --bins` on key-manager (169/257)
35852026-03-13T17:07:12.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-03-13T17:07:12.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-03-13T17:07:12.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-03-13T17:07:12.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35892026-03-13T17:07:12.582Z
35902026-03-13T17:07:12.582Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/257)
35912026-03-13T17:07:13.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-03-13T17:07:13.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-03-13T17:07:13.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-03-13T17:07:13.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35952026-03-13T17:07:13.381Z
35962026-03-13T17:07:13.381Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/257)
35972026-03-13T17:07:14.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-03-13T17:07:14.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-03-13T17:07:14.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-03-13T17:07:14.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
36012026-03-13T17:07:14.176Z
36022026-03-13T17:07:14.177Zinfo: running `cargo check --bins` on typed-rng (172/257)
36032026-03-13T17:07:14.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-03-13T17:07:14.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-03-13T17:07:14.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-03-13T17:07:14.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
36072026-03-13T17:07:14.944Z
36082026-03-13T17:07:14.944Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/257)
36092026-03-13T17:07:15.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-03-13T17:07:15.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-03-13T17:07:15.971Z Compiling libefi-sys v0.1.0
36122026-03-13T17:07:15.974Z Compiling bitfield-struct v0.6.2
36132026-03-13T17:07:15.974Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36142026-03-13T17:07:16.125Z Compiling xshell-macros v0.2.7
36152026-03-13T17:07:16.137Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36162026-03-13T17:07:16.153Z Compiling salty v0.3.0
36172026-03-13T17:07:16.170Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36182026-03-13T17:07:16.187Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36192026-03-13T17:07:16.190Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36202026-03-13T17:07:16.566Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36212026-03-13T17:07:16.603Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36222026-03-13T17:07:16.619Z Checking xshell v0.2.7
36232026-03-13T17:07:16.773Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36242026-03-13T17:07:16.791Z Checking primeorder v0.13.6
36252026-03-13T17:07:16.830Z Compiling proc-macro-error-attr2 v2.0.0
36262026-03-13T17:07:16.849Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36272026-03-13T17:07:16.887Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36282026-03-13T17:07:16.959Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36292026-03-13T17:07:17.070Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36302026-03-13T17:07:17.095Z Checking p384 v0.13.1
36312026-03-13T17:07:17.137Z Compiling num-derive v0.3.3
36322026-03-13T17:07:17.301Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36332026-03-13T17:07:17.355Z Compiling proc-macro-error2 v2.0.1
36342026-03-13T17:07:17.490Z Compiling unicase v2.9.0
36352026-03-13T17:07:17.608Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36362026-03-13T17:07:17.675Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36372026-03-13T17:07:17.747Z Compiling tabled_derive v0.11.0
36382026-03-13T17:07:17.764Z Compiling mime_guess v2.0.5
36392026-03-13T17:07:17.812Z Checking papergrid v0.17.0
36402026-03-13T17:07:18.157Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36412026-03-13T17:07:18.346Z Checking libscf-sys v1.1.0
36422026-03-13T17:07:18.477Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36432026-03-13T17:07:18.512Z Checking testing_table v0.3.0
36442026-03-13T17:07:18.628Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36452026-03-13T17:07:18.683Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36462026-03-13T17:07:18.728Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36472026-03-13T17:07:18.867Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36482026-03-13T17:07:18.903Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36492026-03-13T17:07:19.114Z Checking corncobs v0.1.4
36502026-03-13T17:07:19.164Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36512026-03-13T17:07:19.285Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36522026-03-13T17:07:19.381Z Checking tabled v0.20.0
36532026-03-13T17:07:19.469Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36542026-03-13T17:07:19.526Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36552026-03-13T17:07:19.532Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36562026-03-13T17:07:19.560Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36572026-03-13T17:07:19.615Z Checking secrecy v0.8.0
36582026-03-13T17:07:19.770Z Checking http-range v0.1.5
36592026-03-13T17:07:20.093Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36602026-03-13T17:07:20.112Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36612026-03-13T17:07:20.407Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36622026-03-13T17:07:20.425Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36632026-03-13T17:07:20.641Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
36642026-03-13T17:07:20.756Z Checking atty v0.2.14
36652026-03-13T17:07:20.774Z Checking crc8 v0.1.1
36662026-03-13T17:07:20.804Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36672026-03-13T17:07:20.878Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36682026-03-13T17:07:20.896Z Checking hyper-staticfile v0.10.1
36692026-03-13T17:07:20.915Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36702026-03-13T17:07:21.010Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36712026-03-13T17:07:21.037Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36722026-03-13T17:07:21.236Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36732026-03-13T17:07:21.256Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36742026-03-13T17:07:21.493Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36752026-03-13T17:07:21.533Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36762026-03-13T17:07:21.838Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36772026-03-13T17:07:21.857Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36782026-03-13T17:07:21.907Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36792026-03-13T17:07:21.955Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36802026-03-13T17:07:22.238Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36812026-03-13T17:07:22.397Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36822026-03-13T17:07:22.532Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36832026-03-13T17:07:22.733Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36842026-03-13T17:07:22.760Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36852026-03-13T17:07:22.891Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36862026-03-13T17:07:24.646Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36872026-03-13T17:07:24.709Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36882026-03-13T17:07:24.915Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36892026-03-13T17:07:25.318Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36902026-03-13T17:07:25.844Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36912026-03-13T17:07:26.041Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36922026-03-13T17:07:32.859Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36932026-03-13T17:07:48.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.82s
36942026-03-13T17:07:49.023Z
36952026-03-13T17:07:49.023Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/257)
36962026-03-13T17:07:49.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-03-13T17:07:49.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-03-13T17:07:49.970Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36992026-03-13T17:08:05.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.93s
37002026-03-13T17:08:06.201Z
37012026-03-13T17:08:06.202Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/257)
37022026-03-13T17:08:06.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-03-13T17:08:06.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-03-13T17:08:07.145Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37052026-03-13T17:08:23.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.91s
37062026-03-13T17:08:23.362Z
37072026-03-13T17:08:23.362Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/257)
37082026-03-13T17:08:24.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-03-13T17:08:24.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-03-13T17:08:24.300Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37112026-03-13T17:08:40.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.92s
37122026-03-13T17:08:40.533Z
37132026-03-13T17:08:40.533Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/257)
37142026-03-13T17:08:41.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-03-13T17:08:41.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-03-13T17:08:41.480Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37172026-03-13T17:08:57.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.94s
37182026-03-13T17:08:57.719Z
37192026-03-13T17:08:57.719Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/257)
37202026-03-13T17:08:58.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-03-13T17:08:58.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-03-13T17:08:58.660Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37232026-03-13T17:09:14.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.02s
37242026-03-13T17:09:14.982Z
37252026-03-13T17:09:14.982Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/257)
37262026-03-13T17:09:15.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-03-13T17:09:15.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-03-13T17:09:15.927Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37292026-03-13T17:09:31.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.95s
37302026-03-13T17:09:32.183Z
37312026-03-13T17:09:32.183Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/257)
37322026-03-13T17:09:32.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-03-13T17:09:32.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-03-13T17:09:33.127Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37352026-03-13T17:09:51.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.92s
37362026-03-13T17:09:51.828Z
37372026-03-13T17:09:51.828Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/257)
37382026-03-13T17:09:51.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-03-13T17:09:51.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-03-13T17:09:51.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37412026-03-13T17:09:51.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37422026-03-13T17:09:51.828Z
37432026-03-13T17:09:51.828Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/257)
37442026-03-13T17:09:51.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-03-13T17:09:51.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-03-13T17:09:51.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37472026-03-13T17:09:51.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37482026-03-13T17:09:51.829Z
37492026-03-13T17:09:51.829Zinfo: running `cargo check --bins` on range-requests (183/257)
37502026-03-13T17:09:51.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-03-13T17:09:51.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-03-13T17:09:51.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37532026-03-13T17:09:51.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37542026-03-13T17:09:51.829Z
37552026-03-13T17:09:51.829Zinfo: running `cargo check --bins` on repo-depot-api (184/257)
37562026-03-13T17:09:52.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-03-13T17:09:52.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-03-13T17:09:52.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37592026-03-13T17:09:52.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37602026-03-13T17:09:52.507Z
37612026-03-13T17:09:52.507Zinfo: running `cargo check --bins` on sled-agent-api (185/257)
37622026-03-13T17:09:53.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-03-13T17:09:53.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-03-13T17:09:53.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37652026-03-13T17:09:53.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37662026-03-13T17:09:53.314Z
37672026-03-13T17:09:53.314Zinfo: running `cargo check --bins` on sled-diagnostics (186/257)
37682026-03-13T17:09:54.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-03-13T17:09:54.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-03-13T17:09:54.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37712026-03-13T17:09:54.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37722026-03-13T17:09:54.112Z
37732026-03-13T17:09:54.112Zinfo: running `cargo check --bins` on zfs-test-harness (187/257)
37742026-03-13T17:09:54.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-03-13T17:09:54.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-03-13T17:09:54.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37772026-03-13T17:09:54.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37782026-03-13T17:09:54.914Z
37792026-03-13T17:09:54.914Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/257)
37802026-03-13T17:09:55.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-03-13T17:09:55.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-03-13T17:09:55.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37832026-03-13T17:09:55.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37842026-03-13T17:09:55.731Z
37852026-03-13T17:09:55.731Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/257)
37862026-03-13T17:09:56.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-03-13T17:09:56.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-03-13T17:09:56.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37892026-03-13T17:09:56.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37902026-03-13T17:09:56.546Z
37912026-03-13T17:09:56.546Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/257)
37922026-03-13T17:09:57.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-03-13T17:09:57.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-03-13T17:09:57.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37952026-03-13T17:09:57.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37962026-03-13T17:09:57.356Z
37972026-03-13T17:09:57.356Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/257)
37982026-03-13T17:09:58.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-03-13T17:09:58.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-03-13T17:09:58.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012026-03-13T17:09:58.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38022026-03-13T17:09:58.168Z
38032026-03-13T17:09:58.168Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/257)
38042026-03-13T17:09:58.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-03-13T17:09:58.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-03-13T17:09:58.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-03-13T17:09:58.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38082026-03-13T17:09:58.979Z
38092026-03-13T17:09:58.979Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/257)
38102026-03-13T17:09:59.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-03-13T17:09:59.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-03-13T17:09:59.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-03-13T17:09:59.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38142026-03-13T17:09:59.789Z
38152026-03-13T17:09:59.790Zinfo: running `cargo check --bins` on trust-quorum (194/257)
38162026-03-13T17:10:00.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-03-13T17:10:00.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-03-13T17:10:00.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-03-13T17:10:00.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38202026-03-13T17:10:00.606Z
38212026-03-13T17:10:00.606Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/257)
38222026-03-13T17:10:01.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-03-13T17:10:01.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-03-13T17:10:01.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-03-13T17:10:01.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38262026-03-13T17:10:01.441Z
38272026-03-13T17:10:01.442Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/257)
38282026-03-13T17:10:02.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-03-13T17:10:02.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-03-13T17:10:02.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-03-13T17:10:02.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38322026-03-13T17:10:02.300Z
38332026-03-13T17:10:02.300Zinfo: running `cargo check --bins` on update-common (197/257)
38342026-03-13T17:10:02.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-03-13T17:10:02.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-03-13T17:10:02.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-03-13T17:10:02.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38382026-03-13T17:10:03.096Z
38392026-03-13T17:10:03.096Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (198/257)
38402026-03-13T17:10:03.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-03-13T17:10:03.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-03-13T17:10:03.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-03-13T17:10:03.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38442026-03-13T17:10:03.954Z
38452026-03-13T17:10:03.954Zinfo: running `cargo check --bins` on reconfigurator-cli (199/257)
38462026-03-13T17:10:04.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-03-13T17:10:04.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-03-13T17:10:04.895Z Compiling fs-err v2.11.0
38492026-03-13T17:10:04.898Z Checking ignore v0.4.25
38502026-03-13T17:10:04.898Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38512026-03-13T17:10:04.898Z Checking predicates-tree v1.0.13
38522026-03-13T17:10:04.898Z Checking parse-size v1.1.0
38532026-03-13T17:10:05.013Z Checking rand_seeder v0.4.0
38542026-03-13T17:10:05.016Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38552026-03-13T17:10:05.016Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38562026-03-13T17:10:05.221Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38572026-03-13T17:10:05.256Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38582026-03-13T17:10:05.259Z Compiling petname v2.0.2
38592026-03-13T17:10:05.442Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38602026-03-13T17:10:05.574Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38612026-03-13T17:10:05.590Z Checking globwalk v0.9.1
38622026-03-13T17:10:05.593Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38632026-03-13T17:10:05.772Z Checking sapling-renderdag v0.1.0
38642026-03-13T17:10:05.794Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38652026-03-13T17:10:05.820Z Checking camino-tempfile-ext v0.3.3
38662026-03-13T17:10:06.038Z Checking sync-ptr v0.1.4
38672026-03-13T17:10:06.064Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38682026-03-13T17:10:06.086Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38692026-03-13T17:10:06.205Z Checking colored v2.2.0
38702026-03-13T17:10:06.229Z Checking assert_matches v1.5.0
38712026-03-13T17:10:06.532Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38722026-03-13T17:10:06.657Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38732026-03-13T17:10:06.660Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38742026-03-13T17:10:07.427Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38752026-03-13T17:10:09.191Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38762026-03-13T17:10:12.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.26s
38772026-03-13T17:10:12.452Z
38782026-03-13T17:10:12.452Zinfo: running `cargo check --bins` on omicron-repl-utils (200/257)
38792026-03-13T17:10:13.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-03-13T17:10:13.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-03-13T17:10:13.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-03-13T17:10:13.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
38832026-03-13T17:10:13.225Z
38842026-03-13T17:10:13.225Zinfo: running `cargo check --bins` on nexus-test-interface (201/257)
38852026-03-13T17:10:13.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-03-13T17:10:13.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-03-13T17:10:13.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-03-13T17:10:13.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38892026-03-13T17:10:14.084Z
38902026-03-13T17:10:14.084Zinfo: running `cargo check --bins` on oximeter-collector (202/257)
38912026-03-13T17:10:14.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-03-13T17:10:14.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-03-13T17:10:14.963Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38942026-03-13T17:10:14.968Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38952026-03-13T17:10:15.780Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38962026-03-13T17:10:17.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.75s
38972026-03-13T17:10:18.067Z
38982026-03-13T17:10:18.067Zinfo: running `cargo check --bins` on oximeter-api (203/257)
38992026-03-13T17:10:18.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-03-13T17:10:18.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-03-13T17:10:18.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-03-13T17:10:18.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
39032026-03-13T17:10:18.850Z
39042026-03-13T17:10:18.850Zinfo: running `cargo check --bins` on cert-dev (204/257)
39052026-03-13T17:10:19.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-03-13T17:10:19.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-03-13T17:10:19.592Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39082026-03-13T17:10:19.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
39092026-03-13T17:10:20.100Z
39102026-03-13T17:10:20.100Zinfo: running `cargo check --bins` on clickana (205/257)
39112026-03-13T17:10:20.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-03-13T17:10:20.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-03-13T17:10:20.897Z Compiling darling_core v0.23.0
39142026-03-13T17:10:20.901Z Compiling instability v0.3.11
39152026-03-13T17:10:20.901Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39162026-03-13T17:10:20.901Z Checking castaway v0.2.4
39172026-03-13T17:10:21.006Z Compiling indoc v2.0.7
39182026-03-13T17:10:21.011Z Checking unicode-truncate v1.1.0
39192026-03-13T17:10:21.033Z Checking lru v0.12.5
39202026-03-13T17:10:21.037Z Checking cassowary v0.3.0
39212026-03-13T17:10:21.123Z Checking compact_str v0.8.1
39222026-03-13T17:10:22.311Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39232026-03-13T17:10:22.535Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39242026-03-13T17:10:23.000Z Compiling darling_macro v0.23.0
39252026-03-13T17:10:23.546Z Compiling darling v0.23.0
39262026-03-13T17:10:24.338Z Checking ratatui v0.29.0
39272026-03-13T17:10:25.875Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39282026-03-13T17:10:26.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.61s
39292026-03-13T17:10:26.929Z
39302026-03-13T17:10:26.929Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/257)
39312026-03-13T17:10:27.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-03-13T17:10:27.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-03-13T17:10:27.814Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39342026-03-13T17:10:27.814Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39352026-03-13T17:10:28.559Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39362026-03-13T17:10:29.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
39372026-03-13T17:10:29.324Z
39382026-03-13T17:10:29.324Zinfo: running `cargo check --bins` on ch-dev (207/257)
39392026-03-13T17:10:30.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-03-13T17:10:30.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-03-13T17:10:30.204Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39422026-03-13T17:10:31.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
39432026-03-13T17:10:31.366Z
39442026-03-13T17:10:31.366Zinfo: running `cargo check --bins` on dev-tools-common (208/257)
39452026-03-13T17:10:31.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-03-13T17:10:31.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-03-13T17:10:31.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-03-13T17:10:31.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39492026-03-13T17:10:31.968Z
39502026-03-13T17:10:31.968Zinfo: running `cargo check --bins` on crdb-seed (209/257)
39512026-03-13T17:10:32.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-03-13T17:10:32.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-03-13T17:10:32.848Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39542026-03-13T17:10:33.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
39552026-03-13T17:10:33.605Z
39562026-03-13T17:10:33.605Zinfo: running `cargo check --bins` on db-dev (210/257)
39572026-03-13T17:10:34.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-03-13T17:10:34.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-03-13T17:10:34.477Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39602026-03-13T17:10:35.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
39612026-03-13T17:10:35.663Z
39622026-03-13T17:10:35.663Zinfo: running `cargo check --bins` on omicron-dev-lib (211/257)
39632026-03-13T17:10:36.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-03-13T17:10:36.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-03-13T17:10:36.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-03-13T17:10:36.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
39672026-03-13T17:10:36.514Z
39682026-03-13T17:10:36.514Zinfo: running `cargo check --bins` on xtask-downloader (212/257)
39692026-03-13T17:10:37.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-03-13T17:10:37.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-03-13T17:10:37.268Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39722026-03-13T17:10:38.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
39732026-03-13T17:10:38.309Z
39742026-03-13T17:10:38.309Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/257)
39752026-03-13T17:10:39.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-03-13T17:10:39.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-03-13T17:10:39.212Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39782026-03-13T17:10:39.212Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39792026-03-13T17:10:39.218Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
39802026-03-13T17:10:39.218Z Checking git-stub v1.0.0
39812026-03-13T17:10:39.218Z Compiling trait-variant v0.1.2
39822026-03-13T17:10:39.218Z Checking is_ci v1.2.0
39832026-03-13T17:10:39.218Z Checking maplit v1.0.2
39842026-03-13T17:10:39.329Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39852026-03-13T17:10:39.533Z Checking supports-color v3.0.2
39862026-03-13T17:10:39.534Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39872026-03-13T17:10:39.583Z Checking git-stub-vcs v0.1.0
39882026-03-13T17:10:39.624Z Checking drift v0.1.3
39892026-03-13T17:10:39.686Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39902026-03-13T17:10:39.763Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39912026-03-13T17:10:39.830Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39922026-03-13T17:10:39.998Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39932026-03-13T17:10:40.032Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39942026-03-13T17:10:40.048Z Checking dropshot-api-manager v0.6.0
39952026-03-13T17:10:40.088Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39962026-03-13T17:10:40.296Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39972026-03-13T17:10:40.381Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39982026-03-13T17:10:40.642Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
39992026-03-13T17:10:41.080Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40002026-03-13T17:10:47.960Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40012026-03-13T17:10:49.339Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40022026-03-13T17:10:50.124Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40032026-03-13T17:10:50.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.36s
40042026-03-13T17:10:50.901Z
40052026-03-13T17:10:50.901Zinfo: running `cargo check --bins` on installinator-api (214/257)
40062026-03-13T17:10:51.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-03-13T17:10:51.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-03-13T17:10:51.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-03-13T17:10:51.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40102026-03-13T17:10:51.684Z
40112026-03-13T17:10:51.684Zinfo: running `cargo check --bins` on nexus-external-api (215/257)
40122026-03-13T17:10:52.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-03-13T17:10:52.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-03-13T17:10:52.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-03-13T17:10:52.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40162026-03-13T17:10:52.520Z
40172026-03-13T17:10:52.520Zinfo: running `cargo check --bins` on nexus-internal-api (216/257)
40182026-03-13T17:10:53.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-03-13T17:10:53.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-03-13T17:10:53.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-03-13T17:10:53.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40222026-03-13T17:10:53.355Z
40232026-03-13T17:10:53.355Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/257)
40242026-03-13T17:10:54.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-03-13T17:10:54.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-03-13T17:10:54.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-03-13T17:10:54.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40282026-03-13T17:10:54.189Z
40292026-03-13T17:10:54.189Zinfo: running `cargo check --bins` on ntp-admin-api (218/257)
40302026-03-13T17:10:54.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-03-13T17:10:54.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-03-13T17:10:54.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40332026-03-13T17:10:54.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40342026-03-13T17:10:54.972Z
40352026-03-13T17:10:54.972Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/257)
40362026-03-13T17:10:55.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-03-13T17:10:55.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-03-13T17:10:55.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-03-13T17:10:55.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
40402026-03-13T17:10:55.740Z
40412026-03-13T17:10:55.740Zinfo: running `cargo check --bins` on wicketd-api (220/257)
40422026-03-13T17:10:56.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-03-13T17:10:56.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-03-13T17:10:56.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40452026-03-13T17:10:56.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
40462026-03-13T17:10:56.553Z
40472026-03-13T17:10:56.553Zinfo: running `cargo check --bins` on omicron-ls-apis (221/257)
40482026-03-13T17:10:57.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-03-13T17:10:57.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-03-13T17:10:57.305Z Checking erased-serde v0.4.9
40512026-03-13T17:10:57.407Z Checking ordered-float v2.10.1
40522026-03-13T17:10:57.422Z Checking unicode-xid v0.2.6
40532026-03-13T17:10:57.433Z Checking cargo-platform v0.2.0
40542026-03-13T17:10:57.688Z Checking serde-value v0.7.0
40552026-03-13T17:10:57.862Z Checking serde-untagged v0.1.9
40562026-03-13T17:10:58.091Z Checking cargo-util-schemas v0.8.2
40572026-03-13T17:10:59.095Z Checking cargo_metadata v0.21.0
40582026-03-13T17:10:59.960Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40592026-03-13T17:11:00.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
40602026-03-13T17:11:01.071Z
40612026-03-13T17:11:01.071Zinfo: running `cargo check --bins` on mgs-dev (222/257)
40622026-03-13T17:11:01.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-03-13T17:11:01.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-03-13T17:11:01.964Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40652026-03-13T17:11:02.730Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40662026-03-13T17:11:03.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
40672026-03-13T17:11:03.612Z
40682026-03-13T17:11:03.612Zinfo: running `cargo check --bins` on omicron-omdb (223/257)
40692026-03-13T17:11:04.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-03-13T17:11:04.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-03-13T17:11:04.678Z Compiling vergen-gitcl v1.0.8
40722026-03-13T17:11:04.682Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40732026-03-13T17:11:04.682Z Compiling dirs-sys-next v0.1.2
40742026-03-13T17:11:04.682Z Compiling crunchy v0.2.4
40752026-03-13T17:11:04.682Z Compiling diesel_derives v2.3.7
40762026-03-13T17:11:04.682Z Compiling glob v0.3.3
40772026-03-13T17:11:04.682Z Compiling dsl_auto_type v0.2.0
40782026-03-13T17:11:04.682Z Checking scheduled-thread-pool v0.2.7
40792026-03-13T17:11:05.037Z Compiling dirs-next v2.0.0
40802026-03-13T17:11:05.092Z Compiling diesel_table_macro_syntax v0.3.0
40812026-03-13T17:11:05.146Z Compiling tiny-keccak v2.0.2
40822026-03-13T17:11:05.188Z Compiling term v0.7.0
40832026-03-13T17:11:05.275Z Checking r2d2 v0.8.10
40842026-03-13T17:11:05.382Z Checking downcast-rs v2.0.2
40852026-03-13T17:11:05.405Z Compiling clang-sys v1.8.1
40862026-03-13T17:11:05.421Z Compiling bit-vec v0.6.3
40872026-03-13T17:11:05.519Z Compiling itertools v0.10.5
40882026-03-13T17:11:05.701Z Compiling bit-set v0.5.3
40892026-03-13T17:11:05.898Z Compiling ascii-canvas v3.0.0
40902026-03-13T17:11:05.914Z Compiling ena v0.14.4
40912026-03-13T17:11:05.953Z Compiling libloading v0.8.9
40922026-03-13T17:11:05.981Z Compiling diff v0.1.13
40932026-03-13T17:11:06.029Z Compiling regex-syntax v0.6.29
40942026-03-13T17:11:06.189Z Compiling bindgen v0.71.1
40952026-03-13T17:11:06.224Z Compiling cexpr v0.6.0
40962026-03-13T17:11:06.322Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40972026-03-13T17:11:06.578Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40982026-03-13T17:11:06.792Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40992026-03-13T17:11:06.852Z Compiling libxml v0.3.3
41002026-03-13T17:11:06.965Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41012026-03-13T17:11:07.135Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41022026-03-13T17:11:07.184Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41032026-03-13T17:11:07.356Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41042026-03-13T17:11:07.441Z Compiling strum_macros v0.24.3
41052026-03-13T17:11:07.581Z Compiling indoc v1.0.9
41062026-03-13T17:11:08.156Z Compiling lalrpop v0.19.12
41072026-03-13T17:11:08.882Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41082026-03-13T17:11:09.019Z Checking derive_builder v0.20.2
41092026-03-13T17:11:09.133Z Compiling oso-derive v0.27.3
41102026-03-13T17:11:09.157Z Checking quick-xml v0.37.5
41112026-03-13T17:11:09.291Z Compiling impl-trait-for-tuples v0.2.3
41122026-03-13T17:11:09.784Z Checking openssl-probe v0.1.6
41132026-03-13T17:11:09.953Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41142026-03-13T17:11:10.453Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41152026-03-13T17:11:10.672Z Checking bb8 v0.8.6
41162026-03-13T17:11:11.006Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41172026-03-13T17:11:11.038Z Checking nonempty v0.12.0
41182026-03-13T17:11:11.251Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41192026-03-13T17:11:11.305Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41202026-03-13T17:11:11.477Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41212026-03-13T17:11:11.534Z Checking support-bundle-viewer v0.1.2
41222026-03-13T17:11:11.580Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41232026-03-13T17:11:11.815Z Checking multimap v0.10.1
41242026-03-13T17:11:12.859Z Checking diesel v2.3.7
41252026-03-13T17:11:14.368Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41262026-03-13T17:11:16.424Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41272026-03-13T17:11:16.552Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41282026-03-13T17:11:16.573Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41292026-03-13T17:11:17.962Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41302026-03-13T17:11:18.611Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41312026-03-13T17:11:18.747Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41322026-03-13T17:11:19.672Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41332026-03-13T17:11:22.369Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41342026-03-13T17:11:28.712Z Compiling samael v0.0.19
41352026-03-13T17:11:33.415Z Checking async-bb8-diesel v0.2.1
41362026-03-13T17:11:33.675Z Checking diesel-dtrace v0.5.0
41372026-03-13T17:11:35.143Z Compiling polar-core v0.27.3
41382026-03-13T17:11:41.468Z Checking oso v0.27.3
41392026-03-13T17:12:36.094Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41402026-03-13T17:13:22.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
41412026-03-13T17:13:22.651Z
41422026-03-13T17:13:22.651Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (224/257)
41432026-03-13T17:13:23.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-03-13T17:13:23.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-03-13T17:13:23.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-03-13T17:13:23.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
41472026-03-13T17:13:23.620Z
41482026-03-13T17:13:23.620Zinfo: running `cargo check --bins` on nexus-saga-recovery (225/257)
41492026-03-13T17:13:24.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-03-13T17:13:24.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-03-13T17:13:24.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-03-13T17:13:24.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
41532026-03-13T17:13:24.382Z
41542026-03-13T17:13:24.383Zinfo: running `cargo check --bins` on nexus-test-utils-macros (226/257)
41552026-03-13T17:13:25.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-03-13T17:13:25.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-03-13T17:13:25.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-03-13T17:13:25.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
41592026-03-13T17:13:25.146Z
41602026-03-13T17:13:25.146Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (227/257)
41612026-03-13T17:13:25.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-03-13T17:13:25.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-03-13T17:13:26.209Z Compiling libz-sys v1.1.24
41642026-03-13T17:13:26.213Z Compiling libgit2-sys v0.18.3+1.9.2
41652026-03-13T17:13:26.348Z Compiling vergen-git2 v1.0.7
41662026-03-13T17:13:26.359Z Compiling rustls v0.21.12
41672026-03-13T17:13:26.363Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41682026-03-13T17:13:26.370Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41692026-03-13T17:13:26.374Z Checking rustls-webpki v0.101.7
41702026-03-13T17:13:26.374Z Checking sct v0.7.1
41712026-03-13T17:13:26.559Z Compiling nix v0.29.0
41722026-03-13T17:13:26.622Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41732026-03-13T17:13:26.639Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41742026-03-13T17:13:26.688Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41752026-03-13T17:13:26.868Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41762026-03-13T17:13:26.993Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41772026-03-13T17:13:27.048Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41782026-03-13T17:13:27.149Z Checking rustls-pemfile v1.0.4
41792026-03-13T17:13:27.312Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41802026-03-13T17:13:27.430Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41812026-03-13T17:13:27.616Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41822026-03-13T17:13:27.677Z Checking twox-hash v2.1.2
41832026-03-13T17:13:27.800Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41842026-03-13T17:13:28.512Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41852026-03-13T17:13:28.644Z Checking tokio-rustls v0.24.1
41862026-03-13T17:13:28.684Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41872026-03-13T17:13:28.839Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41882026-03-13T17:13:28.873Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41892026-03-13T17:13:29.045Z Checking fatfs v0.3.6
41902026-03-13T17:13:29.380Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41912026-03-13T17:13:29.653Z Compiling seq-macro v0.3.6
41922026-03-13T17:13:34.531Z Compiling git2 v0.20.4
41932026-03-13T17:13:35.599Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41942026-03-13T17:13:35.753Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41952026-03-13T17:13:37.741Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41962026-03-13T17:14:45.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
41972026-03-13T17:14:46.203Z
41982026-03-13T17:14:46.203Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/257)
41992026-03-13T17:14:47.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-03-13T17:14:47.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-03-13T17:14:47.295Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42022026-03-13T17:15:46.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
42032026-03-13T17:15:47.076Z
42042026-03-13T17:15:47.076Zinfo: running `cargo check --bins` on nexus-background-task-interface (229/257)
42052026-03-13T17:15:47.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-03-13T17:15:47.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-03-13T17:15:47.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-03-13T17:15:47.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
42092026-03-13T17:15:47.847Z
42102026-03-13T17:15:47.850Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (230/257)
42112026-03-13T17:15:48.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-03-13T17:15:48.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-03-13T17:15:48.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-03-13T17:15:48.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42152026-03-13T17:15:48.711Z
42162026-03-13T17:15:48.711Zinfo: running `cargo check --bins` on nexus-mgs-updates (231/257)
42172026-03-13T17:15:49.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-03-13T17:15:49.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-03-13T17:15:49.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-03-13T17:15:49.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42212026-03-13T17:15:49.562Z
42222026-03-13T17:15:49.562Zinfo: running `cargo check --bins` on nexus-networking (232/257)
42232026-03-13T17:15:50.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-03-13T17:15:50.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-03-13T17:15:50.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-03-13T17:15:50.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42272026-03-13T17:15:50.422Z
42282026-03-13T17:15:50.422Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (233/257)
42292026-03-13T17:15:51.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-03-13T17:15:51.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-03-13T17:15:51.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-03-13T17:15:51.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42332026-03-13T17:15:51.286Z
42342026-03-13T17:15:51.287Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/257)
42352026-03-13T17:15:52.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-03-13T17:15:52.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-03-13T17:15:52.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-03-13T17:15:52.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42392026-03-13T17:15:52.150Z
42402026-03-13T17:15:52.150Zinfo: running `cargo check --bins` on omicron-dev (235/257)
42412026-03-13T17:15:52.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-03-13T17:15:52.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-03-13T17:15:53.263Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42442026-03-13T17:15:53.263Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42452026-03-13T17:15:53.410Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42462026-03-13T17:15:53.425Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42472026-03-13T17:15:53.428Z Checking yansi v1.0.1
42482026-03-13T17:15:53.428Z Checking diff v0.1.13
42492026-03-13T17:15:53.428Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42502026-03-13T17:15:53.429Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42512026-03-13T17:15:53.622Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42522026-03-13T17:15:53.778Z Checking pretty_assertions v1.4.1
42532026-03-13T17:15:54.709Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42542026-03-13T17:16:27.671Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42552026-03-13T17:16:27.675Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42562026-03-13T17:16:27.675Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42572026-03-13T17:16:27.675Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42582026-03-13T17:16:27.675Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42592026-03-13T17:16:27.675Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42602026-03-13T17:16:28.600Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42612026-03-13T17:16:30.046Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42622026-03-13T17:17:29.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42632026-03-13T17:17:29.602Z
42642026-03-13T17:17:29.602Zinfo: running `cargo check --bins` on omicron-pins (236/257)
42652026-03-13T17:17:30.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-03-13T17:17:30.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-03-13T17:17:30.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-03-13T17:17:30.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
42692026-03-13T17:17:30.375Z
42702026-03-13T17:17:30.375Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (237/257)
42712026-03-13T17:17:31.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-03-13T17:17:31.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-03-13T17:17:31.316Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42742026-03-13T17:17:31.433Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42752026-03-13T17:17:31.436Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42762026-03-13T17:18:09.082Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42772026-03-13T17:18:09.588Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42782026-03-13T17:18:11.976Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42792026-03-13T17:18:12.574Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42802026-03-13T17:18:16.630Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42812026-03-13T17:18:48.525Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42822026-03-13T17:18:53.097Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42832026-03-13T17:18:53.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
42842026-03-13T17:18:53.190Z
42852026-03-13T17:18:53.190Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (238/257)
42862026-03-13T17:18:53.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-03-13T17:18:53.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-03-13T17:18:53.190Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42892026-03-13T17:18:53.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
42902026-03-13T17:18:53.792Z
42912026-03-13T17:18:53.792Zinfo: running `cargo check --bins` on omicron-releng (239/257)
42922026-03-13T17:18:54.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-03-13T17:18:54.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-03-13T17:18:54.597Z Compiling blake3 v1.8.3
42952026-03-13T17:18:54.614Z Checking constant_time_eq v0.4.2
42962026-03-13T17:18:54.778Z Checking arrayvec v0.7.6
42972026-03-13T17:18:54.787Z Checking arrayref v0.3.9
42982026-03-13T17:18:54.787Z Checking topological-sort v0.2.2
42992026-03-13T17:18:54.787Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43002026-03-13T17:18:54.787Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43012026-03-13T17:18:54.787Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43022026-03-13T17:18:54.803Z Checking shell-words v1.1.1
43032026-03-13T17:18:55.736Z Checking omicron-zone-package v0.12.2
43042026-03-13T17:18:56.723Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43052026-03-13T17:18:57.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
43062026-03-13T17:18:58.043Z
43072026-03-13T17:18:58.043Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (240/257)
43082026-03-13T17:18:58.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43092026-03-13T17:18:58.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43102026-03-13T17:18:58.841Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43112026-03-13T17:18:59.213Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43122026-03-13T17:18:59.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
43132026-03-13T17:18:59.929Z
43142026-03-13T17:18:59.929Zinfo: running `cargo check --bins` on xtask (241/257)
43152026-03-13T17:19:00.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43162026-03-13T17:19:00.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43172026-03-13T17:19:00.525Z Checking libc v0.2.180
43182026-03-13T17:19:00.615Z Checking serde v1.0.228
43192026-03-13T17:19:00.619Z Checking zerofrom v0.1.6
43202026-03-13T17:19:00.624Z Checking bitflags v2.11.0
43212026-03-13T17:19:00.635Z Checking hashbrown v0.16.1
43222026-03-13T17:19:00.635Z Checking smallvec v1.15.1
43232026-03-13T17:19:00.656Z Checking serde_json v1.0.149
43242026-03-13T17:19:00.660Z Checking scroll v0.12.0
43252026-03-13T17:19:00.755Z Checking yoke v0.8.1
43262026-03-13T17:19:00.819Z Checking num-traits v0.2.19
43272026-03-13T17:19:00.886Z Checking thiserror v1.0.69
43282026-03-13T17:19:00.961Z Checking log v0.4.29
43292026-03-13T17:19:00.987Z Checking zerovec v0.11.5
43302026-03-13T17:19:01.010Z Checking zerotrie v0.2.3
43312026-03-13T17:19:01.098Z Checking errno v0.3.14
43322026-03-13T17:19:01.161Z Checking percent-encoding v2.3.2
43332026-03-13T17:19:01.175Z Checking serde_spanned v0.6.9
43342026-03-13T17:19:01.237Z Checking rustix v1.1.3
43352026-03-13T17:19:01.259Z Checking indexmap v2.13.0
43362026-03-13T17:19:01.325Z Checking toml_datetime v0.6.11
43372026-03-13T17:19:01.338Z Checking form_urlencoded v1.2.2
43382026-03-13T17:19:01.342Z Checking goblin v0.8.2
43392026-03-13T17:19:01.499Z Checking zerocopy v0.7.35
43402026-03-13T17:19:01.531Z Checking getrandom v0.4.1
43412026-03-13T17:19:01.565Z Checking thiserror v2.0.18
43422026-03-13T17:19:01.592Z Checking tinystr v0.8.2
43432026-03-13T17:19:01.619Z Checking potential_utf v0.1.4
43442026-03-13T17:19:01.692Z Checking ordered-float v2.10.1
43452026-03-13T17:19:01.696Z Checking syn v2.0.117
43462026-03-13T17:19:01.808Z Checking icu_collections v2.1.1
43472026-03-13T17:19:01.821Z Checking icu_locale_core v2.1.1
43482026-03-13T17:19:02.021Z Checking toml_edit v0.22.27
43492026-03-13T17:19:02.034Z Checking serde-value v0.7.0
43502026-03-13T17:19:02.205Z Checking dtrace-parser v0.2.0
43512026-03-13T17:19:02.221Z Checking thread-id v4.2.2
43522026-03-13T17:19:02.305Z Checking once_cell v1.21.3
43532026-03-13T17:19:02.322Z Checking cargo-platform v0.2.0
43542026-03-13T17:19:02.412Z Checking terminal_size v0.4.3
43552026-03-13T17:19:02.529Z Checking memmap v0.7.0
43562026-03-13T17:19:02.543Z Checking tempfile v3.25.0
43572026-03-13T17:19:02.555Z Checking clap_builder v4.5.60
43582026-03-13T17:19:02.569Z Checking textwrap v0.16.2
43592026-03-13T17:19:02.633Z Checking icu_provider v2.1.1
43602026-03-13T17:19:02.695Z Checking fs-err v3.3.0
43612026-03-13T17:19:02.808Z Checking camino-tempfile v1.4.1
43622026-03-13T17:19:02.835Z Checking anyhow v1.0.102
43632026-03-13T17:19:02.929Z Checking tabled v0.15.0
43642026-03-13T17:19:02.950Z Checking icu_normalizer v2.1.1
43652026-03-13T17:19:02.995Z Checking icu_properties v2.1.2
43662026-03-13T17:19:03.092Z Checking macaddr v1.0.1
43672026-03-13T17:19:03.327Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43682026-03-13T17:19:03.584Z Checking toml v0.8.23
43692026-03-13T17:19:04.556Z Checking cargo_toml v0.21.0
43702026-03-13T17:19:04.622Z Checking dof v0.3.0
43712026-03-13T17:19:04.622Z Checking idna_adapter v1.2.1
43722026-03-13T17:19:04.622Z Checking clap v4.5.60
43732026-03-13T17:19:04.624Z Checking idna v1.1.0
43742026-03-13T17:19:04.624Z Checking usdt-impl v0.5.0
43752026-03-13T17:19:04.643Z Checking url v2.5.8
43762026-03-13T17:19:04.933Z Checking usdt v0.5.0
43772026-03-13T17:19:05.070Z Checking cargo-util-schemas v0.8.2
43782026-03-13T17:19:06.052Z Checking cargo_metadata v0.21.0
43792026-03-13T17:19:06.915Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43802026-03-13T17:19:07.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.56s
43812026-03-13T17:19:07.632Z
43822026-03-13T17:19:07.632Zinfo: running `cargo check --bins` on end-to-end-tests (242/257)
43832026-03-13T17:19:08.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-03-13T17:19:08.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-03-13T17:19:08.601Z Checking polyval v0.6.2
43862026-03-13T17:19:08.720Z Checking ctr v0.9.2
43872026-03-13T17:19:08.736Z Checking ssh-encoding v0.2.0
43882026-03-13T17:19:08.741Z Checking blowfish v0.9.1
43892026-03-13T17:19:08.755Z Checking password-hash v0.4.2
43902026-03-13T17:19:08.771Z Checking p256 v0.13.2
43912026-03-13T17:19:08.774Z Checking p521 v0.13.3
43922026-03-13T17:19:08.774Z Checking russh-cryptovec v0.7.3
43932026-03-13T17:19:08.897Z Checking ghash v0.5.1
43942026-03-13T17:19:08.914Z Checking bcrypt-pbkdf v0.10.0
43952026-03-13T17:19:08.919Z Checking md5 v0.7.0
43962026-03-13T17:19:08.951Z Checking num-bigint v0.4.6
43972026-03-13T17:19:08.977Z Checking des v0.8.1
43982026-03-13T17:19:09.035Z Checking pbkdf2 v0.11.0
43992026-03-13T17:19:09.039Z Checking aes-gcm v0.10.3
44002026-03-13T17:19:09.115Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44012026-03-13T17:19:09.132Z Checking hex-literal v0.4.1
44022026-03-13T17:19:09.161Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44032026-03-13T17:19:09.178Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44042026-03-13T17:19:09.213Z Checking ssh-cipher v0.2.0
44052026-03-13T17:19:09.245Z Checking socket2 v0.5.10
44062026-03-13T17:19:09.263Z Checking internet-checksum v0.2.1
44072026-03-13T17:19:09.422Z Checking ssh-key v0.6.7
44082026-03-13T17:19:09.644Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44092026-03-13T17:19:10.307Z Checking russh-keys v0.45.0
44102026-03-13T17:19:11.044Z Checking russh v0.45.0
44112026-03-13T17:19:32.736Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44122026-03-13T17:19:34.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.67s
44132026-03-13T17:19:34.547Z
44142026-03-13T17:19:34.547Zinfo: running `cargo check --bins` on gateway-cli (243/257)
44152026-03-13T17:19:35.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-03-13T17:19:35.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-03-13T17:19:35.339Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44182026-03-13T17:19:35.345Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44192026-03-13T17:19:35.345Z Checking termios v0.3.3
44202026-03-13T17:19:37.150Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44212026-03-13T17:19:37.336Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44222026-03-13T17:19:40.073Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44232026-03-13T17:19:40.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s
44242026-03-13T17:19:40.945Z
44252026-03-13T17:19:40.946Zinfo: running `cargo check --bins --no-default-features` on installinator (244/257)
44262026-03-13T17:19:41.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-03-13T17:19:41.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-03-13T17:19:41.843Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44292026-03-13T17:19:41.882Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44302026-03-13T17:19:41.930Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44312026-03-13T17:19:41.934Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44322026-03-13T17:19:41.934Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44332026-03-13T17:19:42.210Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44342026-03-13T17:19:42.218Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44352026-03-13T17:19:43.172Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44362026-03-13T17:19:43.443Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44372026-03-13T17:19:43.443Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44382026-03-13T17:19:44.302Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44392026-03-13T17:19:46.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
44402026-03-13T17:19:46.769Z
44412026-03-13T17:19:46.770Zinfo: running `cargo check --bins` on internal-dns-cli (245/257)
44422026-03-13T17:19:47.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-03-13T17:19:47.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-03-13T17:19:47.551Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44452026-03-13T17:19:48.096Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44462026-03-13T17:19:48.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
44472026-03-13T17:19:48.704Z
44482026-03-13T17:19:48.706Zinfo: running `cargo check --bins` on omicron-live-tests (246/257)
44492026-03-13T17:19:49.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-03-13T17:19:49.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-03-13T17:19:49.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-03-13T17:19:49.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44532026-03-13T17:19:49.470Z
44542026-03-13T17:19:49.470Zinfo: running `cargo check --bins` on live-tests-macros (247/257)
44552026-03-13T17:19:50.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-03-13T17:19:50.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-03-13T17:19:50.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-03-13T17:19:50.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44592026-03-13T17:19:50.259Z
44602026-03-13T17:19:50.259Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (248/257)
44612026-03-13T17:19:50.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-03-13T17:19:51.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-03-13T17:19:51.180Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44642026-03-13T17:19:51.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
44652026-03-13T17:19:52.132Z
44662026-03-13T17:19:52.132Zinfo: running `cargo check --bins` on omicron-ntp-admin (249/257)
44672026-03-13T17:19:52.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-03-13T17:19:52.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-03-13T17:19:52.916Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44702026-03-13T17:19:52.935Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44712026-03-13T17:19:53.200Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44722026-03-13T17:19:53.207Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44732026-03-13T17:19:54.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
44742026-03-13T17:19:54.400Z
44752026-03-13T17:19:54.400Zinfo: running `cargo check --bins` on ntp-admin-types (250/257)
44762026-03-13T17:19:55.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-03-13T17:19:55.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-03-13T17:19:55.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44792026-03-13T17:19:55.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
44802026-03-13T17:19:55.186Z
44812026-03-13T17:19:55.186Zinfo: running `cargo check --bins` on omicron-package (251/257)
44822026-03-13T17:19:55.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-03-13T17:19:55.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-03-13T17:19:55.982Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44852026-03-13T17:19:57.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
44862026-03-13T17:19:57.561Z
44872026-03-13T17:19:57.561Zinfo: running `cargo check --bins` on tqdb (252/257)
44882026-03-13T17:19:58.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-03-13T17:19:58.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-03-13T17:19:58.480Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44912026-03-13T17:19:58.896Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44922026-03-13T17:19:59.596Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44932026-03-13T17:19:59.632Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44942026-03-13T17:20:06.283Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44952026-03-13T17:20:07.194Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44962026-03-13T17:20:07.205Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
44972026-03-13T17:20:07.205Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44982026-03-13T17:20:07.205Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44992026-03-13T17:20:08.203Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45002026-03-13T17:20:17.891Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45012026-03-13T17:20:26.082Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45022026-03-13T17:20:26.082Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45032026-03-13T17:20:26.089Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45042026-03-13T17:20:26.089Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45052026-03-13T17:20:28.018Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45062026-03-13T17:20:29.809Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45072026-03-13T17:20:31.022Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45082026-03-13T17:20:32.476Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45092026-03-13T17:20:33.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.65s
45102026-03-13T17:20:33.424Z
45112026-03-13T17:20:33.424Zinfo: running `cargo check --bins` on wicket-dbg (253/257)
45122026-03-13T17:20:34.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45132026-03-13T17:20:34.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45142026-03-13T17:20:34.290Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45152026-03-13T17:20:34.309Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45162026-03-13T17:20:34.309Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45172026-03-13T17:20:34.421Z Checking rtoolbox v0.0.3
45182026-03-13T17:20:34.432Z Checking tui-tree-widget v0.23.1
45192026-03-13T17:20:34.566Z Checking rpassword v7.4.0
45202026-03-13T17:20:34.714Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45212026-03-13T17:20:35.702Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45222026-03-13T17:20:42.330Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45232026-03-13T17:20:43.300Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45242026-03-13T17:20:44.613Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45252026-03-13T17:20:48.919Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45262026-03-13T17:20:51.493Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45272026-03-13T17:20:54.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.19s
45282026-03-13T17:20:54.154Z
45292026-03-13T17:20:54.154Zinfo: running `cargo check --bins` on wicket (254/257)
45302026-03-13T17:20:54.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-03-13T17:20:54.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-03-13T17:20:54.155Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45332026-03-13T17:20:54.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
45342026-03-13T17:20:54.320Z
45352026-03-13T17:20:54.320Zinfo: running `cargo check --bins` on wicketd (255/257)
45362026-03-13T17:20:55.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-03-13T17:20:55.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-03-13T17:20:55.282Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45392026-03-13T17:20:55.299Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45402026-03-13T17:20:55.299Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45412026-03-13T17:20:55.299Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45422026-03-13T17:20:56.730Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45432026-03-13T17:20:57.526Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45442026-03-13T17:21:01.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.29s
45452026-03-13T17:21:01.842Z
45462026-03-13T17:21:01.842Zinfo: running `cargo check --bins` on omicron-workspace-hack (256/257)
45472026-03-13T17:21:02.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-03-13T17:21:02.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-03-13T17:21:02.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45502026-03-13T17:21:02.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
45512026-03-13T17:21:02.619Z
45522026-03-13T17:21:02.619Zinfo: running `cargo check --bins` on zone-setup (257/257)
45532026-03-13T17:21:03.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45542026-03-13T17:21:03.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45552026-03-13T17:21:03.460Z Checking uzers v0.12.2
45562026-03-13T17:21:03.755Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45572026-03-13T17:21:04.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
45582026-03-13T17:21:05.059Z
45592026-03-13T17:21:05.077Zreal 18:58.779426335
45602026-03-13T17:21:05.077Zuser 28:42.967795902
45612026-03-13T17:21:05.077Zsys 5:05.629312086
45622026-03-13T17:21:05.077Ztrap 0.492449283
45632026-03-13T17:21:05.077Ztflt 0.629875919
45642026-03-13T17:21:05.077Zdflt 0.755189098
45652026-03-13T17:21:05.077Zkflt 0.001231141
45662026-03-13T17:21:05.077Zlock 1:17:57.940157106
45672026-03-13T17:21:05.078Zslp 2:41:49.483886510
45682026-03-13T17:21:05.078Zlat 1:33.347203751
45692026-03-13T17:21:05.078Zstop 4:48.433963204
45702026-03-13T17:21:05.078Zprocess exited: duration 1396954 ms, exit code 0
 
45712026-03-13T17:21:05.103Zfound 0 output files