01KMNDWPWRDNX6HMJ592DS0NDX: 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: 01KMNDX4MYKWF4SGT390FZFFS5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-26T15:59:39.258Zjob assigned to worker 01KMNDX9JH71DKV7144KN4P6B2 [factory aws, i-05ed5efd3ebf13681] (queued for 56 s)
 
22026-03-26T15:59:46.070Zstarting task 0: "setup"
32026-03-26T15:59:46.074Z++ uname -s
42026-03-26T15:59:46.077Z+ kern=SunOS
52026-03-26T15:59:46.077Z+ build_user=build
62026-03-26T15:59:46.077Z+ build_uid=12345
72026-03-26T15:59:46.077Z+ work_dir=/work
82026-03-26T15:59:46.077Z+ input_dir=/input
92026-03-26T15:59:46.077Z+ [[ 0 == 12345 ]]
102026-03-26T15:59:46.077Z+ case "$kern" in
112026-03-26T15:59:46.077Z+ groupadd -g 12345 build
122026-03-26T15:59:46.080Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-26T15:59:48.085Z+ zfs create -o mountpoint=/work rpool/work
142026-03-26T15:59:48.147Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-26T15:59:48.150Z+ home_fs=zfs
162026-03-26T15:59:48.150Z+ [[ zfs == autofs ]]
172026-03-26T15:59:48.150Z+ mkdir -p /home/build
182026-03-26T15:59:48.150Z+ chown build:build /home/build /work
192026-03-26T15:59:50.152Z+ chmod 0700 /home/build /work
202026-03-26T15:59:50.155Zprocess exited: duration 4087 ms, exit code 0
 
212026-03-26T15:59:50.161Zstarting task 1: "rust-toolchain"
222026-03-26T15:59:50.165Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-26T15:59:50.165Z * rust toolchain channel = "1.94.0"
242026-03-26T15:59:50.165Z * rust toolchain profile = "default"
252026-03-26T15:59:50.165Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-26T15:59:50.165Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-26T15:59:50.165Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-26T15:59:50.168Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-26T15:59:50.168Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-26T15:59:50.292Zinfo: downloading installer
312026-03-26T15:59:51.668Zwarn: It looks like you have an existing installation of Rust at:
322026-03-26T15:59:51.668Zwarn: /opt/ooce/bin
332026-03-26T15:59:51.668Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-26T15:59:51.668Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-26T15:59:51.668Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-26T15:59:51.668Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-26T15:59:51.668Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-26T15:59:51.668Zerror: cannot install while Rust is installed
392026-03-26T15:59:51.668Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-26T15:59:51.668Zwarn: It looks like you have an existing rustup settings file at:
412026-03-26T15:59:51.668Zwarn: /home/build/.rustup/settings.toml
422026-03-26T15:59:51.668Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-26T15:59:51.668Zwarn: instead of the one inferred from the default host triple.
442026-03-26T15:59:51.681Zinfo: profile set to default
452026-03-26T15:59:51.681Zinfo: default host triple is x86_64-unknown-illumos
462026-03-26T15:59:51.684Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-26T15:59:51.821Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-26T15:59:51.824Zinfo: downloading 6 components
492026-03-26T16:00:06.034Z
502026-03-26T16:00:06.034Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-03-26T16:00:06.067Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-26T16:00:06.067Z
532026-03-26T16:00:06.068Z
542026-03-26T16:00:06.069ZRust is installed now. Great!
552026-03-26T16:00:06.069Z
562026-03-26T16:00:06.072ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-26T16:00:06.072Zenvironment variable. This has not been done automatically.
582026-03-26T16:00:06.072Z
592026-03-26T16:00:06.072ZTo configure your current shell, you need to source
602026-03-26T16:00:06.072Zthe corresponding env file under $HOME/.cargo.
612026-03-26T16:00:06.072Z
622026-03-26T16:00:06.072ZThis is usually done by running one of the following (note the leading DOT):
632026-03-26T16:00:06.072Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-26T16:00:06.073Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-26T16:00:06.073Zsource "~/.cargo/env.nu" # For nushell
662026-03-26T16:00:06.073Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-26T16:00:06.073Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-26T16:00:06.073Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-26T16:00:06.073Zwarn: no default linker (`cc`) was found in your PATH
702026-03-26T16:00:06.073Zwarn: many Rust crates require a system C toolchain to build
712026-03-26T16:00:06.166Z+ rustup --version
722026-03-26T16:00:06.175Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-26T16:00:06.178Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-26T16:00:06.198Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-26T16:00:06.201Z+ cargo --version
762026-03-26T16:00:06.213Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-26T16:00:06.217Z+ rustc --version
782026-03-26T16:00:06.236Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-26T16:00:06.239Zprocess exited: duration 16076 ms, exit code 0
 
802026-03-26T16:00:06.245Zstarting task 2: "authentication"
812026-03-26T16:00:06.261Zprocess exited: duration 16 ms, exit code 0
 
822026-03-26T16:00:06.266Zstarting task 3: "clone repository"
832026-03-26T16:00:06.270Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-26T16:00:06.272Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-26T16:00:06.388ZCloning into '/work/oxidecomputer/omicron'...
862026-03-26T16:00:16.251Z+ cd /work/oxidecomputer/omicron
872026-03-26T16:00:16.251Z+ git fetch origin 4733eb82f5ac1b32637bbb910b880b4e578e8f05
882026-03-26T16:00:16.546ZFrom https://github.com/oxidecomputer/omicron
892026-03-26T16:00:16.546Z * branch 4733eb82f5ac1b32637bbb910b880b4e578e8f05 -> FETCH_HEAD
902026-03-26T16:00:16.555Z+ [[ -n ben/simplify-external-ip-config ]]
912026-03-26T16:00:16.558Z++ git branch --show-current
922026-03-26T16:00:16.558Z+ current=main
932026-03-26T16:00:16.558Z+ [[ main != ben/simplify-external-ip-config ]]
942026-03-26T16:00:16.558Z+ git branch -f ben/simplify-external-ip-config 4733eb82f5ac1b32637bbb910b880b4e578e8f05
952026-03-26T16:00:16.561Z+ git checkout -f ben/simplify-external-ip-config
962026-03-26T16:00:16.801ZSwitched to branch 'ben/simplify-external-ip-config'
972026-03-26T16:00:16.804Z+ git reset --hard 4733eb82f5ac1b32637bbb910b880b4e578e8f05
982026-03-26T16:00:17.040ZHEAD is now at 4733eb82f fixup
992026-03-26T16:00:17.043Zprocess exited: duration 10774 ms, exit code 0
 
