01KMZQWPW5GJJHFETY13B6D5QJ: 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: 01KMZQX3CPS0JMR1W316JXFWE1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-30T16:06:40.431Zjob assigned to worker 01KMZQXA83VDMXM2NRNX43C5SY [factory aws, i-0d02b49c441c8663d] (queued for 48 s)
 
22026-03-30T16:06:46.689Zstarting task 0: "setup"
32026-03-30T16:06:46.697Z++ uname -s
42026-03-30T16:06:46.701Z+ kern=SunOS
52026-03-30T16:06:46.701Z+ build_user=build
62026-03-30T16:06:46.701Z+ build_uid=12345
72026-03-30T16:06:46.701Z+ work_dir=/work
82026-03-30T16:06:46.701Z+ input_dir=/input
92026-03-30T16:06:46.701Z+ [[ 0 == 12345 ]]
102026-03-30T16:06:46.701Z+ case "$kern" in
112026-03-30T16:06:46.701Z+ groupadd -g 12345 build
122026-03-30T16:06:46.701Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-30T16:06:48.707Z+ zfs create -o mountpoint=/work rpool/work
142026-03-30T16:06:48.814Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-30T16:06:48.820Z+ home_fs=zfs
162026-03-30T16:06:48.820Z+ [[ zfs == autofs ]]
172026-03-30T16:06:48.820Z+ mkdir -p /home/build
182026-03-30T16:06:48.820Z+ chown build:build /home/build /work
192026-03-30T16:06:50.816Z+ chmod 0700 /home/build /work
202026-03-30T16:06:50.821Zprocess exited: duration 4132 ms, exit code 0
 
212026-03-30T16:06:50.830Zstarting task 1: "rust-toolchain"
222026-03-30T16:06:50.833Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-30T16:06:50.833Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-30T16:06:50.833Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-03-30T16:06:50.834Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-30T16:06:50.834Z * rust toolchain channel = "1.94.0"
272026-03-30T16:06:50.834Z * rust toolchain profile = "default"
282026-03-30T16:06:50.837Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-30T16:06:50.837Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-30T16:06:50.955Zinfo: downloading installer
312026-03-30T16:06:52.631Zwarn: It looks like you have an existing installation of Rust at:
322026-03-30T16:06:52.631Zwarn: /opt/ooce/bin
332026-03-30T16:06:52.631Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-30T16:06:52.631Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-30T16:06:52.631Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-30T16:06:52.632Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-30T16:06:52.632Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-30T16:06:52.632Zerror: cannot install while Rust is installed
392026-03-30T16:06:52.632Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-30T16:06:52.632Zwarn: It looks like you have an existing rustup settings file at:
412026-03-30T16:06:52.632Zwarn: /home/build/.rustup/settings.toml
422026-03-30T16:06:52.632Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-30T16:06:52.632Zwarn: instead of the one inferred from the default host triple.
442026-03-30T16:06:52.659Zinfo: profile set to default
452026-03-30T16:06:52.659Zinfo: default host triple is x86_64-unknown-illumos
462026-03-30T16:06:52.662Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-30T16:06:52.799Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-30T16:06:52.803Zinfo: downloading 6 components
492026-03-30T16:07:10.136Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-30T16:07:10.136Z
512026-03-30T16:07:10.165Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-30T16:07:10.165Z
532026-03-30T16:07:10.169Z
542026-03-30T16:07:10.169ZRust is installed now. Great!
552026-03-30T16:07:10.169Z
562026-03-30T16:07:10.169ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-30T16:07:10.169Zenvironment variable. This has not been done automatically.
582026-03-30T16:07:10.169Z
592026-03-30T16:07:10.169ZTo configure your current shell, you need to source
602026-03-30T16:07:10.169Zthe corresponding env file under $HOME/.cargo.
612026-03-30T16:07:10.169Z
622026-03-30T16:07:10.169ZThis is usually done by running one of the following (note the leading DOT):
632026-03-30T16:07:10.169Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-30T16:07:10.169Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-30T16:07:10.169Zsource "~/.cargo/env.nu" # For nushell
662026-03-30T16:07:10.169Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-30T16:07:10.169Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-30T16:07:10.169Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-30T16:07:10.169Zwarn: no default linker (`cc`) was found in your PATH
702026-03-30T16:07:10.169Zwarn: many Rust crates require a system C toolchain to build
712026-03-30T16:07:10.258Z+ rustup --version
722026-03-30T16:07:10.266Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-30T16:07:10.281Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-30T16:07:10.289Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-30T16:07:10.299Z+ cargo --version
762026-03-30T16:07:10.305Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-30T16:07:10.308Z+ rustc --version
782026-03-30T16:07:10.325Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-30T16:07:10.329Zprocess exited: duration 19497 ms, exit code 0
 
802026-03-30T16:07:10.340Zstarting task 2: "authentication"
812026-03-30T16:07:10.362Zprocess exited: duration 17 ms, exit code 0
 
822026-03-30T16:07:10.378Zstarting task 3: "clone repository"
832026-03-30T16:07:10.383Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-30T16:07:10.384Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-30T16:07:10.580ZCloning into '/work/oxidecomputer/omicron'...
862026-03-30T16:07:22.019Z+ cd /work/oxidecomputer/omicron
872026-03-30T16:07:22.019Z+ git fetch origin 20549dc77bc1f2072998ae6419acf658ff2475da
882026-03-30T16:07:22.296ZFrom https://github.com/oxidecomputer/omicron
892026-03-30T16:07:22.296Z * branch 20549dc77bc1f2072998ae6419acf658ff2475da -> FETCH_HEAD
902026-03-30T16:07:22.306Z+ [[ -n jmcarp/clickhouse-profile ]]
912026-03-30T16:07:22.320Z++ git branch --show-current
922026-03-30T16:07:22.320Z+ current=main
932026-03-30T16:07:22.320Z+ [[ main != jmcarp/clickhouse-profile ]]
942026-03-30T16:07:22.320Z+ git branch -f jmcarp/clickhouse-profile 20549dc77bc1f2072998ae6419acf658ff2475da
952026-03-30T16:07:22.321Z+ git checkout -f jmcarp/clickhouse-profile
962026-03-30T16:07:22.571ZSwitched to branch 'jmcarp/clickhouse-profile'
972026-03-30T16:07:22.583Z+ git reset --hard 20549dc77bc1f2072998ae6419acf658ff2475da
982026-03-30T16:07:22.845ZHEAD is now at 20549dc77 Capture clickhouse profile events in query summaries.
992026-03-30T16:07:22.881Zprocess exited: duration 12418 ms, exit code 0
 