1002026-03-26T16:00:17.049Zstarting task 4: "build"
1012026-03-26T16:00:17.054Z+ source .github/buildomat/ci-env.sh
1022026-03-26T16:00:17.054Z++ export CARGO_TERM_COLOR=always
1032026-03-26T16:00:17.054Z++ CARGO_TERM_COLOR=always
1042026-03-26T16:00:17.054Z+ cargo --version
1052026-03-26T16:00:17.064Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-26T16:00:17.067Z+ rustc --version
1072026-03-26T16:00:17.088Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-26T16:00:17.091Z+ source ./env.sh
1092026-03-26T16:00:17.094Z++ OLD_SHELL_OPTS=ehxB
1102026-03-26T16:00:17.094Z++ set -o xtrace
1112026-03-26T16:00:17.094Z++++ dirname ./env.sh
1122026-03-26T16:00:17.097Z+++ readlink -f .
1132026-03-26T16:00:17.117Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-26T16:00:17.117Z++ 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-26T16:00:17.117Z++ 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-26T16:00:17.120Z++ 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-26T16:00:17.121Z++ 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-26T16:00:17.121Z++ 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-26T16:00:17.121Z++ 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-26T16:00:17.121Z++ 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-26T16:00:17.121Z++ 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-26T16:00:17.121Z++ case $OLD_SHELL_OPTS in
1232026-03-26T16:00:17.121Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-26T16:00:17.121Z+ 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-26T16:00:17.121Z+ 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-26T16:00:17.121Z+ banner prerequisites
1272026-03-26T16:00:17.121Z
1282026-03-26T16:00:17.121Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-26T16:00:17.121Z # # # # # # # # # # # # # # #
1302026-03-26T16:00:17.121Z # # # # ##### # # ##### # # # # # #### #
1312026-03-26T16:00:17.122Z ##### ##### # ##### # # # # # # # # #
1322026-03-26T16:00:17.122Z # # # # # # # # # # # # # # #
1332026-03-26T16:00:17.122Z # # # ###### # # ###### ### # #### # #### #
1342026-03-26T16:00:17.122Z
1352026-03-26T16:00:17.122Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-26T16:00:27.123Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-26T16:00:34.102Z Startup: Caching catalogs ... Done
1382026-03-26T16:00:37.986ZPlanning: Solver setup ... Done (2.506s)
1392026-03-26T16:00:38.003ZPlanning: Running solver ... Done (0.016s)
1402026-03-26T16:00:38.116ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-26T16:00:38.138ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-26T16:00:39.447ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-26T16:00:39.478ZPlanning: Package planning ... Done (0.031s)
1442026-03-26T16:00:39.507ZPlanning: Merging actions ... Done (0.027s)
1452026-03-26T16:00:40.032ZPlanning: Checking for conflicting actions ... Done (0.527s)
1462026-03-26T16:00:40.039ZPlanning: Consolidating action changes ... Done (0.007s)
1472026-03-26T16:00:44.882ZPlanning: Evaluating mediators ... Done (4.838s)
1482026-03-26T16:00:44.886ZPlanning: Planning completed in 10.62 seconds
1492026-03-26T16:00:45.413Z Packages to install: 4
1502026-03-26T16:00:45.413Z Mediators to change: 2
1512026-03-26T16:00:45.413Z Services to change: 1
1522026-03-26T16:00:45.413Z Estimated space available: 155.35 GB
1532026-03-26T16:00:45.416ZEstimated space to be consumed: 1.83 GB
1542026-03-26T16:00:45.416Z Create boot environment: No
1552026-03-26T16:00:45.416ZCreate backup boot environment: No
1562026-03-26T16:00:45.416Z Rebuild boot archive: No
1572026-03-26T16:00:45.416Z
1582026-03-26T16:00:45.416ZChanged mediators:
1592026-03-26T16:00:45.416Z mediator clang:
1602026-03-26T16:00:45.416Z version: None -> 15 (system default)
1612026-03-26T16:00:45.416Z
1622026-03-26T16:00:45.416Z mediator llvm:
1632026-03-26T16:00:45.416Z version: 14 (system default) -> 15 (system default)
1642026-03-26T16:00:45.416Z
1652026-03-26T16:00:45.417ZChanged packages:
1662026-03-26T16:00:45.417Zhelios-dev
1672026-03-26T16:00:45.417Z developer/build-essential
1682026-03-26T16:00:45.417Z None -> 11-2.0
1692026-03-26T16:00:45.417Z library/libxmlsec1
1702026-03-26T16:00:45.417Z None -> 1.2.35-2.0
1712026-03-26T16:00:45.417Z ooce/developer/clang-15
1722026-03-26T16:00:45.417Z None -> 15.0.7-2.0
1732026-03-26T16:00:45.417Z ooce/developer/llvm-15
1742026-03-26T16:00:45.417Z None -> 15.0.7-2.0
1752026-03-26T16:00:45.417Z
1762026-03-26T16:00:45.417ZServices:
1772026-03-26T16:00:45.417Z restart_fmri:
1782026-03-26T16:00:45.417Z svc:/system/update-man-index:default
1792026-03-26T16:00:45.531Z
1802026-03-26T16:00:45.531ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-26T16:00:50.534ZDownload: 858/3290 items 18.6/212.6MB 8% complete (3.7M/s)
1822026-03-26T16:00:55.535ZDownload: 1708/3290 items 117.3/212.6MB 55% complete (11.8M/s)
1832026-03-26T16:01:00.546ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (12.0M/s)
1842026-03-26T16:01:06.677ZDownload: 3246/3290 items 203.1/212.6MB 95% complete (12.2M/s)
1852026-03-26T16:01:07.279ZDownload: Completed 212.60 MB in 21.75 seconds (9.8M/s)
1862026-03-26T16:01:07.427Z Actions: 1/3689 actions (Installing new actions)
1872026-03-26T16:01:11.442Z Actions: Completed 3689 actions in 4.01 seconds.
1882026-03-26T16:01:12.068Z Done (0.630s)
1892026-03-26T16:01:12.068Z Done (0.000s)
1902026-03-26T16:01:12.757Z Done (0.689s)
1912026-03-26T16:01:17.090Z Done (4.001s)
1922026-03-26T16:01:17.250Z Done (0.101s)
1932026-03-26T16:01:17.254Z Done (0.000s)
1942026-03-26T16:01:17.361Z Done (0.000s)
1952026-03-26T16:01:18.196ZPlanning: Evaluating mediator changes ... Done
1962026-03-26T16:01:18.303ZPlanning: Checking for conflicting actions ... Done
1972026-03-26T16:01:18.306ZPlanning: Consolidating action changes ... Done
1982026-03-26T16:01:18.464ZPlanning: Evaluating mediators ... Done
1992026-03-26T16:01:18.484ZPlanning: Planning completed in 0.27 seconds
2002026-03-26T16:01:18.491Z Mediators to change: 2
2012026-03-26T16:01:18.491Z Create boot environment: No
2022026-03-26T16:01:18.491ZCreate backup boot environment: No
2032026-03-26T16:01:18.555Z Done
2042026-03-26T16:01:18.555Z Done
2052026-03-26T16:01:19.166Z Done
2062026-03-26T16:01:21.712Z Done
2072026-03-26T16:01:21.789Z Done
2082026-03-26T16:01:21.793Z Done
2092026-03-26T16:01:21.975Z Done
2102026-03-26T16:01:22.374ZPlanning: Evaluating mediator changes ... Done
2112026-03-26T16:01:22.378ZPlanning: Merging actions ... Done
2122026-03-26T16:01:22.513ZPlanning: Checking for conflicting actions ... Done
2132026-03-26T16:01:22.516ZPlanning: Consolidating action changes ... Done
2142026-03-26T16:01:22.651ZPlanning: Evaluating mediators ... Done
2152026-03-26T16:01:22.679ZPlanning: Planning completed in 0.44 seconds
2162026-03-26T16:01:22.700Z Packages to change: 1
2172026-03-26T16:01:22.700Z Mediators to change: 1
2182026-03-26T16:01:22.700Z Services to change: 1
2192026-03-26T16:01:22.705Z Create boot environment: No
2202026-03-26T16:01:22.705ZCreate backup boot environment: Yes
2212026-03-26T16:01:24.725Z Actions: 1/6 actions (Updating modified actions)
2222026-03-26T16:01:24.728Z Actions: Completed 6 actions in 0.00 seconds.
2232026-03-26T16:01:24.728Z Done
2242026-03-26T16:01:24.728Z Done
2252026-03-26T16:01:24.867Z Done
2262026-03-26T16:01:27.322Z Done
2272026-03-26T16:01:27.393Z Done
2282026-03-26T16:01:27.397Z Done
2292026-03-26T16:01:27.550Z Done
2302026-03-26T16:01:27.839ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312026-03-26T16:01:27.842Zclang system 15 system
2322026-03-26T16:01:27.842Zcsh system system illumos
2332026-03-26T16:01:27.842Zctags system system illumos
2342026-03-26T16:01:27.842Zfile system system illumos
2352026-03-26T16:01:27.842Zgcc vendor 12 vendor
2362026-03-26T16:01:27.842Zgcc system 14 system
2372026-03-26T16:01:27.842Zgcc system 10 system
2382026-03-26T16:01:27.842Zgo system 1.20 system
2392026-03-26T16:01:27.842Zgo system 1.19 system
2402026-03-26T16:01:27.843Zllvm system 15 system
2412026-03-26T16:01:27.843Zllvm system 14 system
2422026-03-26T16:01:27.843Zmariadb system 10.6 system
2432026-03-26T16:01:27.843Zmta vendor vendor dma
2442026-03-26T16:01:27.843Zopenjdk system 17 system
2452026-03-26T16:01:27.843Zopenjdk system 11 system
2462026-03-26T16:01:27.843Zopenjdk system 1.8 system
2472026-03-26T16:01:27.843Zopenssl vendor 3 vendor
2482026-03-26T16:01:27.843Zperl system 5.36 system
2492026-03-26T16:01:27.843Zpostgresql system 15 system
2502026-03-26T16:01:27.843Zpostgresql system 13 system
2512026-03-26T16:01:27.843Zpython vendor 3 vendor
2522026-03-26T16:01:27.843Zpython system 2 system
2532026-03-26T16:01:27.843Zpython3 system 3.11 system
2542026-03-26T16:01:27.843Zruby system 3.0 system
2552026-03-26T16:01:27.843Zwords vendor vendor american-english
2562026-03-26T16:01:27.843Zwords system system australian-english
2572026-03-26T16:01:27.843Zwords system system british-english
2582026-03-26T16:01:27.844Zwords system system canadian-english
2592026-03-26T16:01:27.844Zwords system system french
2602026-03-26T16:01:27.844Zwords system system italian
2612026-03-26T16:01:27.844Zwords system system ngerman
2622026-03-26T16:01:27.844Zwords system system ogerman
2632026-03-26T16:01:27.844Zwords system system spanish
2642026-03-26T16:01:28.067ZPUBLISHER TYPE STATUS P LOCATION
2652026-03-26T16:01:28.068Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-03-26T16:01:32.322ZFMRI IFO
2672026-03-26T16:01:32.322Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-03-26T16:01:32.322Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-03-26T16:01:32.322Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-03-26T16:01:32.323Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-03-26T16:01:32.323Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-03-26T16:01:32.323Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-03-26T16:01:32.323Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742026-03-26T16:01:32.323Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-03-26T16:01:32.323Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-03-26T16:01:32.323Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-03-26T16:01:32.323Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-03-26T16:01:32.323Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-03-26T16:01:32.323Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-03-26T16:01:32.323Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-03-26T16:01:32.323Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-03-26T16:01:32.323Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-03-26T16:01:33.418Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842026-03-26T16:01:33.687Z Updating crates.io index
2852026-03-26T16:01:33.691Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862026-03-26T16:01:33.981Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872026-03-26T16:01:34.988Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-03-26T16:01:35.519Z Updating git repository `https://github.com/oxidecomputer/falcon`
2892026-03-26T16:01:39.150Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902026-03-26T16:01:39.786Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912026-03-26T16:01:41.179Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-03-26T16:01:42.719Z Updating git repository `https://github.com/oxidecomputer/opte`
2932026-03-26T16:01:43.615Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942026-03-26T16:01:44.116Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2952026-03-26T16:01:44.816Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962026-03-26T16:01:45.338Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972026-03-26T16:01:45.784Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982026-03-26T16:01:46.136Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992026-03-26T16:01:47.229Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002026-03-26T16:01:47.742Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012026-03-26T16:01:48.176Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022026-03-26T16:01:48.465Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3032026-03-26T16:01:48.876Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042026-03-26T16:01:49.414Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052026-03-26T16:01:49.701Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062026-03-26T16:01:49.933Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072026-03-26T16:01:50.365Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082026-03-26T16:01:50.763Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3092026-03-26T16:01:51.449Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3102026-03-26T16:01:51.807Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3112026-03-26T16:01:52.093Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122026-03-26T16:01:52.408Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3132026-03-26T16:01:53.512Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142026-03-26T16:01:54.348Z Updating git repository `https://github.com/oxidecomputer/crucible`
3152026-03-26T16:01:54.960Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3162026-03-26T16:01:55.234Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3172026-03-26T16:01:55.577Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3182026-03-26T16:01:55.918Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3192026-03-26T16:01:56.250Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3202026-03-26T16:01:56.828Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3212026-03-26T16:01:57.115Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3222026-03-26T16:01:57.350Z Updating git repository `https://github.com/illumos/smf-rs`
3232026-03-26T16:01:57.737Z Updating git repository `https://github.com/oxidecomputer/omicron`
3242026-03-26T16:02:10.415Z Downloading crates ...
3252026-03-26T16:02:10.467Z Downloaded errno v0.3.14
3262026-03-26T16:02:10.472Z Downloaded cargo_toml v0.21.0
3272026-03-26T16:02:10.475Z Downloaded displaydoc v0.2.5
3282026-03-26T16:02:10.481Z Downloaded dtrace-parser v0.2.0
3292026-03-26T16:02:10.484Z Downloaded equivalent v1.0.2
3302026-03-26T16:02:10.484Z Downloaded thiserror v2.0.18
3312026-03-26T16:02:10.484Z Downloaded cpufeatures v0.2.17
3322026-03-26T16:02:10.488Z Downloaded cargo_metadata v0.21.0
3332026-03-26T16:02:10.488Z Downloaded clap_lex v1.0.0
3342026-03-26T16:02:10.488Z Downloaded cargo-platform v0.2.0
3352026-03-26T16:02:10.488Z Downloaded usdt-attr-macro v0.5.0
3362026-03-26T16:02:10.493Z Downloaded erased-serde v0.4.9
3372026-03-26T16:02:10.493Z Downloaded zmij v1.0.21
3382026-03-26T16:02:10.493Z Downloaded camino v1.2.2
3392026-03-26T16:02:10.493Z Downloaded anstream v0.6.21
3402026-03-26T16:02:10.497Z Downloaded zerofrom-derive v0.1.6
3412026-03-26T16:02:10.497Z Downloaded yoke v0.8.1
3422026-03-26T16:02:10.497Z Downloaded typeid v1.0.3
3432026-03-26T16:02:10.497Z Downloaded utf8_iter v1.0.4
3442026-03-26T16:02:10.497Z Downloaded crypto-common v0.1.7
3452026-03-26T16:02:10.497Z Downloaded cfg-if v1.0.4
3462026-03-26T16:02:10.500Z Downloaded digest v0.10.7
3472026-03-26T16:02:10.500Z Downloaded cargo-util-schemas v0.8.2
3482026-03-26T16:02:10.501Z Downloaded toml v0.8.23
3492026-03-26T16:02:10.501Z Downloaded thiserror v1.0.69
3502026-03-26T16:02:10.504Z Downloaded clap v4.5.60
3512026-03-26T16:02:10.509Z Downloaded zerovec-derive v0.11.2
3522026-03-26T16:02:10.512Z Downloaded idna_adapter v1.2.1
3532026-03-26T16:02:10.512Z Downloaded usdt v0.5.0
3542026-03-26T16:02:10.512Z Downloaded thread-id v4.2.2
3552026-03-26T16:02:10.512Z Downloaded textwrap v0.16.2
3562026-03-26T16:02:10.512Z Downloaded ordered-float v2.10.1
3572026-03-26T16:02:10.515Z Downloaded heck v0.4.1
3582026-03-26T16:02:10.515Z Downloaded unicode-xid v0.2.6
3592026-03-26T16:02:10.515Z Downloaded unicode-linebreak v0.1.5
3602026-03-26T16:02:10.515Z Downloaded serde-value v0.7.0
3612026-03-26T16:02:10.515Z Downloaded dof v0.3.0
3622026-03-26T16:02:10.515Z Downloaded clap_derive v4.5.55
3632026-03-26T16:02:10.520Z Downloaded utf8parse v0.2.2
3642026-03-26T16:02:10.520Z Downloaded colorchoice v1.0.4
3652026-03-26T16:02:10.520Z Downloaded byteorder v1.5.0
3662026-03-26T16:02:10.520Z Downloaded anstyle v1.0.13
3672026-03-26T16:02:10.529Z Downloaded serde-untagged v0.1.9
3682026-03-26T16:02:10.529Z Downloaded camino-tempfile v1.4.1
3692026-03-26T16:02:10.529Z Downloaded anstyle-parse v0.2.7
3702026-03-26T16:02:10.529Z Downloaded bytecount v0.6.9
3712026-03-26T16:02:10.532Z Downloaded plain v0.2.3
3722026-03-26T16:02:10.532Z Downloaded memmap v0.7.0
3732026-03-26T16:02:10.532Z Downloaded anstyle-query v1.1.5
3742026-03-26T16:02:10.532Z Downloaded scroll_derive v0.12.1
3752026-03-26T16:02:10.532Z Downloaded macaddr v1.0.1
3762026-03-26T16:02:10.532Z Downloaded unicode-width v0.1.14
3772026-03-26T16:02:10.535Z Downloaded zerofrom v0.1.6
3782026-03-26T16:02:10.535Z Downloaded yoke-derive v0.8.1
3792026-03-26T16:02:10.535Z Downloaded itoa v1.0.17
3802026-03-26T16:02:10.535Z Downloaded generic-array v0.14.7
3812026-03-26T16:02:10.536Z Downloaded proc-macro-error-attr v1.0.4
3822026-03-26T16:02:10.538Z Downloaded pretty-hex v0.4.1
3832026-03-26T16:02:10.539Z Downloaded usdt-macro v0.5.0
3842026-03-26T16:02:10.539Z Downloaded version_check v0.9.5
3852026-03-26T16:02:10.542Z Downloaded thiserror-impl v1.0.69
3862026-03-26T16:02:10.546Z Downloaded thiserror-impl v2.0.18
3872026-03-26T16:02:10.551Z Downloaded url v2.5.8
3882026-03-26T16:02:10.551Z Downloaded is_terminal_polyfill v1.70.2
3892026-03-26T16:02:10.551Z Downloaded serde_spanned v0.6.9
3902026-03-26T16:02:10.551Z Downloaded form_urlencoded v1.2.2
3912026-03-26T16:02:10.554Z Downloaded block-buffer v0.10.4
3922026-03-26T16:02:10.554Z Downloaded fnv v1.0.7
3932026-03-26T16:02:10.554Z Downloaded toml_write v0.1.2
3942026-03-26T16:02:10.554Z Downloaded usdt-impl v0.5.0
3952026-03-26T16:02:10.557Z Downloaded potential_utf v0.1.4
3962026-03-26T16:02:10.557Z Downloaded stable_deref_trait v1.2.1
3972026-03-26T16:02:10.560Z Downloaded ucd-trie v0.1.7
3982026-03-26T16:02:10.563Z Downloaded tinystr v0.8.2
3992026-03-26T16:02:10.563Z Downloaded swrite v0.1.0
4002026-03-26T16:02:10.563Z Downloaded smawk v0.3.2
4012026-03-26T16:02:10.567Z Downloaded heck v0.5.0
4022026-03-26T16:02:10.570Z Downloaded toml_datetime v0.6.11
4032026-03-26T16:02:10.570Z Downloaded fastrand v2.3.0
4042026-03-26T16:02:10.570Z Downloaded terminal_size v0.4.3
4052026-03-26T16:02:10.574Z Downloaded writeable v0.6.2
4062026-03-26T16:02:10.577Z Downloaded unicode-ident v1.0.24
4072026-03-26T16:02:10.577Z Downloaded zerocopy-derive v0.7.35
4082026-03-26T16:02:10.580Z Downloaded tabled_derive v0.7.0
4092026-03-26T16:02:10.580Z Downloaded typenum v1.19.0
4102026-03-26T16:02:10.584Z Downloaded toml_edit v0.22.27
4112026-03-26T16:02:10.584Z Downloaded serde_tokenstream v0.2.3
4122026-03-26T16:02:10.589Z Downloaded quote v1.0.44
4132026-03-26T16:02:10.589Z Downloaded proc-macro-error v1.0.4
4142026-03-26T16:02:10.589Z Downloaded sha2 v0.10.9
4152026-03-26T16:02:10.592Z Downloaded autocfg v1.5.0
4162026-03-26T16:02:10.592Z Downloaded zerovec v0.11.5
4172026-03-26T16:02:10.592Z Downloaded percent-encoding v2.3.2
4182026-03-26T16:02:10.593Z Downloaded winnow v0.7.14
4192026-03-26T16:02:10.596Z Downloaded zerotrie v0.2.3
4202026-03-26T16:02:10.600Z Downloaded fs-err v3.3.0
4212026-03-26T16:02:10.606Z Downloaded unicode-width v0.2.0
4222026-03-26T16:02:10.607Z Downloaded synstructure v0.13.2
4232026-03-26T16:02:10.611Z Downloaded zerocopy v0.7.35
4242026-03-26T16:02:10.614Z Downloaded semver v1.0.27
4252026-03-26T16:02:10.614Z Downloaded strsim v0.11.1
4262026-03-26T16:02:10.617Z Downloaded litemap v0.8.1
4272026-03-26T16:02:10.620Z Downloaded bitflags v2.11.0
4282026-03-26T16:02:10.620Z Downloaded scroll v0.12.0
4292026-03-26T16:02:10.627Z Downloaded anyhow v1.0.102
4302026-03-26T16:02:10.630Z Downloaded once_cell v1.21.3
4312026-03-26T16:02:10.639Z Downloaded pest_generator v2.8.6
4322026-03-26T16:02:10.652Z Downloaded tempfile v3.25.0
4332026-03-26T16:02:10.656Z Downloaded pest_derive v2.8.6
4342026-03-26T16:02:10.659Z Downloaded papergrid v0.11.0
4352026-03-26T16:02:10.664Z Downloaded icu_collections v2.1.1
4362026-03-26T16:02:10.672Z Downloaded smallvec v1.15.1
4372026-03-26T16:02:10.672Z Downloaded proc-macro2 v1.0.106
4382026-03-26T16:02:10.677Z Downloaded num-traits v0.2.19
4392026-03-26T16:02:10.677Z Downloaded icu_provider v2.1.1
4402026-03-26T16:02:10.683Z Downloaded serde_core v1.0.228
4412026-03-26T16:02:10.683Z Downloaded icu_locale_core v2.1.1
4422026-03-26T16:02:10.688Z Downloaded pest_meta v2.8.6
4432026-03-26T16:02:10.688Z Downloaded icu_normalizer v2.1.1
4442026-03-26T16:02:10.688Z Downloaded clap_builder v4.5.60
4452026-03-26T16:02:10.694Z Downloaded log v0.4.29
4462026-03-26T16:02:10.694Z Downloaded getrandom v0.4.1
4472026-03-26T16:02:10.698Z Downloaded icu_properties v2.1.2
4482026-03-26T16:02:10.703Z Downloaded memchr v2.8.0
4492026-03-26T16:02:10.703Z Downloaded icu_normalizer_data v2.1.1
4502026-03-26T16:02:10.710Z Downloaded serde v1.0.228
4512026-03-26T16:02:10.717Z Downloaded serde_derive v1.0.228
4522026-03-26T16:02:10.722Z Downloaded indexmap v2.13.0
4532026-03-26T16:02:10.727Z Downloaded idna v1.1.0
4542026-03-26T16:02:10.731Z Downloaded pest v2.8.6
4552026-03-26T16:02:10.747Z Downloaded serde_json v1.0.149
4562026-03-26T16:02:10.751Z Downloaded icu_properties_data v2.1.2
4572026-03-26T16:02:10.757Z Downloaded hashbrown v0.16.1
4582026-03-26T16:02:10.764Z Downloaded goblin v0.8.2
4592026-03-26T16:02:10.768Z Downloaded tabled v0.15.0
4602026-03-26T16:02:10.777Z Downloaded syn v1.0.109
4612026-03-26T16:02:10.825Z Downloaded syn v2.0.117
4622026-03-26T16:02:10.833Z Downloaded rustix v1.1.3
4632026-03-26T16:02:10.833Z Downloaded libc v0.2.180
4642026-03-26T16:02:10.896Z Compiling proc-macro2 v1.0.106
4652026-03-26T16:02:10.896Z Compiling unicode-ident v1.0.24
4662026-03-26T16:02:10.896Z Compiling quote v1.0.44
4672026-03-26T16:02:10.901Z Compiling serde_core v1.0.228
4682026-03-26T16:02:10.901Z Compiling libc v0.2.180
4692026-03-26T16:02:10.901Z Compiling version_check v0.9.5
4702026-03-26T16:02:10.901Z Compiling serde v1.0.228
4712026-03-26T16:02:10.901Z Compiling stable_deref_trait v1.2.1
4722026-03-26T16:02:11.234Z Compiling memchr v2.8.0
4732026-03-26T16:02:11.252Z Compiling zmij v1.0.21
4742026-03-26T16:02:11.432Z Compiling itoa v1.0.17
4752026-03-26T16:02:11.809Z Compiling thiserror v1.0.69
4762026-03-26T16:02:12.413Z Compiling autocfg v1.5.0
4772026-03-26T16:02:12.416Z Compiling ucd-trie v0.1.7
4782026-03-26T16:02:12.653Z Compiling litemap v0.8.1
4792026-03-26T16:02:12.731Z Compiling pest v2.8.6
4802026-03-26T16:02:12.783Z Compiling writeable v0.6.2
4812026-03-26T16:02:12.847Z Compiling icu_properties_data v2.1.2
4822026-03-26T16:02:12.901Z Compiling rustix v1.1.3
4832026-03-26T16:02:12.920Z Compiling byteorder v1.5.0
4842026-03-26T16:02:13.036Z Compiling icu_normalizer_data v2.1.1
4852026-03-26T16:02:13.175Z Compiling errno v0.3.14
4862026-03-26T16:02:13.347Z Compiling serde_json v1.0.149
4872026-03-26T16:02:13.368Z Compiling bitflags v2.11.0
4882026-03-26T16:02:13.471Z Compiling syn v2.0.117
4892026-03-26T16:02:13.577Z Compiling num-traits v0.2.19
4902026-03-26T16:02:13.593Z Compiling hashbrown v0.16.1
4912026-03-26T16:02:13.646Z Compiling equivalent v1.0.2
4922026-03-26T16:02:13.767Z Compiling typeid v1.0.3
4932026-03-26T16:02:13.943Z Compiling pest_meta v2.8.6
4942026-03-26T16:02:14.015Z Compiling smallvec v1.15.1
4952026-03-26T16:02:14.091Z Compiling indexmap v2.13.0
4962026-03-26T16:02:14.226Z Compiling thread-id v4.2.2
4972026-03-26T16:02:14.309Z Compiling usdt-impl v0.5.0
4982026-03-26T16:02:14.342Z Compiling proc-macro-error-attr v1.0.4
4992026-03-26T16:02:14.497Z Compiling erased-serde v0.4.9
5002026-03-26T16:02:14.523Z Compiling syn v1.0.109
5012026-03-26T16:02:14.685Z Compiling winnow v0.7.14
5022026-03-26T16:02:14.706Z Compiling toml_write v0.1.2
5032026-03-26T16:02:14.914Z Compiling proc-macro-error v1.0.4
5042026-03-26T16:02:15.004Z Compiling plain v0.2.3
5052026-03-26T16:02:15.094Z Compiling getrandom v0.4.1
5062026-03-26T16:02:15.116Z Compiling percent-encoding v2.3.2
5072026-03-26T16:02:15.308Z Compiling thiserror v2.0.18
5082026-03-26T16:02:15.412Z Compiling utf8parse v0.2.2
5092026-03-26T16:02:15.432Z Compiling log v0.4.29
5102026-03-26T16:02:15.527Z Compiling camino v1.2.2
5112026-03-26T16:02:15.550Z Compiling utf8_iter v1.0.4
5122026-03-26T16:02:15.567Z Compiling anstyle-parse v0.2.7
5132026-03-26T16:02:15.653Z Compiling ordered-float v2.10.1
5142026-03-26T16:02:15.695Z Compiling form_urlencoded v1.2.2
5152026-03-26T16:02:15.908Z Compiling terminal_size v0.4.3
5162026-03-26T16:02:15.942Z Compiling anstyle-query v1.1.5
5172026-03-26T16:02:16.045Z Compiling synstructure v0.13.2
5182026-03-26T16:02:16.065Z Compiling pest_generator v2.8.6
5192026-03-26T16:02:16.129Z Compiling colorchoice v1.0.4
5202026-03-26T16:02:16.151Z Compiling is_terminal_polyfill v1.70.2
5212026-03-26T16:02:16.245Z Compiling cfg-if v1.0.4
5222026-03-26T16:02:16.245Z Compiling pretty-hex v0.4.1
5232026-03-26T16:02:16.286Z Compiling anstyle v1.0.13
5242026-03-26T16:02:16.399Z Compiling serde-untagged v0.1.9
5252026-03-26T16:02:16.466Z Compiling anstream v0.6.21
5262026-03-26T16:02:16.603Z Compiling semver v1.0.27
5272026-03-26T16:02:16.640Z Compiling fs-err v3.3.0
5282026-03-26T16:02:16.753Z Compiling once_cell v1.21.3
5292026-03-26T16:02:16.772Z Compiling fastrand v2.3.0
5302026-03-26T16:02:16.844Z Compiling heck v0.5.0
5312026-03-26T16:02:16.887Z Compiling fnv v1.0.7
5322026-03-26T16:02:16.921Z Compiling strsim v0.11.1
5332026-03-26T16:02:16.988Z Compiling heck v0.4.1
5342026-03-26T16:02:17.033Z Compiling bytecount v0.6.9
5352026-03-26T16:02:17.078Z Compiling unicode-width v0.1.14
5362026-03-26T16:02:17.170Z Compiling anyhow v1.0.102
5372026-03-26T16:02:17.208Z Compiling unicode-xid v0.2.6
5382026-03-26T16:02:17.264Z Compiling clap_lex v1.0.0
5392026-03-26T16:02:17.282Z Compiling tempfile v3.25.0
5402026-03-26T16:02:17.329Z Compiling papergrid v0.11.0
5412026-03-26T16:02:17.528Z Compiling clap_builder v4.5.60
5422026-03-26T16:02:17.544Z Compiling memmap v0.7.0
5432026-03-26T16:02:17.712Z Compiling unicode-width v0.2.0
5442026-03-26T16:02:17.733Z Compiling unicode-linebreak v0.1.5
5452026-03-26T16:02:17.750Z Compiling smawk v0.3.2
5462026-03-26T16:02:17.768Z Compiling serde_derive v1.0.228
5472026-03-26T16:02:17.886Z Compiling zerofrom-derive v0.1.6
5482026-03-26T16:02:17.925Z Compiling yoke-derive v0.8.1
5492026-03-26T16:02:17.975Z Compiling zerovec-derive v0.11.2
5502026-03-26T16:02:17.992Z Compiling displaydoc v0.2.5
5512026-03-26T16:02:18.729Z Compiling thiserror-impl v1.0.69
5522026-03-26T16:02:18.794Z Compiling zerocopy-derive v0.7.35
5532026-03-26T16:02:19.085Z Compiling pest_derive v2.8.6
5542026-03-26T16:02:19.089Z Compiling scroll_derive v0.12.1
5552026-03-26T16:02:19.257Z Compiling zerofrom v0.1.6
5562026-03-26T16:02:19.392Z Compiling yoke v0.8.1
5572026-03-26T16:02:19.503Z Compiling thiserror-impl v2.0.18
5582026-03-26T16:02:19.584Z Compiling zerovec v0.11.5
5592026-03-26T16:02:19.631Z Compiling zerotrie v0.2.3
5602026-03-26T16:02:19.744Z Compiling zerocopy v0.7.35
5612026-03-26T16:02:19.928Z Compiling scroll v0.12.0
5622026-03-26T16:02:20.081Z Compiling tinystr v0.8.2
5632026-03-26T16:02:20.084Z Compiling potential_utf v0.1.4
5642026-03-26T16:02:20.191Z Compiling dtrace-parser v0.2.0
5652026-03-26T16:02:20.267Z Compiling icu_locale_core v2.1.1
5662026-03-26T16:02:20.289Z Compiling icu_collections v2.1.1
5672026-03-26T16:02:20.307Z Compiling goblin v0.8.2
5682026-03-26T16:02:20.523Z Compiling tabled_derive v0.7.0
5692026-03-26T16:02:20.553Z Compiling clap_derive v4.5.55
5702026-03-26T16:02:20.937Z Compiling icu_provider v2.1.1
5712026-03-26T16:02:20.955Z Compiling textwrap v0.16.2
5722026-03-26T16:02:21.150Z Compiling serde_spanned v0.6.9
5732026-03-26T16:02:21.185Z Compiling icu_properties v2.1.2
5742026-03-26T16:02:21.234Z Compiling icu_normalizer v2.1.1
5752026-03-26T16:02:21.291Z Compiling toml_datetime v0.6.11
5762026-03-26T16:02:21.309Z Compiling dof v0.3.0
5772026-03-26T16:02:21.414Z Compiling serde_tokenstream v0.2.3
5782026-03-26T16:02:21.432Z Compiling serde-value v0.7.0
5792026-03-26T16:02:21.554Z Compiling toml_edit v0.22.27
5802026-03-26T16:02:21.721Z Compiling cargo-platform v0.2.0
5812026-03-26T16:02:21.763Z Compiling tabled v0.15.0
5822026-03-26T16:02:21.785Z Compiling macaddr v1.0.1
5832026-03-26T16:02:22.009Z Compiling camino-tempfile v1.4.1
5842026-03-26T16:02:22.238Z Compiling idna_adapter v1.2.1
5852026-03-26T16:02:22.296Z Compiling clap v4.5.60
5862026-03-26T16:02:22.314Z Compiling usdt-attr-macro v0.5.0
5872026-03-26T16:02:22.337Z Compiling usdt-macro v0.5.0
5882026-03-26T16:02:22.372Z Compiling idna v1.1.0
5892026-03-26T16:02:22.393Z Compiling swrite v0.1.0
5902026-03-26T16:02:22.548Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5912026-03-26T16:02:22.809Z Compiling url v2.5.8
5922026-03-26T16:02:23.024Z Compiling toml v0.8.23
5932026-03-26T16:02:23.425Z Compiling cargo-util-schemas v0.8.2
5942026-03-26T16:02:23.467Z Compiling cargo_toml v0.21.0
5952026-03-26T16:02:23.496Z Compiling usdt v0.5.0
5962026-03-26T16:02:24.307Z Compiling cargo_metadata v0.21.0
5972026-03-26T16:02:25.237Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5982026-03-26T16:02:27.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.07s
5992026-03-26T16:02:27.554Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6002026-03-26T16:02:28.129Z Downloading crates ...
6012026-03-26T16:02:28.225Z Downloaded aead v0.5.2
6022026-03-26T16:02:28.229Z Downloaded adler2 v2.0.1
6032026-03-26T16:02:28.232Z Downloaded argon2 v0.5.3
6042026-03-26T16:02:28.235Z Downloaded bcs v0.1.6
6052026-03-26T16:02:28.235Z Downloaded async-stream-impl v0.3.6
6062026-03-26T16:02:28.241Z Downloaded async-stream v0.3.6
6072026-03-26T16:02:28.243Z Downloaded assert_matches v1.5.0
6082026-03-26T16:02:28.246Z Downloaded cstr-argument v0.1.2
6092026-03-26T16:02:28.249Z Downloaded arrayref v0.3.9
6102026-03-26T16:02:28.252Z Downloaded bb8 v0.8.6
6112026-03-26T16:02:28.256Z Downloaded atomicwrites v0.4.4
6122026-03-26T16:02:28.256Z Downloaded async-recursion v1.1.1
6132026-03-26T16:02:28.256Z Downloaded atomic-waker v1.1.2
6142026-03-26T16:02:28.259Z Downloaded env_filter v1.0.0
6152026-03-26T16:02:28.259Z Downloaded crc8 v0.1.1
6162026-03-26T16:02:28.259Z Downloaded embedded-io v0.6.1
6172026-03-26T16:02:28.261Z Downloaded crucible-workspace-hack v0.1.0
6182026-03-26T16:02:28.261Z Downloaded array-init v0.0.4
6192026-03-26T16:02:28.261Z Downloaded cexpr v0.6.0
6202026-03-26T16:02:28.264Z Downloaded darling_macro v0.20.11
6212026-03-26T16:02:28.264Z Downloaded bitfield-macros v0.19.4
6222026-03-26T16:02:28.268Z Downloaded ctr v0.9.2
6232026-03-26T16:02:28.271Z Downloaded crossbeam-deque v0.8.6
6242026-03-26T16:02:28.271Z Downloaded crossbeam-epoch v0.9.18
6252026-03-26T16:02:28.274Z Downloaded atty v0.2.14
6262026-03-26T16:02:28.274Z Downloaded crossbeam-utils v0.8.21
6272026-03-26T16:02:28.277Z Downloaded derive_more v2.1.1
6282026-03-26T16:02:28.282Z Downloaded display-error-chain v0.2.2
6292026-03-26T16:02:28.285Z Downloaded crunchy v0.2.4
6302026-03-26T16:02:28.285Z Downloaded block-padding v0.3.3
6312026-03-26T16:02:28.285Z Downloaded base16ct v1.0.0
6322026-03-26T16:02:28.288Z Downloaded bitfield v0.19.4
6332026-03-26T16:02:28.288Z Downloaded bit-vec v0.8.0
6342026-03-26T16:02:28.288Z Downloaded backoff v0.4.0
6352026-03-26T16:02:28.292Z Downloaded byte-wrapper v0.1.0
6362026-03-26T16:02:28.298Z Downloaded ff v0.13.1
6372026-03-26T16:02:28.301Z Downloaded crypto-bigint v0.5.5
6382026-03-26T16:02:28.304Z Downloaded csv-core v0.1.13
6392026-03-26T16:02:28.307Z Downloaded bit-set v0.8.0
6402026-03-26T16:02:28.307Z Downloaded fd-lock v4.0.4
6412026-03-26T16:02:28.310Z Downloaded diesel-dtrace v0.5.0
6422026-03-26T16:02:28.310Z Downloaded defmt v1.0.1
6432026-03-26T16:02:28.313Z Downloaded find-msvc-tools v0.1.9
6442026-03-26T16:02:28.313Z Downloaded ciborium-io v0.2.2
6452026-03-26T16:02:28.313Z Downloaded crossbeam-channel v0.5.15
6462026-03-26T16:02:28.316Z Downloaded dtrace-parser v0.3.0
6472026-03-26T16:02:28.319Z Downloaded defmt v0.3.100
6482026-03-26T16:02:28.319Z Downloaded async-bb8-diesel v0.2.1
6492026-03-26T16:02:28.319Z Downloaded curve25519-dalek-derive v0.1.1
6502026-03-26T16:02:28.322Z Downloaded bit-vec v0.6.3
6512026-03-26T16:02:28.322Z Downloaded cipher v0.4.4
6522026-03-26T16:02:28.322Z Downloaded bzip2 v0.6.1
6532026-03-26T16:02:28.325Z Downloaded cancel-safe-futures v0.1.5
6542026-03-26T16:02:28.325Z Downloaded foreign-types v0.5.0
6552026-03-26T16:02:28.327Z Downloaded dsl_auto_type v0.2.0
6562026-03-26T16:02:28.328Z Downloaded async-trait v0.1.89
6572026-03-26T16:02:28.330Z Downloaded data-encoding v2.10.0
6582026-03-26T16:02:28.330Z Downloaded cobs v0.3.0
6592026-03-26T16:02:28.331Z Downloaded cargo-platform v0.1.9
6602026-03-26T16:02:28.333Z Downloaded bit-set v0.5.3
6612026-03-26T16:02:28.336Z Downloaded float-ord v0.3.2
6622026-03-26T16:02:28.336Z Downloaded bcrypt-pbkdf v0.10.0
6632026-03-26T16:02:28.336Z Downloaded enum-as-inner v0.6.1
6642026-03-26T16:02:28.339Z Downloaded cfg_aliases v0.2.1
6652026-03-26T16:02:28.339Z Downloaded dof v0.4.0
6662026-03-26T16:02:28.342Z Downloaded document-features v0.2.12
6672026-03-26T16:02:28.345Z Downloaded darling_macro v0.23.0
6682026-03-26T16:02:28.348Z Downloaded convert_case v0.4.0
6692026-03-26T16:02:28.351Z Downloaded embedded-io v0.4.0
6702026-03-26T16:02:28.351Z Downloaded difflib v0.4.0
6712026-03-26T16:02:28.357Z Downloaded crc-catalog v2.4.0
6722026-03-26T16:02:28.360Z Downloaded bitfield-struct v0.6.2
6732026-03-26T16:02:28.362Z Downloaded dirs-sys-next v0.1.2
6742026-03-26T16:02:28.362Z Downloaded darling_macro v0.21.3
6752026-03-26T16:02:28.366Z Downloaded ciborium-ll v0.2.2
6762026-03-26T16:02:28.366Z Downloaded foreign-types v0.3.2
6772026-03-26T16:02:28.366Z Downloaded flagset v0.4.7
6782026-03-26T16:02:28.368Z Downloaded endian-type v0.1.2
6792026-03-26T16:02:28.368Z Downloaded downcast-rs v2.0.2
6802026-03-26T16:02:28.368Z Downloaded diesel_table_macro_syntax v0.3.0
6812026-03-26T16:02:28.368Z Downloaded funty v2.0.0
6822026-03-26T16:02:28.371Z Downloaded foreign-types-macros v0.2.3
6832026-03-26T16:02:28.371Z Downloaded foreign-types-shared v0.3.1
6842026-03-26T16:02:28.371Z Downloaded fxhash v0.2.1
6852026-03-26T16:02:28.374Z Downloaded filetime v0.2.27
6862026-03-26T16:02:28.374Z Downloaded futures-macro v0.3.32
6872026-03-26T16:02:28.377Z Downloaded crc v3.4.0
6882026-03-26T16:02:28.377Z Downloaded convert_case v0.10.0
6892026-03-26T16:02:28.377Z Downloaded blowfish v0.9.1
6902026-03-26T16:02:28.380Z Downloaded dyn-clone v1.0.20
6912026-03-26T16:02:28.380Z Downloaded foldhash v0.2.0
6922026-03-26T16:02:28.380Z Downloaded darling v0.23.0
6932026-03-26T16:02:28.382Z Downloaded futures-core v0.3.32
6942026-03-26T16:02:28.385Z Downloaded ecdsa v0.16.9
6952026-03-26T16:02:28.385Z Downloaded debug-ignore v1.0.5
6962026-03-26T16:02:28.388Z Downloaded ghash v0.5.1
6972026-03-26T16:02:28.388Z Downloaded float-cmp v0.10.0
6982026-03-26T16:02:28.389Z Downloaded ascii-canvas v3.0.0
6992026-03-26T16:02:28.392Z Downloaded derive_builder_macro v0.20.2
7002026-03-26T16:02:28.392Z Downloaded cfg_aliases v0.1.1
7012026-03-26T16:02:28.392Z Downloaded cargo_metadata v0.19.2
7022026-03-26T16:02:28.392Z Downloaded ahash v0.8.12
7032026-03-26T16:02:28.395Z Downloaded dirs-next v2.0.0
7042026-03-26T16:02:28.395Z Downloaded defmt-parser v1.0.0
7052026-03-26T16:02:28.398Z Downloaded bzip2 v0.4.4
7062026-03-26T16:02:28.401Z Downloaded gethostname v0.5.0
7072026-03-26T16:02:28.406Z Downloaded cpufeatures v0.3.0
7082026-03-26T16:02:28.409Z Downloaded hostname v0.3.1
7092026-03-26T16:02:28.409Z Downloaded futures-io v0.3.32
7102026-03-26T16:02:28.411Z Downloaded git-stub v1.0.0
7112026-03-26T16:02:28.414Z Downloaded futures-sink v0.3.32
7122026-03-26T16:02:28.414Z Downloaded httpdate v1.0.3
7132026-03-26T16:02:28.417Z Downloaded fixedbitset v0.4.2
7142026-03-26T16:02:28.417Z Downloaded either v1.15.0
7152026-03-26T16:02:28.417Z Downloaded fixedbitset v0.5.7
7162026-03-26T16:02:28.420Z Downloaded hash32 v0.3.1
7172026-03-26T16:02:28.420Z Downloaded erased-serde v0.3.31
7182026-03-26T16:02:28.423Z Downloaded daft v0.1.5
7192026-03-26T16:02:28.423Z Downloaded env_logger v0.11.9
7202026-03-26T16:02:28.429Z Downloaded critical-section v1.2.0
7212026-03-26T16:02:28.429Z Downloaded constant_time_eq v0.4.2
7222026-03-26T16:02:28.431Z Downloaded cmake v0.1.57
7232026-03-26T16:02:28.431Z Downloaded fallible-iterator v0.2.0
7242026-03-26T16:02:28.431Z Downloaded dropshot-api-manager-types v0.6.0
7252026-03-26T16:02:28.431Z Downloaded defmt-macros v1.0.1
7262026-03-26T16:02:28.434Z Downloaded chacha20 v0.9.1
7272026-03-26T16:02:28.434Z Downloaded cbc v0.1.2
7282026-03-26T16:02:28.437Z Downloaded castaway v0.2.4
7292026-03-26T16:02:28.437Z Downloaded diff v0.1.13
7302026-03-26T16:02:28.440Z Downloaded hyper-tls v0.6.0
7312026-03-26T16:02:28.440Z Downloaded hex v0.4.3
7322026-03-26T16:02:28.440Z Downloaded headers-core v0.3.0
7332026-03-26T16:02:28.443Z Downloaded cassowary v0.3.0
7342026-03-26T16:02:28.443Z Downloaded ident_case v1.0.1
7352026-03-26T16:02:28.443Z Downloaded arrayvec v0.7.6
7362026-03-26T16:02:28.446Z Downloaded camino-tempfile-ext v0.3.3
7372026-03-26T16:02:28.446Z Downloaded bitflags v1.3.2
7382026-03-26T16:02:28.449Z Downloaded base16ct v0.2.0
7392026-03-26T16:02:28.449Z Downloaded dunce v1.0.5
7402026-03-26T16:02:28.449Z Downloaded hash32 v0.2.1
7412026-03-26T16:02:28.452Z Downloaded derive_builder_core v0.20.2
7422026-03-26T16:02:28.452Z Downloaded derive-ex v0.1.8
7432026-03-26T16:02:28.456Z Downloaded daft-derive v0.1.5
7442026-03-26T16:02:28.456Z Downloaded home v0.5.12
7452026-03-26T16:02:28.461Z Downloaded globset v0.4.18
7462026-03-26T16:02:28.461Z Downloaded glob v0.3.3
7472026-03-26T16:02:28.461Z Downloaded globwalk v0.9.1
7482026-03-26T16:02:28.465Z Downloaded http-body v1.0.1
7492026-03-26T16:02:28.465Z Downloaded hostname v0.4.2
7502026-03-26T16:02:28.465Z Downloaded console v0.15.11
7512026-03-26T16:02:28.468Z Downloaded foreign-types-shared v0.1.1
7522026-03-26T16:02:28.468Z Downloaded base64ct v1.8.3
7532026-03-26T16:02:28.468Z Downloaded arc-swap v1.8.2
7542026-03-26T16:02:28.472Z Downloaded ed25519 v2.2.3
7552026-03-26T16:02:28.472Z Downloaded deranged v0.5.8
7562026-03-26T16:02:28.475Z Downloaded indent_write v2.2.0
7572026-03-26T16:02:28.475Z Downloaded instability v0.3.11
7582026-03-26T16:02:28.475Z Downloaded hubpack v0.1.2
7592026-03-26T16:02:28.478Z Downloaded http-range v0.1.5
7602026-03-26T16:02:28.478Z Downloaded const_format_proc_macros v0.2.34
7612026-03-26T16:02:28.478Z Downloaded futures-executor v0.3.32
7622026-03-26T16:02:28.481Z Downloaded is_ci v1.2.0
7632026-03-26T16:02:28.481Z Downloaded keccak v0.1.6
7642026-03-26T16:02:28.481Z Downloaded is-terminal v0.4.17
7652026-03-26T16:02:28.483Z Downloaded colored v3.1.1
7662026-03-26T16:02:28.483Z Downloaded internet-checksum v0.2.1
7672026-03-26T16:02:28.487Z Downloaded instant v0.1.13
7682026-03-26T16:02:28.487Z Downloaded indoc v1.0.9
7692026-03-26T16:02:28.490Z Downloaded der_derive v0.7.3
7702026-03-26T16:02:28.490Z Downloaded foldhash v0.1.5
7712026-03-26T16:02:28.490Z Downloaded git-stub-vcs v0.1.0
7722026-03-26T16:02:28.493Z Downloaded futures-task v0.3.32
7732026-03-26T16:02:28.493Z Downloaded fs_extra v1.3.0
7742026-03-26T16:02:28.495Z Downloaded des v0.8.1
7752026-03-26T16:02:28.496Z Downloaded getrandom v0.2.17
7762026-03-26T16:02:28.498Z Downloaded drift v0.1.3
7772026-03-26T16:02:28.501Z Downloaded inout v0.1.4
7782026-03-26T16:02:28.502Z Downloaded dropshot_endpoint v0.16.7
7792026-03-26T16:02:28.505Z Downloaded derive-where v1.6.0
7802026-03-26T16:02:28.508Z Downloaded lalrpop-util v0.19.12
7812026-03-26T16:02:28.508Z Downloaded hubpack_derive v0.1.1
7822026-03-26T16:02:28.508Z Downloaded hyper-staticfile v0.10.1
7832026-03-26T16:02:28.511Z Downloaded group v0.13.0
7842026-03-26T16:02:28.511Z Downloaded clang-sys v1.8.1
7852026-03-26T16:02:28.514Z Downloaded kstat-rs v0.2.4
7862026-03-26T16:02:28.514Z Downloaded lru-cache v0.1.2
7872026-03-26T16:02:28.514Z Downloaded lru v0.12.5
7882026-03-26T16:02:28.518Z Downloaded const-oid v0.9.6
7892026-03-26T16:02:28.518Z Downloaded buf-list v1.1.2
7902026-03-26T16:02:28.521Z Downloaded lru-slab v0.1.2
7912026-03-26T16:02:28.521Z Downloaded linked-hash-map v0.5.6
7922026-03-26T16:02:28.521Z Downloaded md-5 v0.10.6
7932026-03-26T16:02:28.521Z Downloaded lzss v0.8.2
7942026-03-26T16:02:28.524Z Downloaded crossterm v0.28.1
7952026-03-26T16:02:28.527Z Downloaded chacha20 v0.10.0
7962026-03-26T16:02:28.530Z Downloaded half v1.8.3
7972026-03-26T16:02:28.530Z Downloaded hex-literal v0.4.1
7982026-03-26T16:02:28.533Z Downloaded http-body-util v0.1.3
7992026-03-26T16:02:28.533Z Downloaded highway v1.3.0
8002026-03-26T16:02:28.536Z Downloaded futures-channel v0.3.32
8012026-03-26T16:02:28.536Z Downloaded cookie v0.18.1
8022026-03-26T16:02:28.539Z Downloaded crc32fast v1.5.0
8032026-03-26T16:02:28.539Z Downloaded derive_builder v0.20.2
8042026-03-26T16:02:28.542Z Downloaded mime v0.3.17
8052026-03-26T16:02:28.542Z Downloaded hmac v0.12.1
8062026-03-26T16:02:28.545Z Downloaded ingot-types v0.1.2
8072026-03-26T16:02:28.545Z Downloaded indoc v2.0.7
8082026-03-26T16:02:28.548Z Downloaded md5 v0.7.0
8092026-03-26T16:02:28.548Z Downloaded lazy_static v1.5.0
8102026-03-26T16:02:28.553Z Downloaded newline-converter v0.3.0
8112026-03-26T16:02:28.553Z Downloaded new_debug_unreachable v1.0.6
8122026-03-26T16:02:28.553Z Downloaded console v0.16.2
8132026-03-26T16:02:28.556Z Downloaded cargo_toml v0.22.3
8142026-03-26T16:02:28.556Z Downloaded ingot v0.1.1
8152026-03-26T16:02:28.556Z Downloaded humantime v2.3.0
8162026-03-26T16:02:28.556Z Downloaded match_cfg v0.1.0
8172026-03-26T16:02:28.556Z Downloaded bytes v1.11.1
8182026-03-26T16:02:28.561Z Downloaded impl-trait-for-tuples v0.2.3
8192026-03-26T16:02:28.564Z Downloaded derive_more v0.99.20
8202026-03-26T16:02:28.564Z Downloaded elliptic-curve v0.13.8
8212026-03-26T16:02:28.567Z Downloaded managed v0.8.0
8222026-03-26T16:02:28.569Z Downloaded jobserver v0.1.34
8232026-03-26T16:02:28.569Z Downloaded colored v2.2.0
8242026-03-26T16:02:28.573Z Downloaded memoffset v0.9.1
8252026-03-26T16:02:28.573Z Downloaded maplit v1.0.2
8262026-03-26T16:02:28.573Z Downloaded newtype_derive v0.1.6
8272026-03-26T16:02:28.576Z Downloaded newtype-uuid-macros v0.1.0
8282026-03-26T16:02:28.576Z Downloaded maybe-uninit v2.0.0
8292026-03-26T16:02:28.576Z Downloaded normalize-line-endings v0.3.0
8302026-03-26T16:02:28.576Z Downloaded nodrop v0.1.14
8312026-03-26T16:02:28.578Z Downloaded libscf-sys v1.1.0
8322026-03-26T16:02:28.579Z Downloaded hickory-client v0.25.2
8332026-03-26T16:02:28.579Z Downloaded backon v1.6.0
8342026-03-26T16:02:28.582Z Downloaded multimap v0.10.1
8352026-03-26T16:02:28.584Z Downloaded linear-map v1.2.0
8362026-03-26T16:02:28.584Z Downloaded ipnetwork v0.21.1
8372026-03-26T16:02:28.584Z Downloaded num-iter v0.1.45
8382026-03-26T16:02:28.587Z Downloaded libsw v3.5.0
8392026-03-26T16:02:28.587Z Downloaded blake2 v0.10.6
8402026-03-26T16:02:28.590Z Downloaded num_threads v0.1.7
8412026-03-26T16:02:28.590Z Downloaded num_enum_derive v0.5.11
8422026-03-26T16:02:28.590Z Downloaded cookie_store v0.22.1
8432026-03-26T16:02:28.593Z Downloaded oso-derive v0.27.3
8442026-03-26T16:02:28.593Z Downloaded openssl-probe v0.2.1
8452026-03-26T16:02:28.593Z Downloaded openssl-probe v0.1.6
8462026-03-26T16:02:28.596Z Downloaded openssl-macros v0.1.1
8472026-03-26T16:02:28.596Z Downloaded ipnet v2.11.0
8482026-03-26T16:02:28.596Z Downloaded darling v0.20.11
8492026-03-26T16:02:28.599Z Downloaded darling v0.21.3
8502026-03-26T16:02:28.602Z Downloaded num-conv v0.2.0
8512026-03-26T16:02:28.605Z Downloaded num v0.4.3
8522026-03-26T16:02:28.605Z Downloaded nonempty v0.12.0
8532026-03-26T16:02:28.605Z Downloaded num-derive v0.4.2
8542026-03-26T16:02:28.607Z Downloaded fs-err v2.11.0
8552026-03-26T16:02:28.607Z Downloaded ena v0.14.4
8562026-03-26T16:02:28.610Z Downloaded darling_core v0.20.11
8572026-03-26T16:02:28.613Z Downloaded crc-any v2.5.0
8582026-03-26T16:02:28.616Z Downloaded ciborium v0.2.2
8592026-03-26T16:02:28.616Z Downloaded num-derive v0.3.3
8602026-03-26T16:02:28.620Z Downloaded allocator-api2 v0.2.21
8612026-03-26T16:02:28.622Z Downloaded opaque-debug v0.3.1
8622026-03-26T16:02:28.622Z Downloaded fatfs v0.3.6
8632026-03-26T16:02:28.625Z Downloaded olpc-cjson v0.1.4
8642026-03-26T16:02:28.639Z Downloaded packed_struct_codegen v0.10.1
8652026-03-26T16:02:28.643Z Downloaded chacha20poly1305 v0.10.1
8662026-03-26T16:02:28.643Z Downloaded mime_guess v2.0.5
8672026-03-26T16:02:28.646Z Downloaded bumpalo v3.20.2
8682026-03-26T16:02:28.646Z Downloaded base64 v0.22.1
8692026-03-26T16:02:28.648Z Downloaded nanorand v0.7.0
8702026-03-26T16:02:28.651Z Downloaded parse-size v1.1.0
8712026-03-26T16:02:28.651Z Downloaded getrandom v0.3.4
8722026-03-26T16:02:28.654Z Downloaded libsw-core v0.3.2
8732026-03-26T16:02:28.654Z Downloaded pbkdf2 v0.11.0
8742026-03-26T16:02:28.657Z Downloaded pbkdf2 v0.12.2
8752026-03-26T16:02:28.657Z Downloaded nu-ansi-term v0.50.3
8762026-03-26T16:02:28.661Z Downloaded newtype-uuid v1.3.2
8772026-03-26T16:02:28.661Z Downloaded parse-display v0.10.0
8782026-03-26T16:02:28.661Z Downloaded multer v3.1.0
8792026-03-26T16:02:28.663Z Downloaded peg-runtime v0.8.5
8802026-03-26T16:02:28.664Z Downloaded num_enum_derive v0.7.5
8812026-03-26T16:02:28.664Z Downloaded num_enum v0.7.5
8822026-03-26T16:02:28.666Z Downloaded nibble_vec v0.1.0
8832026-03-26T16:02:28.669Z Downloaded phf_shared v0.12.1
8842026-03-26T16:02:28.669Z Downloaded lock_api v0.4.14
8852026-03-26T16:02:28.673Z Downloaded pin-utils v0.1.0
8862026-03-26T16:02:28.673Z Downloaded phf_shared v0.13.1
8872026-03-26T16:02:28.673Z Downloaded compact_str v0.8.1
8882026-03-26T16:02:28.676Z Downloaded litrs v1.0.0
8892026-03-26T16:02:28.678Z Downloaded path-slash v0.1.5
8902026-03-26T16:02:28.679Z Downloaded darling_core v0.23.0
8912026-03-26T16:02:28.681Z Downloaded darling_core v0.21.3
8922026-03-26T16:02:28.684Z Downloaded half v2.7.1
8932026-03-26T16:02:28.687Z Downloaded phf_shared v0.11.3
8942026-03-26T16:02:28.687Z Downloaded libloading v0.8.9
8952026-03-26T16:02:28.690Z Downloaded iana-time-zone v0.1.65
8962026-03-26T16:02:28.693Z Downloaded corncobs v0.1.4
8972026-03-26T16:02:28.693Z Downloaded heapless v0.8.0
8982026-03-26T16:02:28.695Z Downloaded num-integer v0.1.46
8992026-03-26T16:02:28.695Z Downloaded proc-macro-crate v1.3.1
9002026-03-26T16:02:28.698Z Downloaded native-tls v0.2.18
9012026-03-26T16:02:28.698Z Downloaded ingot-macros v0.1.1
9022026-03-26T16:02:28.701Z Downloaded proc-macro-error-attr2 v2.0.0
9032026-03-26T16:02:28.701Z Downloaded flate2 v1.1.9
9042026-03-26T16:02:28.704Z Downloaded futures v0.3.32
9052026-03-26T16:02:28.706Z Downloaded packed_struct v0.10.1
9062026-03-26T16:02:28.709Z Downloaded num_enum v0.5.11
9072026-03-26T16:02:28.712Z Downloaded oxnet v0.1.4
9082026-03-26T16:02:28.712Z Downloaded flume v0.11.1
9092026-03-26T16:02:28.715Z Downloaded der v0.7.10
9102026-03-26T16:02:28.718Z Downloaded predicates-core v1.0.10
9112026-03-26T16:02:28.720Z Downloaded proc-macro-crate v3.4.0
9122026-03-26T16:02:28.721Z Downloaded password-hash v0.5.0
9132026-03-26T16:02:28.723Z Downloaded progenitor-client v0.10.0
9142026-03-26T16:02:28.723Z Downloaded peg v0.8.5
9152026-03-26T16:02:28.726Z Downloaded progenitor-client v0.11.2
9162026-03-26T16:02:28.726Z Downloaded powerfmt v0.2.0
9172026-03-26T16:02:28.726Z Downloaded httparse v1.10.1
9182026-03-26T16:02:28.729Z Downloaded hyper-rustls v0.27.7
9192026-03-26T16:02:28.732Z Downloaded num-rational v0.4.2
9202026-03-26T16:02:28.732Z Downloaded paste v1.0.15
9212026-03-26T16:02:28.735Z Downloaded cc v1.2.56
9222026-03-26T16:02:28.739Z Downloaded password-hash v0.4.2
9232026-03-26T16:02:28.739Z Downloaded parse-display-derive v0.10.0
9242026-03-26T16:02:28.739Z Downloaded poly1305 v0.8.0
9252026-03-26T16:02:28.742Z Downloaded oxide-tokio-rt v0.1.3
9262026-03-26T16:02:28.742Z Downloaded predicates-tree v1.0.13
9272026-03-26T16:02:28.742Z Downloaded precomputed-hash v0.1.1
9282026-03-26T16:02:28.745Z Downloaded indexmap v1.9.3
9292026-03-26T16:02:28.745Z Downloaded num-complex v0.4.6
9302026-03-26T16:02:28.747Z Downloaded memmap2 v0.9.10
9312026-03-26T16:02:28.747Z Downloaded libefi-sys v0.1.0
9322026-03-26T16:02:28.750Z Downloaded postgres-protocol v0.6.10
9332026-03-26T16:02:28.750Z Downloaded progenitor-macro v0.11.2
9342026-03-26T16:02:28.753Z Downloaded progenitor-macro v0.13.0
9352026-03-26T16:02:28.756Z Downloaded quick-error v1.2.3
9362026-03-26T16:02:28.759Z Downloaded psl-types v2.0.11
9372026-03-26T16:02:28.759Z Downloaded hickory-resolver v0.24.4
9382026-03-26T16:02:28.761Z Downloaded const_format v0.2.35
9392026-03-26T16:02:28.764Z Downloaded ppv-lite86 v0.2.21
9402026-03-26T16:02:28.767Z Downloaded pem v3.0.6
9412026-03-26T16:02:28.767Z Downloaded headers v0.4.1
9422026-03-26T16:02:28.770Z Downloaded heapless v0.7.17
9432026-03-26T16:02:28.775Z Downloaded pem-rfc7468 v0.7.0
9442026-03-26T16:02:28.778Z Downloaded primeorder v0.13.6
9452026-03-26T16:02:28.778Z Downloaded expectorate v1.2.0
9462026-03-26T16:02:28.781Z Downloaded recursive-proc-macro-impl v0.1.1
9472026-03-26T16:02:28.782Z Downloaded recursive v0.1.1
9482026-03-26T16:02:28.782Z Downloaded rand_chacha v0.3.1
9492026-03-26T16:02:28.782Z Downloaded ar_archive_writer v0.5.1
9502026-03-26T16:02:28.787Z Downloaded pin-project-lite v0.2.17
9512026-03-26T16:02:28.790Z Downloaded progenitor-extras v0.1.1
9522026-03-26T16:02:28.790Z Downloaded progenitor-client v0.13.0
9532026-03-26T16:02:28.790Z Downloaded proc-macro-error2 v2.0.1
9542026-03-26T16:02:28.793Z Downloaded pkg-config v0.3.32
9552026-03-26T16:02:28.793Z Downloaded ref-cast v1.0.25
9562026-03-26T16:02:28.797Z Downloaded omicron-zone-package v0.12.2
9572026-03-26T16:02:28.797Z Downloaded pkcs1 v0.7.5
9582026-03-26T16:02:28.800Z Downloaded phf v0.13.1
9592026-03-26T16:02:28.800Z Downloaded pkcs5 v0.7.1
9602026-03-26T16:02:28.802Z Downloaded pin-project-internal v1.1.11
9612026-03-26T16:02:28.805Z Downloaded predicates v3.1.4
9622026-03-26T16:02:28.805Z Downloaded parking_lot v0.11.2
9632026-03-26T16:02:28.808Z Downloaded pkcs8 v0.10.2
9642026-03-26T16:02:28.811Z Downloaded owo-colors v4.3.0
9652026-03-26T16:02:28.811Z Downloaded progenitor v0.13.0
9662026-03-26T16:02:28.811Z Downloaded ref-cast-impl v1.0.25
9672026-03-26T16:02:28.814Z Downloaded oso v0.27.3
9682026-03-26T16:02:28.816Z Downloaded rustc_version v0.1.7
9692026-03-26T16:02:28.816Z Downloaded russh-cryptovec v0.7.3
9702026-03-26T16:02:28.816Z Downloaded rtoolbox v0.0.3
9712026-03-26T16:02:28.817Z Downloaded parking_lot v0.12.5
9722026-03-26T16:02:28.820Z Downloaded phf v0.12.1
9732026-03-26T16:02:28.820Z Downloaded base64 v0.21.7
9742026-03-26T16:02:28.823Z Downloaded postgres-types v0.2.12
9752026-03-26T16:02:28.826Z Downloaded ignore v0.4.25
9762026-03-26T16:02:28.826Z Downloaded ed25519-dalek v2.2.0
9772026-03-26T16:02:28.828Z Downloaded hickory-resolver v0.25.2
9782026-03-26T16:02:28.831Z Downloaded radium v0.7.0
9792026-03-26T16:02:28.831Z Downloaded parking_lot_core v0.9.12
9802026-03-26T16:02:28.834Z Downloaded parking_lot_core v0.8.6
9812026-03-26T16:02:28.834Z Downloaded rand_core v0.9.5
9822026-03-26T16:02:28.837Z Downloaded rand_chacha v0.9.0
9832026-03-26T16:02:28.837Z Downloaded progenitor-macro v0.10.0
9842026-03-26T16:02:28.837Z Downloaded derive_more-impl v2.1.1
9852026-03-26T16:02:28.840Z Downloaded peg-macros v0.8.5
9862026-03-26T16:02:28.843Z Downloaded rustc-hash v2.1.1
9872026-03-26T16:02:28.843Z Downloaded rand_core v0.10.0
9882026-03-26T16:02:28.845Z Downloaded rand_core v0.6.4
9892026-03-26T16:02:28.845Z Downloaded rfc6979 v0.4.0
9902026-03-26T16:02:28.848Z Downloaded psm v0.1.30
9912026-03-26T16:02:28.848Z Downloaded progenitor v0.10.0
9922026-03-26T16:02:28.851Z Downloaded http v1.4.0
9932026-03-26T16:02:28.859Z Downloaded scopeguard v1.2.0
9942026-03-26T16:02:28.862Z Downloaded sapling-renderdag v0.1.0
9952026-03-26T16:02:28.865Z Downloaded scroll_derive v0.13.1
9962026-03-26T16:02:28.865Z Downloaded jiff-static v0.2.21
9972026-03-26T16:02:28.868Z Downloaded pin-project v1.1.11
9982026-03-26T16:02:28.875Z Downloaded r2d2 v0.8.10
9992026-03-26T16:02:28.878Z Downloaded rand_xorshift v0.4.0
10002026-03-26T16:02:28.878Z Downloaded rand_seeder v0.4.0
10012026-03-26T16:02:28.881Z Downloaded salsa20 v0.10.2
10022026-03-26T16:02:28.881Z Downloaded rustc_version v0.4.1
10032026-03-26T16:02:28.881Z Downloaded polyval v0.6.2
10042026-03-26T16:02:28.884Z Downloaded secrecy v0.10.3
10052026-03-26T16:02:28.884Z Downloaded serde_bytes v0.11.19
10062026-03-26T16:02:28.884Z Downloaded scheduled-thread-pool v0.2.7
10072026-03-26T16:02:28.887Z Downloaded same-file v1.0.6
10082026-03-26T16:02:28.887Z Downloaded quinn-udp v0.5.14
10092026-03-26T16:02:28.890Z Downloaded semver v0.1.20
10102026-03-26T16:02:28.890Z Downloaded libbz2-rs-sys v0.2.2
10112026-03-26T16:02:28.890Z Downloaded rustls-native-certs v0.8.3
10122026-03-26T16:02:28.893Z Downloaded rustls-pemfile v2.2.0
10132026-03-26T16:02:28.893Z Downloaded p256 v0.13.2
10142026-03-26T16:02:28.895Z Downloaded progenitor v0.11.2
10152026-03-26T16:02:28.898Z Downloaded hashbrown v0.13.2
10162026-03-26T16:02:28.903Z Downloaded hickory-server v0.25.2
10172026-03-26T16:02:28.905Z Downloaded scrypt v0.11.0
10182026-03-26T16:02:28.906Z Downloaded sha1 v0.10.6
10192026-03-26T16:02:28.906Z Downloaded rustversion v1.0.22
10202026-03-26T16:02:28.906Z Downloaded serde-big-array v0.5.1
10212026-03-26T16:02:28.909Z Downloaded seq-macro v0.3.6
10222026-03-26T16:02:28.909Z Downloaded serde_repr v0.1.20
10232026-03-26T16:02:28.912Z Downloaded signature v2.2.0
10242026-03-26T16:02:28.912Z Downloaded shell-words v1.1.1
10252026-03-26T16:02:28.912Z Downloaded serde_urlencoded v0.7.1
10262026-03-26T16:02:28.914Z Downloaded serde_plain v1.0.2
10272026-03-26T16:02:28.914Z Downloaded rustls-pemfile v1.0.4
10282026-03-26T16:02:28.917Z Downloaded hashbrown v0.12.3
10292026-03-26T16:02:28.920Z Downloaded papergrid v0.17.0
10302026-03-26T16:02:28.923Z Downloaded indicatif v0.18.4
10312026-03-26T16:02:28.926Z Downloaded diesel_derives v2.3.7
10322026-03-26T16:02:28.928Z Downloaded miniz_oxide v0.8.9
10332026-03-26T16:02:28.931Z Downloaded postcard v1.1.3
10342026-03-26T16:02:28.934Z Downloaded serde_spanned v1.0.4
10352026-03-26T16:02:28.937Z Downloaded resolv-conf v0.7.6
10362026-03-26T16:02:28.937Z Downloaded signal-hook-mio v0.2.5
10372026-03-26T16:02:28.940Z Downloaded schemars_derive v0.8.22
10382026-03-26T16:02:28.946Z Downloaded hyper-util v0.1.20
10392026-03-26T16:02:28.949Z Downloaded russh-keys v0.45.0
10402026-03-26T16:02:28.953Z Downloaded serde_derive_internals v0.29.1
10412026-03-26T16:02:28.956Z Downloaded secrecy v0.8.0
10422026-03-26T16:02:28.956Z Downloaded slog-bunyan v2.5.0
10432026-03-26T16:02:28.960Z Downloaded serde-hex v0.1.0
10442026-03-26T16:02:28.963Z Downloaded sigpipe v0.1.3
10452026-03-26T16:02:28.967Z Downloaded rusty-fork v0.3.1
10462026-03-26T16:02:28.967Z Downloaded slog-envlogger v2.2.0
10472026-03-26T16:02:28.968Z Downloaded siphasher v1.0.2
10482026-03-26T16:02:28.971Z Downloaded prefix-trie v0.7.0
10492026-03-26T16:02:28.971Z Downloaded minimal-lexical v0.2.1
10502026-03-26T16:02:28.975Z Downloaded pretty_assertions v1.4.1
10512026-03-26T16:02:28.975Z Downloaded dropshot-api-manager v0.6.0
10522026-03-26T16:02:28.978Z Downloaded aes v0.8.4
10532026-03-26T16:02:28.979Z Downloaded shlex v1.3.0
10542026-03-26T16:02:28.982Z Downloaded rustls-pki-types v1.14.0
10552026-03-26T16:02:28.982Z Downloaded openssl-sys v0.9.111
10562026-03-26T16:02:28.984Z Downloaded signal-hook-tokio v0.3.1
10572026-03-26T16:02:28.987Z Downloaded signal-hook-registry v1.4.8
10582026-03-26T16:02:28.987Z Downloaded strum v0.26.3
10592026-03-26T16:02:28.990Z Downloaded ssh-encoding v0.2.0
10602026-03-26T16:02:28.990Z Downloaded sqlparser_derive v0.5.0
10612026-03-26T16:02:28.993Z Downloaded scroll v0.13.0
10622026-03-26T16:02:28.996Z Downloaded sec1 v0.7.3
10632026-03-26T16:02:28.998Z Downloaded sct v0.7.1
10642026-03-26T16:02:28.998Z Downloaded rcgen v0.12.1
10652026-03-26T16:02:29.002Z Downloaded ssh-cipher v0.2.0
10662026-03-26T16:02:29.002Z Downloaded itertools v0.10.5
10672026-03-26T16:02:29.005Z Downloaded strip-ansi-escapes v0.2.1
10682026-03-26T16:02:29.007Z Downloaded slog-json v2.6.1
10692026-03-26T16:02:29.008Z Downloaded slog-dtrace v0.3.0
10702026-03-26T16:02:29.010Z Downloaded structmeta-derive v0.3.0
10712026-03-26T16:02:29.010Z Downloaded slog-async v2.8.0
10722026-03-26T16:02:29.010Z Downloaded supports-color v3.0.2
10732026-03-26T16:02:29.013Z Downloaded serde_path_to_error v0.1.20
10742026-03-26T16:02:29.013Z Downloaded progenitor-impl v0.13.0
10752026-03-26T16:02:29.016Z Downloaded progenitor-impl v0.10.0
10762026-03-26T16:02:29.016Z Downloaded take_mut v0.2.2
10772026-03-26T16:02:29.016Z Downloaded tabled_derive v0.11.0
10782026-03-26T16:02:29.019Z Downloaded slog-term v2.9.2
10792026-03-26T16:02:29.019Z Downloaded slog-stdlog v4.1.1
10802026-03-26T16:02:29.022Z Downloaded sync_wrapper v1.0.2
10812026-03-26T16:02:29.022Z Downloaded sync-ptr v0.1.4
10822026-03-26T16:02:29.028Z Downloaded strum v0.27.2
10832026-03-26T16:02:29.030Z Downloaded subtle v2.6.1
10842026-03-26T16:02:29.030Z Downloaded tagptr v0.2.0
10852026-03-26T16:02:29.033Z Downloaded smf v0.2.3
10862026-03-26T16:02:29.033Z Downloaded simd-adler32 v0.3.8
10872026-03-26T16:02:29.036Z Downloaded structmeta v0.3.0
10882026-03-26T16:02:29.036Z Downloaded tap v1.0.1
10892026-03-26T16:02:29.039Z Downloaded serde_cbor v0.11.2
10902026-03-26T16:02:29.039Z Downloaded serde_with_macros v3.17.0
10912026-03-26T16:02:29.042Z Downloaded rustls-platform-verifier v0.6.2
10922026-03-26T16:02:29.056Z Downloaded spki v0.7.3
10932026-03-26T16:02:29.059Z Downloaded time-core v0.1.8
10942026-03-26T16:02:29.059Z Downloaded termtree v0.5.1
10952026-03-26T16:02:29.059Z Downloaded tabwriter v1.4.1
10962026-03-26T16:02:29.062Z Downloaded tinyvec_macros v0.1.1
10972026-03-26T16:02:29.062Z Downloaded sqlformat v0.3.5
10982026-03-26T16:02:29.062Z Downloaded crossterm v0.29.0
10992026-03-26T16:02:29.066Z Downloaded strum_macros v0.24.3
11002026-03-26T16:02:29.070Z Downloaded nom v7.1.3
11012026-03-26T16:02:29.103Z Downloaded testing_table v0.3.0
11022026-03-26T16:02:29.103Z Downloaded slab v0.4.12
11032026-03-26T16:02:29.103Z Downloaded thread-id v5.1.0
11042026-03-26T16:02:29.103Z Downloaded stringprep v0.1.5
11052026-03-26T16:02:29.103Z Downloaded strum_macros v0.26.4
11062026-03-26T16:02:29.103Z Downloaded thiserror-impl-no-std v2.0.2
11072026-03-26T16:02:29.103Z Downloaded rayon-core v1.13.0
11082026-03-26T16:02:29.103Z Downloaded prettyplease v0.2.37
11092026-03-26T16:02:29.103Z Downloaded quinn v0.11.9
11102026-03-26T16:02:29.103Z Downloaded string_cache v0.8.9
11112026-03-26T16:02:29.104Z Downloaded ron v0.8.1
11122026-03-26T16:02:29.107Z Downloaded snafu-derive v0.8.9
11132026-03-26T16:02:29.107Z Downloaded static_assertions v1.1.0
11142026-03-26T16:02:29.109Z Downloaded topological-sort v0.2.2
11152026-03-26T16:02:29.112Z Downloaded iddqd v0.3.17
11162026-03-26T16:02:29.115Z Downloaded progenitor-impl v0.11.2
11172026-03-26T16:02:29.118Z Downloaded serde_yaml v0.9.34+deprecated
11182026-03-26T16:02:29.122Z Downloaded time-macros v0.2.27
11192026-03-26T16:02:29.125Z Downloaded tower-service v0.3.3
11202026-03-26T16:02:29.128Z Downloaded trait-variant v0.1.2
11212026-03-26T16:02:29.131Z Downloaded aes-gcm v0.10.3
11222026-03-26T16:02:29.134Z Downloaded num-bigint v0.4.6
11232026-03-26T16:02:29.137Z Downloaded futures-util v0.3.32
11242026-03-26T16:02:29.145Z Downloaded hashbrown v0.15.5
11252026-03-26T16:02:29.150Z Downloaded tls_codec v0.4.2
11262026-03-26T16:02:29.154Z Downloaded tiny-keccak v2.0.2
11272026-03-26T16:02:29.157Z Downloaded tower-layer v0.3.3
11282026-03-26T16:02:29.157Z Downloaded tokio-rustls v0.25.0
11292026-03-26T16:02:29.157Z Downloaded tokio-native-tls v0.3.1
11302026-03-26T16:02:29.157Z Downloaded strum_macros v0.27.2
11312026-03-26T16:02:29.160Z Downloaded unicode-truncate v1.1.0
11322026-03-26T16:02:29.163Z Downloaded ryu v1.0.23
11332026-03-26T16:02:29.165Z Downloaded try-lock v0.2.5
11342026-03-26T16:02:29.169Z Downloaded unarray v0.1.4
11352026-03-26T16:02:29.172Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11362026-03-26T16:02:29.172Z Downloaded typify-macro v0.6.1
11372026-03-26T16:02:29.174Z Downloaded thread_local v1.1.9
11382026-03-26T16:02:29.174Z Downloaded thiserror-no-std v2.0.2
11392026-03-26T16:02:29.177Z Downloaded slog-scope v4.4.1
11402026-03-26T16:02:29.177Z Downloaded rsa v0.9.10
11412026-03-26T16:02:29.180Z Downloaded untrusted v0.7.1
11422026-03-26T16:02:29.183Z Downloaded universal-hash v0.5.1
11432026-03-26T16:02:29.183Z Downloaded tokio-tungstenite v0.21.0
11442026-03-26T16:02:29.183Z Downloaded term v1.2.1
11452026-03-26T16:02:29.186Z Downloaded smallvec v0.6.14
11462026-03-26T16:02:29.188Z Downloaded schemars v0.8.22
11472026-03-26T16:02:29.192Z Downloaded usdt-macro v0.6.0
11482026-03-26T16:02:29.195Z Downloaded usdt-attr-macro v0.6.0
11492026-03-26T16:02:29.195Z Downloaded untrusted v0.9.0
11502026-03-26T16:02:29.198Z Downloaded unit-prefix v0.5.2
11512026-03-26T16:02:29.198Z Downloaded tokio-macros v2.6.0
11522026-03-26T16:02:29.198Z Downloaded spin v0.9.8
11532026-03-26T16:02:29.201Z Downloaded rustls-webpki v0.103.9
11542026-03-26T16:02:29.201Z Downloaded hkdf v0.12.4
11552026-03-26T16:02:29.204Z Downloaded mio v1.1.1
11562026-03-26T16:02:29.206Z Downloaded signal-hook v0.3.18
11572026-03-26T16:02:29.209Z Downloaded tokio-dtrace v0.1.1
11582026-03-26T16:02:29.209Z Downloaded stacker v0.1.23
11592026-03-26T16:02:29.212Z Downloaded socket2 v0.6.2
11602026-03-26T16:02:29.212Z Downloaded unicase v2.9.0
11612026-03-26T16:02:29.212Z Downloaded usdt v0.6.0
11622026-03-26T16:02:29.214Z Downloaded utf-8 v0.7.6
11632026-03-26T16:02:29.214Z Downloaded void v1.0.2
11642026-03-26T16:02:29.214Z Downloaded support-bundle-viewer v0.1.2
11652026-03-26T16:02:29.214Z Downloaded waitgroup v0.1.2
11662026-03-26T16:02:29.217Z Downloaded wait-timeout v0.2.1
11672026-03-26T16:02:29.218Z Downloaded publicsuffix v2.3.0
11682026-03-26T16:02:29.218Z Downloaded rand v0.9.2
11692026-03-26T16:02:29.221Z Downloaded typify-macro v0.4.3
11702026-03-26T16:02:29.221Z Downloaded toml_writer v1.0.6+spec-1.1.0
11712026-03-26T16:02:29.228Z Downloaded tokio-rustls v0.24.1
11722026-03-26T16:02:29.230Z Downloaded qorb v0.4.1
11732026-03-26T16:02:29.233Z Downloaded similar v2.7.0
11742026-03-26T16:02:29.235Z Downloaded tokio-tungstenite v0.23.1
11752026-03-26T16:02:29.235Z Downloaded want v0.3.1
11762026-03-26T16:02:29.238Z Downloaded slog v2.8.2
11772026-03-26T16:02:29.240Z Downloaded hyper v1.8.1
11782026-03-26T16:02:29.244Z Downloaded rand v0.8.5
11792026-03-26T16:02:29.247Z Downloaded term v0.7.0
11802026-03-26T16:02:29.250Z Downloaded snafu v0.8.9
11812026-03-26T16:02:29.252Z Downloaded tui-tree-widget v0.23.1
11822026-03-26T16:02:29.255Z Downloaded schemars v0.9.0
11832026-03-26T16:02:29.261Z Downloaded termios v0.3.3
11842026-03-26T16:02:29.265Z Downloaded xshell-macros v0.2.7
11852026-03-26T16:02:29.267Z Downloaded xattr v1.6.1
11862026-03-26T16:02:29.267Z Downloaded rand v0.10.0
11872026-03-26T16:02:29.270Z Downloaded socket2 v0.5.10
11882026-03-26T16:02:29.276Z Downloaded tls_codec_derive v0.4.2
11892026-03-26T16:02:29.280Z Downloaded aho-corasick v1.1.4
11902026-03-26T16:02:29.283Z Downloaded tracing-attributes v0.1.31
11912026-03-26T16:02:29.284Z Downloaded libxml v0.3.3
11922026-03-26T16:02:29.287Z Downloaded twox-hash v2.1.2
11932026-03-26T16:02:29.287Z Downloaded vergen-gitcl v1.0.8
11942026-03-26T16:02:29.291Z Downloaded zone_cfg_derive v0.3.1
11952026-03-26T16:02:29.291Z Downloaded vsss-rs v3.3.4
11962026-03-26T16:02:29.294Z Downloaded tokio-rustls v0.26.4
11972026-03-26T16:02:29.294Z Downloaded tinyvec v1.10.0
11982026-03-26T16:02:29.297Z Downloaded iri-string v0.7.10
11992026-03-26T16:02:29.300Z Downloaded vergen-git2 v1.0.7
12002026-03-26T16:02:29.300Z Downloaded uzers v0.12.2
12012026-03-26T16:02:29.302Z Downloaded p521 v0.13.3
12022026-03-26T16:02:29.305Z Downloaded tokio-stream v0.1.18
12032026-03-26T16:02:29.307Z Downloaded zeroize_derive v1.4.3
12042026-03-26T16:02:29.307Z Downloaded unicode-properties v0.1.4
12052026-03-26T16:02:29.307Z Downloaded zone v0.3.1
12062026-03-26T16:02:29.310Z Downloaded subprocess v0.2.15
12072026-03-26T16:02:29.310Z Downloaded itertools v0.12.1
12082026-03-26T16:02:29.314Z Downloaded toml v0.7.8
12092026-03-26T16:02:29.317Z Downloaded itertools v0.13.0
12102026-03-26T16:02:29.319Z Downloaded curve25519-dalek v4.1.3
12112026-03-26T16:02:29.324Z Downloaded whoami v1.6.1
12122026-03-26T16:02:29.327Z Downloaded tar v0.4.44
12132026-03-26T16:02:29.327Z Downloaded toml_parser v1.0.9+spec-1.1.0
12142026-03-26T16:02:29.330Z Downloaded toml v0.9.12+spec-1.1.0
12152026-03-26T16:02:29.333Z Downloaded wyz v0.5.1
12162026-03-26T16:02:29.333Z Downloaded samael v0.0.19
12172026-03-26T16:02:29.336Z Downloaded xshell v0.2.7
12182026-03-26T16:02:29.339Z Downloaded usdt-impl v0.6.0
12192026-03-26T16:02:29.339Z Downloaded test-strategy v0.4.5
12202026-03-26T16:02:29.342Z Downloaded walkdir v2.5.0
12212026-03-26T16:02:29.342Z Downloaded vergen v9.0.6
12222026-03-26T16:02:29.345Z Downloaded tracing-core v0.1.36
12232026-03-26T16:02:29.345Z Downloaded num-bigint-dig v0.8.6
12242026-03-26T16:02:29.348Z Downloaded tungstenite v0.21.0
12252026-03-26T16:02:29.350Z Downloaded schemars v1.2.1
12262026-03-26T16:02:29.356Z Downloaded tungstenite v0.23.0
12272026-03-26T16:02:29.359Z Downloaded zstd-safe v7.2.4
12282026-03-26T16:02:29.362Z Downloaded rustyline v14.0.0
12292026-03-26T16:02:29.367Z Downloaded zstd v0.13.3
12302026-03-26T16:02:29.378Z Downloaded whoami v2.1.0
12312026-03-26T16:02:29.381Z Downloaded ron v0.12.0
12322026-03-26T16:02:29.386Z Downloaded zeroize v1.8.2
12332026-03-26T16:02:29.389Z Downloaded itertools v0.14.0
12342026-03-26T16:02:29.393Z Downloaded zerocopy v0.6.6
12352026-03-26T16:02:29.396Z Downloaded yasna v0.5.2
12362026-03-26T16:02:29.401Z Downloaded typify v0.6.1
12372026-03-26T16:02:29.404Z Downloaded unicode-bidi v0.3.18
12382026-03-26T16:02:29.404Z Downloaded vergen-lib v0.1.6
12392026-03-26T16:02:29.404Z Downloaded typify v0.4.3
12402026-03-26T16:02:29.404Z Downloaded reedline v0.40.0
12412026-03-26T16:02:29.410Z Downloaded tokio-postgres v0.7.16
12422026-03-26T16:02:29.415Z Downloaded unsafe-libyaml v0.2.11
12432026-03-26T16:02:29.422Z Downloaded toml_edit v0.19.15
12442026-03-26T16:02:29.431Z Downloaded rpassword v7.4.0
12452026-03-26T16:02:29.434Z Downloaded git2 v0.20.4
12462026-03-26T16:02:29.437Z Downloaded blake3 v1.8.3
12472026-03-26T16:02:29.443Z Downloaded h2 v0.4.13
12482026-03-26T16:02:29.447Z Downloaded regex v1.12.3
12492026-03-26T16:02:29.450Z Downloaded xz2 v0.1.7
12502026-03-26T16:02:29.453Z Downloaded uuid v1.21.0
12512026-03-26T16:02:29.456Z Downloaded ssh-key v0.6.7
12522026-03-26T16:02:29.459Z Downloaded russh v0.45.0
12532026-03-26T16:02:29.462Z Downloaded toml_edit v0.23.10+spec-1.0.0
12542026-03-26T16:02:29.465Z Downloaded yansi v1.0.1
12552026-03-26T16:02:29.474Z Downloaded zip v0.6.6
12562026-03-26T16:02:29.476Z Downloaded typed-path v0.9.3
12572026-03-26T16:02:29.482Z Downloaded vte v0.14.1
12582026-03-26T16:02:29.490Z Downloaded quick-xml v0.37.5
12592026-03-26T16:02:29.498Z Downloaded reqwest v0.13.2
12602026-03-26T16:02:29.505Z Downloaded bitvec v1.0.1
12612026-03-26T16:02:29.512Z Downloaded libm v0.2.16
12622026-03-26T16:02:29.517Z Downloaded steno v0.4.1
12632026-03-26T16:02:29.520Z Downloaded salty v0.3.0
12642026-03-26T16:02:29.523Z Downloaded unicode-segmentation v1.12.0
12652026-03-26T16:02:29.526Z Downloaded lalrpop v0.19.12
12662026-03-26T16:02:29.531Z Downloaded zopfli v0.8.3
12672026-03-26T16:02:29.549Z Downloaded unicode-normalization v0.1.25
12682026-03-26T16:02:29.553Z Downloaded unicode_categories v0.1.1
12692026-03-26T16:02:29.557Z Downloaded tokio-util v0.7.18
12702026-03-26T16:02:29.564Z Downloaded tough v0.20.0
12712026-03-26T16:02:29.581Z Downloaded tower v0.5.3
12722026-03-26T16:02:29.585Z Downloaded rustls-webpki v0.101.7
12732026-03-26T16:02:29.593Z Downloaded object v0.30.4
12742026-03-26T16:02:29.616Z Downloaded quinn-proto v0.11.13
12752026-03-26T16:02:29.621Z Downloaded polar-core v0.27.3
12762026-03-26T16:02:29.656Z Downloaded chrono v0.4.44
12772026-03-26T16:02:29.661Z Downloaded p384 v0.13.1
12782026-03-26T16:02:29.664Z Downloaded portable-atomic v1.13.1
12792026-03-26T16:02:29.670Z Downloaded rayon v1.11.0
12802026-03-26T16:02:29.675Z Downloaded x509-cert v0.2.5
12812026-03-26T16:02:29.678Z Downloaded nix v0.29.0
12822026-03-26T16:02:29.685Z Downloaded zerocopy-derive v0.8.40
12832026-03-26T16:02:29.690Z Downloaded bstr v1.12.1
12842026-03-26T16:02:29.696Z Downloaded time v0.3.47
12852026-03-26T16:02:29.704Z Downloaded nix v0.31.1
12862026-03-26T16:02:29.711Z Downloaded hickory-proto v0.24.4
12872026-03-26T16:02:29.720Z Downloaded object v0.37.3
12882026-03-26T16:02:29.726Z Downloaded zip v4.6.1
12892026-03-26T16:02:29.730Z Downloaded moka v0.12.13
12902026-03-26T16:02:29.735Z Downloaded vcpkg v0.2.15
12912026-03-26T16:02:29.758Z Downloaded webpki-roots v1.0.6
12922026-03-26T16:02:29.761Z Downloaded bindgen v0.71.1
12932026-03-26T16:02:29.764Z Downloaded hickory-proto v0.25.2
12942026-03-26T16:02:29.773Z Downloaded serde_with v3.17.0
12952026-03-26T16:02:29.782Z Downloaded proptest v1.10.0
12962026-03-26T16:02:29.787Z Downloaded regex-syntax v0.8.10
12972026-03-26T16:02:29.792Z Downloaded tower-http v0.6.8
12982026-03-26T16:02:29.797Z Downloaded petname v2.0.2
12992026-03-26T16:02:29.800Z Downloaded rustls-webpki v0.102.8
13002026-03-26T16:02:29.811Z Downloaded diesel v2.3.7
13012026-03-26T16:02:29.823Z Downloaded goblin v0.10.5
13022026-03-26T16:02:29.828Z Downloaded reqwest v0.12.28
13032026-03-26T16:02:29.831Z Downloaded regex-syntax v0.6.29
13042026-03-26T16:02:29.836Z Downloaded dropshot v0.16.7
13052026-03-26T16:02:29.849Z Downloaded winnow v0.5.40
13062026-03-26T16:02:29.854Z Downloaded sqlparser v0.61.0
13072026-03-26T16:02:29.860Z Downloaded radix_trie v0.2.1
13082026-03-26T16:02:29.864Z Downloaded nix v0.27.1
13092026-03-26T16:02:29.870Z Downloaded winnow v0.6.26
13102026-03-26T16:02:29.877Z Downloaded sled v0.34.7
13112026-03-26T16:02:29.883Z Downloaded openssl v0.10.75
13122026-03-26T16:02:29.889Z Downloaded aws-lc-rs v1.16.0
13132026-03-26T16:02:29.896Z Downloaded tracing v0.1.44
13142026-03-26T16:02:29.916Z Downloaded regex-automata v0.4.14
13152026-03-26T16:02:29.947Z Downloaded tabled v0.20.0
13162026-03-26T16:02:29.958Z Downloaded smoltcp v0.9.1
13172026-03-26T16:02:29.964Z Downloaded lzma-sys v0.1.20
13182026-03-26T16:02:29.981Z Downloaded zlib-rs v0.6.2
13192026-03-26T16:02:29.984Z Downloaded nix v0.28.0
13202026-03-26T16:02:29.991Z Downloaded csv v1.4.0
13212026-03-26T16:02:30.004Z Downloaded rustls v0.21.12
13222026-03-26T16:02:30.019Z Downloaded sha3 v0.10.8
13232026-03-26T16:02:30.032Z Downloaded zerocopy v0.8.40
13242026-03-26T16:02:30.037Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13252026-03-26T16:02:30.049Z Downloaded smoltcp v0.11.0
13262026-03-26T16:02:30.056Z Downloaded rustls v0.22.4
13272026-03-26T16:02:30.063Z Downloaded regress v0.10.5
13282026-03-26T16:02:30.068Z Downloaded openapiv3 v2.2.0
13292026-03-26T16:02:30.083Z Downloaded rustls v0.23.37
13302026-03-26T16:02:30.099Z Downloaded encoding_rs v0.8.35
13312026-03-26T16:02:30.113Z Downloaded rustix v0.38.44
13322026-03-26T16:02:30.126Z Downloaded ring v0.17.14
13332026-03-26T16:02:30.229Z Downloaded typify-impl v0.6.1
13342026-03-26T16:02:30.242Z Downloaded typify-impl v0.4.3
13352026-03-26T16:02:30.259Z Downloaded ratatui v0.29.0
13362026-03-26T16:02:30.270Z Downloaded bzip2-sys v0.1.13+1.0.8
13372026-03-26T16:02:30.310Z Downloaded zerocopy-derive v0.6.6
13382026-03-26T16:02:30.324Z Downloaded chrono-tz v0.10.4
13392026-03-26T16:02:30.349Z Downloaded petgraph v0.6.5
13402026-03-26T16:02:30.370Z Downloaded jiff v0.2.21
13412026-03-26T16:02:30.384Z Downloaded petgraph v0.8.3
13422026-03-26T16:02:30.418Z Downloaded libz-sys v1.1.24
13432026-03-26T16:02:30.431Z Downloaded tokio v1.49.0
13442026-03-26T16:02:30.558Z Downloaded libgit2-sys v0.18.3+1.9.2
13452026-03-26T16:02:31.188Z Downloaded aws-lc-sys v0.37.1
13462026-03-26T16:02:31.437Z Compiling libc v0.2.180
13472026-03-26T16:02:31.437Z Compiling serde v1.0.228
13482026-03-26T16:02:31.440Z Compiling log v0.4.29
13492026-03-26T16:02:31.440Z Compiling shlex v1.3.0
13502026-03-26T16:02:31.603Z Compiling find-msvc-tools v0.1.9
13512026-03-26T16:02:31.603Z Compiling smallvec v1.15.1
13522026-03-26T16:02:31.613Z Compiling syn v2.0.117
13532026-03-26T16:02:31.626Z Compiling typenum v1.19.0
13542026-03-26T16:02:31.768Z Compiling generic-array v0.14.7
13552026-03-26T16:02:31.768Z Compiling subtle v2.6.1
13562026-03-26T16:02:31.830Z Compiling scopeguard v1.2.0
13572026-03-26T16:02:31.871Z Compiling portable-atomic v1.13.1
13582026-03-26T16:02:31.897Z Compiling lock_api v0.4.14
13592026-03-26T16:02:31.911Z Compiling const-oid v0.9.6
13602026-03-26T16:02:31.945Z Compiling critical-section v1.2.0
13612026-03-26T16:02:32.021Z Compiling zerocopy v0.8.40
13622026-03-26T16:02:32.049Z Compiling pin-project-lite v0.2.17
13632026-03-26T16:02:32.120Z Compiling serde_json v1.0.149
13642026-03-26T16:02:32.144Z Compiling parking_lot_core v0.9.12
13652026-03-26T16:02:32.406Z Compiling getrandom v0.2.17
13662026-03-26T16:02:32.459Z Compiling jobserver v0.1.34
13672026-03-26T16:02:32.578Z Compiling rand_core v0.6.4
13682026-03-26T16:02:32.662Z Compiling errno v0.3.14
13692026-03-26T16:02:32.740Z Compiling pkg-config v0.3.32
13702026-03-26T16:02:32.813Z Compiling cc v1.2.56
13712026-03-26T16:02:32.852Z Compiling signal-hook-registry v1.4.8
13722026-03-26T16:02:32.932Z Compiling once_cell v1.21.3
13732026-03-26T16:02:33.006Z Compiling parking_lot v0.12.5
13742026-03-26T16:02:33.021Z Compiling mio v1.1.1
13752026-03-26T16:02:33.128Z Compiling bitflags v2.11.0
13762026-03-26T16:02:33.145Z Compiling libm v0.2.16
13772026-03-26T16:02:33.309Z Compiling num-traits v0.2.19
13782026-03-26T16:02:33.365Z Compiling futures-core v0.3.32
13792026-03-26T16:02:33.380Z Compiling socket2 v0.6.2
13802026-03-26T16:02:33.511Z Compiling percent-encoding v2.3.2
13812026-03-26T16:02:33.525Z Compiling allocator-api2 v0.2.21
13822026-03-26T16:02:33.538Z Compiling foldhash v0.2.0
13832026-03-26T16:02:33.660Z Compiling cpufeatures v0.2.17
13842026-03-26T16:02:33.699Z Compiling futures-sink v0.3.32
13852026-03-26T16:02:33.738Z Compiling getrandom v0.4.1
13862026-03-26T16:02:33.759Z Compiling futures-io v0.3.32
13872026-03-26T16:02:33.794Z Compiling futures-channel v0.3.32
13882026-03-26T16:02:33.810Z Compiling hashbrown v0.16.1
13892026-03-26T16:02:33.856Z Compiling slab v0.4.12
13902026-03-26T16:02:33.920Z Compiling futures-task v0.3.32
13912026-03-26T16:02:34.030Z Compiling rand_core v0.10.0
13922026-03-26T16:02:34.047Z Compiling rustversion v1.0.22
13932026-03-26T16:02:34.097Z Compiling getrandom v0.3.4
13942026-03-26T16:02:34.115Z Compiling form_urlencoded v1.2.2
13952026-03-26T16:02:34.411Z Compiling indexmap v2.13.0
13962026-03-26T16:02:34.426Z Compiling cmake v0.1.57
13972026-03-26T16:02:34.433Z Compiling dunce v1.0.5
13982026-03-26T16:02:34.538Z Compiling synstructure v0.13.2
13992026-03-26T16:02:34.622Z Compiling base64ct v1.8.3
14002026-03-26T16:02:34.825Z Compiling ident_case v1.0.1
14012026-03-26T16:02:34.921Z Compiling fs_extra v1.3.0
14022026-03-26T16:02:34.921Z Compiling pem-rfc7468 v0.7.0
14032026-03-26T16:02:34.955Z Compiling flagset v0.4.7
14042026-03-26T16:02:35.029Z Compiling rand_core v0.9.5
14052026-03-26T16:02:35.076Z Compiling rustix v1.1.3
14062026-03-26T16:02:35.091Z Compiling iana-time-zone v0.1.65
14072026-03-26T16:02:35.106Z Compiling ring v0.17.14
14082026-03-26T16:02:35.164Z Compiling uuid v1.21.0
14092026-03-26T16:02:35.206Z Compiling aws-lc-sys v0.37.1
14102026-03-26T16:02:35.237Z Compiling rustc_version v0.4.1
14112026-03-26T16:02:35.296Z Compiling vcpkg v0.2.15
14122026-03-26T16:02:35.311Z Compiling aws-lc-rs v1.16.0
14132026-03-26T16:02:35.568Z Compiling regex-syntax v0.8.10
14142026-03-26T16:02:35.641Z Compiling tracing-core v0.1.36
14152026-03-26T16:02:35.892Z Compiling crossbeam-utils v0.8.21
14162026-03-26T16:02:36.058Z Compiling openssl-sys v0.9.111
14172026-03-26T16:02:36.201Z Compiling pest_generator v2.8.6
14182026-03-26T16:02:36.214Z Compiling serde_derive_internals v0.29.1
14192026-03-26T16:02:36.297Z Compiling serde_derive v1.0.228
14202026-03-26T16:02:36.578Z Compiling zeroize_derive v1.4.3
14212026-03-26T16:02:36.876Z Compiling zerofrom-derive v0.1.6
14222026-03-26T16:02:36.901Z Compiling yoke-derive v0.8.1
14232026-03-26T16:02:37.093Z Compiling zerocopy-derive v0.8.40
14242026-03-26T16:02:37.215Z Compiling zeroize v1.8.2
14252026-03-26T16:02:37.982Z Compiling crypto-common v0.1.7
14262026-03-26T16:02:37.998Z Compiling block-buffer v0.10.4
14272026-03-26T16:02:38.085Z Compiling zerovec-derive v0.11.2
14282026-03-26T16:02:38.129Z Compiling digest v0.10.7
14292026-03-26T16:02:38.166Z Compiling displaydoc v0.2.5
14302026-03-26T16:02:38.240Z Compiling zerofrom v0.1.6
14312026-03-26T16:02:38.366Z Compiling yoke v0.8.1
14322026-03-26T16:02:38.382Z Compiling tokio-macros v2.6.0
14332026-03-26T16:02:38.556Z Compiling hmac v0.12.1
14342026-03-26T16:02:38.712Z Compiling futures-macro v0.3.32
14352026-03-26T16:02:38.899Z Compiling zerotrie v0.2.3
14362026-03-26T16:02:39.094Z Compiling block-padding v0.3.3
14372026-03-26T16:02:39.182Z Compiling zerovec v0.11.5
14382026-03-26T16:02:39.197Z Compiling sha2 v0.10.9
14392026-03-26T16:02:39.252Z Compiling inout v0.1.4
14402026-03-26T16:02:39.420Z Compiling cipher v0.4.4
14412026-03-26T16:02:39.502Z Compiling futures-util v0.3.32
14422026-03-26T16:02:39.669Z Compiling bytes v1.11.1
14432026-03-26T16:02:39.669Z Compiling tinystr v0.8.2
14442026-03-26T16:02:39.728Z Compiling potential_utf v0.1.4
14452026-03-26T16:02:39.879Z Compiling icu_locale_core v2.1.1
14462026-03-26T16:02:39.897Z Compiling icu_collections v2.1.1
14472026-03-26T16:02:40.267Z Compiling tokio v1.49.0
14482026-03-26T16:02:40.362Z Compiling der_derive v0.7.3
14492026-03-26T16:02:40.545Z Compiling icu_provider v2.1.1
14502026-03-26T16:02:40.749Z Compiling http v1.4.0
14512026-03-26T16:02:40.831Z Compiling icu_normalizer v2.1.1
14522026-03-26T16:02:41.299Z Compiling icu_properties v2.1.2
14532026-03-26T16:02:41.364Z Compiling ppv-lite86 v0.2.21
14542026-03-26T16:02:41.469Z Compiling der v0.7.10
14552026-03-26T16:02:41.628Z Compiling chrono v0.4.44
14562026-03-26T16:02:41.663Z Compiling salsa20 v0.10.2
14572026-03-26T16:02:41.703Z Compiling pbkdf2 v0.12.2
14582026-03-26T16:02:41.715Z Compiling thiserror-impl v2.0.18
14592026-03-26T16:02:41.800Z Compiling scrypt v0.11.0
14602026-03-26T16:02:41.815Z Compiling rand_chacha v0.9.0
14612026-03-26T16:02:42.042Z Compiling cbc v0.1.2
14622026-03-26T16:02:42.194Z Compiling idna_adapter v1.2.1
14632026-03-26T16:02:42.385Z Compiling idna v1.1.0
14642026-03-26T16:02:42.395Z Compiling spki v0.7.3
14652026-03-26T16:02:42.524Z Compiling aes v0.8.4
14662026-03-26T16:02:42.584Z Compiling rustls-pki-types v1.14.0
14672026-03-26T16:02:42.699Z Compiling url v2.5.8
14682026-03-26T16:02:43.000Z Compiling tracing-attributes v0.1.31
14692026-03-26T16:02:43.034Z Compiling pkcs5 v0.7.1
14702026-03-26T16:02:43.040Z Compiling rand v0.9.2
14712026-03-26T16:02:43.063Z Compiling thiserror v2.0.18
14722026-03-26T16:02:43.166Z Compiling http-body v1.0.1
14732026-03-26T16:02:43.467Z Compiling openssl-probe v0.2.1
14742026-03-26T16:02:43.493Z Compiling untrusted v0.7.1
14752026-03-26T16:02:43.510Z Compiling httparse v1.10.1
14762026-03-26T16:02:43.590Z Compiling base64 v0.22.1
14772026-03-26T16:02:43.619Z Compiling syn v1.0.109
14782026-03-26T16:02:43.640Z Compiling schemars v0.8.22
14792026-03-26T16:02:43.825Z Compiling untrusted v0.9.0
14802026-03-26T16:02:43.872Z Compiling pkcs8 v0.10.2
14812026-03-26T16:02:43.900Z Compiling schemars_derive v0.8.22
14822026-03-26T16:02:43.915Z Compiling tokio-util v0.7.18
14832026-03-26T16:02:43.973Z Compiling pest_derive v2.8.6
14842026-03-26T16:02:44.175Z Compiling scroll_derive v0.13.1
14852026-03-26T16:02:44.298Z Compiling tracing v0.1.44
14862026-03-26T16:02:44.561Z Compiling darling_core v0.20.11
14872026-03-26T16:02:44.874Z Compiling try-lock v0.2.5
14882026-03-26T16:02:44.924Z Compiling tinyvec_macros v0.1.1
14892026-03-26T16:02:44.959Z Compiling atomic-waker v1.1.2
14902026-03-26T16:02:44.981Z Compiling dyn-clone v1.0.20
14912026-03-26T16:02:44.996Z Compiling rustls v0.23.37
14922026-03-26T16:02:45.082Z Compiling tower-layer v0.3.3
14932026-03-26T16:02:45.145Z Compiling tower-service v0.3.3
14942026-03-26T16:02:45.163Z Compiling h2 v0.4.13
14952026-03-26T16:02:45.208Z Compiling tinyvec v1.10.0
14962026-03-26T16:02:45.240Z Compiling scroll v0.13.0
14972026-03-26T16:02:45.503Z Compiling want v0.3.1
14982026-03-26T16:02:45.692Z Compiling ipnet v2.11.0
14992026-03-26T16:02:45.832Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15002026-03-26T16:02:45.966Z Compiling spin v0.9.8
15012026-03-26T16:02:46.173Z Compiling aho-corasick v1.1.4
15022026-03-26T16:02:46.188Z Compiling pin-utils v0.1.0
15032026-03-26T16:02:46.210Z Compiling powerfmt v0.2.0
15042026-03-26T16:02:46.261Z Compiling openssl v0.10.75
15052026-03-26T16:02:46.396Z Compiling crc32fast v1.5.0
15062026-03-26T16:02:46.411Z Compiling foreign-types-shared v0.1.1
15072026-03-26T16:02:46.485Z Compiling time-core v0.1.8
15082026-03-26T16:02:46.501Z Compiling httpdate v1.0.3
15092026-03-26T16:02:46.633Z Compiling num-conv v0.2.0
15102026-03-26T16:02:46.707Z Compiling tempfile v3.25.0
15112026-03-26T16:02:46.741Z Compiling foreign-types v0.3.2
15122026-03-26T16:02:46.762Z Compiling time-macros v0.2.27
15132026-03-26T16:02:46.815Z Compiling deranged v0.5.8
15142026-03-26T16:02:46.818Z Compiling darling_macro v0.20.11
15152026-03-26T16:02:47.072Z Compiling regex-automata v0.4.14
15162026-03-26T16:02:47.301Z Compiling darling v0.20.11
15172026-03-26T16:02:47.798Z Compiling goblin v0.10.5
15182026-03-26T16:02:47.896Z Compiling openssl-macros v0.1.1
15192026-03-26T16:02:48.282Z Compiling hyper v1.8.1
15202026-03-26T16:02:48.382Z Compiling thiserror-impl v1.0.69
15212026-03-26T16:02:49.109Z Compiling wait-timeout v0.2.1
15222026-03-26T16:02:49.368Z Compiling bit-vec v0.8.0
15232026-03-26T16:02:49.387Z Compiling native-tls v0.2.18
15242026-03-26T16:02:49.589Z Compiling quick-error v1.2.3
15252026-03-26T16:02:49.604Z Compiling siphasher v1.0.2
15262026-03-26T16:02:49.628Z Compiling simd-adler32 v0.3.8
15272026-03-26T16:02:49.696Z Compiling num_threads v0.1.7
15282026-03-26T16:02:49.790Z Compiling usdt-impl v0.6.0
15292026-03-26T16:02:49.805Z Compiling either v1.15.0
15302026-03-26T16:02:49.858Z Compiling time v0.3.47
15312026-03-26T16:02:49.874Z Compiling rusty-fork v0.3.1
15322026-03-26T16:02:50.006Z Compiling thiserror v1.0.69
15332026-03-26T16:02:50.045Z Compiling bit-set v0.8.0
15342026-03-26T16:02:50.141Z Compiling hyper-util v0.1.20
15352026-03-26T16:02:50.210Z Compiling derive_builder_core v0.20.2
15362026-03-26T16:02:51.074Z Compiling dof v0.4.0
15372026-03-26T16:02:51.350Z Compiling unicode-normalization v0.1.25
15382026-03-26T16:02:51.418Z Compiling crossbeam-epoch v0.9.18
15392026-03-26T16:02:51.742Z Compiling dtrace-parser v0.3.0
15402026-03-26T16:02:51.800Z Compiling rustls-native-certs v0.8.3
15412026-03-26T16:02:51.814Z Compiling signature v2.2.0
15422026-03-26T16:02:51.987Z Compiling scroll_derive v0.12.1
15432026-03-26T16:02:52.014Z Compiling heapless v0.7.17
15442026-03-26T16:02:52.080Z Compiling rand_xorshift v0.4.0
15452026-03-26T16:02:52.214Z Compiling slog v2.8.2
15462026-03-26T16:02:52.243Z Compiling darling_core v0.21.3
15472026-03-26T16:02:52.259Z Compiling bzip2-sys v0.1.13+1.0.8
15482026-03-26T16:02:52.395Z Compiling sync_wrapper v1.0.2
15492026-03-26T16:02:52.519Z Compiling thread-id v5.1.0
15502026-03-26T16:02:52.534Z Compiling cookie v0.18.1
15512026-03-26T16:02:52.556Z Compiling unicode-segmentation v1.12.0
15522026-03-26T16:02:52.602Z Compiling rayon-core v1.13.0
15532026-03-26T16:02:52.666Z Compiling adler2 v2.0.1
15542026-03-26T16:02:52.712Z Compiling signal-hook v0.3.18
15552026-03-26T16:02:52.777Z Compiling unicode-properties v0.1.4
15562026-03-26T16:02:52.799Z Compiling zstd-safe v7.2.4
15572026-03-26T16:02:52.885Z Compiling paste v1.0.15
15582026-03-26T16:02:52.937Z Compiling unarray v0.1.4
15592026-03-26T16:02:52.984Z Compiling unicode-bidi v0.3.18
15602026-03-26T16:02:53.000Z Compiling anyhow v1.0.102
15612026-03-26T16:02:53.045Z Compiling proptest v1.10.0
15622026-03-26T16:02:53.105Z Compiling miniz_oxide v0.8.9
15632026-03-26T16:02:53.247Z Compiling scroll v0.12.0
15642026-03-26T16:02:53.508Z Compiling stringprep v0.1.5
15652026-03-26T16:02:53.712Z Compiling tower v0.5.3
15662026-03-26T16:02:53.985Z Compiling crossbeam-deque v0.8.6
15672026-03-26T16:02:54.096Z Compiling derive_builder_macro v0.20.2
15682026-03-26T16:02:54.168Z Compiling ipnetwork v0.21.1
15692026-03-26T16:02:54.183Z Compiling http-body-util v0.1.3
15702026-03-26T16:02:54.199Z Compiling webpki-roots v1.0.6
15712026-03-26T16:02:54.285Z Compiling rand_chacha v0.3.1
15722026-03-26T16:02:54.317Z Compiling serde_spanned v0.6.9
15732026-03-26T16:02:54.419Z Compiling serde_tokenstream v0.2.3
15742026-03-26T16:02:54.466Z Compiling erased-serde v0.3.31
15752026-03-26T16:02:54.543Z Compiling toml_datetime v0.6.11
15762026-03-26T16:02:54.558Z Compiling md-5 v0.10.6
15772026-03-26T16:02:54.721Z Compiling zerocopy-derive v0.7.35
15782026-03-26T16:02:54.737Z Compiling curve25519-dalek v4.1.3
15792026-03-26T16:02:54.750Z Compiling darling_macro v0.21.3
15802026-03-26T16:02:54.797Z Compiling vergen-lib v0.1.6
15812026-03-26T16:02:54.942Z Compiling num-integer v0.1.46
15822026-03-26T16:02:54.975Z Compiling hash32 v0.2.1
15832026-03-26T16:02:55.062Z Compiling ff v0.13.1
15842026-03-26T16:02:55.090Z Compiling memoffset v0.9.1
15852026-03-26T16:02:55.168Z Compiling ryu v1.0.23
15862026-03-26T16:02:55.200Z Compiling rustix v0.38.44
15872026-03-26T16:02:55.223Z Compiling ref-cast v1.0.25
15882026-03-26T16:02:55.261Z Compiling base16ct v0.2.0
15892026-03-26T16:02:55.282Z Compiling fallible-iterator v0.2.0
15902026-03-26T16:02:55.345Z Compiling psl-types v2.0.11
15912026-03-26T16:02:55.432Z Compiling cfg_aliases v0.2.1
15922026-03-26T16:02:55.470Z Compiling zlib-rs v0.6.2
15932026-03-26T16:02:55.508Z Compiling iri-string v0.7.10
15942026-03-26T16:02:55.523Z Compiling litrs v1.0.0
15952026-03-26T16:02:55.539Z Compiling smoltcp v0.9.1
15962026-03-26T16:02:55.578Z Compiling num-bigint-dig v0.8.6
15972026-03-26T16:02:55.581Z Compiling zerocopy v0.7.35
15982026-03-26T16:02:55.783Z Compiling postgres-protocol v0.6.10
15992026-03-26T16:02:56.017Z Compiling document-features v0.2.12
16002026-03-26T16:02:56.032Z Compiling nix v0.31.1
16012026-03-26T16:02:56.129Z Compiling publicsuffix v2.3.0
16022026-03-26T16:02:56.301Z Compiling sec1 v0.7.3
16032026-03-26T16:02:56.319Z Compiling newtype-uuid v1.3.2
16042026-03-26T16:02:56.433Z Compiling serde_urlencoded v0.7.1
16052026-03-26T16:02:56.586Z Compiling darling v0.21.3
16062026-03-26T16:02:56.632Z Compiling tower-http v0.6.8
16072026-03-26T16:02:56.636Z Compiling group v0.13.0
16082026-03-26T16:02:56.663Z Compiling num-iter v0.1.45
16092026-03-26T16:02:56.867Z Compiling derive_builder v0.20.2
16102026-03-26T16:02:56.983Z Compiling rand v0.8.5
16112026-03-26T16:02:56.999Z Compiling oxnet v0.1.4
16122026-03-26T16:02:57.135Z Compiling proc-macro-error v1.0.4
16132026-03-26T16:02:57.204Z Compiling tokio-native-tls v0.3.1
16142026-03-26T16:02:57.493Z Compiling goblin v0.8.2
16152026-03-26T16:02:57.839Z Compiling heck v0.4.1
16162026-03-26T16:02:58.073Z Compiling phf_shared v0.13.1
16172026-03-26T16:02:58.095Z Compiling hubpack_derive v0.1.1
16182026-03-26T16:02:58.144Z Compiling regex v1.12.3
16192026-03-26T16:02:58.287Z Compiling flate2 v1.1.9
16202026-03-26T16:02:58.308Z Compiling lazy_static v1.5.0
16212026-03-26T16:02:58.405Z Compiling cargo-platform v0.1.9
16222026-03-26T16:02:58.531Z Compiling hkdf v0.12.4
16232026-03-26T16:02:58.580Z Compiling crypto-bigint v0.5.5
16242026-03-26T16:02:58.664Z Compiling terminal_size v0.4.3
16252026-03-26T16:02:58.681Z Compiling ref-cast-impl v1.0.25
16262026-03-26T16:02:58.697Z Compiling strum_macros v0.27.2
16272026-03-26T16:02:58.697Z Compiling daft-derive v0.1.5
16282026-03-26T16:02:58.802Z Compiling async-trait v0.1.89
16292026-03-26T16:02:59.210Z Compiling curve25519-dalek-derive v0.1.1
16302026-03-26T16:02:59.407Z Compiling vergen v9.0.6
16312026-03-26T16:02:59.583Z Compiling fs-err v3.3.0
16322026-03-26T16:02:59.776Z Compiling ahash v0.8.12
16332026-03-26T16:02:59.831Z Compiling managed v0.8.0
16342026-03-26T16:02:59.849Z Compiling bumpalo v3.20.2
16352026-03-26T16:02:59.978Z Compiling bitflags v1.3.2
16362026-03-26T16:03:00.048Z Compiling winnow v0.5.40
16372026-03-26T16:03:00.063Z Compiling libbz2-rs-sys v0.2.2
16382026-03-26T16:03:00.099Z Compiling foldhash v0.1.5
16392026-03-26T16:03:00.276Z Compiling object v0.37.3
16402026-03-26T16:03:00.590Z Compiling bzip2 v0.6.1
16412026-03-26T16:03:00.652Z Compiling console v0.16.2
16422026-03-26T16:03:00.685Z Compiling strum v0.27.2
16432026-03-26T16:03:00.733Z Compiling hashbrown v0.15.5
16442026-03-26T16:03:00.798Z Compiling zopfli v0.8.3
16452026-03-26T16:03:00.945Z Compiling clap_builder v4.5.60
16462026-03-26T16:03:01.375Z Compiling toml_edit v0.19.15
16472026-03-26T16:03:01.445Z Compiling dof v0.3.0
16482026-03-26T16:03:01.479Z Compiling elliptic-curve v0.13.8
16492026-03-26T16:03:01.602Z Compiling daft v0.1.5
16502026-03-26T16:03:01.881Z Compiling cargo_metadata v0.19.2
16512026-03-26T16:03:01.971Z Compiling hubpack v0.1.2
16522026-03-26T16:03:02.190Z Compiling phf v0.13.1
16532026-03-26T16:03:02.352Z Compiling zone_cfg_derive v0.3.1
16542026-03-26T16:03:03.021Z Compiling signal-hook-mio v0.2.5
16552026-03-26T16:03:03.143Z Compiling cookie_store v0.22.1
16562026-03-26T16:03:03.644Z Compiling zstd v0.13.3
16572026-03-26T16:03:03.801Z Compiling rayon v1.11.0
16582026-03-26T16:03:03.912Z Compiling hyper-tls v0.6.0
16592026-03-26T16:03:03.936Z Compiling bzip2 v0.4.4
16602026-03-26T16:03:04.021Z Compiling serde_with_macros v3.17.0
16612026-03-26T16:03:04.074Z Compiling postgres-types v0.2.12
16622026-03-26T16:03:04.146Z Compiling usdt-attr-macro v0.6.0
16632026-03-26T16:03:04.262Z Compiling usdt-macro v0.6.0
16642026-03-26T16:03:04.611Z Compiling ed25519 v2.2.3
16652026-03-26T16:03:04.923Z Compiling dtrace-parser v0.2.0
16662026-03-26T16:03:04.992Z Compiling itertools v0.12.1
16672026-03-26T16:03:05.130Z Compiling phf_shared v0.11.3
16682026-03-26T16:03:05.221Z Compiling bstr v1.12.1
16692026-03-26T16:03:05.313Z Compiling pkcs1 v0.7.5
16702026-03-26T16:03:05.508Z Compiling serde-big-array v0.5.1
16712026-03-26T16:03:05.526Z Compiling hex v0.4.3
16722026-03-26T16:03:05.652Z Compiling rfc6979 v0.4.0
16732026-03-26T16:03:05.670Z Compiling enum-as-inner v0.6.1
16742026-03-26T16:03:05.773Z Compiling serde_repr v0.1.20
16752026-03-26T16:03:05.778Z Compiling clap_derive v4.5.55
16762026-03-26T16:03:05.793Z Compiling strum_macros v0.26.4
16772026-03-26T16:03:05.858Z Compiling float-cmp v0.10.0
16782026-03-26T16:03:06.008Z Compiling thread-id v4.2.2
16792026-03-26T16:03:06.099Z Compiling memmap2 v0.9.10
16802026-03-26T16:03:06.159Z Compiling env_filter v1.0.0
16812026-03-26T16:03:06.189Z Compiling encoding_rs v0.8.35
16822026-03-26T16:03:06.233Z Compiling predicates-core v1.0.10
16832026-03-26T16:03:06.312Z Compiling keccak v0.1.6
16842026-03-26T16:03:06.411Z Compiling unit-prefix v0.5.2
16852026-03-26T16:03:06.461Z Compiling difflib v0.4.0
16862026-03-26T16:03:06.563Z Compiling whoami v2.1.0
16872026-03-26T16:03:06.942Z Compiling fixedbitset v0.5.7
16882026-03-26T16:03:07.012Z Compiling new_debug_unreachable v1.0.6
16892026-03-26T16:03:07.089Z Compiling static_assertions v1.1.0
16902026-03-26T16:03:07.131Z Compiling mime v0.3.17
16912026-03-26T16:03:07.168Z Compiling data-encoding v2.10.0
16922026-03-26T16:03:07.247Z Compiling jiff v0.2.21
16932026-03-26T16:03:07.386Z Compiling normalize-line-endings v0.3.0
16942026-03-26T16:03:07.529Z Compiling precomputed-hash v0.1.1
16952026-03-26T16:03:07.562Z Compiling rustc-hash v2.1.1
16962026-03-26T16:03:07.578Z Compiling fixedbitset v0.4.2
16972026-03-26T16:03:07.621Z Compiling string_cache v0.8.9
16982026-03-26T16:03:07.692Z Compiling iddqd v0.3.17
16992026-03-26T16:03:07.758Z Compiling petgraph v0.6.5
17002026-03-26T16:03:07.783Z Compiling clap v4.5.60
17012026-03-26T16:03:07.800Z Compiling strum v0.26.3
17022026-03-26T16:03:07.848Z Compiling predicates v3.1.4
17032026-03-26T16:03:07.868Z Compiling hickory-proto v0.25.2
17042026-03-26T16:03:07.889Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17052026-03-26T16:03:07.924Z Compiling petgraph v0.8.3
17062026-03-26T16:03:08.497Z Compiling toml_edit v0.22.27
17072026-03-26T16:03:08.834Z Compiling tokio-postgres v0.7.16
17082026-03-26T16:03:09.231Z Compiling indicatif v0.18.4
17092026-03-26T16:03:09.840Z Compiling sha3 v0.10.8
17102026-03-26T16:03:10.055Z Compiling zip v4.6.1
17112026-03-26T16:03:10.296Z Compiling env_logger v0.11.9
17122026-03-26T16:03:10.586Z Compiling usdt v0.6.0
17132026-03-26T16:03:10.651Z Compiling zone v0.3.1
17142026-03-26T16:03:10.853Z Compiling usdt-impl v0.5.0
17152026-03-26T16:03:11.005Z Compiling ecdsa v0.16.9
17162026-03-26T16:03:11.009Z Compiling serde_with v3.17.0
17172026-03-26T16:03:11.156Z Compiling similar v2.7.0
17182026-03-26T16:03:11.327Z Compiling rsa v0.9.10
17192026-03-26T16:03:11.400Z Compiling crossterm v0.28.1
17202026-03-26T16:03:11.435Z Compiling ed25519-dalek v2.2.0
17212026-03-26T16:03:11.449Z Compiling zip v0.6.6
17222026-03-26T16:03:12.086Z Compiling toml v0.7.8
17232026-03-26T16:03:12.738Z Compiling toml_parser v1.0.9+spec-1.1.0
17242026-03-26T16:03:12.742Z Compiling itertools v0.13.0
17252026-03-26T16:03:12.769Z Compiling tokio-stream v0.1.18
17262026-03-26T16:03:12.877Z Compiling buf-list v1.1.2
17272026-03-26T16:03:13.155Z Compiling x509-cert v0.2.5
17282026-03-26T16:03:13.248Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17292026-03-26T16:03:13.387Z Compiling openapiv3 v2.2.0
17302026-03-26T16:03:13.458Z Compiling sha1 v0.10.6
17312026-03-26T16:03:13.546Z Compiling toml_datetime v0.7.5+spec-1.1.0
17322026-03-26T16:03:13.676Z Compiling lalrpop-util v0.19.12
17332026-03-26T16:03:13.834Z Compiling peg-runtime v0.8.5
17342026-03-26T16:03:13.866Z Compiling thread_local v1.1.9
17352026-03-26T16:03:13.976Z Compiling slog-async v2.8.0
17362026-03-26T16:03:14.114Z Compiling crossbeam-channel v0.5.15
17372026-03-26T16:03:14.129Z Compiling futures-executor v0.3.32
17382026-03-26T16:03:14.301Z Compiling is-terminal v0.4.17
17392026-03-26T16:03:14.387Z Compiling filetime v0.2.27
17402026-03-26T16:03:14.403Z Compiling xattr v1.6.1
17412026-03-26T16:03:14.565Z Compiling take_mut v0.2.2
17422026-03-26T16:03:14.565Z Compiling term v1.2.1
17432026-03-26T16:03:14.568Z Compiling tar v0.4.44
17442026-03-26T16:03:14.705Z Compiling futures v0.3.32
17452026-03-26T16:03:14.948Z Compiling slog-term v2.9.2
17462026-03-26T16:03:20.778Z Compiling rustls-webpki v0.103.9
17472026-03-26T16:03:23.561Z Compiling tokio-rustls v0.26.4
17482026-03-26T16:03:23.561Z Compiling rustls-platform-verifier v0.6.2
17492026-03-26T16:03:23.759Z Compiling hyper-rustls v0.27.7
17502026-03-26T16:03:23.959Z Compiling reqwest v0.13.2
17512026-03-26T16:03:23.959Z Compiling reqwest v0.12.28
17522026-03-26T16:03:26.058Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17532026-03-26T16:03:26.273Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17542026-03-26T16:03:29.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17552026-03-26T16:03:29.224Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17562026-03-26T16:03:29.280ZMar 26 16:03:27.429 INFO Starting download, target: Clickhouse
17572026-03-26T16:03:29.280ZMar 26 16:03:27.429 INFO Starting download, target: Cockroach
17582026-03-26T16:03:29.280ZMar 26 16:03:27.429 INFO Starting download, target: Console
17592026-03-26T16:03:29.280ZMar 26 16:03:27.429 INFO Starting download, target: DendriteStub
17602026-03-26T16:03:29.283ZMar 26 16:03:27.429 INFO Starting download, target: MaghemiteMgd
17612026-03-26T16:03:29.283ZMar 26 16:03:27.429 INFO Starting download, target: TransceiverControl
17622026-03-26T16:03:29.283ZMar 26 16:03:27.429 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17632026-03-26T16:03:29.283ZMar 26 16:03:27.429 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17642026-03-26T16:03:29.283ZMar 26 16:03:27.429 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17652026-03-26T16:03:29.283ZMar 26 16:03:27.429 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17662026-03-26T16:03:29.283ZMar 26 16:03:27.429 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17672026-03-26T16:03:29.283ZMar 26 16:03:27.430 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17682026-03-26T16:03:29.723ZMar 26 16:03:27.848 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17692026-03-26T16:03:29.920ZMar 26 16:03:28.062 INFO Download complete, target: TransceiverControl
17702026-03-26T16:03:30.537ZMar 26 16:03:28.686 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17712026-03-26T16:03:30.932ZMar 26 16:03:29.082 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-03-26T16:03:31.412ZMar 26 16:03:29.560 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17732026-03-26T16:03:31.646ZMar 26 16:03:29.795 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17742026-03-26T16:03:31.646ZMar 26 16:03:29.796 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17752026-03-26T16:03:31.666ZMar 26 16:03:29.816 INFO Download complete, target: Console
17762026-03-26T16:03:31.776ZMar 26 16:03:29.926 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17772026-03-26T16:03:32.787ZMar 26 16:03:30.937 INFO Download complete, target: DendriteStub
17782026-03-26T16:03:33.348ZMar 26 16:03:31.497 INFO Download complete, target: MaghemiteMgd
17792026-03-26T16:03:36.331ZMar 26 16:03:34.480 INFO Checking that binary works, target: Cockroach
17802026-03-26T16:03:36.459ZMar 26 16:03:34.608 INFO Download complete, target: Cockroach
17812026-03-26T16:03:38.635ZMar 26 16:03:36.784 INFO Checking that binary works, target: Clickhouse
17822026-03-26T16:03:38.789ZMar 26 16:03:36.938 INFO Download complete, target: Clickhouse
17832026-03-26T16:03:38.864ZAll builder prerequisites installed successfully, and PATH looks valid
17842026-03-26T16:03:38.867Z
17852026-03-26T16:03:38.868Zreal 3:21.725294266
17862026-03-26T16:03:38.868Zuser 7:15.079304025
17872026-03-26T16:03:38.868Zsys 1:24.960378405
17882026-03-26T16:03:38.868Ztrap 0.216293177
17892026-03-26T16:03:38.868Ztflt 2.025358880
17902026-03-26T16:03:38.868Zdflt 3.256914849
17912026-03-26T16:03:38.868Zkflt 0.047628747
17922026-03-26T16:03:38.868Zlock 21:27.048829386
17932026-03-26T16:03:38.868Zslp 23:04.548337062
17942026-03-26T16:03:38.868Zlat 43.378103292
17952026-03-26T16:03:38.869Zstop 2:01.252434097
17962026-03-26T16:03:38.869Z+ banner hack-check
17972026-03-26T16:03:38.869Z
17982026-03-26T16:03:38.869Z # # ## #### # # #### # # ###### #### # #
17992026-03-26T16:03:38.869Z # # # # # # # # # # # # # # # # #
18002026-03-26T16:03:38.869Z ###### # # # #### ##### # ###### ##### # ####
18012026-03-26T16:03:38.869Z # # ###### # # # # # # # # # #
18022026-03-26T16:03:38.869Z # # # # # # # # # # # # # # # # #
18032026-03-26T16:03:38.869Z # # # # #### # # #### # # ###### #### # #
18042026-03-26T16:03:38.869Z
18052026-03-26T16:03:38.869Z+ export CARGO_INCREMENTAL=0
18062026-03-26T16:03:38.869Z+ CARGO_INCREMENTAL=0
18072026-03-26T16:03:38.869Z+ ptime -m timeout 2h cargo xtask check-features --ci
18082026-03-26T16:03:39.408Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18092026-03-26T16:03:39.631Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18102026-03-26T16:03:41.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
18112026-03-26T16:03:41.579Z Running `target/debug/xtask check-features --ci`
18122026-03-26T16:03:41.608Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18132026-03-26T16:03:41.611Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18142026-03-26T16:03:42.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18152026-03-26T16:03:42.124Z Running `target/debug/xtask download cargo-hack`
18162026-03-26T16:03:42.906Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18172026-03-26T16:03:43.215Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18182026-03-26T16:03:45.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
18192026-03-26T16:03:45.839Z Running `target/debug/xtask-downloader cargo-hack`
18202026-03-26T16:03:45.881ZMar 26 16:03:44.028 INFO Starting download, target: CargoHack
18212026-03-26T16:03:45.885ZMar 26 16:03:44.028 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18222026-03-26T16:03:46.266ZMar 26 16:03:44.414 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18232026-03-26T16:03:46.316ZMar 26 16:03:44.464 INFO Download complete, target: CargoHack
18242026-03-26T16:03:46.319Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18252026-03-26T16:03:46.332Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18262026-03-26T16:03:46.484Zinfo: running `cargo check --bins` on api_identity (1/267)
18272026-03-26T16:03:46.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-03-26T16:03:46.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-03-26T16:03:46.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-03-26T16:03:46.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18312026-03-26T16:03:47.056Z
18322026-03-26T16:03:47.056Zinfo: running `cargo check --bins` on bootstore (2/267)
18332026-03-26T16:03:47.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-03-26T16:03:47.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-03-26T16:03:47.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-03-26T16:03:47.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18372026-03-26T16:03:47.633Z
18382026-03-26T16:03:47.633Zinfo: running `cargo check --bins` on omicron-ledger (3/267)
18392026-03-26T16:03:48.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-03-26T16:03:48.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-03-26T16:03:48.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-03-26T16:03:48.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18432026-03-26T16:03:48.212Z
18442026-03-26T16:03:48.212Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/267)
18452026-03-26T16:03:48.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-03-26T16:03:48.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-03-26T16:03:48.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-03-26T16:03:48.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18492026-03-26T16:03:48.806Z
18502026-03-26T16:03:48.806Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/267)
18512026-03-26T16:03:49.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-03-26T16:03:49.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-03-26T16:03:49.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-03-26T16:03:49.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18552026-03-26T16:03:49.387Z
18562026-03-26T16:03:49.387Zinfo: running `cargo check --bins` on omicron-certificates (6/267)
18572026-03-26T16:03:49.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-03-26T16:03:49.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-03-26T16:03:49.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-03-26T16:03:49.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18612026-03-26T16:03:49.971Z
18622026-03-26T16:03:49.971Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/267)
18632026-03-26T16:03:50.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-03-26T16:03:50.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-03-26T16:03:50.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-03-26T16:03:50.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18672026-03-26T16:03:50.566Z
18682026-03-26T16:03:50.566Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/267)
18692026-03-26T16:03:51.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-03-26T16:03:51.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-03-26T16:03:51.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-03-26T16:03:51.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18732026-03-26T16:03:51.158Z
18742026-03-26T16:03:51.158Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/267)
18752026-03-26T16:03:51.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-03-26T16:03:51.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-03-26T16:03:51.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-03-26T16:03:51.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18792026-03-26T16:03:51.628Z
18802026-03-26T16:03:51.628Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/267)
18812026-03-26T16:03:52.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-03-26T16:03:52.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-03-26T16:03:52.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-03-26T16:03:52.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18852026-03-26T16:03:52.101Z
18862026-03-26T16:03:52.101Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/267)
18872026-03-26T16:03:52.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-03-26T16:03:52.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-03-26T16:03:52.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-03-26T16:03:52.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18912026-03-26T16:03:52.573Z
18922026-03-26T16:03:52.573Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/267)
18932026-03-26T16:03:52.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-03-26T16:03:52.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-03-26T16:03:52.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-03-26T16:03:52.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18972026-03-26T16:03:53.081Z
18982026-03-26T16:03:53.081Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/267)
18992026-03-26T16:03:53.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-03-26T16:03:53.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-03-26T16:03:53.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-03-26T16:03:53.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19032026-03-26T16:03:53.507Z
19042026-03-26T16:03:53.507Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/267)
19052026-03-26T16:03:53.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-03-26T16:03:53.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-03-26T16:03:53.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-03-26T16:03:53.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19092026-03-26T16:03:53.973Z
19102026-03-26T16:03:53.973Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/267)
19112026-03-26T16:03:54.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-03-26T16:03:54.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-03-26T16:03:54.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-03-26T16:03:54.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19152026-03-26T16:03:54.443Z
19162026-03-26T16:03:54.443Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/267)
19172026-03-26T16:03:54.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-03-26T16:03:54.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-03-26T16:03:54.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-03-26T16:03:54.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19212026-03-26T16:03:54.923Z
19222026-03-26T16:03:54.923Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/267)
19232026-03-26T16:03:55.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-03-26T16:03:55.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-03-26T16:03:55.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-03-26T16:03:55.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19272026-03-26T16:03:55.395Z
19282026-03-26T16:03:55.395Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/267)
19292026-03-26T16:03:55.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-03-26T16:03:55.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-03-26T16:03:55.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-03-26T16:03:55.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19332026-03-26T16:03:55.869Z
19342026-03-26T16:03:55.869Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/267)
19352026-03-26T16:03:56.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-03-26T16:03:56.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-03-26T16:03:56.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-03-26T16:03:56.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19392026-03-26T16:03:56.336Z
19402026-03-26T16:03:56.336Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/267)
19412026-03-26T16:03:56.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-03-26T16:03:56.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-03-26T16:03:56.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-03-26T16:03:56.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19452026-03-26T16:03:56.806Z
19462026-03-26T16:03:56.806Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/267)
19472026-03-26T16:03:57.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-03-26T16:03:57.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-03-26T16:03:57.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-03-26T16:03:57.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19512026-03-26T16:03:57.282Z
19522026-03-26T16:03:57.282Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/267)
19532026-03-26T16:03:57.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-03-26T16:03:57.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-03-26T16:03:57.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-03-26T16:03:57.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19572026-03-26T16:03:57.757Z
19582026-03-26T16:03:57.757Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/267)
19592026-03-26T16:03:58.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-03-26T16:03:58.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-03-26T16:03:58.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-03-26T16:03:58.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19632026-03-26T16:03:58.231Z
19642026-03-26T16:03:58.231Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/267)
19652026-03-26T16:03:58.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-03-26T16:03:58.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-03-26T16:03:58.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-03-26T16:03:58.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19692026-03-26T16:03:58.704Z
19702026-03-26T16:03:58.704Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/267)
19712026-03-26T16:03:59.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-03-26T16:03:59.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-03-26T16:03:59.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-03-26T16:03:59.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19752026-03-26T16:03:59.179Z
19762026-03-26T16:03:59.179Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/267)
19772026-03-26T16:03:59.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-03-26T16:03:59.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-03-26T16:03:59.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-03-26T16:03:59.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19812026-03-26T16:03:59.657Z
19822026-03-26T16:03:59.657Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/267)
19832026-03-26T16:04:00.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-03-26T16:04:00.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-03-26T16:04:00.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-03-26T16:04:00.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19872026-03-26T16:04:00.138Z
19882026-03-26T16:04:00.138Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/267)
19892026-03-26T16:04:00.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-03-26T16:04:00.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-03-26T16:04:00.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-03-26T16:04:00.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19932026-03-26T16:04:00.614Z
19942026-03-26T16:04:00.615Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/267)
19952026-03-26T16:04:01.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-03-26T16:04:01.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-03-26T16:04:01.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-03-26T16:04:01.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19992026-03-26T16:04:01.090Z
20002026-03-26T16:04:01.090Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/267)
20012026-03-26T16:04:01.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-03-26T16:04:01.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-03-26T16:04:01.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-03-26T16:04:01.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20052026-03-26T16:04:01.561Z
20062026-03-26T16:04:01.561Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/267)
20072026-03-26T16:04:01.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-03-26T16:04:01.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-03-26T16:04:01.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-03-26T16:04:01.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20112026-03-26T16:04:02.032Z
20122026-03-26T16:04:02.032Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/267)
20132026-03-26T16:04:02.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-03-26T16:04:02.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-03-26T16:04:02.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-03-26T16:04:02.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20172026-03-26T16:04:02.506Z
20182026-03-26T16:04:02.506Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/267)
20192026-03-26T16:04:02.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-03-26T16:04:02.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-03-26T16:04:02.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-03-26T16:04:02.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20232026-03-26T16:04:02.982Z
20242026-03-26T16:04:02.982Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/267)
20252026-03-26T16:04:03.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-03-26T16:04:03.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-03-26T16:04:03.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-03-26T16:04:03.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20292026-03-26T16:04:03.457Z
20302026-03-26T16:04:03.457Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/267)
20312026-03-26T16:04:03.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-03-26T16:04:03.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-03-26T16:04:03.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-03-26T16:04:03.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20352026-03-26T16:04:03.937Z
20362026-03-26T16:04:03.937Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/267)
20372026-03-26T16:04:04.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-03-26T16:04:04.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-03-26T16:04:04.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-03-26T16:04:04.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20412026-03-26T16:04:04.410Z
20422026-03-26T16:04:04.410Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/267)
20432026-03-26T16:04:04.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-03-26T16:04:04.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-03-26T16:04:04.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-03-26T16:04:04.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20472026-03-26T16:04:04.881Z
20482026-03-26T16:04:04.881Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/267)
20492026-03-26T16:04:05.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-03-26T16:04:05.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-03-26T16:04:05.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-03-26T16:04:05.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20532026-03-26T16:04:05.355Z
20542026-03-26T16:04:05.355Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/267)
20552026-03-26T16:04:05.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-03-26T16:04:05.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-03-26T16:04:05.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-03-26T16:04:05.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20592026-03-26T16:04:05.828Z
20602026-03-26T16:04:05.828Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/267)
20612026-03-26T16:04:06.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-03-26T16:04:06.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-03-26T16:04:06.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-03-26T16:04:06.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20652026-03-26T16:04:06.310Z
20662026-03-26T16:04:06.310Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/267)
20672026-03-26T16:04:06.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-03-26T16:04:06.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-03-26T16:04:06.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-03-26T16:04:06.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20712026-03-26T16:04:06.790Z
20722026-03-26T16:04:06.790Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/267)
20732026-03-26T16:04:07.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-03-26T16:04:07.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-03-26T16:04:07.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-03-26T16:04:07.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20772026-03-26T16:04:07.266Z
20782026-03-26T16:04:07.266Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/267)
20792026-03-26T16:04:07.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-03-26T16:04:07.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-03-26T16:04:07.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-03-26T16:04:07.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20832026-03-26T16:04:07.746Z
20842026-03-26T16:04:07.746Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/267)
20852026-03-26T16:04:08.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-03-26T16:04:08.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-03-26T16:04:08.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-03-26T16:04:08.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20892026-03-26T16:04:08.229Z
20902026-03-26T16:04:08.229Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/267)
20912026-03-26T16:04:08.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-03-26T16:04:08.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-03-26T16:04:08.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-03-26T16:04:08.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20952026-03-26T16:04:08.711Z
20962026-03-26T16:04:08.711Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/267)
20972026-03-26T16:04:09.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-03-26T16:04:09.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-03-26T16:04:09.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-03-26T16:04:09.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21012026-03-26T16:04:09.197Z
21022026-03-26T16:04:09.197Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/267)
21032026-03-26T16:04:09.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-03-26T16:04:09.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-03-26T16:04:09.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-03-26T16:04:09.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21072026-03-26T16:04:09.671Z
21082026-03-26T16:04:09.671Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/267)
21092026-03-26T16:04:10.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-03-26T16:04:10.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-03-26T16:04:10.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-03-26T16:04:10.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21132026-03-26T16:04:10.145Z
21142026-03-26T16:04:10.145Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/267)
21152026-03-26T16:04:10.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-03-26T16:04:10.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-03-26T16:04:10.940Z Checking cfg-if v1.0.4
21182026-03-26T16:04:10.943Z Checking libc v0.2.180
21192026-03-26T16:04:10.943Z Checking serde_core v1.0.228
21202026-03-26T16:04:11.096Z Checking memchr v2.8.0
21212026-03-26T16:04:11.104Z Checking smallvec v1.15.1
21222026-03-26T16:04:11.104Z Checking itoa v1.0.17
21232026-03-26T16:04:11.130Z Checking log v0.4.29
21242026-03-26T16:04:11.131Z Checking zeroize v1.8.2
21252026-03-26T16:04:11.155Z Checking stable_deref_trait v1.2.1
21262026-03-26T16:04:11.229Z Checking zerofrom v0.1.6
21272026-03-26T16:04:11.259Z Checking zmij v1.0.21
21282026-03-26T16:04:11.279Z Checking percent-encoding v2.3.2
21292026-03-26T16:04:11.285Z Checking litemap v0.8.1
21302026-03-26T16:04:11.288Z Checking writeable v0.6.2
21312026-03-26T16:04:11.360Z Checking yoke v0.8.1
21322026-03-26T16:04:11.457Z Checking libm v0.2.16
21332026-03-26T16:04:11.474Z Checking scopeguard v1.2.0
21342026-03-26T16:04:11.486Z Checking icu_properties_data v2.1.2
21352026-03-26T16:04:11.498Z Checking icu_normalizer_data v2.1.1
21362026-03-26T16:04:11.513Z Checking getrandom v0.2.17
21372026-03-26T16:04:11.525Z Checking errno v0.3.14
21382026-03-26T16:04:11.528Z Checking zerovec v0.11.5
21392026-03-26T16:04:11.567Z Checking zerotrie v0.2.3
21402026-03-26T16:04:11.571Z Checking lock_api v0.4.14
21412026-03-26T16:04:11.609Z Checking subtle v2.6.1
21422026-03-26T16:04:11.642Z Checking utf8_iter v1.0.4
21432026-03-26T16:04:11.658Z Checking rand_core v0.6.4
21442026-03-26T16:04:11.755Z Checking form_urlencoded v1.2.2
21452026-03-26T16:04:11.771Z Checking rand_core v0.10.0
21462026-03-26T16:04:11.786Z Checking pin-project-lite v0.2.17
21472026-03-26T16:04:11.804Z Checking typenum v1.19.0
21482026-03-26T16:04:11.832Z Checking portable-atomic v1.13.1
21492026-03-26T16:04:11.878Z Checking critical-section v1.2.0
21502026-03-26T16:04:11.894Z Checking iana-time-zone v0.1.65
21512026-03-26T16:04:11.909Z Checking getrandom v0.4.1
21522026-03-26T16:04:11.964Z Checking tinystr v0.8.2
21532026-03-26T16:04:11.980Z Checking potential_utf v0.1.4
21542026-03-26T16:04:12.003Z Checking signal-hook-registry v1.4.8
21552026-03-26T16:04:12.053Z Checking parking_lot_core v0.9.12
21562026-03-26T16:04:12.109Z Checking icu_collections v2.1.1
21572026-03-26T16:04:12.142Z Checking icu_locale_core v2.1.1
21582026-03-26T16:04:12.146Z Checking num-traits v0.2.19
21592026-03-26T16:04:12.173Z Checking mio v1.1.1
21602026-03-26T16:04:12.233Z Checking once_cell v1.21.3
21612026-03-26T16:04:12.247Z Checking parking_lot v0.12.5
21622026-03-26T16:04:12.324Z Checking generic-array v0.14.7
21632026-03-26T16:04:12.405Z Checking socket2 v0.6.2
21642026-03-26T16:04:12.423Z Checking zerocopy v0.8.40
21652026-03-26T16:04:12.438Z Checking futures-core v0.3.32
21662026-03-26T16:04:12.455Z Checking dyn-clone v1.0.20
21672026-03-26T16:04:12.529Z Checking serde v1.0.228
21682026-03-26T16:04:12.554Z Checking serde_json v1.0.149
21692026-03-26T16:04:12.569Z Checking bitflags v2.11.0
21702026-03-26T16:04:12.640Z Checking uuid v1.21.0
21712026-03-26T16:04:12.677Z Checking semver v1.0.27
21722026-03-26T16:04:12.693Z Checking icu_provider v2.1.1
21732026-03-26T16:04:12.735Z Checking equivalent v1.0.2
21742026-03-26T16:04:12.768Z Checking crypto-common v0.1.7
21752026-03-26T16:04:12.820Z Checking allocator-api2 v0.2.21
21762026-03-26T16:04:12.879Z Checking const-oid v0.9.6
21772026-03-26T16:04:12.895Z Checking foldhash v0.2.0
21782026-03-26T16:04:12.925Z Checking icu_normalizer v2.1.1
21792026-03-26T16:04:12.941Z Checking bytes v1.11.1
21802026-03-26T16:04:12.956Z Checking icu_properties v2.1.2
21812026-03-26T16:04:13.046Z Checking chrono v0.4.44
21822026-03-26T16:04:13.099Z Checking hashbrown v0.16.1
21832026-03-26T16:04:13.209Z Checking futures-sink v0.3.32
21842026-03-26T16:04:13.232Z Checking block-buffer v0.10.4
21852026-03-26T16:04:13.313Z Checking futures-channel v0.3.32
21862026-03-26T16:04:13.373Z Checking tokio v1.49.0
21872026-03-26T16:04:13.373Z Checking futures-task v0.3.32
21882026-03-26T16:04:13.500Z Checking slab v0.4.12
21892026-03-26T16:04:13.522Z Checking futures-io v0.3.32
21902026-03-26T16:04:13.554Z Checking digest v0.10.7
21912026-03-26T16:04:13.600Z Checking thiserror v2.0.18
21922026-03-26T16:04:13.636Z Checking byteorder v1.5.0
21932026-03-26T16:04:13.662Z Checking futures-util v0.3.32
21942026-03-26T16:04:13.705Z Checking base64 v0.22.1
21952026-03-26T16:04:13.752Z Checking indexmap v2.13.0
21962026-03-26T16:04:13.788Z Checking idna_adapter v1.2.1
21972026-03-26T16:04:13.842Z Checking cpufeatures v0.2.17
21982026-03-26T16:04:13.912Z Checking http v1.4.0
21992026-03-26T16:04:13.915Z Checking idna v1.1.0
22002026-03-26T16:04:13.946Z Checking fnv v1.0.7
22012026-03-26T16:04:13.961Z Checking unicode-ident v1.0.24
22022026-03-26T16:04:14.042Z Checking tracing-core v0.1.36
22032026-03-26T16:04:14.075Z Checking proc-macro2 v1.0.106
22042026-03-26T16:04:14.177Z Checking url v2.5.8
22052026-03-26T16:04:14.324Z Checking thiserror v1.0.69
22062026-03-26T16:04:14.348Z Checking tracing v0.1.44
22072026-03-26T16:04:14.387Z Checking rustls-pki-types v1.14.0
22082026-03-26T16:04:14.423Z Checking regex-syntax v0.8.10
22092026-03-26T16:04:14.470Z Checking quote v1.0.44
22102026-03-26T16:04:14.554Z Checking untrusted v0.9.0
22112026-03-26T16:04:14.614Z Checking schemars v0.8.22
22122026-03-26T16:04:14.642Z Checking syn v2.0.117
22132026-03-26T16:04:14.666Z Checking ring v0.17.14
22142026-03-26T16:04:14.687Z Checking ipnet v2.11.0
22152026-03-26T16:04:14.947Z Checking httparse v1.10.1
22162026-03-26T16:04:15.166Z Checking http-body v1.0.1
22172026-03-26T16:04:15.182Z Checking ppv-lite86 v0.2.21
22182026-03-26T16:04:15.268Z Checking block-padding v0.3.3
22192026-03-26T16:04:15.301Z Checking rustix v1.1.3
22202026-03-26T16:04:15.405Z Checking getrandom v0.3.4
22212026-03-26T16:04:15.472Z Checking atomic-waker v1.1.2
22222026-03-26T16:04:15.555Z Checking inout v0.1.4
22232026-03-26T16:04:15.573Z Checking hmac v0.12.1
22242026-03-26T16:04:15.589Z Checking aws-lc-sys v0.37.1
22252026-03-26T16:04:15.635Z Checking aho-corasick v1.1.4
22262026-03-26T16:04:15.697Z Checking tower-layer v0.3.3
22272026-03-26T16:04:15.712Z Checking openssl-probe v0.2.1
22282026-03-26T16:04:15.727Z Checking powerfmt v0.2.0
22292026-03-26T16:04:15.820Z Checking try-lock v0.2.5
22302026-03-26T16:04:15.849Z Checking tower-service v0.3.3
22312026-03-26T16:04:15.877Z Checking httpdate v1.0.3
22322026-03-26T16:04:15.920Z Checking untrusted v0.7.1
22332026-03-26T16:04:15.940Z Checking want v0.3.1
22342026-03-26T16:04:16.025Z Checking deranged v0.5.8
22352026-03-26T16:04:16.040Z Checking cipher v0.4.4
22362026-03-26T16:04:16.066Z Checking rand_core v0.9.5
22372026-03-26T16:04:16.140Z Checking aws-lc-rs v1.16.0
22382026-03-26T16:04:16.153Z Checking time-core v0.1.8
22392026-03-26T16:04:16.244Z Checking pin-utils v0.1.0
22402026-03-26T16:04:16.259Z Checking num-conv v0.2.0
22412026-03-26T16:04:16.276Z Checking num_threads v0.1.7
22422026-03-26T16:04:16.300Z Checking regex-automata v0.4.14
22432026-03-26T16:04:16.318Z Checking base64ct v1.8.3
22442026-03-26T16:04:16.367Z Checking sha2 v0.10.9
22452026-03-26T16:04:16.384Z Checking erased-serde v0.3.31
22462026-03-26T16:04:16.556Z Checking pretty-hex v0.4.1
22472026-03-26T16:04:16.579Z Checking tokio-util v0.7.18
22482026-03-26T16:04:16.646Z Checking rand_chacha v0.9.0
22492026-03-26T16:04:16.680Z Checking fastrand v2.3.0
22502026-03-26T16:04:16.761Z Checking slog v2.8.2
22512026-03-26T16:04:16.850Z Checking ryu v1.0.23
22522026-03-26T16:04:16.866Z Checking rand v0.9.2
22532026-03-26T16:04:16.892Z Checking pem-rfc7468 v0.7.0
22542026-03-26T16:04:16.922Z Checking rustls-webpki v0.103.9
22552026-03-26T16:04:16.946Z Checking time v0.3.47
22562026-03-26T16:04:16.987Z Checking rustls-native-certs v0.8.3
22572026-03-26T16:04:17.025Z Checking http-body-util v0.1.3
22582026-03-26T16:04:17.053Z Checking ipnetwork v0.21.1
22592026-03-26T16:04:17.116Z Checking sync_wrapper v1.0.2
22602026-03-26T16:04:17.183Z Checking h2 v0.4.13
22612026-03-26T16:04:17.220Z Checking spin v0.9.8
22622026-03-26T16:04:17.247Z Checking plain v0.2.3
22632026-03-26T16:04:17.269Z Checking flagset v0.4.7
22642026-03-26T16:04:17.328Z Checking tower v0.5.3
22652026-03-26T16:04:17.344Z Checking rustls v0.23.37
22662026-03-26T16:04:17.359Z Checking serde_urlencoded v0.7.1
22672026-03-26T16:04:17.392Z Checking der v0.7.10
22682026-03-26T16:04:17.408Z Checking rand_chacha v0.3.1
22692026-03-26T16:04:17.560Z Checking webpki-roots v1.0.6
22702026-03-26T16:04:17.617Z Checking tinyvec_macros v0.1.1
22712026-03-26T16:04:17.682Z Checking iri-string v0.7.10
22722026-03-26T16:04:17.697Z Checking ucd-trie v0.1.7
22732026-03-26T16:04:17.714Z Checking tinyvec v1.10.0
22742026-03-26T16:04:17.831Z Checking pest v2.8.6
22752026-03-26T16:04:18.034Z Checking rand v0.8.5
22762026-03-26T16:04:18.067Z Checking tempfile v3.25.0
22772026-03-26T16:04:18.101Z Checking salsa20 v0.10.2
22782026-03-26T16:04:18.124Z Checking spki v0.7.3
22792026-03-26T16:04:18.235Z Checking pbkdf2 v0.12.2
22802026-03-26T16:04:18.263Z Checking unicode-width v0.2.0
22812026-03-26T16:04:18.287Z Checking foreign-types-shared v0.1.1
22822026-03-26T16:04:18.348Z Checking scrypt v0.11.0
22832026-03-26T16:04:18.373Z Checking foreign-types v0.3.2
22842026-03-26T16:04:18.446Z Checking regex v1.12.3
22852026-03-26T16:04:18.485Z Checking cbc v0.1.2
22862026-03-26T16:04:18.528Z Checking aes v0.8.4
22872026-03-26T16:04:18.562Z Checking anyhow v1.0.102
22882026-03-26T16:04:18.631Z Checking openssl-sys v0.9.111
22892026-03-26T16:04:18.702Z Checking tower-http v0.6.8
22902026-03-26T16:04:18.733Z Checking crossbeam-utils v0.8.21
22912026-03-26T16:04:18.766Z Checking oxnet v0.1.4
22922026-03-26T16:04:18.905Z Checking mime v0.3.17
22932026-03-26T16:04:18.921Z Checking pkcs5 v0.7.1
22942026-03-26T16:04:18.979Z Checking openapiv3 v2.2.0
22952026-03-26T16:04:19.007Z Checking scroll v0.12.0
22962026-03-26T16:04:19.081Z Checking encoding_rs v0.8.35
22972026-03-26T16:04:19.096Z Checking winnow v0.7.14
22982026-03-26T16:04:19.125Z Checking openssl v0.10.75
22992026-03-26T16:04:19.181Z Checking pkcs8 v0.10.2
23002026-03-26T16:04:19.234Z Checking data-encoding v2.10.0
23012026-03-26T16:04:19.360Z Checking siphasher v1.0.2
23022026-03-26T16:04:19.508Z Checking goblin v0.8.2
23032026-03-26T16:04:19.524Z Checking lazy_static v1.5.0
23042026-03-26T16:04:19.618Z Checking zerocopy v0.7.35
23052026-03-26T16:04:19.714Z Checking tokio-rustls v0.26.4
23062026-03-26T16:04:19.907Z Checking hyper v1.8.1
23072026-03-26T16:04:19.949Z Checking wait-timeout v0.2.1
23082026-03-26T16:04:20.022Z Checking quick-error v1.2.3
23092026-03-26T16:04:20.073Z Checking bitflags v1.3.2
23102026-03-26T16:04:20.105Z Checking either v1.15.0
23112026-03-26T16:04:20.169Z Checking anstyle v1.0.13
23122026-03-26T16:04:20.174Z Checking managed v0.8.0
23132026-03-26T16:04:20.267Z Checking bit-vec v0.8.0
23142026-03-26T16:04:20.278Z Checking psl-types v2.0.11
23152026-03-26T16:04:20.294Z Checking utf8parse v0.2.2
23162026-03-26T16:04:20.307Z Checking rusty-fork v0.3.1
23172026-03-26T16:04:20.336Z Checking dtrace-parser v0.2.0
23182026-03-26T16:04:20.387Z Checking publicsuffix v2.3.0
23192026-03-26T16:04:20.388Z Checking anstyle-parse v0.2.7
23202026-03-26T16:04:20.452Z Checking bit-set v0.8.0
23212026-03-26T16:04:20.474Z Checking cookie v0.18.1
23222026-03-26T16:04:20.547Z Checking unicode-normalization v0.1.25
23232026-03-26T16:04:20.562Z Checking rand_xorshift v0.4.0
23242026-03-26T16:04:20.578Z Checking sha1 v0.10.6
23252026-03-26T16:04:20.598Z Checking hex v0.4.3
23262026-03-26T16:04:20.685Z Checking thread-id v4.2.2
23272026-03-26T16:04:20.709Z Checking anstyle-query v1.1.5
23282026-03-26T16:04:20.742Z Checking unarray v0.1.4
23292026-03-26T16:04:20.768Z Checking colorchoice v1.0.4
23302026-03-26T16:04:20.803Z Checking hyper-util v0.1.20
23312026-03-26T16:04:20.819Z Checking is_terminal_polyfill v1.70.2
23322026-03-26T16:04:20.832Z Checking cookie_store v0.22.1
23332026-03-26T16:04:20.848Z Checking proptest v1.10.0
23342026-03-26T16:04:20.867Z Checking rustls-platform-verifier v0.6.2
23352026-03-26T16:04:20.907Z Checking anstream v0.6.21
23362026-03-26T16:04:20.945Z Checking crossbeam-epoch v0.9.18
23372026-03-26T16:04:21.007Z Checking terminal_size v0.4.3
23382026-03-26T16:04:21.077Z Checking native-tls v0.2.18
23392026-03-26T16:04:21.106Z Checking scroll v0.13.0
23402026-03-26T16:04:21.122Z Checking num-integer v0.1.46
23412026-03-26T16:04:21.157Z Checking simd-adler32 v0.3.8
23422026-03-26T16:04:21.172Z Checking crossbeam-deque v0.8.6
23432026-03-26T16:04:21.257Z Checking tokio-native-tls v0.3.1
23442026-03-26T16:04:21.328Z Checking bstr v1.12.1
23452026-03-26T16:04:21.343Z Checking ref-cast v1.0.25
23462026-03-26T16:04:21.347Z Checking goblin v0.10.5
23472026-03-26T16:04:21.370Z Checking rustix v0.38.44
23482026-03-26T16:04:21.392Z Checking dof v0.3.0
23492026-03-26T16:04:21.417Z Checking camino v1.2.2
23502026-03-26T16:04:21.440Z Checking crc32fast v1.5.0
23512026-03-26T16:04:21.587Z Checking signature v2.2.0
23522026-03-26T16:04:21.667Z Checking usdt-impl v0.5.0
23532026-03-26T16:04:21.670Z Checking serde_spanned v0.6.9
23542026-03-26T16:04:21.716Z Checking toml_datetime v0.6.11
23552026-03-26T16:04:21.730Z Checking ff v0.13.1
23562026-03-26T16:04:21.813Z Checking unicode-properties v0.1.4
23572026-03-26T16:04:21.861Z Checking clap_lex v1.0.0
23582026-03-26T16:04:21.896Z Checking strsim v0.11.1
23592026-03-26T16:04:21.943Z Checking unicode-bidi v0.3.18
23602026-03-26T16:04:21.998Z Checking adler2 v2.0.1
23612026-03-26T16:04:22.013Z Checking base16ct v0.2.0
23622026-03-26T16:04:22.060Z Checking hyper-rustls v0.27.7
23632026-03-26T16:04:22.075Z Checking hyper-tls v0.6.0
23642026-03-26T16:04:22.108Z Checking miniz_oxide v0.8.9
23652026-03-26T16:04:22.137Z Checking sec1 v0.7.3
23662026-03-26T16:04:22.171Z Checking clap_builder v4.5.60
23672026-03-26T16:04:22.235Z Checking stringprep v0.1.5
23682026-03-26T16:04:22.251Z Checking group v0.13.0
23692026-03-26T16:04:22.269Z Checking reqwest v0.12.28
23702026-03-26T16:04:22.343Z Checking reqwest v0.13.2
23712026-03-26T16:04:22.391Z Checking rayon-core v1.13.0
23722026-03-26T16:04:22.406Z Checking num-iter v0.1.45
23732026-03-26T16:04:22.464Z Checking toml_parser v1.0.9+spec-1.1.0
23742026-03-26T16:04:22.520Z Checking dtrace-parser v0.3.0
23752026-03-26T16:04:22.606Z Checking newtype-uuid v1.3.2
23762026-03-26T16:04:22.712Z Checking hkdf v0.12.4
23772026-03-26T16:04:22.760Z Checking strum v0.26.3
23782026-03-26T16:04:22.787Z Checking zstd-sys v2.0.16+zstd.1.5.7
23792026-03-26T16:04:22.809Z Checking daft v0.1.5
23802026-03-26T16:04:22.849Z Checking hash32 v0.2.1
23812026-03-26T16:04:22.875Z Checking md-5 v0.10.6
23822026-03-26T16:04:22.900Z Checking crypto-bigint v0.5.5
23832026-03-26T16:04:23.009Z Checking toml_datetime v0.7.5+spec-1.1.0
23842026-03-26T16:04:23.023Z Checking thread-id v5.1.0
23852026-03-26T16:04:23.049Z Checking unicode-segmentation v1.12.0
23862026-03-26T16:04:23.099Z Checking zlib-rs v0.6.2
23872026-03-26T16:04:23.117Z Checking fallible-iterator v0.2.0
23882026-03-26T16:04:23.196Z Checking heapless v0.7.17
23892026-03-26T16:04:23.211Z Checking zstd-safe v7.2.4
23902026-03-26T16:04:23.359Z Checking rayon v1.11.0
23912026-03-26T16:04:23.380Z Checking itertools v0.12.1
23922026-03-26T16:04:23.383Z Checking clap v4.5.60
23932026-03-26T16:04:23.383Z Checking postgres-protocol v0.6.10
23942026-03-26T16:04:23.502Z Checking phf_shared v0.13.1
23952026-03-26T16:04:23.617Z Checking console v0.16.2
23962026-03-26T16:04:23.679Z Checking dof v0.4.0
23972026-03-26T16:04:23.705Z Checking curve25519-dalek v4.1.3
23982026-03-26T16:04:23.722Z Checking memoffset v0.9.1
23992026-03-26T16:04:23.798Z Checking elliptic-curve v0.13.8
24002026-03-26T16:04:23.813Z Checking bzip2-sys v0.1.13+1.0.8
24012026-03-26T16:04:23.901Z Checking signal-hook v0.3.18
24022026-03-26T16:04:23.916Z Checking memmap2 v0.9.10
24032026-03-26T16:04:23.991Z Checking flate2 v1.1.9
24042026-03-26T16:04:24.079Z Checking unit-prefix v0.5.2
24052026-03-26T16:04:24.095Z Checking toml_write v0.1.2
24062026-03-26T16:04:24.109Z Checking winnow v0.5.40
24072026-03-26T16:04:24.201Z Checking libbz2-rs-sys v0.2.2
24082026-03-26T16:04:24.265Z Checking fixedbitset v0.4.2
24092026-03-26T16:04:24.281Z Checking bumpalo v3.20.2
24102026-03-26T16:04:24.308Z Checking usdt-impl v0.6.0
24112026-03-26T16:04:24.378Z Checking foldhash v0.1.5
24122026-03-26T16:04:24.419Z Checking petgraph v0.6.5
24132026-03-26T16:04:24.467Z Checking zone v0.3.1
24142026-03-26T16:04:24.483Z Checking zopfli v0.8.3
24152026-03-26T16:04:24.512Z Checking hashbrown v0.15.5
24162026-03-26T16:04:24.586Z Checking bzip2 v0.6.1
24172026-03-26T16:04:24.591Z Checking usdt v0.6.0
24182026-03-26T16:04:24.757Z Checking toml_edit v0.22.27
24192026-03-26T16:04:24.770Z Checking signal-hook-mio v0.2.5
24202026-03-26T16:04:24.802Z Checking indicatif v0.18.4
24212026-03-26T16:04:24.805Z Checking bzip2 v0.4.4
24222026-03-26T16:04:24.832Z Checking nix v0.31.1
24232026-03-26T16:04:24.887Z Checking postgres-types v0.2.12
24242026-03-26T16:04:24.976Z Checking phf v0.13.1
24252026-03-26T16:04:24.993Z Checking smoltcp v0.9.1
24262026-03-26T16:04:25.126Z Checking zstd v0.13.3
24272026-03-26T16:04:25.170Z Checking similar v2.7.0
24282026-03-26T16:04:25.214Z Checking num-bigint-dig v0.8.6
24292026-03-26T16:04:25.245Z Checking toml_edit v0.19.15
24302026-03-26T16:04:25.315Z Checking ed25519 v2.2.3
24312026-03-26T16:04:25.503Z Checking phf_shared v0.11.3
24322026-03-26T16:04:25.544Z Checking pkcs1 v0.7.5
24332026-03-26T16:04:25.585Z Checking tokio-stream v0.1.18
24342026-03-26T16:04:25.650Z Checking strum v0.27.2
24352026-03-26T16:04:25.667Z Checking hubpack v0.1.2
24362026-03-26T16:04:25.759Z Checking rfc6979 v0.4.0
24372026-03-26T16:04:25.759Z Checking serde-big-array v0.5.1
24382026-03-26T16:04:25.827Z Checking float-cmp v0.10.0
24392026-03-26T16:04:25.830Z Checking env_filter v1.0.0
24402026-03-26T16:04:25.857Z Checking whoami v2.1.0
24412026-03-26T16:04:25.877Z Checking difflib v0.4.0
24422026-03-26T16:04:25.909Z Checking keccak v0.1.6
24432026-03-26T16:04:25.958Z Checking jiff v0.2.21
24442026-03-26T16:04:25.974Z Checking normalize-line-endings v0.3.0
24452026-03-26T16:04:25.989Z Checking static_assertions v1.1.0
24462026-03-26T16:04:26.010Z Checking predicates-core v1.0.10
24472026-03-26T16:04:26.050Z Checking precomputed-hash v0.1.1
24482026-03-26T16:04:26.064Z Checking new_debug_unreachable v1.0.6
24492026-03-26T16:04:26.067Z Checking rustc-hash v2.1.1
24502026-03-26T16:04:26.067Z Checking fixedbitset v0.5.7
24512026-03-26T16:04:26.106Z Checking sha3 v0.10.8
24522026-03-26T16:04:26.129Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24532026-03-26T16:04:26.132Z Checking predicates v3.1.4
24542026-03-26T16:04:26.132Z Checking string_cache v0.8.9
24552026-03-26T16:04:26.189Z Checking iddqd v0.3.17
24562026-03-26T16:04:26.274Z Checking toml v0.7.8
24572026-03-26T16:04:26.290Z Checking petgraph v0.8.3
24582026-03-26T16:04:26.305Z Checking tokio-postgres v0.7.16
24592026-03-26T16:04:26.322Z Checking rsa v0.9.10
24602026-03-26T16:04:26.443Z Checking env_logger v0.11.9
24612026-03-26T16:04:26.582Z Checking ecdsa v0.16.9
24622026-03-26T16:04:26.640Z Checking ed25519-dalek v2.2.0
24632026-03-26T16:04:26.789Z Checking zip v0.6.6
24642026-03-26T16:04:26.873Z Checking crossterm v0.28.1
24652026-03-26T16:04:26.919Z Checking serde_with v3.17.0
24662026-03-26T16:04:27.044Z Checking itertools v0.13.0
24672026-03-26T16:04:27.113Z Checking hickory-proto v0.25.2
24682026-03-26T16:04:27.540Z Checking x509-cert v0.2.5
24692026-03-26T16:04:27.573Z Checking fs-err v3.3.0
24702026-03-26T16:04:27.830Z Checking ahash v0.8.12
24712026-03-26T16:04:27.869Z Checking object v0.37.3
24722026-03-26T16:04:28.025Z Checking buf-list v1.1.2
24732026-03-26T16:04:28.070Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24742026-03-26T16:04:28.157Z Checking zip v4.6.1
24752026-03-26T16:04:28.192Z Checking lalrpop-util v0.19.12
24762026-03-26T16:04:28.209Z Checking peg-runtime v0.8.5
24772026-03-26T16:04:28.305Z Compiling structmeta-derive v0.3.0
24782026-03-26T16:04:28.325Z Compiling rustls v0.22.4
24792026-03-26T16:04:28.340Z Compiling newtype-uuid-macros v0.1.0
24802026-03-26T16:04:28.356Z Compiling multer v3.1.0
24812026-03-26T16:04:28.360Z Compiling async-stream-impl v0.3.6
24822026-03-26T16:04:28.527Z Checking futures-executor v0.3.32
24832026-03-26T16:04:28.604Z Checking regress v0.10.5
24842026-03-26T16:04:28.757Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24852026-03-26T16:04:28.981Z Compiling dropshot v0.16.7
24862026-03-26T16:04:29.109Z Checking futures v0.3.32
24872026-03-26T16:04:29.163Z Compiling dropshot_endpoint v0.16.7
24882026-03-26T16:04:29.193Z Checking thread_local v1.1.9
24892026-03-26T16:04:29.228Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24902026-03-26T16:04:29.364Z Checking crossbeam-channel v0.5.15
24912026-03-26T16:04:29.387Z Compiling structmeta v0.3.0
24922026-03-26T16:04:29.570Z Checking is-terminal v0.4.17
24932026-03-26T16:04:29.603Z Compiling derive-ex v0.1.8
24942026-03-26T16:04:29.667Z Checking term v1.2.1
24952026-03-26T16:04:29.704Z Checking take_mut v0.2.2
24962026-03-26T16:04:29.815Z Checking slog-async v2.8.0
24972026-03-26T16:04:29.894Z Checking slog-term v2.9.2
24982026-03-26T16:04:29.953Z Compiling parse-display-derive v0.10.0
24992026-03-26T16:04:29.992Z Checking rustls-webpki v0.102.8
25002026-03-26T16:04:30.030Z Checking serde_spanned v1.0.4
25012026-03-26T16:04:30.157Z Checking match_cfg v0.1.0
25022026-03-26T16:04:30.172Z Checking debug-ignore v1.0.5
25032026-03-26T16:04:30.210Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25042026-03-26T16:04:30.231Z Checking toml_writer v1.0.6+spec-1.1.0
25052026-03-26T16:04:30.272Z Checking hostname v0.3.1
25062026-03-26T16:04:30.291Z Checking slog-json v2.6.1
25072026-03-26T16:04:30.373Z Checking macaddr v1.0.1
25082026-03-26T16:04:30.413Z Checking toml v0.9.12+spec-1.1.0
25092026-03-26T16:04:30.456Z Checking slog-bunyan v2.5.0
25102026-03-26T16:04:30.557Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25112026-03-26T16:04:30.577Z Checking async-stream v0.3.6
25122026-03-26T16:04:30.911Z Checking waitgroup v0.1.2
25132026-03-26T16:04:30.943Z Checking rustls-pemfile v2.2.0
25142026-03-26T16:04:30.960Z Checking serde_path_to_error v0.1.20
25152026-03-26T16:04:30.995Z Checking hostname v0.4.2
25162026-03-26T16:04:31.017Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25172026-03-26T16:04:31.088Z Checking progenitor-client v0.13.0
25182026-03-26T16:04:31.104Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25192026-03-26T16:04:31.129Z Checking progenitor-client v0.10.0
25202026-03-26T16:04:31.233Z Compiling itertools v0.14.0
25212026-03-26T16:04:31.250Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25222026-03-26T16:04:31.282Z Compiling test-strategy v0.4.5
25232026-03-26T16:04:31.326Z Checking backon v1.6.0
25242026-03-26T16:04:31.364Z Checking instant v0.1.13
25252026-03-26T16:04:31.481Z Checking backoff v0.4.0
25262026-03-26T16:04:31.497Z Checking progenitor-extras v0.1.1
25272026-03-26T16:04:31.631Z Checking parse-display v0.10.0
25282026-03-26T16:04:31.703Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25292026-03-26T16:04:31.721Z Checking heck v0.5.0
25302026-03-26T16:04:31.779Z Compiling crucible-workspace-hack v0.1.0
25312026-03-26T16:04:31.831Z Checking tokio-rustls v0.25.0
25322026-03-26T16:04:31.954Z Compiling toml_edit v0.23.10+spec-1.0.0
25332026-03-26T16:04:32.072Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25342026-03-26T16:04:32.132Z Compiling heapless v0.8.0
25352026-03-26T16:04:32.280Z Compiling convert_case v0.4.0
25362026-03-26T16:04:32.472Z Compiling ingot-macros v0.1.1
25372026-03-26T16:04:32.514Z Compiling proc-macro-crate v3.4.0
25382026-03-26T16:04:32.618Z Checking hash32 v0.3.1
25392026-03-26T16:04:32.650Z Compiling derive_more v0.99.20
25402026-03-26T16:04:32.748Z Checking secrecy v0.10.3
25412026-03-26T16:04:32.763Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25422026-03-26T16:04:32.878Z Compiling prettyplease v0.2.37
25432026-03-26T16:04:33.015Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25442026-03-26T16:04:33.052Z Compiling smoltcp v0.11.0
25452026-03-26T16:04:33.105Z Compiling num_enum_derive v0.7.5
25462026-03-26T16:04:33.221Z Compiling typify-impl v0.6.1
25472026-03-26T16:04:33.338Z Checking tabwriter v1.4.1
25482026-03-26T16:04:33.555Z Checking cobs v0.3.0
25492026-03-26T16:04:33.586Z Compiling foreign-types-macros v0.2.3
25502026-03-26T16:04:33.711Z Compiling unsafe-libyaml v0.2.11
25512026-03-26T16:04:33.926Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25522026-03-26T16:04:34.191Z Checking foreign-types-shared v0.3.1
25532026-03-26T16:04:34.270Z Checking cpufeatures v0.3.0
25542026-03-26T16:04:34.300Z Checking foreign-types v0.5.0
25552026-03-26T16:04:34.349Z Checking chacha20 v0.10.0
25562026-03-26T16:04:34.381Z Compiling serde_yaml v0.9.34+deprecated
25572026-03-26T16:04:34.427Z Checking num_enum v0.7.5
25582026-03-26T16:04:34.548Z Checking postcard v1.1.3
25592026-03-26T16:04:35.266Z Compiling proc-macro-crate v1.3.1
25602026-03-26T16:04:35.294Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25612026-03-26T16:04:35.320Z Checking ingot-types v0.1.2
25622026-03-26T16:04:35.677Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25632026-03-26T16:04:35.692Z Checking ingot v0.1.1
25642026-03-26T16:04:35.708Z Checking cstr-argument v0.1.2
25652026-03-26T16:04:35.745Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25662026-03-26T16:04:35.833Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25672026-03-26T16:04:35.854Z Checking colored v3.1.1
25682026-03-26T16:04:35.886Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25692026-03-26T16:04:35.991Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25702026-03-26T16:04:36.039Z Compiling num_enum_derive v0.5.11
25712026-03-26T16:04:36.059Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25722026-03-26T16:04:36.101Z Checking rand v0.10.0
25732026-03-26T16:04:37.016Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25742026-03-26T16:04:37.308Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25752026-03-26T16:04:37.337Z Checking num_enum v0.5.11
25762026-03-26T16:04:37.770Z Compiling typify-macro v0.6.1
25772026-03-26T16:04:38.000Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25782026-03-26T16:04:38.178Z Compiling typify-impl v0.4.3
25792026-03-26T16:04:38.265Z Checking camino-tempfile v1.4.1
25802026-03-26T16:04:38.269Z Checking num-rational v0.4.2
25812026-03-26T16:04:38.573Z Checking half v2.7.1
25822026-03-26T16:04:38.774Z Compiling thiserror-impl-no-std v2.0.2
25832026-03-26T16:04:38.852Z Checking universal-hash v0.5.1
25842026-03-26T16:04:38.868Z Checking num-complex v0.4.6
25852026-03-26T16:04:38.965Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25862026-03-26T16:04:39.213Z Checking opaque-debug v0.3.1
25872026-03-26T16:04:39.227Z Checking ciborium-io v0.2.2
25882026-03-26T16:04:39.288Z Checking poly1305 v0.8.0
25892026-03-26T16:04:39.307Z Checking num v0.4.3
25902026-03-26T16:04:39.325Z Checking ciborium-ll v0.2.2
25912026-03-26T16:04:39.384Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25922026-03-26T16:04:39.400Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25932026-03-26T16:04:39.508Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25942026-03-26T16:04:39.545Z Compiling typify v0.6.1
25952026-03-26T16:04:39.560Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25962026-03-26T16:04:39.662Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
25972026-03-26T16:04:39.791Z Checking toml v0.8.23
25982026-03-26T16:04:39.847Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25992026-03-26T16:04:39.950Z Checking byte-wrapper v0.1.0
26002026-03-26T16:04:39.967Z Checking thiserror-no-std v2.0.2
26012026-03-26T16:04:40.025Z Checking password-hash v0.5.0
26022026-03-26T16:04:40.121Z Checking chacha20 v0.9.1
26032026-03-26T16:04:40.258Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26042026-03-26T16:04:40.319Z Compiling usdt-attr-macro v0.5.0
26052026-03-26T16:04:40.358Z Compiling usdt-macro v0.5.0
26062026-03-26T16:04:40.498Z Checking smf v0.2.3
26072026-03-26T16:04:40.739Z Checking blake2 v0.10.6
26082026-03-26T16:04:40.743Z Checking aead v0.5.2
26092026-03-26T16:04:40.898Z Checking memmap v0.7.0
26102026-03-26T16:04:40.985Z Checking sigpipe v0.1.3
26112026-03-26T16:04:41.042Z Compiling num-derive v0.4.2
26122026-03-26T16:04:41.072Z Checking glob v0.3.3
26132026-03-26T16:04:41.086Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26142026-03-26T16:04:41.089Z Checking float-ord v0.3.2
26152026-03-26T16:04:41.208Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26162026-03-26T16:04:41.258Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-03-26T16:04:41.294Z Checking usdt v0.5.0
26182026-03-26T16:04:41.308Z Checking argon2 v0.5.3
26192026-03-26T16:04:41.430Z Checking chacha20poly1305 v0.10.1
26202026-03-26T16:04:41.566Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26212026-03-26T16:04:41.584Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26222026-03-26T16:04:41.648Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26232026-03-26T16:04:41.796Z Checking vsss-rs v3.3.4
26242026-03-26T16:04:41.978Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26252026-03-26T16:04:42.206Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26262026-03-26T16:04:42.368Z Compiling progenitor-impl v0.13.0
26272026-03-26T16:04:42.438Z Checking ciborium v0.2.2
26282026-03-26T16:04:42.587Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26292026-03-26T16:04:42.613Z Checking indent_write v2.2.0
26302026-03-26T16:04:42.638Z Compiling typify-macro v0.4.3
26312026-03-26T16:04:42.697Z Checking whoami v1.6.1
26322026-03-26T16:04:42.747Z Compiling semver v0.1.20
26332026-03-26T16:04:42.891Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26342026-03-26T16:04:42.985Z Compiling rustc_version v0.1.7
26352026-03-26T16:04:43.006Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26362026-03-26T16:04:43.037Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26372026-03-26T16:04:43.245Z Compiling pin-project-internal v1.1.11
26382026-03-26T16:04:43.863Z Checking linked-hash-map v0.5.6
26392026-03-26T16:04:44.011Z Checking swrite v0.1.0
26402026-03-26T16:04:44.037Z Compiling minimal-lexical v0.2.1
26412026-03-26T16:04:44.052Z Checking lru-cache v0.1.2
26422026-03-26T16:04:44.107Z Compiling newtype_derive v0.1.6
26432026-03-26T16:04:44.303Z Compiling nom v7.1.3
26442026-03-26T16:04:44.348Z Compiling typify v0.4.3
26452026-03-26T16:04:44.446Z Checking pin-project v1.1.11
26462026-03-26T16:04:44.464Z Checking newline-converter v0.3.0
26472026-03-26T16:04:44.552Z Checking atomicwrites v0.4.4
26482026-03-26T16:04:44.582Z Checking phf_shared v0.12.1
26492026-03-26T16:04:44.690Z Checking hickory-proto v0.24.4
26502026-03-26T16:04:44.707Z Checking console v0.15.11
26512026-03-26T16:04:44.729Z Checking pem v3.0.6
26522026-03-26T16:04:44.788Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26532026-03-26T16:04:44.890Z Checking csv-core v0.1.13
26542026-03-26T16:04:45.025Z Compiling progenitor-macro v0.13.0
26552026-03-26T16:04:45.072Z Compiling snafu-derive v0.8.9
26562026-03-26T16:04:45.531Z Compiling async-recursion v1.1.1
26572026-03-26T16:04:45.670Z Compiling derive-where v1.6.0
26582026-03-26T16:04:46.187Z Compiling slog-dtrace v0.3.0
26592026-03-26T16:04:46.384Z Checking same-file v1.0.6
26602026-03-26T16:04:46.483Z Checking unicode-width v0.1.14
26612026-03-26T16:04:46.511Z Checking resolv-conf v0.7.6
26622026-03-26T16:04:46.702Z Compiling owo-colors v4.3.0
26632026-03-26T16:04:46.742Z Compiling cancel-safe-futures v0.1.5
26642026-03-26T16:04:46.958Z Compiling chrono-tz v0.10.4
26652026-03-26T16:04:47.004Z Checking highway v1.3.0
26662026-03-26T16:04:47.007Z Checking snafu v0.8.9
26672026-03-26T16:04:47.031Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26682026-03-26T16:04:47.171Z Compiling const_format_proc_macros v0.2.34
26692026-03-26T16:04:47.211Z Checking hickory-resolver v0.24.4
26702026-03-26T16:04:47.231Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26712026-03-26T16:04:47.255Z Checking walkdir v2.5.0
26722026-03-26T16:04:47.480Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26732026-03-26T16:04:47.971Z Checking csv v1.4.0
26742026-03-26T16:04:47.985Z Checking expectorate v1.2.0
26752026-03-26T16:04:47.999Z Checking phf v0.12.1
26762026-03-26T16:04:48.063Z Compiling progenitor-impl v0.10.0
26772026-03-26T16:04:48.140Z Checking tokio-dtrace v0.1.1
26782026-03-26T16:04:48.168Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26792026-03-26T16:04:48.328Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26802026-03-26T16:04:48.331Z Checking globset v0.4.18
26812026-03-26T16:04:48.433Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26822026-03-26T16:04:48.593Z Checking olpc-cjson v0.1.4
26832026-03-26T16:04:48.638Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26842026-03-26T16:04:48.741Z Checking libsw-core v0.3.2
26852026-03-26T16:04:48.895Z Checking serde_plain v1.0.2
26862026-03-26T16:04:48.910Z Checking arc-swap v1.8.2
26872026-03-26T16:04:48.913Z Compiling lzma-sys v0.1.20
26882026-03-26T16:04:49.051Z Checking typed-path v0.9.3
26892026-03-26T16:04:49.307Z Checking bytecount v0.6.9
26902026-03-26T16:04:49.373Z Checking utf-8 v0.7.6
26912026-03-26T16:04:49.422Z Checking papergrid v0.11.0
26922026-03-26T16:04:49.525Z Checking tungstenite v0.21.0
26932026-03-26T16:04:49.741Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26942026-03-26T16:04:49.843Z Checking tough v0.20.0
26952026-03-26T16:04:49.985Z Checking slog-scope v4.4.1
26962026-03-26T16:04:50.000Z Checking progenitor v0.13.0
26972026-03-26T16:04:50.045Z Checking libsw v3.5.0
26982026-03-26T16:04:50.125Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26992026-03-26T16:04:50.141Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27002026-03-26T16:04:50.204Z Checking oxide-tokio-rt v0.1.3
27012026-03-26T16:04:50.548Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27022026-03-26T16:04:50.665Z Compiling progenitor-macro v0.10.0
27032026-03-26T16:04:51.094Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27042026-03-26T16:04:51.511Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27052026-03-26T16:04:51.635Z Checking const_format v0.2.35
27062026-03-26T16:04:51.761Z Checking qorb v0.4.1
27072026-03-26T16:04:51.935Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27082026-03-26T16:04:52.058Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27092026-03-26T16:04:52.102Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27102026-03-26T16:04:52.133Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27112026-03-26T16:04:52.475Z Compiling cargo_toml v0.22.3
27122026-03-26T16:04:52.491Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27132026-03-26T16:04:52.577Z Checking gethostname v0.5.0
27142026-03-26T16:04:52.594Z Compiling tabled_derive v0.7.0
27152026-03-26T16:04:52.674Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27162026-03-26T16:04:52.785Z Checking bcs v0.1.6
27172026-03-26T16:04:52.916Z Checking linear-map v1.2.0
27182026-03-26T16:04:52.941Z Checking smawk v0.3.2
27192026-03-26T16:04:53.027Z Checking termtree v0.5.1
27202026-03-26T16:04:53.073Z Checking unicode-linebreak v0.1.5
27212026-03-26T16:04:53.090Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27222026-03-26T16:04:53.171Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27232026-03-26T16:04:53.330Z Checking textwrap v0.16.2
27242026-03-26T16:04:53.568Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27252026-03-26T16:04:53.601Z Checking tabled v0.15.0
27262026-03-26T16:04:53.772Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27272026-03-26T16:04:53.994Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27282026-03-26T16:04:54.432Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27292026-03-26T16:04:54.502Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27302026-03-26T16:04:54.714Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27312026-03-26T16:04:54.764Z Checking steno v0.4.1
27322026-03-26T16:04:54.898Z Checking slog-stdlog v4.1.1
27332026-03-26T16:04:55.143Z Checking tokio-tungstenite v0.21.0
27342026-03-26T16:04:55.249Z Checking typeid v1.0.3
27352026-03-26T16:04:55.273Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27362026-03-26T16:04:55.364Z Checking humantime v2.3.0
27372026-03-26T16:04:55.436Z Checking base64 v0.21.7
27382026-03-26T16:04:55.549Z Checking ron v0.12.0
27392026-03-26T16:04:55.574Z Checking progenitor v0.10.0
27402026-03-26T16:04:55.677Z Checking xz2 v0.1.7
27412026-03-26T16:04:55.722Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27422026-03-26T16:04:55.802Z Checking slog-envlogger v2.2.0
27432026-03-26T16:04:55.846Z Checking yasna v0.5.2
27442026-03-26T16:04:55.955Z Checking headers-core v0.3.0
27452026-03-26T16:04:56.072Z Checking filetime v0.2.27
27462026-03-26T16:04:56.191Z Checking base16ct v1.0.0
27472026-03-26T16:04:56.218Z Checking xattr v1.6.1
27482026-03-26T16:04:56.232Z Checking rcgen v0.12.1
27492026-03-26T16:04:56.267Z Checking headers v0.4.1
27502026-03-26T16:04:56.326Z Checking subprocess v0.2.15
27512026-03-26T16:04:56.352Z Checking tar v0.4.44
27522026-03-26T16:05:01.572Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27532026-03-26T16:05:07.451Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27542026-03-26T16:05:08.753Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27552026-03-26T16:05:09.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.79s
27562026-03-26T16:05:10.157Z
27572026-03-26T16:05:10.157Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/267)
27582026-03-26T16:05:10.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592026-03-26T16:05:10.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602026-03-26T16:05:10.923Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27612026-03-26T16:05:12.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
27622026-03-26T16:05:12.463Z
27632026-03-26T16:05:12.463Zinfo: running `cargo check --bins` on nexus-config (51/267)
27642026-03-26T16:05:13.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652026-03-26T16:05:13.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662026-03-26T16:05:13.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27672026-03-26T16:05:13.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27682026-03-26T16:05:13.108Z
27692026-03-26T16:05:13.108Zinfo: running `cargo check --bins` on nexus-types (52/267)
27702026-03-26T16:05:13.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712026-03-26T16:05:13.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722026-03-26T16:05:13.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732026-03-26T16:05:13.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27742026-03-26T16:05:13.757Z
27752026-03-26T16:05:13.757Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/267)
27762026-03-26T16:05:14.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772026-03-26T16:05:14.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782026-03-26T16:05:14.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792026-03-26T16:05:14.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27802026-03-26T16:05:14.362Z
27812026-03-26T16:05:14.362Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/267)
27822026-03-26T16:05:14.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832026-03-26T16:05:14.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842026-03-26T16:05:14.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852026-03-26T16:05:14.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27862026-03-26T16:05:14.976Z
27872026-03-26T16:05:14.977Zinfo: running `cargo check --bins` on cockroach-admin-types (55/267)
27882026-03-26T16:05:15.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892026-03-26T16:05:15.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902026-03-26T16:05:15.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912026-03-26T16:05:15.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27922026-03-26T16:05:15.566Z
27932026-03-26T16:05:15.566Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/267)
27942026-03-26T16:05:16.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952026-03-26T16:05:16.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962026-03-26T16:05:16.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972026-03-26T16:05:16.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27982026-03-26T16:05:16.162Z
27992026-03-26T16:05:16.162Zinfo: running `cargo check --bins` on ereport-types (57/267)
28002026-03-26T16:05:16.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012026-03-26T16:05:16.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022026-03-26T16:05:16.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032026-03-26T16:05:16.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28042026-03-26T16:05:16.761Z
28052026-03-26T16:05:16.761Zinfo: running `cargo check --bins` on gateway-client (58/267)
28062026-03-26T16:05:17.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072026-03-26T16:05:17.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082026-03-26T16:05:17.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092026-03-26T16:05:17.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28102026-03-26T16:05:17.364Z
28112026-03-26T16:05:17.364Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/267)
28122026-03-26T16:05:17.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132026-03-26T16:05:17.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142026-03-26T16:05:17.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152026-03-26T16:05:17.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28162026-03-26T16:05:17.969Z
28172026-03-26T16:05:17.970Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/267)
28182026-03-26T16:05:18.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192026-03-26T16:05:18.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202026-03-26T16:05:18.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212026-03-26T16:05:18.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28222026-03-26T16:05:18.570Z
28232026-03-26T16:05:18.570Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/267)
28242026-03-26T16:05:19.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252026-03-26T16:05:19.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262026-03-26T16:05:19.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28272026-03-26T16:05:19.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28282026-03-26T16:05:19.171Z
28292026-03-26T16:05:19.171Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/267)
28302026-03-26T16:05:19.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312026-03-26T16:05:19.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322026-03-26T16:05:19.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332026-03-26T16:05:19.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28342026-03-26T16:05:19.777Z
28352026-03-26T16:05:19.777Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/267)
28362026-03-26T16:05:20.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372026-03-26T16:05:20.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382026-03-26T16:05:20.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28392026-03-26T16:05:20.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28402026-03-26T16:05:20.396Z
28412026-03-26T16:05:20.396Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/267)
28422026-03-26T16:05:20.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432026-03-26T16:05:20.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442026-03-26T16:05:20.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28452026-03-26T16:05:20.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28462026-03-26T16:05:21.015Z
28472026-03-26T16:05:21.015Zinfo: running `cargo check --bins` on key-manager-types (65/267)
28482026-03-26T16:05:21.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492026-03-26T16:05:21.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502026-03-26T16:05:21.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512026-03-26T16:05:21.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28522026-03-26T16:05:21.608Z
28532026-03-26T16:05:21.609Zinfo: running `cargo check --bins` on oxlog (66/267)
28542026-03-26T16:05:22.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-03-26T16:05:22.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-03-26T16:05:22.227Z Compiling newtype-uuid v1.3.2
28572026-03-26T16:05:22.436Z Compiling daft v0.1.5
28582026-03-26T16:05:22.631Z Compiling iddqd v0.3.17
28592026-03-26T16:05:23.549Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28602026-03-26T16:05:23.782Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28612026-03-26T16:05:24.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
28622026-03-26T16:05:24.234Z
28632026-03-26T16:05:24.234Zinfo: running `cargo check --bins` on internal-dns-types (67/267)
28642026-03-26T16:05:24.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-03-26T16:05:24.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-03-26T16:05:24.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672026-03-26T16:05:24.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28682026-03-26T16:05:24.841Z
28692026-03-26T16:05:24.841Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/267)
28702026-03-26T16:05:25.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-03-26T16:05:25.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-03-26T16:05:25.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732026-03-26T16:05:25.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28742026-03-26T16:05:25.446Z
28752026-03-26T16:05:25.446Zinfo: running `cargo check --bins` on nexus-types-versions (69/267)
28762026-03-26T16:05:25.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-03-26T16:05:25.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-03-26T16:05:25.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792026-03-26T16:05:25.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28802026-03-26T16:05:26.076Z
28812026-03-26T16:05:26.076Zinfo: running `cargo check --bins` on omicron-passwords (70/267)
28822026-03-26T16:05:26.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-03-26T16:05:26.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-03-26T16:05:26.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-03-26T16:05:26.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28862026-03-26T16:05:26.666Z
28872026-03-26T16:05:26.666Zinfo: running `cargo check --bins` on oxql-types (71/267)
28882026-03-26T16:05:27.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-03-26T16:05:27.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-03-26T16:05:27.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-03-26T16:05:27.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28922026-03-26T16:05:27.269Z
28932026-03-26T16:05:27.269Zinfo: running `cargo check --bins` on oximeter-types (72/267)
28942026-03-26T16:05:27.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-03-26T16:05:27.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-03-26T16:05:27.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-03-26T16:05:27.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28982026-03-26T16:05:27.876Z
28992026-03-26T16:05:27.876Zinfo: running `cargo check --bins` on oximeter-types-versions (73/267)
29002026-03-26T16:05:28.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-03-26T16:05:28.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-03-26T16:05:28.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-03-26T16:05:28.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29042026-03-26T16:05:28.479Z
29052026-03-26T16:05:28.479Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/267)
29062026-03-26T16:05:28.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-03-26T16:05:28.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-03-26T16:05:28.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-03-26T16:05:28.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29102026-03-26T16:05:29.076Z
29112026-03-26T16:05:29.076Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/267)
29122026-03-26T16:05:29.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-03-26T16:05:29.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-03-26T16:05:29.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-03-26T16:05:29.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29162026-03-26T16:05:29.688Z
29172026-03-26T16:05:29.688Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/267)
29182026-03-26T16:05:30.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-03-26T16:05:30.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-03-26T16:05:30.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-03-26T16:05:30.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29222026-03-26T16:05:30.305Z
29232026-03-26T16:05:30.305Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/267)
29242026-03-26T16:05:30.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-03-26T16:05:30.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-03-26T16:05:30.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-03-26T16:05:30.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29282026-03-26T16:05:30.926Z
29292026-03-26T16:05:30.926Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/267)
29302026-03-26T16:05:31.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-03-26T16:05:31.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-03-26T16:05:31.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-03-26T16:05:31.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29342026-03-26T16:05:31.547Z
29352026-03-26T16:05:31.547Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/267)
29362026-03-26T16:05:32.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-03-26T16:05:32.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-03-26T16:05:32.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-03-26T16:05:32.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29402026-03-26T16:05:32.142Z
29412026-03-26T16:05:32.142Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/267)
29422026-03-26T16:05:32.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-03-26T16:05:32.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-03-26T16:05:32.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452026-03-26T16:05:32.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29462026-03-26T16:05:32.739Z
29472026-03-26T16:05:32.739Zinfo: running `cargo check --bins --no-default-features` on gfss (81/267)
29482026-03-26T16:05:33.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-03-26T16:05:33.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-03-26T16:05:33.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29512026-03-26T16:05:33.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29522026-03-26T16:05:33.326Z
29532026-03-26T16:05:33.326Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/267)
29542026-03-26T16:05:33.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-03-26T16:05:33.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-03-26T16:05:33.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29572026-03-26T16:05:33.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29582026-03-26T16:05:33.920Z
29592026-03-26T16:05:33.920Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/267)
29602026-03-26T16:05:34.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612026-03-26T16:05:34.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622026-03-26T16:05:34.590Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29632026-03-26T16:05:35.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
29642026-03-26T16:05:35.314Z
29652026-03-26T16:05:35.315Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/267)
29662026-03-26T16:05:35.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672026-03-26T16:05:35.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682026-03-26T16:05:35.998Z Compiling ar_archive_writer v0.5.1
29692026-03-26T16:05:36.154Z Compiling stacker v0.1.23
29702026-03-26T16:05:36.154Z Compiling cfg_aliases v0.1.1
29712026-03-26T16:05:36.154Z Compiling convert_case v0.10.0
29722026-03-26T16:05:36.155Z Checking fd-lock v4.0.4
29732026-03-26T16:05:36.155Z Checking nibble_vec v0.1.0
29742026-03-26T16:05:36.155Z Checking vte v0.14.1
29752026-03-26T16:05:36.155Z Compiling recursive-proc-macro-impl v0.1.1
29762026-03-26T16:05:36.176Z Compiling nix v0.28.0
29772026-03-26T16:05:36.246Z Checking endian-type v0.1.2
29782026-03-26T16:05:36.280Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29792026-03-26T16:05:36.293Z Checking strip-ansi-escapes v0.2.1
29802026-03-26T16:05:36.367Z Compiling peg-macros v0.8.5
29812026-03-26T16:05:36.380Z Checking radix_trie v0.2.1
29822026-03-26T16:05:36.395Z Checking winnow v0.6.26
29832026-03-26T16:05:36.410Z Compiling derive_more-impl v2.1.1
29842026-03-26T16:05:36.549Z Compiling sqlparser_derive v0.5.0
29852026-03-26T16:05:36.584Z Checking home v0.5.12
29862026-03-26T16:05:36.689Z Checking unicode_categories v0.1.1
29872026-03-26T16:05:36.743Z Checking nu-ansi-term v0.50.3
29882026-03-26T16:05:36.868Z Checking display-error-chain v0.2.2
29892026-03-26T16:05:36.931Z Compiling psm v0.1.30
29902026-03-26T16:05:36.954Z Checking reedline v0.40.0
29912026-03-26T16:05:37.240Z Checking derive_more v2.1.1
29922026-03-26T16:05:37.320Z Checking crossterm v0.29.0
29932026-03-26T16:05:37.461Z Checking rustyline v14.0.0
29942026-03-26T16:05:37.509Z Checking peg v0.8.5
29952026-03-26T16:05:37.542Z Checking sqlformat v0.3.5
29962026-03-26T16:05:37.686Z Checking recursive v0.1.1
29972026-03-26T16:05:37.778Z Checking sqlparser v0.61.0
29982026-03-26T16:05:48.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s
29992026-03-26T16:05:49.028Z
30002026-03-26T16:05:49.028Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/267)
30012026-03-26T16:05:49.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-03-26T16:05:49.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-03-26T16:05:49.704Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30042026-03-26T16:05:53.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
30052026-03-26T16:05:53.312Z
30062026-03-26T16:05:53.312Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/267)
30072026-03-26T16:05:53.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-03-26T16:05:53.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-03-26T16:05:53.988Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30102026-03-26T16:05:56.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
30112026-03-26T16:05:56.580Z
30122026-03-26T16:05:56.580Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/267)
30132026-03-26T16:05:57.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-03-26T16:05:57.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-03-26T16:05:57.252Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30162026-03-26T16:06:00.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
30172026-03-26T16:06:00.633Z
30182026-03-26T16:06:00.633Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/267)
30192026-03-26T16:06:01.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-03-26T16:06:01.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-03-26T16:06:01.315Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30222026-03-26T16:06:04.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
30232026-03-26T16:06:04.738Z
30242026-03-26T16:06:04.738Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/267)
30252026-03-26T16:06:05.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-03-26T16:06:05.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-03-26T16:06:05.419Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30282026-03-26T16:06:07.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
30292026-03-26T16:06:08.185Z
30302026-03-26T16:06:08.185Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/267)
30312026-03-26T16:06:08.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-03-26T16:06:08.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-03-26T16:06:08.866Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30342026-03-26T16:06:11.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
30352026-03-26T16:06:11.655Z
30362026-03-26T16:06:11.655Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/267)
30372026-03-26T16:06:12.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-03-26T16:06:12.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-03-26T16:06:12.345Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30402026-03-26T16:06:15.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
30412026-03-26T16:06:15.956Z
30422026-03-26T16:06:15.956Zinfo: running `cargo check --bins` on oximeter (92/267)
30432026-03-26T16:06:16.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-03-26T16:06:16.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-03-26T16:06:16.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-03-26T16:06:16.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30472026-03-26T16:06:16.560Z
30482026-03-26T16:06:16.560Zinfo: running `cargo check --bins` on oximeter-schema (93/267)
30492026-03-26T16:06:17.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-03-26T16:06:17.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-03-26T16:06:17.208Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30522026-03-26T16:06:17.374Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30532026-03-26T16:06:17.374Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30542026-03-26T16:06:17.715Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30552026-03-26T16:06:21.174Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30562026-03-26T16:06:21.499Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30572026-03-26T16:06:22.613Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30582026-03-26T16:06:23.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.73s
30592026-03-26T16:06:23.482Z
30602026-03-26T16:06:23.482Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/267)
30612026-03-26T16:06:23.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-03-26T16:06:23.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-03-26T16:06:23.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-03-26T16:06:24.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30652026-03-26T16:06:24.091Z
30662026-03-26T16:06:24.091Zinfo: running `cargo check --bins` on oximeter-test-utils (95/267)
30672026-03-26T16:06:24.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-03-26T16:06:24.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-03-26T16:06:24.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-03-26T16:06:24.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30712026-03-26T16:06:24.745Z
30722026-03-26T16:06:24.746Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/267)
30732026-03-26T16:06:25.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-03-26T16:06:25.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-03-26T16:06:25.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-03-26T16:06:25.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30772026-03-26T16:06:25.374Z
30782026-03-26T16:06:25.374Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/267)
30792026-03-26T16:06:25.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-03-26T16:06:25.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-03-26T16:06:25.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-03-26T16:06:25.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30832026-03-26T16:06:26.000Z
30842026-03-26T16:06:26.000Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/267)
30852026-03-26T16:06:26.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-03-26T16:06:26.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-03-26T16:06:26.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-03-26T16:06:26.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30892026-03-26T16:06:26.629Z
30902026-03-26T16:06:26.629Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/267)
30912026-03-26T16:06:27.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-03-26T16:06:27.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-03-26T16:06:27.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-03-26T16:06:27.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30952026-03-26T16:06:27.258Z
30962026-03-26T16:06:27.258Zinfo: running `cargo check --bins` on trust-quorum-types (100/267)
30972026-03-26T16:06:27.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-03-26T16:06:27.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-03-26T16:06:27.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-03-26T16:06:27.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31012026-03-26T16:06:27.857Z
31022026-03-26T16:06:27.857Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/267)
31032026-03-26T16:06:28.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-03-26T16:06:28.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-03-26T16:06:28.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-03-26T16:06:28.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31072026-03-26T16:06:28.483Z
31082026-03-26T16:06:28.483Zinfo: running `cargo check --bins` on update-engine (102/267)
31092026-03-26T16:06:28.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-03-26T16:06:28.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-03-26T16:06:28.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-03-26T16:06:28.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31132026-03-26T16:06:29.089Z
31142026-03-26T16:06:29.089Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/267)
31152026-03-26T16:06:29.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-03-26T16:06:29.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-03-26T16:06:29.794Z Checking dropshot-api-manager-types v0.6.0
31182026-03-26T16:06:29.794Z Checking nanorand v0.7.0
31192026-03-26T16:06:30.041Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31202026-03-26T16:06:30.064Z Checking flume v0.11.1
31212026-03-26T16:06:30.285Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31222026-03-26T16:06:31.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
31232026-03-26T16:06:31.479Z
31242026-03-26T16:06:31.479Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/267)
31252026-03-26T16:06:31.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-03-26T16:06:31.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-03-26T16:06:31.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-03-26T16:06:32.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31292026-03-26T16:06:32.093Z
31302026-03-26T16:06:32.093Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/267)
31312026-03-26T16:06:32.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-03-26T16:06:32.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-03-26T16:06:32.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-03-26T16:06:32.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31352026-03-26T16:06:32.713Z
31362026-03-26T16:06:32.713Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/267)
31372026-03-26T16:06:33.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-03-26T16:06:33.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-03-26T16:06:33.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-03-26T16:06:33.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31412026-03-26T16:06:33.345Z
31422026-03-26T16:06:33.345Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/267)
31432026-03-26T16:06:33.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-03-26T16:06:33.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-03-26T16:06:33.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-03-26T16:06:33.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31472026-03-26T16:06:33.962Z
31482026-03-26T16:06:33.962Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/267)
31492026-03-26T16:06:34.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-03-26T16:06:34.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-03-26T16:06:34.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-03-26T16:06:34.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31532026-03-26T16:06:34.574Z
31542026-03-26T16:06:34.574Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/267)
31552026-03-26T16:06:35.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-03-26T16:06:35.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-03-26T16:06:35.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-03-26T16:06:35.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31592026-03-26T16:06:35.186Z
31602026-03-26T16:06:35.186Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/267)
31612026-03-26T16:06:35.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-03-26T16:06:35.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-03-26T16:06:35.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-03-26T16:06:35.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31652026-03-26T16:06:35.801Z
31662026-03-26T16:06:35.801Zinfo: running `cargo check --bins` on cockroach-admin-client (111/267)
31672026-03-26T16:06:36.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-03-26T16:06:36.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-03-26T16:06:36.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-03-26T16:06:36.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31712026-03-26T16:06:36.405Z
31722026-03-26T16:06:36.405Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/267)
31732026-03-26T16:06:36.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-03-26T16:06:36.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-03-26T16:06:36.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762026-03-26T16:06:36.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31772026-03-26T16:06:37.011Z
31782026-03-26T16:06:37.011Zinfo: running `cargo check --bins` on dns-service-client (113/267)
31792026-03-26T16:06:37.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802026-03-26T16:06:37.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812026-03-26T16:06:37.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31822026-03-26T16:06:37.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31832026-03-26T16:06:37.617Z
31842026-03-26T16:06:37.617Zinfo: running `cargo check --bins` on installinator-client (114/267)
31852026-03-26T16:06:38.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862026-03-26T16:06:38.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872026-03-26T16:06:38.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31882026-03-26T16:06:38.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31892026-03-26T16:06:38.226Z
31902026-03-26T16:06:38.226Zinfo: running `cargo check --bins` on nexus-client (115/267)
31912026-03-26T16:06:38.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-03-26T16:06:38.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-03-26T16:06:38.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-03-26T16:06:38.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31952026-03-26T16:06:38.869Z
31962026-03-26T16:06:38.869Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/267)
31972026-03-26T16:06:39.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-03-26T16:06:39.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-03-26T16:06:39.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-03-26T16:06:39.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32012026-03-26T16:06:39.514Z
32022026-03-26T16:06:39.514Zinfo: running `cargo check --bins` on ntp-admin-client (117/267)
32032026-03-26T16:06:40.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-03-26T16:06:40.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-03-26T16:06:40.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-03-26T16:06:40.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32072026-03-26T16:06:40.113Z
32082026-03-26T16:06:40.113Zinfo: running `cargo check --bins` on oxide-client (118/267)
32092026-03-26T16:06:40.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-03-26T16:06:40.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-03-26T16:06:40.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-03-26T16:06:40.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32132026-03-26T16:06:40.714Z
32142026-03-26T16:06:40.714Zinfo: running `cargo check --bins` on oximeter-client (119/267)
32152026-03-26T16:06:41.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-03-26T16:06:41.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-03-26T16:06:41.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-03-26T16:06:41.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32192026-03-26T16:06:41.319Z
32202026-03-26T16:06:41.319Zinfo: running `cargo check --bins` on repo-depot-client (120/267)
32212026-03-26T16:06:41.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-03-26T16:06:41.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-03-26T16:06:41.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242026-03-26T16:06:41.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32252026-03-26T16:06:41.912Z
32262026-03-26T16:06:41.912Zinfo: running `cargo check --bins` on sled-agent-client (121/267)
32272026-03-26T16:06:42.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-03-26T16:06:42.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-03-26T16:06:42.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302026-03-26T16:06:42.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32312026-03-26T16:06:42.539Z
32322026-03-26T16:06:42.539Zinfo: running `cargo check --bins` on wicketd-client (122/267)
32332026-03-26T16:06:43.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342026-03-26T16:06:43.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352026-03-26T16:06:43.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32362026-03-26T16:06:43.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32372026-03-26T16:06:43.170Z
32382026-03-26T16:06:43.170Zinfo: running `cargo check --bins` on installinator-common (123/267)
32392026-03-26T16:06:43.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402026-03-26T16:06:43.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412026-03-26T16:06:43.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422026-03-26T16:06:43.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32432026-03-26T16:06:43.789Z
32442026-03-26T16:06:43.789Zinfo: running `cargo check --bins` on installinator-common-versions (124/267)
32452026-03-26T16:06:44.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462026-03-26T16:06:44.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472026-03-26T16:06:44.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32482026-03-26T16:06:44.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32492026-03-26T16:06:44.375Z
32502026-03-26T16:06:44.375Zinfo: running `cargo check --bins` on wicket-common (125/267)
32512026-03-26T16:06:44.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522026-03-26T16:06:44.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532026-03-26T16:06:44.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32542026-03-26T16:06:44.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32552026-03-26T16:06:44.997Z
32562026-03-26T16:06:44.997Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/267)
32572026-03-26T16:06:45.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582026-03-26T16:06:45.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592026-03-26T16:06:45.673Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32602026-03-26T16:06:45.673Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32612026-03-26T16:06:45.676Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32622026-03-26T16:06:45.676Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32632026-03-26T16:06:45.676Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32642026-03-26T16:06:45.919Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32652026-03-26T16:06:45.934Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32662026-03-26T16:06:46.153Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32672026-03-26T16:06:46.156Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32682026-03-26T16:06:48.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
32692026-03-26T16:06:48.433Z
32702026-03-26T16:06:48.433Zinfo: running `cargo check --bins` on cockroach-admin-api (127/267)
32712026-03-26T16:06:48.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722026-03-26T16:06:48.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732026-03-26T16:06:48.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742026-03-26T16:06:48.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32752026-03-26T16:06:49.040Z
32762026-03-26T16:06:49.040Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/267)
32772026-03-26T16:06:49.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782026-03-26T16:06:49.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792026-03-26T16:06:49.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802026-03-26T16:06:49.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32812026-03-26T16:06:49.729Z
32822026-03-26T16:06:49.729Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/267)
32832026-03-26T16:06:50.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842026-03-26T16:06:50.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852026-03-26T16:06:50.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862026-03-26T16:06:50.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32872026-03-26T16:06:50.421Z
32882026-03-26T16:06:50.422Zinfo: running `cargo check --bins` on dns-server (130/267)
32892026-03-26T16:06:50.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902026-03-26T16:06:50.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912026-03-26T16:06:51.091Z Compiling parking_lot_core v0.8.6
32922026-03-26T16:06:51.091Z Compiling git-stub v1.0.0
32932026-03-26T16:06:51.091Z Compiling atomicwrites v0.4.4
32942026-03-26T16:06:51.094Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32952026-03-26T16:06:51.221Z Checking tagptr v0.2.0
32962026-03-26T16:06:51.230Z Checking prefix-trie v0.7.0
32972026-03-26T16:06:51.233Z Checking fxhash v0.2.1
32982026-03-26T16:06:51.251Z Checking hickory-client v0.25.2
32992026-03-26T16:06:51.344Z Compiling git-stub-vcs v0.1.0
33002026-03-26T16:06:51.357Z Checking moka v0.12.13
33012026-03-26T16:06:51.543Z Checking hickory-server v0.25.2
33022026-03-26T16:06:51.622Z Checking parking_lot v0.11.2
33032026-03-26T16:06:51.635Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33042026-03-26T16:06:51.703Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33052026-03-26T16:06:51.706Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33062026-03-26T16:06:51.706Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33072026-03-26T16:06:51.799Z Checking sled v0.34.7
33082026-03-26T16:06:51.965Z Checking hickory-resolver v0.25.2
33092026-03-26T16:06:53.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
33102026-03-26T16:06:54.021Z
33112026-03-26T16:06:54.021Zinfo: running `cargo check --bins` on dns-server-api (131/267)
33122026-03-26T16:06:54.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132026-03-26T16:06:54.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142026-03-26T16:06:54.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33152026-03-26T16:06:54.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33162026-03-26T16:06:54.623Z
33172026-03-26T16:06:54.623Zinfo: running `cargo check --bins` on gateway-test-utils (132/267)
33182026-03-26T16:06:55.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192026-03-26T16:06:55.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202026-03-26T16:06:55.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33212026-03-26T16:06:55.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33222026-03-26T16:06:55.283Z
33232026-03-26T16:06:55.284Zinfo: running `cargo check --bins` on omicron-gateway (133/267)
33242026-03-26T16:06:55.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-03-26T16:06:55.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-03-26T16:06:56.032Z Compiling radium v0.7.0
33272026-03-26T16:06:56.150Z Compiling maybe-uninit v2.0.0
33282026-03-26T16:06:56.150Z Checking tap v1.0.1
33292026-03-26T16:06:56.167Z Compiling zerocopy-derive v0.6.6
33302026-03-26T16:06:56.175Z Checking funty v2.0.0
33312026-03-26T16:06:56.184Z Compiling packed_struct v0.10.1
33322026-03-26T16:06:56.187Z Checking crc-catalog v2.4.0
33332026-03-26T16:06:56.211Z Compiling packed_struct_codegen v0.10.1
33342026-03-26T16:06:56.244Z Checking wyz v0.5.1
33352026-03-26T16:06:56.285Z Checking crc v3.4.0
33362026-03-26T16:06:56.427Z Compiling bitfield-macros v0.19.4
33372026-03-26T16:06:56.455Z Compiling indexmap v1.9.3
33382026-03-26T16:06:56.517Z Checking nodrop v0.1.14
33392026-03-26T16:06:56.534Z Checking hashbrown v0.12.3
33402026-03-26T16:06:56.559Z Checking smallvec v0.6.14
33412026-03-26T16:06:56.578Z Checking bitvec v1.0.1
33422026-03-26T16:06:56.611Z Checking array-init v0.0.4
33432026-03-26T16:06:56.688Z Checking ron v0.8.1
33442026-03-26T16:06:56.752Z Checking hashbrown v0.13.2
33452026-03-26T16:06:56.915Z Checking serde-hex v0.1.0
33462026-03-26T16:06:57.001Z Checking zerocopy v0.6.6
33472026-03-26T16:06:57.182Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33482026-03-26T16:06:57.205Z Checking bitfield v0.19.4
33492026-03-26T16:06:57.219Z Checking crc-any v2.5.0
33502026-03-26T16:06:57.251Z Checking object v0.30.4
33512026-03-26T16:06:57.266Z Checking void v1.0.2
33522026-03-26T16:06:57.293Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33532026-03-26T16:06:57.378Z Checking path-slash v0.1.5
33542026-03-26T16:06:57.391Z Checking half v1.8.3
33552026-03-26T16:06:57.447Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33562026-03-26T16:06:57.469Z Checking lzss v0.8.2
33572026-03-26T16:06:57.483Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33582026-03-26T16:06:57.527Z Checking tungstenite v0.23.0
33592026-03-26T16:06:57.578Z Checking serde_cbor v0.11.2
33602026-03-26T16:06:57.606Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33612026-03-26T16:06:57.637Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33622026-03-26T16:06:57.651Z Checking nix v0.27.1
33632026-03-26T16:06:57.935Z Checking kstat-rs v0.2.4
33642026-03-26T16:06:57.949Z Checking serde_bytes v0.11.19
33652026-03-26T16:06:58.011Z Checking tokio-tungstenite v0.23.1
33662026-03-26T16:06:58.119Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33672026-03-26T16:06:58.122Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33682026-03-26T16:06:58.151Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33692026-03-26T16:06:58.274Z Checking signal-hook-tokio v0.3.1
33702026-03-26T16:06:58.906Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-03-26T16:06:59.220Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33722026-03-26T16:07:01.384Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33732026-03-26T16:07:02.223Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33742026-03-26T16:07:02.497Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33752026-03-26T16:07:03.571Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33762026-03-26T16:07:05.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.33s
33772026-03-26T16:07:05.816Z
33782026-03-26T16:07:05.816Zinfo: running `cargo check --bins` on gateway-api (134/267)
33792026-03-26T16:07:06.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-03-26T16:07:06.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-03-26T16:07:06.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-03-26T16:07:06.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33832026-03-26T16:07:06.418Z
33842026-03-26T16:07:06.418Zinfo: running `cargo check --bins` on ipcc (135/267)
33852026-03-26T16:07:06.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-03-26T16:07:06.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-03-26T16:07:06.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-03-26T16:07:06.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33892026-03-26T16:07:07.022Z
33902026-03-26T16:07:07.023Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/267)
33912026-03-26T16:07:07.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-03-26T16:07:07.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-03-26T16:07:07.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-03-26T16:07:07.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33952026-03-26T16:07:07.610Z
33962026-03-26T16:07:07.610Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/267)
33972026-03-26T16:07:08.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-03-26T16:07:08.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-03-26T16:07:08.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-03-26T16:07:08.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34012026-03-26T16:07:08.215Z
34022026-03-26T16:07:08.216Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/267)
34032026-03-26T16:07:08.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-03-26T16:07:08.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-03-26T16:07:08.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-03-26T16:07:08.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34072026-03-26T16:07:08.820Z
34082026-03-26T16:07:08.820Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/267)
34092026-03-26T16:07:09.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-03-26T16:07:09.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-03-26T16:07:09.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-03-26T16:07:09.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34132026-03-26T16:07:09.420Z
34142026-03-26T16:07:09.420Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/267)
34152026-03-26T16:07:09.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-03-26T16:07:09.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-03-26T16:07:09.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-03-26T16:07:09.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34192026-03-26T16:07:10.033Z
34202026-03-26T16:07:10.033Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/267)
34212026-03-26T16:07:10.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-03-26T16:07:10.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-03-26T16:07:10.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-03-26T16:07:10.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34252026-03-26T16:07:10.639Z
34262026-03-26T16:07:10.639Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/267)
34272026-03-26T16:07:11.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-03-26T16:07:11.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-03-26T16:07:11.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-03-26T16:07:11.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34312026-03-26T16:07:11.243Z
34322026-03-26T16:07:11.243Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/267)
34332026-03-26T16:07:11.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-03-26T16:07:11.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-03-26T16:07:11.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-03-26T16:07:11.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34372026-03-26T16:07:11.851Z
34382026-03-26T16:07:11.851Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/267)
34392026-03-26T16:07:12.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-03-26T16:07:12.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-03-26T16:07:12.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-03-26T16:07:12.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34432026-03-26T16:07:12.459Z
34442026-03-26T16:07:12.459Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/267)
34452026-03-26T16:07:12.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-03-26T16:07:12.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-03-26T16:07:12.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-03-26T16:07:12.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34492026-03-26T16:07:13.067Z
34502026-03-26T16:07:13.067Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/267)
34512026-03-26T16:07:13.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-03-26T16:07:13.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-03-26T16:07:13.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-03-26T16:07:13.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34552026-03-26T16:07:13.671Z
34562026-03-26T16:07:13.671Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/267)
34572026-03-26T16:07:14.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-03-26T16:07:14.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-03-26T16:07:14.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-03-26T16:07:14.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34612026-03-26T16:07:14.278Z
34622026-03-26T16:07:14.278Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/267)
34632026-03-26T16:07:14.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-03-26T16:07:14.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-03-26T16:07:14.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-03-26T16:07:14.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34672026-03-26T16:07:14.881Z
34682026-03-26T16:07:14.881Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/267)
34692026-03-26T16:07:15.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-03-26T16:07:15.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-03-26T16:07:15.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-03-26T16:07:15.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34732026-03-26T16:07:15.489Z
34742026-03-26T16:07:15.489Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/267)
34752026-03-26T16:07:16.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-03-26T16:07:16.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-03-26T16:07:16.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-03-26T16:07:16.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34792026-03-26T16:07:16.097Z
34802026-03-26T16:07:16.097Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/267)
34812026-03-26T16:07:16.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-03-26T16:07:16.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-03-26T16:07:16.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-03-26T16:07:16.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34852026-03-26T16:07:16.706Z
34862026-03-26T16:07:16.706Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/267)
34872026-03-26T16:07:17.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-03-26T16:07:17.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-03-26T16:07:17.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-03-26T16:07:17.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34912026-03-26T16:07:17.313Z
34922026-03-26T16:07:17.313Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/267)
34932026-03-26T16:07:17.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-03-26T16:07:17.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-03-26T16:07:17.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-03-26T16:07:17.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34972026-03-26T16:07:17.914Z
34982026-03-26T16:07:17.914Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/267)
34992026-03-26T16:07:18.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-03-26T16:07:18.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-03-26T16:07:18.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-03-26T16:07:18.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35032026-03-26T16:07:18.518Z
35042026-03-26T16:07:18.518Zinfo: running `cargo check --bins` on oximeter-producer (155/267)
35052026-03-26T16:07:19.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-03-26T16:07:19.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-03-26T16:07:19.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-03-26T16:07:19.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35092026-03-26T16:07:19.170Z
35102026-03-26T16:07:19.170Zinfo: running `cargo check --bins` on internal-dns-resolver (156/267)
35112026-03-26T16:07:19.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-03-26T16:07:19.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-03-26T16:07:19.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-03-26T16:07:19.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35152026-03-26T16:07:19.783Z
35162026-03-26T16:07:19.783Zinfo: running `cargo check --bins` on sp-sim (157/267)
35172026-03-26T16:07:20.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-03-26T16:07:20.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-03-26T16:07:20.507Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35202026-03-26T16:07:22.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
35212026-03-26T16:07:22.467Z
35222026-03-26T16:07:22.467Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/267)
35232026-03-26T16:07:23.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-03-26T16:07:23.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-03-26T16:07:23.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-03-26T16:07:23.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35272026-03-26T16:07:23.127Z
35282026-03-26T16:07:23.127Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/267)
35292026-03-26T16:07:23.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-03-26T16:07:23.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-03-26T16:07:23.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-03-26T16:07:23.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35332026-03-26T16:07:23.792Z
35342026-03-26T16:07:23.792Zinfo: running `cargo check --bins` on db-macros (160/267)
35352026-03-26T16:07:24.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-03-26T16:07:24.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-03-26T16:07:24.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-03-26T16:07:24.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35392026-03-26T16:07:24.384Z
35402026-03-26T16:07:24.384Zinfo: running `cargo check --bins` on nexus-macros-common (161/267)
35412026-03-26T16:07:24.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-03-26T16:07:24.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-03-26T16:07:24.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-03-26T16:07:24.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35452026-03-26T16:07:24.973Z
35462026-03-26T16:07:24.973Zinfo: running `cargo check --bins` on nexus-auth (162/267)
35472026-03-26T16:07:25.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-03-26T16:07:25.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-03-26T16:07:25.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-03-26T16:07:25.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35512026-03-26T16:07:25.630Z
35522026-03-26T16:07:25.630Zinfo: running `cargo check --bins` on authz-macros (163/267)
35532026-03-26T16:07:26.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-03-26T16:07:26.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-03-26T16:07:26.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-03-26T16:07:26.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35572026-03-26T16:07:26.227Z
35582026-03-26T16:07:26.227Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/267)
35592026-03-26T16:07:26.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-03-26T16:07:26.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-03-26T16:07:26.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-03-26T16:07:26.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35632026-03-26T16:07:26.881Z
35642026-03-26T16:07:26.881Zinfo: running `cargo check --bins` on nexus-db-model (165/267)
35652026-03-26T16:07:27.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-03-26T16:07:27.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-03-26T16:07:27.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-03-26T16:07:27.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35692026-03-26T16:07:27.525Z
35702026-03-26T16:07:27.526Zinfo: running `cargo check --bins` on nexus-db-schema (166/267)
35712026-03-26T16:07:28.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-03-26T16:07:28.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-03-26T16:07:28.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-03-26T16:07:28.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35752026-03-26T16:07:28.112Z
35762026-03-26T16:07:28.112Zinfo: running `cargo check --bins` on omicron-rpaths (167/267)
35772026-03-26T16:07:28.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-03-26T16:07:28.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-03-26T16:07:28.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-03-26T16:07:28.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35812026-03-26T16:07:28.695Z
35822026-03-26T16:07:28.695Zinfo: running `cargo check --bins` on nexus-defaults (168/267)
35832026-03-26T16:07:29.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-03-26T16:07:29.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-03-26T16:07:29.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-03-26T16:07:29.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35872026-03-26T16:07:29.298Z
35882026-03-26T16:07:29.298Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/267)
35892026-03-26T16:07:29.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-03-26T16:07:29.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-03-26T16:07:29.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-03-26T16:07:29.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35932026-03-26T16:07:29.893Z
35942026-03-26T16:07:29.893Zinfo: running `cargo check --bins` on parallel-task-set (170/267)
35952026-03-26T16:07:30.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-03-26T16:07:30.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-03-26T16:07:30.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-03-26T16:07:30.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35992026-03-26T16:07:30.485Z
36002026-03-26T16:07:30.485Zinfo: running `cargo check --bins` on nexus-db-errors (171/267)
36012026-03-26T16:07:31.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-03-26T16:07:31.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-03-26T16:07:31.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-03-26T16:07:31.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36052026-03-26T16:07:31.142Z
36062026-03-26T16:07:31.142Zinfo: running `cargo check --bins` on nexus-db-lookup (172/267)
36072026-03-26T16:07:31.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-03-26T16:07:31.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-03-26T16:07:31.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-03-26T16:07:31.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36112026-03-26T16:07:31.802Z
36122026-03-26T16:07:31.802Zinfo: running `cargo check --bins` on nexus-inventory (173/267)
36132026-03-26T16:07:32.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-03-26T16:07:32.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-03-26T16:07:32.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-03-26T16:07:32.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36172026-03-26T16:07:32.449Z
36182026-03-26T16:07:32.450Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/267)
36192026-03-26T16:07:32.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-03-26T16:07:32.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-03-26T16:07:32.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-03-26T16:07:32.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36232026-03-26T16:07:33.075Z
36242026-03-26T16:07:33.075Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/267)
36252026-03-26T16:07:33.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-03-26T16:07:33.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-03-26T16:07:33.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-03-26T16:07:33.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36292026-03-26T16:07:33.689Z
36302026-03-26T16:07:33.689Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/267)
36312026-03-26T16:07:34.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-03-26T16:07:34.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-03-26T16:07:34.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-03-26T16:07:34.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36352026-03-26T16:07:34.305Z
36362026-03-26T16:07:34.305Zinfo: running `cargo check --bins` on key-manager (177/267)
36372026-03-26T16:07:34.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-03-26T16:07:34.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-03-26T16:07:34.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-03-26T16:07:34.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36412026-03-26T16:07:34.912Z
36422026-03-26T16:07:34.912Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/267)
36432026-03-26T16:07:35.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-03-26T16:07:35.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-03-26T16:07:35.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-03-26T16:07:35.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36472026-03-26T16:07:35.526Z
36482026-03-26T16:07:35.526Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/267)
36492026-03-26T16:07:36.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-03-26T16:07:36.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-03-26T16:07:36.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-03-26T16:07:36.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36532026-03-26T16:07:36.138Z
36542026-03-26T16:07:36.138Zinfo: running `cargo check --bins` on typed-rng (180/267)
36552026-03-26T16:07:36.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-03-26T16:07:36.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-03-26T16:07:36.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-03-26T16:07:36.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36592026-03-26T16:07:36.727Z
36602026-03-26T16:07:36.727Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/267)
36612026-03-26T16:07:37.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-03-26T16:07:37.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-03-26T16:07:37.566Z Compiling libefi-sys v0.1.0
36642026-03-26T16:07:37.569Z Compiling bitfield-struct v0.6.2
36652026-03-26T16:07:37.710Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36662026-03-26T16:07:37.719Z Compiling xshell-macros v0.2.7
36672026-03-26T16:07:37.728Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36682026-03-26T16:07:37.767Z Compiling salty v0.3.0
36692026-03-26T16:07:37.770Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36702026-03-26T16:07:37.773Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36712026-03-26T16:07:37.773Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36722026-03-26T16:07:38.060Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36732026-03-26T16:07:38.064Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36742026-03-26T16:07:38.090Z Checking xshell v0.2.7
36752026-03-26T16:07:38.223Z Checking primeorder v0.13.6
36762026-03-26T16:07:38.240Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36772026-03-26T16:07:38.275Z Compiling proc-macro-error-attr2 v2.0.0
36782026-03-26T16:07:38.301Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36792026-03-26T16:07:38.316Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36802026-03-26T16:07:38.361Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36812026-03-26T16:07:38.432Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36822026-03-26T16:07:38.464Z Checking p384 v0.13.1
36832026-03-26T16:07:38.517Z Compiling num-derive v0.3.3
36842026-03-26T16:07:38.555Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36852026-03-26T16:07:38.674Z Compiling proc-macro-error2 v2.0.1
36862026-03-26T16:07:38.770Z Compiling unicase v2.9.0
36872026-03-26T16:07:38.799Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36882026-03-26T16:07:38.979Z Compiling mime_guess v2.0.5
36892026-03-26T16:07:38.994Z Compiling tabled_derive v0.11.0
36902026-03-26T16:07:39.010Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36912026-03-26T16:07:39.025Z Compiling progenitor-impl v0.11.2
36922026-03-26T16:07:39.384Z Checking papergrid v0.17.0
36932026-03-26T16:07:39.416Z Checking libscf-sys v1.1.0
36942026-03-26T16:07:39.513Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36952026-03-26T16:07:39.552Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36962026-03-26T16:07:39.617Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36972026-03-26T16:07:39.684Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36982026-03-26T16:07:40.162Z Checking testing_table v0.3.0
36992026-03-26T16:07:40.177Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37002026-03-26T16:07:40.193Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37012026-03-26T16:07:40.257Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37022026-03-26T16:07:40.274Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37032026-03-26T16:07:40.319Z Checking corncobs v0.1.4
37042026-03-26T16:07:40.382Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37052026-03-26T16:07:40.420Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37062026-03-26T16:07:40.450Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37072026-03-26T16:07:40.516Z Checking tabled v0.20.0
37082026-03-26T16:07:40.598Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37092026-03-26T16:07:40.706Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37102026-03-26T16:07:40.741Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37112026-03-26T16:07:40.807Z Checking progenitor-client v0.11.2
37122026-03-26T16:07:41.043Z Checking secrecy v0.8.0
37132026-03-26T16:07:41.075Z Checking http-range v0.1.5
37142026-03-26T16:07:41.380Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37152026-03-26T16:07:41.426Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37162026-03-26T16:07:41.448Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37172026-03-26T16:07:41.644Z Compiling progenitor-macro v0.11.2
37182026-03-26T16:07:41.659Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37192026-03-26T16:07:41.674Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37202026-03-26T16:07:41.780Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37212026-03-26T16:07:41.951Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37222026-03-26T16:07:42.035Z Checking atty v0.2.14
37232026-03-26T16:07:42.084Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37242026-03-26T16:07:42.137Z Checking crc8 v0.1.1
37252026-03-26T16:07:42.238Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37262026-03-26T16:07:42.255Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37272026-03-26T16:07:42.514Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37282026-03-26T16:07:42.569Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37292026-03-26T16:07:42.844Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37302026-03-26T16:07:42.883Z Checking hyper-staticfile v0.10.1
37312026-03-26T16:07:42.984Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37322026-03-26T16:07:43.001Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37332026-03-26T16:07:43.170Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37342026-03-26T16:07:43.187Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37352026-03-26T16:07:43.398Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37362026-03-26T16:07:43.455Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37372026-03-26T16:07:43.542Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37382026-03-26T16:07:43.838Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37392026-03-26T16:07:43.885Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37402026-03-26T16:07:44.106Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37412026-03-26T16:07:44.143Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37422026-03-26T16:07:44.265Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37432026-03-26T16:07:44.420Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37442026-03-26T16:07:44.671Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37452026-03-26T16:07:44.778Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37462026-03-26T16:07:45.191Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37472026-03-26T16:07:45.917Z Checking progenitor v0.11.2
37482026-03-26T16:07:46.060Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37492026-03-26T16:07:50.926Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37502026-03-26T16:08:01.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.04s
37512026-03-26T16:08:01.990Z
37522026-03-26T16:08:01.990Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/267)
37532026-03-26T16:08:02.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-03-26T16:08:02.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-03-26T16:08:02.769Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37562026-03-26T16:08:13.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.62s
37572026-03-26T16:08:13.831Z
37582026-03-26T16:08:13.831Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/267)
37592026-03-26T16:08:14.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-03-26T16:08:14.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-03-26T16:08:14.610Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37622026-03-26T16:08:25.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.66s
37632026-03-26T16:08:25.720Z
37642026-03-26T16:08:25.720Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/267)
37652026-03-26T16:08:26.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-03-26T16:08:26.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-03-26T16:08:26.516Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37682026-03-26T16:08:37.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.65s
37692026-03-26T16:08:37.600Z
37702026-03-26T16:08:37.600Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/267)
37712026-03-26T16:08:38.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-03-26T16:08:38.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-03-26T16:08:38.391Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37742026-03-26T16:08:49.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.64s
37752026-03-26T16:08:49.473Z
37762026-03-26T16:08:49.473Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/267)
37772026-03-26T16:08:50.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-03-26T16:08:50.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-03-26T16:08:50.264Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37802026-03-26T16:09:01.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.66s
37812026-03-26T16:09:01.356Z
37822026-03-26T16:09:01.356Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/267)
37832026-03-26T16:09:01.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-03-26T16:09:01.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-03-26T16:09:02.145Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37862026-03-26T16:09:12.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.62s
37872026-03-26T16:09:13.201Z
37882026-03-26T16:09:13.201Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/267)
37892026-03-26T16:09:13.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-03-26T16:09:13.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-03-26T16:09:13.995Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37922026-03-26T16:09:24.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.65s
37932026-03-26T16:09:25.079Z
37942026-03-26T16:09:25.079Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/267)
37952026-03-26T16:09:25.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-03-26T16:09:25.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-03-26T16:09:25.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37982026-03-26T16:09:25.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37992026-03-26T16:09:25.703Z
38002026-03-26T16:09:25.703Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/267)
38012026-03-26T16:09:26.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-03-26T16:09:26.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-03-26T16:09:26.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-03-26T16:09:26.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38052026-03-26T16:09:26.326Z
38062026-03-26T16:09:26.326Zinfo: running `cargo check --bins` on range-requests (191/267)
38072026-03-26T16:09:26.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-03-26T16:09:26.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-03-26T16:09:26.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-03-26T16:09:26.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38112026-03-26T16:09:26.928Z
38122026-03-26T16:09:26.928Zinfo: running `cargo check --bins` on repo-depot-api (192/267)
38132026-03-26T16:09:27.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-03-26T16:09:27.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-03-26T16:09:27.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-03-26T16:09:27.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38172026-03-26T16:09:27.529Z
38182026-03-26T16:09:27.529Zinfo: running `cargo check --bins` on sled-agent-api (193/267)
38192026-03-26T16:09:28.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-03-26T16:09:28.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-03-26T16:09:28.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-03-26T16:09:28.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38232026-03-26T16:09:28.160Z
38242026-03-26T16:09:28.160Zinfo: running `cargo check --bins` on sled-diagnostics (194/267)
38252026-03-26T16:09:28.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-03-26T16:09:28.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-03-26T16:09:28.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-03-26T16:09:28.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38292026-03-26T16:09:28.780Z
38302026-03-26T16:09:28.780Zinfo: running `cargo check --bins` on zfs-test-harness (195/267)
38312026-03-26T16:09:29.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-03-26T16:09:29.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-03-26T16:09:29.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-03-26T16:09:29.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38352026-03-26T16:09:29.393Z
38362026-03-26T16:09:29.393Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/267)
38372026-03-26T16:09:29.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-03-26T16:09:29.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-03-26T16:09:29.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-03-26T16:09:29.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38412026-03-26T16:09:30.019Z
38422026-03-26T16:09:30.019Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/267)
38432026-03-26T16:09:30.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-03-26T16:09:30.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-03-26T16:09:30.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-03-26T16:09:30.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38472026-03-26T16:09:30.647Z
38482026-03-26T16:09:30.647Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/267)
38492026-03-26T16:09:31.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-03-26T16:09:31.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-03-26T16:09:31.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38522026-03-26T16:09:31.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38532026-03-26T16:09:31.273Z
38542026-03-26T16:09:31.274Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/267)
38552026-03-26T16:09:31.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-03-26T16:09:31.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-03-26T16:09:31.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582026-03-26T16:09:31.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38592026-03-26T16:09:31.908Z
38602026-03-26T16:09:31.908Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/267)
38612026-03-26T16:09:32.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-03-26T16:09:32.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-03-26T16:09:32.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38642026-03-26T16:09:32.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38652026-03-26T16:09:32.534Z
38662026-03-26T16:09:32.534Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/267)
38672026-03-26T16:09:33.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-03-26T16:09:33.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-03-26T16:09:33.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38702026-03-26T16:09:33.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38712026-03-26T16:09:33.164Z
38722026-03-26T16:09:33.164Zinfo: running `cargo check --bins` on trust-quorum (202/267)
38732026-03-26T16:09:33.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-03-26T16:09:33.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-03-26T16:09:33.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38762026-03-26T16:09:33.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38772026-03-26T16:09:33.790Z
38782026-03-26T16:09:33.790Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (203/267)
38792026-03-26T16:09:34.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-03-26T16:09:34.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-03-26T16:09:34.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-03-26T16:09:34.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38832026-03-26T16:09:34.432Z
38842026-03-26T16:09:34.432Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (204/267)
38852026-03-26T16:09:34.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-03-26T16:09:34.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-03-26T16:09:34.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-03-26T16:09:34.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38892026-03-26T16:09:35.089Z
38902026-03-26T16:09:35.089Zinfo: running `cargo check --bins` on update-common (205/267)
38912026-03-26T16:09:35.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-03-26T16:09:35.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-03-26T16:09:35.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-03-26T16:09:35.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38952026-03-26T16:09:35.702Z
38962026-03-26T16:09:35.702Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (206/267)
38972026-03-26T16:09:36.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-03-26T16:09:36.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-03-26T16:09:36.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-03-26T16:09:36.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39012026-03-26T16:09:36.363Z
39022026-03-26T16:09:36.363Zinfo: running `cargo check --bins` on reconfigurator-cli (207/267)
39032026-03-26T16:09:36.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-03-26T16:09:36.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-03-26T16:09:37.141Z Compiling fs-err v2.11.0
39062026-03-26T16:09:37.144Z Checking ignore v0.4.25
39072026-03-26T16:09:37.144Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39082026-03-26T16:09:37.275Z Checking predicates-tree v1.0.13
39092026-03-26T16:09:37.288Z Checking parse-size v1.1.0
39102026-03-26T16:09:37.300Z Checking rand_seeder v0.4.0
39112026-03-26T16:09:37.303Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39122026-03-26T16:09:37.324Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39132026-03-26T16:09:37.379Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39142026-03-26T16:09:37.400Z Compiling petname v2.0.2
39152026-03-26T16:09:37.436Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39162026-03-26T16:09:37.589Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39172026-03-26T16:09:37.606Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39182026-03-26T16:09:37.648Z Checking globwalk v0.9.1
39192026-03-26T16:09:37.712Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39202026-03-26T16:09:37.771Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39212026-03-26T16:09:37.823Z Checking camino-tempfile-ext v0.3.3
39222026-03-26T16:09:37.840Z Checking sapling-renderdag v0.1.0
39232026-03-26T16:09:37.959Z Checking sync-ptr v0.1.4
39242026-03-26T16:09:38.023Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39252026-03-26T16:09:38.071Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39262026-03-26T16:09:38.106Z Checking colored v2.2.0
39272026-03-26T16:09:38.151Z Checking assert_matches v1.5.0
39282026-03-26T16:09:38.394Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39292026-03-26T16:09:38.509Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39302026-03-26T16:09:38.512Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39312026-03-26T16:09:39.110Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39322026-03-26T16:09:40.403Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39332026-03-26T16:09:42.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.22s
39342026-03-26T16:09:42.800Z
39352026-03-26T16:09:42.800Zinfo: running `cargo check --bins` on omicron-repl-utils (208/267)
39362026-03-26T16:09:43.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-03-26T16:09:43.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-03-26T16:09:43.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-03-26T16:09:43.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39402026-03-26T16:09:43.392Z
39412026-03-26T16:09:43.392Zinfo: running `cargo check --bins` on nexus-test-interface (209/267)
39422026-03-26T16:09:43.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-03-26T16:09:43.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-03-26T16:09:43.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-03-26T16:09:43.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39462026-03-26T16:09:44.047Z
39472026-03-26T16:09:44.047Zinfo: running `cargo check --bins` on oximeter-collector (210/267)
39482026-03-26T16:09:44.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-03-26T16:09:44.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-03-26T16:09:44.771Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39512026-03-26T16:09:44.771Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39522026-03-26T16:09:45.426Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39532026-03-26T16:09:46.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.89s
39542026-03-26T16:09:47.151Z
39552026-03-26T16:09:47.151Zinfo: running `cargo check --bins` on oximeter-api (211/267)
39562026-03-26T16:09:47.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-03-26T16:09:47.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-03-26T16:09:47.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-03-26T16:09:47.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39602026-03-26T16:09:47.756Z
39612026-03-26T16:09:47.756Zinfo: running `cargo check --bins` on cert-dev (212/267)
39622026-03-26T16:09:48.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-03-26T16:09:48.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-03-26T16:09:48.376Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39652026-03-26T16:09:48.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
39662026-03-26T16:09:48.826Z
39672026-03-26T16:09:48.826Zinfo: running `cargo check --bins` on clickana (213/267)
39682026-03-26T16:09:49.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-03-26T16:09:49.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-03-26T16:09:49.478Z Compiling darling_core v0.23.0
39712026-03-26T16:09:49.483Z Compiling instability v0.3.11
39722026-03-26T16:09:49.623Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39732026-03-26T16:09:49.623Z Checking castaway v0.2.4
39742026-03-26T16:09:49.626Z Compiling indoc v2.0.7
39752026-03-26T16:09:49.626Z Checking unicode-truncate v1.1.0
39762026-03-26T16:09:49.627Z Checking lru v0.12.5
39772026-03-26T16:09:49.627Z Checking cassowary v0.3.0
39782026-03-26T16:09:49.693Z Checking compact_str v0.8.1
39792026-03-26T16:09:50.531Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39802026-03-26T16:09:50.713Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39812026-03-26T16:09:51.006Z Compiling darling_macro v0.23.0
39822026-03-26T16:09:51.420Z Compiling darling v0.23.0
39832026-03-26T16:09:52.051Z Checking ratatui v0.29.0
39842026-03-26T16:09:53.074Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39852026-03-26T16:09:53.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s
39862026-03-26T16:09:53.936Z
39872026-03-26T16:09:53.936Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (214/267)
39882026-03-26T16:09:54.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-03-26T16:09:54.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-03-26T16:09:54.664Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39912026-03-26T16:09:54.665Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39922026-03-26T16:09:55.259Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39932026-03-26T16:09:55.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
39942026-03-26T16:09:55.878Z
39952026-03-26T16:09:55.878Zinfo: running `cargo check --bins` on ch-dev (215/267)
39962026-03-26T16:09:56.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39972026-03-26T16:09:56.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39982026-03-26T16:09:56.612Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39992026-03-26T16:09:57.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40002026-03-26T16:09:57.564Z
40012026-03-26T16:09:57.564Zinfo: running `cargo check --bins` on dev-tools-common (216/267)
40022026-03-26T16:09:57.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40032026-03-26T16:09:57.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40042026-03-26T16:09:57.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40052026-03-26T16:09:57.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40062026-03-26T16:09:58.037Z
40072026-03-26T16:09:58.037Zinfo: running `cargo check --bins` on crdb-seed (217/267)
40082026-03-26T16:09:58.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40092026-03-26T16:09:58.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40102026-03-26T16:09:58.763Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40112026-03-26T16:09:59.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
40122026-03-26T16:09:59.414Z
40132026-03-26T16:09:59.414Zinfo: running `cargo check --bins` on db-dev (218/267)
40142026-03-26T16:09:59.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40152026-03-26T16:09:59.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40162026-03-26T16:10:00.154Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40172026-03-26T16:10:00.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40182026-03-26T16:10:01.116Z
40192026-03-26T16:10:01.117Zinfo: running `cargo check --bins` on omicron-dev-lib (219/267)
40202026-03-26T16:10:01.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-03-26T16:10:01.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-03-26T16:10:01.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40232026-03-26T16:10:01.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40242026-03-26T16:10:01.782Z
40252026-03-26T16:10:01.782Zinfo: running `cargo check --bins` on xtask-downloader (220/267)
40262026-03-26T16:10:02.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40272026-03-26T16:10:02.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40282026-03-26T16:10:02.405Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40292026-03-26T16:10:03.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
40302026-03-26T16:10:03.265Z
40312026-03-26T16:10:03.265Zinfo: running `cargo check --bins` on omicron-dropshot-apis (221/267)
40322026-03-26T16:10:03.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40332026-03-26T16:10:03.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40342026-03-26T16:10:04.020Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40352026-03-26T16:10:04.020Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40362026-03-26T16:10:04.026Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40372026-03-26T16:10:04.026Z Checking git-stub v1.0.0
40382026-03-26T16:10:04.026Z Compiling trait-variant v0.1.2
40392026-03-26T16:10:04.026Z Checking maplit v1.0.2
40402026-03-26T16:10:04.027Z Checking is_ci v1.2.0
40412026-03-26T16:10:04.153Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40422026-03-26T16:10:04.247Z Checking supports-color v3.0.2
40432026-03-26T16:10:04.247Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40442026-03-26T16:10:04.291Z Checking git-stub-vcs v0.1.0
40452026-03-26T16:10:04.354Z Checking drift v0.1.3
40462026-03-26T16:10:04.381Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40472026-03-26T16:10:04.418Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40482026-03-26T16:10:04.483Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40492026-03-26T16:10:04.615Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40502026-03-26T16:10:04.641Z Checking dropshot-api-manager v0.6.0
40512026-03-26T16:10:04.657Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40522026-03-26T16:10:04.674Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40532026-03-26T16:10:04.888Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40542026-03-26T16:10:04.937Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40552026-03-26T16:10:05.038Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40562026-03-26T16:10:05.382Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40572026-03-26T16:10:10.311Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40582026-03-26T16:10:11.342Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40592026-03-26T16:10:11.923Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40602026-03-26T16:10:12.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.07s
40612026-03-26T16:10:12.547Z
40622026-03-26T16:10:12.547Zinfo: running `cargo check --bins` on installinator-api (222/267)
40632026-03-26T16:10:13.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-03-26T16:10:13.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-03-26T16:10:13.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40662026-03-26T16:10:13.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40672026-03-26T16:10:13.160Z
40682026-03-26T16:10:13.160Zinfo: running `cargo check --bins` on nexus-external-api (223/267)
40692026-03-26T16:10:13.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-03-26T16:10:13.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-03-26T16:10:13.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40722026-03-26T16:10:13.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40732026-03-26T16:10:13.806Z
40742026-03-26T16:10:13.806Zinfo: running `cargo check --bins` on nexus-internal-api (224/267)
40752026-03-26T16:10:14.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-03-26T16:10:14.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-03-26T16:10:14.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40782026-03-26T16:10:14.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40792026-03-26T16:10:14.459Z
40802026-03-26T16:10:14.459Zinfo: running `cargo check --bins` on nexus-lockstep-api (225/267)
40812026-03-26T16:10:15.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-03-26T16:10:15.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-03-26T16:10:15.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-03-26T16:10:15.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40852026-03-26T16:10:15.111Z
40862026-03-26T16:10:15.112Zinfo: running `cargo check --bins` on ntp-admin-api (226/267)
40872026-03-26T16:10:15.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-03-26T16:10:15.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-03-26T16:10:15.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-03-26T16:10:15.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40912026-03-26T16:10:15.724Z
40922026-03-26T16:10:15.724Zinfo: running `cargo check --bins` on ntp-admin-types-versions (227/267)
40932026-03-26T16:10:16.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-03-26T16:10:16.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-03-26T16:10:16.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40962026-03-26T16:10:16.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40972026-03-26T16:10:16.327Z
40982026-03-26T16:10:16.327Zinfo: running `cargo check --bins` on wicketd-api (228/267)
40992026-03-26T16:10:16.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-03-26T16:10:16.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-03-26T16:10:16.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41022026-03-26T16:10:16.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41032026-03-26T16:10:16.967Z
41042026-03-26T16:10:16.967Zinfo: running `cargo check --bins` on omicron-ls-apis (229/267)
41052026-03-26T16:10:17.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-03-26T16:10:17.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-03-26T16:10:17.588Z Checking erased-serde v0.4.9
41082026-03-26T16:10:17.695Z Checking ordered-float v2.10.1
41092026-03-26T16:10:17.710Z Checking unicode-xid v0.2.6
41102026-03-26T16:10:17.727Z Checking cargo-platform v0.2.0
41112026-03-26T16:10:17.884Z Checking serde-value v0.7.0
41122026-03-26T16:10:17.993Z Checking serde-untagged v0.1.9
41132026-03-26T16:10:18.149Z Checking cargo-util-schemas v0.8.2
41142026-03-26T16:10:18.833Z Checking cargo_metadata v0.21.0
41152026-03-26T16:10:19.433Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41162026-03-26T16:10:20.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
41172026-03-26T16:10:20.293Z
41182026-03-26T16:10:20.293Zinfo: running `cargo check --bins` on mgs-dev (230/267)
41192026-03-26T16:10:20.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-03-26T16:10:20.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-03-26T16:10:21.047Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41222026-03-26T16:10:21.662Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41232026-03-26T16:10:22.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41242026-03-26T16:10:22.363Z
41252026-03-26T16:10:22.363Zinfo: running `cargo check --bins` on omicron-omdb (231/267)
41262026-03-26T16:10:22.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-03-26T16:10:22.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-03-26T16:10:23.234Z Compiling vergen-gitcl v1.0.8
41292026-03-26T16:10:23.234Z Compiling dirs-sys-next v0.1.2
41302026-03-26T16:10:23.234Z Compiling glob v0.3.3
41312026-03-26T16:10:23.234Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41322026-03-26T16:10:23.237Z Compiling crunchy v0.2.4
41332026-03-26T16:10:23.237Z Compiling diesel_derives v2.3.7
41342026-03-26T16:10:23.237Z Compiling dsl_auto_type v0.2.0
41352026-03-26T16:10:23.237Z Checking scheduled-thread-pool v0.2.7
41362026-03-26T16:10:23.550Z Compiling diesel_table_macro_syntax v0.3.0
41372026-03-26T16:10:23.570Z Compiling dirs-next v2.0.0
41382026-03-26T16:10:23.640Z Compiling tiny-keccak v2.0.2
41392026-03-26T16:10:23.695Z Compiling term v0.7.0
41402026-03-26T16:10:23.738Z Compiling clang-sys v1.8.1
41412026-03-26T16:10:23.757Z Checking r2d2 v0.8.10
41422026-03-26T16:10:23.774Z Compiling bit-vec v0.6.3
41432026-03-26T16:10:23.855Z Checking downcast-rs v2.0.2
41442026-03-26T16:10:23.940Z Compiling bit-set v0.5.3
41452026-03-26T16:10:23.957Z Compiling ascii-canvas v3.0.0
41462026-03-26T16:10:24.101Z Compiling itertools v0.10.5
41472026-03-26T16:10:24.119Z Compiling ena v0.14.4
41482026-03-26T16:10:24.199Z Compiling libloading v0.8.9
41492026-03-26T16:10:24.248Z Compiling bindgen v0.71.1
41502026-03-26T16:10:24.275Z Compiling regex-syntax v0.6.29
41512026-03-26T16:10:24.327Z Compiling diff v0.1.13
41522026-03-26T16:10:24.411Z Compiling cexpr v0.6.0
41532026-03-26T16:10:24.590Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41542026-03-26T16:10:24.686Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41552026-03-26T16:10:24.803Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41562026-03-26T16:10:24.843Z Compiling libxml v0.3.3
41572026-03-26T16:10:25.069Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41582026-03-26T16:10:25.150Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41592026-03-26T16:10:25.166Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41602026-03-26T16:10:25.355Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41612026-03-26T16:10:25.382Z Compiling strum_macros v0.24.3
41622026-03-26T16:10:25.400Z Compiling indoc v1.0.9
41632026-03-26T16:10:25.619Z Compiling lalrpop v0.19.12
41642026-03-26T16:10:26.427Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41652026-03-26T16:10:26.624Z Checking derive_builder v0.20.2
41662026-03-26T16:10:26.724Z Compiling oso-derive v0.27.3
41672026-03-26T16:10:26.742Z Checking quick-xml v0.37.5
41682026-03-26T16:10:26.953Z Compiling impl-trait-for-tuples v0.2.3
41692026-03-26T16:10:27.220Z Checking openssl-probe v0.1.6
41702026-03-26T16:10:27.361Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41712026-03-26T16:10:27.615Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41722026-03-26T16:10:27.807Z Checking bb8 v0.8.6
41732026-03-26T16:10:28.059Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41742026-03-26T16:10:28.091Z Checking nonempty v0.12.0
41752026-03-26T16:10:28.111Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41762026-03-26T16:10:28.264Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41772026-03-26T16:10:28.284Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41782026-03-26T16:10:28.321Z Checking support-bundle-viewer v0.1.2
41792026-03-26T16:10:28.479Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41802026-03-26T16:10:28.497Z Checking multimap v0.10.1
41812026-03-26T16:10:29.263Z Checking diesel v2.3.7
41822026-03-26T16:10:30.663Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41832026-03-26T16:10:31.338Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41842026-03-26T16:10:31.435Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41852026-03-26T16:10:31.687Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41862026-03-26T16:10:31.892Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41872026-03-26T16:10:32.285Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41882026-03-26T16:10:33.087Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41892026-03-26T16:10:33.854Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41902026-03-26T16:10:35.881Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41912026-03-26T16:10:40.742Z Compiling samael v0.0.19
41922026-03-26T16:10:44.641Z Checking async-bb8-diesel v0.2.1
41932026-03-26T16:10:44.995Z Checking diesel-dtrace v0.5.0
41942026-03-26T16:10:45.758Z Compiling polar-core v0.27.3
41952026-03-26T16:10:50.221Z Checking oso v0.27.3
41962026-03-26T16:11:26.084Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41972026-03-26T16:11:58.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
41982026-03-26T16:11:58.659Z
41992026-03-26T16:11:58.659Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (232/267)
42002026-03-26T16:11:59.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42012026-03-26T16:11:59.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42022026-03-26T16:11:59.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42032026-03-26T16:11:59.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42042026-03-26T16:11:59.334Z
42052026-03-26T16:11:59.334Zinfo: running `cargo check --bins` on nexus-saga-recovery (233/267)
42062026-03-26T16:11:59.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-03-26T16:11:59.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-03-26T16:11:59.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42092026-03-26T16:11:59.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42102026-03-26T16:12:00.015Z
42112026-03-26T16:12:00.015Zinfo: running `cargo check --bins` on nexus-test-utils-macros (234/267)
42122026-03-26T16:12:00.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-03-26T16:12:00.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-03-26T16:12:00.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-03-26T16:12:00.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42162026-03-26T16:12:00.619Z
42172026-03-26T16:12:00.619Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (235/267)
42182026-03-26T16:12:01.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-03-26T16:12:01.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-03-26T16:12:01.488Z Compiling libz-sys v1.1.24
42212026-03-26T16:12:01.620Z Compiling libgit2-sys v0.18.3+1.9.2
42222026-03-26T16:12:01.631Z Compiling vergen-git2 v1.0.7
42232026-03-26T16:12:01.637Z Compiling rustls v0.21.12
42242026-03-26T16:12:01.653Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42252026-03-26T16:12:01.663Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42262026-03-26T16:12:01.663Z Checking rustls-webpki v0.101.7
42272026-03-26T16:12:01.664Z Checking sct v0.7.1
42282026-03-26T16:12:01.833Z Compiling nix v0.29.0
42292026-03-26T16:12:01.850Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42302026-03-26T16:12:01.850Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42312026-03-26T16:12:01.906Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42322026-03-26T16:12:02.009Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42332026-03-26T16:12:02.139Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42342026-03-26T16:12:02.156Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42352026-03-26T16:12:02.206Z Checking rustls-pemfile v1.0.4
42362026-03-26T16:12:02.355Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42372026-03-26T16:12:02.494Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42382026-03-26T16:12:02.558Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42392026-03-26T16:12:02.648Z Checking twox-hash v2.1.2
42402026-03-26T16:12:02.726Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42412026-03-26T16:12:03.319Z Checking tokio-rustls v0.24.1
42422026-03-26T16:12:03.376Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42432026-03-26T16:12:03.402Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42442026-03-26T16:12:03.418Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42452026-03-26T16:12:03.510Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42462026-03-26T16:12:03.673Z Checking fatfs v0.3.6
42472026-03-26T16:12:04.048Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42482026-03-26T16:12:04.089Z Compiling seq-macro v0.3.6
42492026-03-26T16:12:08.088Z Compiling git2 v0.20.4
42502026-03-26T16:12:08.318Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42512026-03-26T16:12:08.436Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42522026-03-26T16:12:10.309Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42532026-03-26T16:12:56.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.32s
42542026-03-26T16:12:57.171Z
42552026-03-26T16:12:57.171Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (236/267)
42562026-03-26T16:12:57.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-03-26T16:12:57.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-03-26T16:12:58.095Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42592026-03-26T16:13:36.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.32s
42602026-03-26T16:13:36.731Z
42612026-03-26T16:13:36.731Zinfo: running `cargo check --bins` on nexus-background-task-interface (237/267)
42622026-03-26T16:13:37.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42632026-03-26T16:13:37.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42642026-03-26T16:13:37.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42652026-03-26T16:13:37.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42662026-03-26T16:13:37.345Z
42672026-03-26T16:13:37.345Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (238/267)
42682026-03-26T16:13:37.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42692026-03-26T16:13:37.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42702026-03-26T16:13:37.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42712026-03-26T16:13:37.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42722026-03-26T16:13:38.025Z
42732026-03-26T16:13:38.025Zinfo: running `cargo check --bins` on nexus-mgs-updates (239/267)
42742026-03-26T16:13:38.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42752026-03-26T16:13:38.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42762026-03-26T16:13:38.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42772026-03-26T16:13:38.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42782026-03-26T16:13:38.688Z
42792026-03-26T16:13:38.688Zinfo: running `cargo check --bins` on nexus-networking (240/267)
42802026-03-26T16:13:39.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42812026-03-26T16:13:39.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42822026-03-26T16:13:39.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42832026-03-26T16:13:39.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42842026-03-26T16:13:39.356Z
42852026-03-26T16:13:39.356Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (241/267)
42862026-03-26T16:13:39.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-03-26T16:13:39.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-03-26T16:13:39.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42892026-03-26T16:13:39.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42902026-03-26T16:13:40.032Z
42912026-03-26T16:13:40.032Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (242/267)
42922026-03-26T16:13:40.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-03-26T16:13:40.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-03-26T16:13:40.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-03-26T16:13:40.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42962026-03-26T16:13:40.705Z
42972026-03-26T16:13:40.705Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/267)
42982026-03-26T16:13:41.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-03-26T16:13:41.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-03-26T16:13:41.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-03-26T16:13:41.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43022026-03-26T16:13:41.356Z
43032026-03-26T16:13:41.356Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/267)
43042026-03-26T16:13:41.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-03-26T16:13:41.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-03-26T16:13:41.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-03-26T16:13:41.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43082026-03-26T16:13:42.029Z
43092026-03-26T16:13:42.029Zinfo: running `cargo check --bins` on omicron-dev (245/267)
43102026-03-26T16:13:42.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-03-26T16:13:42.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-03-26T16:13:42.927Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43132026-03-26T16:13:42.927Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43142026-03-26T16:13:43.115Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43152026-03-26T16:13:43.149Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43162026-03-26T16:13:43.166Z Checking diff v0.1.13
43172026-03-26T16:13:43.166Z Checking yansi v1.0.1
43182026-03-26T16:13:43.179Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43192026-03-26T16:13:43.193Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43202026-03-26T16:13:43.246Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43212026-03-26T16:13:43.425Z Checking pretty_assertions v1.4.1
43222026-03-26T16:13:44.053Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43232026-03-26T16:14:07.001Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43242026-03-26T16:14:07.008Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43252026-03-26T16:14:07.008Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43262026-03-26T16:14:07.008Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43272026-03-26T16:14:07.008Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43282026-03-26T16:14:07.009Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43292026-03-26T16:14:07.708Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43302026-03-26T16:14:08.785Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43312026-03-26T16:14:47.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43322026-03-26T16:14:47.282Z
43332026-03-26T16:14:47.282Zinfo: running `cargo check --bins` on omicron-pins (246/267)
43342026-03-26T16:14:47.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43352026-03-26T16:14:47.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43362026-03-26T16:14:47.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43372026-03-26T16:14:47.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43382026-03-26T16:14:47.881Z
43392026-03-26T16:14:47.881Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (247/267)
43402026-03-26T16:14:48.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43412026-03-26T16:14:48.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43422026-03-26T16:14:48.656Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43432026-03-26T16:14:48.780Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43442026-03-26T16:14:48.780Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43452026-03-26T16:15:13.855Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43462026-03-26T16:15:14.231Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43472026-03-26T16:15:16.563Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43482026-03-26T16:15:16.589Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43492026-03-26T16:15:19.264Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43502026-03-26T16:15:41.166Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43512026-03-26T16:15:41.791Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43522026-03-26T16:15:43.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.51s
43532026-03-26T16:15:43.619Z
43542026-03-26T16:15:43.619Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (248/267)
43552026-03-26T16:15:44.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43562026-03-26T16:15:44.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43572026-03-26T16:15:44.343Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43582026-03-26T16:15:45.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43592026-03-26T16:15:45.220Z
43602026-03-26T16:15:45.220Zinfo: running `cargo check --bins` on omicron-releng (249/267)
43612026-03-26T16:15:45.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43622026-03-26T16:15:45.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43632026-03-26T16:15:45.881Z Compiling blake3 v1.8.3
43642026-03-26T16:15:45.993Z Checking arrayref v0.3.9
43652026-03-26T16:15:45.993Z Checking constant_time_eq v0.4.2
43662026-03-26T16:15:45.997Z Checking arrayvec v0.7.6
43672026-03-26T16:15:46.012Z Checking topological-sort v0.2.2
43682026-03-26T16:15:46.015Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43692026-03-26T16:15:46.015Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43702026-03-26T16:15:46.021Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43712026-03-26T16:15:46.055Z Checking shell-words v1.1.1
43722026-03-26T16:15:46.866Z Checking omicron-zone-package v0.12.2
43732026-03-26T16:15:47.574Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43742026-03-26T16:15:48.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
43752026-03-26T16:15:48.588Z
43762026-03-26T16:15:48.589Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (250/267)
43772026-03-26T16:15:49.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-03-26T16:15:49.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-03-26T16:15:49.236Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43802026-03-26T16:15:49.560Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43812026-03-26T16:15:49.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
43822026-03-26T16:15:50.153Z
43832026-03-26T16:15:50.153Zinfo: running `cargo check --bins` on xtask (251/267)
43842026-03-26T16:15:50.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43852026-03-26T16:15:50.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43862026-03-26T16:15:50.822Z Checking libc v0.2.180
43872026-03-26T16:15:50.822Z Checking serde v1.0.228
43882026-03-26T16:15:50.822Z Checking zerofrom v0.1.6
43892026-03-26T16:15:50.822Z Checking bitflags v2.11.0
43902026-03-26T16:15:50.822Z Checking smallvec v1.15.1
43912026-03-26T16:15:50.822Z Checking hashbrown v0.16.1
43922026-03-26T16:15:50.822Z Checking serde_json v1.0.149
43932026-03-26T16:15:50.822Z Checking scroll v0.12.0
43942026-03-26T16:15:50.822Z Checking yoke v0.8.1
43952026-03-26T16:15:50.848Z Checking num-traits v0.2.19
43962026-03-26T16:15:50.877Z Checking thiserror v1.0.69
43972026-03-26T16:15:50.954Z Checking percent-encoding v2.3.2
43982026-03-26T16:15:50.964Z Checking zerovec v0.11.5
43992026-03-26T16:15:50.973Z Checking zerotrie v0.2.3
44002026-03-26T16:15:50.983Z Checking errno v0.3.14
44012026-03-26T16:15:51.090Z Checking serde_spanned v0.6.9
44022026-03-26T16:15:51.094Z Checking toml_datetime v0.6.11
44032026-03-26T16:15:51.101Z Checking rustix v1.1.3
44042026-03-26T16:15:51.163Z Checking indexmap v2.13.0
44052026-03-26T16:15:51.203Z Checking log v0.4.29
44062026-03-26T16:15:51.220Z Checking form_urlencoded v1.2.2
44072026-03-26T16:15:51.273Z Checking zerocopy v0.7.35
44082026-03-26T16:15:51.340Z Checking getrandom v0.4.1
44092026-03-26T16:15:51.352Z Checking thiserror v2.0.18
44102026-03-26T16:15:51.356Z Checking goblin v0.8.2
44112026-03-26T16:15:51.380Z Checking ordered-float v2.10.1
44122026-03-26T16:15:51.487Z Checking tinystr v0.8.2
44132026-03-26T16:15:51.564Z Checking potential_utf v0.1.4
44142026-03-26T16:15:51.564Z Checking syn v2.0.117
44152026-03-26T16:15:51.586Z Checking icu_collections v2.1.1
44162026-03-26T16:15:51.590Z Checking icu_locale_core v2.1.1
44172026-03-26T16:15:51.599Z Checking serde-value v0.7.0
44182026-03-26T16:15:51.694Z Checking toml_edit v0.22.27
44192026-03-26T16:15:51.759Z Checking dtrace-parser v0.2.0
44202026-03-26T16:15:51.802Z Checking thread-id v4.2.2
44212026-03-26T16:15:51.885Z Checking once_cell v1.21.3
44222026-03-26T16:15:51.893Z Checking cargo-platform v0.2.0
44232026-03-26T16:15:51.926Z Checking terminal_size v0.4.3
44242026-03-26T16:15:51.991Z Checking memmap v0.7.0
44252026-03-26T16:15:52.041Z Checking clap_builder v4.5.60
44262026-03-26T16:15:52.076Z Checking tempfile v3.25.0
44272026-03-26T16:15:52.089Z Checking textwrap v0.16.2
44282026-03-26T16:15:52.118Z Checking fs-err v3.3.0
44292026-03-26T16:15:52.130Z Checking icu_provider v2.1.1
44302026-03-26T16:15:52.267Z Checking camino-tempfile v1.4.1
44312026-03-26T16:15:52.293Z Checking tabled v0.15.0
44322026-03-26T16:15:52.293Z Checking anyhow v1.0.102
44332026-03-26T16:15:52.365Z Checking icu_normalizer v2.1.1
44342026-03-26T16:15:52.421Z Checking icu_properties v2.1.2
44352026-03-26T16:15:52.497Z Checking macaddr v1.0.1
44362026-03-26T16:15:52.670Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44372026-03-26T16:15:52.776Z Checking toml v0.8.23
44382026-03-26T16:15:53.084Z Checking cargo_toml v0.21.0
44392026-03-26T16:15:53.213Z Checking dof v0.3.0
44402026-03-26T16:15:53.231Z Checking idna_adapter v1.2.1
44412026-03-26T16:15:53.254Z Checking clap v4.5.60
44422026-03-26T16:15:53.338Z Checking idna v1.1.0
44432026-03-26T16:15:53.474Z Checking usdt-impl v0.5.0
44442026-03-26T16:15:53.561Z Checking url v2.5.8
44452026-03-26T16:15:53.727Z Checking usdt v0.5.0
44462026-03-26T16:15:53.915Z Checking cargo-util-schemas v0.8.2
44472026-03-26T16:15:54.613Z Checking cargo_metadata v0.21.0
44482026-03-26T16:15:55.214Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44492026-03-26T16:15:55.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s
44502026-03-26T16:15:55.752Z
44512026-03-26T16:15:55.752Zinfo: running `cargo check --bins` on end-to-end-tests (252/267)
44522026-03-26T16:15:56.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-03-26T16:15:56.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-03-26T16:15:56.559Z Checking polyval v0.6.2
44552026-03-26T16:15:56.684Z Checking ctr v0.9.2
44562026-03-26T16:15:56.695Z Checking ssh-encoding v0.2.0
44572026-03-26T16:15:56.695Z Checking blowfish v0.9.1
44582026-03-26T16:15:56.715Z Checking password-hash v0.4.2
44592026-03-26T16:15:56.732Z Checking p256 v0.13.2
44602026-03-26T16:15:56.732Z Checking p521 v0.13.3
44612026-03-26T16:15:56.760Z Checking russh-cryptovec v0.7.3
44622026-03-26T16:15:56.824Z Checking ghash v0.5.1
44632026-03-26T16:15:56.839Z Checking bcrypt-pbkdf v0.10.0
44642026-03-26T16:15:56.851Z Checking md5 v0.7.0
44652026-03-26T16:15:56.868Z Checking num-bigint v0.4.6
44662026-03-26T16:15:56.886Z Checking des v0.8.1
44672026-03-26T16:15:56.932Z Checking pbkdf2 v0.11.0
44682026-03-26T16:15:56.938Z Checking aes-gcm v0.10.3
44692026-03-26T16:15:56.975Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44702026-03-26T16:15:56.990Z Checking hex-literal v0.4.1
44712026-03-26T16:15:57.013Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44722026-03-26T16:15:57.066Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44732026-03-26T16:15:57.085Z Checking socket2 v0.5.10
44742026-03-26T16:15:57.099Z Checking ssh-cipher v0.2.0
44752026-03-26T16:15:57.112Z Checking internet-checksum v0.2.1
44762026-03-26T16:15:57.262Z Checking ssh-key v0.6.7
44772026-03-26T16:15:57.365Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44782026-03-26T16:15:57.892Z Checking russh-keys v0.45.0
44792026-03-26T16:15:58.441Z Checking russh v0.45.0
44802026-03-26T16:16:13.180Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44812026-03-26T16:16:14.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.61s
44822026-03-26T16:16:14.579Z
44832026-03-26T16:16:14.579Zinfo: running `cargo check --bins` on gateway-cli (253/267)
44842026-03-26T16:16:15.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-03-26T16:16:15.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-03-26T16:16:15.227Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44872026-03-26T16:16:15.338Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44882026-03-26T16:16:15.344Z Checking termios v0.3.3
44892026-03-26T16:16:16.554Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44902026-03-26T16:16:16.703Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44912026-03-26T16:16:18.581Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44922026-03-26T16:16:19.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s
44932026-03-26T16:16:19.334Z
44942026-03-26T16:16:19.334Zinfo: running `cargo check --bins --no-default-features` on installinator (254/267)
44952026-03-26T16:16:19.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44962026-03-26T16:16:19.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44972026-03-26T16:16:20.054Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44982026-03-26T16:16:20.169Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44992026-03-26T16:16:20.180Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45002026-03-26T16:16:20.184Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45012026-03-26T16:16:20.196Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45022026-03-26T16:16:20.401Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45032026-03-26T16:16:20.401Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45042026-03-26T16:16:21.128Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45052026-03-26T16:16:21.269Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45062026-03-26T16:16:21.275Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45072026-03-26T16:16:21.911Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45082026-03-26T16:16:23.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
45092026-03-26T16:16:23.683Z
45102026-03-26T16:16:23.683Zinfo: running `cargo check --bins` on internal-dns-cli (255/267)
45112026-03-26T16:16:24.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-03-26T16:16:24.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-03-26T16:16:24.323Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45142026-03-26T16:16:24.776Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45152026-03-26T16:16:25.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45162026-03-26T16:16:25.275Z
45172026-03-26T16:16:25.275Zinfo: running `cargo check --bins` on omicron-live-tests (256/267)
45182026-03-26T16:16:25.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45192026-03-26T16:16:25.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45202026-03-26T16:16:25.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45212026-03-26T16:16:25.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45222026-03-26T16:16:25.879Z
45232026-03-26T16:16:25.879Zinfo: running `cargo check --bins` on live-tests-macros (257/267)
45242026-03-26T16:16:26.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-03-26T16:16:26.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-03-26T16:16:26.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45272026-03-26T16:16:26.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45282026-03-26T16:16:26.488Z
45292026-03-26T16:16:26.488Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (258/267)
45302026-03-26T16:16:27.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-03-26T16:16:27.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-03-26T16:16:27.255Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45332026-03-26T16:16:27.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45342026-03-26T16:16:28.044Z
45352026-03-26T16:16:28.044Zinfo: running `cargo check --bins` on omicron-ntp-admin (259/267)
45362026-03-26T16:16:28.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-03-26T16:16:28.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-03-26T16:16:28.710Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45392026-03-26T16:16:28.713Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45402026-03-26T16:16:28.963Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45412026-03-26T16:16:28.963Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45422026-03-26T16:16:29.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
45432026-03-26T16:16:29.948Z
45442026-03-26T16:16:29.948Zinfo: running `cargo check --bins` on ntp-admin-types (260/267)
45452026-03-26T16:16:30.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45462026-03-26T16:16:30.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45472026-03-26T16:16:30.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45482026-03-26T16:16:30.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45492026-03-26T16:16:30.562Z
45502026-03-26T16:16:30.562Zinfo: running `cargo check --bins` on omicron-package (261/267)
45512026-03-26T16:16:31.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-03-26T16:16:31.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-03-26T16:16:31.237Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45542026-03-26T16:16:32.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
45552026-03-26T16:16:32.480Z
45562026-03-26T16:16:32.480Zinfo: running `cargo check --bins` on tqdb (262/267)
45572026-03-26T16:16:33.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-03-26T16:16:33.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-03-26T16:16:33.262Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45602026-03-26T16:16:33.618Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45612026-03-26T16:16:34.131Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45622026-03-26T16:16:34.134Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45632026-03-26T16:16:39.349Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45642026-03-26T16:16:40.041Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45652026-03-26T16:16:40.044Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45662026-03-26T16:16:40.044Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45672026-03-26T16:16:40.044Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45682026-03-26T16:16:40.767Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45692026-03-26T16:16:47.562Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45702026-03-26T16:16:53.508Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45712026-03-26T16:16:53.513Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45722026-03-26T16:16:53.513Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45732026-03-26T16:16:53.513Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45742026-03-26T16:16:54.958Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45752026-03-26T16:16:56.255Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45762026-03-26T16:16:56.923Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45772026-03-26T16:16:58.149Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45782026-03-26T16:16:58.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.19s
45792026-03-26T16:16:58.895Z
45802026-03-26T16:16:58.895Zinfo: running `cargo check --bins` on wicket-dbg (263/267)
45812026-03-26T16:16:59.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45822026-03-26T16:16:59.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45832026-03-26T16:16:59.612Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45842026-03-26T16:16:59.623Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45852026-03-26T16:16:59.623Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45862026-03-26T16:16:59.750Z Checking rtoolbox v0.0.3
45872026-03-26T16:16:59.759Z Checking tui-tree-widget v0.23.1
45882026-03-26T16:16:59.868Z Checking rpassword v7.4.0
45892026-03-26T16:17:00.055Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45902026-03-26T16:17:00.664Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45912026-03-26T16:17:05.886Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45922026-03-26T16:17:06.574Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45932026-03-26T16:17:07.621Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45942026-03-26T16:17:10.602Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45952026-03-26T16:17:12.466Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45962026-03-26T16:17:13.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.45s
45972026-03-26T16:17:13.648Z
45982026-03-26T16:17:13.648Zinfo: running `cargo check --bins` on wicket (264/267)
45992026-03-26T16:17:14.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46002026-03-26T16:17:14.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46012026-03-26T16:17:14.267Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46022026-03-26T16:17:14.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
46032026-03-26T16:17:14.845Z
46042026-03-26T16:17:14.845Zinfo: running `cargo check --bins` on wicketd (265/267)
46052026-03-26T16:17:18.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46062026-03-26T16:17:18.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46072026-03-26T16:17:18.553Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46082026-03-26T16:17:18.553Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46092026-03-26T16:17:18.553Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46102026-03-26T16:17:18.553Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46112026-03-26T16:17:18.553Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46122026-03-26T16:17:18.553Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46132026-03-26T16:17:20.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
46142026-03-26T16:17:20.303Z
46152026-03-26T16:17:20.303Zinfo: running `cargo check --bins` on omicron-workspace-hack (266/267)
46162026-03-26T16:17:20.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46172026-03-26T16:17:20.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46182026-03-26T16:17:20.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46192026-03-26T16:17:20.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46202026-03-26T16:17:20.910Z
46212026-03-26T16:17:20.910Zinfo: running `cargo check --bins` on zone-setup (267/267)
46222026-03-26T16:17:21.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46232026-03-26T16:17:21.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46242026-03-26T16:17:21.588Z Checking uzers v0.12.2
46252026-03-26T16:17:21.862Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46262026-03-26T16:17:22.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46272026-03-26T16:17:22.818Z
46282026-03-26T16:17:22.818Zreal 13:43.877332954
46292026-03-26T16:17:22.818Zuser 20:17.039093612
46302026-03-26T16:17:22.818Zsys 4:14.019552485
46312026-03-26T16:17:22.818Ztrap 0.316322495
46322026-03-26T16:17:22.818Ztflt 0.275049191
46332026-03-26T16:17:22.818Zdflt 0.519716036
46342026-03-26T16:17:22.818Zkflt 0.001063888
46352026-03-26T16:17:22.818Zlock 1:15:29.205746038
46362026-03-26T16:17:22.819Zslp 1:36:07.599211745
46372026-03-26T16:17:22.819Zlat 1:11.665634635
46382026-03-26T16:17:22.819Zstop 4:11.392434233
46392026-03-26T16:17:22.832Zprocess exited: duration 1025680 ms, exit code 0
 
46402026-03-26T16:17:22.840Zfound 0 output files