1002026-03-30T16:07:22.979Zstarting task 4: "build"
1012026-03-30T16:07:22.982Z+ source .github/buildomat/ci-env.sh
1022026-03-30T16:07:22.982Z++ export CARGO_TERM_COLOR=always
1032026-03-30T16:07:22.983Z++ CARGO_TERM_COLOR=always
1042026-03-30T16:07:22.983Z+ cargo --version
1052026-03-30T16:07:22.992Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-30T16:07:23.001Z+ rustc --version
1072026-03-30T16:07:23.020Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-30T16:07:23.040Z+ source ./env.sh
1092026-03-30T16:07:23.040Z++ OLD_SHELL_OPTS=ehxB
1102026-03-30T16:07:23.040Z++ set -o xtrace
1112026-03-30T16:07:23.040Z++++ dirname ./env.sh
1122026-03-30T16:07:23.040Z+++ readlink -f .
1132026-03-30T16:07:23.040Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-30T16:07:23.040Z++ 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-30T16:07:23.040Z++ 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-30T16:07:23.040Z++ 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-30T16:07:23.040Z++ 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-30T16:07:23.041Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-03-30T16:07:23.041Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-03-30T16:07:23.041Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-03-30T16:07:23.041Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-03-30T16:07:23.041Z++ case $OLD_SHELL_OPTS in
1232026-03-30T16:07:23.041Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-30T16:07:23.041Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-03-30T16:07:23.041Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-03-30T16:07:23.041Z+ banner prerequisites
1272026-03-30T16:07:23.041Z
1282026-03-30T16:07:23.041Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-30T16:07:23.041Z # # # # # # # # # # # # # # #
1302026-03-30T16:07:23.041Z # # # # ##### # # ##### # # # # # #### #
1312026-03-30T16:07:23.041Z ##### ##### # ##### # # # # # # # # #
1322026-03-30T16:07:23.041Z # # # # # # # # # # # # # # #
1332026-03-30T16:07:23.041Z # # # ###### # # ###### ### # #### # #### #
1342026-03-30T16:07:23.041Z
1352026-03-30T16:07:23.042Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-30T16:07:32.586Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-30T16:07:39.415Z Startup: Caching catalogs ... Done
1382026-03-30T16:07:43.529ZPlanning: Solver setup ... Done (2.788s)
1392026-03-30T16:07:43.547ZPlanning: Running solver ... Done (0.018s)
1402026-03-30T16:07:43.656ZPlanning: Finding local manifests ... Done (0.002s)
1412026-03-30T16:07:43.670ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-30T16:07:43.760ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-30T16:07:43.791ZPlanning: Package planning ... Done (0.032s)
1442026-03-30T16:07:43.819ZPlanning: Merging actions ... Done (0.027s)
1452026-03-30T16:07:44.179ZPlanning: Checking for conflicting actions ... Done (0.361s)
1462026-03-30T16:07:44.186ZPlanning: Consolidating action changes ... Done (0.007s)
1472026-03-30T16:07:47.890ZPlanning: Evaluating mediators ... Done (3.704s)
1482026-03-30T16:07:47.898ZPlanning: Planning completed in 8.33 seconds
1492026-03-30T16:07:47.909Z Packages to install: 4
1502026-03-30T16:07:47.909Z Mediators to change: 2
1512026-03-30T16:07:47.909Z Services to change: 1
1522026-03-30T16:07:47.914Z Estimated space available: 155.35 GB
1532026-03-30T16:07:47.914ZEstimated space to be consumed: 1.84 GB
1542026-03-30T16:07:47.914Z Create boot environment: No
1552026-03-30T16:07:47.914ZCreate backup boot environment: No
1562026-03-30T16:07:47.914Z Rebuild boot archive: No
1572026-03-30T16:07:47.914Z
1582026-03-30T16:07:47.914ZChanged mediators:
1592026-03-30T16:07:47.914Z mediator clang:
1602026-03-30T16:07:47.914Z version: None -> 15 (system default)
1612026-03-30T16:07:47.914Z
1622026-03-30T16:07:47.914Z mediator llvm:
1632026-03-30T16:07:47.915Z version: 14 (system default) -> 15 (system default)
1642026-03-30T16:07:47.915Z
1652026-03-30T16:07:47.915ZChanged packages:
1662026-03-30T16:07:47.915Zhelios-dev
1672026-03-30T16:07:47.915Z developer/build-essential
1682026-03-30T16:07:47.915Z None -> 11-2.0
1692026-03-30T16:07:47.915Z library/libxmlsec1
1702026-03-30T16:07:47.915Z None -> 1.2.35-2.0
1712026-03-30T16:07:47.915Z ooce/developer/clang-15
1722026-03-30T16:07:47.915Z None -> 15.0.7-2.0
1732026-03-30T16:07:47.915Z ooce/developer/llvm-15
1742026-03-30T16:07:47.915Z None -> 15.0.7-2.0
1752026-03-30T16:07:47.915Z
1762026-03-30T16:07:47.915ZServices:
1772026-03-30T16:07:47.916Z restart_fmri:
1782026-03-30T16:07:47.916Z svc:/system/update-man-index:default
1792026-03-30T16:07:48.012Z
1802026-03-30T16:07:48.012ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-30T16:07:53.020ZDownload: 1201/3290 items 83.6/212.6MB 39% complete (16.9M/s)
1822026-03-30T16:07:58.016ZDownload: 3221/3290 items 191.3/212.6MB 89% complete (19.1M/s)
1832026-03-30T16:08:02.165ZDownload: Completed 212.60 MB in 14.15 seconds (15.0M/s)
1842026-03-30T16:08:02.300Z Actions: 1/3689 actions (Installing new actions)
1852026-03-30T16:08:05.781Z Actions: Completed 3689 actions in 3.48 seconds.
1862026-03-30T16:08:06.391Z Done (0.605s)
1872026-03-30T16:08:06.391Z Done (0.000s)
1882026-03-30T16:08:07.076Z Done (0.687s)
1892026-03-30T16:08:10.952Z Done (3.542s)
1902026-03-30T16:08:11.053Z Done (0.041s)
1912026-03-30T16:08:11.057Z Done (0.000s)
1922026-03-30T16:08:11.245Z Done (0.000s)
1932026-03-30T16:08:12.067ZPlanning: Evaluating mediator changes ... Done
1942026-03-30T16:08:12.174ZPlanning: Checking for conflicting actions ... Done
1952026-03-30T16:08:12.182ZPlanning: Consolidating action changes ... Done
1962026-03-30T16:08:12.334ZPlanning: Evaluating mediators ... Done
1972026-03-30T16:08:12.346ZPlanning: Planning completed in 0.26 seconds
1982026-03-30T16:08:12.355Z Mediators to change: 2
1992026-03-30T16:08:12.355Z Create boot environment: No
2002026-03-30T16:08:12.355ZCreate backup boot environment: No
2012026-03-30T16:08:12.422Z Done
2022026-03-30T16:08:12.422Z Done
2032026-03-30T16:08:12.989Z Done
2042026-03-30T16:08:15.499Z Done
2052026-03-30T16:08:15.570Z Done
2062026-03-30T16:08:15.574Z Done
2072026-03-30T16:08:15.736Z Done
2082026-03-30T16:08:16.133ZPlanning: Evaluating mediator changes ... Done
2092026-03-30T16:08:16.137ZPlanning: Merging actions ... Done
2102026-03-30T16:08:16.273ZPlanning: Checking for conflicting actions ... Done
2112026-03-30T16:08:16.276ZPlanning: Consolidating action changes ... Done
2122026-03-30T16:08:16.412ZPlanning: Evaluating mediators ... Done
2132026-03-30T16:08:16.440ZPlanning: Planning completed in 0.45 seconds
2142026-03-30T16:08:16.463Z Packages to change: 1
2152026-03-30T16:08:16.463Z Mediators to change: 1
2162026-03-30T16:08:16.463Z Services to change: 1
2172026-03-30T16:08:16.463Z Create boot environment: No
2182026-03-30T16:08:16.463ZCreate backup boot environment: Yes
2192026-03-30T16:08:18.867Z Actions: 1/6 actions (Updating modified actions)
2202026-03-30T16:08:18.872Z Actions: Completed 6 actions in 0.00 seconds.
2212026-03-30T16:08:18.872Z Done
2222026-03-30T16:08:18.872Z Done
2232026-03-30T16:08:19.007Z Done
2242026-03-30T16:08:21.473Z Done
2252026-03-30T16:08:21.548Z Done
2262026-03-30T16:08:21.551Z Done
2272026-03-30T16:08:21.697Z Done
2282026-03-30T16:08:21.977ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-03-30T16:08:21.977Zclang system 15 system
2302026-03-30T16:08:21.977Zcsh system system illumos
2312026-03-30T16:08:21.977Zctags system system illumos
2322026-03-30T16:08:21.977Zfile system system illumos
2332026-03-30T16:08:21.977Zgcc vendor 12 vendor
2342026-03-30T16:08:21.977Zgcc system 14 system
2352026-03-30T16:08:21.977Zgcc system 10 system
2362026-03-30T16:08:21.977Zgo system 1.20 system
2372026-03-30T16:08:21.977Zgo system 1.19 system
2382026-03-30T16:08:21.977Zllvm system 15 system
2392026-03-30T16:08:21.977Zllvm system 14 system
2402026-03-30T16:08:21.977Zmariadb system 10.6 system
2412026-03-30T16:08:21.977Zmta vendor vendor dma
2422026-03-30T16:08:21.977Zopenjdk system 17 system
2432026-03-30T16:08:21.977Zopenjdk system 11 system
2442026-03-30T16:08:21.977Zopenjdk system 1.8 system
2452026-03-30T16:08:21.977Zopenssl vendor 3 vendor
2462026-03-30T16:08:21.977Zperl system 5.36 system
2472026-03-30T16:08:21.977Zpostgresql system 15 system
2482026-03-30T16:08:21.977Zpostgresql system 13 system
2492026-03-30T16:08:21.977Zpython vendor 3 vendor
2502026-03-30T16:08:21.977Zpython system 2 system
2512026-03-30T16:08:21.978Zpython3 system 3.11 system
2522026-03-30T16:08:21.978Zruby system 3.0 system
2532026-03-30T16:08:21.978Zwords vendor vendor american-english
2542026-03-30T16:08:21.978Zwords system system australian-english
2552026-03-30T16:08:21.978Zwords system system british-english
2562026-03-30T16:08:21.978Zwords system system canadian-english
2572026-03-30T16:08:21.978Zwords system system french
2582026-03-30T16:08:21.978Zwords system system italian
2592026-03-30T16:08:21.978Zwords system system ngerman
2602026-03-30T16:08:21.978Zwords system system ogerman
2612026-03-30T16:08:21.978Zwords system system spanish
2622026-03-30T16:08:22.199ZPUBLISHER TYPE STATUS P LOCATION
2632026-03-30T16:08:22.199Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-03-30T16:08:26.446ZFMRI IFO
2652026-03-30T16:08:26.446Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-03-30T16:08:26.446Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-03-30T16:08:26.446Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-03-30T16:08:26.446Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-03-30T16:08:26.446Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-03-30T16:08:26.446Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-03-30T16:08:26.446Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2722026-03-30T16:08:26.446Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2732026-03-30T16:08:26.446Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2742026-03-30T16:08:26.446Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2752026-03-30T16:08:26.446Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2762026-03-30T16:08:26.446Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2772026-03-30T16:08:26.446Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782026-03-30T16:08:26.446Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2792026-03-30T16:08:26.446Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2802026-03-30T16:08:26.446Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812026-03-30T16:08:27.522Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822026-03-30T16:08:27.800Z Updating crates.io index
2832026-03-30T16:08:27.835Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842026-03-30T16:08:28.595Z Updating git repository `https://github.com/oxidecomputer/lldp`
2852026-03-30T16:08:28.954Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-03-30T16:08:29.439Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872026-03-30T16:08:30.401Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882026-03-30T16:08:31.139Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-03-30T16:08:32.531Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-03-30T16:08:33.867Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-03-30T16:08:34.559Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-03-30T16:08:35.146Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-03-30T16:08:35.750Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-03-30T16:08:36.578Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-03-30T16:08:36.917Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-03-30T16:08:37.254Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-03-30T16:08:38.254Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-03-30T16:08:38.775Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-03-30T16:08:39.184Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-03-30T16:08:39.461Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-03-30T16:08:39.994Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-03-30T16:08:40.368Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-03-30T16:08:40.620Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-03-30T16:08:40.940Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-03-30T16:08:41.345Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-03-30T16:08:41.700Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-03-30T16:08:42.275Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-03-30T16:08:42.627Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-03-30T16:08:43.314Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-03-30T16:08:43.604Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3112026-03-30T16:08:44.730Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122026-03-30T16:08:45.457Z Updating git repository `https://github.com/oxidecomputer/crucible`
3132026-03-30T16:08:46.113Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-03-30T16:08:46.434Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-03-30T16:08:46.803Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-03-30T16:08:47.136Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-03-30T16:08:47.751Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-03-30T16:08:47.999Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-03-30T16:08:48.236Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-03-30T16:08:48.466Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-03-30T16:08:48.843Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-03-30T16:09:00.490Z Downloading crates ...
3232026-03-30T16:09:00.539Z Downloaded cargo-platform v0.2.0
3242026-03-30T16:09:00.543Z Downloaded anstream v0.6.21
3252026-03-30T16:09:00.547Z Downloaded plain v0.2.3
3262026-03-30T16:09:00.547Z Downloaded ordered-float v2.10.1
3272026-03-30T16:09:00.551Z Downloaded getrandom v0.4.1
3282026-03-30T16:09:00.553Z Downloaded log v0.4.29
3292026-03-30T16:09:00.558Z Downloaded toml_write v0.1.2
3302026-03-30T16:09:00.558Z Downloaded yoke-derive v0.8.1
3312026-03-30T16:09:00.558Z Downloaded usdt v0.5.0
3322026-03-30T16:09:00.563Z Downloaded sha2 v0.10.9
3332026-03-30T16:09:00.567Z Downloaded unicode-ident v1.0.24
3342026-03-30T16:09:00.570Z Downloaded thread-id v4.2.2
3352026-03-30T16:09:00.570Z Downloaded scroll v0.12.0
3362026-03-30T16:09:00.570Z Downloaded digest v0.10.7
3372026-03-30T16:09:00.574Z Downloaded serde_spanned v0.6.9
3382026-03-30T16:09:00.577Z Downloaded quote v1.0.44
3392026-03-30T16:09:00.577Z Downloaded zerofrom v0.1.6
3402026-03-30T16:09:00.582Z Downloaded toml_datetime v0.6.11
3412026-03-30T16:09:00.582Z Downloaded usdt-attr-macro v0.5.0
3422026-03-30T16:09:00.582Z Downloaded percent-encoding v2.3.2
3432026-03-30T16:09:00.582Z Downloaded unicode-xid v0.2.6
3442026-03-30T16:09:00.587Z Downloaded serde_json v1.0.149
3452026-03-30T16:09:00.590Z Downloaded version_check v0.9.5
3462026-03-30T16:09:00.591Z Downloaded usdt-impl v0.5.0
3472026-03-30T16:09:00.591Z Downloaded terminal_size v0.4.3
3482026-03-30T16:09:00.594Z Downloaded tinystr v0.8.2
3492026-03-30T16:09:00.594Z Downloaded memmap v0.7.0
3502026-03-30T16:09:00.594Z Downloaded unicode-linebreak v0.1.5
3512026-03-30T16:09:00.597Z Downloaded dtrace-parser v0.2.0
3522026-03-30T16:09:00.597Z Downloaded proc-macro-error-attr v1.0.4
3532026-03-30T16:09:00.597Z Downloaded semver v1.0.27
3542026-03-30T16:09:00.601Z Downloaded utf8_iter v1.0.4
3552026-03-30T16:09:00.601Z Downloaded icu_normalizer v2.1.1
3562026-03-30T16:09:00.601Z Downloaded zerofrom-derive v0.1.6
3572026-03-30T16:09:00.604Z Downloaded zerovec-derive v0.11.2
3582026-03-30T16:09:00.604Z Downloaded pretty-hex v0.4.1
3592026-03-30T16:09:00.604Z Downloaded generic-array v0.14.7
3602026-03-30T16:09:00.605Z Downloaded fnv v1.0.7
3612026-03-30T16:09:00.609Z Downloaded thiserror-impl v2.0.18
3622026-03-30T16:09:00.609Z Downloaded usdt-macro v0.5.0
3632026-03-30T16:09:00.609Z Downloaded utf8parse v0.2.2
3642026-03-30T16:09:00.609Z Downloaded thiserror-impl v1.0.69
3652026-03-30T16:09:00.614Z Downloaded typenum v1.19.0
3662026-03-30T16:09:00.614Z Downloaded scroll_derive v0.12.1
3672026-03-30T16:09:00.614Z Downloaded thiserror v1.0.69
3682026-03-30T16:09:00.617Z Downloaded yoke v0.8.1
3692026-03-30T16:09:00.617Z Downloaded colorchoice v1.0.4
3702026-03-30T16:09:00.617Z Downloaded clap_lex v1.0.0
3712026-03-30T16:09:00.618Z Downloaded zmij v1.0.21
3722026-03-30T16:09:00.621Z Downloaded stable_deref_trait v1.2.1
3732026-03-30T16:09:00.621Z Downloaded macaddr v1.0.1
3742026-03-30T16:09:00.621Z Downloaded zerocopy-derive v0.7.35
3752026-03-30T16:09:00.624Z Downloaded writeable v0.6.2
3762026-03-30T16:09:00.624Z Downloaded itoa v1.0.17
3772026-03-30T16:09:00.624Z Downloaded fastrand v2.3.0
3782026-03-30T16:09:00.628Z Downloaded ucd-trie v0.1.7
3792026-03-30T16:09:00.628Z Downloaded camino-tempfile v1.4.1
3802026-03-30T16:09:00.628Z Downloaded anstyle-query v1.1.5
3812026-03-30T16:09:00.628Z Downloaded typeid v1.0.3
3822026-03-30T16:09:00.631Z Downloaded heck v0.4.1
3832026-03-30T16:09:00.631Z Downloaded thiserror v2.0.18
3842026-03-30T16:09:00.635Z Downloaded toml v0.8.23
3852026-03-30T16:09:00.635Z Downloaded anstyle v1.0.13
3862026-03-30T16:09:00.638Z Downloaded tabled_derive v0.7.0
3872026-03-30T16:09:00.638Z Downloaded strsim v0.11.1
3882026-03-30T16:09:00.641Z Downloaded heck v0.5.0
3892026-03-30T16:09:00.644Z Downloaded zerotrie v0.2.3
3902026-03-30T16:09:00.648Z Downloaded textwrap v0.16.2
3912026-03-30T16:09:00.648Z Downloaded url v2.5.8
3922026-03-30T16:09:00.652Z Downloaded serde-value v0.7.0
3932026-03-30T16:09:00.652Z Downloaded is_terminal_polyfill v1.70.2
3942026-03-30T16:09:00.652Z Downloaded equivalent v1.0.2
3952026-03-30T16:09:00.657Z Downloaded toml_edit v0.22.27
3962026-03-30T16:09:00.657Z Downloaded smawk v0.3.2
3972026-03-30T16:09:00.657Z Downloaded potential_utf v0.1.4
3982026-03-30T16:09:00.660Z Downloaded errno v0.3.14
3992026-03-30T16:09:00.660Z Downloaded form_urlencoded v1.2.2
4002026-03-30T16:09:00.660Z Downloaded swrite v0.1.0
4012026-03-30T16:09:00.664Z Downloaded cpufeatures v0.2.17
4022026-03-30T16:09:00.667Z Downloaded dof v0.3.0
4032026-03-30T16:09:00.668Z Downloaded block-buffer v0.10.4
4042026-03-30T16:09:00.668Z Downloaded idna_adapter v1.2.1
4052026-03-30T16:09:00.671Z Downloaded zerovec v0.11.5
4062026-03-30T16:09:00.674Z Downloaded crypto-common v0.1.7
4072026-03-30T16:09:00.678Z Downloaded zerocopy v0.7.35
4082026-03-30T16:09:00.684Z Downloaded proc-macro-error v1.0.4
4092026-03-30T16:09:00.687Z Downloaded winnow v0.7.14
4102026-03-30T16:09:00.691Z Downloaded displaydoc v0.2.5
4112026-03-30T16:09:00.694Z Downloaded bytecount v0.6.9
4122026-03-30T16:09:00.694Z Downloaded cargo_metadata v0.21.0
4132026-03-30T16:09:00.697Z Downloaded unicode-width v0.2.0
4142026-03-30T16:09:00.700Z Downloaded unicode-width v0.1.14
4152026-03-30T16:09:00.703Z Downloaded serde_tokenstream v0.2.3
4162026-03-30T16:09:00.703Z Downloaded anstyle-parse v0.2.7
4172026-03-30T16:09:00.703Z Downloaded clap_derive v4.5.55
4182026-03-30T16:09:00.706Z Downloaded cfg-if v1.0.4
4192026-03-30T16:09:00.713Z Downloaded serde-untagged v0.1.9
4202026-03-30T16:09:00.717Z Downloaded byteorder v1.5.0
4212026-03-30T16:09:00.717Z Downloaded fs-err v3.3.0
4222026-03-30T16:09:00.717Z Downloaded pest_generator v2.8.6
4232026-03-30T16:09:00.720Z Downloaded cargo_toml v0.21.0
4242026-03-30T16:09:00.723Z Downloaded anyhow v1.0.102
4252026-03-30T16:09:00.726Z Downloaded bitflags v2.11.0
4262026-03-30T16:09:00.729Z Downloaded smallvec v1.15.1
4272026-03-30T16:09:00.733Z Downloaded cargo-util-schemas v0.8.2
4282026-03-30T16:09:00.736Z Downloaded proc-macro2 v1.0.106
4292026-03-30T16:09:00.736Z Downloaded once_cell v1.21.3
4302026-03-30T16:09:00.736Z Downloaded num-traits v0.2.19
4312026-03-30T16:09:00.739Z Downloaded camino v1.2.2
4322026-03-30T16:09:00.745Z Downloaded synstructure v0.13.2
4332026-03-30T16:09:00.748Z Downloaded litemap v0.8.1
4342026-03-30T16:09:00.752Z Downloaded autocfg v1.5.0
4352026-03-30T16:09:00.755Z Downloaded erased-serde v0.4.9
4362026-03-30T16:09:00.755Z Downloaded clap v4.5.60
4372026-03-30T16:09:00.759Z Downloaded serde_core v1.0.228
4382026-03-30T16:09:00.766Z Downloaded pest_derive v2.8.6
4392026-03-30T16:09:00.769Z Downloaded papergrid v0.11.0
4402026-03-30T16:09:00.773Z Downloaded tempfile v3.25.0
4412026-03-30T16:09:00.777Z Downloaded icu_provider v2.1.1
4422026-03-30T16:09:00.783Z Downloaded serde_derive v1.0.228
4432026-03-30T16:09:00.787Z Downloaded icu_properties v2.1.2
4442026-03-30T16:09:00.791Z Downloaded icu_normalizer_data v2.1.1
4452026-03-30T16:09:00.795Z Downloaded pest_meta v2.8.6
4462026-03-30T16:09:00.798Z Downloaded icu_locale_core v2.1.1
4472026-03-30T16:09:00.801Z Downloaded icu_collections v2.1.1
4482026-03-30T16:09:00.804Z Downloaded pest v2.8.6
4492026-03-30T16:09:00.817Z Downloaded serde v1.0.228
4502026-03-30T16:09:00.821Z Downloaded memchr v2.8.0
4512026-03-30T16:09:00.845Z Downloaded indexmap v2.13.0
4522026-03-30T16:09:00.848Z Downloaded hashbrown v0.16.1
4532026-03-30T16:09:00.867Z Downloaded idna v1.1.0
4542026-03-30T16:09:00.878Z Downloaded icu_properties_data v2.1.2
4552026-03-30T16:09:00.883Z Downloaded clap_builder v4.5.60
4562026-03-30T16:09:00.887Z Downloaded goblin v0.8.2
4572026-03-30T16:09:00.896Z Downloaded tabled v0.15.0
4582026-03-30T16:09:00.908Z Downloaded syn v1.0.109
4592026-03-30T16:09:00.919Z Downloaded syn v2.0.117
4602026-03-30T16:09:00.934Z Downloaded rustix v1.1.3
4612026-03-30T16:09:00.962Z Downloaded libc v0.2.180
4622026-03-30T16:09:01.029Z Compiling proc-macro2 v1.0.106
4632026-03-30T16:09:01.029Z Compiling unicode-ident v1.0.24
4642026-03-30T16:09:01.032Z Compiling quote v1.0.44
4652026-03-30T16:09:01.032Z Compiling serde_core v1.0.228
4662026-03-30T16:09:01.032Z Compiling libc v0.2.180
4672026-03-30T16:09:01.032Z Compiling version_check v0.9.5
4682026-03-30T16:09:01.032Z Compiling memchr v2.8.0
4692026-03-30T16:09:01.032Z Compiling serde v1.0.228
4702026-03-30T16:09:01.358Z Compiling stable_deref_trait v1.2.1
4712026-03-30T16:09:01.479Z Compiling zmij v1.0.21
4722026-03-30T16:09:01.700Z Compiling itoa v1.0.17
4732026-03-30T16:09:01.735Z Compiling thiserror v1.0.69
4742026-03-30T16:09:01.891Z Compiling autocfg v1.5.0
4752026-03-30T16:09:01.910Z Compiling ucd-trie v0.1.7
4762026-03-30T16:09:02.003Z Compiling writeable v0.6.2
4772026-03-30T16:09:02.085Z Compiling pest v2.8.6
4782026-03-30T16:09:02.137Z Compiling litemap v0.8.1
4792026-03-30T16:09:02.204Z Compiling icu_properties_data v2.1.2
4802026-03-30T16:09:02.224Z Compiling byteorder v1.5.0
4812026-03-30T16:09:02.359Z Compiling icu_normalizer_data v2.1.1
4822026-03-30T16:09:02.476Z Compiling rustix v1.1.3
4832026-03-30T16:09:02.596Z Compiling syn v2.0.117
4842026-03-30T16:09:02.659Z Compiling errno v0.3.14
4852026-03-30T16:09:02.693Z Compiling serde_json v1.0.149
4862026-03-30T16:09:02.709Z Compiling bitflags v2.11.0
4872026-03-30T16:09:03.045Z Compiling num-traits v0.2.19
4882026-03-30T16:09:03.066Z Compiling typeid v1.0.3
4892026-03-30T16:09:03.108Z Compiling hashbrown v0.16.1
4902026-03-30T16:09:03.304Z Compiling pest_meta v2.8.6
4912026-03-30T16:09:03.340Z Compiling smallvec v1.15.1
4922026-03-30T16:09:03.391Z Compiling equivalent v1.0.2
4932026-03-30T16:09:03.606Z Compiling indexmap v2.13.0
4942026-03-30T16:09:03.693Z Compiling thread-id v4.2.2
4952026-03-30T16:09:03.731Z Compiling usdt-impl v0.5.0
4962026-03-30T16:09:03.776Z Compiling proc-macro-error-attr v1.0.4
4972026-03-30T16:09:03.841Z Compiling winnow v0.7.14
4982026-03-30T16:09:03.960Z Compiling syn v1.0.109
4992026-03-30T16:09:04.063Z Compiling toml_write v0.1.2
5002026-03-30T16:09:04.216Z Compiling erased-serde v0.4.9
5012026-03-30T16:09:04.516Z Compiling proc-macro-error v1.0.4
5022026-03-30T16:09:04.533Z Compiling percent-encoding v2.3.2
5032026-03-30T16:09:04.702Z Compiling utf8_iter v1.0.4
5042026-03-30T16:09:04.729Z Compiling getrandom v0.4.1
5052026-03-30T16:09:04.854Z Compiling thiserror v2.0.18
5062026-03-30T16:09:04.873Z Compiling log v0.4.29
5072026-03-30T16:09:04.920Z Compiling utf8parse v0.2.2
5082026-03-30T16:09:04.943Z Compiling plain v0.2.3
5092026-03-30T16:09:05.041Z Compiling camino v1.2.2
5102026-03-30T16:09:05.059Z Compiling anstyle-parse v0.2.7
5112026-03-30T16:09:05.062Z Compiling ordered-float v2.10.1
5122026-03-30T16:09:05.227Z Compiling synstructure v0.13.2
5132026-03-30T16:09:05.246Z Compiling pest_generator v2.8.6
5142026-03-30T16:09:05.274Z Compiling form_urlencoded v1.2.2
5152026-03-30T16:09:05.427Z Compiling terminal_size v0.4.3
5162026-03-30T16:09:05.601Z Compiling anstyle-query v1.1.5
5172026-03-30T16:09:05.667Z Compiling is_terminal_polyfill v1.70.2
5182026-03-30T16:09:05.688Z Compiling colorchoice v1.0.4
5192026-03-30T16:09:05.739Z Compiling pretty-hex v0.4.1
5202026-03-30T16:09:05.768Z Compiling cfg-if v1.0.4
5212026-03-30T16:09:05.800Z Compiling anstyle v1.0.13
5222026-03-30T16:09:05.819Z Compiling serde-untagged v0.1.9
5232026-03-30T16:09:05.937Z Compiling semver v1.0.27
5242026-03-30T16:09:06.022Z Compiling anstream v0.6.21
5252026-03-30T16:09:06.041Z Compiling fs-err v3.3.0
5262026-03-30T16:09:06.060Z Compiling heck v0.4.1
5272026-03-30T16:09:06.236Z Compiling unicode-xid v0.2.6
5282026-03-30T16:09:06.255Z Compiling clap_lex v1.0.0
5292026-03-30T16:09:06.272Z Compiling heck v0.5.0
5302026-03-30T16:09:06.289Z Compiling bytecount v0.6.9
5312026-03-30T16:09:06.333Z Compiling fnv v1.0.7
5322026-03-30T16:09:06.363Z Compiling unicode-width v0.1.14
5332026-03-30T16:09:06.423Z Compiling fastrand v2.3.0
5342026-03-30T16:09:06.443Z Compiling anyhow v1.0.102
5352026-03-30T16:09:06.503Z Compiling once_cell v1.21.3
5362026-03-30T16:09:06.684Z Compiling strsim v0.11.1
5372026-03-30T16:09:06.736Z Compiling tempfile v3.25.0
5382026-03-30T16:09:06.789Z Compiling papergrid v0.11.0
5392026-03-30T16:09:06.913Z Compiling serde_derive v1.0.228
5402026-03-30T16:09:06.945Z Compiling zerofrom-derive v0.1.6
5412026-03-30T16:09:06.992Z Compiling yoke-derive v0.8.1
5422026-03-30T16:09:07.041Z Compiling zerovec-derive v0.11.2
5432026-03-30T16:09:07.111Z Compiling displaydoc v0.2.5
5442026-03-30T16:09:07.469Z Compiling thiserror-impl v1.0.69
5452026-03-30T16:09:07.852Z Compiling zerocopy-derive v0.7.35
5462026-03-30T16:09:08.133Z Compiling pest_derive v2.8.6
5472026-03-30T16:09:08.155Z Compiling scroll_derive v0.12.1
5482026-03-30T16:09:08.218Z Compiling thiserror-impl v2.0.18
5492026-03-30T16:09:08.316Z Compiling zerofrom v0.1.6
5502026-03-30T16:09:08.450Z Compiling yoke v0.8.1
5512026-03-30T16:09:08.552Z Compiling tabled_derive v0.7.0
5522026-03-30T16:09:08.644Z Compiling zerovec v0.11.5
5532026-03-30T16:09:08.720Z Compiling zerotrie v0.2.3
5542026-03-30T16:09:08.810Z Compiling zerocopy v0.7.35
5552026-03-30T16:09:08.855Z Compiling dtrace-parser v0.2.0
5562026-03-30T16:09:09.023Z Compiling scroll v0.12.0
5572026-03-30T16:09:09.149Z Compiling tinystr v0.8.2
5582026-03-30T16:09:09.311Z Compiling potential_utf v0.1.4
5592026-03-30T16:09:09.351Z Compiling icu_locale_core v2.1.1
5602026-03-30T16:09:09.370Z Compiling goblin v0.8.2
5612026-03-30T16:09:09.461Z Compiling icu_collections v2.1.1
5622026-03-30T16:09:09.482Z Compiling clap_derive v4.5.55
5632026-03-30T16:09:09.596Z Compiling clap_builder v4.5.60
5642026-03-30T16:09:09.649Z Compiling memmap v0.7.0
5652026-03-30T16:09:09.831Z Compiling smawk v0.3.2
5662026-03-30T16:09:09.936Z Compiling unicode-linebreak v0.1.5
5672026-03-30T16:09:09.973Z Compiling icu_provider v2.1.1
5682026-03-30T16:09:10.183Z Compiling unicode-width v0.2.0
5692026-03-30T16:09:10.216Z Compiling tabled v0.15.0
5702026-03-30T16:09:10.275Z Compiling icu_properties v2.1.2
5712026-03-30T16:09:10.358Z Compiling serde_spanned v0.6.9
5722026-03-30T16:09:10.431Z Compiling toml_datetime v0.6.11
5732026-03-30T16:09:10.459Z Compiling icu_normalizer v2.1.1
5742026-03-30T16:09:10.507Z Compiling dof v0.3.0
5752026-03-30T16:09:10.692Z Compiling toml_edit v0.22.27
5762026-03-30T16:09:10.991Z Compiling serde_tokenstream v0.2.3
5772026-03-30T16:09:11.209Z Compiling idna_adapter v1.2.1
5782026-03-30T16:09:11.318Z Compiling idna v1.1.0
5792026-03-30T16:09:11.353Z Compiling serde-value v0.7.0
5802026-03-30T16:09:11.357Z Compiling cargo-platform v0.2.0
5812026-03-30T16:09:11.515Z Compiling usdt-macro v0.5.0
5822026-03-30T16:09:11.695Z Compiling url v2.5.8
5832026-03-30T16:09:12.026Z Compiling usdt-attr-macro v0.5.0
5842026-03-30T16:09:12.200Z Compiling toml v0.8.23
5852026-03-30T16:09:12.475Z Compiling clap v4.5.60
5862026-03-30T16:09:12.517Z Compiling textwrap v0.16.2
5872026-03-30T16:09:12.563Z Compiling macaddr v1.0.1
5882026-03-30T16:09:12.595Z Compiling cargo-util-schemas v0.8.2
5892026-03-30T16:09:12.691Z Compiling cargo_toml v0.21.0
5902026-03-30T16:09:12.803Z Compiling usdt v0.5.0
5912026-03-30T16:09:12.983Z Compiling camino-tempfile v1.4.1
5922026-03-30T16:09:13.043Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5932026-03-30T16:09:13.062Z Compiling swrite v0.1.0
5942026-03-30T16:09:13.507Z Compiling cargo_metadata v0.21.0
5952026-03-30T16:09:14.415Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5962026-03-30T16:09:16.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.12s
5972026-03-30T16:09:16.705Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5982026-03-30T16:09:17.271Z Downloading crates ...
5992026-03-30T16:09:17.356Z Downloaded adler2 v2.0.1
6002026-03-30T16:09:17.368Z Downloaded backoff v0.4.0
6012026-03-30T16:09:17.371Z Downloaded cargo_metadata v0.19.2
6022026-03-30T16:09:17.375Z Downloaded atomic-waker v1.1.2
6032026-03-30T16:09:17.380Z Downloaded crucible-workspace-hack v0.1.0
6042026-03-30T16:09:17.384Z Downloaded bindgen v0.71.1
6052026-03-30T16:09:17.388Z Downloaded curve25519-dalek-derive v0.1.1
6062026-03-30T16:09:17.391Z Downloaded darling_macro v0.21.3
6072026-03-30T16:09:17.391Z Downloaded crc8 v0.1.1
6082026-03-30T16:09:17.391Z Downloaded cargo_toml v0.22.3
6092026-03-30T16:09:17.391Z Downloaded bit-set v0.8.0
6102026-03-30T16:09:17.391Z Downloaded argon2 v0.5.3
6112026-03-30T16:09:17.395Z Downloaded darling_macro v0.20.11
6122026-03-30T16:09:17.398Z Downloaded atty v0.2.14
6132026-03-30T16:09:17.401Z Downloaded dof v0.4.0
6142026-03-30T16:09:17.401Z Downloaded csv-core v0.1.13
6152026-03-30T16:09:17.405Z Downloaded darling_core v0.21.3
6162026-03-30T16:09:17.405Z Downloaded cstr-argument v0.1.2
6172026-03-30T16:09:17.409Z Downloaded cargo-platform v0.1.9
6182026-03-30T16:09:17.409Z Downloaded dropshot-api-manager-types v0.6.0
6192026-03-30T16:09:17.409Z Downloaded foreign-types-shared v0.1.1
6202026-03-30T16:09:17.409Z Downloaded allocator-api2 v0.2.21
6212026-03-30T16:09:17.412Z Downloaded cancel-safe-futures v0.1.5
6222026-03-30T16:09:17.412Z Downloaded backon v1.6.0
6232026-03-30T16:09:17.417Z Downloaded daft v0.1.5
6242026-03-30T16:09:17.417Z Downloaded derive-ex v0.1.8
6252026-03-30T16:09:17.417Z Downloaded bitfield v0.19.4
6262026-03-30T16:09:17.417Z Downloaded bit-vec v0.6.3
6272026-03-30T16:09:17.421Z Downloaded foldhash v0.1.5
6282026-03-30T16:09:17.421Z Downloaded darling v0.20.11
6292026-03-30T16:09:17.421Z Downloaded darling v0.21.3
6302026-03-30T16:09:17.425Z Downloaded darling v0.23.0
6312026-03-30T16:09:17.428Z Downloaded difflib v0.4.0
6322026-03-30T16:09:17.433Z Downloaded bb8 v0.8.6
6332026-03-30T16:09:17.433Z Downloaded bit-set v0.5.3
6342026-03-30T16:09:17.433Z Downloaded base16ct v0.2.0
6352026-03-30T16:09:17.433Z Downloaded daft-derive v0.1.5
6362026-03-30T16:09:17.438Z Downloaded document-features v0.2.12
6372026-03-30T16:09:17.438Z Downloaded crossbeam-deque v0.8.6
6382026-03-30T16:09:17.438Z Downloaded bit-vec v0.8.0
6392026-03-30T16:09:17.442Z Downloaded crc v3.4.0
6402026-03-30T16:09:17.442Z Downloaded bcs v0.1.6
6412026-03-30T16:09:17.442Z Downloaded base16ct v1.0.0
6422026-03-30T16:09:17.442Z Downloaded fallible-iterator v0.2.0
6432026-03-30T16:09:17.442Z Downloaded ctr v0.9.2
6442026-03-30T16:09:17.446Z Downloaded cfg_aliases v0.2.1
6452026-03-30T16:09:17.446Z Downloaded crc-catalog v2.4.0
6462026-03-30T16:09:17.446Z Downloaded darling_core v0.20.11
6472026-03-30T16:09:17.451Z Downloaded embedded-io v0.6.1
6482026-03-30T16:09:17.451Z Downloaded fd-lock v4.0.4
6492026-03-30T16:09:17.454Z Downloaded bitfield-struct v0.6.2
6502026-03-30T16:09:17.454Z Downloaded diesel_table_macro_syntax v0.3.0
6512026-03-30T16:09:17.454Z Downloaded aead v0.5.2
6522026-03-30T16:09:17.454Z Downloaded atomicwrites v0.4.4
6532026-03-30T16:09:17.459Z Downloaded async-recursion v1.1.1
6542026-03-30T16:09:17.459Z Downloaded enum-as-inner v0.6.1
6552026-03-30T16:09:17.462Z Downloaded der_derive v0.7.3
6562026-03-30T16:09:17.462Z Downloaded cpufeatures v0.3.0
6572026-03-30T16:09:17.462Z Downloaded cobs v0.3.0
6582026-03-30T16:09:17.462Z Downloaded diff v0.1.13
6592026-03-30T16:09:17.466Z Downloaded fixedbitset v0.4.2
6602026-03-30T16:09:17.466Z Downloaded embedded-io v0.4.0
6612026-03-30T16:09:17.471Z Downloaded dyn-clone v1.0.20
6622026-03-30T16:09:17.471Z Downloaded cfg_aliases v0.1.1
6632026-03-30T16:09:17.472Z Downloaded assert_matches v1.5.0
6642026-03-30T16:09:17.472Z Downloaded ciborium-ll v0.2.2
6652026-03-30T16:09:17.472Z Downloaded float-ord v0.3.2
6662026-03-30T16:09:17.472Z Downloaded endian-type v0.1.2
6672026-03-30T16:09:17.475Z Downloaded cmake v0.1.57
6682026-03-30T16:09:17.475Z Downloaded buf-list v1.1.2
6692026-03-30T16:09:17.475Z Downloaded dsl_auto_type v0.2.0
6702026-03-30T16:09:17.479Z Downloaded dtrace-parser v0.3.0
6712026-03-30T16:09:17.479Z Downloaded defmt-parser v1.0.0
6722026-03-30T16:09:17.479Z Downloaded bcrypt-pbkdf v0.10.0
6732026-03-30T16:09:17.482Z Downloaded async-stream v0.3.6
6742026-03-30T16:09:17.482Z Downloaded dirs-sys-next v0.1.2
6752026-03-30T16:09:17.482Z Downloaded ascii-canvas v3.0.0
6762026-03-30T16:09:17.482Z Downloaded float-cmp v0.10.0
6772026-03-30T16:09:17.486Z Downloaded castaway v0.2.4
6782026-03-30T16:09:17.486Z Downloaded defmt v0.3.100
6792026-03-30T16:09:17.486Z Downloaded foreign-types-shared v0.3.1
6802026-03-30T16:09:17.490Z Downloaded foreign-types-macros v0.2.3
6812026-03-30T16:09:17.490Z Downloaded dirs-next v2.0.0
6822026-03-30T16:09:17.490Z Downloaded downcast-rs v2.0.2
6832026-03-30T16:09:17.490Z Downloaded derive_builder_macro v0.20.2
6842026-03-30T16:09:17.490Z Downloaded async-stream-impl v0.3.6
6852026-03-30T16:09:17.493Z Downloaded array-init v0.0.4
6862026-03-30T16:09:17.493Z Downloaded debug-ignore v1.0.5
6872026-03-30T16:09:17.493Z Downloaded futures-core v0.3.32
6882026-03-30T16:09:17.493Z Downloaded arrayref v0.3.9
6892026-03-30T16:09:17.502Z Downloaded crunchy v0.2.4
6902026-03-30T16:09:17.502Z Downloaded futures-sink v0.3.32
6912026-03-30T16:09:17.502Z Downloaded ghash v0.5.1
6922026-03-30T16:09:17.502Z Downloaded fxhash v0.2.1
6932026-03-30T16:09:17.502Z Downloaded futures-task v0.3.32
6942026-03-30T16:09:17.506Z Downloaded futures-io v0.3.32
6952026-03-30T16:09:17.506Z Downloaded futures-macro v0.3.32
6962026-03-30T16:09:17.506Z Downloaded darling_core v0.23.0
6972026-03-30T16:09:17.506Z Downloaded ena v0.14.4
6982026-03-30T16:09:17.506Z Downloaded either v1.15.0
6992026-03-30T16:09:17.512Z Downloaded const_format_proc_macros v0.2.34
7002026-03-30T16:09:17.512Z Downloaded foreign-types v0.5.0
7012026-03-30T16:09:17.512Z Downloaded convert_case v0.4.0
7022026-03-30T16:09:17.517Z Downloaded constant_time_eq v0.4.2
7032026-03-30T16:09:17.517Z Downloaded cassowary v0.3.0
7042026-03-30T16:09:17.518Z Downloaded drift v0.1.3
7052026-03-30T16:09:17.518Z Downloaded bytes v1.11.1
7062026-03-30T16:09:17.521Z Downloaded ciborium-io v0.2.2
7072026-03-30T16:09:17.521Z Downloaded async-trait v0.1.89
7082026-03-30T16:09:17.524Z Downloaded globwalk v0.9.1
7092026-03-30T16:09:17.524Z Downloaded hash32 v0.3.1
7102026-03-30T16:09:17.524Z Downloaded cipher v0.4.4
7112026-03-30T16:09:17.524Z Downloaded arrayvec v0.7.6
7122026-03-30T16:09:17.527Z Downloaded hash32 v0.2.1
7132026-03-30T16:09:17.527Z Downloaded critical-section v1.2.0
7142026-03-30T16:09:17.531Z Downloaded cexpr v0.6.0
7152026-03-30T16:09:17.531Z Downloaded bumpalo v3.20.2
7162026-03-30T16:09:17.531Z Downloaded git-stub v1.0.0
7172026-03-30T16:09:17.534Z Downloaded gethostname v0.5.0
7182026-03-30T16:09:17.534Z Downloaded crossbeam-utils v0.8.21
7192026-03-30T16:09:17.537Z Downloaded hex-literal v0.4.1
7202026-03-30T16:09:17.537Z Downloaded headers-core v0.3.0
7212026-03-30T16:09:17.537Z Downloaded bitflags v1.3.2
7222026-03-30T16:09:17.537Z Downloaded camino-tempfile-ext v0.3.3
7232026-03-30T16:09:17.541Z Downloaded base64ct v1.8.3
7242026-03-30T16:09:17.541Z Downloaded byte-wrapper v0.1.0
7252026-03-30T16:09:17.544Z Downloaded ff v0.13.1
7262026-03-30T16:09:17.544Z Downloaded erased-serde v0.3.31
7272026-03-30T16:09:17.544Z Downloaded ecdsa v0.16.9
7282026-03-30T16:09:17.547Z Downloaded diesel-dtrace v0.5.0
7292026-03-30T16:09:17.547Z Downloaded find-msvc-tools v0.1.9
7302026-03-30T16:09:17.547Z Downloaded fs_extra v1.3.0
7312026-03-30T16:09:17.550Z Downloaded deranged v0.5.8
7322026-03-30T16:09:17.550Z Downloaded defmt-macros v1.0.1
7332026-03-30T16:09:17.554Z Downloaded fixedbitset v0.5.7
7342026-03-30T16:09:17.554Z Downloaded fs-err v2.11.0
7352026-03-30T16:09:17.561Z Downloaded http-body v1.0.1
7362026-03-30T16:09:17.561Z Downloaded hubpack_derive v0.1.1
7372026-03-30T16:09:17.561Z Downloaded http-range v0.1.5
7382026-03-30T16:09:17.561Z Downloaded glob v0.3.3
7392026-03-30T16:09:17.564Z Downloaded home v0.5.12
7402026-03-30T16:09:17.564Z Downloaded foldhash v0.2.0
7412026-03-30T16:09:17.564Z Downloaded hostname v0.4.2
7422026-03-30T16:09:17.565Z Downloaded hostname v0.3.1
7432026-03-30T16:09:17.565Z Downloaded indoc v1.0.9
7442026-03-30T16:09:17.565Z Downloaded hubpack v0.1.2
7452026-03-30T16:09:17.565Z Downloaded derive_builder v0.20.2
7462026-03-30T16:09:17.568Z Downloaded crossbeam-channel v0.5.15
7472026-03-30T16:09:17.571Z Downloaded crc32fast v1.5.0
7482026-03-30T16:09:17.574Z Downloaded ident_case v1.0.1
7492026-03-30T16:09:17.574Z Downloaded hyper-tls v0.6.0
7502026-03-30T16:09:17.574Z Downloaded ciborium v0.2.2
7512026-03-30T16:09:17.577Z Downloaded indent_write v2.2.0
7522026-03-30T16:09:17.577Z Downloaded console v0.16.2
7532026-03-30T16:09:17.577Z Downloaded dropshot_endpoint v0.16.7
7542026-03-30T16:09:17.582Z Downloaded corncobs v0.1.4
7552026-03-30T16:09:17.582Z Downloaded cookie_store v0.22.1
7562026-03-30T16:09:17.585Z Downloaded instant v0.1.13
7572026-03-30T16:09:17.585Z Downloaded is_ci v1.2.0
7582026-03-30T16:09:17.585Z Downloaded is-terminal v0.4.17
7592026-03-30T16:09:17.585Z Downloaded inout v0.1.4
7602026-03-30T16:09:17.585Z Downloaded hex v0.4.3
7612026-03-30T16:09:17.588Z Downloaded group v0.13.0
7622026-03-30T16:09:17.588Z Downloaded kstat-rs v0.2.4
7632026-03-30T16:09:17.588Z Downloaded globset v0.4.18
7642026-03-30T16:09:17.588Z Downloaded git-stub-vcs v0.1.0
7652026-03-30T16:09:17.591Z Downloaded linked-hash-map v0.5.6
7662026-03-30T16:09:17.591Z Downloaded filetime v0.2.27
7672026-03-30T16:09:17.594Z Downloaded blake2 v0.10.6
7682026-03-30T16:09:17.595Z Downloaded colored v3.1.1
7692026-03-30T16:09:17.598Z Downloaded instability v0.3.11
7702026-03-30T16:09:17.598Z Downloaded http-body-util v0.1.3
7712026-03-30T16:09:17.598Z Downloaded colored v2.2.0
7722026-03-30T16:09:17.601Z Downloaded internet-checksum v0.2.1
7732026-03-30T16:09:17.601Z Downloaded bzip2 v0.6.1
7742026-03-30T16:09:17.601Z Downloaded bzip2 v0.4.4
7752026-03-30T16:09:17.604Z Downloaded async-bb8-diesel v0.2.1
7762026-03-30T16:09:17.604Z Downloaded const-oid v0.9.6
7772026-03-30T16:09:17.604Z Downloaded keccak v0.1.6
7782026-03-30T16:09:17.607Z Downloaded chacha20 v0.10.0
7792026-03-30T16:09:17.607Z Downloaded lalrpop-util v0.19.12
7802026-03-30T16:09:17.610Z Downloaded highway v1.3.0
7812026-03-30T16:09:17.610Z Downloaded ahash v0.8.12
7822026-03-30T16:09:17.613Z Downloaded humantime v2.3.0
7832026-03-30T16:09:17.613Z Downloaded libscf-sys v1.1.0
7842026-03-30T16:09:17.613Z Downloaded des v0.8.1
7852026-03-30T16:09:17.616Z Downloaded indoc v2.0.7
7862026-03-30T16:09:17.616Z Downloaded lru-cache v0.1.2
7872026-03-30T16:09:17.616Z Downloaded managed v0.8.0
7882026-03-30T16:09:17.620Z Downloaded lru v0.12.5
7892026-03-30T16:09:17.620Z Downloaded md-5 v0.10.6
7902026-03-30T16:09:17.620Z Downloaded maybe-uninit v2.0.0
7912026-03-30T16:09:17.623Z Downloaded match_cfg v0.1.0
7922026-03-30T16:09:17.623Z Downloaded futures-channel v0.3.32
7932026-03-30T16:09:17.623Z Downloaded maplit v1.0.2
7942026-03-30T16:09:17.626Z Downloaded lzss v0.8.2
7952026-03-30T16:09:17.626Z Downloaded crossbeam-epoch v0.9.18
7962026-03-30T16:09:17.626Z Downloaded impl-trait-for-tuples v0.2.3
7972026-03-30T16:09:17.629Z Downloaded console v0.15.11
7982026-03-30T16:09:17.632Z Downloaded md5 v0.7.0
7992026-03-30T16:09:17.632Z Downloaded clang-sys v1.8.1
8002026-03-30T16:09:17.632Z Downloaded blowfish v0.9.1
8012026-03-30T16:09:17.636Z Downloaded lru-slab v0.1.2
8022026-03-30T16:09:17.636Z Downloaded crc-any v2.5.0
8032026-03-30T16:09:17.636Z Downloaded httpdate v1.0.3
8042026-03-30T16:09:17.640Z Downloaded ed25519 v2.2.3
8052026-03-30T16:09:17.640Z Downloaded ingot-types v0.1.2
8062026-03-30T16:09:17.640Z Downloaded futures-executor v0.3.32
8072026-03-30T16:09:17.640Z Downloaded hickory-client v0.25.2
8082026-03-30T16:09:17.643Z Downloaded hyper-staticfile v0.10.1
8092026-03-30T16:09:17.643Z Downloaded chacha20 v0.9.1
8102026-03-30T16:09:17.643Z Downloaded defmt v1.0.1
8112026-03-30T16:09:17.646Z Downloaded data-encoding v2.10.0
8122026-03-30T16:09:17.646Z Downloaded multimap v0.10.1
8132026-03-30T16:09:17.646Z Downloaded mime v0.3.17
8142026-03-30T16:09:17.649Z Downloaded num v0.4.3
8152026-03-30T16:09:17.649Z Downloaded ingot v0.1.1
8162026-03-30T16:09:17.649Z Downloaded env_logger v0.11.9
8172026-03-30T16:09:17.652Z Downloaded newline-converter v0.3.0
8182026-03-30T16:09:17.652Z Downloaded memoffset v0.9.1
8192026-03-30T16:09:17.655Z Downloaded num-iter v0.1.45
8202026-03-30T16:09:17.655Z Downloaded nibble_vec v0.1.0
8212026-03-30T16:09:17.655Z Downloaded normalize-line-endings v0.3.0
8222026-03-30T16:09:17.655Z Downloaded nodrop v0.1.14
8232026-03-30T16:09:17.658Z Downloaded newtype_derive v0.1.6
8242026-03-30T16:09:17.658Z Downloaded newtype-uuid-macros v0.1.0
8252026-03-30T16:09:17.658Z Downloaded new_debug_unreachable v1.0.6
8262026-03-30T16:09:17.658Z Downloaded cbc v0.1.2
8272026-03-30T16:09:17.662Z Downloaded derive_builder_core v0.20.2
8282026-03-30T16:09:17.662Z Downloaded num-derive v0.3.3
8292026-03-30T16:09:17.662Z Downloaded getrandom v0.2.17
8302026-03-30T16:09:17.665Z Downloaded nonempty v0.12.0
8312026-03-30T16:09:17.665Z Downloaded foreign-types v0.3.2
8322026-03-30T16:09:17.665Z Downloaded darling_macro v0.23.0
8332026-03-30T16:09:17.665Z Downloaded funty v2.0.0
8342026-03-30T16:09:17.668Z Downloaded cookie v0.18.1
8352026-03-30T16:09:17.668Z Downloaded half v1.8.3
8362026-03-30T16:09:17.671Z Downloaded env_filter v1.0.0
8372026-03-30T16:09:17.671Z Downloaded futures v0.3.32
8382026-03-30T16:09:17.674Z Downloaded flagset v0.4.7
8392026-03-30T16:09:17.674Z Downloaded convert_case v0.10.0
8402026-03-30T16:09:17.678Z Downloaded ipnet v2.11.0
8412026-03-30T16:09:17.678Z Downloaded bitfield-macros v0.19.4
8422026-03-30T16:09:17.678Z Downloaded dunce v1.0.5
8432026-03-30T16:09:17.678Z Downloaded display-error-chain v0.2.2
8442026-03-30T16:09:17.681Z Downloaded block-padding v0.3.3
8452026-03-30T16:09:17.681Z Downloaded linear-map v1.2.0
8462026-03-30T16:09:17.681Z Downloaded iana-time-zone v0.1.65
8472026-03-30T16:09:17.684Z Downloaded opaque-debug v0.3.1
8482026-03-30T16:09:17.684Z Downloaded olpc-cjson v0.1.4
8492026-03-30T16:09:17.684Z Downloaded num_threads v0.1.7
8502026-03-30T16:09:17.684Z Downloaded libsw-core v0.3.2
8512026-03-30T16:09:17.687Z Downloaded openssl-macros v0.1.1
8522026-03-30T16:09:17.687Z Downloaded num-derive v0.4.2
8532026-03-30T16:09:17.687Z Downloaded num-conv v0.2.0
8542026-03-30T16:09:17.690Z Downloaded libloading v0.8.9
8552026-03-30T16:09:17.690Z Downloaded openssl-probe v0.1.6
8562026-03-30T16:09:17.690Z Downloaded num_enum_derive v0.5.11
8572026-03-30T16:09:17.693Z Downloaded libefi-sys v0.1.0
8582026-03-30T16:09:17.693Z Downloaded jobserver v0.1.34
8592026-03-30T16:09:17.693Z Downloaded const_format v0.2.35
8602026-03-30T16:09:17.696Z Downloaded derive_more v0.99.20
8612026-03-30T16:09:17.699Z Downloaded derive-where v1.6.0
8622026-03-30T16:09:17.701Z Downloaded arc-swap v1.8.2
8632026-03-30T16:09:17.704Z Downloaded oso-derive v0.27.3
8642026-03-30T16:09:17.704Z Downloaded openssl-probe v0.2.1
8652026-03-30T16:09:17.705Z Downloaded hmac v0.12.1
8662026-03-30T16:09:17.707Z Downloaded compact_str v0.8.1
8672026-03-30T16:09:17.707Z Downloaded libsw v3.5.0
8682026-03-30T16:09:17.710Z Downloaded ipnetwork v0.21.1
8692026-03-30T16:09:17.710Z Downloaded mime_guess v2.0.5
8702026-03-30T16:09:17.714Z Downloaded nanorand v0.7.0
8712026-03-30T16:09:17.717Z Downloaded hyper-rustls v0.27.7
8722026-03-30T16:09:17.721Z Downloaded num-rational v0.4.2
8732026-03-30T16:09:17.721Z Downloaded parse-display v0.10.0
8742026-03-30T16:09:17.725Z Downloaded parse-size v1.1.0
8752026-03-30T16:09:17.725Z Downloaded packed_struct_codegen v0.10.1
8762026-03-30T16:09:17.725Z Downloaded pbkdf2 v0.11.0
8772026-03-30T16:09:17.756Z Downloaded path-slash v0.1.5
8782026-03-30T16:09:17.756Z Downloaded phf_shared v0.12.1
8792026-03-30T16:09:17.756Z Downloaded multer v3.1.0
8802026-03-30T16:09:17.756Z Downloaded peg-runtime v0.8.5
8812026-03-30T16:09:17.756Z Downloaded newtype-uuid v1.3.2
8822026-03-30T16:09:17.756Z Downloaded pin-utils v0.1.0
8832026-03-30T16:09:17.756Z Downloaded phf_shared v0.13.1
8842026-03-30T16:09:17.756Z Downloaded pbkdf2 v0.12.2
8852026-03-30T16:09:17.756Z Downloaded native-tls v0.2.18
8862026-03-30T16:09:17.756Z Downloaded num_enum v0.5.11
8872026-03-30T16:09:17.756Z Downloaded phf_shared v0.11.3
8882026-03-30T16:09:17.756Z Downloaded num_enum v0.7.5
8892026-03-30T16:09:17.756Z Downloaded elliptic-curve v0.13.8
8902026-03-30T16:09:17.756Z Downloaded ingot-macros v0.1.1
8912026-03-30T16:09:17.756Z Downloaded half v2.7.1
8922026-03-30T16:09:17.756Z Downloaded getrandom v0.3.4
8932026-03-30T16:09:17.756Z Downloaded chacha20poly1305 v0.10.1
8942026-03-30T16:09:17.762Z Downloaded num_enum_derive v0.7.5
8952026-03-30T16:09:17.762Z Downloaded lock_api v0.4.14
8962026-03-30T16:09:17.762Z Downloaded num-integer v0.1.46
8972026-03-30T16:09:17.762Z Downloaded lazy_static v1.5.0
8982026-03-30T16:09:17.762Z Downloaded num-complex v0.4.6
8992026-03-30T16:09:17.765Z Downloaded nu-ansi-term v0.50.3
9002026-03-30T16:09:17.765Z Downloaded ar_archive_writer v0.5.1
9012026-03-30T16:09:17.768Z Downloaded predicates-core v1.0.10
9022026-03-30T16:09:17.788Z Downloaded proc-macro-error-attr2 v2.0.0
9032026-03-30T16:09:17.791Z Downloaded heapless v0.8.0
9042026-03-30T16:09:17.794Z Downloaded crypto-bigint v0.5.5
9052026-03-30T16:09:17.798Z Downloaded proc-macro-crate v3.4.0
9062026-03-30T16:09:17.798Z Downloaded parse-display-derive v0.10.0
9072026-03-30T16:09:17.801Z Downloaded cc v1.2.56
9082026-03-30T16:09:17.801Z Downloaded proc-macro-crate v1.3.1
9092026-03-30T16:09:17.801Z Downloaded precomputed-hash v0.1.1
9102026-03-30T16:09:17.804Z Downloaded powerfmt v0.2.0
9112026-03-30T16:09:17.804Z Downloaded packed_struct v0.10.1
9122026-03-30T16:09:17.807Z Downloaded phf v0.13.1
9132026-03-30T16:09:17.807Z Downloaded phf v0.12.1
9142026-03-30T16:09:17.807Z Downloaded pem-rfc7468 v0.7.0
9152026-03-30T16:09:17.808Z Downloaded peg-macros v0.8.5
9162026-03-30T16:09:17.811Z Downloaded paste v1.0.15
9172026-03-30T16:09:17.811Z Downloaded progenitor-macro v0.10.0
9182026-03-30T16:09:17.814Z Downloaded progenitor-client v0.10.0
9192026-03-30T16:09:17.814Z Downloaded pin-project-lite v0.2.17
9202026-03-30T16:09:17.817Z Downloaded peg v0.8.5
9212026-03-30T16:09:17.820Z Downloaded quick-error v1.2.3
9222026-03-30T16:09:17.820Z Downloaded psl-types v2.0.11
9232026-03-30T16:09:17.823Z Downloaded progenitor-macro v0.13.0
9242026-03-30T16:09:17.823Z Downloaded progenitor-macro v0.11.2
9252026-03-30T16:09:17.823Z Downloaded aes-gcm v0.10.3
9262026-03-30T16:09:17.826Z Downloaded password-hash v0.5.0
9272026-03-30T16:09:17.829Z Downloaded headers v0.4.1
9282026-03-30T16:09:17.832Z Downloaded base64 v0.21.7
9292026-03-30T16:09:17.832Z Downloaded pin-project-internal v1.1.11
9302026-03-30T16:09:17.836Z Downloaded radium v0.7.0
9312026-03-30T16:09:17.836Z Downloaded omicron-zone-package v0.12.2
9322026-03-30T16:09:17.839Z Downloaded libbz2-rs-sys v0.2.2
9332026-03-30T16:09:17.839Z Downloaded password-hash v0.4.2
9342026-03-30T16:09:17.842Z Downloaded recursive-proc-macro-impl v0.1.1
9352026-03-30T16:09:17.842Z Downloaded postgres-protocol v0.6.10
9362026-03-30T16:09:17.842Z Downloaded heapless v0.7.17
9372026-03-30T16:09:17.845Z Downloaded polyval v0.6.2
9382026-03-30T16:09:17.845Z Downloaded pkg-config v0.3.32
9392026-03-30T16:09:17.850Z Downloaded poly1305 v0.8.0
9402026-03-30T16:09:17.852Z Downloaded flume v0.11.1
9412026-03-30T16:09:17.853Z Downloaded flate2 v1.1.9
9422026-03-30T16:09:17.856Z Downloaded ref-cast-impl v1.0.25
9432026-03-30T16:09:17.856Z Downloaded recursive v0.1.1
9442026-03-30T16:09:17.859Z Downloaded rand_xorshift v0.4.0
9452026-03-30T16:09:17.859Z Downloaded predicates-tree v1.0.13
9462026-03-30T16:09:17.859Z Downloaded predicates v3.1.4
9472026-03-30T16:09:17.862Z Downloaded ed25519-dalek v2.2.0
9482026-03-30T16:09:17.865Z Downloaded primeorder v0.13.6
9492026-03-30T16:09:17.865Z Downloaded parking_lot v0.12.5
9502026-03-30T16:09:17.868Z Downloaded parking_lot v0.11.2
9512026-03-30T16:09:17.868Z Downloaded parking_lot_core v0.9.12
9522026-03-30T16:09:17.871Z Downloaded parking_lot_core v0.8.6
9532026-03-30T16:09:17.871Z Downloaded progenitor-client v0.11.2
9542026-03-30T16:09:17.871Z Downloaded progenitor v0.13.0
9552026-03-30T16:09:17.875Z Downloaded ref-cast v1.0.25
9562026-03-30T16:09:17.878Z Downloaded rfc6979 v0.4.0
9572026-03-30T16:09:17.878Z Downloaded progenitor-extras v0.1.1
9582026-03-30T16:09:17.878Z Downloaded progenitor-client v0.13.0
9592026-03-30T16:09:17.878Z Downloaded pkcs1 v0.7.5
9602026-03-30T16:09:17.881Z Downloaded psm v0.1.30
9612026-03-30T16:09:17.884Z Downloaded r2d2 v0.8.10
9622026-03-30T16:09:17.884Z Downloaded base64 v0.22.1
9632026-03-30T16:09:17.887Z Downloaded rustc_version v0.4.1
9642026-03-30T16:09:17.887Z Downloaded progenitor v0.10.0
9652026-03-30T16:09:17.887Z Downloaded hickory-resolver v0.25.2
9662026-03-30T16:09:17.891Z Downloaded progenitor v0.11.2
9672026-03-30T16:09:17.894Z Downloaded hickory-resolver v0.24.4
9682026-03-30T16:09:17.897Z Downloaded proc-macro-error2 v2.0.1
9692026-03-30T16:09:17.897Z Downloaded pem v3.0.6
9702026-03-30T16:09:17.900Z Downloaded der v0.7.10
9712026-03-30T16:09:17.903Z Downloaded pkcs8 v0.10.2
9722026-03-30T16:09:17.903Z Downloaded rand_chacha v0.9.0
9732026-03-30T16:09:17.906Z Downloaded p256 v0.13.2
9742026-03-30T16:09:17.906Z Downloaded rustc_version v0.1.7
9752026-03-30T16:09:17.909Z Downloaded rustc-hash v2.1.1
9762026-03-30T16:09:17.909Z Downloaded rtoolbox v0.0.3
9772026-03-30T16:09:17.912Z Downloaded russh-cryptovec v0.7.3
9782026-03-30T16:09:17.912Z Downloaded salsa20 v0.10.2
9792026-03-30T16:09:17.912Z Downloaded miniz_oxide v0.8.9
9802026-03-30T16:09:17.917Z Downloaded ppv-lite86 v0.2.21
9812026-03-30T16:09:17.917Z Downloaded postcard v1.1.3
9822026-03-30T16:09:17.921Z Downloaded rand_seeder v0.4.0
9832026-03-30T16:09:17.921Z Downloaded aes v0.8.4
9842026-03-30T16:09:17.921Z Downloaded rand_core v0.9.5
9852026-03-30T16:09:17.925Z Downloaded scheduled-thread-pool v0.2.7
9862026-03-30T16:09:17.925Z Downloaded rand_core v0.6.4
9872026-03-30T16:09:17.926Z Downloaded expectorate v1.2.0
9882026-03-30T16:09:17.926Z Downloaded postgres-types v0.2.12
9892026-03-30T16:09:17.928Z Downloaded derive_more v2.1.1
9902026-03-30T16:09:17.933Z Downloaded sapling-renderdag v0.1.0
9912026-03-30T16:09:17.936Z Downloaded scopeguard v1.2.0
9922026-03-30T16:09:17.936Z Downloaded crossterm v0.28.1
9932026-03-30T16:09:17.939Z Downloaded scroll_derive v0.13.1
9942026-03-30T16:09:17.942Z Downloaded same-file v1.0.6
9952026-03-30T16:09:17.942Z Downloaded rand_core v0.10.0
9962026-03-30T16:09:17.947Z Downloaded resolv-conf v0.7.6
9972026-03-30T16:09:17.947Z Downloaded papergrid v0.17.0
9982026-03-30T16:09:17.951Z Downloaded rand_chacha v0.3.1
9992026-03-30T16:09:17.952Z Downloaded scrypt v0.11.0
10002026-03-30T16:09:17.952Z Downloaded hickory-server v0.25.2
10012026-03-30T16:09:17.954Z Downloaded memmap2 v0.9.10
10022026-03-30T16:09:17.954Z Downloaded indexmap v1.9.3
10032026-03-30T16:09:17.958Z Downloaded serde-big-array v0.5.1
10042026-03-30T16:09:17.958Z Downloaded serde_repr v0.1.20
10052026-03-30T16:09:17.961Z Downloaded seq-macro v0.3.6
10062026-03-30T16:09:17.961Z Downloaded serde_spanned v1.0.4
10072026-03-30T16:09:17.961Z Downloaded serde_plain v1.0.2
10082026-03-30T16:09:17.964Z Downloaded semver v0.1.20
10092026-03-30T16:09:17.964Z Downloaded sha1 v0.10.6
10102026-03-30T16:09:17.967Z Downloaded derive_more-impl v2.1.1
10112026-03-30T16:09:17.969Z Downloaded rustls-pemfile v1.0.4
10122026-03-30T16:09:17.969Z Downloaded quinn-udp v0.5.14
10132026-03-30T16:09:17.972Z Downloaded pin-project v1.1.11
10142026-03-30T16:09:17.977Z Downloaded serde_urlencoded v0.7.1
10152026-03-30T16:09:17.980Z Downloaded serde_bytes v0.11.19
10162026-03-30T16:09:17.980Z Downloaded hashbrown v0.12.3
10172026-03-30T16:09:17.983Z Downloaded shell-words v1.1.1
10182026-03-30T16:09:17.987Z Downloaded rustls-pemfile v2.2.0
10192026-03-30T16:09:17.987Z Downloaded pkcs5 v0.7.1
10202026-03-30T16:09:17.991Z Downloaded siphasher v1.0.2
10212026-03-30T16:09:17.991Z Downloaded rustls-native-certs v0.8.3
10222026-03-30T16:09:17.991Z Downloaded rusty-fork v0.3.1
10232026-03-30T16:09:17.994Z Downloaded prefix-trie v0.7.0
10242026-03-30T16:09:17.994Z Downloaded oso v0.27.3
10252026-03-30T16:09:17.997Z Downloaded sigpipe v0.1.3
10262026-03-30T16:09:17.997Z Downloaded signal-hook-tokio v0.3.1
10272026-03-30T16:09:18.000Z Downloaded signal-hook-mio v0.2.5
10282026-03-30T16:09:18.000Z Downloaded rustversion v1.0.22
10292026-03-30T16:09:18.004Z Downloaded openssl-sys v0.9.111
10302026-03-30T16:09:18.008Z Downloaded minimal-lexical v0.2.1
10312026-03-30T16:09:18.008Z Downloaded secrecy v0.10.3
10322026-03-30T16:09:18.011Z Downloaded secrecy v0.8.0
10332026-03-30T16:09:18.011Z Downloaded ignore v0.4.25
10342026-03-30T16:09:18.011Z Downloaded oxnet v0.1.4
10352026-03-30T16:09:18.014Z Downloaded oxide-tokio-rt v0.1.3
10362026-03-30T16:09:18.014Z Downloaded owo-colors v4.3.0
10372026-03-30T16:09:18.018Z Downloaded litrs v1.0.0
10382026-03-30T16:09:18.018Z Downloaded sec1 v0.7.3
10392026-03-30T16:09:18.021Z Downloaded slog-bunyan v2.5.0
10402026-03-30T16:09:18.021Z Downloaded signature v2.2.0
10412026-03-30T16:09:18.021Z Downloaded scroll v0.13.0
10422026-03-30T16:09:18.024Z Downloaded httparse v1.10.1
10432026-03-30T16:09:18.024Z Downloaded fatfs v0.3.6
10442026-03-30T16:09:18.028Z Downloaded progenitor-impl v0.13.0
10452026-03-30T16:09:18.028Z Downloaded progenitor-impl v0.11.2
10462026-03-30T16:09:18.036Z Downloaded progenitor-impl v0.10.0
10472026-03-30T16:09:18.036Z Downloaded serde_path_to_error v0.1.20
10482026-03-30T16:09:18.036Z Downloaded serde-hex v0.1.0
10492026-03-30T16:09:18.040Z Downloaded hyper-util v0.1.20
10502026-03-30T16:09:18.040Z Downloaded structmeta-derive v0.3.0
10512026-03-30T16:09:18.040Z Downloaded structmeta v0.3.0
10522026-03-30T16:09:18.040Z Downloaded strip-ansi-escapes v0.2.1
10532026-03-30T16:09:18.044Z Downloaded sct v0.7.1
10542026-03-30T16:09:18.044Z Downloaded hashbrown v0.13.2
10552026-03-30T16:09:18.049Z Downloaded serde_derive_internals v0.29.1
10562026-03-30T16:09:18.053Z Downloaded ssh-cipher v0.2.0
10572026-03-30T16:09:18.053Z Downloaded sqlparser_derive v0.5.0
10582026-03-30T16:09:18.053Z Downloaded shlex v1.3.0
10592026-03-30T16:09:18.060Z Downloaded slog-dtrace v0.3.0
10602026-03-30T16:09:18.064Z Downloaded dropshot-api-manager v0.6.0
10612026-03-30T16:09:18.064Z Downloaded slab v0.4.12
10622026-03-30T16:09:18.069Z Downloaded slog-async v2.8.0
10632026-03-30T16:09:18.069Z Downloaded slog-envlogger v2.2.0
10642026-03-30T16:09:18.073Z Downloaded sync_wrapper v1.0.2
10652026-03-30T16:09:18.073Z Downloaded subtle v2.6.1
10662026-03-30T16:09:18.073Z Downloaded russh-keys v0.45.0
10672026-03-30T16:09:18.073Z Downloaded sync-ptr v0.1.4
10682026-03-30T16:09:18.078Z Downloaded schemars_derive v0.8.22
10692026-03-30T16:09:18.078Z Downloaded tabled_derive v0.11.0
10702026-03-30T16:09:18.078Z Downloaded tagptr v0.2.0
10712026-03-30T16:09:18.078Z Downloaded prettyplease v0.2.37
10722026-03-30T16:09:18.082Z Downloaded strum v0.27.2
10732026-03-30T16:09:18.082Z Downloaded strum v0.26.3
10742026-03-30T16:09:18.082Z Downloaded slog-json v2.6.1
10752026-03-30T16:09:18.087Z Downloaded simd-adler32 v0.3.8
10762026-03-30T16:09:18.087Z Downloaded ron v0.8.1
10772026-03-30T16:09:18.087Z Downloaded slog-term v2.9.2
10782026-03-30T16:09:18.091Z Downloaded slog-stdlog v4.1.1
10792026-03-30T16:09:18.091Z Downloaded thread-id v5.1.0
10802026-03-30T16:09:18.096Z Downloaded testing_table v0.3.0
10812026-03-30T16:09:18.096Z Downloaded rcgen v0.12.1
10822026-03-30T16:09:18.096Z Downloaded tap v1.0.1
10832026-03-30T16:09:18.096Z Downloaded slog-scope v4.4.1
10842026-03-30T16:09:18.100Z Downloaded take_mut v0.2.2
10852026-03-30T16:09:18.100Z Downloaded tabwriter v1.4.1
10862026-03-30T16:09:18.100Z Downloaded termtree v0.5.1
10872026-03-30T16:09:18.100Z Downloaded indicatif v0.18.4
10882026-03-30T16:09:18.106Z Downloaded smallvec v0.6.14
10892026-03-30T16:09:18.106Z Downloaded jiff-static v0.2.21
10902026-03-30T16:09:18.106Z Downloaded signal-hook-registry v1.4.8
10912026-03-30T16:09:18.111Z Downloaded stacker v0.1.23
10922026-03-30T16:09:18.111Z Downloaded spki v0.7.3
10932026-03-30T16:09:18.115Z Downloaded http v1.4.0
10942026-03-30T16:09:18.128Z Downloaded ssh-encoding v0.2.0
10952026-03-30T16:09:18.132Z Downloaded snafu-derive v0.8.9
10962026-03-30T16:09:18.132Z Downloaded tinyvec_macros v0.1.1
10972026-03-30T16:09:18.132Z Downloaded thiserror-impl-no-std v2.0.2
10982026-03-30T16:09:18.133Z Downloaded rustls-pki-types v1.14.0
10992026-03-30T16:09:18.133Z Downloaded rayon-core v1.13.0
11002026-03-30T16:09:18.137Z Downloaded diesel_derives v2.3.7
11012026-03-30T16:09:18.142Z Downloaded strum_macros v0.26.4
11022026-03-30T16:09:18.142Z Downloaded strum_macros v0.27.2
11032026-03-30T16:09:18.142Z Downloaded schemars v0.8.22
11042026-03-30T16:09:18.151Z Downloaded supports-color v3.0.2
11052026-03-30T16:09:18.154Z Downloaded support-bundle-viewer v0.1.2
11062026-03-30T16:09:18.154Z Downloaded ryu v1.0.23
11072026-03-30T16:09:18.154Z Downloaded mio v1.1.1
11082026-03-30T16:09:18.157Z Downloaded stringprep v0.1.5
11092026-03-30T16:09:18.157Z Downloaded string_cache v0.8.9
11102026-03-30T16:09:18.160Z Downloaded static_assertions v1.1.0
11112026-03-30T16:09:18.160Z Downloaded pretty_assertions v1.4.1
11122026-03-30T16:09:18.164Z Downloaded thiserror-no-std v2.0.2
11132026-03-30T16:09:18.167Z Downloaded num-bigint v0.4.6
11142026-03-30T16:09:18.172Z Downloaded termios v0.3.3
11152026-03-30T16:09:18.172Z Downloaded smf v0.2.3
11162026-03-30T16:09:18.176Z Downloaded spin v0.9.8
11172026-03-30T16:09:18.180Z Downloaded serde_with_macros v3.17.0
11182026-03-30T16:09:18.180Z Downloaded tower-service v0.3.3
11192026-03-30T16:09:18.180Z Downloaded tower-layer v0.3.3
11202026-03-30T16:09:18.180Z Downloaded topological-sort v0.2.2
11212026-03-30T16:09:18.184Z Downloaded hashbrown v0.15.5
11222026-03-30T16:09:18.188Z Downloaded crossterm v0.29.0
11232026-03-30T16:09:18.193Z Downloaded publicsuffix v2.3.0
11242026-03-30T16:09:18.199Z Downloaded trait-variant v0.1.2
11252026-03-30T16:09:18.202Z Downloaded serde_cbor v0.11.2
11262026-03-30T16:09:18.202Z Downloaded typify-macro v0.6.1
11272026-03-30T16:09:18.206Z Downloaded typify-macro v0.4.3
11282026-03-30T16:09:18.206Z Downloaded tiny-keccak v2.0.2
11292026-03-30T16:09:18.209Z Downloaded time-core v0.1.8
11302026-03-30T16:09:18.212Z Downloaded try-lock v0.2.5
11312026-03-30T16:09:18.212Z Downloaded sqlformat v0.3.5
11322026-03-30T16:09:18.217Z Downloaded slog v2.8.2
11332026-03-30T16:09:18.217Z Downloaded tokio-native-tls v0.3.1
11342026-03-30T16:09:18.220Z Downloaded tokio-macros v2.6.0
11352026-03-30T16:09:18.220Z Downloaded tokio-dtrace v0.1.1
11362026-03-30T16:09:18.220Z Downloaded tokio-tungstenite v0.21.0
11372026-03-30T16:09:18.223Z Downloaded unit-prefix v0.5.2
11382026-03-30T16:09:18.227Z Downloaded signal-hook v0.3.18
11392026-03-30T16:09:18.228Z Downloaded tls_codec_derive v0.4.2
11402026-03-30T16:09:18.232Z Downloaded rustls-platform-verifier v0.6.2
11412026-03-30T16:09:18.236Z Downloaded unicode-truncate v1.1.0
11422026-03-30T16:09:18.236Z Downloaded term v1.2.1
11432026-03-30T16:09:18.241Z Downloaded usdt-attr-macro v0.6.0
11442026-03-30T16:09:18.241Z Downloaded strum_macros v0.24.3
11452026-03-30T16:09:18.245Z Downloaded usdt-macro v0.6.0
11462026-03-30T16:09:18.245Z Downloaded socket2 v0.6.2
11472026-03-30T16:09:18.245Z Downloaded num-bigint-dig v0.8.6
11482026-03-30T16:09:18.251Z Downloaded socket2 v0.5.10
11492026-03-30T16:09:18.251Z Downloaded schemars v0.9.0
11502026-03-30T16:09:18.255Z Downloaded untrusted v0.7.1
11512026-03-30T16:09:18.260Z Downloaded usdt v0.6.0
11522026-03-30T16:09:18.260Z Downloaded universal-hash v0.5.1
11532026-03-30T16:09:18.260Z Downloaded toml_writer v1.0.6+spec-1.1.0
11542026-03-30T16:09:18.260Z Downloaded aho-corasick v1.1.4
11552026-03-30T16:09:18.265Z Downloaded hyper v1.8.1
11562026-03-30T16:09:18.269Z Downloaded rand v0.9.2
11572026-03-30T16:09:18.269Z Downloaded utf-8 v0.7.6
11582026-03-30T16:09:18.269Z Downloaded untrusted v0.9.0
11592026-03-30T16:09:18.272Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11602026-03-30T16:09:18.272Z Downloaded tokio-tungstenite v0.23.1
11612026-03-30T16:09:18.272Z Downloaded term v0.7.0
11622026-03-30T16:09:18.277Z Downloaded tls_codec v0.4.2
11632026-03-30T16:09:18.277Z Downloaded itertools v0.12.1
11642026-03-30T16:09:18.281Z Downloaded waitgroup v0.1.2
11652026-03-30T16:09:18.281Z Downloaded time-macros v0.2.27
11662026-03-30T16:09:18.285Z Downloaded quinn v0.11.9
11672026-03-30T16:09:18.285Z Downloaded want v0.3.1
11682026-03-30T16:09:18.288Z Downloaded void v1.0.2
11692026-03-30T16:09:18.288Z Downloaded qorb v0.4.1
11702026-03-30T16:09:18.288Z Downloaded tokio-rustls v0.26.4
11712026-03-30T16:09:18.291Z Downloaded tokio-rustls v0.24.1
11722026-03-30T16:09:18.291Z Downloaded subprocess v0.2.15
11732026-03-30T16:09:18.295Z Downloaded tokio-stream v0.1.18
11742026-03-30T16:09:18.298Z Downloaded rustls-webpki v0.103.9
11752026-03-30T16:09:18.298Z Downloaded tui-tree-widget v0.23.1
11762026-03-30T16:09:18.298Z Downloaded libxml v0.3.3
11772026-03-30T16:09:18.302Z Downloaded unarray v0.1.4
11782026-03-30T16:09:18.328Z Downloaded unicase v2.9.0
11792026-03-30T16:09:18.328Z Downloaded test-strategy v0.4.5
11802026-03-30T16:09:18.328Z Downloaded itertools v0.13.0
11812026-03-30T16:09:18.328Z Downloaded toml_parser v1.0.9+spec-1.1.0
11822026-03-30T16:09:18.328Z Downloaded samael v0.0.19
11832026-03-30T16:09:18.328Z Downloaded xattr v1.6.1
11842026-03-30T16:09:18.328Z Downloaded itertools v0.10.5
11852026-03-30T16:09:18.328Z Downloaded tracing-attributes v0.1.31
11862026-03-30T16:09:18.328Z Downloaded zeroize_derive v1.4.3
11872026-03-30T16:09:18.329Z Downloaded wait-timeout v0.2.1
11882026-03-30T16:09:18.329Z Downloaded usdt-impl v0.6.0
11892026-03-30T16:09:18.329Z Downloaded futures-util v0.3.32
11902026-03-30T16:09:18.332Z Downloaded vergen-git2 v1.0.7
11912026-03-30T16:09:18.336Z Downloaded uzers v0.12.2
11922026-03-30T16:09:18.336Z Downloaded tokio-rustls v0.25.0
11932026-03-30T16:09:18.341Z Downloaded libm v0.2.16
11942026-03-30T16:09:18.343Z Downloaded vergen-gitcl v1.0.8
11952026-03-30T16:09:18.343Z Downloaded itertools v0.14.0
11962026-03-30T16:09:18.347Z Downloaded zone_cfg_derive v0.3.1
11972026-03-30T16:09:18.349Z Downloaded vsss-rs v3.3.4
11982026-03-30T16:09:18.349Z Downloaded walkdir v2.5.0
11992026-03-30T16:09:18.353Z Downloaded schemars v1.2.1
12002026-03-30T16:09:18.361Z Downloaded wyz v0.5.1
12012026-03-30T16:09:18.364Z Downloaded whoami v2.1.0
12022026-03-30T16:09:18.364Z Downloaded whoami v1.6.1
12032026-03-30T16:09:18.364Z Downloaded vergen-lib v0.1.6
12042026-03-30T16:09:18.364Z Downloaded twox-hash v2.1.2
12052026-03-30T16:09:18.367Z Downloaded rsa v0.9.10
12062026-03-30T16:09:18.371Z Downloaded unicode-properties v0.1.4
12072026-03-30T16:09:18.371Z Downloaded rand v0.8.5
12082026-03-30T16:09:18.375Z Downloaded tinyvec v1.10.0
12092026-03-30T16:09:18.375Z Downloaded similar v2.7.0
12102026-03-30T16:09:18.378Z Downloaded nom v7.1.3
12112026-03-30T16:09:18.382Z Downloaded iddqd v0.3.17
12122026-03-30T16:09:18.385Z Downloaded thread_local v1.1.9
12132026-03-30T16:09:18.388Z Downloaded vergen v9.0.6
12142026-03-30T16:09:18.388Z Downloaded xshell-macros v0.2.7
12152026-03-30T16:09:18.393Z Downloaded xshell v0.2.7
12162026-03-30T16:09:18.393Z Downloaded toml v0.9.12+spec-1.1.0
12172026-03-30T16:09:18.396Z Downloaded serde_yaml v0.9.34+deprecated
12182026-03-30T16:09:18.396Z Downloaded snafu v0.8.9
12192026-03-30T16:09:18.400Z Downloaded tungstenite v0.21.0
12202026-03-30T16:09:18.402Z Downloaded tracing-core v0.1.36
12212026-03-30T16:09:18.402Z Downloaded h2 v0.4.13
12222026-03-30T16:09:18.407Z Downloaded zstd v0.13.3
12232026-03-30T16:09:18.410Z Downloaded zone v0.3.1
12242026-03-30T16:09:18.410Z Downloaded rand v0.10.0
12252026-03-30T16:09:18.413Z Downloaded unicode-bidi v0.3.18
12262026-03-30T16:09:18.413Z Downloaded typify v0.6.1
12272026-03-30T16:09:18.416Z Downloaded typify v0.4.3
12282026-03-30T16:09:18.419Z Downloaded iri-string v0.7.10
12292026-03-30T16:09:18.422Z Downloaded steno v0.4.1
12302026-03-30T16:09:18.425Z Downloaded rustyline v14.0.0
12312026-03-30T16:09:18.431Z Downloaded russh v0.45.0
12322026-03-30T16:09:18.433Z Downloaded aws-lc-rs v1.16.0
12332026-03-30T16:09:18.438Z Downloaded zerocopy v0.6.6
12342026-03-30T16:09:18.441Z Downloaded rpassword v7.4.0
12352026-03-30T16:09:18.441Z Downloaded p521 v0.13.3
12362026-03-30T16:09:18.443Z Downloaded uuid v1.21.0
12372026-03-30T16:09:18.447Z Downloaded ssh-key v0.6.7
12382026-03-30T16:09:18.450Z Downloaded xz2 v0.1.7
12392026-03-30T16:09:18.453Z Downloaded toml_edit v0.23.10+spec-1.0.0
12402026-03-30T16:09:18.456Z Downloaded tungstenite v0.23.0
12412026-03-30T16:09:18.456Z Downloaded toml v0.7.8
12422026-03-30T16:09:18.459Z Downloaded vte v0.14.1
12432026-03-30T16:09:18.461Z Downloaded tar v0.4.45
12442026-03-30T16:09:18.466Z Downloaded zeroize v1.8.2
12452026-03-30T16:09:18.466Z Downloaded reedline v0.40.0
12462026-03-30T16:09:18.471Z Downloaded ron v0.12.0
12472026-03-30T16:09:18.474Z Downloaded zstd-safe v7.2.4
12482026-03-30T16:09:18.476Z Downloaded blake3 v1.8.3
12492026-03-30T16:09:18.480Z Downloaded zopfli v0.8.3
12502026-03-30T16:09:18.483Z Downloaded p384 v0.13.1
12512026-03-30T16:09:18.486Z Downloaded yasna v0.5.2
12522026-03-30T16:09:18.490Z Downloaded hkdf v0.12.4
12532026-03-30T16:09:18.502Z Downloaded chrono v0.4.44
12542026-03-30T16:09:18.508Z Downloaded unsafe-libyaml v0.2.11
12552026-03-30T16:09:18.511Z Downloaded tokio-postgres v0.7.16
12562026-03-30T16:09:18.514Z Downloaded unicode_categories v0.1.1
12572026-03-30T16:09:18.520Z Downloaded regex v1.12.3
12582026-03-30T16:09:18.526Z Downloaded reqwest v0.13.2
12592026-03-30T16:09:18.533Z Downloaded toml_edit v0.19.15
12602026-03-30T16:09:18.543Z Downloaded lalrpop v0.19.12
12612026-03-30T16:09:18.549Z Downloaded git2 v0.20.4
12622026-03-30T16:09:18.557Z Downloaded bitvec v1.0.1
12632026-03-30T16:09:18.564Z Downloaded rustls-webpki v0.101.7
12642026-03-30T16:09:18.572Z Downloaded rayon v1.11.0
12652026-03-30T16:09:18.577Z Downloaded zip v0.6.6
12662026-03-30T16:09:18.580Z Downloaded portable-atomic v1.13.1
12672026-03-30T16:09:18.585Z Downloaded yansi v1.0.1
12682026-03-30T16:09:18.587Z Downloaded tower v0.5.3
12692026-03-30T16:09:18.592Z Downloaded salty v0.3.0
12702026-03-30T16:09:18.596Z Downloaded unicode-normalization v0.1.25
12712026-03-30T16:09:18.599Z Downloaded moka v0.12.13
12722026-03-30T16:09:18.603Z Downloaded reqwest v0.12.28
12732026-03-30T16:09:18.607Z Downloaded goblin v0.10.5
12742026-03-30T16:09:18.616Z Downloaded tower-http v0.6.8
12752026-03-30T16:09:18.623Z Downloaded zerocopy-derive v0.8.40
12762026-03-30T16:09:18.628Z Downloaded unicode-segmentation v1.12.0
12772026-03-30T16:09:18.631Z Downloaded typed-path v0.9.3
12782026-03-30T16:09:18.634Z Downloaded object v0.30.4
12792026-03-30T16:09:18.639Z Downloaded x509-cert v0.2.5
12802026-03-30T16:09:18.644Z Downloaded tough v0.20.0
12812026-03-30T16:09:18.648Z Downloaded rustls-webpki v0.102.8
12822026-03-30T16:09:18.659Z Downloaded tokio-util v0.7.18
12832026-03-30T16:09:18.664Z Downloaded quick-xml v0.37.5
12842026-03-30T16:09:18.669Z Downloaded petname v2.0.2
12852026-03-30T16:09:18.671Z Downloaded proptest v1.10.0
12862026-03-30T16:09:18.676Z Downloaded curve25519-dalek v4.1.3
12872026-03-30T16:09:18.682Z Downloaded serde_with v3.17.0
12882026-03-30T16:09:18.689Z Downloaded zip v4.6.1
12892026-03-30T16:09:18.695Z Downloaded radix_trie v0.2.1
12902026-03-30T16:09:18.708Z Downloaded quinn-proto v0.11.13
12912026-03-30T16:09:18.723Z Downloaded winnow v0.5.40
12922026-03-30T16:09:18.729Z Downloaded openssl v0.10.75
12932026-03-30T16:09:18.735Z Downloaded polar-core v0.27.3
12942026-03-30T16:09:18.741Z Downloaded time v0.3.47
12952026-03-30T16:09:18.748Z Downloaded bstr v1.12.1
12962026-03-30T16:09:18.754Z Downloaded nix v0.29.0
12972026-03-30T16:09:18.760Z Downloaded object v0.37.3
12982026-03-30T16:09:18.767Z Downloaded smoltcp v0.9.1
12992026-03-30T16:09:18.773Z Downloaded nix v0.27.1
13002026-03-30T16:09:18.780Z Downloaded winnow v0.6.26
13012026-03-30T16:09:18.784Z Downloaded dropshot v0.16.7
13022026-03-30T16:09:18.798Z Downloaded tabled v0.20.0
13032026-03-30T16:09:18.808Z Downloaded zerocopy v0.8.40
13042026-03-30T16:09:18.813Z Downloaded hickory-proto v0.24.4
13052026-03-30T16:09:18.823Z Downloaded rustls v0.21.12
13062026-03-30T16:09:18.829Z Downloaded smoltcp v0.11.0
13072026-03-30T16:09:18.837Z Downloaded vcpkg v0.2.15
13082026-03-30T16:09:18.861Z Downloaded regex-syntax v0.6.29
13092026-03-30T16:09:18.865Z Downloaded regex-syntax v0.8.10
13102026-03-30T16:09:18.869Z Downloaded zlib-rs v0.6.2
13112026-03-30T16:09:18.873Z Downloaded rustls v0.23.37
13122026-03-30T16:09:18.880Z Downloaded webpki-roots v1.0.6
13132026-03-30T16:09:18.883Z Downloaded openapiv3 v2.2.0
13142026-03-30T16:09:18.890Z Downloaded rustls v0.22.4
13152026-03-30T16:09:18.899Z Downloaded regress v0.10.5
13162026-03-30T16:09:18.904Z Downloaded diesel v2.3.7
13172026-03-30T16:09:18.917Z Downloaded hickory-proto v0.25.2
13182026-03-30T16:09:18.926Z Downloaded rustix v0.38.44
13192026-03-30T16:09:18.939Z Downloaded nix v0.31.1
13202026-03-30T16:09:18.948Z Downloaded sled v0.34.7
13212026-03-30T16:09:18.952Z Downloaded bzip2-sys v0.1.13+1.0.8
13222026-03-30T16:09:18.960Z Downloaded nix v0.28.0
13232026-03-30T16:09:18.989Z Downloaded zerocopy-derive v0.6.6
13242026-03-30T16:09:19.009Z Downloaded sqlparser v0.61.0
13252026-03-30T16:09:19.016Z Downloaded jiff v0.2.21
13262026-03-30T16:09:19.027Z Downloaded petgraph v0.6.5
13272026-03-30T16:09:19.039Z Downloaded chrono-tz v0.10.4
13282026-03-30T16:09:19.050Z Downloaded typify-impl v0.6.1
13292026-03-30T16:09:19.059Z Downloaded tracing v0.1.44
13302026-03-30T16:09:19.072Z Downloaded typify-impl v0.4.3
13312026-03-30T16:09:19.081Z Downloaded ratatui v0.29.0
13322026-03-30T16:09:19.093Z Downloaded petgraph v0.8.3
13332026-03-30T16:09:19.106Z Downloaded regex-automata v0.4.14
13342026-03-30T16:09:19.115Z Downloaded libz-sys v1.1.24
13352026-03-30T16:09:19.129Z Downloaded tokio v1.49.0
13362026-03-30T16:09:19.160Z Downloaded lzma-sys v0.1.20
13372026-03-30T16:09:19.185Z Downloaded csv v1.4.0
13382026-03-30T16:09:19.212Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13392026-03-30T16:09:19.233Z Downloaded sha3 v0.10.8
13402026-03-30T16:09:19.285Z Downloaded encoding_rs v0.8.35
13412026-03-30T16:09:19.321Z Downloaded ring v0.17.14
13422026-03-30T16:09:19.353Z Downloaded libgit2-sys v0.18.3+1.9.2
13432026-03-30T16:09:19.742Z Downloaded aws-lc-sys v0.37.1
13442026-03-30T16:09:19.990Z Compiling libc v0.2.180
13452026-03-30T16:09:19.990Z Compiling serde v1.0.228
13462026-03-30T16:09:19.993Z Compiling log v0.4.29
13472026-03-30T16:09:19.993Z Compiling find-msvc-tools v0.1.9
13482026-03-30T16:09:20.132Z Compiling shlex v1.3.0
13492026-03-30T16:09:20.138Z Compiling smallvec v1.15.1
13502026-03-30T16:09:20.146Z Compiling syn v2.0.117
13512026-03-30T16:09:20.153Z Compiling typenum v1.19.0
13522026-03-30T16:09:20.333Z Compiling generic-array v0.14.7
13532026-03-30T16:09:20.349Z Compiling subtle v2.6.1
13542026-03-30T16:09:20.362Z Compiling scopeguard v1.2.0
13552026-03-30T16:09:20.386Z Compiling portable-atomic v1.13.1
13562026-03-30T16:09:20.444Z Compiling lock_api v0.4.14
13572026-03-30T16:09:20.463Z Compiling const-oid v0.9.6
13582026-03-30T16:09:20.521Z Compiling critical-section v1.2.0
13592026-03-30T16:09:20.573Z Compiling zerocopy v0.8.40
13602026-03-30T16:09:20.643Z Compiling parking_lot_core v0.9.12
13612026-03-30T16:09:20.662Z Compiling serde_json v1.0.149
13622026-03-30T16:09:20.847Z Compiling pin-project-lite v0.2.17
13632026-03-30T16:09:20.935Z Compiling pkg-config v0.3.32
13642026-03-30T16:09:20.949Z Compiling getrandom v0.2.17
13652026-03-30T16:09:21.017Z Compiling jobserver v0.1.34
13662026-03-30T16:09:21.110Z Compiling rand_core v0.6.4
13672026-03-30T16:09:21.167Z Compiling errno v0.3.14
13682026-03-30T16:09:21.227Z Compiling cc v1.2.56
13692026-03-30T16:09:21.317Z Compiling once_cell v1.21.3
13702026-03-30T16:09:21.366Z Compiling signal-hook-registry v1.4.8
13712026-03-30T16:09:21.380Z Compiling mio v1.1.1
13722026-03-30T16:09:21.478Z Compiling bitflags v2.11.0
13732026-03-30T16:09:21.516Z Compiling libm v0.2.16
13742026-03-30T16:09:21.625Z Compiling parking_lot v0.12.5
13752026-03-30T16:09:21.742Z Compiling num-traits v0.2.19
13762026-03-30T16:09:21.820Z Compiling futures-core v0.3.32
13772026-03-30T16:09:21.974Z Compiling socket2 v0.6.2
13782026-03-30T16:09:21.977Z Compiling percent-encoding v2.3.2
13792026-03-30T16:09:22.002Z Compiling allocator-api2 v0.2.21
13802026-03-30T16:09:22.083Z Compiling futures-sink v0.3.32
13812026-03-30T16:09:22.141Z Compiling cpufeatures v0.2.17
13822026-03-30T16:09:22.175Z Compiling foldhash v0.2.0
13832026-03-30T16:09:22.189Z Compiling futures-channel v0.3.32
13842026-03-30T16:09:22.216Z Compiling slab v0.4.12
13852026-03-30T16:09:22.329Z Compiling hashbrown v0.16.1
13862026-03-30T16:09:22.374Z Compiling futures-io v0.3.32
13872026-03-30T16:09:22.390Z Compiling futures-task v0.3.32
13882026-03-30T16:09:22.393Z Compiling getrandom v0.4.1
13892026-03-30T16:09:22.417Z Compiling rand_core v0.10.0
13902026-03-30T16:09:22.529Z Compiling rustversion v1.0.22
13912026-03-30T16:09:22.577Z Compiling getrandom v0.3.4
13922026-03-30T16:09:22.592Z Compiling form_urlencoded v1.2.2
13932026-03-30T16:09:22.936Z Compiling indexmap v2.13.0
13942026-03-30T16:09:22.951Z Compiling cmake v0.1.57
13952026-03-30T16:09:23.030Z Compiling synstructure v0.13.2
13962026-03-30T16:09:23.097Z Compiling ident_case v1.0.1
13972026-03-30T16:09:23.225Z Compiling dunce v1.0.5
13982026-03-30T16:09:23.326Z Compiling base64ct v1.8.3
13992026-03-30T16:09:23.375Z Compiling fs_extra v1.3.0
14002026-03-30T16:09:23.396Z Compiling flagset v0.4.7
14012026-03-30T16:09:23.531Z Compiling rand_core v0.9.5
14022026-03-30T16:09:23.534Z Compiling iana-time-zone v0.1.65
14032026-03-30T16:09:23.580Z Compiling pem-rfc7468 v0.7.0
14042026-03-30T16:09:23.596Z Compiling rustix v1.1.3
14052026-03-30T16:09:23.620Z Compiling uuid v1.21.0
14062026-03-30T16:09:23.641Z Compiling ring v0.17.14
14072026-03-30T16:09:23.655Z Compiling aws-lc-sys v0.37.1
14082026-03-30T16:09:23.752Z Compiling rustc_version v0.4.1
14092026-03-30T16:09:23.817Z Compiling regex-syntax v0.8.10
14102026-03-30T16:09:23.886Z Compiling vcpkg v0.2.15
14112026-03-30T16:09:24.093Z Compiling aws-lc-rs v1.16.0
14122026-03-30T16:09:24.341Z Compiling tracing-core v0.1.36
14132026-03-30T16:09:24.380Z Compiling crossbeam-utils v0.8.21
14142026-03-30T16:09:24.644Z Compiling openssl-sys v0.9.111
14152026-03-30T16:09:24.690Z Compiling pest_generator v2.8.6
14162026-03-30T16:09:24.798Z Compiling serde_derive v1.0.228
14172026-03-30T16:09:24.898Z Compiling zeroize_derive v1.4.3
14182026-03-30T16:09:25.165Z Compiling zerofrom-derive v0.1.6
14192026-03-30T16:09:25.340Z Compiling yoke-derive v0.8.1
14202026-03-30T16:09:25.392Z Compiling zerocopy-derive v0.8.40
14212026-03-30T16:09:25.540Z Compiling zeroize v1.8.2
14222026-03-30T16:09:26.169Z Compiling zerovec-derive v0.11.2
14232026-03-30T16:09:26.277Z Compiling crypto-common v0.1.7
14242026-03-30T16:09:26.426Z Compiling block-buffer v0.10.4
14252026-03-30T16:09:26.489Z Compiling displaydoc v0.2.5
14262026-03-30T16:09:26.553Z Compiling zerofrom v0.1.6
14272026-03-30T16:09:26.622Z Compiling digest v0.10.7
14282026-03-30T16:09:26.690Z Compiling yoke v0.8.1
14292026-03-30T16:09:26.873Z Compiling tokio-macros v2.6.0
14302026-03-30T16:09:26.889Z Compiling hmac v0.12.1
14312026-03-30T16:09:27.052Z Compiling futures-macro v0.3.32
14322026-03-30T16:09:27.253Z Compiling zerotrie v0.2.3
14332026-03-30T16:09:27.311Z Compiling zerovec v0.11.5
14342026-03-30T16:09:27.552Z Compiling block-padding v0.3.3
14352026-03-30T16:09:27.596Z Compiling sha2 v0.10.9
14362026-03-30T16:09:27.709Z Compiling inout v0.1.4
14372026-03-30T16:09:27.814Z Compiling tinystr v0.8.2
14382026-03-30T16:09:27.850Z Compiling potential_utf v0.1.4
14392026-03-30T16:09:27.874Z Compiling futures-util v0.3.32
14402026-03-30T16:09:28.007Z Compiling icu_locale_core v2.1.1
14412026-03-30T16:09:28.021Z Compiling icu_collections v2.1.1
14422026-03-30T16:09:28.266Z Compiling bytes v1.11.1
14432026-03-30T16:09:28.485Z Compiling cipher v0.4.4
14442026-03-30T16:09:28.705Z Compiling icu_provider v2.1.1
14452026-03-30T16:09:28.755Z Compiling tokio v1.49.0
14462026-03-30T16:09:28.867Z Compiling der_derive v0.7.3
14472026-03-30T16:09:28.881Z Compiling http v1.4.0
14482026-03-30T16:09:28.936Z Compiling icu_properties v2.1.2
14492026-03-30T16:09:28.961Z Compiling icu_normalizer v2.1.1
14502026-03-30T16:09:29.493Z Compiling salsa20 v0.10.2
14512026-03-30T16:09:29.631Z Compiling ppv-lite86 v0.2.21
14522026-03-30T16:09:29.754Z Compiling idna_adapter v1.2.1
14532026-03-30T16:09:29.769Z Compiling chrono v0.4.44
14542026-03-30T16:09:29.786Z Compiling der v0.7.10
14552026-03-30T16:09:29.887Z Compiling idna v1.1.0
14562026-03-30T16:09:29.943Z Compiling pbkdf2 v0.12.2
14572026-03-30T16:09:29.991Z Compiling thiserror-impl v2.0.18
14582026-03-30T16:09:30.055Z Compiling scrypt v0.11.0
14592026-03-30T16:09:30.085Z Compiling rand_chacha v0.9.0
14602026-03-30T16:09:30.306Z Compiling url v2.5.8
14612026-03-30T16:09:30.511Z Compiling aes v0.8.4
14622026-03-30T16:09:30.759Z Compiling spki v0.7.3
14632026-03-30T16:09:30.962Z Compiling cbc v0.1.2
14642026-03-30T16:09:30.965Z Compiling rustls-pki-types v1.14.0
14652026-03-30T16:09:31.089Z Compiling tracing-attributes v0.1.31
14662026-03-30T16:09:31.103Z Compiling pkcs5 v0.7.1
14672026-03-30T16:09:31.117Z Compiling rand v0.9.2
14682026-03-30T16:09:31.277Z Compiling thiserror v2.0.18
14692026-03-30T16:09:31.384Z Compiling http-body v1.0.1
14702026-03-30T16:09:31.533Z Compiling serde_derive_internals v0.29.1
14712026-03-30T16:09:31.552Z Compiling untrusted v0.9.0
14722026-03-30T16:09:31.567Z Compiling schemars v0.8.22
14732026-03-30T16:09:31.567Z Compiling syn v1.0.109
14742026-03-30T16:09:31.721Z Compiling untrusted v0.7.1
14752026-03-30T16:09:31.802Z Compiling openssl-probe v0.2.1
14762026-03-30T16:09:31.845Z Compiling base64 v0.22.1
14772026-03-30T16:09:31.908Z Compiling httparse v1.10.1
14782026-03-30T16:09:32.007Z Compiling pkcs8 v0.10.2
14792026-03-30T16:09:32.159Z Compiling pest_derive v2.8.6
14802026-03-30T16:09:32.291Z Compiling scroll_derive v0.13.1
14812026-03-30T16:09:32.394Z Compiling tracing v0.1.44
14822026-03-30T16:09:32.450Z Compiling tokio-util v0.7.18
14832026-03-30T16:09:32.606Z Compiling schemars_derive v0.8.22
14842026-03-30T16:09:32.661Z Compiling darling_core v0.20.11
14852026-03-30T16:09:32.798Z Compiling tower-service v0.3.3
14862026-03-30T16:09:32.896Z Compiling try-lock v0.2.5
14872026-03-30T16:09:33.006Z Compiling rustls v0.23.37
14882026-03-30T16:09:33.076Z Compiling tower-layer v0.3.3
14892026-03-30T16:09:33.174Z Compiling atomic-waker v1.1.2
14902026-03-30T16:09:33.234Z Compiling dyn-clone v1.0.20
14912026-03-30T16:09:33.298Z Compiling tinyvec_macros v0.1.1
14922026-03-30T16:09:33.368Z Compiling tinyvec v1.10.0
14932026-03-30T16:09:33.371Z Compiling h2 v0.4.13
14942026-03-30T16:09:33.467Z Compiling scroll v0.13.0
14952026-03-30T16:09:33.707Z Compiling want v0.3.1
14962026-03-30T16:09:33.865Z Compiling ipnet v2.11.0
14972026-03-30T16:09:34.023Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14982026-03-30T16:09:34.322Z Compiling spin v0.9.8
14992026-03-30T16:09:34.357Z Compiling aho-corasick v1.1.4
15002026-03-30T16:09:34.397Z Compiling num-conv v0.2.0
15012026-03-30T16:09:34.521Z Compiling powerfmt v0.2.0
15022026-03-30T16:09:34.536Z Compiling foreign-types-shared v0.1.1
15032026-03-30T16:09:34.623Z Compiling httpdate v1.0.3
15042026-03-30T16:09:34.722Z Compiling time-core v0.1.8
15052026-03-30T16:09:34.844Z Compiling crc32fast v1.5.0
15062026-03-30T16:09:34.870Z Compiling pin-utils v0.1.0
15072026-03-30T16:09:34.887Z Compiling darling_macro v0.20.11
15082026-03-30T16:09:34.944Z Compiling openssl v0.10.75
15092026-03-30T16:09:35.055Z Compiling tempfile v3.25.0
15102026-03-30T16:09:35.154Z Compiling regex-automata v0.4.14
15112026-03-30T16:09:35.187Z Compiling time-macros v0.2.27
15122026-03-30T16:09:35.350Z Compiling darling v0.20.11
15132026-03-30T16:09:35.426Z Compiling deranged v0.5.8
15142026-03-30T16:09:35.441Z Compiling foreign-types v0.3.2
15152026-03-30T16:09:36.022Z Compiling goblin v0.10.5
15162026-03-30T16:09:36.371Z Compiling hyper v1.8.1
15172026-03-30T16:09:36.788Z Compiling thiserror-impl v1.0.69
15182026-03-30T16:09:37.292Z Compiling openssl-macros v0.1.1
15192026-03-30T16:09:37.548Z Compiling wait-timeout v0.2.1
15202026-03-30T16:09:37.677Z Compiling usdt-impl v0.6.0
15212026-03-30T16:09:37.821Z Compiling either v1.15.0
15222026-03-30T16:09:37.881Z Compiling native-tls v0.2.18
15232026-03-30T16:09:37.978Z Compiling num_threads v0.1.7
15242026-03-30T16:09:38.028Z Compiling siphasher v1.0.2
15252026-03-30T16:09:38.042Z Compiling simd-adler32 v0.3.8
15262026-03-30T16:09:38.071Z Compiling quick-error v1.2.3
15272026-03-30T16:09:38.086Z Compiling bit-vec v0.8.0
15282026-03-30T16:09:38.180Z Compiling rusty-fork v0.3.1
15292026-03-30T16:09:38.236Z Compiling time v0.3.47
15302026-03-30T16:09:38.279Z Compiling bit-set v0.8.0
15312026-03-30T16:09:38.316Z Compiling thiserror v1.0.69
15322026-03-30T16:09:38.453Z Compiling hyper-util v0.1.20
15332026-03-30T16:09:38.491Z Compiling derive_builder_core v0.20.2
15342026-03-30T16:09:39.267Z Compiling dof v0.4.0
15352026-03-30T16:09:39.546Z Compiling unicode-normalization v0.1.25
15362026-03-30T16:09:39.780Z Compiling crossbeam-epoch v0.9.18
15372026-03-30T16:09:39.994Z Compiling dtrace-parser v0.3.0
15382026-03-30T16:09:40.097Z Compiling rustls-native-certs v0.8.3
15392026-03-30T16:09:40.135Z Compiling signature v2.2.0
15402026-03-30T16:09:40.282Z Compiling scroll_derive v0.12.1
15412026-03-30T16:09:40.311Z Compiling heapless v0.7.17
15422026-03-30T16:09:40.380Z Compiling rand_xorshift v0.4.0
15432026-03-30T16:09:40.401Z Compiling slog v2.8.2
15442026-03-30T16:09:40.538Z Compiling darling_core v0.21.3
15452026-03-30T16:09:40.554Z Compiling bzip2-sys v0.1.13+1.0.8
15462026-03-30T16:09:40.580Z Compiling sync_wrapper v1.0.2
15472026-03-30T16:09:40.683Z Compiling thread-id v5.1.0
15482026-03-30T16:09:40.723Z Compiling cookie v0.18.1
15492026-03-30T16:09:40.764Z Compiling paste v1.0.15
15502026-03-30T16:09:40.817Z Compiling zstd-safe v7.2.4
15512026-03-30T16:09:40.896Z Compiling rayon-core v1.13.0
15522026-03-30T16:09:40.921Z Compiling adler2 v2.0.1
15532026-03-30T16:09:41.012Z Compiling unarray v0.1.4
15542026-03-30T16:09:41.028Z Compiling unicode-bidi v0.3.18
15552026-03-30T16:09:41.052Z Compiling signal-hook v0.3.18
15562026-03-30T16:09:41.067Z Compiling anyhow v1.0.102
15572026-03-30T16:09:41.122Z Compiling unicode-properties v0.1.4
15582026-03-30T16:09:41.221Z Compiling unicode-segmentation v1.12.0
15592026-03-30T16:09:41.281Z Compiling proptest v1.10.0
15602026-03-30T16:09:41.341Z Compiling stringprep v0.1.5
15612026-03-30T16:09:41.573Z Compiling miniz_oxide v0.8.9
15622026-03-30T16:09:41.645Z Compiling scroll v0.12.0
15632026-03-30T16:09:41.903Z Compiling tower v0.5.3
15642026-03-30T16:09:42.358Z Compiling crossbeam-deque v0.8.6
15652026-03-30T16:09:42.376Z Compiling derive_builder_macro v0.20.2
15662026-03-30T16:09:42.407Z Compiling ipnetwork v0.21.1
15672026-03-30T16:09:42.456Z Compiling http-body-util v0.1.3
15682026-03-30T16:09:42.541Z Compiling webpki-roots v1.0.6
15692026-03-30T16:09:42.609Z Compiling rand_chacha v0.3.1
15702026-03-30T16:09:42.661Z Compiling serde_spanned v0.6.9
15712026-03-30T16:09:42.695Z Compiling toml_datetime v0.6.11
15722026-03-30T16:09:42.803Z Compiling serde_tokenstream v0.2.3
15732026-03-30T16:09:42.818Z Compiling erased-serde v0.3.31
15742026-03-30T16:09:42.832Z Compiling md-5 v0.10.6
15752026-03-30T16:09:42.956Z Compiling zerocopy-derive v0.7.35
15762026-03-30T16:09:42.996Z Compiling curve25519-dalek v4.1.3
15772026-03-30T16:09:43.097Z Compiling darling_macro v0.21.3
15782026-03-30T16:09:43.122Z Compiling vergen-lib v0.1.6
15792026-03-30T16:09:43.298Z Compiling num-integer v0.1.46
15802026-03-30T16:09:43.302Z Compiling hash32 v0.2.1
15812026-03-30T16:09:43.326Z Compiling ff v0.13.1
15822026-03-30T16:09:43.427Z Compiling memoffset v0.9.1
15832026-03-30T16:09:43.460Z Compiling zlib-rs v0.6.2
15842026-03-30T16:09:43.487Z Compiling ryu v1.0.23
15852026-03-30T16:09:43.557Z Compiling cfg_aliases v0.2.1
15862026-03-30T16:09:43.612Z Compiling fallible-iterator v0.2.0
15872026-03-30T16:09:43.629Z Compiling litrs v1.0.0
15882026-03-30T16:09:43.642Z Compiling rustix v0.38.44
15892026-03-30T16:09:43.664Z Compiling psl-types v2.0.11
15902026-03-30T16:09:43.789Z Compiling iri-string v0.7.10
15912026-03-30T16:09:43.803Z Compiling num-bigint-dig v0.8.6
15922026-03-30T16:09:43.914Z Compiling base16ct v0.2.0
15932026-03-30T16:09:43.979Z Compiling smoltcp v0.9.1
15942026-03-30T16:09:43.994Z Compiling ref-cast v1.0.25
15952026-03-30T16:09:44.091Z Compiling sec1 v0.7.3
15962026-03-30T16:09:44.122Z Compiling document-features v0.2.12
15972026-03-30T16:09:44.357Z Compiling postgres-protocol v0.6.10
15982026-03-30T16:09:44.372Z Compiling zerocopy v0.7.35
15992026-03-30T16:09:44.429Z Compiling publicsuffix v2.3.0
16002026-03-30T16:09:44.600Z Compiling nix v0.31.1
16012026-03-30T16:09:44.689Z Compiling newtype-uuid v1.3.2
16022026-03-30T16:09:44.895Z Compiling tower-http v0.6.8
16032026-03-30T16:09:44.952Z Compiling serde_urlencoded v0.7.1
16042026-03-30T16:09:45.005Z Compiling darling v0.21.3
16052026-03-30T16:09:45.018Z Compiling num-iter v0.1.45
16062026-03-30T16:09:45.085Z Compiling group v0.13.0
16072026-03-30T16:09:45.269Z Compiling rand v0.8.5
16082026-03-30T16:09:45.292Z Compiling derive_builder v0.20.2
16092026-03-30T16:09:45.296Z Compiling oxnet v0.1.4
16102026-03-30T16:09:45.590Z Compiling tokio-native-tls v0.3.1
16112026-03-30T16:09:45.671Z Compiling proc-macro-error v1.0.4
16122026-03-30T16:09:45.760Z Compiling goblin v0.8.2
16132026-03-30T16:09:46.104Z Compiling heck v0.4.1
16142026-03-30T16:09:46.324Z Compiling flate2 v1.1.9
16152026-03-30T16:09:46.462Z Compiling phf_shared v0.13.1
16162026-03-30T16:09:46.476Z Compiling hubpack_derive v0.1.1
16172026-03-30T16:09:46.613Z Compiling regex v1.12.3
16182026-03-30T16:09:46.741Z Compiling lazy_static v1.5.0
16192026-03-30T16:09:46.756Z Compiling cargo-platform v0.1.9
16202026-03-30T16:09:46.759Z Compiling hkdf v0.12.4
16212026-03-30T16:09:46.834Z Compiling crypto-bigint v0.5.5
16222026-03-30T16:09:46.920Z Compiling terminal_size v0.4.3
16232026-03-30T16:09:46.944Z Compiling ref-cast-impl v1.0.25
16242026-03-30T16:09:47.027Z Compiling curve25519-dalek-derive v0.1.1
16252026-03-30T16:09:47.060Z Compiling strum_macros v0.27.2
16262026-03-30T16:09:47.080Z Compiling async-trait v0.1.89
16272026-03-30T16:09:47.492Z Compiling daft-derive v0.1.5
16282026-03-30T16:09:47.670Z Compiling vergen v9.0.6
16292026-03-30T16:09:47.855Z Compiling fs-err v3.3.0
16302026-03-30T16:09:48.047Z Compiling ahash v0.8.12
16312026-03-30T16:09:48.103Z Compiling managed v0.8.0
16322026-03-30T16:09:48.209Z Compiling foldhash v0.1.5
16332026-03-30T16:09:48.244Z Compiling bumpalo v3.20.2
16342026-03-30T16:09:48.317Z Compiling libbz2-rs-sys v0.2.2
16352026-03-30T16:09:48.377Z Compiling bitflags v1.3.2
16362026-03-30T16:09:48.454Z Compiling object v0.37.3
16372026-03-30T16:09:48.491Z Compiling winnow v0.5.40
16382026-03-30T16:09:48.771Z Compiling bzip2 v0.6.1
16392026-03-30T16:09:48.946Z Compiling console v0.16.2
16402026-03-30T16:09:48.975Z Compiling clap_builder v4.5.60
16412026-03-30T16:09:49.014Z Compiling strum v0.27.2
16422026-03-30T16:09:49.142Z Compiling zopfli v0.8.3
16432026-03-30T16:09:49.237Z Compiling hashbrown v0.15.5
16442026-03-30T16:09:49.534Z Compiling daft v0.1.5
16452026-03-30T16:09:49.763Z Compiling toml_edit v0.19.15
16462026-03-30T16:09:49.797Z Compiling dof v0.3.0
16472026-03-30T16:09:49.831Z Compiling elliptic-curve v0.13.8
16482026-03-30T16:09:49.996Z Compiling cargo_metadata v0.19.2
16492026-03-30T16:09:50.220Z Compiling hubpack v0.1.2
16502026-03-30T16:09:50.498Z Compiling phf v0.13.1
16512026-03-30T16:09:50.660Z Compiling signal-hook-mio v0.2.5
16522026-03-30T16:09:50.781Z Compiling zone_cfg_derive v0.3.1
16532026-03-30T16:09:51.404Z Compiling cookie_store v0.22.1
16542026-03-30T16:09:51.695Z Compiling zstd v0.13.3
16552026-03-30T16:09:51.991Z Compiling rayon v1.11.0
16562026-03-30T16:09:51.996Z Compiling hyper-tls v0.6.0
16572026-03-30T16:09:52.085Z Compiling bzip2 v0.4.4
16582026-03-30T16:09:52.218Z Compiling serde_with_macros v3.17.0
16592026-03-30T16:09:52.316Z Compiling postgres-types v0.2.12
16602026-03-30T16:09:52.392Z Compiling usdt-macro v0.6.0
16612026-03-30T16:09:52.841Z Compiling usdt-attr-macro v0.6.0
16622026-03-30T16:09:52.867Z Compiling ed25519 v2.2.3
16632026-03-30T16:09:53.119Z Compiling dtrace-parser v0.2.0
16642026-03-30T16:09:53.326Z Compiling phf_shared v0.11.3
16652026-03-30T16:09:53.453Z Compiling itertools v0.12.1
16662026-03-30T16:09:53.510Z Compiling bstr v1.12.1
16672026-03-30T16:09:53.602Z Compiling pkcs1 v0.7.5
16682026-03-30T16:09:53.701Z Compiling serde-big-array v0.5.1
16692026-03-30T16:09:53.771Z Compiling hex v0.4.3
16702026-03-30T16:09:53.844Z Compiling rfc6979 v0.4.0
16712026-03-30T16:09:53.869Z Compiling strum_macros v0.26.4
16722026-03-30T16:09:53.968Z Compiling clap_derive v4.5.55
16732026-03-30T16:09:53.994Z Compiling serde_repr v0.1.20
16742026-03-30T16:09:54.036Z Compiling enum-as-inner v0.6.1
16752026-03-30T16:09:54.153Z Compiling float-cmp v0.10.0
16762026-03-30T16:09:54.301Z Compiling memmap2 v0.9.10
16772026-03-30T16:09:54.516Z Compiling thread-id v4.2.2
16782026-03-30T16:09:54.519Z Compiling env_filter v1.0.0
16792026-03-30T16:09:54.544Z Compiling encoding_rs v0.8.35
16802026-03-30T16:09:54.601Z Compiling rustc-hash v2.1.1
16812026-03-30T16:09:54.649Z Compiling jiff v0.2.21
16822026-03-30T16:09:54.729Z Compiling fixedbitset v0.5.7
16832026-03-30T16:09:54.832Z Compiling predicates-core v1.0.10
16842026-03-30T16:09:55.032Z Compiling difflib v0.4.0
16852026-03-30T16:09:55.037Z Compiling fixedbitset v0.4.2
16862026-03-30T16:09:55.253Z Compiling whoami v2.1.0
16872026-03-30T16:09:55.569Z Compiling data-encoding v2.10.0
16882026-03-30T16:09:55.607Z Compiling normalize-line-endings v0.3.0
16892026-03-30T16:09:55.627Z Compiling keccak v0.1.6
16902026-03-30T16:09:55.705Z Compiling new_debug_unreachable v1.0.6
16912026-03-30T16:09:55.721Z Compiling static_assertions v1.1.0
16922026-03-30T16:09:55.795Z Compiling unit-prefix v0.5.2
16932026-03-30T16:09:55.799Z Compiling precomputed-hash v0.1.1
16942026-03-30T16:09:55.890Z Compiling mime v0.3.17
16952026-03-30T16:09:55.940Z Compiling indicatif v0.18.4
16962026-03-30T16:09:56.069Z Compiling string_cache v0.8.9
16972026-03-30T16:09:56.069Z Compiling hickory-proto v0.25.2
16982026-03-30T16:09:56.166Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16992026-03-30T16:09:56.282Z Compiling sha3 v0.10.8
17002026-03-30T16:09:56.289Z Compiling clap v4.5.60
17012026-03-30T16:09:56.376Z Compiling predicates v3.1.4
17022026-03-30T16:09:56.440Z Compiling strum v0.26.3
17032026-03-30T16:09:56.577Z Compiling tokio-postgres v0.7.16
17042026-03-30T16:09:56.773Z Compiling petgraph v0.6.5
17052026-03-30T16:09:56.783Z Compiling petgraph v0.8.3
17062026-03-30T16:09:57.072Z Compiling toml_edit v0.22.27
17072026-03-30T16:09:58.236Z Compiling zip v4.6.1
17082026-03-30T16:09:58.729Z Compiling iddqd v0.3.17
17092026-03-30T16:09:58.805Z Compiling env_logger v0.11.9
17102026-03-30T16:09:58.871Z Compiling usdt-impl v0.5.0
17112026-03-30T16:09:58.920Z Compiling zone v0.3.1
17122026-03-30T16:09:59.155Z Compiling usdt v0.6.0
17132026-03-30T16:09:59.207Z Compiling serde_with v3.17.0
17142026-03-30T16:09:59.414Z Compiling ecdsa v0.16.9
17152026-03-30T16:09:59.442Z Compiling similar v2.7.0
17162026-03-30T16:09:59.581Z Compiling rsa v0.9.10
17172026-03-30T16:09:59.777Z Compiling crossterm v0.28.1
17182026-03-30T16:09:59.800Z Compiling ed25519-dalek v2.2.0
17192026-03-30T16:10:00.301Z Compiling zip v0.6.6
17202026-03-30T16:10:00.786Z Compiling toml v0.7.8
17212026-03-30T16:10:01.062Z Compiling toml_parser v1.0.9+spec-1.1.0
17222026-03-30T16:10:01.100Z Compiling itertools v0.13.0
17232026-03-30T16:10:01.243Z Compiling tokio-stream v0.1.18
17242026-03-30T16:10:01.267Z Compiling buf-list v1.1.2
17252026-03-30T16:10:01.394Z Compiling x509-cert v0.2.5
17262026-03-30T16:10:01.542Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17272026-03-30T16:10:01.696Z Compiling openapiv3 v2.2.0
17282026-03-30T16:10:01.737Z Compiling sha1 v0.10.6
17292026-03-30T16:10:01.875Z Compiling toml_datetime v0.7.5+spec-1.1.0
17302026-03-30T16:10:01.962Z Compiling peg-runtime v0.8.5
17312026-03-30T16:10:02.168Z Compiling lalrpop-util v0.19.12
17322026-03-30T16:10:02.254Z Compiling thread_local v1.1.9
17332026-03-30T16:10:02.367Z Compiling slog-async v2.8.0
17342026-03-30T16:10:02.384Z Compiling crossbeam-channel v0.5.15
17352026-03-30T16:10:02.517Z Compiling futures-executor v0.3.32
17362026-03-30T16:10:02.691Z Compiling filetime v0.2.27
17372026-03-30T16:10:02.781Z Compiling is-terminal v0.4.17
17382026-03-30T16:10:02.849Z Compiling xattr v1.6.1
17392026-03-30T16:10:02.871Z Compiling term v1.2.1
17402026-03-30T16:10:02.885Z Compiling take_mut v0.2.2
17412026-03-30T16:10:02.899Z Compiling futures v0.3.32
17422026-03-30T16:10:02.998Z Compiling tar v0.4.45
17432026-03-30T16:10:03.294Z Compiling slog-term v2.9.2
17442026-03-30T16:10:09.436Z Compiling rustls-webpki v0.103.9
17452026-03-30T16:10:12.234Z Compiling tokio-rustls v0.26.4
17462026-03-30T16:10:12.234Z Compiling rustls-platform-verifier v0.6.2
17472026-03-30T16:10:12.436Z Compiling hyper-rustls v0.27.7
17482026-03-30T16:10:12.636Z Compiling reqwest v0.12.28
17492026-03-30T16:10:12.636Z Compiling reqwest v0.13.2
17502026-03-30T16:10:14.769Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17512026-03-30T16:10:14.981Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17522026-03-30T16:10:17.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17532026-03-30T16:10:17.910Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17542026-03-30T16:10:17.966ZMar 30 16:10:16.265 INFO Starting download, target: Console
17552026-03-30T16:10:17.966ZMar 30 16:10:16.266 INFO Starting download, target: DendriteStub
17562026-03-30T16:10:17.966ZMar 30 16:10:16.266 INFO Starting download, target: Cockroach
17572026-03-30T16:10:17.969ZMar 30 16:10:16.266 INFO Starting download, target: Clickhouse
17582026-03-30T16:10:17.969ZMar 30 16:10:16.266 INFO Starting download, target: TransceiverControl
17592026-03-30T16:10:17.969ZMar 30 16:10:16.266 INFO Starting download, target: MaghemiteMgd
17602026-03-30T16:10:17.969ZMar 30 16:10:16.266 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17612026-03-30T16:10:17.970ZMar 30 16:10:16.266 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17622026-03-30T16:10:17.970ZMar 30 16:10:16.266 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17632026-03-30T16:10:17.970ZMar 30 16:10:16.266 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17642026-03-30T16:10:17.970ZMar 30 16:10:16.266 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17652026-03-30T16:10:17.970ZMar 30 16:10:16.266 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17662026-03-30T16:10:18.896ZMar 30 16:10:17.193 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17672026-03-30T16:10:19.045ZMar 30 16:10:17.342 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-03-30T16:10:19.107ZMar 30 16:10:17.400 INFO Download complete, target: TransceiverControl
17692026-03-30T16:10:19.333ZMar 30 16:10:17.628 INFO Download complete, target: Console
17702026-03-30T16:10:19.909ZMar 30 16:10:18.207 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17712026-03-30T16:10:20.136ZMar 30 16:10:18.433 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-03-30T16:10:20.146ZMar 30 16:10:18.445 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17732026-03-30T16:10:20.601ZMar 30 16:10:18.900 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17742026-03-30T16:10:20.601ZMar 30 16:10:18.900 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17752026-03-30T16:10:22.077ZMar 30 16:10:20.375 INFO Download complete, target: DendriteStub
17762026-03-30T16:10:22.444ZMar 30 16:10:20.743 INFO Download complete, target: MaghemiteMgd
17772026-03-30T16:10:25.122ZMar 30 16:10:23.421 INFO Checking that binary works, target: Cockroach
17782026-03-30T16:10:25.250ZMar 30 16:10:23.549 INFO Download complete, target: Cockroach
17792026-03-30T16:10:26.808ZMar 30 16:10:25.106 INFO Checking that binary works, target: Clickhouse
17802026-03-30T16:10:26.928ZMar 30 16:10:25.227 INFO Download complete, target: Clickhouse
17812026-03-30T16:10:26.975ZAll builder prerequisites installed successfully, and PATH looks valid
17822026-03-30T16:10:26.979Z
17832026-03-30T16:10:26.979Zreal 3:03.936105149
17842026-03-30T16:10:26.979Zuser 7:14.726599688
17852026-03-30T16:10:26.979Zsys 1:24.840848909
17862026-03-30T16:10:26.979Ztrap 0.225295195
17872026-03-30T16:10:26.979Ztflt 0.632530626
17882026-03-30T16:10:26.979Zdflt 0.735126795
17892026-03-30T16:10:26.979Zkflt 0.073876216
17902026-03-30T16:10:26.979Zlock 21:18.082891076
17912026-03-30T16:10:26.979Zslp 22:04.077051953
17922026-03-30T16:10:26.979Zlat 42.907197261
17932026-03-30T16:10:26.979Zstop 1:59.188846725
17942026-03-30T16:10:26.979Z+ banner hack-check
17952026-03-30T16:10:26.979Z
17962026-03-30T16:10:26.979Z # # ## #### # # #### # # ###### #### # #
17972026-03-30T16:10:26.979Z # # # # # # # # # # # # # # # # #
17982026-03-30T16:10:26.979Z ###### # # # #### ##### # ###### ##### # ####
17992026-03-30T16:10:26.979Z # # ###### # # # # # # # # # #
18002026-03-30T16:10:26.979Z # # # # # # # # # # # # # # # # #
18012026-03-30T16:10:26.979Z # # # # #### # # #### # # ###### #### # #
18022026-03-30T16:10:26.979Z
18032026-03-30T16:10:26.979Z+ export CARGO_INCREMENTAL=0
18042026-03-30T16:10:26.979Z+ CARGO_INCREMENTAL=0
18052026-03-30T16:10:26.980Z+ ptime -m timeout 2h cargo xtask check-features --ci
18062026-03-30T16:10:27.502Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18072026-03-30T16:10:27.728Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18082026-03-30T16:10:29.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
18092026-03-30T16:10:29.667Z Running `target/debug/xtask check-features --ci`
18102026-03-30T16:10:29.688Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18112026-03-30T16:10:29.691Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18122026-03-30T16:10:30.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18132026-03-30T16:10:30.200Z Running `target/debug/xtask download cargo-hack`
18142026-03-30T16:10:30.979Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18152026-03-30T16:10:31.293Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18162026-03-30T16:10:33.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
18172026-03-30T16:10:33.887Z Running `target/debug/xtask-downloader cargo-hack`
18182026-03-30T16:10:33.928ZMar 30 16:10:32.225 INFO Starting download, target: CargoHack
18192026-03-30T16:10:33.931ZMar 30 16:10:32.226 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18202026-03-30T16:10:34.538ZMar 30 16:10:32.835 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18212026-03-30T16:10:34.587ZMar 30 16:10:32.885 INFO Download complete, target: CargoHack
18222026-03-30T16:10:34.590Zrunning: "/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"
18232026-03-30T16:10:34.603Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18242026-03-30T16:10:34.750Zinfo: running `cargo check --bins` on api_identity (1/267)
18252026-03-30T16:10:35.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-03-30T16:10:35.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-03-30T16:10:35.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-03-30T16:10:35.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18292026-03-30T16:10:35.331Z
18302026-03-30T16:10:35.331Zinfo: running `cargo check --bins` on bootstore (2/267)
18312026-03-30T16:10:35.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-03-30T16:10:35.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-03-30T16:10:35.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-03-30T16:10:35.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18352026-03-30T16:10:35.921Z
18362026-03-30T16:10:35.921Zinfo: running `cargo check --bins` on omicron-ledger (3/267)
18372026-03-30T16:10:36.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-03-30T16:10:36.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-03-30T16:10:36.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-03-30T16:10:36.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18412026-03-30T16:10:36.545Z
18422026-03-30T16:10:36.545Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/267)
18432026-03-30T16:10:36.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-03-30T16:10:37.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-03-30T16:10:37.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-03-30T16:10:37.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18472026-03-30T16:10:37.092Z
18482026-03-30T16:10:37.093Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/267)
18492026-03-30T16:10:37.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-03-30T16:10:37.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-03-30T16:10:37.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-03-30T16:10:37.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18532026-03-30T16:10:37.656Z
18542026-03-30T16:10:37.656Zinfo: running `cargo check --bins` on omicron-certificates (6/267)
18552026-03-30T16:10:38.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-03-30T16:10:38.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-03-30T16:10:38.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-03-30T16:10:38.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18592026-03-30T16:10:38.262Z
18602026-03-30T16:10:38.262Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/267)
18612026-03-30T16:10:38.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-03-30T16:10:38.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-03-30T16:10:38.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-03-30T16:10:38.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18652026-03-30T16:10:38.832Z
18662026-03-30T16:10:38.832Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/267)
18672026-03-30T16:10:39.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-03-30T16:10:39.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-03-30T16:10:39.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-03-30T16:10:39.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18712026-03-30T16:10:39.421Z
18722026-03-30T16:10:39.421Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/267)
18732026-03-30T16:10:39.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-03-30T16:10:39.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-03-30T16:10:39.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-03-30T16:10:39.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18772026-03-30T16:10:39.892Z
18782026-03-30T16:10:39.892Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/267)
18792026-03-30T16:10:40.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-03-30T16:10:40.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-03-30T16:10:40.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-03-30T16:10:40.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18832026-03-30T16:10:40.358Z
18842026-03-30T16:10:40.358Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/267)
18852026-03-30T16:10:40.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-03-30T16:10:40.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-03-30T16:10:40.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-03-30T16:10:40.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18892026-03-30T16:10:40.823Z
18902026-03-30T16:10:40.823Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/267)
18912026-03-30T16:10:41.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-03-30T16:10:41.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-03-30T16:10:41.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-03-30T16:10:41.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18952026-03-30T16:10:41.290Z
18962026-03-30T16:10:41.290Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/267)
18972026-03-30T16:10:41.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-03-30T16:10:41.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-03-30T16:10:41.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-03-30T16:10:41.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19012026-03-30T16:10:41.752Z
19022026-03-30T16:10:41.752Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/267)
19032026-03-30T16:10:42.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-03-30T16:10:42.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-03-30T16:10:42.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-03-30T16:10:42.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19072026-03-30T16:10:42.214Z
19082026-03-30T16:10:42.214Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/267)
19092026-03-30T16:10:42.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-03-30T16:10:42.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-03-30T16:10:42.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-03-30T16:10:42.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19132026-03-30T16:10:42.682Z
19142026-03-30T16:10:42.682Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/267)
19152026-03-30T16:10:43.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-03-30T16:10:43.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-03-30T16:10:43.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-03-30T16:10:43.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19192026-03-30T16:10:43.146Z
19202026-03-30T16:10:43.146Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/267)
19212026-03-30T16:10:43.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-03-30T16:10:43.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-03-30T16:10:43.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-03-30T16:10:43.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19252026-03-30T16:10:43.608Z
19262026-03-30T16:10:43.608Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/267)
19272026-03-30T16:10:44.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-03-30T16:10:44.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-03-30T16:10:44.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-03-30T16:10:44.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19312026-03-30T16:10:44.074Z
19322026-03-30T16:10:44.074Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/267)
19332026-03-30T16:10:44.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-03-30T16:10:44.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-03-30T16:10:44.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-03-30T16:10:44.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19372026-03-30T16:10:44.539Z
19382026-03-30T16:10:44.539Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/267)
19392026-03-30T16:10:44.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-03-30T16:10:44.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-03-30T16:10:44.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-03-30T16:10:44.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19432026-03-30T16:10:45.004Z
19442026-03-30T16:10:45.004Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/267)
19452026-03-30T16:10:45.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-03-30T16:10:45.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-03-30T16:10:45.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-03-30T16:10:45.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19492026-03-30T16:10:45.469Z
19502026-03-30T16:10:45.469Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/267)
19512026-03-30T16:10:45.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-03-30T16:10:45.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-03-30T16:10:45.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-03-30T16:10:45.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19552026-03-30T16:10:45.933Z
19562026-03-30T16:10:45.934Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/267)
19572026-03-30T16:10:46.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-03-30T16:10:46.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-03-30T16:10:46.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-03-30T16:10:46.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19612026-03-30T16:10:46.401Z
19622026-03-30T16:10:46.401Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/267)
19632026-03-30T16:10:46.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-03-30T16:10:46.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-03-30T16:10:46.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-03-30T16:10:46.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19672026-03-30T16:10:46.866Z
19682026-03-30T16:10:46.866Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/267)
19692026-03-30T16:10:47.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-03-30T16:10:47.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-03-30T16:10:47.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-03-30T16:10:47.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19732026-03-30T16:10:47.393Z
19742026-03-30T16:10:47.393Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/267)
19752026-03-30T16:10:47.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-03-30T16:10:47.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-03-30T16:10:47.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-03-30T16:10:47.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19792026-03-30T16:10:47.800Z
19802026-03-30T16:10:47.800Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/267)
19812026-03-30T16:10:48.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-03-30T16:10:48.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-03-30T16:10:48.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-03-30T16:10:48.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19852026-03-30T16:10:48.262Z
19862026-03-30T16:10:48.262Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/267)
19872026-03-30T16:10:48.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-03-30T16:10:48.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-03-30T16:10:48.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-03-30T16:10:48.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19912026-03-30T16:10:48.727Z
19922026-03-30T16:10:48.727Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/267)
19932026-03-30T16:10:49.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-03-30T16:10:49.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-03-30T16:10:49.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-03-30T16:10:49.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19972026-03-30T16:10:49.192Z
19982026-03-30T16:10:49.192Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/267)
19992026-03-30T16:10:49.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-03-30T16:10:49.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-03-30T16:10:49.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-03-30T16:10:49.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20032026-03-30T16:10:49.654Z
20042026-03-30T16:10:49.655Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/267)
20052026-03-30T16:10:50.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-03-30T16:10:50.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-03-30T16:10:50.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-03-30T16:10:50.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20092026-03-30T16:10:50.119Z
20102026-03-30T16:10:50.119Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/267)
20112026-03-30T16:10:50.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-03-30T16:10:50.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-03-30T16:10:50.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-03-30T16:10:50.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20152026-03-30T16:10:50.581Z
20162026-03-30T16:10:50.581Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/267)
20172026-03-30T16:10:50.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-03-30T16:10:50.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-03-30T16:10:50.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-03-30T16:10:50.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20212026-03-30T16:10:51.044Z
20222026-03-30T16:10:51.044Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/267)
20232026-03-30T16:10:51.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-03-30T16:10:51.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-03-30T16:10:51.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-03-30T16:10:51.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20272026-03-30T16:10:51.508Z
20282026-03-30T16:10:51.508Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/267)
20292026-03-30T16:10:51.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-03-30T16:10:51.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-03-30T16:10:51.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-03-30T16:10:51.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20332026-03-30T16:10:51.969Z
20342026-03-30T16:10:51.969Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/267)
20352026-03-30T16:10:52.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-03-30T16:10:52.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-03-30T16:10:52.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-03-30T16:10:52.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20392026-03-30T16:10:52.432Z
20402026-03-30T16:10:52.432Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/267)
20412026-03-30T16:10:52.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-03-30T16:10:52.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-03-30T16:10:52.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-03-30T16:10:52.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20452026-03-30T16:10:52.894Z
20462026-03-30T16:10:52.894Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/267)
20472026-03-30T16:10:53.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-03-30T16:10:53.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-03-30T16:10:53.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-03-30T16:10:53.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20512026-03-30T16:10:53.374Z
20522026-03-30T16:10:53.374Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/267)
20532026-03-30T16:10:53.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-03-30T16:10:53.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-03-30T16:10:53.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-03-30T16:10:53.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20572026-03-30T16:10:53.820Z
20582026-03-30T16:10:53.820Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/267)
20592026-03-30T16:10:54.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-03-30T16:10:54.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-03-30T16:10:54.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-03-30T16:10:54.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20632026-03-30T16:10:54.288Z
20642026-03-30T16:10:54.288Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/267)
20652026-03-30T16:10:54.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-03-30T16:10:54.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-03-30T16:10:54.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-03-30T16:10:54.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20692026-03-30T16:10:54.755Z
20702026-03-30T16:10:54.755Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/267)
20712026-03-30T16:10:55.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-03-30T16:10:55.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-03-30T16:10:55.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-03-30T16:10:55.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20752026-03-30T16:10:55.220Z
20762026-03-30T16:10:55.220Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/267)
20772026-03-30T16:10:55.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-03-30T16:10:55.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-03-30T16:10:55.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-03-30T16:10:55.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20812026-03-30T16:10:55.686Z
20822026-03-30T16:10:55.686Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/267)
20832026-03-30T16:10:56.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-03-30T16:10:56.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-03-30T16:10:56.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-03-30T16:10:56.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20872026-03-30T16:10:56.151Z
20882026-03-30T16:10:56.151Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/267)
20892026-03-30T16:10:56.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-03-30T16:10:56.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-03-30T16:10:56.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-03-30T16:10:56.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20932026-03-30T16:10:56.615Z
20942026-03-30T16:10:56.615Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/267)
20952026-03-30T16:10:57.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-03-30T16:10:57.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-03-30T16:10:57.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-03-30T16:10:57.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20992026-03-30T16:10:57.081Z
21002026-03-30T16:10:57.081Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/267)
21012026-03-30T16:10:57.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-03-30T16:10:57.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-03-30T16:10:57.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-03-30T16:10:57.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21052026-03-30T16:10:57.582Z
21062026-03-30T16:10:57.582Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/267)
21072026-03-30T16:10:57.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-03-30T16:10:57.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-03-30T16:10:57.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-03-30T16:10:57.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21112026-03-30T16:10:58.011Z
21122026-03-30T16:10:58.011Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/267)
21132026-03-30T16:10:58.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-03-30T16:10:58.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-03-30T16:10:58.793Z Checking cfg-if v1.0.4
21162026-03-30T16:10:58.925Z Checking libc v0.2.180
21172026-03-30T16:10:58.928Z Checking serde_core v1.0.228
21182026-03-30T16:10:58.949Z Checking memchr v2.8.0
21192026-03-30T16:10:58.963Z Checking smallvec v1.15.1
21202026-03-30T16:10:58.963Z Checking itoa v1.0.17
21212026-03-30T16:10:58.989Z Checking log v0.4.29
21222026-03-30T16:10:58.989Z Checking zeroize v1.8.2
21232026-03-30T16:10:59.016Z Checking stable_deref_trait v1.2.1
21242026-03-30T16:10:59.090Z Checking zerofrom v0.1.6
21252026-03-30T16:10:59.122Z Checking zmij v1.0.21
21262026-03-30T16:10:59.143Z Checking litemap v0.8.1
21272026-03-30T16:10:59.146Z Checking percent-encoding v2.3.2
21282026-03-30T16:10:59.149Z Checking writeable v0.6.2
21292026-03-30T16:10:59.218Z Checking yoke v0.8.1
21302026-03-30T16:10:59.322Z Checking libm v0.2.16
21312026-03-30T16:10:59.335Z Checking scopeguard v1.2.0
21322026-03-30T16:10:59.352Z Checking getrandom v0.2.17
21332026-03-30T16:10:59.352Z Checking errno v0.3.14
21342026-03-30T16:10:59.374Z Checking icu_normalizer_data v2.1.1
21352026-03-30T16:10:59.374Z Checking icu_properties_data v2.1.2
21362026-03-30T16:10:59.401Z Checking zerovec v0.11.5
21372026-03-30T16:10:59.430Z Checking zerotrie v0.2.3
21382026-03-30T16:10:59.444Z Checking lock_api v0.4.14
21392026-03-30T16:10:59.473Z Checking subtle v2.6.1
21402026-03-30T16:10:59.491Z Checking rand_core v0.6.4
21412026-03-30T16:10:59.513Z Checking utf8_iter v1.0.4
21422026-03-30T16:10:59.621Z Checking form_urlencoded v1.2.2
21432026-03-30T16:10:59.638Z Checking rand_core v0.10.0
21442026-03-30T16:10:59.644Z Checking pin-project-lite v0.2.17
21452026-03-30T16:10:59.668Z Checking portable-atomic v1.13.1
21462026-03-30T16:10:59.670Z Checking typenum v1.19.0
21472026-03-30T16:10:59.741Z Checking critical-section v1.2.0
21482026-03-30T16:10:59.758Z Checking iana-time-zone v0.1.65
21492026-03-30T16:10:59.776Z Checking getrandom v0.4.1
21502026-03-30T16:10:59.821Z Checking tinystr v0.8.2
21512026-03-30T16:10:59.840Z Checking potential_utf v0.1.4
21522026-03-30T16:10:59.898Z Checking signal-hook-registry v1.4.8
21532026-03-30T16:10:59.922Z Checking parking_lot_core v0.9.12
21542026-03-30T16:10:59.969Z Checking icu_collections v2.1.1
21552026-03-30T16:10:59.996Z Checking icu_locale_core v2.1.1
21562026-03-30T16:10:59.999Z Checking num-traits v0.2.19
21572026-03-30T16:11:00.026Z Checking mio v1.1.1
21582026-03-30T16:11:00.079Z Checking once_cell v1.21.3
21592026-03-30T16:11:00.114Z Checking parking_lot v0.12.5
21602026-03-30T16:11:00.187Z Checking generic-array v0.14.7
21612026-03-30T16:11:00.253Z Checking socket2 v0.6.2
21622026-03-30T16:11:00.270Z Checking zerocopy v0.8.40
21632026-03-30T16:11:00.303Z Checking futures-core v0.3.32
21642026-03-30T16:11:00.318Z Checking dyn-clone v1.0.20
21652026-03-30T16:11:00.384Z Checking serde v1.0.228
21662026-03-30T16:11:00.417Z Checking serde_json v1.0.149
21672026-03-30T16:11:00.431Z Checking bitflags v2.11.0
21682026-03-30T16:11:00.485Z Checking uuid v1.21.0
21692026-03-30T16:11:00.518Z Checking semver v1.0.27
21702026-03-30T16:11:00.534Z Checking icu_provider v2.1.1
21712026-03-30T16:11:00.601Z Checking allocator-api2 v0.2.21
21722026-03-30T16:11:00.631Z Checking crypto-common v0.1.7
21732026-03-30T16:11:00.722Z Checking equivalent v1.0.2
21742026-03-30T16:11:00.756Z Checking foldhash v0.2.0
21752026-03-30T16:11:00.773Z Checking icu_properties v2.1.2
21762026-03-30T16:11:00.787Z Checking bytes v1.11.1
21772026-03-30T16:11:00.801Z Checking icu_normalizer v2.1.1
21782026-03-30T16:11:00.817Z Checking chrono v0.4.44
21792026-03-30T16:11:00.879Z Checking const-oid v0.9.6
21802026-03-30T16:11:00.910Z Checking hashbrown v0.16.1
21812026-03-30T16:11:01.078Z Checking futures-sink v0.3.32
21822026-03-30T16:11:01.100Z Checking block-buffer v0.10.4
21832026-03-30T16:11:01.181Z Checking futures-channel v0.3.32
21842026-03-30T16:11:01.220Z Checking tokio v1.49.0
21852026-03-30T16:11:01.238Z Checking futures-io v0.3.32
21862026-03-30T16:11:01.353Z Checking futures-task v0.3.32
21872026-03-30T16:11:01.370Z Checking slab v0.4.12
21882026-03-30T16:11:01.396Z Checking thiserror v2.0.18
21892026-03-30T16:11:01.496Z Checking byteorder v1.5.0
21902026-03-30T16:11:01.511Z Checking base64 v0.22.1
21912026-03-30T16:11:01.533Z Checking futures-util v0.3.32
21922026-03-30T16:11:01.560Z Checking digest v0.10.7
21932026-03-30T16:11:01.576Z Checking idna_adapter v1.2.1
21942026-03-30T16:11:01.662Z Checking indexmap v2.13.0
21952026-03-30T16:11:01.691Z Checking idna v1.1.0
21962026-03-30T16:11:01.719Z Checking cpufeatures v0.2.17
21972026-03-30T16:11:01.740Z Checking http v1.4.0
21982026-03-30T16:11:01.793Z Checking fnv v1.0.7
21992026-03-30T16:11:01.793Z Checking unicode-ident v1.0.24
22002026-03-30T16:11:01.851Z Checking tracing-core v0.1.36
22012026-03-30T16:11:01.886Z Checking proc-macro2 v1.0.106
22022026-03-30T16:11:01.934Z Checking url v2.5.8
22032026-03-30T16:11:02.155Z Checking tracing v0.1.44
22042026-03-30T16:11:02.188Z Checking thiserror v1.0.69
22052026-03-30T16:11:02.210Z Checking rustls-pki-types v1.14.0
22062026-03-30T16:11:02.287Z Checking regex-syntax v0.8.10
22072026-03-30T16:11:02.304Z Checking quote v1.0.44
22082026-03-30T16:11:02.354Z Checking untrusted v0.9.0
22092026-03-30T16:11:02.370Z Checking schemars v0.8.22
22102026-03-30T16:11:02.468Z Checking syn v2.0.117
22112026-03-30T16:11:02.472Z Checking ring v0.17.14
22122026-03-30T16:11:02.503Z Checking ipnet v2.11.0
22132026-03-30T16:11:02.774Z Checking httparse v1.10.1
22142026-03-30T16:11:02.995Z Checking http-body v1.0.1
22152026-03-30T16:11:03.012Z Checking ppv-lite86 v0.2.21
22162026-03-30T16:11:03.040Z Checking block-padding v0.3.3
22172026-03-30T16:11:03.127Z Checking rustix v1.1.3
22182026-03-30T16:11:03.174Z Checking getrandom v0.3.4
22192026-03-30T16:11:03.301Z Checking atomic-waker v1.1.2
22202026-03-30T16:11:03.321Z Checking inout v0.1.4
22212026-03-30T16:11:03.404Z Checking hmac v0.12.1
22222026-03-30T16:11:03.435Z Checking aws-lc-sys v0.37.1
22232026-03-30T16:11:03.461Z Checking aho-corasick v1.1.4
22242026-03-30T16:11:03.491Z Checking openssl-probe v0.2.1
22252026-03-30T16:11:03.538Z Checking try-lock v0.2.5
22262026-03-30T16:11:03.633Z Checking tower-layer v0.3.3
22272026-03-30T16:11:03.637Z Checking tower-service v0.3.3
22282026-03-30T16:11:03.640Z Checking untrusted v0.7.1
22292026-03-30T16:11:03.702Z Checking powerfmt v0.2.0
22302026-03-30T16:11:03.746Z Checking httpdate v1.0.3
22312026-03-30T16:11:03.761Z Checking want v0.3.1
22322026-03-30T16:11:03.852Z Checking deranged v0.5.8
22332026-03-30T16:11:03.883Z Checking cipher v0.4.4
22342026-03-30T16:11:03.899Z Checking rand_core v0.9.5
22352026-03-30T16:11:03.931Z Checking aws-lc-rs v1.16.0
22362026-03-30T16:11:03.949Z Checking pin-utils v0.1.0
22372026-03-30T16:11:04.022Z Checking time-core v0.1.8
22382026-03-30T16:11:04.070Z Checking base64ct v1.8.3
22392026-03-30T16:11:04.093Z Checking num_threads v0.1.7
22402026-03-30T16:11:04.132Z Checking regex-automata v0.4.14
22412026-03-30T16:11:04.165Z Checking num-conv v0.2.0
22422026-03-30T16:11:04.183Z Checking sha2 v0.10.9
22432026-03-30T16:11:04.284Z Checking erased-serde v0.3.31
22442026-03-30T16:11:04.305Z Checking pretty-hex v0.4.1
22452026-03-30T16:11:04.412Z Checking tokio-util v0.7.18
22462026-03-30T16:11:04.430Z Checking rand_chacha v0.9.0
22472026-03-30T16:11:04.454Z Checking fastrand v2.3.0
22482026-03-30T16:11:04.629Z Checking ryu v1.0.23
22492026-03-30T16:11:04.644Z Checking rand v0.9.2
22502026-03-30T16:11:04.662Z Checking slog v2.8.2
22512026-03-30T16:11:04.723Z Checking pem-rfc7468 v0.7.0
22522026-03-30T16:11:04.739Z Checking rustls-webpki v0.103.9
22532026-03-30T16:11:04.763Z Checking time v0.3.47
22542026-03-30T16:11:04.780Z Checking rustls-native-certs v0.8.3
22552026-03-30T16:11:04.883Z Checking http-body-util v0.1.3
22562026-03-30T16:11:04.906Z Checking ipnetwork v0.21.1
22572026-03-30T16:11:04.922Z Checking sync_wrapper v1.0.2
22582026-03-30T16:11:05.013Z Checking h2 v0.4.13
22592026-03-30T16:11:05.028Z Checking spin v0.9.8
22602026-03-30T16:11:05.101Z Checking flagset v0.4.7
22612026-03-30T16:11:05.118Z Checking plain v0.2.3
22622026-03-30T16:11:05.135Z Checking tower v0.5.3
22632026-03-30T16:11:05.150Z Checking rustls v0.23.37
22642026-03-30T16:11:05.204Z Checking serde_urlencoded v0.7.1
22652026-03-30T16:11:05.222Z Checking der v0.7.10
22662026-03-30T16:11:05.239Z Checking rand_chacha v0.3.1
22672026-03-30T16:11:05.408Z Checking webpki-roots v1.0.6
22682026-03-30T16:11:05.446Z Checking tinyvec_macros v0.1.1
22692026-03-30T16:11:05.516Z Checking iri-string v0.7.10
22702026-03-30T16:11:05.533Z Checking ucd-trie v0.1.7
22712026-03-30T16:11:05.549Z Checking tinyvec v1.10.0
22722026-03-30T16:11:05.666Z Checking pest v2.8.6
22732026-03-30T16:11:05.859Z Checking rand v0.8.5
22742026-03-30T16:11:05.892Z Checking tempfile v3.25.0
22752026-03-30T16:11:05.929Z Checking salsa20 v0.10.2
22762026-03-30T16:11:05.951Z Checking spki v0.7.3
22772026-03-30T16:11:06.063Z Checking pbkdf2 v0.12.2
22782026-03-30T16:11:06.096Z Checking foreign-types-shared v0.1.1
22792026-03-30T16:11:06.116Z Checking unicode-width v0.2.0
22802026-03-30T16:11:06.174Z Checking scrypt v0.11.0
22812026-03-30T16:11:06.191Z Checking foreign-types v0.3.2
22822026-03-30T16:11:06.262Z Checking regex v1.12.3
22832026-03-30T16:11:06.316Z Checking cbc v0.1.2
22842026-03-30T16:11:06.362Z Checking aes v0.8.4
22852026-03-30T16:11:06.366Z Checking anyhow v1.0.102
22862026-03-30T16:11:06.446Z Checking openssl-sys v0.9.111
22872026-03-30T16:11:06.527Z Checking tower-http v0.6.8
22882026-03-30T16:11:06.542Z Checking crossbeam-utils v0.8.21
22892026-03-30T16:11:06.571Z Checking oxnet v0.1.4
22902026-03-30T16:11:06.718Z Checking mime v0.3.17
22912026-03-30T16:11:06.760Z Checking pkcs5 v0.7.1
22922026-03-30T16:11:06.807Z Checking openapiv3 v2.2.0
22932026-03-30T16:11:06.821Z Checking scroll v0.12.0
22942026-03-30T16:11:06.875Z Checking encoding_rs v0.8.35
22952026-03-30T16:11:06.892Z Checking data-encoding v2.10.0
22962026-03-30T16:11:06.932Z Checking openssl v0.10.75
22972026-03-30T16:11:07.013Z Checking pkcs8 v0.10.2
22982026-03-30T16:11:07.047Z Checking siphasher v1.0.2
22992026-03-30T16:11:07.156Z Checking winnow v0.7.14
23002026-03-30T16:11:07.192Z Checking goblin v0.8.2
23012026-03-30T16:11:07.207Z Checking lazy_static v1.5.0
23022026-03-30T16:11:07.299Z Checking zerocopy v0.7.35
23032026-03-30T16:11:07.496Z Checking tokio-rustls v0.26.4
23042026-03-30T16:11:07.689Z Checking hyper v1.8.1
23052026-03-30T16:11:07.747Z Checking wait-timeout v0.2.1
23062026-03-30T16:11:07.803Z Checking managed v0.8.0
23072026-03-30T16:11:07.834Z Checking either v1.15.0
23082026-03-30T16:11:07.871Z Checking bit-vec v0.8.0
23092026-03-30T16:11:08.001Z Checking anstyle v1.0.13
23102026-03-30T16:11:08.023Z Checking psl-types v2.0.11
23112026-03-30T16:11:08.069Z Checking bitflags v1.3.2
23122026-03-30T16:11:08.109Z Checking quick-error v1.2.3
23132026-03-30T16:11:08.143Z Checking utf8parse v0.2.2
23142026-03-30T16:11:08.147Z Checking publicsuffix v2.3.0
23152026-03-30T16:11:08.181Z Checking bit-set v0.8.0
23162026-03-30T16:11:08.214Z Checking rusty-fork v0.3.1
23172026-03-30T16:11:08.247Z Checking anstyle-parse v0.2.7
23182026-03-30T16:11:08.315Z Checking dtrace-parser v0.2.0
23192026-03-30T16:11:08.329Z Checking cookie v0.18.1
23202026-03-30T16:11:08.354Z Checking unicode-normalization v0.1.25
23212026-03-30T16:11:08.383Z Checking rand_xorshift v0.4.0
23222026-03-30T16:11:08.400Z Checking sha1 v0.10.6
23232026-03-30T16:11:08.507Z Checking hex v0.4.3
23242026-03-30T16:11:08.544Z Checking thread-id v4.2.2
23252026-03-30T16:11:08.558Z Checking anstyle-query v1.1.5
23262026-03-30T16:11:08.573Z Checking unarray v0.1.4
23272026-03-30T16:11:08.598Z Checking hyper-util v0.1.20
23282026-03-30T16:11:08.623Z Checking colorchoice v1.0.4
23292026-03-30T16:11:08.649Z Checking is_terminal_polyfill v1.70.2
23302026-03-30T16:11:08.679Z Checking proptest v1.10.0
23312026-03-30T16:11:08.723Z Checking cookie_store v0.22.1
23322026-03-30T16:11:08.738Z Checking anstream v0.6.21
23332026-03-30T16:11:08.741Z Checking rustls-platform-verifier v0.6.2
23342026-03-30T16:11:08.741Z Checking crossbeam-epoch v0.9.18
23352026-03-30T16:11:08.891Z Checking terminal_size v0.4.3
23362026-03-30T16:11:08.913Z Checking native-tls v0.2.18
23372026-03-30T16:11:08.935Z Checking scroll v0.13.0
23382026-03-30T16:11:08.989Z Checking num-integer v0.1.46
23392026-03-30T16:11:09.008Z Checking simd-adler32 v0.3.8
23402026-03-30T16:11:09.050Z Checking crossbeam-deque v0.8.6
23412026-03-30T16:11:09.081Z Checking dof v0.3.0
23422026-03-30T16:11:09.096Z Checking tokio-native-tls v0.3.1
23432026-03-30T16:11:09.165Z Checking goblin v0.10.5
23442026-03-30T16:11:09.180Z Checking bstr v1.12.1
23452026-03-30T16:11:09.211Z Checking ref-cast v1.0.25
23462026-03-30T16:11:09.227Z Checking rustix v0.38.44
23472026-03-30T16:11:09.251Z Checking camino v1.2.2
23482026-03-30T16:11:09.310Z Checking crc32fast v1.5.0
23492026-03-30T16:11:09.372Z Checking usdt-impl v0.5.0
23502026-03-30T16:11:09.455Z Checking signature v2.2.0
23512026-03-30T16:11:09.498Z Checking serde_spanned v0.6.9
23522026-03-30T16:11:09.563Z Checking toml_datetime v0.6.11
23532026-03-30T16:11:09.583Z Checking ff v0.13.1
23542026-03-30T16:11:09.625Z Checking unicode-properties v0.1.4
23552026-03-30T16:11:09.649Z Checking unicode-bidi v0.3.18
23562026-03-30T16:11:09.712Z Checking clap_lex v1.0.0
23572026-03-30T16:11:09.746Z Checking strsim v0.11.1
23582026-03-30T16:11:09.813Z Checking base16ct v0.2.0
23592026-03-30T16:11:09.856Z Checking hyper-rustls v0.27.7
23602026-03-30T16:11:09.871Z Checking hyper-tls v0.6.0
23612026-03-30T16:11:09.908Z Checking adler2 v2.0.1
23622026-03-30T16:11:09.936Z Checking sec1 v0.7.3
23632026-03-30T16:11:09.952Z Checking stringprep v0.1.5
23642026-03-30T16:11:10.017Z Checking miniz_oxide v0.8.9
23652026-03-30T16:11:10.020Z Checking clap_builder v4.5.60
23662026-03-30T16:11:10.049Z Checking group v0.13.0
23672026-03-30T16:11:10.063Z Checking reqwest v0.12.28
23682026-03-30T16:11:10.104Z Checking reqwest v0.13.2
23692026-03-30T16:11:10.143Z Checking rayon-core v1.13.0
23702026-03-30T16:11:10.193Z Checking num-iter v0.1.45
23712026-03-30T16:11:10.309Z Checking toml_parser v1.0.9+spec-1.1.0
23722026-03-30T16:11:10.375Z Checking dtrace-parser v0.3.0
23732026-03-30T16:11:10.459Z Checking newtype-uuid v1.3.2
23742026-03-30T16:11:10.475Z Checking hkdf v0.12.4
23752026-03-30T16:11:10.609Z Checking strum v0.26.3
23762026-03-30T16:11:10.609Z Checking zstd-sys v2.0.16+zstd.1.5.7
23772026-03-30T16:11:10.639Z Checking md-5 v0.10.6
23782026-03-30T16:11:10.662Z Checking daft v0.1.5
23792026-03-30T16:11:10.725Z Checking hash32 v0.2.1
23802026-03-30T16:11:10.737Z Checking crypto-bigint v0.5.5
23812026-03-30T16:11:10.776Z Checking toml_datetime v0.7.5+spec-1.1.0
23822026-03-30T16:11:10.883Z Checking thread-id v5.1.0
23832026-03-30T16:11:10.899Z Checking zlib-rs v0.6.2
23842026-03-30T16:11:10.912Z Checking unicode-segmentation v1.12.0
23852026-03-30T16:11:10.937Z Checking fallible-iterator v0.2.0
23862026-03-30T16:11:10.961Z Checking heapless v0.7.17
23872026-03-30T16:11:10.976Z Checking zstd-safe v7.2.4
23882026-03-30T16:11:11.143Z Checking rayon v1.11.0
23892026-03-30T16:11:11.204Z Checking postgres-protocol v0.6.10
23902026-03-30T16:11:11.221Z Checking itertools v0.12.1
23912026-03-30T16:11:11.241Z Checking clap v4.5.60
23922026-03-30T16:11:11.319Z Checking phf_shared v0.13.1
23932026-03-30T16:11:11.376Z Checking console v0.16.2
23942026-03-30T16:11:11.469Z Checking dof v0.4.0
23952026-03-30T16:11:11.516Z Checking curve25519-dalek v4.1.3
23962026-03-30T16:11:11.520Z Checking memoffset v0.9.1
23972026-03-30T16:11:11.600Z Checking bzip2-sys v0.1.13+1.0.8
23982026-03-30T16:11:11.634Z Checking elliptic-curve v0.13.8
23992026-03-30T16:11:11.656Z Checking signal-hook v0.3.18
24002026-03-30T16:11:11.686Z Checking memmap2 v0.9.10
24012026-03-30T16:11:11.773Z Checking flate2 v1.1.9
24022026-03-30T16:11:11.844Z Checking winnow v0.5.40
24032026-03-30T16:11:11.848Z Checking unit-prefix v0.5.2
24042026-03-30T16:11:11.941Z Checking toml_write v0.1.2
24052026-03-30T16:11:11.984Z Checking foldhash v0.1.5
24062026-03-30T16:11:12.067Z Checking libbz2-rs-sys v0.2.2
24072026-03-30T16:11:12.099Z Checking usdt-impl v0.6.0
24082026-03-30T16:11:12.114Z Checking fixedbitset v0.4.2
24092026-03-30T16:11:12.126Z Checking bumpalo v3.20.2
24102026-03-30T16:11:12.216Z Checking zone v0.3.1
24112026-03-30T16:11:12.298Z Checking petgraph v0.6.5
24122026-03-30T16:11:12.306Z Checking hashbrown v0.15.5
24132026-03-30T16:11:12.328Z Checking zopfli v0.8.3
24142026-03-30T16:11:12.380Z Checking usdt v0.6.0
24152026-03-30T16:11:12.454Z Checking bzip2 v0.6.1
24162026-03-30T16:11:12.559Z Checking toml_edit v0.22.27
24172026-03-30T16:11:12.578Z Checking indicatif v0.18.4
24182026-03-30T16:11:12.593Z Checking signal-hook-mio v0.2.5
24192026-03-30T16:11:12.635Z Checking bzip2 v0.4.4
24202026-03-30T16:11:12.669Z Checking nix v0.31.1
24212026-03-30T16:11:12.692Z Checking postgres-types v0.2.12
24222026-03-30T16:11:12.759Z Checking phf v0.13.1
24232026-03-30T16:11:12.811Z Checking smoltcp v0.9.1
24242026-03-30T16:11:12.911Z Checking similar v2.7.0
24252026-03-30T16:11:12.968Z Checking zstd v0.13.3
24262026-03-30T16:11:12.987Z Checking toml_edit v0.19.15
24272026-03-30T16:11:13.015Z Checking num-bigint-dig v0.8.6
24282026-03-30T16:11:13.158Z Checking ed25519 v2.2.3
24292026-03-30T16:11:13.296Z Checking phf_shared v0.11.3
24302026-03-30T16:11:13.349Z Checking pkcs1 v0.7.5
24312026-03-30T16:11:13.412Z Checking tokio-stream v0.1.18
24322026-03-30T16:11:13.439Z Checking strum v0.27.2
24332026-03-30T16:11:13.526Z Checking hubpack v0.1.2
24342026-03-30T16:11:13.551Z Checking rfc6979 v0.4.0
24352026-03-30T16:11:13.568Z Checking serde-big-array v0.5.1
24362026-03-30T16:11:13.636Z Checking float-cmp v0.10.0
24372026-03-30T16:11:13.667Z Checking env_filter v1.0.0
24382026-03-30T16:11:13.672Z Checking static_assertions v1.1.0
24392026-03-30T16:11:13.700Z Checking predicates-core v1.0.10
24402026-03-30T16:11:13.714Z Checking fixedbitset v0.5.7
24412026-03-30T16:11:13.752Z Checking normalize-line-endings v0.3.0
24422026-03-30T16:11:13.767Z Checking precomputed-hash v0.1.1
24432026-03-30T16:11:13.795Z Checking whoami v2.1.0
24442026-03-30T16:11:13.811Z Checking rustc-hash v2.1.1
24452026-03-30T16:11:13.815Z Checking keccak v0.1.6
24462026-03-30T16:11:13.838Z Checking jiff v0.2.21
24472026-03-30T16:11:13.854Z Checking new_debug_unreachable v1.0.6
24482026-03-30T16:11:13.854Z Checking difflib v0.4.0
24492026-03-30T16:11:13.911Z Checking petgraph v0.8.3
24502026-03-30T16:11:13.922Z Checking string_cache v0.8.9
24512026-03-30T16:11:13.942Z Checking iddqd v0.3.17
24522026-03-30T16:11:13.971Z Checking sha3 v0.10.8
24532026-03-30T16:11:13.992Z Checking toml v0.7.8
24542026-03-30T16:11:13.997Z Checking tokio-postgres v0.7.16
24552026-03-30T16:11:14.044Z Checking predicates v3.1.4
24562026-03-30T16:11:14.085Z Checking rsa v0.9.10
24572026-03-30T16:11:14.173Z Checking env_logger v0.11.9
24582026-03-30T16:11:14.305Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24592026-03-30T16:11:14.342Z Checking ecdsa v0.16.9
24602026-03-30T16:11:14.360Z Checking ed25519-dalek v2.2.0
24612026-03-30T16:11:14.551Z Checking zip v0.6.6
24622026-03-30T16:11:14.591Z Checking crossterm v0.28.1
24632026-03-30T16:11:14.675Z Checking serde_with v3.17.0
24642026-03-30T16:11:14.758Z Checking itertools v0.13.0
24652026-03-30T16:11:14.877Z Checking hickory-proto v0.25.2
24662026-03-30T16:11:15.242Z Checking x509-cert v0.2.5
24672026-03-30T16:11:15.286Z Checking fs-err v3.3.0
24682026-03-30T16:11:15.433Z Checking ahash v0.8.12
24692026-03-30T16:11:15.582Z Checking object v0.37.3
24702026-03-30T16:11:15.629Z Checking buf-list v1.1.2
24712026-03-30T16:11:15.761Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24722026-03-30T16:11:15.813Z Checking lalrpop-util v0.19.12
24732026-03-30T16:11:15.876Z Checking peg-runtime v0.8.5
24742026-03-30T16:11:15.980Z Compiling structmeta-derive v0.3.0
24752026-03-30T16:11:16.019Z Compiling rustls v0.22.4
24762026-03-30T16:11:16.036Z Compiling newtype-uuid-macros v0.1.0
24772026-03-30T16:11:16.051Z Checking zip v4.6.1
24782026-03-30T16:11:16.065Z Compiling multer v3.1.0
24792026-03-30T16:11:16.218Z Compiling async-stream-impl v0.3.6
24802026-03-30T16:11:16.304Z Checking futures-executor v0.3.32
24812026-03-30T16:11:16.455Z Checking regress v0.10.5
24822026-03-30T16:11:16.635Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24832026-03-30T16:11:16.780Z Compiling dropshot v0.16.7
24842026-03-30T16:11:16.807Z Checking futures v0.3.32
24852026-03-30T16:11:16.893Z Compiling dropshot_endpoint v0.16.7
24862026-03-30T16:11:17.019Z Checking thread_local v1.1.9
24872026-03-30T16:11:17.034Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24882026-03-30T16:11:17.050Z Compiling structmeta v0.3.0
24892026-03-30T16:11:17.190Z Checking crossbeam-channel v0.5.15
24902026-03-30T16:11:17.263Z Compiling derive-ex v0.1.8
24912026-03-30T16:11:17.362Z Checking is-terminal v0.4.17
24922026-03-30T16:11:17.461Z Checking term v1.2.1
24932026-03-30T16:11:17.531Z Checking take_mut v0.2.2
24942026-03-30T16:11:17.642Z Checking slog-async v2.8.0
24952026-03-30T16:11:17.686Z Compiling parse-display-derive v0.10.0
24962026-03-30T16:11:17.710Z Checking slog-term v2.9.2
24972026-03-30T16:11:17.824Z Checking rustls-webpki v0.102.8
24982026-03-30T16:11:17.893Z Checking serde_spanned v1.0.4
24992026-03-30T16:11:17.908Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25002026-03-30T16:11:17.980Z Checking match_cfg v0.1.0
25012026-03-30T16:11:17.999Z Checking debug-ignore v1.0.5
25022026-03-30T16:11:18.027Z Checking toml_writer v1.0.6+spec-1.1.0
25032026-03-30T16:11:18.053Z Checking hostname v0.3.1
25042026-03-30T16:11:18.105Z Checking slog-json v2.6.1
25052026-03-30T16:11:18.153Z Checking macaddr v1.0.1
25062026-03-30T16:11:18.211Z Checking toml v0.9.12+spec-1.1.0
25072026-03-30T16:11:18.268Z Checking slog-bunyan v2.5.0
25082026-03-30T16:11:18.372Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25092026-03-30T16:11:18.382Z Checking async-stream v0.3.6
25102026-03-30T16:11:18.642Z Checking waitgroup v0.1.2
25112026-03-30T16:11:18.732Z Checking rustls-pemfile v2.2.0
25122026-03-30T16:11:18.748Z Checking serde_path_to_error v0.1.20
25132026-03-30T16:11:18.751Z Checking hostname v0.4.2
25142026-03-30T16:11:18.793Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25152026-03-30T16:11:18.864Z Checking progenitor-client v0.13.0
25162026-03-30T16:11:18.878Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25172026-03-30T16:11:18.906Z Checking progenitor-client v0.10.0
25182026-03-30T16:11:18.988Z Compiling test-strategy v0.4.5
25192026-03-30T16:11:19.022Z Compiling itertools v0.14.0
25202026-03-30T16:11:19.025Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25212026-03-30T16:11:19.095Z Checking backon v1.6.0
25222026-03-30T16:11:19.134Z Checking instant v0.1.13
25232026-03-30T16:11:19.227Z Checking backoff v0.4.0
25242026-03-30T16:11:19.275Z Checking progenitor-extras v0.1.1
25252026-03-30T16:11:19.363Z Checking parse-display v0.10.0
25262026-03-30T16:11:19.402Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25272026-03-30T16:11:19.503Z Checking heck v0.5.0
25282026-03-30T16:11:19.518Z Compiling crucible-workspace-hack v0.1.0
25292026-03-30T16:11:19.649Z Checking tokio-rustls v0.25.0
25302026-03-30T16:11:19.780Z Compiling toml_edit v0.23.10+spec-1.0.0
25312026-03-30T16:11:19.797Z Compiling heapless v0.8.0
25322026-03-30T16:11:19.890Z Compiling convert_case v0.4.0
25332026-03-30T16:11:20.074Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25342026-03-30T16:11:20.259Z Compiling derive_more v0.99.20
25352026-03-30T16:11:20.262Z Compiling ingot-macros v0.1.1
25362026-03-30T16:11:20.303Z Compiling proc-macro-crate v3.4.0
25372026-03-30T16:11:20.459Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25382026-03-30T16:11:20.495Z Checking hash32 v0.3.1
25392026-03-30T16:11:20.626Z Checking secrecy v0.10.3
25402026-03-30T16:11:20.753Z Compiling smoltcp v0.11.0
25412026-03-30T16:11:20.830Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25422026-03-30T16:11:20.846Z Compiling prettyplease v0.2.37
25432026-03-30T16:11:20.849Z Compiling num_enum_derive v0.7.5
25442026-03-30T16:11:21.068Z Compiling typify-impl v0.6.1
25452026-03-30T16:11:21.104Z Checking tabwriter v1.4.1
25462026-03-30T16:11:21.253Z Checking cobs v0.3.0
25472026-03-30T16:11:21.404Z Compiling foreign-types-macros v0.2.3
25482026-03-30T16:11:21.421Z Checking foreign-types-shared v0.3.1
25492026-03-30T16:11:21.537Z Compiling unsafe-libyaml v0.2.11
25502026-03-30T16:11:21.762Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25512026-03-30T16:11:21.897Z Checking cpufeatures v0.3.0
25522026-03-30T16:11:21.991Z Checking foreign-types v0.5.0
25532026-03-30T16:11:21.995Z Checking chacha20 v0.10.0
25542026-03-30T16:11:22.073Z Compiling serde_yaml v0.9.34+deprecated
25552026-03-30T16:11:22.115Z Checking num_enum v0.7.5
25562026-03-30T16:11:22.262Z Checking postcard v1.1.3
25572026-03-30T16:11:22.845Z Compiling proc-macro-crate v1.3.1
25582026-03-30T16:11:23.025Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25592026-03-30T16:11:23.099Z Checking ingot-types v0.1.2
25602026-03-30T16:11:23.270Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25612026-03-30T16:11:23.446Z Checking cstr-argument v0.1.2
25622026-03-30T16:11:23.461Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25632026-03-30T16:11:23.473Z Checking ingot v0.1.1
25642026-03-30T16:11:23.488Z Checking colored v3.1.1
25652026-03-30T16:11:23.595Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25662026-03-30T16:11:23.600Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25672026-03-30T16:11:23.689Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25682026-03-30T16:11:23.705Z Compiling num_enum_derive v0.5.11
25692026-03-30T16:11:23.787Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25702026-03-30T16:11:23.802Z Checking rand v0.10.0
25712026-03-30T16:11:24.714Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25722026-03-30T16:11:25.039Z Checking num_enum v0.5.11
25732026-03-30T16:11:25.083Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25742026-03-30T16:11:25.609Z Compiling typify-macro v0.6.1
25752026-03-30T16:11:25.686Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25762026-03-30T16:11:25.923Z Compiling typify-impl v0.4.3
25772026-03-30T16:11:25.971Z Checking camino-tempfile v1.4.1
25782026-03-30T16:11:25.995Z Checking num-rational v0.4.2
25792026-03-30T16:11:26.269Z Checking half v2.7.1
25802026-03-30T16:11:26.428Z Compiling thiserror-impl-no-std v2.0.2
25812026-03-30T16:11:26.515Z Checking universal-hash v0.5.1
25822026-03-30T16:11:26.530Z Checking num-complex v0.4.6
25832026-03-30T16:11:26.646Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25842026-03-30T16:11:26.865Z Checking opaque-debug v0.3.1
25852026-03-30T16:11:26.897Z Checking ciborium-io v0.2.2
25862026-03-30T16:11:26.940Z Checking poly1305 v0.8.0
25872026-03-30T16:11:26.989Z Checking ciborium-ll v0.2.2
25882026-03-30T16:11:27.032Z Checking num v0.4.3
25892026-03-30T16:11:27.059Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25902026-03-30T16:11:27.110Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25912026-03-30T16:11:27.166Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25922026-03-30T16:11:27.208Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25932026-03-30T16:11:27.333Z Compiling typify v0.6.1
25942026-03-30T16:11:27.348Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
25952026-03-30T16:11:27.492Z Checking toml v0.8.23
25962026-03-30T16:11:27.497Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25972026-03-30T16:11:27.638Z Checking thiserror-no-std v2.0.2
25982026-03-30T16:11:27.657Z Checking byte-wrapper v0.1.0
25992026-03-30T16:11:27.728Z Checking password-hash v0.5.0
26002026-03-30T16:11:27.871Z Checking chacha20 v0.9.1
26012026-03-30T16:11:27.960Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26022026-03-30T16:11:28.087Z Compiling usdt-attr-macro v0.5.0
26032026-03-30T16:11:28.093Z Compiling usdt-macro v0.5.0
26042026-03-30T16:11:28.208Z Checking smf v0.2.3
26052026-03-30T16:11:28.456Z Checking blake2 v0.10.6
26062026-03-30T16:11:28.473Z Checking aead v0.5.2
26072026-03-30T16:11:28.673Z Checking memmap v0.7.0
26082026-03-30T16:11:28.709Z Checking sigpipe v0.1.3
26092026-03-30T16:11:28.799Z Compiling num-derive v0.4.2
26102026-03-30T16:11:28.815Z Checking float-ord v0.3.2
26112026-03-30T16:11:28.839Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26122026-03-30T16:11:28.875Z Checking glob v0.3.3
26132026-03-30T16:11:28.923Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26142026-03-30T16:11:29.061Z Checking usdt v0.5.0
26152026-03-30T16:11:29.076Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26162026-03-30T16:11:29.123Z Checking argon2 v0.5.3
26172026-03-30T16:11:29.249Z Checking chacha20poly1305 v0.10.1
26182026-03-30T16:11:29.344Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26192026-03-30T16:11:29.381Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26202026-03-30T16:11:29.472Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26212026-03-30T16:11:29.596Z Checking vsss-rs v3.3.4
26222026-03-30T16:11:29.739Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26232026-03-30T16:11:29.964Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26242026-03-30T16:11:30.087Z Compiling progenitor-impl v0.13.0
26252026-03-30T16:11:30.262Z Checking ciborium v0.2.2
26262026-03-30T16:11:30.277Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26272026-03-30T16:11:30.293Z Checking whoami v1.6.1
26282026-03-30T16:11:30.386Z Compiling semver v0.1.20
26292026-03-30T16:11:30.410Z Compiling typify-macro v0.4.3
26302026-03-30T16:11:30.586Z Checking indent_write v2.2.0
26312026-03-30T16:11:30.674Z Compiling rustc_version v0.1.7
26322026-03-30T16:11:30.689Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26332026-03-30T16:11:30.719Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26342026-03-30T16:11:30.778Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26352026-03-30T16:11:30.918Z Compiling pin-project-internal v1.1.11
26362026-03-30T16:11:31.526Z Checking linked-hash-map v0.5.6
26372026-03-30T16:11:31.704Z Compiling minimal-lexical v0.2.1
26382026-03-30T16:11:31.751Z Checking swrite v0.1.0
26392026-03-30T16:11:31.793Z Checking lru-cache v0.1.2
26402026-03-30T16:11:31.848Z Compiling newtype_derive v0.1.6
26412026-03-30T16:11:31.920Z Compiling nom v7.1.3
26422026-03-30T16:11:32.044Z Checking pin-project v1.1.11
26432026-03-30T16:11:32.090Z Compiling typify v0.4.3
26442026-03-30T16:11:32.158Z Checking newline-converter v0.3.0
26452026-03-30T16:11:32.206Z Checking atomicwrites v0.4.4
26462026-03-30T16:11:32.274Z Checking phf_shared v0.12.1
26472026-03-30T16:11:32.339Z Checking hickory-proto v0.24.4
26482026-03-30T16:11:32.420Z Checking console v0.15.11
26492026-03-30T16:11:32.557Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26502026-03-30T16:11:32.688Z Compiling progenitor-macro v0.13.0
26512026-03-30T16:11:32.740Z Checking pem v3.0.6
26522026-03-30T16:11:32.907Z Checking csv-core v0.1.13
26532026-03-30T16:11:33.106Z Compiling snafu-derive v0.8.9
26542026-03-30T16:11:33.237Z Compiling derive-where v1.6.0
26552026-03-30T16:11:33.319Z Compiling async-recursion v1.1.1
26562026-03-30T16:11:33.984Z Compiling slog-dtrace v0.3.0
26572026-03-30T16:11:34.184Z Checking same-file v1.0.6
26582026-03-30T16:11:34.203Z Checking unicode-width v0.1.14
26592026-03-30T16:11:34.313Z Compiling cancel-safe-futures v0.1.5
26602026-03-30T16:11:34.499Z Compiling owo-colors v4.3.0
26612026-03-30T16:11:34.528Z Compiling chrono-tz v0.10.4
26622026-03-30T16:11:34.548Z Checking resolv-conf v0.7.6
26632026-03-30T16:11:34.551Z Checking highway v1.3.0
26642026-03-30T16:11:34.707Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26652026-03-30T16:11:34.736Z Checking hickory-resolver v0.24.4
26662026-03-30T16:11:34.801Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26672026-03-30T16:11:34.853Z Compiling const_format_proc_macros v0.2.34
26682026-03-30T16:11:35.018Z Checking snafu v0.8.9
26692026-03-30T16:11:35.294Z Checking walkdir v2.5.0
26702026-03-30T16:11:35.483Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26712026-03-30T16:11:35.547Z Checking csv v1.4.0
26722026-03-30T16:11:35.631Z Checking expectorate v1.2.0
26732026-03-30T16:11:35.694Z Checking phf v0.12.1
26742026-03-30T16:11:35.767Z Compiling progenitor-impl v0.10.0
26752026-03-30T16:11:35.897Z Checking tokio-dtrace v0.1.1
26762026-03-30T16:11:35.915Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26772026-03-30T16:11:35.954Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26782026-03-30T16:11:36.083Z Checking globset v0.4.18
26792026-03-30T16:11:36.109Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26802026-03-30T16:11:36.160Z Checking olpc-cjson v0.1.4
26812026-03-30T16:11:36.302Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26822026-03-30T16:11:36.343Z Checking libsw-core v0.3.2
26832026-03-30T16:11:36.519Z Checking serde_plain v1.0.2
26842026-03-30T16:11:36.532Z Checking arc-swap v1.8.2
26852026-03-30T16:11:36.562Z Compiling lzma-sys v0.1.20
26862026-03-30T16:11:36.637Z Checking typed-path v0.9.3
26872026-03-30T16:11:36.719Z Checking bytecount v0.6.9
26882026-03-30T16:11:36.832Z Checking utf-8 v0.7.6
26892026-03-30T16:11:36.975Z Checking tungstenite v0.21.0
26902026-03-30T16:11:37.398Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26912026-03-30T16:11:37.414Z Checking tough v0.20.0
26922026-03-30T16:11:37.448Z Checking papergrid v0.11.0
26932026-03-30T16:11:37.595Z Checking slog-scope v4.4.1
26942026-03-30T16:11:37.644Z Checking progenitor v0.13.0
26952026-03-30T16:11:37.746Z Checking libsw v3.5.0
26962026-03-30T16:11:37.782Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26972026-03-30T16:11:37.906Z Checking oxide-tokio-rt v0.1.3
26982026-03-30T16:11:38.103Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26992026-03-30T16:11:38.297Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27002026-03-30T16:11:38.410Z Compiling progenitor-macro v0.10.0
27012026-03-30T16:11:38.542Z Checking const_format v0.2.35
27022026-03-30T16:11:38.921Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27032026-03-30T16:11:39.151Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27042026-03-30T16:11:39.397Z Checking qorb v0.4.1
27052026-03-30T16:11:39.652Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27062026-03-30T16:11:39.751Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27072026-03-30T16:11:39.769Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27082026-03-30T16:11:39.785Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27092026-03-30T16:11:40.145Z Compiling cargo_toml v0.22.3
27102026-03-30T16:11:40.158Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27112026-03-30T16:11:40.266Z Checking gethostname v0.5.0
27122026-03-30T16:11:40.282Z Compiling tabled_derive v0.7.0
27132026-03-30T16:11:40.360Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27142026-03-30T16:11:40.444Z Checking bcs v0.1.6
27152026-03-30T16:11:40.577Z Checking linear-map v1.2.0
27162026-03-30T16:11:40.599Z Checking smawk v0.3.2
27172026-03-30T16:11:40.682Z Checking termtree v0.5.1
27182026-03-30T16:11:40.733Z Checking unicode-linebreak v0.1.5
27192026-03-30T16:11:40.752Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27202026-03-30T16:11:40.821Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27212026-03-30T16:11:40.951Z Checking textwrap v0.16.2
27222026-03-30T16:11:41.172Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27232026-03-30T16:11:41.242Z Checking tabled v0.15.0
27242026-03-30T16:11:41.403Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27252026-03-30T16:11:41.577Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27262026-03-30T16:11:42.030Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27272026-03-30T16:11:42.063Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27282026-03-30T16:11:42.269Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27292026-03-30T16:11:42.391Z Checking steno v0.4.1
27302026-03-30T16:11:42.447Z Checking slog-stdlog v4.1.1
27312026-03-30T16:11:42.600Z Checking typeid v1.0.3
27322026-03-30T16:11:42.825Z Checking tokio-tungstenite v0.21.0
27332026-03-30T16:11:42.875Z Checking base64 v0.21.7
27342026-03-30T16:11:42.915Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27352026-03-30T16:11:43.109Z Checking humantime v2.3.0
27362026-03-30T16:11:43.124Z Checking xz2 v0.1.7
27372026-03-30T16:11:43.246Z Checking progenitor v0.10.0
27382026-03-30T16:11:43.296Z Checking ron v0.12.0
27392026-03-30T16:11:43.299Z Checking slog-envlogger v2.2.0
27402026-03-30T16:11:43.392Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27412026-03-30T16:11:43.450Z Checking yasna v0.5.2
27422026-03-30T16:11:43.465Z Checking headers-core v0.3.0
27432026-03-30T16:11:43.578Z Checking filetime v0.2.27
27442026-03-30T16:11:43.724Z Checking xattr v1.6.1
27452026-03-30T16:11:43.834Z Checking base16ct v1.0.0
27462026-03-30T16:11:43.854Z Checking rcgen v0.12.1
27472026-03-30T16:11:43.864Z Checking tar v0.4.45
27482026-03-30T16:11:43.972Z Checking headers v0.4.1
27492026-03-30T16:11:43.975Z Checking subprocess v0.2.15
27502026-03-30T16:11:49.167Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27512026-03-30T16:11:55.014Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27522026-03-30T16:11:56.337Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27532026-03-30T16:11:57.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.50s
27542026-03-30T16:11:57.719Z
27552026-03-30T16:11:57.719Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/267)
27562026-03-30T16:11:58.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572026-03-30T16:11:58.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582026-03-30T16:11:58.467Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27592026-03-30T16:11:59.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
27602026-03-30T16:11:59.990Z
27612026-03-30T16:11:59.990Zinfo: running `cargo check --bins` on nexus-config (51/267)
27622026-03-30T16:12:00.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632026-03-30T16:12:00.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642026-03-30T16:12:00.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652026-03-30T16:12:00.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27662026-03-30T16:12:00.609Z
27672026-03-30T16:12:00.609Zinfo: running `cargo check --bins` on nexus-types (52/267)
27682026-03-30T16:12:01.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692026-03-30T16:12:01.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702026-03-30T16:12:01.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712026-03-30T16:12:01.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27722026-03-30T16:12:01.234Z
27732026-03-30T16:12:01.234Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/267)
27742026-03-30T16:12:01.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-03-30T16:12:01.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-03-30T16:12:01.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772026-03-30T16:12:01.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27782026-03-30T16:12:01.822Z
27792026-03-30T16:12:01.823Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/267)
27802026-03-30T16:12:02.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-03-30T16:12:02.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-03-30T16:12:02.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832026-03-30T16:12:02.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27842026-03-30T16:12:02.421Z
27852026-03-30T16:12:02.421Zinfo: running `cargo check --bins` on cockroach-admin-types (55/267)
27862026-03-30T16:12:02.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-03-30T16:12:02.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-03-30T16:12:02.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892026-03-30T16:12:02.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27902026-03-30T16:12:03.014Z
27912026-03-30T16:12:03.014Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/267)
27922026-03-30T16:12:03.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-03-30T16:12:03.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-03-30T16:12:03.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952026-03-30T16:12:03.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27962026-03-30T16:12:03.594Z
27972026-03-30T16:12:03.594Zinfo: running `cargo check --bins` on ereport-types (57/267)
27982026-03-30T16:12:04.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-03-30T16:12:04.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-03-30T16:12:04.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-03-30T16:12:04.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28022026-03-30T16:12:04.188Z
28032026-03-30T16:12:04.188Zinfo: running `cargo check --bins` on gateway-client (58/267)
28042026-03-30T16:12:04.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-03-30T16:12:04.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-03-30T16:12:04.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072026-03-30T16:12:04.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28082026-03-30T16:12:04.772Z
28092026-03-30T16:12:04.772Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/267)
28102026-03-30T16:12:05.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-03-30T16:12:05.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-03-30T16:12:05.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132026-03-30T16:12:05.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28142026-03-30T16:12:05.354Z
28152026-03-30T16:12:05.354Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/267)
28162026-03-30T16:12:05.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172026-03-30T16:12:05.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182026-03-30T16:12:05.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192026-03-30T16:12:05.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28202026-03-30T16:12:05.942Z
28212026-03-30T16:12:05.942Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/267)
28222026-03-30T16:12:06.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-03-30T16:12:06.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-03-30T16:12:06.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252026-03-30T16:12:06.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28262026-03-30T16:12:06.527Z
28272026-03-30T16:12:06.527Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/267)
28282026-03-30T16:12:07.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-03-30T16:12:07.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-03-30T16:12:07.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312026-03-30T16:12:07.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28322026-03-30T16:12:07.118Z
28332026-03-30T16:12:07.118Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/267)
28342026-03-30T16:12:07.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-03-30T16:12:07.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-03-30T16:12:07.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372026-03-30T16:12:07.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28382026-03-30T16:12:07.719Z
28392026-03-30T16:12:07.719Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/267)
28402026-03-30T16:12:08.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-03-30T16:12:08.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-03-30T16:12:08.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432026-03-30T16:12:08.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28442026-03-30T16:12:08.316Z
28452026-03-30T16:12:08.316Zinfo: running `cargo check --bins` on key-manager-types (65/267)
28462026-03-30T16:12:08.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-03-30T16:12:08.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-03-30T16:12:08.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492026-03-30T16:12:08.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28502026-03-30T16:12:08.900Z
28512026-03-30T16:12:08.900Zinfo: running `cargo check --bins` on oxlog (66/267)
28522026-03-30T16:12:09.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-03-30T16:12:09.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-03-30T16:12:09.512Z Compiling newtype-uuid v1.3.2
28552026-03-30T16:12:09.715Z Compiling daft v0.1.5
28562026-03-30T16:12:09.906Z Compiling iddqd v0.3.17
28572026-03-30T16:12:10.811Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28582026-03-30T16:12:11.041Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28592026-03-30T16:12:11.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
28602026-03-30T16:12:11.478Z
28612026-03-30T16:12:11.478Zinfo: running `cargo check --bins` on internal-dns-types (67/267)
28622026-03-30T16:12:11.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-03-30T16:12:11.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-03-30T16:12:11.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-03-30T16:12:11.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28662026-03-30T16:12:12.070Z
28672026-03-30T16:12:12.070Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/267)
28682026-03-30T16:12:12.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-03-30T16:12:12.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-03-30T16:12:12.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-03-30T16:12:12.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28722026-03-30T16:12:12.669Z
28732026-03-30T16:12:12.669Zinfo: running `cargo check --bins` on nexus-types-versions (69/267)
28742026-03-30T16:12:13.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-03-30T16:12:13.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-03-30T16:12:13.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-03-30T16:12:13.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28782026-03-30T16:12:13.295Z
28792026-03-30T16:12:13.295Zinfo: running `cargo check --bins` on omicron-passwords (70/267)
28802026-03-30T16:12:13.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-03-30T16:12:13.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-03-30T16:12:13.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-03-30T16:12:13.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28842026-03-30T16:12:13.885Z
28852026-03-30T16:12:13.885Zinfo: running `cargo check --bins` on oxql-types (71/267)
28862026-03-30T16:12:14.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-03-30T16:12:14.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-03-30T16:12:14.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-03-30T16:12:14.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28902026-03-30T16:12:14.478Z
28912026-03-30T16:12:14.478Zinfo: running `cargo check --bins` on oximeter-types (72/267)
28922026-03-30T16:12:14.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-03-30T16:12:14.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-03-30T16:12:14.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-03-30T16:12:14.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28962026-03-30T16:12:15.075Z
28972026-03-30T16:12:15.075Zinfo: running `cargo check --bins` on oximeter-types-versions (73/267)
28982026-03-30T16:12:15.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-03-30T16:12:15.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-03-30T16:12:15.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-03-30T16:12:15.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29022026-03-30T16:12:15.671Z
29032026-03-30T16:12:15.671Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/267)
29042026-03-30T16:12:16.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-03-30T16:12:16.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-03-30T16:12:16.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-03-30T16:12:16.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29082026-03-30T16:12:16.250Z
29092026-03-30T16:12:16.250Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/267)
29102026-03-30T16:12:16.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-03-30T16:12:16.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-03-30T16:12:16.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-03-30T16:12:16.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29142026-03-30T16:12:16.865Z
29152026-03-30T16:12:16.865Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/267)
29162026-03-30T16:12:17.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-03-30T16:12:17.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-03-30T16:12:17.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-03-30T16:12:17.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29202026-03-30T16:12:17.477Z
29212026-03-30T16:12:17.477Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/267)
29222026-03-30T16:12:17.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-03-30T16:12:18.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-03-30T16:12:18.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-03-30T16:12:18.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29262026-03-30T16:12:18.094Z
29272026-03-30T16:12:18.094Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/267)
29282026-03-30T16:12:18.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-03-30T16:12:18.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-03-30T16:12:18.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-03-30T16:12:18.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29322026-03-30T16:12:18.711Z
29332026-03-30T16:12:18.712Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/267)
29342026-03-30T16:12:19.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-03-30T16:12:19.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-03-30T16:12:19.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-03-30T16:12:19.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29382026-03-30T16:12:19.306Z
29392026-03-30T16:12:19.306Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/267)
29402026-03-30T16:12:19.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-03-30T16:12:19.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-03-30T16:12:19.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-03-30T16:12:19.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29442026-03-30T16:12:19.891Z
29452026-03-30T16:12:19.891Zinfo: running `cargo check --bins --no-default-features` on gfss (81/267)
29462026-03-30T16:12:20.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-03-30T16:12:20.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-03-30T16:12:20.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492026-03-30T16:12:20.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29502026-03-30T16:12:20.479Z
29512026-03-30T16:12:20.479Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/267)
29522026-03-30T16:12:20.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532026-03-30T16:12:20.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542026-03-30T16:12:20.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29552026-03-30T16:12:20.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29562026-03-30T16:12:21.063Z
29572026-03-30T16:12:21.063Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/267)
29582026-03-30T16:12:21.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592026-03-30T16:12:21.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602026-03-30T16:12:21.725Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29612026-03-30T16:12:22.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
29622026-03-30T16:12:22.438Z
29632026-03-30T16:12:22.438Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/267)
29642026-03-30T16:12:22.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652026-03-30T16:12:22.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662026-03-30T16:12:23.114Z Compiling ar_archive_writer v0.5.1
29672026-03-30T16:12:23.118Z Compiling stacker v0.1.23
29682026-03-30T16:12:23.234Z Compiling cfg_aliases v0.1.1
29692026-03-30T16:12:23.238Z Compiling convert_case v0.10.0
29702026-03-30T16:12:23.245Z Checking fd-lock v4.0.4
29712026-03-30T16:12:23.248Z Checking nibble_vec v0.1.0
29722026-03-30T16:12:23.248Z Checking vte v0.14.1
29732026-03-30T16:12:23.248Z Compiling recursive-proc-macro-impl v0.1.1
29742026-03-30T16:12:23.290Z Compiling nix v0.28.0
29752026-03-30T16:12:23.352Z Checking endian-type v0.1.2
29762026-03-30T16:12:23.385Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29772026-03-30T16:12:23.398Z Checking strip-ansi-escapes v0.2.1
29782026-03-30T16:12:23.474Z Checking radix_trie v0.2.1
29792026-03-30T16:12:23.491Z Compiling peg-macros v0.8.5
29802026-03-30T16:12:23.503Z Checking winnow v0.6.26
29812026-03-30T16:12:23.522Z Compiling derive_more-impl v2.1.1
29822026-03-30T16:12:23.684Z Compiling sqlparser_derive v0.5.0
29832026-03-30T16:12:23.699Z Checking unicode_categories v0.1.1
29842026-03-30T16:12:23.842Z Checking home v0.5.12
29852026-03-30T16:12:23.855Z Checking nu-ansi-term v0.50.3
29862026-03-30T16:12:23.969Z Checking display-error-chain v0.2.2
29872026-03-30T16:12:24.052Z Compiling psm v0.1.30
29882026-03-30T16:12:24.065Z Checking reedline v0.40.0
29892026-03-30T16:12:24.325Z Checking derive_more v2.1.1
29902026-03-30T16:12:24.401Z Checking crossterm v0.29.0
29912026-03-30T16:12:24.596Z Checking rustyline v14.0.0
29922026-03-30T16:12:24.608Z Checking peg v0.8.5
29932026-03-30T16:12:24.612Z Checking sqlformat v0.3.5
29942026-03-30T16:12:24.789Z Checking recursive v0.1.1
29952026-03-30T16:12:24.881Z Checking sqlparser v0.61.0
29962026-03-30T16:12:35.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.50s
29972026-03-30T16:12:36.120Z
29982026-03-30T16:12:36.120Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/267)
29992026-03-30T16:12:36.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002026-03-30T16:12:36.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012026-03-30T16:12:36.803Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30022026-03-30T16:12:40.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
30032026-03-30T16:12:40.363Z
30042026-03-30T16:12:40.363Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/267)
30052026-03-30T16:12:40.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062026-03-30T16:12:40.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072026-03-30T16:12:41.030Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30082026-03-30T16:12:43.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
30092026-03-30T16:12:43.610Z
30102026-03-30T16:12:43.610Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/267)
30112026-03-30T16:12:44.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122026-03-30T16:12:44.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132026-03-30T16:12:44.274Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30142026-03-30T16:12:47.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s
30152026-03-30T16:12:47.619Z
30162026-03-30T16:12:47.619Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/267)
30172026-03-30T16:12:48.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182026-03-30T16:12:48.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192026-03-30T16:12:48.285Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30202026-03-30T16:12:52.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
30212026-03-30T16:12:52.032Z
30222026-03-30T16:12:52.032Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/267)
30232026-03-30T16:12:52.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242026-03-30T16:12:52.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252026-03-30T16:12:52.338Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30262026-03-30T16:12:54.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
30272026-03-30T16:12:55.065Z
30282026-03-30T16:12:55.065Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/267)
30292026-03-30T16:12:55.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-03-30T16:12:55.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-03-30T16:12:55.752Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30322026-03-30T16:12:58.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
30332026-03-30T16:12:58.520Z
30342026-03-30T16:12:58.520Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/267)
30352026-03-30T16:12:59.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-03-30T16:12:59.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-03-30T16:12:59.199Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30382026-03-30T16:13:02.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
30392026-03-30T16:13:02.705Z
30402026-03-30T16:13:02.705Zinfo: running `cargo check --bins` on oximeter (92/267)
30412026-03-30T16:13:03.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-03-30T16:13:03.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-03-30T16:13:03.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-03-30T16:13:03.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30452026-03-30T16:13:03.301Z
30462026-03-30T16:13:03.302Zinfo: running `cargo check --bins` on oximeter-schema (93/267)
30472026-03-30T16:13:03.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-03-30T16:13:03.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-03-30T16:13:03.939Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30502026-03-30T16:13:04.100Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30512026-03-30T16:13:04.116Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30522026-03-30T16:13:04.437Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30532026-03-30T16:13:07.844Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30542026-03-30T16:13:08.161Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30552026-03-30T16:13:09.243Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30562026-03-30T16:13:09.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.60s
30572026-03-30T16:13:10.090Z
30582026-03-30T16:13:10.090Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/267)
30592026-03-30T16:13:10.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-03-30T16:13:10.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-03-30T16:13:10.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-03-30T16:13:10.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30632026-03-30T16:13:10.694Z
30642026-03-30T16:13:10.695Zinfo: running `cargo check --bins` on oximeter-test-utils (95/267)
30652026-03-30T16:13:11.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-03-30T16:13:11.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-03-30T16:13:11.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-03-30T16:13:11.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30692026-03-30T16:13:11.336Z
30702026-03-30T16:13:11.336Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/267)
30712026-03-30T16:13:11.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-03-30T16:13:11.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-03-30T16:13:11.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-03-30T16:13:11.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30752026-03-30T16:13:11.954Z
30762026-03-30T16:13:11.954Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/267)
30772026-03-30T16:13:12.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-03-30T16:13:12.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-03-30T16:13:12.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-03-30T16:13:12.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30812026-03-30T16:13:12.567Z
30822026-03-30T16:13:12.567Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/267)
30832026-03-30T16:13:13.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-03-30T16:13:13.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-03-30T16:13:13.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-03-30T16:13:13.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30872026-03-30T16:13:13.185Z
30882026-03-30T16:13:13.185Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/267)
30892026-03-30T16:13:13.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-03-30T16:13:13.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-03-30T16:13:13.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-03-30T16:13:13.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30932026-03-30T16:13:13.800Z
30942026-03-30T16:13:13.800Zinfo: running `cargo check --bins` on trust-quorum-types (100/267)
30952026-03-30T16:13:14.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-03-30T16:13:14.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-03-30T16:13:14.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-03-30T16:13:14.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30992026-03-30T16:13:14.391Z
31002026-03-30T16:13:14.391Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/267)
31012026-03-30T16:13:14.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-03-30T16:13:14.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-03-30T16:13:14.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-03-30T16:13:14.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31052026-03-30T16:13:15.010Z
31062026-03-30T16:13:15.010Zinfo: running `cargo check --bins` on update-engine (102/267)
31072026-03-30T16:13:15.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-03-30T16:13:15.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-03-30T16:13:15.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-03-30T16:13:15.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31112026-03-30T16:13:15.602Z
31122026-03-30T16:13:15.602Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/267)
31132026-03-30T16:13:16.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-03-30T16:13:16.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-03-30T16:13:16.297Z Checking dropshot-api-manager-types v0.6.0
31162026-03-30T16:13:16.297Z Checking nanorand v0.7.0
31172026-03-30T16:13:16.536Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31182026-03-30T16:13:16.561Z Checking flume v0.11.1
31192026-03-30T16:13:16.765Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31202026-03-30T16:13:17.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
31212026-03-30T16:13:17.932Z
31222026-03-30T16:13:17.932Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/267)
31232026-03-30T16:13:18.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-03-30T16:13:18.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-03-30T16:13:18.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-03-30T16:13:18.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31272026-03-30T16:13:18.538Z
31282026-03-30T16:13:18.538Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/267)
31292026-03-30T16:13:19.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-03-30T16:13:19.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-03-30T16:13:19.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-03-30T16:13:19.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31332026-03-30T16:13:19.138Z
31342026-03-30T16:13:19.138Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/267)
31352026-03-30T16:13:19.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-03-30T16:13:19.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-03-30T16:13:19.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-03-30T16:13:19.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31392026-03-30T16:13:19.755Z
31402026-03-30T16:13:19.755Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/267)
31412026-03-30T16:13:20.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-03-30T16:13:20.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-03-30T16:13:20.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-03-30T16:13:20.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31452026-03-30T16:13:20.381Z
31462026-03-30T16:13:20.381Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/267)
31472026-03-30T16:13:20.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-03-30T16:13:20.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-03-30T16:13:20.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-03-30T16:13:20.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31512026-03-30T16:13:20.987Z
31522026-03-30T16:13:20.987Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/267)
31532026-03-30T16:13:21.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-03-30T16:13:21.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-03-30T16:13:21.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-03-30T16:13:21.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31572026-03-30T16:13:21.595Z
31582026-03-30T16:13:21.595Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/267)
31592026-03-30T16:13:22.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-03-30T16:13:22.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-03-30T16:13:22.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-03-30T16:13:22.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31632026-03-30T16:13:22.203Z
31642026-03-30T16:13:22.204Zinfo: running `cargo check --bins` on cockroach-admin-client (111/267)
31652026-03-30T16:13:22.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-03-30T16:13:22.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-03-30T16:13:22.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-03-30T16:13:22.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31692026-03-30T16:13:22.792Z
31702026-03-30T16:13:22.792Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/267)
31712026-03-30T16:13:23.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-03-30T16:13:23.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-03-30T16:13:23.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-03-30T16:13:23.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31752026-03-30T16:13:23.389Z
31762026-03-30T16:13:23.389Zinfo: running `cargo check --bins` on dns-service-client (113/267)
31772026-03-30T16:13:23.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-03-30T16:13:23.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-03-30T16:13:23.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802026-03-30T16:13:23.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31812026-03-30T16:13:23.988Z
31822026-03-30T16:13:23.988Zinfo: running `cargo check --bins` on installinator-client (114/267)
31832026-03-30T16:13:24.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-03-30T16:13:24.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-03-30T16:13:24.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31862026-03-30T16:13:24.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31872026-03-30T16:13:24.592Z
31882026-03-30T16:13:24.593Zinfo: running `cargo check --bins` on nexus-client (115/267)
31892026-03-30T16:13:25.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-03-30T16:13:25.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-03-30T16:13:25.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-03-30T16:13:25.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31932026-03-30T16:13:25.229Z
31942026-03-30T16:13:25.229Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/267)
31952026-03-30T16:13:25.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-03-30T16:13:25.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-03-30T16:13:25.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-03-30T16:13:25.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31992026-03-30T16:13:25.864Z
32002026-03-30T16:13:25.864Zinfo: running `cargo check --bins` on ntp-admin-client (117/267)
32012026-03-30T16:13:26.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-03-30T16:13:26.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-03-30T16:13:26.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-03-30T16:13:26.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32052026-03-30T16:13:26.455Z
32062026-03-30T16:13:26.455Zinfo: running `cargo check --bins` on oxide-client (118/267)
32072026-03-30T16:13:26.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-03-30T16:13:26.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-03-30T16:13:26.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-03-30T16:13:26.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32112026-03-30T16:13:27.050Z
32122026-03-30T16:13:27.050Zinfo: running `cargo check --bins` on oximeter-client (119/267)
32132026-03-30T16:13:27.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-03-30T16:13:27.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-03-30T16:13:27.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-03-30T16:13:27.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32172026-03-30T16:13:27.654Z
32182026-03-30T16:13:27.654Zinfo: running `cargo check --bins` on repo-depot-client (120/267)
32192026-03-30T16:13:28.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-03-30T16:13:28.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-03-30T16:13:28.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222026-03-30T16:13:28.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32232026-03-30T16:13:28.248Z
32242026-03-30T16:13:28.248Zinfo: running `cargo check --bins` on sled-agent-client (121/267)
32252026-03-30T16:13:28.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262026-03-30T16:13:28.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272026-03-30T16:13:28.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32282026-03-30T16:13:28.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32292026-03-30T16:13:28.875Z
32302026-03-30T16:13:28.875Zinfo: running `cargo check --bins` on wicketd-client (122/267)
32312026-03-30T16:13:29.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322026-03-30T16:13:29.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332026-03-30T16:13:29.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32342026-03-30T16:13:29.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32352026-03-30T16:13:29.503Z
32362026-03-30T16:13:29.503Zinfo: running `cargo check --bins` on installinator-common (123/267)
32372026-03-30T16:13:30.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382026-03-30T16:13:30.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392026-03-30T16:13:30.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32402026-03-30T16:13:30.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32412026-03-30T16:13:30.120Z
32422026-03-30T16:13:30.120Zinfo: running `cargo check --bins` on installinator-common-versions (124/267)
32432026-03-30T16:13:30.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442026-03-30T16:13:30.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452026-03-30T16:13:30.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32462026-03-30T16:13:30.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32472026-03-30T16:13:30.721Z
32482026-03-30T16:13:30.721Zinfo: running `cargo check --bins` on wicket-common (125/267)
32492026-03-30T16:13:31.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502026-03-30T16:13:31.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512026-03-30T16:13:31.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522026-03-30T16:13:31.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32532026-03-30T16:13:31.347Z
32542026-03-30T16:13:31.347Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/267)
32552026-03-30T16:13:31.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562026-03-30T16:13:31.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572026-03-30T16:13:32.023Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32582026-03-30T16:13:32.026Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32592026-03-30T16:13:32.026Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32602026-03-30T16:13:32.026Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32612026-03-30T16:13:32.026Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32622026-03-30T16:13:32.265Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32632026-03-30T16:13:32.279Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32642026-03-30T16:13:32.509Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32652026-03-30T16:13:32.509Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32662026-03-30T16:13:34.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
32672026-03-30T16:13:34.822Z
32682026-03-30T16:13:34.822Zinfo: running `cargo check --bins` on cockroach-admin-api (127/267)
32692026-03-30T16:13:35.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702026-03-30T16:13:35.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712026-03-30T16:13:35.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722026-03-30T16:13:35.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32732026-03-30T16:13:35.413Z
32742026-03-30T16:13:35.414Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/267)
32752026-03-30T16:13:35.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762026-03-30T16:13:35.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772026-03-30T16:13:35.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782026-03-30T16:13:35.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32792026-03-30T16:13:36.095Z
32802026-03-30T16:13:36.095Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/267)
32812026-03-30T16:13:36.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822026-03-30T16:13:36.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832026-03-30T16:13:36.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842026-03-30T16:13:36.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32852026-03-30T16:13:36.773Z
32862026-03-30T16:13:36.773Zinfo: running `cargo check --bins` on dns-server (130/267)
32872026-03-30T16:13:37.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882026-03-30T16:13:37.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892026-03-30T16:13:37.436Z Compiling parking_lot_core v0.8.6
32902026-03-30T16:13:37.436Z Compiling git-stub v1.0.0
32912026-03-30T16:13:37.436Z Compiling atomicwrites v0.4.4
32922026-03-30T16:13:37.439Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32932026-03-30T16:13:37.568Z Checking tagptr v0.2.0
32942026-03-30T16:13:37.578Z Checking prefix-trie v0.7.0
32952026-03-30T16:13:37.581Z Checking fxhash v0.2.1
32962026-03-30T16:13:37.581Z Checking hickory-client v0.25.2
32972026-03-30T16:13:37.699Z Compiling git-stub-vcs v0.1.0
32982026-03-30T16:13:37.712Z Checking moka v0.12.13
32992026-03-30T16:13:37.886Z Checking hickory-server v0.25.2
33002026-03-30T16:13:37.964Z Checking parking_lot v0.11.2
33012026-03-30T16:13:37.980Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33022026-03-30T16:13:38.057Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33032026-03-30T16:13:38.060Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33042026-03-30T16:13:38.060Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33052026-03-30T16:13:38.140Z Checking sled v0.34.7
33062026-03-30T16:13:38.319Z Checking hickory-resolver v0.25.2
33072026-03-30T16:13:40.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s
33082026-03-30T16:13:40.371Z
33092026-03-30T16:13:40.371Zinfo: running `cargo check --bins` on dns-server-api (131/267)
33102026-03-30T16:13:40.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112026-03-30T16:13:40.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122026-03-30T16:13:40.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33132026-03-30T16:13:40.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33142026-03-30T16:13:40.962Z
33152026-03-30T16:13:40.962Zinfo: running `cargo check --bins` on gateway-test-utils (132/267)
33162026-03-30T16:13:41.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-03-30T16:13:41.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-03-30T16:13:41.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192026-03-30T16:13:41.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33202026-03-30T16:13:41.615Z
33212026-03-30T16:13:41.615Zinfo: running `cargo check --bins` on omicron-gateway (133/267)
33222026-03-30T16:13:42.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-03-30T16:13:42.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-03-30T16:13:42.342Z Compiling radium v0.7.0
33252026-03-30T16:13:42.460Z Checking tap v1.0.1
33262026-03-30T16:13:42.468Z Compiling maybe-uninit v2.0.0
33272026-03-30T16:13:42.477Z Compiling zerocopy-derive v0.6.6
33282026-03-30T16:13:42.485Z Checking funty v2.0.0
33292026-03-30T16:13:42.495Z Compiling packed_struct v0.10.1
33302026-03-30T16:13:42.499Z Checking crc-catalog v2.4.0
33312026-03-30T16:13:42.522Z Compiling packed_struct_codegen v0.10.1
33322026-03-30T16:13:42.550Z Checking wyz v0.5.1
33332026-03-30T16:13:42.591Z Checking crc v3.4.0
33342026-03-30T16:13:42.750Z Compiling bitfield-macros v0.19.4
33352026-03-30T16:13:42.764Z Compiling indexmap v1.9.3
33362026-03-30T16:13:42.827Z Checking nodrop v0.1.14
33372026-03-30T16:13:42.862Z Checking hashbrown v0.12.3
33382026-03-30T16:13:42.892Z Checking bitvec v1.0.1
33392026-03-30T16:13:42.906Z Checking smallvec v0.6.14
33402026-03-30T16:13:42.930Z Checking array-init v0.0.4
33412026-03-30T16:13:43.012Z Checking ron v0.8.1
33422026-03-30T16:13:43.096Z Checking hashbrown v0.13.2
33432026-03-30T16:13:43.227Z Checking serde-hex v0.1.0
33442026-03-30T16:13:43.308Z Checking zerocopy v0.6.6
33452026-03-30T16:13:43.495Z Checking bitfield v0.19.4
33462026-03-30T16:13:43.516Z Checking crc-any v2.5.0
33472026-03-30T16:13:43.529Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33482026-03-30T16:13:43.592Z Checking object v0.30.4
33492026-03-30T16:13:43.604Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33502026-03-30T16:13:43.617Z Checking void v1.0.2
33512026-03-30T16:13:43.686Z Checking path-slash v0.1.5
33522026-03-30T16:13:43.720Z Checking half v1.8.3
33532026-03-30T16:13:43.737Z Checking tungstenite v0.23.0
33542026-03-30T16:13:43.755Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33552026-03-30T16:13:43.787Z Checking lzss v0.8.2
33562026-03-30T16:13:43.884Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33572026-03-30T16:13:43.911Z Checking serde_cbor v0.11.2
33582026-03-30T16:13:43.927Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33592026-03-30T16:13:43.961Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33602026-03-30T16:13:44.082Z Checking nix v0.27.1
33612026-03-30T16:13:44.138Z Checking kstat-rs v0.2.4
33622026-03-30T16:13:44.288Z Checking serde_bytes v0.11.19
33632026-03-30T16:13:44.291Z Checking tokio-tungstenite v0.23.1
33642026-03-30T16:13:44.321Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33652026-03-30T16:13:44.462Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33662026-03-30T16:13:44.558Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33672026-03-30T16:13:44.583Z Checking signal-hook-tokio v0.3.1
33682026-03-30T16:13:45.192Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33692026-03-30T16:13:45.513Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33702026-03-30T16:13:47.622Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-03-30T16:13:48.468Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33722026-03-30T16:13:48.741Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33732026-03-30T16:13:49.806Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33742026-03-30T16:13:51.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.21s
33752026-03-30T16:13:52.026Z
33762026-03-30T16:13:52.026Zinfo: running `cargo check --bins` on gateway-api (134/267)
33772026-03-30T16:13:52.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-03-30T16:13:52.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-03-30T16:13:52.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-03-30T16:13:52.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33812026-03-30T16:13:52.618Z
33822026-03-30T16:13:52.618Zinfo: running `cargo check --bins` on ipcc (135/267)
33832026-03-30T16:13:53.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-03-30T16:13:53.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-03-30T16:13:53.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-03-30T16:13:53.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33872026-03-30T16:13:53.207Z
33882026-03-30T16:13:53.207Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/267)
33892026-03-30T16:13:53.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-03-30T16:13:53.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-03-30T16:13:53.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-03-30T16:13:53.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33932026-03-30T16:13:53.790Z
33942026-03-30T16:13:53.790Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/267)
33952026-03-30T16:13:54.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-03-30T16:13:54.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-03-30T16:13:54.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-03-30T16:13:54.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33992026-03-30T16:13:54.385Z
34002026-03-30T16:13:54.385Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/267)
34012026-03-30T16:13:54.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-03-30T16:13:54.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-03-30T16:13:54.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-03-30T16:13:54.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34052026-03-30T16:13:54.986Z
34062026-03-30T16:13:54.987Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/267)
34072026-03-30T16:13:55.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-03-30T16:13:55.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-03-30T16:13:55.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-03-30T16:13:55.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34112026-03-30T16:13:55.585Z
34122026-03-30T16:13:55.585Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/267)
34132026-03-30T16:13:56.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-03-30T16:13:56.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-03-30T16:13:56.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-03-30T16:13:56.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34172026-03-30T16:13:56.180Z
34182026-03-30T16:13:56.180Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/267)
34192026-03-30T16:13:56.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-03-30T16:13:56.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-03-30T16:13:56.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-03-30T16:13:56.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34232026-03-30T16:13:56.774Z
34242026-03-30T16:13:56.774Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/267)
34252026-03-30T16:13:57.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-03-30T16:13:57.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-03-30T16:13:57.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-03-30T16:13:57.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34292026-03-30T16:13:57.364Z
34302026-03-30T16:13:57.364Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/267)
34312026-03-30T16:13:57.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-03-30T16:13:57.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-03-30T16:13:57.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-03-30T16:13:57.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34352026-03-30T16:13:57.961Z
34362026-03-30T16:13:57.961Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/267)
34372026-03-30T16:13:58.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-03-30T16:13:58.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-03-30T16:13:58.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-03-30T16:13:58.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34412026-03-30T16:13:58.556Z
34422026-03-30T16:13:58.556Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/267)
34432026-03-30T16:13:59.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-03-30T16:13:59.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-03-30T16:13:59.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-03-30T16:13:59.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34472026-03-30T16:13:59.155Z
34482026-03-30T16:13:59.155Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/267)
34492026-03-30T16:13:59.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-03-30T16:13:59.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-03-30T16:13:59.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-03-30T16:13:59.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34532026-03-30T16:13:59.755Z
34542026-03-30T16:13:59.756Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/267)
34552026-03-30T16:14:00.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-03-30T16:14:00.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-03-30T16:14:00.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-03-30T16:14:00.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34592026-03-30T16:14:00.354Z
34602026-03-30T16:14:00.354Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/267)
34612026-03-30T16:14:00.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-03-30T16:14:00.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-03-30T16:14:00.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-03-30T16:14:00.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34652026-03-30T16:14:00.951Z
34662026-03-30T16:14:00.951Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/267)
34672026-03-30T16:14:01.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-03-30T16:14:01.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-03-30T16:14:01.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-03-30T16:14:01.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34712026-03-30T16:14:01.546Z
34722026-03-30T16:14:01.546Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/267)
34732026-03-30T16:14:02.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-03-30T16:14:02.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-03-30T16:14:02.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-03-30T16:14:02.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34772026-03-30T16:14:02.142Z
34782026-03-30T16:14:02.142Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/267)
34792026-03-30T16:14:02.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-03-30T16:14:02.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-03-30T16:14:02.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-03-30T16:14:02.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34832026-03-30T16:14:02.771Z
34842026-03-30T16:14:02.771Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/267)
34852026-03-30T16:14:03.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-03-30T16:14:03.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-03-30T16:14:03.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-03-30T16:14:03.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34892026-03-30T16:14:03.340Z
34902026-03-30T16:14:03.340Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/267)
34912026-03-30T16:14:03.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-03-30T16:14:03.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-03-30T16:14:03.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-03-30T16:14:03.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34952026-03-30T16:14:03.940Z
34962026-03-30T16:14:03.940Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/267)
34972026-03-30T16:14:04.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-03-30T16:14:04.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-03-30T16:14:04.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-03-30T16:14:04.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35012026-03-30T16:14:04.539Z
35022026-03-30T16:14:04.540Zinfo: running `cargo check --bins` on oximeter-producer (155/267)
35032026-03-30T16:14:05.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-03-30T16:14:05.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-03-30T16:14:05.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-03-30T16:14:05.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35072026-03-30T16:14:05.175Z
35082026-03-30T16:14:05.175Zinfo: running `cargo check --bins` on internal-dns-resolver (156/267)
35092026-03-30T16:14:05.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-03-30T16:14:05.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-03-30T16:14:05.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-03-30T16:14:05.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35132026-03-30T16:14:05.775Z
35142026-03-30T16:14:05.775Zinfo: running `cargo check --bins` on sp-sim (157/267)
35152026-03-30T16:14:06.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-03-30T16:14:06.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-03-30T16:14:06.490Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35182026-03-30T16:14:08.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
35192026-03-30T16:14:08.443Z
35202026-03-30T16:14:08.443Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/267)
35212026-03-30T16:14:08.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-03-30T16:14:08.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-03-30T16:14:08.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-03-30T16:14:08.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35252026-03-30T16:14:09.053Z
35262026-03-30T16:14:09.053Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/267)
35272026-03-30T16:14:09.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-03-30T16:14:09.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-03-30T16:14:09.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-03-30T16:14:09.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35312026-03-30T16:14:09.706Z
35322026-03-30T16:14:09.706Zinfo: running `cargo check --bins` on db-macros (160/267)
35332026-03-30T16:14:10.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-03-30T16:14:10.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-03-30T16:14:10.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-03-30T16:14:10.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35372026-03-30T16:14:10.285Z
35382026-03-30T16:14:10.285Zinfo: running `cargo check --bins` on nexus-macros-common (161/267)
35392026-03-30T16:14:10.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-03-30T16:14:10.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-03-30T16:14:10.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-03-30T16:14:10.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35432026-03-30T16:14:10.866Z
35442026-03-30T16:14:10.866Zinfo: running `cargo check --bins` on nexus-auth (162/267)
35452026-03-30T16:14:11.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-03-30T16:14:11.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-03-30T16:14:11.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-03-30T16:14:11.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35492026-03-30T16:14:11.508Z
35502026-03-30T16:14:11.508Zinfo: running `cargo check --bins` on authz-macros (163/267)
35512026-03-30T16:14:11.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-03-30T16:14:12.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-03-30T16:14:12.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-03-30T16:14:12.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35552026-03-30T16:14:12.082Z
35562026-03-30T16:14:12.082Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/267)
35572026-03-30T16:14:12.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-03-30T16:14:12.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-03-30T16:14:12.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-03-30T16:14:12.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35612026-03-30T16:14:12.713Z
35622026-03-30T16:14:12.713Zinfo: running `cargo check --bins` on nexus-db-model (165/267)
35632026-03-30T16:14:13.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-03-30T16:14:13.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-03-30T16:14:13.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-03-30T16:14:13.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35672026-03-30T16:14:13.345Z
35682026-03-30T16:14:13.346Zinfo: running `cargo check --bins` on nexus-db-schema (166/267)
35692026-03-30T16:14:13.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-03-30T16:14:13.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-03-30T16:14:13.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-03-30T16:14:13.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35732026-03-30T16:14:13.925Z
35742026-03-30T16:14:13.925Zinfo: running `cargo check --bins` on omicron-rpaths (167/267)
35752026-03-30T16:14:14.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-03-30T16:14:14.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-03-30T16:14:14.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-03-30T16:14:14.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35792026-03-30T16:14:14.503Z
35802026-03-30T16:14:14.503Zinfo: running `cargo check --bins` on nexus-defaults (168/267)
35812026-03-30T16:14:15.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-03-30T16:14:15.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-03-30T16:14:15.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-03-30T16:14:15.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35852026-03-30T16:14:15.095Z
35862026-03-30T16:14:15.095Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/267)
35872026-03-30T16:14:15.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-03-30T16:14:15.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-03-30T16:14:15.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-03-30T16:14:15.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35912026-03-30T16:14:15.675Z
35922026-03-30T16:14:15.675Zinfo: running `cargo check --bins` on parallel-task-set (170/267)
35932026-03-30T16:14:16.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-03-30T16:14:16.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-03-30T16:14:16.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-03-30T16:14:16.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35972026-03-30T16:14:16.253Z
35982026-03-30T16:14:16.254Zinfo: running `cargo check --bins` on nexus-db-errors (171/267)
35992026-03-30T16:14:16.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-03-30T16:14:16.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-03-30T16:14:16.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-03-30T16:14:16.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36032026-03-30T16:14:16.895Z
36042026-03-30T16:14:16.895Zinfo: running `cargo check --bins` on nexus-db-lookup (172/267)
36052026-03-30T16:14:17.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-03-30T16:14:17.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-03-30T16:14:17.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-03-30T16:14:17.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36092026-03-30T16:14:17.538Z
36102026-03-30T16:14:17.538Zinfo: running `cargo check --bins` on nexus-inventory (173/267)
36112026-03-30T16:14:18.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-03-30T16:14:18.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-03-30T16:14:18.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-03-30T16:14:18.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36152026-03-30T16:14:18.175Z
36162026-03-30T16:14:18.175Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/267)
36172026-03-30T16:14:18.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-03-30T16:14:18.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-03-30T16:14:18.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-03-30T16:14:18.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36212026-03-30T16:14:18.785Z
36222026-03-30T16:14:18.785Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/267)
36232026-03-30T16:14:19.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-03-30T16:14:19.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-03-30T16:14:19.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-03-30T16:14:19.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36272026-03-30T16:14:19.384Z
36282026-03-30T16:14:19.384Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/267)
36292026-03-30T16:14:19.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-03-30T16:14:19.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-03-30T16:14:19.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-03-30T16:14:19.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36332026-03-30T16:14:19.986Z
36342026-03-30T16:14:19.986Zinfo: running `cargo check --bins` on key-manager (177/267)
36352026-03-30T16:14:20.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-03-30T16:14:20.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-03-30T16:14:20.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-03-30T16:14:20.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36392026-03-30T16:14:20.581Z
36402026-03-30T16:14:20.582Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/267)
36412026-03-30T16:14:21.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-03-30T16:14:21.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-03-30T16:14:21.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-03-30T16:14:21.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36452026-03-30T16:14:21.180Z
36462026-03-30T16:14:21.180Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/267)
36472026-03-30T16:14:21.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-03-30T16:14:21.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-03-30T16:14:21.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-03-30T16:14:21.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36512026-03-30T16:14:21.782Z
36522026-03-30T16:14:21.782Zinfo: running `cargo check --bins` on typed-rng (180/267)
36532026-03-30T16:14:22.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-03-30T16:14:22.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-03-30T16:14:22.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-03-30T16:14:22.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36572026-03-30T16:14:22.370Z
36582026-03-30T16:14:22.370Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/267)
36592026-03-30T16:14:22.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-03-30T16:14:22.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-03-30T16:14:23.220Z Compiling libefi-sys v0.1.0
36622026-03-30T16:14:23.223Z Compiling bitfield-struct v0.6.2
36632026-03-30T16:14:23.353Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36642026-03-30T16:14:23.386Z Compiling xshell-macros v0.2.7
36652026-03-30T16:14:23.389Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36662026-03-30T16:14:23.410Z Compiling salty v0.3.0
36672026-03-30T16:14:23.419Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36682026-03-30T16:14:23.422Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36692026-03-30T16:14:23.422Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36702026-03-30T16:14:23.704Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36712026-03-30T16:14:23.719Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36722026-03-30T16:14:23.733Z Checking xshell v0.2.7
36732026-03-30T16:14:23.849Z Checking primeorder v0.13.6
36742026-03-30T16:14:23.883Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36752026-03-30T16:14:23.921Z Compiling proc-macro-error-attr2 v2.0.0
36762026-03-30T16:14:23.940Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36772026-03-30T16:14:23.954Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36782026-03-30T16:14:24.007Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36792026-03-30T16:14:24.084Z Checking p384 v0.13.1
36802026-03-30T16:14:24.087Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36812026-03-30T16:14:24.143Z Compiling num-derive v0.3.3
36822026-03-30T16:14:24.190Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36832026-03-30T16:14:24.304Z Compiling proc-macro-error2 v2.0.1
36842026-03-30T16:14:24.415Z Compiling unicase v2.9.0
36852026-03-30T16:14:24.430Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36862026-03-30T16:14:24.599Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36872026-03-30T16:14:24.618Z Compiling mime_guess v2.0.5
36882026-03-30T16:14:24.622Z Compiling tabled_derive v0.11.0
36892026-03-30T16:14:24.649Z Compiling progenitor-impl v0.11.2
36902026-03-30T16:14:24.972Z Checking papergrid v0.17.0
36912026-03-30T16:14:25.015Z Checking libscf-sys v1.1.0
36922026-03-30T16:14:25.316Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36932026-03-30T16:14:25.708Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36942026-03-30T16:14:25.708Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36952026-03-30T16:14:25.708Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36962026-03-30T16:14:25.746Z Checking testing_table v0.3.0
36972026-03-30T16:14:25.780Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36982026-03-30T16:14:25.801Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36992026-03-30T16:14:25.841Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37002026-03-30T16:14:25.885Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37012026-03-30T16:14:25.934Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37022026-03-30T16:14:25.984Z Checking corncobs v0.1.4
37032026-03-30T16:14:26.020Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37042026-03-30T16:14:26.085Z Checking tabled v0.20.0
37052026-03-30T16:14:26.112Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37062026-03-30T16:14:26.174Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37072026-03-30T16:14:26.321Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37082026-03-30T16:14:26.368Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37092026-03-30T16:14:26.454Z Checking progenitor-client v0.11.2
37102026-03-30T16:14:26.691Z Checking secrecy v0.8.0
37112026-03-30T16:14:26.823Z Checking http-range v0.1.5
37122026-03-30T16:14:26.985Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37132026-03-30T16:14:27.086Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37142026-03-30T16:14:27.102Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37152026-03-30T16:14:27.194Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37162026-03-30T16:14:27.268Z Compiling progenitor-macro v0.11.2
37172026-03-30T16:14:27.285Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37182026-03-30T16:14:27.479Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37192026-03-30T16:14:27.558Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37202026-03-30T16:14:27.611Z Checking atty v0.2.14
37212026-03-30T16:14:27.690Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37222026-03-30T16:14:27.711Z Checking crc8 v0.1.1
37232026-03-30T16:14:27.814Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37242026-03-30T16:14:27.928Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37252026-03-30T16:14:28.153Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37262026-03-30T16:14:28.233Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37272026-03-30T16:14:28.516Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37282026-03-30T16:14:28.534Z Checking hyper-staticfile v0.10.1
37292026-03-30T16:14:28.669Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37302026-03-30T16:14:28.686Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37312026-03-30T16:14:28.825Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37322026-03-30T16:14:28.854Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37332026-03-30T16:14:29.073Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37342026-03-30T16:14:29.091Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37352026-03-30T16:14:29.205Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37362026-03-30T16:14:29.479Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37372026-03-30T16:14:29.506Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37382026-03-30T16:14:29.693Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37392026-03-30T16:14:29.863Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37402026-03-30T16:14:30.005Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37412026-03-30T16:14:30.079Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37422026-03-30T16:14:30.321Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37432026-03-30T16:14:30.343Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37442026-03-30T16:14:30.761Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37452026-03-30T16:14:31.552Z Checking progenitor v0.11.2
37462026-03-30T16:14:31.694Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37472026-03-30T16:14:36.506Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37482026-03-30T16:14:47.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.97s
37492026-03-30T16:14:47.554Z
37502026-03-30T16:14:47.554Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/267)
37512026-03-30T16:14:48.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-03-30T16:14:48.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-03-30T16:14:48.329Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37542026-03-30T16:14:59.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s
37552026-03-30T16:14:59.342Z
37562026-03-30T16:14:59.342Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/267)
37572026-03-30T16:14:59.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-03-30T16:14:59.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-03-30T16:15:00.131Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37602026-03-30T16:15:10.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.63s
37612026-03-30T16:15:11.194Z
37622026-03-30T16:15:11.194Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/267)
37632026-03-30T16:15:11.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-03-30T16:15:11.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-03-30T16:15:11.970Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37662026-03-30T16:15:22.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.62s
37672026-03-30T16:15:23.032Z
37682026-03-30T16:15:23.032Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/267)
37692026-03-30T16:15:23.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-03-30T16:15:23.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-03-30T16:15:23.804Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37722026-03-30T16:15:34.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
37732026-03-30T16:15:34.802Z
37742026-03-30T16:15:34.802Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/267)
37752026-03-30T16:15:35.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-03-30T16:15:35.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-03-30T16:15:35.575Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37782026-03-30T16:15:46.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.68s
37792026-03-30T16:15:46.709Z
37802026-03-30T16:15:46.709Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/267)
37812026-03-30T16:15:47.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-03-30T16:15:47.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-03-30T16:15:47.481Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37842026-03-30T16:15:58.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s
37852026-03-30T16:15:58.506Z
37862026-03-30T16:15:58.506Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/267)
37872026-03-30T16:15:59.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-03-30T16:15:59.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-03-30T16:15:59.276Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37902026-03-30T16:16:10.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.66s
37912026-03-30T16:16:10.385Z
37922026-03-30T16:16:10.385Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/267)
37932026-03-30T16:16:10.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-03-30T16:16:10.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-03-30T16:16:10.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37962026-03-30T16:16:10.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37972026-03-30T16:16:10.997Z
37982026-03-30T16:16:10.997Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/267)
37992026-03-30T16:16:11.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-03-30T16:16:11.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-03-30T16:16:11.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-03-30T16:16:11.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38032026-03-30T16:16:11.608Z
38042026-03-30T16:16:11.609Zinfo: running `cargo check --bins` on range-requests (191/267)
38052026-03-30T16:16:12.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-03-30T16:16:12.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-03-30T16:16:12.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-03-30T16:16:12.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38092026-03-30T16:16:12.196Z
38102026-03-30T16:16:12.196Zinfo: running `cargo check --bins` on repo-depot-api (192/267)
38112026-03-30T16:16:12.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-03-30T16:16:12.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-03-30T16:16:12.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-03-30T16:16:12.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38152026-03-30T16:16:12.797Z
38162026-03-30T16:16:12.797Zinfo: running `cargo check --bins` on sled-agent-api (193/267)
38172026-03-30T16:16:13.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-03-30T16:16:13.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-03-30T16:16:13.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-03-30T16:16:13.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38212026-03-30T16:16:13.409Z
38222026-03-30T16:16:13.409Zinfo: running `cargo check --bins` on sled-diagnostics (194/267)
38232026-03-30T16:16:13.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-03-30T16:16:13.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-03-30T16:16:13.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-03-30T16:16:13.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38272026-03-30T16:16:14.009Z
38282026-03-30T16:16:14.009Zinfo: running `cargo check --bins` on zfs-test-harness (195/267)
38292026-03-30T16:16:14.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-03-30T16:16:14.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-03-30T16:16:14.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-03-30T16:16:14.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38332026-03-30T16:16:14.615Z
38342026-03-30T16:16:14.615Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/267)
38352026-03-30T16:16:15.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-03-30T16:16:15.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-03-30T16:16:15.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-03-30T16:16:15.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38392026-03-30T16:16:15.237Z
38402026-03-30T16:16:15.237Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/267)
38412026-03-30T16:16:15.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-03-30T16:16:15.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-03-30T16:16:15.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-03-30T16:16:15.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38452026-03-30T16:16:15.863Z
38462026-03-30T16:16:15.863Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/267)
38472026-03-30T16:16:16.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-03-30T16:16:16.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-03-30T16:16:16.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38502026-03-30T16:16:16.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38512026-03-30T16:16:16.479Z
38522026-03-30T16:16:16.479Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/267)
38532026-03-30T16:16:17.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-03-30T16:16:17.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-03-30T16:16:17.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38562026-03-30T16:16:17.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38572026-03-30T16:16:17.095Z
38582026-03-30T16:16:17.095Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/267)
38592026-03-30T16:16:17.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-03-30T16:16:17.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-03-30T16:16:17.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38622026-03-30T16:16:17.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38632026-03-30T16:16:17.718Z
38642026-03-30T16:16:17.718Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/267)
38652026-03-30T16:16:18.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-03-30T16:16:18.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-03-30T16:16:18.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38682026-03-30T16:16:18.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38692026-03-30T16:16:18.342Z
38702026-03-30T16:16:18.342Zinfo: running `cargo check --bins` on trust-quorum (202/267)
38712026-03-30T16:16:18.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-03-30T16:16:18.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-03-30T16:16:18.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38742026-03-30T16:16:18.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38752026-03-30T16:16:18.968Z
38762026-03-30T16:16:18.968Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (203/267)
38772026-03-30T16:16:19.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-03-30T16:16:19.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-03-30T16:16:19.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802026-03-30T16:16:19.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38812026-03-30T16:16:19.610Z
38822026-03-30T16:16:19.610Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (204/267)
38832026-03-30T16:16:20.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-03-30T16:16:20.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-03-30T16:16:20.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-03-30T16:16:20.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38872026-03-30T16:16:20.267Z
38882026-03-30T16:16:20.267Zinfo: running `cargo check --bins` on update-common (205/267)
38892026-03-30T16:16:20.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-03-30T16:16:20.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-03-30T16:16:20.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38922026-03-30T16:16:20.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38932026-03-30T16:16:20.883Z
38942026-03-30T16:16:20.883Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (206/267)
38952026-03-30T16:16:21.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-03-30T16:16:21.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-03-30T16:16:21.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38982026-03-30T16:16:21.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38992026-03-30T16:16:21.541Z
39002026-03-30T16:16:21.541Zinfo: running `cargo check --bins` on reconfigurator-cli (207/267)
39012026-03-30T16:16:22.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-03-30T16:16:22.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-03-30T16:16:22.306Z Compiling fs-err v2.11.0
39042026-03-30T16:16:22.309Z Checking ignore v0.4.25
39052026-03-30T16:16:22.309Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39062026-03-30T16:16:22.309Z Checking predicates-tree v1.0.13
39072026-03-30T16:16:22.437Z Checking parse-size v1.1.0
39082026-03-30T16:16:22.461Z Checking rand_seeder v0.4.0
39092026-03-30T16:16:22.464Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39102026-03-30T16:16:22.485Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39112026-03-30T16:16:22.525Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39122026-03-30T16:16:22.557Z Compiling petname v2.0.2
39132026-03-30T16:16:22.598Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39142026-03-30T16:16:22.750Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39152026-03-30T16:16:22.770Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39162026-03-30T16:16:22.837Z Checking globwalk v0.9.1
39172026-03-30T16:16:22.871Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39182026-03-30T16:16:22.967Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39192026-03-30T16:16:22.996Z Checking sapling-renderdag v0.1.0
39202026-03-30T16:16:23.012Z Checking camino-tempfile-ext v0.3.3
39212026-03-30T16:16:23.146Z Checking sync-ptr v0.1.4
39222026-03-30T16:16:23.197Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39232026-03-30T16:16:23.231Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39242026-03-30T16:16:23.283Z Checking colored v2.2.0
39252026-03-30T16:16:23.351Z Checking assert_matches v1.5.0
39262026-03-30T16:16:23.568Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39272026-03-30T16:16:23.670Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39282026-03-30T16:16:23.673Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39292026-03-30T16:16:24.250Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39302026-03-30T16:16:25.551Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39312026-03-30T16:16:27.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s
39322026-03-30T16:16:27.929Z
39332026-03-30T16:16:27.929Zinfo: running `cargo check --bins` on omicron-repl-utils (208/267)
39342026-03-30T16:16:28.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-03-30T16:16:28.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-03-30T16:16:28.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372026-03-30T16:16:28.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39382026-03-30T16:16:28.515Z
39392026-03-30T16:16:28.515Zinfo: running `cargo check --bins` on nexus-test-interface (209/267)
39402026-03-30T16:16:29.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-03-30T16:16:29.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-03-30T16:16:29.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39432026-03-30T16:16:29.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39442026-03-30T16:16:29.171Z
39452026-03-30T16:16:29.172Zinfo: running `cargo check --bins` on oximeter-collector (210/267)
39462026-03-30T16:16:29.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-03-30T16:16:29.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-03-30T16:16:29.909Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39492026-03-30T16:16:29.913Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39502026-03-30T16:16:30.536Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39512026-03-30T16:16:32.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.87s
39522026-03-30T16:16:32.245Z
39532026-03-30T16:16:32.245Zinfo: running `cargo check --bins` on oximeter-api (211/267)
39542026-03-30T16:16:32.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-03-30T16:16:32.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-03-30T16:16:32.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39572026-03-30T16:16:32.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39582026-03-30T16:16:32.846Z
39592026-03-30T16:16:32.846Zinfo: running `cargo check --bins` on cert-dev (212/267)
39602026-03-30T16:16:33.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-03-30T16:16:33.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-03-30T16:16:33.456Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39632026-03-30T16:16:33.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
39642026-03-30T16:16:33.899Z
39652026-03-30T16:16:33.899Zinfo: running `cargo check --bins` on clickana (213/267)
39662026-03-30T16:16:34.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-03-30T16:16:34.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-03-30T16:16:34.546Z Compiling darling_core v0.23.0
39692026-03-30T16:16:34.550Z Compiling instability v0.3.11
39702026-03-30T16:16:34.662Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39712026-03-30T16:16:34.665Z Checking castaway v0.2.4
39722026-03-30T16:16:34.668Z Compiling indoc v2.0.7
39732026-03-30T16:16:34.675Z Checking unicode-truncate v1.1.0
39742026-03-30T16:16:34.693Z Checking lru v0.12.5
39752026-03-30T16:16:34.696Z Checking cassowary v0.3.0
39762026-03-30T16:16:34.760Z Checking compact_str v0.8.1
39772026-03-30T16:16:35.591Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39782026-03-30T16:16:35.771Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39792026-03-30T16:16:36.072Z Compiling darling_macro v0.23.0
39802026-03-30T16:16:36.482Z Compiling darling v0.23.0
39812026-03-30T16:16:37.069Z Checking ratatui v0.29.0
39822026-03-30T16:16:38.122Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39832026-03-30T16:16:38.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
39842026-03-30T16:16:38.970Z
39852026-03-30T16:16:38.970Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (214/267)
39862026-03-30T16:16:39.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-03-30T16:16:39.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-03-30T16:16:39.695Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39892026-03-30T16:16:39.698Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39902026-03-30T16:16:40.285Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39912026-03-30T16:16:40.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
39922026-03-30T16:16:40.895Z
39932026-03-30T16:16:40.895Zinfo: running `cargo check --bins` on ch-dev (215/267)
39942026-03-30T16:16:41.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-03-30T16:16:41.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-03-30T16:16:41.623Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39972026-03-30T16:16:42.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
39982026-03-30T16:16:42.551Z
39992026-03-30T16:16:42.551Zinfo: running `cargo check --bins` on dev-tools-common (216/267)
40002026-03-30T16:16:42.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-03-30T16:16:42.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-03-30T16:16:42.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40032026-03-30T16:16:42.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40042026-03-30T16:16:43.031Z
40052026-03-30T16:16:43.031Zinfo: running `cargo check --bins` on crdb-seed (217/267)
40062026-03-30T16:16:43.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-03-30T16:16:43.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-03-30T16:16:43.751Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40092026-03-30T16:16:44.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
40102026-03-30T16:16:44.381Z
40112026-03-30T16:16:44.381Zinfo: running `cargo check --bins` on db-dev (218/267)
40122026-03-30T16:16:44.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-03-30T16:16:44.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-03-30T16:16:45.101Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40152026-03-30T16:16:45.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40162026-03-30T16:16:46.055Z
40172026-03-30T16:16:46.056Zinfo: running `cargo check --bins` on omicron-dev-lib (219/267)
40182026-03-30T16:16:46.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-03-30T16:16:46.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-03-30T16:16:46.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-03-30T16:16:46.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40222026-03-30T16:16:46.698Z
40232026-03-30T16:16:46.698Zinfo: running `cargo check --bins` on xtask-downloader (220/267)
40242026-03-30T16:16:47.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-03-30T16:16:47.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-03-30T16:16:47.308Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40272026-03-30T16:16:47.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40282026-03-30T16:16:48.167Z
40292026-03-30T16:16:48.167Zinfo: running `cargo check --bins` on omicron-dropshot-apis (221/267)
40302026-03-30T16:16:48.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-03-30T16:16:48.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-03-30T16:16:48.907Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40332026-03-30T16:16:48.907Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40342026-03-30T16:16:48.910Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40352026-03-30T16:16:48.910Z Checking git-stub v1.0.0
40362026-03-30T16:16:48.910Z Compiling trait-variant v0.1.2
40372026-03-30T16:16:48.910Z Checking maplit v1.0.2
40382026-03-30T16:16:48.910Z Checking is_ci v1.2.0
40392026-03-30T16:16:49.026Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40402026-03-30T16:16:49.100Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40412026-03-30T16:16:49.163Z Checking supports-color v3.0.2
40422026-03-30T16:16:49.203Z Checking git-stub-vcs v0.1.0
40432026-03-30T16:16:49.279Z Checking drift v0.1.3
40442026-03-30T16:16:49.292Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40452026-03-30T16:16:49.310Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40462026-03-30T16:16:49.395Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40472026-03-30T16:16:49.483Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40482026-03-30T16:16:49.555Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40492026-03-30T16:16:49.565Z Checking dropshot-api-manager v0.6.0
40502026-03-30T16:16:49.588Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40512026-03-30T16:16:49.762Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40522026-03-30T16:16:49.802Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40532026-03-30T16:16:49.929Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40542026-03-30T16:16:50.275Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40552026-03-30T16:16:55.183Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40562026-03-30T16:16:56.213Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40572026-03-30T16:16:56.795Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40582026-03-30T16:16:57.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.03s
40592026-03-30T16:16:57.415Z
40602026-03-30T16:16:57.415Zinfo: running `cargo check --bins` on installinator-api (222/267)
40612026-03-30T16:16:57.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-03-30T16:16:57.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-03-30T16:16:57.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-03-30T16:16:57.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40652026-03-30T16:16:58.019Z
40662026-03-30T16:16:58.019Zinfo: running `cargo check --bins` on nexus-external-api (223/267)
40672026-03-30T16:16:58.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-03-30T16:16:58.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-03-30T16:16:58.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40702026-03-30T16:16:58.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40712026-03-30T16:16:58.651Z
40722026-03-30T16:16:58.651Zinfo: running `cargo check --bins` on nexus-internal-api (224/267)
40732026-03-30T16:16:59.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-03-30T16:16:59.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-03-30T16:16:59.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-03-30T16:16:59.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40772026-03-30T16:16:59.286Z
40782026-03-30T16:16:59.287Zinfo: running `cargo check --bins` on nexus-lockstep-api (225/267)
40792026-03-30T16:16:59.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-03-30T16:16:59.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-03-30T16:16:59.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-03-30T16:16:59.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40832026-03-30T16:16:59.920Z
40842026-03-30T16:16:59.920Zinfo: running `cargo check --bins` on ntp-admin-api (226/267)
40852026-03-30T16:17:00.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-03-30T16:17:00.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-03-30T16:17:00.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-03-30T16:17:00.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40892026-03-30T16:17:00.510Z
40902026-03-30T16:17:00.510Zinfo: running `cargo check --bins` on ntp-admin-types-versions (227/267)
40912026-03-30T16:17:01.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-03-30T16:17:01.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-03-30T16:17:01.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-03-30T16:17:01.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40952026-03-30T16:17:01.096Z
40962026-03-30T16:17:01.096Zinfo: running `cargo check --bins` on wicketd-api (228/267)
40972026-03-30T16:17:01.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-03-30T16:17:01.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-03-30T16:17:01.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41002026-03-30T16:17:01.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41012026-03-30T16:17:01.709Z
41022026-03-30T16:17:01.709Zinfo: running `cargo check --bins` on omicron-ls-apis (229/267)
41032026-03-30T16:17:02.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-03-30T16:17:02.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-03-30T16:17:02.314Z Checking erased-serde v0.4.9
41062026-03-30T16:17:02.420Z Checking ordered-float v2.10.1
41072026-03-30T16:17:02.435Z Checking unicode-xid v0.2.6
41082026-03-30T16:17:02.451Z Checking cargo-platform v0.2.0
41092026-03-30T16:17:02.611Z Checking serde-value v0.7.0
41102026-03-30T16:17:02.717Z Checking serde-untagged v0.1.9
41112026-03-30T16:17:02.872Z Checking cargo-util-schemas v0.8.2
41122026-03-30T16:17:03.547Z Checking cargo_metadata v0.21.0
41132026-03-30T16:17:04.176Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41142026-03-30T16:17:04.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
41152026-03-30T16:17:05.018Z
41162026-03-30T16:17:05.018Zinfo: running `cargo check --bins` on mgs-dev (230/267)
41172026-03-30T16:17:05.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41182026-03-30T16:17:05.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41192026-03-30T16:17:05.755Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41202026-03-30T16:17:06.362Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41212026-03-30T16:17:06.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
41222026-03-30T16:17:07.069Z
41232026-03-30T16:17:07.069Zinfo: running `cargo check --bins` on omicron-omdb (231/267)
41242026-03-30T16:17:07.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-03-30T16:17:07.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-03-30T16:17:07.936Z Compiling vergen-gitcl v1.0.8
41272026-03-30T16:17:07.936Z Compiling dirs-sys-next v0.1.2
41282026-03-30T16:17:07.936Z Compiling crunchy v0.2.4
41292026-03-30T16:17:07.936Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41302026-03-30T16:17:07.939Z Compiling diesel_derives v2.3.7
41312026-03-30T16:17:07.939Z Compiling glob v0.3.3
41322026-03-30T16:17:07.939Z Compiling dsl_auto_type v0.2.0
41332026-03-30T16:17:07.939Z Checking scheduled-thread-pool v0.2.7
41342026-03-30T16:17:08.224Z Compiling diesel_table_macro_syntax v0.3.0
41352026-03-30T16:17:08.271Z Compiling dirs-next v2.0.0
41362026-03-30T16:17:08.285Z Compiling tiny-keccak v2.0.2
41372026-03-30T16:17:08.400Z Compiling term v0.7.0
41382026-03-30T16:17:08.427Z Checking r2d2 v0.8.10
41392026-03-30T16:17:08.463Z Compiling bit-vec v0.6.3
41402026-03-30T16:17:08.492Z Compiling clang-sys v1.8.1
41412026-03-30T16:17:08.510Z Checking downcast-rs v2.0.2
41422026-03-30T16:17:08.616Z Compiling itertools v0.10.5
41432026-03-30T16:17:08.675Z Compiling ascii-canvas v3.0.0
41442026-03-30T16:17:08.856Z Compiling bit-set v0.5.3
41452026-03-30T16:17:08.944Z Compiling ena v0.14.4
41462026-03-30T16:17:08.958Z Compiling libloading v0.8.9
41472026-03-30T16:17:08.973Z Compiling diff v0.1.13
41482026-03-30T16:17:09.004Z Compiling regex-syntax v0.6.29
41492026-03-30T16:17:09.019Z Compiling bindgen v0.71.1
41502026-03-30T16:17:09.163Z Compiling cexpr v0.6.0
41512026-03-30T16:17:09.225Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41522026-03-30T16:17:09.416Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41532026-03-30T16:17:09.487Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41542026-03-30T16:17:09.569Z Compiling libxml v0.3.3
41552026-03-30T16:17:09.669Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41562026-03-30T16:17:09.822Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41572026-03-30T16:17:09.835Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41582026-03-30T16:17:09.984Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41592026-03-30T16:17:10.017Z Compiling strum_macros v0.24.3
41602026-03-30T16:17:10.065Z Compiling indoc v1.0.9
41612026-03-30T16:17:10.501Z Compiling lalrpop v0.19.12
41622026-03-30T16:17:11.083Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41632026-03-30T16:17:11.098Z Checking derive_builder v0.20.2
41642026-03-30T16:17:11.212Z Compiling oso-derive v0.27.3
41652026-03-30T16:17:11.272Z Checking quick-xml v0.37.5
41662026-03-30T16:17:11.342Z Compiling impl-trait-for-tuples v0.2.3
41672026-03-30T16:17:11.699Z Checking openssl-probe v0.1.6
41682026-03-30T16:17:11.840Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41692026-03-30T16:17:12.148Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41702026-03-30T16:17:12.340Z Checking bb8 v0.8.6
41712026-03-30T16:17:12.643Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41722026-03-30T16:17:12.663Z Checking nonempty v0.12.0
41732026-03-30T16:17:12.810Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41742026-03-30T16:17:12.829Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41752026-03-30T16:17:12.868Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41762026-03-30T16:17:12.916Z Checking support-bundle-viewer v0.1.2
41772026-03-30T16:17:13.038Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41782026-03-30T16:17:13.054Z Checking multimap v0.10.1
41792026-03-30T16:17:13.876Z Checking diesel v2.3.7
41802026-03-30T16:17:15.172Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41812026-03-30T16:17:16.254Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41822026-03-30T16:17:16.315Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41832026-03-30T16:17:16.813Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41842026-03-30T16:17:17.864Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41852026-03-30T16:17:17.883Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41862026-03-30T16:17:17.970Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41872026-03-30T16:17:18.694Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41882026-03-30T16:17:20.686Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41892026-03-30T16:17:25.542Z Compiling samael v0.0.19
41902026-03-30T16:17:29.448Z Checking diesel-dtrace v0.5.0
41912026-03-30T16:17:29.689Z Checking async-bb8-diesel v0.2.1
41922026-03-30T16:17:30.668Z Compiling polar-core v0.27.3
41932026-03-30T16:17:35.129Z Checking oso v0.27.3
41942026-03-30T16:18:10.384Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41952026-03-30T16:18:42.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s
41962026-03-30T16:18:42.850Z
41972026-03-30T16:18:42.851Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (232/267)
41982026-03-30T16:18:43.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-03-30T16:18:43.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-03-30T16:18:43.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-03-30T16:18:43.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42022026-03-30T16:18:43.504Z
42032026-03-30T16:18:43.504Zinfo: running `cargo check --bins` on nexus-saga-recovery (233/267)
42042026-03-30T16:18:44.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-03-30T16:18:44.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-03-30T16:18:44.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-03-30T16:18:44.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42082026-03-30T16:18:44.153Z
42092026-03-30T16:18:44.153Zinfo: running `cargo check --bins` on nexus-test-utils-macros (234/267)
42102026-03-30T16:18:44.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-03-30T16:18:44.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-03-30T16:18:44.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-03-30T16:18:44.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42142026-03-30T16:18:44.731Z
42152026-03-30T16:18:44.732Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (235/267)
42162026-03-30T16:18:45.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-03-30T16:18:45.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-03-30T16:18:45.588Z Compiling libz-sys v1.1.24
42192026-03-30T16:18:45.718Z Compiling libgit2-sys v0.18.3+1.9.2
42202026-03-30T16:18:45.730Z Compiling vergen-git2 v1.0.7
42212026-03-30T16:18:45.738Z Compiling rustls v0.21.12
42222026-03-30T16:18:45.749Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42232026-03-30T16:18:45.761Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42242026-03-30T16:18:45.765Z Checking sct v0.7.1
42252026-03-30T16:18:45.765Z Checking rustls-webpki v0.101.7
42262026-03-30T16:18:45.889Z Compiling nix v0.29.0
42272026-03-30T16:18:45.938Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42282026-03-30T16:18:45.943Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42292026-03-30T16:18:46.026Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42302026-03-30T16:18:46.101Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42312026-03-30T16:18:46.270Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42322026-03-30T16:18:46.284Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42332026-03-30T16:18:46.332Z Checking rustls-pemfile v1.0.4
42342026-03-30T16:18:46.467Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42352026-03-30T16:18:46.527Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42362026-03-30T16:18:46.659Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42372026-03-30T16:18:46.715Z Checking twox-hash v2.1.2
42382026-03-30T16:18:46.853Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42392026-03-30T16:18:47.383Z Checking tokio-rustls v0.24.1
42402026-03-30T16:18:47.436Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42412026-03-30T16:18:47.515Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42422026-03-30T16:18:47.532Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42432026-03-30T16:18:47.575Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42442026-03-30T16:18:47.716Z Checking fatfs v0.3.6
42452026-03-30T16:18:48.176Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42462026-03-30T16:18:48.192Z Compiling seq-macro v0.3.6
42472026-03-30T16:18:52.203Z Compiling git2 v0.20.4
42482026-03-30T16:18:52.405Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42492026-03-30T16:18:52.541Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42502026-03-30T16:18:54.441Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42512026-03-30T16:19:42.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.34s
42522026-03-30T16:19:42.307Z
42532026-03-30T16:19:42.307Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (236/267)
42542026-03-30T16:19:42.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-03-30T16:19:42.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-03-30T16:19:43.180Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42572026-03-30T16:20:21.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.37s
42582026-03-30T16:20:21.932Z
42592026-03-30T16:20:21.932Zinfo: running `cargo check --bins` on nexus-background-task-interface (237/267)
42602026-03-30T16:20:22.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-03-30T16:20:22.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-03-30T16:20:22.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42632026-03-30T16:20:22.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42642026-03-30T16:20:22.498Z
42652026-03-30T16:20:22.499Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (238/267)
42662026-03-30T16:20:23.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-03-30T16:20:23.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-03-30T16:20:23.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42692026-03-30T16:20:23.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42702026-03-30T16:20:23.148Z
42712026-03-30T16:20:23.148Zinfo: running `cargo check --bins` on nexus-mgs-updates (239/267)
42722026-03-30T16:20:23.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732026-03-30T16:20:23.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742026-03-30T16:20:23.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42752026-03-30T16:20:23.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42762026-03-30T16:20:23.788Z
42772026-03-30T16:20:23.789Zinfo: running `cargo check --bins` on nexus-networking (240/267)
42782026-03-30T16:20:24.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42792026-03-30T16:20:24.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42802026-03-30T16:20:24.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42812026-03-30T16:20:24.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42822026-03-30T16:20:24.448Z
42832026-03-30T16:20:24.448Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (241/267)
42842026-03-30T16:20:24.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-03-30T16:20:24.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-03-30T16:20:24.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42872026-03-30T16:20:24.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42882026-03-30T16:20:25.084Z
42892026-03-30T16:20:25.084Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (242/267)
42902026-03-30T16:20:25.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42912026-03-30T16:20:25.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42922026-03-30T16:20:25.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42932026-03-30T16:20:25.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42942026-03-30T16:20:25.807Z
42952026-03-30T16:20:25.807Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/267)
42962026-03-30T16:20:26.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42972026-03-30T16:20:26.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42982026-03-30T16:20:26.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42992026-03-30T16:20:26.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43002026-03-30T16:20:26.538Z
43012026-03-30T16:20:26.538Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/267)
43022026-03-30T16:20:26.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43032026-03-30T16:20:26.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43042026-03-30T16:20:26.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43052026-03-30T16:20:26.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43062026-03-30T16:20:27.049Z
43072026-03-30T16:20:27.049Zinfo: running `cargo check --bins` on omicron-dev (245/267)
43082026-03-30T16:20:27.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43092026-03-30T16:20:27.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43102026-03-30T16:20:29.379Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43112026-03-30T16:20:29.379Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43122026-03-30T16:20:29.437Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43132026-03-30T16:20:29.437Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43142026-03-30T16:20:29.437Z Checking diff v0.1.13
43152026-03-30T16:20:29.437Z Checking yansi v1.0.1
43162026-03-30T16:20:29.437Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43172026-03-30T16:20:29.437Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43182026-03-30T16:20:29.437Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43192026-03-30T16:20:29.438Z Checking pretty_assertions v1.4.1
43202026-03-30T16:20:29.438Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43212026-03-30T16:20:51.900Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43222026-03-30T16:20:51.917Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43232026-03-30T16:20:51.917Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43242026-03-30T16:20:51.917Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43252026-03-30T16:20:51.917Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43262026-03-30T16:20:51.917Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43272026-03-30T16:20:52.575Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43282026-03-30T16:20:53.684Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43292026-03-30T16:21:32.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43302026-03-30T16:21:32.413Z
43312026-03-30T16:21:32.413Zinfo: running `cargo check --bins` on omicron-pins (246/267)
43322026-03-30T16:21:32.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-03-30T16:21:32.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-03-30T16:21:32.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43352026-03-30T16:21:32.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43362026-03-30T16:21:33.012Z
43372026-03-30T16:21:33.012Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (247/267)
43382026-03-30T16:21:33.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43392026-03-30T16:21:33.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43402026-03-30T16:21:33.779Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43412026-03-30T16:21:33.902Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43422026-03-30T16:21:33.902Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43432026-03-30T16:21:58.964Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43442026-03-30T16:21:59.333Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43452026-03-30T16:22:01.017Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43462026-03-30T16:22:01.455Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43472026-03-30T16:22:04.351Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43482026-03-30T16:22:26.210Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43492026-03-30T16:22:26.830Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43502026-03-30T16:22:28.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.42s
43512026-03-30T16:22:28.656Z
43522026-03-30T16:22:28.656Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (248/267)
43532026-03-30T16:22:29.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-03-30T16:22:29.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-03-30T16:22:29.395Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43562026-03-30T16:22:30.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
43572026-03-30T16:22:30.263Z
43582026-03-30T16:22:30.263Zinfo: running `cargo check --bins` on omicron-releng (249/267)
43592026-03-30T16:22:30.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-03-30T16:22:30.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-03-30T16:22:30.898Z Compiling blake3 v1.8.3
43622026-03-30T16:22:31.016Z Checking arrayref v0.3.9
43632026-03-30T16:22:31.017Z Checking constant_time_eq v0.4.2
43642026-03-30T16:22:31.028Z Checking arrayvec v0.7.6
43652026-03-30T16:22:31.028Z Checking topological-sort v0.2.2
43662026-03-30T16:22:31.028Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43672026-03-30T16:22:31.028Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43682026-03-30T16:22:31.028Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43692026-03-30T16:22:31.065Z Checking shell-words v1.1.1
43702026-03-30T16:22:31.882Z Checking omicron-zone-package v0.12.2
43712026-03-30T16:22:32.586Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43722026-03-30T16:22:33.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
43732026-03-30T16:22:33.587Z
43742026-03-30T16:22:33.587Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (250/267)
43752026-03-30T16:22:34.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43762026-03-30T16:22:34.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43772026-03-30T16:22:34.238Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43782026-03-30T16:22:34.554Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43792026-03-30T16:22:34.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
43802026-03-30T16:22:35.141Z
43812026-03-30T16:22:35.141Zinfo: running `cargo check --bins` on xtask (251/267)
43822026-03-30T16:22:35.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-03-30T16:22:35.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-03-30T16:22:35.599Z Checking libc v0.2.180
43852026-03-30T16:22:35.680Z Checking serde v1.0.228
43862026-03-30T16:22:35.686Z Checking zerofrom v0.1.6
43872026-03-30T16:22:35.690Z Checking bitflags v2.11.0
43882026-03-30T16:22:35.696Z Checking hashbrown v0.16.1
43892026-03-30T16:22:35.701Z Checking smallvec v1.15.1
43902026-03-30T16:22:35.714Z Checking serde_json v1.0.149
43912026-03-30T16:22:35.721Z Checking scroll v0.12.0
43922026-03-30T16:22:35.782Z Checking yoke v0.8.1
43932026-03-30T16:22:35.837Z Checking num-traits v0.2.19
43942026-03-30T16:22:35.877Z Checking thiserror v1.0.69
43952026-03-30T16:22:35.939Z Checking percent-encoding v2.3.2
43962026-03-30T16:22:35.950Z Checking zerovec v0.11.5
43972026-03-30T16:22:35.973Z Checking zerotrie v0.2.3
43982026-03-30T16:22:35.984Z Checking errno v0.3.14
43992026-03-30T16:22:36.074Z Checking toml_datetime v0.6.11
44002026-03-30T16:22:36.084Z Checking serde_spanned v0.6.9
44012026-03-30T16:22:36.102Z Checking rustix v1.1.3
44022026-03-30T16:22:36.156Z Checking indexmap v2.13.0
44032026-03-30T16:22:36.206Z Checking log v0.4.29
44042026-03-30T16:22:36.220Z Checking zerocopy v0.7.35
44052026-03-30T16:22:36.256Z Checking form_urlencoded v1.2.2
44062026-03-30T16:22:36.330Z Checking getrandom v0.4.1
44072026-03-30T16:22:36.355Z Checking goblin v0.8.2
44082026-03-30T16:22:36.375Z Checking ordered-float v2.10.1
44092026-03-30T16:22:36.385Z Checking thiserror v2.0.18
44102026-03-30T16:22:36.396Z Checking tinystr v0.8.2
44112026-03-30T16:22:36.458Z Checking potential_utf v0.1.4
44122026-03-30T16:22:36.502Z Checking syn v2.0.117
44132026-03-30T16:22:36.570Z Checking icu_locale_core v2.1.1
44142026-03-30T16:22:36.589Z Checking icu_collections v2.1.1
44152026-03-30T16:22:36.600Z Checking serde-value v0.7.0
44162026-03-30T16:22:36.690Z Checking toml_edit v0.22.27
44172026-03-30T16:22:36.708Z Checking dtrace-parser v0.2.0
44182026-03-30T16:22:36.798Z Checking thread-id v4.2.2
44192026-03-30T16:22:36.881Z Checking once_cell v1.21.3
44202026-03-30T16:22:36.900Z Checking cargo-platform v0.2.0
44212026-03-30T16:22:36.915Z Checking terminal_size v0.4.3
44222026-03-30T16:22:36.945Z Checking memmap v0.7.0
44232026-03-30T16:22:37.051Z Checking clap_builder v4.5.60
44242026-03-30T16:22:37.057Z Checking tempfile v3.25.0
44252026-03-30T16:22:37.078Z Checking textwrap v0.16.2
44262026-03-30T16:22:37.087Z Checking fs-err v3.3.0
44272026-03-30T16:22:37.137Z Checking icu_provider v2.1.1
44282026-03-30T16:22:37.236Z Checking camino-tempfile v1.4.1
44292026-03-30T16:22:37.258Z Checking tabled v0.15.0
44302026-03-30T16:22:37.285Z Checking anyhow v1.0.102
44312026-03-30T16:22:37.378Z Checking icu_properties v2.1.2
44322026-03-30T16:22:37.389Z Checking icu_normalizer v2.1.1
44332026-03-30T16:22:37.483Z Checking macaddr v1.0.1
44342026-03-30T16:22:37.653Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44352026-03-30T16:22:37.772Z Checking toml v0.8.23
44362026-03-30T16:22:38.086Z Checking cargo_toml v0.21.0
44372026-03-30T16:22:38.173Z Checking idna_adapter v1.2.1
44382026-03-30T16:22:38.248Z Checking dof v0.3.0
44392026-03-30T16:22:38.259Z Checking clap v4.5.60
44402026-03-30T16:22:38.291Z Checking idna v1.1.0
44412026-03-30T16:22:38.490Z Checking usdt-impl v0.5.0
44422026-03-30T16:22:38.510Z Checking url v2.5.8
44432026-03-30T16:22:38.741Z Checking usdt v0.5.0
44442026-03-30T16:22:38.859Z Checking cargo-util-schemas v0.8.2
44452026-03-30T16:22:39.527Z Checking cargo_metadata v0.21.0
44462026-03-30T16:22:40.142Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44472026-03-30T16:22:40.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
44482026-03-30T16:22:40.675Z
44492026-03-30T16:22:40.675Zinfo: running `cargo check --bins` on end-to-end-tests (252/267)
44502026-03-30T16:22:41.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-03-30T16:22:41.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-03-30T16:22:41.484Z Checking polyval v0.6.2
44532026-03-30T16:22:41.609Z Checking ctr v0.9.2
44542026-03-30T16:22:41.619Z Checking ssh-encoding v0.2.0
44552026-03-30T16:22:41.619Z Checking blowfish v0.9.1
44562026-03-30T16:22:41.641Z Checking password-hash v0.4.2
44572026-03-30T16:22:41.657Z Checking p256 v0.13.2
44582026-03-30T16:22:41.660Z Checking p521 v0.13.3
44592026-03-30T16:22:41.686Z Checking russh-cryptovec v0.7.3
44602026-03-30T16:22:41.749Z Checking ghash v0.5.1
44612026-03-30T16:22:41.765Z Checking bcrypt-pbkdf v0.10.0
44622026-03-30T16:22:41.765Z Checking md5 v0.7.0
44632026-03-30T16:22:41.816Z Checking num-bigint v0.4.6
44642026-03-30T16:22:41.816Z Checking des v0.8.1
44652026-03-30T16:22:41.863Z Checking aes-gcm v0.10.3
44662026-03-30T16:22:41.866Z Checking pbkdf2 v0.11.0
44672026-03-30T16:22:41.902Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44682026-03-30T16:22:41.917Z Checking hex-literal v0.4.1
44692026-03-30T16:22:41.939Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44702026-03-30T16:22:41.997Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44712026-03-30T16:22:42.011Z Checking socket2 v0.5.10
44722026-03-30T16:22:42.016Z Checking ssh-cipher v0.2.0
44732026-03-30T16:22:42.039Z Checking internet-checksum v0.2.1
44742026-03-30T16:22:42.186Z Checking ssh-key v0.6.7
44752026-03-30T16:22:42.290Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44762026-03-30T16:22:42.798Z Checking russh-keys v0.45.0
44772026-03-30T16:22:43.342Z Checking russh v0.45.0
44782026-03-30T16:22:57.988Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44792026-03-30T16:22:59.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.48s
44802026-03-30T16:22:59.368Z
44812026-03-30T16:22:59.368Zinfo: running `cargo check --bins` on gateway-cli (253/267)
44822026-03-30T16:22:59.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-03-30T16:22:59.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-03-30T16:23:00.011Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44852026-03-30T16:23:00.119Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44862026-03-30T16:23:00.126Z Checking termios v0.3.3
44872026-03-30T16:23:01.313Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44882026-03-30T16:23:01.459Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44892026-03-30T16:23:03.299Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44902026-03-30T16:23:03.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
44912026-03-30T16:23:04.046Z
44922026-03-30T16:23:04.047Zinfo: running `cargo check --bins --no-default-features` on installinator (254/267)
44932026-03-30T16:23:04.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-03-30T16:23:04.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-03-30T16:23:04.748Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44962026-03-30T16:23:04.861Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44972026-03-30T16:23:04.871Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44982026-03-30T16:23:04.871Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44992026-03-30T16:23:04.878Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45002026-03-30T16:23:05.087Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45012026-03-30T16:23:05.087Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45022026-03-30T16:23:05.780Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45032026-03-30T16:23:05.943Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45042026-03-30T16:23:05.946Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45052026-03-30T16:23:06.584Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45062026-03-30T16:23:08.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
45072026-03-30T16:23:08.334Z
45082026-03-30T16:23:08.334Zinfo: running `cargo check --bins` on internal-dns-cli (255/267)
45092026-03-30T16:23:08.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-03-30T16:23:08.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-03-30T16:23:08.967Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45122026-03-30T16:23:09.417Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45132026-03-30T16:23:09.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45142026-03-30T16:23:09.931Z
45152026-03-30T16:23:09.931Zinfo: running `cargo check --bins` on omicron-live-tests (256/267)
45162026-03-30T16:23:10.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45172026-03-30T16:23:10.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45182026-03-30T16:23:10.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45192026-03-30T16:23:10.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45202026-03-30T16:23:10.519Z
45212026-03-30T16:23:10.519Zinfo: running `cargo check --bins` on live-tests-macros (257/267)
45222026-03-30T16:23:11.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-03-30T16:23:11.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-03-30T16:23:11.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45252026-03-30T16:23:11.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45262026-03-30T16:23:11.112Z
45272026-03-30T16:23:11.112Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (258/267)
45282026-03-30T16:23:11.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-03-30T16:23:11.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-03-30T16:23:11.855Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45312026-03-30T16:23:12.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
45322026-03-30T16:23:12.649Z
45332026-03-30T16:23:12.649Zinfo: running `cargo check --bins` on omicron-ntp-admin (259/267)
45342026-03-30T16:23:13.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-03-30T16:23:13.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-03-30T16:23:13.296Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45372026-03-30T16:23:13.301Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45382026-03-30T16:23:13.546Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45392026-03-30T16:23:13.546Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45402026-03-30T16:23:14.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
45412026-03-30T16:23:14.510Z
45422026-03-30T16:23:14.510Zinfo: running `cargo check --bins` on ntp-admin-types (260/267)
45432026-03-30T16:23:15.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-03-30T16:23:15.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-03-30T16:23:15.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45462026-03-30T16:23:15.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45472026-03-30T16:23:15.096Z
45482026-03-30T16:23:15.096Zinfo: running `cargo check --bins` on omicron-package (261/267)
45492026-03-30T16:23:15.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-03-30T16:23:15.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-03-30T16:23:15.754Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45522026-03-30T16:23:16.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
45532026-03-30T16:23:16.997Z
45542026-03-30T16:23:16.997Zinfo: running `cargo check --bins` on tqdb (262/267)
45552026-03-30T16:23:17.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-03-30T16:23:17.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-03-30T16:23:17.764Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45582026-03-30T16:23:18.115Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45592026-03-30T16:23:18.622Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45602026-03-30T16:23:18.625Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45612026-03-30T16:23:23.781Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45622026-03-30T16:23:24.450Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45632026-03-30T16:23:24.453Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45642026-03-30T16:23:24.453Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45652026-03-30T16:23:24.453Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45662026-03-30T16:23:25.176Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45672026-03-30T16:23:31.943Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45682026-03-30T16:23:37.933Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45692026-03-30T16:23:37.936Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45702026-03-30T16:23:37.936Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45712026-03-30T16:23:37.936Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45722026-03-30T16:23:39.354Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45732026-03-30T16:23:40.639Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45742026-03-30T16:23:41.298Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45752026-03-30T16:23:42.521Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45762026-03-30T16:23:43.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.04s
45772026-03-30T16:23:43.257Z
45782026-03-30T16:23:43.257Zinfo: running `cargo check --bins` on wicket-dbg (263/267)
45792026-03-30T16:23:43.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45802026-03-30T16:23:43.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45812026-03-30T16:23:43.963Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45822026-03-30T16:23:43.966Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45832026-03-30T16:23:43.966Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45842026-03-30T16:23:44.098Z Checking rtoolbox v0.0.3
45852026-03-30T16:23:44.108Z Checking tui-tree-widget v0.23.1
45862026-03-30T16:23:44.217Z Checking rpassword v7.4.0
45872026-03-30T16:23:44.322Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45882026-03-30T16:23:45.009Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45892026-03-30T16:23:50.137Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45902026-03-30T16:23:50.824Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45912026-03-30T16:23:51.829Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45922026-03-30T16:23:56.308Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45932026-03-30T16:23:56.696Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45942026-03-30T16:23:57.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.33s
45952026-03-30T16:23:57.793Z
45962026-03-30T16:23:57.793Zinfo: running `cargo check --bins` on wicket (264/267)
45972026-03-30T16:23:58.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45982026-03-30T16:23:58.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45992026-03-30T16:23:58.482Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46002026-03-30T16:23:58.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
46012026-03-30T16:23:59.027Z
46022026-03-30T16:23:59.027Zinfo: running `cargo check --bins` on wicketd (265/267)
46032026-03-30T16:23:59.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46042026-03-30T16:23:59.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46052026-03-30T16:23:59.750Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46062026-03-30T16:23:59.759Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46072026-03-30T16:23:59.760Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46082026-03-30T16:23:59.760Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46092026-03-30T16:24:00.739Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46102026-03-30T16:24:01.310Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46112026-03-30T16:24:04.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s
46122026-03-30T16:24:04.401Z
46132026-03-30T16:24:04.401Zinfo: running `cargo check --bins` on omicron-workspace-hack (266/267)
46142026-03-30T16:24:04.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46152026-03-30T16:24:04.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46162026-03-30T16:24:04.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46172026-03-30T16:24:04.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46182026-03-30T16:24:04.986Z
46192026-03-30T16:24:04.987Zinfo: running `cargo check --bins` on zone-setup (267/267)
46202026-03-30T16:24:05.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-03-30T16:24:05.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-03-30T16:24:05.651Z Checking uzers v0.12.2
46232026-03-30T16:24:05.923Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46242026-03-30T16:24:06.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
46252026-03-30T16:24:06.866Z
46262026-03-30T16:24:06.867Zreal 13:39.822593663
46272026-03-30T16:24:06.867Zuser 20:13.356406437
46282026-03-30T16:24:06.870Zsys 4:10.295981370
46292026-03-30T16:24:06.870Ztrap 0.322568958
46302026-03-30T16:24:06.870Ztflt 0.246772807
46312026-03-30T16:24:06.870Zdflt 0.578387402
46322026-03-30T16:24:06.871Zkflt 0.000926209
46332026-03-30T16:24:06.871Zlock 1:15:27.761084232
46342026-03-30T16:24:06.871Zslp 1:35:46.118984477
46352026-03-30T16:24:06.871Zlat 1:09.883632859
46362026-03-30T16:24:06.871Zstop 4:07.280753926
46372026-03-30T16:24:06.871Zprocess exited: duration 1003812 ms, exit code 0
 
46382026-03-30T16:24:06.879Zfound 0 output files