01KKYP9WZWVD64JSF1A4KRX8E9: 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: 01KKYPACMBRYM24MQVR7MJW85Y

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-17T20:04:23.275Zjob assigned to worker 01KKYPAK4N3NMT9F7VP9DJ8DV8 [factory aws, i-0491bd2ed5de890d7] (queued for 1 m 9 s)
 
22026-03-17T20:04:31.345Zstarting task 0: "setup"
32026-03-17T20:04:31.351Z++ uname -s
42026-03-17T20:04:31.354Z+ kern=SunOS
52026-03-17T20:04:31.354Z+ build_user=build
62026-03-17T20:04:31.354Z+ build_uid=12345
72026-03-17T20:04:31.354Z+ work_dir=/work
82026-03-17T20:04:31.354Z+ input_dir=/input
92026-03-17T20:04:31.354Z+ [[ 0 == 12345 ]]
102026-03-17T20:04:31.354Z+ case "$kern" in
112026-03-17T20:04:31.354Z+ groupadd -g 12345 build
122026-03-17T20:04:31.358Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-17T20:04:33.361Z+ zfs create -o mountpoint=/work rpool/work
142026-03-17T20:04:33.476Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-17T20:04:33.479Z+ home_fs=zfs
162026-03-17T20:04:33.479Z+ [[ zfs == autofs ]]
172026-03-17T20:04:33.479Z+ mkdir -p /home/build
182026-03-17T20:04:33.482Z+ chown build:build /home/build /work
192026-03-17T20:04:35.482Z+ chmod 0700 /home/build /work
202026-03-17T20:04:35.484Zprocess exited: duration 4140 ms, exit code 0
 
212026-03-17T20:04:35.490Zstarting task 1: "rust-toolchain"
222026-03-17T20:04:35.494Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-17T20:04:35.494Z * rust toolchain channel = "1.91.1"
242026-03-17T20:04:35.494Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-17T20:04:35.495Z * rust toolchain profile = "default"
262026-03-17T20:04:35.495Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-17T20:04:35.495Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-17T20:04:35.497Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-17T20:04:35.497Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-17T20:04:35.632Zinfo: downloading installer
312026-03-17T20:04:37.044Zwarn: It looks like you have an existing installation of Rust at:
322026-03-17T20:04:37.044Zwarn: /opt/ooce/bin
332026-03-17T20:04:37.044Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-17T20:04:37.044Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-17T20:04:37.044Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-17T20:04:37.044Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-17T20:04:37.044Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-17T20:04:37.044Zerror: cannot install while Rust is installed
392026-03-17T20:04:37.044Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-17T20:04:37.044Zwarn: It looks like you have an existing rustup settings file at:
412026-03-17T20:04:37.044Zwarn: /home/build/.rustup/settings.toml
422026-03-17T20:04:37.044Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-17T20:04:37.045Zwarn: instead of the one inferred from the default host triple.
442026-03-17T20:04:37.061Zinfo: profile set to default
452026-03-17T20:04:37.061Zinfo: default host triple is x86_64-unknown-illumos
462026-03-17T20:04:37.064Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-17T20:04:37.248Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-17T20:04:37.250Zinfo: downloading 6 components
492026-03-17T20:04:53.851Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
502026-03-17T20:04:53.851Z
512026-03-17T20:04:53.888Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-17T20:04:53.889Z
532026-03-17T20:04:53.894Z
542026-03-17T20:04:53.894ZRust is installed now. Great!
552026-03-17T20:04:53.894Z
562026-03-17T20:04:53.894ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-17T20:04:53.894Zenvironment variable. This has not been done automatically.
582026-03-17T20:04:53.894Z
592026-03-17T20:04:53.894ZTo configure your current shell, you need to source
602026-03-17T20:04:53.894Zthe corresponding env file under $HOME/.cargo.
612026-03-17T20:04:53.894Z
622026-03-17T20:04:53.894ZThis is usually done by running one of the following (note the leading DOT):
632026-03-17T20:04:53.895Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-17T20:04:53.895Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-17T20:04:53.895Zsource "~/.cargo/env.nu" # For nushell
662026-03-17T20:04:53.895Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-17T20:04:53.895Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-17T20:04:53.895Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-17T20:04:53.895Zwarn: no default linker (`cc`) was found in your PATH
702026-03-17T20:04:53.895Zwarn: many Rust crates require a system C toolchain to build
712026-03-17T20:04:53.978Z+ rustup --version
722026-03-17T20:04:53.988Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-17T20:04:53.992Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-17T20:04:54.015Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-17T20:04:54.018Z+ cargo --version
762026-03-17T20:04:54.037Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-17T20:04:54.040Z+ rustc --version
782026-03-17T20:04:54.067Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-17T20:04:54.071Zprocess exited: duration 18581 ms, exit code 0
 
802026-03-17T20:04:54.078Zstarting task 2: "authentication"
812026-03-17T20:04:54.102Zprocess exited: duration 22 ms, exit code 0
 
822026-03-17T20:04:54.109Zstarting task 3: "clone repository"
832026-03-17T20:04:54.113Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-17T20:04:54.116Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-17T20:04:54.148ZCloning into '/work/oxidecomputer/omicron'...
862026-03-17T20:05:22.445Z+ cd /work/oxidecomputer/omicron
872026-03-17T20:05:22.446Z+ git fetch origin 6f12edd0ca0f8a94837748b17dc08d53c21e0a39
882026-03-17T20:05:23.204ZFrom https://github.com/oxidecomputer/omicron
892026-03-17T20:05:23.204Z * branch 6f12edd0ca0f8a94837748b17dc08d53c21e0a39 -> FETCH_HEAD
902026-03-17T20:05:23.216Z+ [[ -n zl/drop-mvlan-from-group ]]
912026-03-17T20:05:23.218Z++ git branch --show-current
922026-03-17T20:05:23.221Z+ current=main
932026-03-17T20:05:23.221Z+ [[ main != zl/drop-mvlan-from-group ]]
942026-03-17T20:05:23.221Z+ git branch -f zl/drop-mvlan-from-group 6f12edd0ca0f8a94837748b17dc08d53c21e0a39
952026-03-17T20:05:23.224Z+ git checkout -f zl/drop-mvlan-from-group
962026-03-17T20:05:23.536ZSwitched to branch 'zl/drop-mvlan-from-group'
972026-03-17T20:05:23.539Z+ git reset --hard 6f12edd0ca0f8a94837748b17dc08d53c21e0a39
982026-03-17T20:05:23.617ZHEAD is now at 6f12edd0c [review] add expectorate tests for multicast group allocation CTE queries + minor cleanup
992026-03-17T20:05:23.620Zprocess exited: duration 29517 ms, exit code 0
 
1002026-03-17T20:05:23.626Zstarting task 4: "build"
1012026-03-17T20:05:23.630Z+ source .github/buildomat/ci-env.sh
1022026-03-17T20:05:23.633Z++ export CARGO_TERM_COLOR=always
1032026-03-17T20:05:23.633Z++ CARGO_TERM_COLOR=always
1042026-03-17T20:05:23.633Z+ cargo --version
1052026-03-17T20:05:23.642Zcargo 1.91.1 (ea2d97820 2025-10-10)
1062026-03-17T20:05:23.645Z+ rustc --version
1072026-03-17T20:05:23.670Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1082026-03-17T20:05:23.673Z+ source ./env.sh
1092026-03-17T20:05:23.673Z++ OLD_SHELL_OPTS=ehxB
1102026-03-17T20:05:23.673Z++ set -o xtrace
1112026-03-17T20:05:23.676Z++++ dirname ./env.sh
1122026-03-17T20:05:23.679Z+++ readlink -f .
1132026-03-17T20:05:23.679Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-17T20:05:23.679Z++ 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-17T20:05:23.679Z++ 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-17T20:05:23.679Z++ 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-17T20:05:23.679Z++ 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-17T20:05:23.679Z++ 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-17T20:05:23.679Z++ 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-17T20:05:23.679Z++ 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-17T20:05:23.679Z++ 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-17T20:05:23.679Z++ case $OLD_SHELL_OPTS in
1232026-03-17T20:05:23.679Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-17T20:05:23.679Z+ 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-17T20:05:23.679Z+ 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-17T20:05:23.679Z+ banner prerequisites
1272026-03-17T20:05:23.682Z
1282026-03-17T20:05:23.682Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-17T20:05:23.682Z # # # # # # # # # # # # # # #
1302026-03-17T20:05:23.682Z # # # # ##### # # ##### # # # # # #### #
1312026-03-17T20:05:23.682Z ##### ##### # ##### # # # # # # # # #
1322026-03-17T20:05:23.682Z # # # # # # # # # # # # # # #
1332026-03-17T20:05:23.682Z # # # ###### # # ###### ### # #### # #### #
1342026-03-17T20:05:23.682Z
1352026-03-17T20:05:23.683Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-17T20:05:34.036Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-17T20:05:43.722Z Startup: Caching catalogs ... Done
1382026-03-17T20:06:06.385ZPlanning: Solver setup ... Done (21.002s)
1392026-03-17T20:06:06.536ZPlanning: Running solver ... Done (0.151s)
1402026-03-17T20:06:06.721ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-17T20:06:06.734ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-17T20:06:06.861ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-17T20:06:06.905ZPlanning: Package planning ... Done (0.043s)
1442026-03-17T20:06:06.943ZPlanning: Merging actions ... Done (0.039s)
1452026-03-17T20:06:07.180ZPlanning: Checking for conflicting actions ... Done (0.237s)
1462026-03-17T20:06:07.191ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-17T20:06:08.051ZPlanning: Evaluating mediators ... Done (0.859s)
1482026-03-17T20:06:08.060ZPlanning: Planning completed in 24.19 seconds
1492026-03-17T20:06:08.073Z Packages to install: 4
1502026-03-17T20:06:08.076Z Mediators to change: 2
1512026-03-17T20:06:08.076Z Services to change: 1
1522026-03-17T20:06:08.076Z Estimated space available: 155.43 GB
1532026-03-17T20:06:08.076ZEstimated space to be consumed: 1.83 GB
1542026-03-17T20:06:08.076Z Create boot environment: No
1552026-03-17T20:06:08.076ZCreate backup boot environment: No
1562026-03-17T20:06:08.076Z Rebuild boot archive: No
1572026-03-17T20:06:08.076Z
1582026-03-17T20:06:08.076ZChanged mediators:
1592026-03-17T20:06:08.076Z mediator clang:
1602026-03-17T20:06:08.076Z version: None -> 15 (system default)
1612026-03-17T20:06:08.077Z
1622026-03-17T20:06:08.077Z mediator llvm:
1632026-03-17T20:06:08.077Z version: 14 (system default) -> 15 (system default)
1642026-03-17T20:06:08.077Z
1652026-03-17T20:06:08.077ZChanged packages:
1662026-03-17T20:06:08.077Zhelios-dev
1672026-03-17T20:06:08.077Z developer/build-essential
1682026-03-17T20:06:08.077Z None -> 11-2.0
1692026-03-17T20:06:08.077Z library/libxmlsec1
1702026-03-17T20:06:08.077Z None -> 1.2.35-2.0
1712026-03-17T20:06:08.077Z ooce/developer/clang-15
1722026-03-17T20:06:08.077Z None -> 15.0.7-2.0
1732026-03-17T20:06:08.077Z ooce/developer/llvm-15
1742026-03-17T20:06:08.077Z None -> 15.0.7-2.0
1752026-03-17T20:06:08.078Z
1762026-03-17T20:06:08.078ZServices:
1772026-03-17T20:06:08.078Z restart_fmri:
1782026-03-17T20:06:08.078Z svc:/system/update-man-index:default
1792026-03-17T20:06:08.120Z
1802026-03-17T20:06:08.120ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-17T20:06:13.119ZDownload: 873/3290 items 18.9/212.6MB 8% complete (3.8M/s)
1822026-03-17T20:06:18.775ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (13.7M/s)
1832026-03-17T20:06:24.632ZDownload: 3288/3290 items 212.0/212.6MB 99% complete (19.3M/s)
1842026-03-17T20:06:24.669ZDownload: Completed 212.60 MB in 16.55 seconds (12.8M/s)
1852026-03-17T20:06:24.935Z Actions: 1/3689 actions (Installing new actions)
1862026-03-17T20:06:29.061Z Actions: Completed 3689 actions in 4.13 seconds.
1872026-03-17T20:06:29.435Z Done (0.369s)
1882026-03-17T20:06:29.435Z Done (0.000s)
1892026-03-17T20:06:30.435Z Done (0.999s)
1902026-03-17T20:06:34.417Z Done (3.637s)
1912026-03-17T20:06:34.503Z Done (0.018s)
1922026-03-17T20:06:34.506Z Done (0.000s)
1932026-03-17T20:06:34.682Z Done (0.000s)
1942026-03-17T20:06:35.675ZPlanning: Evaluating mediator changes ... Done
1952026-03-17T20:06:35.820ZPlanning: Checking for conflicting actions ... Done
1962026-03-17T20:06:35.823ZPlanning: Consolidating action changes ... Done
1972026-03-17T20:06:36.039ZPlanning: Evaluating mediators ... Done
1982026-03-17T20:06:36.041ZPlanning: Planning completed in 0.36 seconds
1992026-03-17T20:06:36.068Z Mediators to change: 2
2002026-03-17T20:06:36.069Z Create boot environment: No
2012026-03-17T20:06:36.071ZCreate backup boot environment: No
2022026-03-17T20:06:36.145Z Done
2032026-03-17T20:06:36.145Z Done
2042026-03-17T20:06:36.887Z Done
2052026-03-17T20:06:40.218Z Done
2062026-03-17T20:06:40.303Z Done
2072026-03-17T20:06:40.306Z Done
2082026-03-17T20:06:40.458Z Done
2092026-03-17T20:06:40.993ZPlanning: Evaluating mediator changes ... Done
2102026-03-17T20:06:40.996ZPlanning: Merging actions ... Done
2112026-03-17T20:06:41.160ZPlanning: Checking for conflicting actions ... Done
2122026-03-17T20:06:41.163ZPlanning: Consolidating action changes ... Done
2132026-03-17T20:06:41.379ZPlanning: Evaluating mediators ... Done
2142026-03-17T20:06:41.422ZPlanning: Planning completed in 0.63 seconds
2152026-03-17T20:06:41.452Z Packages to change: 1
2162026-03-17T20:06:41.452Z Mediators to change: 1
2172026-03-17T20:06:41.455Z Services to change: 1
2182026-03-17T20:06:41.455Z Create boot environment: No
2192026-03-17T20:06:41.455ZCreate backup boot environment: Yes
2202026-03-17T20:06:44.014Z Actions: 1/6 actions (Updating modified actions)
2212026-03-17T20:06:44.017Z Actions: Completed 6 actions in 0.00 seconds.
2222026-03-17T20:06:44.017Z Done
2232026-03-17T20:06:44.017Z Done
2242026-03-17T20:06:44.206Z Done
2252026-03-17T20:06:47.512Z Done
2262026-03-17T20:06:47.597Z Done
2272026-03-17T20:06:47.601Z Done
2282026-03-17T20:06:47.750Z Done
2292026-03-17T20:06:48.131ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302026-03-17T20:06:48.132Zclang system 15 system
2312026-03-17T20:06:48.132Zcsh system system illumos
2322026-03-17T20:06:48.132Zctags system system illumos
2332026-03-17T20:06:48.132Zfile system system illumos
2342026-03-17T20:06:48.132Zgcc vendor 12 vendor
2352026-03-17T20:06:48.132Zgcc system 10 system
2362026-03-17T20:06:48.132Zgcc system 7 system
2372026-03-17T20:06:48.132Zgo system 1.20 system
2382026-03-17T20:06:48.132Zgo system 1.19 system
2392026-03-17T20:06:48.132Zllvm system 15 system
2402026-03-17T20:06:48.132Zllvm system 14 system
2412026-03-17T20:06:48.132Zmariadb system 10.6 system
2422026-03-17T20:06:48.132Zmta vendor vendor dma
2432026-03-17T20:06:48.132Zopenjdk system 17 system
2442026-03-17T20:06:48.132Zopenjdk system 11 system
2452026-03-17T20:06:48.132Zopenjdk system 1.8 system
2462026-03-17T20:06:48.132Zopenssl vendor 3 vendor
2472026-03-17T20:06:48.132Zperl system 5.36 system
2482026-03-17T20:06:48.132Zpostgresql system 15 system
2492026-03-17T20:06:48.132Zpostgresql system 13 system
2502026-03-17T20:06:48.132Zpython vendor 3 vendor
2512026-03-17T20:06:48.132Zpython system 2 system
2522026-03-17T20:06:48.132Zpython3 system 3.11 system
2532026-03-17T20:06:48.132Zruby system 3.0 system
2542026-03-17T20:06:48.132Zwords vendor vendor american-english
2552026-03-17T20:06:48.132Zwords system system australian-english
2562026-03-17T20:06:48.132Zwords system system british-english
2572026-03-17T20:06:48.132Zwords system system canadian-english
2582026-03-17T20:06:48.132Zwords system system french
2592026-03-17T20:06:48.132Zwords system system italian
2602026-03-17T20:06:48.132Zwords system system ngerman
2612026-03-17T20:06:48.132Zwords system system ogerman
2622026-03-17T20:06:48.132Zwords system system spanish
2632026-03-17T20:06:48.432ZPUBLISHER TYPE STATUS P LOCATION
2642026-03-17T20:06:48.432Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2652026-03-17T20:06:54.428ZFMRI IFO
2662026-03-17T20:06:54.428Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2672026-03-17T20:06:54.428Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2682026-03-17T20:06:54.428Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2692026-03-17T20:06:54.428Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2702026-03-17T20:06:54.428Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2712026-03-17T20:06:54.428Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2722026-03-17T20:06:54.428Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2732026-03-17T20:06:54.428Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2742026-03-17T20:06:54.428Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752026-03-17T20:06:54.428Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762026-03-17T20:06:54.428Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2772026-03-17T20:06:54.428Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782026-03-17T20:06:54.428Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792026-03-17T20:06:54.428Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2802026-03-17T20:06:54.428Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812026-03-17T20:06:54.428Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822026-03-17T20:06:55.694Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832026-03-17T20:06:56.006Z Updating crates.io index
2842026-03-17T20:06:56.043Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852026-03-17T20:06:56.849Z Updating git repository `https://github.com/oxidecomputer/lldp`
2862026-03-17T20:06:57.465Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-03-17T20:06:57.852Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-03-17T20:06:58.134Z Updating git repository `https://github.com/oxidecomputer/falcon`
2892026-03-17T20:06:59.182Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902026-03-17T20:07:00.284Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912026-03-17T20:07:03.023Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-03-17T20:07:06.802Z Updating git repository `https://github.com/oxidecomputer/opte`
2932026-03-17T20:07:07.689Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942026-03-17T20:07:07.981Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2952026-03-17T20:07:13.959Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962026-03-17T20:07:14.400Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972026-03-17T20:07:14.907Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982026-03-17T20:07:15.361Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992026-03-17T20:07:16.696Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002026-03-17T20:07:17.530Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012026-03-17T20:07:18.041Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022026-03-17T20:07:18.309Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3032026-03-17T20:07:18.963Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042026-03-17T20:07:19.319Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052026-03-17T20:07:19.555Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062026-03-17T20:07:19.957Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072026-03-17T20:07:20.399Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082026-03-17T20:07:21.210Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3092026-03-17T20:07:21.833Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3102026-03-17T20:07:23.219Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3112026-03-17T20:07:23.680Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122026-03-17T20:07:24.082Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-03-17T20:07:25.283Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-03-17T20:07:25.565Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-03-17T20:07:25.952Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-03-17T20:07:27.365Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-03-17T20:07:28.079Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-03-17T20:07:28.399Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-03-17T20:07:28.907Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-03-17T20:07:29.279Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-03-17T20:07:29.625Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-03-17T20:08:00.342Z Downloading crates ...
3232026-03-17T20:08:00.404Z Downloaded cargo_metadata v0.21.0
3242026-03-17T20:08:00.407Z Downloaded byteorder v1.5.0
3252026-03-17T20:08:00.410Z Downloaded anyhow v1.0.102
3262026-03-17T20:08:00.413Z Downloaded idna_adapter v1.2.1
3272026-03-17T20:08:00.417Z Downloaded typeid v1.0.3
3282026-03-17T20:08:00.417Z Downloaded ordered-float v2.10.1
3292026-03-17T20:08:00.420Z Downloaded serde-value v0.7.0
3302026-03-17T20:08:00.420Z Downloaded heck v0.4.1
3312026-03-17T20:08:00.423Z Downloaded proc-macro-error v1.0.4
3322026-03-17T20:08:00.426Z Downloaded cargo-platform v0.2.0
3332026-03-17T20:08:00.429Z Downloaded anstream v0.6.21
3342026-03-17T20:08:00.429Z Downloaded unicode-linebreak v0.1.5
3352026-03-17T20:08:00.432Z Downloaded scroll v0.12.0
3362026-03-17T20:08:00.432Z Downloaded fs-err v3.3.0
3372026-03-17T20:08:00.435Z Downloaded serde_tokenstream v0.2.3
3382026-03-17T20:08:00.435Z Downloaded erased-serde v0.4.9
3392026-03-17T20:08:00.438Z Downloaded zerofrom v0.1.6
3402026-03-17T20:08:00.438Z Downloaded zerofrom-derive v0.1.6
3412026-03-17T20:08:00.441Z Downloaded usdt-macro v0.5.0
3422026-03-17T20:08:00.441Z Downloaded litemap v0.8.1
3432026-03-17T20:08:00.441Z Downloaded clap_lex v1.0.0
3442026-03-17T20:08:00.444Z Downloaded unicode-xid v0.2.6
3452026-03-17T20:08:00.444Z Downloaded toml_write v0.1.2
3462026-03-17T20:08:00.447Z Downloaded thread-id v4.2.2
3472026-03-17T20:08:00.447Z Downloaded clap_derive v4.5.55
3482026-03-17T20:08:00.450Z Downloaded utf8_iter v1.0.4
3492026-03-17T20:08:00.450Z Downloaded toml_datetime v0.6.11
3502026-03-17T20:08:00.450Z Downloaded cfg-if v1.0.4
3512026-03-17T20:08:00.453Z Downloaded usdt-attr-macro v0.5.0
3522026-03-17T20:08:00.453Z Downloaded tempfile v3.25.0
3532026-03-17T20:08:00.456Z Downloaded cargo-util-schemas v0.8.2
3542026-03-17T20:08:00.456Z Downloaded usdt v0.5.0
3552026-03-17T20:08:00.458Z Downloaded pest_generator v2.8.6
3562026-03-17T20:08:00.458Z Downloaded cpufeatures v0.2.17
3572026-03-17T20:08:00.459Z Downloaded camino v1.2.2
3582026-03-17T20:08:00.461Z Downloaded anstyle v1.0.13
3592026-03-17T20:08:00.464Z Downloaded utf8parse v0.2.2
3602026-03-17T20:08:00.464Z Downloaded typenum v1.19.0
3612026-03-17T20:08:00.467Z Downloaded dof v0.3.0
3622026-03-17T20:08:00.467Z Downloaded zerovec-derive v0.11.2
3632026-03-17T20:08:00.470Z Downloaded tinystr v0.8.2
3642026-03-17T20:08:00.470Z Downloaded thiserror-impl v2.0.18
3652026-03-17T20:08:00.474Z Downloaded yoke v0.8.1
3662026-03-17T20:08:00.474Z Downloaded thiserror v1.0.69
3672026-03-17T20:08:00.476Z Downloaded swrite v0.1.0
3682026-03-17T20:08:00.477Z Downloaded scroll_derive v0.12.1
3692026-03-17T20:08:00.479Z Downloaded thiserror v2.0.18
3702026-03-17T20:08:00.482Z Downloaded yoke-derive v0.8.1
3712026-03-17T20:08:00.485Z Downloaded crypto-common v0.1.7
3722026-03-17T20:08:00.485Z Downloaded toml v0.8.23
3732026-03-17T20:08:00.487Z Downloaded stable_deref_trait v1.2.1
3742026-03-17T20:08:00.487Z Downloaded block-buffer v0.10.4
3752026-03-17T20:08:00.487Z Downloaded writeable v0.6.2
3762026-03-17T20:08:00.490Z Downloaded potential_utf v0.1.4
3772026-03-17T20:08:00.490Z Downloaded zerocopy-derive v0.7.35
3782026-03-17T20:08:00.493Z Downloaded synstructure v0.13.2
3792026-03-17T20:08:00.496Z Downloaded zmij v1.0.21
3802026-03-17T20:08:00.496Z Downloaded percent-encoding v2.3.2
3812026-03-17T20:08:00.496Z Downloaded usdt-impl v0.5.0
3822026-03-17T20:08:00.499Z Downloaded itoa v1.0.17
3832026-03-17T20:08:00.499Z Downloaded ucd-trie v0.1.7
3842026-03-17T20:08:00.499Z Downloaded textwrap v0.16.2
3852026-03-17T20:08:00.502Z Downloaded terminal_size v0.4.3
3862026-03-17T20:08:00.504Z Downloaded generic-array v0.14.7
3872026-03-17T20:08:00.504Z Downloaded unicode-ident v1.0.24
3882026-03-17T20:08:00.507Z Downloaded errno v0.3.14
3892026-03-17T20:08:00.507Z Downloaded memmap v0.7.0
3902026-03-17T20:08:00.510Z Downloaded zerotrie v0.2.3
3912026-03-17T20:08:00.510Z Downloaded toml_edit v0.22.27
3922026-03-17T20:08:00.513Z Downloaded smawk v0.3.2
3932026-03-17T20:08:00.517Z Downloaded dtrace-parser v0.2.0
3942026-03-17T20:08:00.517Z Downloaded tabled_derive v0.7.0
3952026-03-17T20:08:00.517Z Downloaded serde-untagged v0.1.9
3962026-03-17T20:08:00.520Z Downloaded fnv v1.0.7
3972026-03-17T20:08:00.520Z Downloaded heck v0.5.0
3982026-03-17T20:08:00.520Z Downloaded url v2.5.8
3992026-03-17T20:08:00.524Z Downloaded strsim v0.11.1
4002026-03-17T20:08:00.524Z Downloaded colorchoice v1.0.4
4012026-03-17T20:08:00.527Z Downloaded cargo_toml v0.21.0
4022026-03-17T20:08:00.527Z Downloaded thiserror-impl v1.0.69
4032026-03-17T20:08:00.527Z Downloaded serde_spanned v0.6.9
4042026-03-17T20:08:00.527Z Downloaded pretty-hex v0.4.1
4052026-03-17T20:08:00.530Z Downloaded zerovec v0.11.5
4062026-03-17T20:08:00.532Z Downloaded form_urlencoded v1.2.2
4072026-03-17T20:08:00.533Z Downloaded proc-macro-error-attr v1.0.4
4082026-03-17T20:08:00.533Z Downloaded equivalent v1.0.2
4092026-03-17T20:08:00.535Z Downloaded semver v1.0.27
4102026-03-17T20:08:00.535Z Downloaded displaydoc v0.2.5
4112026-03-17T20:08:00.538Z Downloaded zerocopy v0.7.35
4122026-03-17T20:08:00.549Z Downloaded sha2 v0.10.9
4132026-03-17T20:08:00.552Z Downloaded autocfg v1.5.0
4142026-03-17T20:08:00.555Z Downloaded quote v1.0.44
4152026-03-17T20:08:00.555Z Downloaded unicode-width v0.2.0
4162026-03-17T20:08:00.559Z Downloaded bytecount v0.6.9
4172026-03-17T20:08:00.562Z Downloaded papergrid v0.11.0
4182026-03-17T20:08:00.565Z Downloaded unicode-width v0.1.14
4192026-03-17T20:08:00.568Z Downloaded is_terminal_polyfill v1.70.2
4202026-03-17T20:08:00.568Z Downloaded bitflags v2.11.0
4212026-03-17T20:08:00.571Z Downloaded macaddr v1.0.1
4222026-03-17T20:08:00.574Z Downloaded winnow v0.7.14
4232026-03-17T20:08:00.578Z Downloaded memchr v2.8.0
4242026-03-17T20:08:00.581Z Downloaded camino-tempfile v1.4.1
4252026-03-17T20:08:00.584Z Downloaded icu_normalizer_data v2.1.1
4262026-03-17T20:08:00.584Z Downloaded plain v0.2.3
4272026-03-17T20:08:00.587Z Downloaded anstyle-parse v0.2.7
4282026-03-17T20:08:00.587Z Downloaded anstyle-query v1.1.5
4292026-03-17T20:08:00.587Z Downloaded version_check v0.9.5
4302026-03-17T20:08:00.590Z Downloaded fastrand v2.3.0
4312026-03-17T20:08:00.590Z Downloaded once_cell v1.21.3
4322026-03-17T20:08:00.593Z Downloaded digest v0.10.7
4332026-03-17T20:08:00.598Z Downloaded pest_derive v2.8.6
4342026-03-17T20:08:00.602Z Downloaded num-traits v0.2.19
4352026-03-17T20:08:00.605Z Downloaded getrandom v0.4.1
4362026-03-17T20:08:00.607Z Downloaded serde_derive v1.0.228
4372026-03-17T20:08:00.607Z Downloaded clap v4.5.60
4382026-03-17T20:08:00.613Z Downloaded smallvec v1.15.1
4392026-03-17T20:08:00.616Z Downloaded serde_core v1.0.228
4402026-03-17T20:08:00.619Z Downloaded log v0.4.29
4412026-03-17T20:08:00.619Z Downloaded icu_provider v2.1.1
4422026-03-17T20:08:00.622Z Downloaded icu_properties v2.1.2
4432026-03-17T20:08:00.625Z Downloaded icu_normalizer v2.1.1
4442026-03-17T20:08:00.628Z Downloaded icu_locale_core v2.1.1
4452026-03-17T20:08:00.637Z Downloaded proc-macro2 v1.0.106
4462026-03-17T20:08:00.644Z Downloaded pest_meta v2.8.6
4472026-03-17T20:08:00.646Z Downloaded indexmap v2.13.0
4482026-03-17T20:08:00.649Z Downloaded serde v1.0.228
4492026-03-17T20:08:00.653Z Downloaded icu_collections v2.1.1
4502026-03-17T20:08:00.676Z Downloaded pest v2.8.6
4512026-03-17T20:08:00.680Z Downloaded serde_json v1.0.149
4522026-03-17T20:08:00.685Z Downloaded idna v1.1.0
4532026-03-17T20:08:00.688Z Downloaded hashbrown v0.16.1
4542026-03-17T20:08:00.699Z Downloaded clap_builder v4.5.60
4552026-03-17T20:08:00.704Z Downloaded icu_properties_data v2.1.2
4562026-03-17T20:08:00.709Z Downloaded goblin v0.8.2
4572026-03-17T20:08:00.714Z Downloaded syn v1.0.109
4582026-03-17T20:08:00.724Z Downloaded tabled v0.15.0
4592026-03-17T20:08:00.738Z Downloaded syn v2.0.117
4602026-03-17T20:08:00.753Z Downloaded rustix v1.1.3
4612026-03-17T20:08:00.784Z Downloaded libc v0.2.180
4622026-03-17T20:08:00.863Z Compiling proc-macro2 v1.0.106
4632026-03-17T20:08:00.866Z Compiling quote v1.0.44
4642026-03-17T20:08:00.866Z Compiling unicode-ident v1.0.24
4652026-03-17T20:08:00.866Z Compiling serde_core v1.0.228
4662026-03-17T20:08:00.866Z Compiling libc v0.2.180
4672026-03-17T20:08:00.866Z Compiling version_check v0.9.5
4682026-03-17T20:08:00.867Z Compiling serde v1.0.228
4692026-03-17T20:08:00.867Z Compiling memchr v2.8.0
4702026-03-17T20:08:01.340Z Compiling stable_deref_trait v1.2.1
4712026-03-17T20:08:01.434Z Compiling zmij v1.0.21
4722026-03-17T20:08:01.606Z Compiling autocfg v1.5.0
4732026-03-17T20:08:01.629Z Compiling thiserror v1.0.69
4742026-03-17T20:08:01.951Z Compiling itoa v1.0.17
4752026-03-17T20:08:02.014Z Compiling ucd-trie v0.1.7
4762026-03-17T20:08:02.177Z Compiling writeable v0.6.2
4772026-03-17T20:08:02.200Z Compiling litemap v0.8.1
4782026-03-17T20:08:02.223Z Compiling pest v2.8.6
4792026-03-17T20:08:02.346Z Compiling byteorder v1.5.0
4802026-03-17T20:08:02.375Z Compiling icu_properties_data v2.1.2
4812026-03-17T20:08:02.424Z Compiling rustix v1.1.3
4822026-03-17T20:08:02.711Z Compiling icu_normalizer_data v2.1.1
4832026-03-17T20:08:02.880Z Compiling syn v2.0.117
4842026-03-17T20:08:03.003Z Compiling errno v0.3.14
4852026-03-17T20:08:03.030Z Compiling serde_json v1.0.149
4862026-03-17T20:08:03.176Z Compiling bitflags v2.11.0
4872026-03-17T20:08:03.314Z Compiling num-traits v0.2.19
4882026-03-17T20:08:03.482Z Compiling equivalent v1.0.2
4892026-03-17T20:08:03.573Z Compiling smallvec v1.15.1
4902026-03-17T20:08:03.601Z Compiling typeid v1.0.3
4912026-03-17T20:08:03.625Z Compiling hashbrown v0.16.1
4922026-03-17T20:08:03.859Z Compiling pest_meta v2.8.6
4932026-03-17T20:08:04.124Z Compiling thread-id v4.2.2
4942026-03-17T20:08:04.279Z Compiling usdt-impl v0.5.0
4952026-03-17T20:08:04.325Z Compiling proc-macro-error-attr v1.0.4
4962026-03-17T20:08:04.454Z Compiling indexmap v2.13.0
4972026-03-17T20:08:04.558Z Compiling winnow v0.7.14
4982026-03-17T20:08:04.582Z Compiling syn v1.0.109
4992026-03-17T20:08:04.585Z Compiling erased-serde v0.4.9
5002026-03-17T20:08:04.995Z Compiling toml_write v0.1.2
5012026-03-17T20:08:05.313Z Compiling proc-macro-error v1.0.4
5022026-03-17T20:08:05.429Z Compiling thiserror v2.0.18
5032026-03-17T20:08:05.569Z Compiling getrandom v0.4.1
5042026-03-17T20:08:05.893Z Compiling percent-encoding v2.3.2
5052026-03-17T20:08:06.041Z Compiling utf8parse v0.2.2
5062026-03-17T20:08:06.144Z Compiling utf8_iter v1.0.4
5072026-03-17T20:08:06.189Z Compiling plain v0.2.3
5082026-03-17T20:08:06.213Z Compiling log v0.4.29
5092026-03-17T20:08:06.332Z Compiling camino v1.2.2
5102026-03-17T20:08:06.332Z Compiling anstyle-parse v0.2.7
5112026-03-17T20:08:06.380Z Compiling ordered-float v2.10.1
5122026-03-17T20:08:06.404Z Compiling form_urlencoded v1.2.2
5132026-03-17T20:08:06.700Z Compiling synstructure v0.13.2
5142026-03-17T20:08:06.736Z Compiling pest_generator v2.8.6
5152026-03-17T20:08:06.739Z Compiling terminal_size v0.4.3
5162026-03-17T20:08:06.912Z Compiling anstyle-query v1.1.5
5172026-03-17T20:08:07.050Z Compiling pretty-hex v0.4.1
5182026-03-17T20:08:07.137Z Compiling cfg-if v1.0.4
5192026-03-17T20:08:07.160Z Compiling anstyle v1.0.13
5202026-03-17T20:08:07.229Z Compiling is_terminal_polyfill v1.70.2
5212026-03-17T20:08:07.232Z Compiling colorchoice v1.0.4
5222026-03-17T20:08:07.398Z Compiling anstream v0.6.21
5232026-03-17T20:08:07.449Z Compiling serde-untagged v0.1.9
5242026-03-17T20:08:07.507Z Compiling semver v1.0.27
5252026-03-17T20:08:07.773Z Compiling fs-err v3.3.0
5262026-03-17T20:08:07.823Z Compiling bytecount v0.6.9
5272026-03-17T20:08:07.826Z Compiling fastrand v2.3.0
5282026-03-17T20:08:07.949Z Compiling unicode-width v0.1.14
5292026-03-17T20:08:08.001Z Compiling clap_lex v1.0.0
5302026-03-17T20:08:08.039Z Compiling heck v0.5.0
5312026-03-17T20:08:08.063Z Compiling fnv v1.0.7
5322026-03-17T20:08:08.190Z Compiling anyhow v1.0.102
5332026-03-17T20:08:08.216Z Compiling once_cell v1.21.3
5342026-03-17T20:08:08.306Z Compiling heck v0.4.1
5352026-03-17T20:08:08.359Z Compiling unicode-xid v0.2.6
5362026-03-17T20:08:08.491Z Compiling strsim v0.11.1
5372026-03-17T20:08:08.518Z Compiling tempfile v3.25.0
5382026-03-17T20:08:08.614Z Compiling papergrid v0.11.0
5392026-03-17T20:08:08.839Z Compiling clap_builder v4.5.60
5402026-03-17T20:08:08.894Z Compiling memmap v0.7.0
5412026-03-17T20:08:08.949Z Compiling unicode-width v0.2.0
5422026-03-17T20:08:09.039Z Compiling smawk v0.3.2
5432026-03-17T20:08:09.129Z Compiling unicode-linebreak v0.1.5
5442026-03-17T20:08:09.349Z Compiling serde_derive v1.0.228
5452026-03-17T20:08:09.444Z Compiling zerofrom-derive v0.1.6
5462026-03-17T20:08:09.671Z Compiling yoke-derive v0.8.1
5472026-03-17T20:08:09.695Z Compiling zerovec-derive v0.11.2
5482026-03-17T20:08:09.698Z Compiling displaydoc v0.2.5
5492026-03-17T20:08:10.597Z Compiling thiserror-impl v1.0.69
5502026-03-17T20:08:10.709Z Compiling zerocopy-derive v0.7.35
5512026-03-17T20:08:11.194Z Compiling pest_derive v2.8.6
5522026-03-17T20:08:11.272Z Compiling scroll_derive v0.12.1
5532026-03-17T20:08:11.381Z Compiling zerofrom v0.1.6
5542026-03-17T20:08:11.552Z Compiling yoke v0.8.1
5552026-03-17T20:08:11.773Z Compiling zerovec v0.11.5
5562026-03-17T20:08:11.803Z Compiling zerotrie v0.2.3
5572026-03-17T20:08:11.887Z Compiling zerocopy v0.7.35
5582026-03-17T20:08:12.166Z Compiling scroll v0.12.0
5592026-03-17T20:08:12.205Z Compiling thiserror-impl v2.0.18
5602026-03-17T20:08:12.451Z Compiling tinystr v0.8.2
5612026-03-17T20:08:12.475Z Compiling potential_utf v0.1.4
5622026-03-17T20:08:12.520Z Compiling dtrace-parser v0.2.0
5632026-03-17T20:08:12.714Z Compiling icu_locale_core v2.1.1
5642026-03-17T20:08:12.739Z Compiling icu_collections v2.1.1
5652026-03-17T20:08:12.766Z Compiling goblin v0.8.2
5662026-03-17T20:08:13.177Z Compiling tabled_derive v0.7.0
5672026-03-17T20:08:13.410Z Compiling clap_derive v4.5.55
5682026-03-17T20:08:13.413Z Compiling textwrap v0.16.2
5692026-03-17T20:08:13.627Z Compiling icu_provider v2.1.1
5702026-03-17T20:08:14.028Z Compiling icu_properties v2.1.2
5712026-03-17T20:08:14.069Z Compiling icu_normalizer v2.1.1
5722026-03-17T20:08:14.126Z Compiling serde_spanned v0.6.9
5732026-03-17T20:08:14.208Z Compiling toml_datetime v0.6.11
5742026-03-17T20:08:14.444Z Compiling toml_edit v0.22.27
5752026-03-17T20:08:14.468Z Compiling serde-value v0.7.0
5762026-03-17T20:08:14.550Z Compiling cargo-platform v0.2.0
5772026-03-17T20:08:14.737Z Compiling dof v0.3.0
5782026-03-17T20:08:14.805Z Compiling serde_tokenstream v0.2.3
5792026-03-17T20:08:14.910Z Compiling tabled v0.15.0
5802026-03-17T20:08:14.954Z Compiling macaddr v1.0.1
5812026-03-17T20:08:15.254Z Compiling idna_adapter v1.2.1
5822026-03-17T20:08:15.277Z Compiling camino-tempfile v1.4.1
5832026-03-17T20:08:15.432Z Compiling idna v1.1.0
5842026-03-17T20:08:15.567Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5852026-03-17T20:08:15.590Z Compiling swrite v0.1.0
5862026-03-17T20:08:15.807Z Compiling url v2.5.8
5872026-03-17T20:08:15.856Z Compiling clap v4.5.60
5882026-03-17T20:08:15.941Z Compiling usdt-macro v0.5.0
5892026-03-17T20:08:15.966Z Compiling usdt-attr-macro v0.5.0
5902026-03-17T20:08:16.406Z Compiling toml v0.8.23
5912026-03-17T20:08:16.946Z Compiling cargo-util-schemas v0.8.2
5922026-03-17T20:08:16.978Z Compiling cargo_toml v0.21.0
5932026-03-17T20:08:17.269Z Compiling usdt v0.5.0
5942026-03-17T20:08:18.212Z Compiling cargo_metadata v0.21.0
5952026-03-17T20:08:19.504Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5962026-03-17T20:08:22.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
5972026-03-17T20:08:22.693Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5982026-03-17T20:08:23.431Z Downloading crates ...
5992026-03-17T20:08:23.551Z Downloaded adler2 v2.0.1
6002026-03-17T20:08:23.555Z Downloaded cobs v0.3.0
6012026-03-17T20:08:23.558Z Downloaded aead v0.5.2
6022026-03-17T20:08:23.561Z Downloaded allocator-api2 v0.2.21
6032026-03-17T20:08:23.565Z Downloaded ciborium-io v0.2.2
6042026-03-17T20:08:23.569Z Downloaded cargo_metadata v0.19.2
6052026-03-17T20:08:23.572Z Downloaded darling v0.21.3
6062026-03-17T20:08:23.579Z Downloaded embedded-io v0.4.0
6072026-03-17T20:08:23.582Z Downloaded dirs-next v2.0.0
6082026-03-17T20:08:23.587Z Downloaded foreign-types-shared v0.1.1
6092026-03-17T20:08:23.591Z Downloaded ecdsa v0.16.9
6102026-03-17T20:08:23.594Z Downloaded expectorate v1.2.0
6112026-03-17T20:08:23.597Z Downloaded display-error-chain v0.2.2
6122026-03-17T20:08:23.600Z Downloaded diff v0.1.13
6132026-03-17T20:08:23.604Z Downloaded derive-ex v0.1.8
6142026-03-17T20:08:23.607Z Downloaded defmt-parser v1.0.0
6152026-03-17T20:08:23.611Z Downloaded erased-serde v0.3.31
6162026-03-17T20:08:23.614Z Downloaded debug-ignore v1.0.5
6172026-03-17T20:08:23.618Z Downloaded bitvec v1.0.1
6182026-03-17T20:08:23.632Z Downloaded flagset v0.4.7
6192026-03-17T20:08:23.636Z Downloaded dsl_auto_type v0.2.0
6202026-03-17T20:08:23.640Z Downloaded fd-lock v4.0.4
6212026-03-17T20:08:23.644Z Downloaded fixedbitset v0.4.2
6222026-03-17T20:08:23.647Z Downloaded float-ord v0.3.2
6232026-03-17T20:08:23.650Z Downloaded cfg_aliases v0.1.1
6242026-03-17T20:08:23.653Z Downloaded dtrace-parser v0.3.0
6252026-03-17T20:08:23.657Z Downloaded arrayref v0.3.9
6262026-03-17T20:08:23.660Z Downloaded embedded-io v0.6.1
6272026-03-17T20:08:23.663Z Downloaded foldhash v0.2.0
6282026-03-17T20:08:23.666Z Downloaded darling_macro v0.21.3
6292026-03-17T20:08:23.669Z Downloaded foreign-types-macros v0.2.3
6302026-03-17T20:08:23.672Z Downloaded dropshot-api-manager-types v0.6.0
6312026-03-17T20:08:23.675Z Downloaded diesel_table_macro_syntax v0.3.0
6322026-03-17T20:08:23.677Z Downloaded git-stub v1.0.0
6332026-03-17T20:08:23.681Z Downloaded globwalk v0.9.1
6342026-03-17T20:08:23.685Z Downloaded dyn-clone v1.0.20
6352026-03-17T20:08:23.688Z Downloaded bcrypt-pbkdf v0.10.0
6362026-03-17T20:08:23.690Z Downloaded env_logger v0.11.9
6372026-03-17T20:08:23.694Z Downloaded hash32 v0.2.1
6382026-03-17T20:08:23.697Z Downloaded foreign-types-shared v0.3.1
6392026-03-17T20:08:23.700Z Downloaded futures-macro v0.3.32
6402026-03-17T20:08:23.703Z Downloaded futures-sink v0.3.32
6412026-03-17T20:08:23.706Z Downloaded crc-catalog v2.4.0
6422026-03-17T20:08:23.709Z Downloaded ed25519 v2.2.3
6432026-03-17T20:08:23.712Z Downloaded gethostname v0.5.0
6442026-03-17T20:08:23.715Z Downloaded futures-core v0.3.32
6452026-03-17T20:08:23.718Z Downloaded ciborium-ll v0.2.2
6462026-03-17T20:08:23.721Z Downloaded bitfield v0.19.4
6472026-03-17T20:08:23.724Z Downloaded hash32 v0.3.1
6482026-03-17T20:08:23.727Z Downloaded endian-type v0.1.2
6492026-03-17T20:08:23.730Z Downloaded dunce v1.0.5
6502026-03-17T20:08:23.733Z Downloaded either v1.15.0
6512026-03-17T20:08:23.736Z Downloaded cmake v0.1.57
6522026-03-17T20:08:23.739Z Downloaded camino-tempfile-ext v0.3.3
6532026-03-17T20:08:23.742Z Downloaded cexpr v0.6.0
6542026-03-17T20:08:23.746Z Downloaded home v0.5.12
6552026-03-17T20:08:23.749Z Downloaded hubpack_derive v0.1.1
6562026-03-17T20:08:23.751Z Downloaded fxhash v0.2.1
6572026-03-17T20:08:23.755Z Downloaded hyper-tls v0.6.0
6582026-03-17T20:08:23.757Z Downloaded blowfish v0.9.1
6592026-03-17T20:08:23.761Z Downloaded indent_write v2.2.0
6602026-03-17T20:08:23.764Z Downloaded fs_extra v1.3.0
6612026-03-17T20:08:23.767Z Downloaded git-stub-vcs v0.1.0
6622026-03-17T20:08:23.769Z Downloaded ident_case v1.0.1
6632026-03-17T20:08:23.787Z Downloaded is_ci v1.2.0
6642026-03-17T20:08:23.790Z Downloaded is-terminal v0.4.17
6652026-03-17T20:08:23.793Z Downloaded internet-checksum v0.2.1
6662026-03-17T20:08:23.796Z Downloaded lazy_static v1.5.0
6672026-03-17T20:08:23.798Z Downloaded async-trait v0.1.89
6682026-03-17T20:08:23.804Z Downloaded half v1.8.3
6692026-03-17T20:08:23.808Z Downloaded crossbeam-utils v0.8.21
6702026-03-17T20:08:23.812Z Downloaded kstat-rs v0.2.4
6712026-03-17T20:08:23.815Z Downloaded http-body-util v0.1.3
6722026-03-17T20:08:23.817Z Downloaded lalrpop-util v0.19.12
6732026-03-17T20:08:23.820Z Downloaded http-body v1.0.1
6742026-03-17T20:08:23.823Z Downloaded cookie v0.18.1
6752026-03-17T20:08:23.826Z Downloaded linked-hash-map v0.5.6
6762026-03-17T20:08:23.829Z Downloaded libscf-sys v1.1.0
6772026-03-17T20:08:23.831Z Downloaded lru-cache v0.1.2
6782026-03-17T20:08:23.834Z Downloaded maybe-uninit v2.0.0
6792026-03-17T20:08:23.837Z Downloaded match_cfg v0.1.0
6802026-03-17T20:08:23.840Z Downloaded lzss v0.8.2
6812026-03-17T20:08:23.842Z Downloaded futures-channel v0.3.32
6822026-03-17T20:08:23.845Z Downloaded crossbeam-epoch v0.9.18
6832026-03-17T20:08:23.848Z Downloaded ipnet v2.11.0
6842026-03-17T20:08:23.851Z Downloaded maplit v1.0.2
6852026-03-17T20:08:23.854Z Downloaded nibble_vec v0.1.0
6862026-03-17T20:08:23.857Z Downloaded newtype-uuid-macros v0.1.0
6872026-03-17T20:08:23.859Z Downloaded mime v0.3.17
6882026-03-17T20:08:23.862Z Downloaded normalize-line-endings v0.3.0
6892026-03-17T20:08:23.867Z Downloaded jobserver v0.1.34
6902026-03-17T20:08:23.867Z Downloaded nonempty v0.12.0
6912026-03-17T20:08:23.869Z Downloaded elliptic-curve v0.13.8
6922026-03-17T20:08:23.872Z Downloaded console v0.16.2
6932026-03-17T20:08:23.875Z Downloaded ingot-types v0.1.2
6942026-03-17T20:08:23.878Z Downloaded newline-converter v0.3.0
6952026-03-17T20:08:23.881Z Downloaded num v0.4.3
6962026-03-17T20:08:23.884Z Downloaded hickory-client v0.25.2
6972026-03-17T20:08:23.886Z Downloaded libsw v3.5.0
6982026-03-17T20:08:23.889Z Downloaded num-conv v0.2.0
6992026-03-17T20:08:23.892Z Downloaded num-iter v0.1.45
7002026-03-17T20:08:23.896Z Downloaded libsw-core v0.3.2
7012026-03-17T20:08:23.899Z Downloaded num_threads v0.1.7
7022026-03-17T20:08:23.899Z Downloaded openssl-probe v0.1.6
7032026-03-17T20:08:23.902Z Downloaded openssl-macros v0.1.1
7042026-03-17T20:08:23.902Z Downloaded opaque-debug v0.3.1
7052026-03-17T20:08:23.905Z Downloaded chacha20 v0.10.0
7062026-03-17T20:08:23.908Z Downloaded memoffset v0.9.1
7072026-03-17T20:08:23.911Z Downloaded oso-derive v0.27.3
7082026-03-17T20:08:23.913Z Downloaded drift v0.1.3
7092026-03-17T20:08:23.917Z Downloaded openssl-probe v0.2.1
7102026-03-17T20:08:23.920Z Downloaded mime_guess v2.0.5
7112026-03-17T20:08:23.925Z Downloaded nu-ansi-term v0.50.3
7122026-03-17T20:08:23.933Z Downloaded parse-display v0.10.0
7132026-03-17T20:08:23.933Z Downloaded packed_struct_codegen v0.10.1
7142026-03-17T20:08:23.940Z Downloaded darling_core v0.21.3
7152026-03-17T20:08:23.940Z Downloaded darling_core v0.23.0
7162026-03-17T20:08:23.943Z Downloaded parse-size v1.1.0
7172026-03-17T20:08:23.943Z Downloaded pbkdf2 v0.12.2
7182026-03-17T20:08:23.948Z Downloaded libloading v0.8.9
7192026-03-17T20:08:23.952Z Downloaded pbkdf2 v0.11.0
7202026-03-17T20:08:23.952Z Downloaded phf_shared v0.13.1
7212026-03-17T20:08:23.955Z Downloaded num-rational v0.4.2
7222026-03-17T20:08:23.958Z Downloaded num-integer v0.1.46
7232026-03-17T20:08:23.958Z Downloaded num-derive v0.3.3
7242026-03-17T20:08:23.961Z Downloaded litrs v1.0.0
7252026-03-17T20:08:23.965Z Downloaded peg-runtime v0.8.5
7262026-03-17T20:08:23.968Z Downloaded indexmap v1.9.3
7272026-03-17T20:08:23.974Z Downloaded num_enum v0.7.5
7282026-03-17T20:08:23.976Z Downloaded powerfmt v0.2.0
7292026-03-17T20:08:23.979Z Downloaded pin-utils v0.1.0
7302026-03-17T20:08:23.979Z Downloaded flume v0.11.1
7312026-03-17T20:08:23.983Z Downloaded proc-macro-crate v1.3.1
7322026-03-17T20:08:23.986Z Downloaded predicates-core v1.0.10
7332026-03-17T20:08:23.989Z Downloaded memmap2 v0.9.10
7342026-03-17T20:08:23.992Z Downloaded libbz2-rs-sys v0.2.2
7352026-03-17T20:08:23.995Z Downloaded const_format v0.2.35
7362026-03-17T20:08:23.997Z Downloaded bumpalo v3.20.2
7372026-03-17T20:08:24.000Z Downloaded progenitor-client v0.10.0
7382026-03-17T20:08:24.005Z Downloaded proc-macro-error-attr2 v2.0.0
7392026-03-17T20:08:24.005Z Downloaded proc-macro-crate v3.4.0
7402026-03-17T20:08:24.008Z Downloaded packed_struct v0.10.1
7412026-03-17T20:08:24.012Z Downloaded quick-error v1.2.3
7422026-03-17T20:08:24.014Z Downloaded parking_lot_core v0.8.6
7432026-03-17T20:08:24.015Z Downloaded derive_more v2.1.1
7442026-03-17T20:08:24.024Z Downloaded radium v0.7.0
7452026-03-17T20:08:24.027Z Downloaded progenitor-macro v0.13.0
7462026-03-17T20:08:24.030Z Downloaded peg-macros v0.8.5
7472026-03-17T20:08:24.030Z Downloaded flate2 v1.1.9
7482026-03-17T20:08:24.034Z Downloaded pin-project-internal v1.1.11
7492026-03-17T20:08:24.037Z Downloaded phf v0.13.1
7502026-03-17T20:08:24.040Z Downloaded rand_chacha v0.3.1
7512026-03-17T20:08:24.043Z Downloaded phf v0.12.1
7522026-03-17T20:08:24.043Z Downloaded rand_xorshift v0.4.0
7532026-03-17T20:08:24.046Z Downloaded num_enum_derive v0.7.5
7542026-03-17T20:08:24.049Z Downloaded omicron-zone-package v0.12.2
7552026-03-17T20:08:24.051Z Downloaded pkcs8 v0.10.2
7562026-03-17T20:08:24.054Z Downloaded predicates-tree v1.0.13
7572026-03-17T20:08:24.057Z Downloaded polyval v0.6.2
7582026-03-17T20:08:24.058Z Downloaded ref-cast v1.0.25
7592026-03-17T20:08:24.060Z Downloaded ref-cast-impl v1.0.25
7602026-03-17T20:08:24.063Z Downloaded recursive v0.1.1
7612026-03-17T20:08:24.066Z Downloaded pkg-config v0.3.32
7622026-03-17T20:08:24.068Z Downloaded recursive-proc-macro-impl v0.1.1
7632026-03-17T20:08:24.068Z Downloaded ppv-lite86 v0.2.21
7642026-03-17T20:08:24.071Z Downloaded heapless v0.8.0
7652026-03-17T20:08:24.074Z Downloaded indicatif v0.18.4
7662026-03-17T20:08:24.077Z Downloaded rfc6979 v0.4.0
7672026-03-17T20:08:24.080Z Downloaded progenitor v0.11.2
7682026-03-17T20:08:24.083Z Downloaded predicates v3.1.4
7692026-03-17T20:08:24.086Z Downloaded progenitor-macro v0.10.0
7702026-03-17T20:08:24.086Z Downloaded progenitor v0.10.0
7712026-03-17T20:08:24.088Z Downloaded progenitor-extras v0.1.1
7722026-03-17T20:08:24.091Z Downloaded progenitor v0.13.0
7732026-03-17T20:08:24.094Z Downloaded psm v0.1.30
7742026-03-17T20:08:24.096Z Downloaded rustc-hash v2.1.1
7752026-03-17T20:08:24.099Z Downloaded rtoolbox v0.0.3
7762026-03-17T20:08:24.099Z Downloaded progenitor-client v0.13.0
7772026-03-17T20:08:24.102Z Downloaded hickory-resolver v0.24.4
7782026-03-17T20:08:24.104Z Downloaded hickory-resolver v0.25.2
7792026-03-17T20:08:24.108Z Downloaded russh-cryptovec v0.7.3
7802026-03-17T20:08:24.111Z Downloaded primeorder v0.13.6
7812026-03-17T20:08:24.114Z Downloaded rustc_version v0.1.7
7822026-03-17T20:08:24.114Z Downloaded r2d2 v0.8.10
7832026-03-17T20:08:24.117Z Downloaded peg v0.8.5
7842026-03-17T20:08:24.119Z Downloaded rand_core v0.10.0
7852026-03-17T20:08:24.122Z Downloaded postcard v1.1.3
7862026-03-17T20:08:24.125Z Downloaded p256 v0.13.2
7872026-03-17T20:08:24.129Z Downloaded rand_core v0.9.5
7882026-03-17T20:08:24.133Z Downloaded same-file v1.0.6
7892026-03-17T20:08:24.133Z Downloaded rand_chacha v0.9.0
7902026-03-17T20:08:24.137Z Downloaded oso v0.27.3
7912026-03-17T20:08:24.140Z Downloaded jiff-static v0.2.21
7922026-03-17T20:08:24.140Z Downloaded headers v0.4.1
7932026-03-17T20:08:24.145Z Downloaded resolv-conf v0.7.6
7942026-03-17T20:08:24.148Z Downloaded papergrid v0.17.0
7952026-03-17T20:08:24.150Z Downloaded serde-big-array v0.5.1
7962026-03-17T20:08:24.153Z Downloaded rand_seeder v0.4.0
7972026-03-17T20:08:24.156Z Downloaded postgres-protocol v0.6.10
7982026-03-17T20:08:24.159Z Downloaded postgres-types v0.2.12
7992026-03-17T20:08:24.161Z Downloaded seq-macro v0.3.6
8002026-03-17T20:08:24.162Z Downloaded scopeguard v1.2.0
8012026-03-17T20:08:24.164Z Downloaded rustc_version v0.4.1
8022026-03-17T20:08:24.167Z Downloaded serde_urlencoded v0.7.1
8032026-03-17T20:08:24.167Z Downloaded serde_spanned v1.0.4
8042026-03-17T20:08:24.170Z Downloaded semver v0.1.20
8052026-03-17T20:08:24.170Z Downloaded pkcs5 v0.7.1
8062026-03-17T20:08:24.174Z Downloaded shell-words v1.1.1
8072026-03-17T20:08:24.176Z Downloaded rustls-native-certs v0.8.3
8082026-03-17T20:08:24.179Z Downloaded rustls-pemfile v1.0.4
8092026-03-17T20:08:24.183Z Downloaded pkcs1 v0.7.5
8102026-03-17T20:08:24.186Z Downloaded miniz_oxide v0.8.9
8112026-03-17T20:08:24.186Z Downloaded signal-hook-mio v0.2.5
8122026-03-17T20:08:24.189Z Downloaded scheduled-thread-pool v0.2.7
8132026-03-17T20:08:24.192Z Downloaded sigpipe v0.1.3
8142026-03-17T20:08:24.192Z Downloaded scrypt v0.11.0
8152026-03-17T20:08:24.194Z Downloaded signature v2.2.0
8162026-03-17T20:08:24.194Z Downloaded signal-hook-tokio v0.3.1
8172026-03-17T20:08:24.197Z Downloaded scroll_derive v0.13.1
8182026-03-17T20:08:24.197Z Downloaded minimal-lexical v0.2.1
8192026-03-17T20:08:24.201Z Downloaded parking_lot v0.11.2
8202026-03-17T20:08:24.204Z Downloaded quinn-udp v0.5.14
8212026-03-17T20:08:24.206Z Downloaded secrecy v0.10.3
8222026-03-17T20:08:24.209Z Downloaded secrecy v0.8.0
8232026-03-17T20:08:24.209Z Downloaded rand_core v0.6.4
8242026-03-17T20:08:24.213Z Downloaded serde_repr v0.1.20
8252026-03-17T20:08:24.216Z Downloaded serde_bytes v0.11.19
8262026-03-17T20:08:24.216Z Downloaded parking_lot v0.12.5
8272026-03-17T20:08:24.225Z Downloaded sha1 v0.10.6
8282026-03-17T20:08:24.225Z Downloaded prefix-trie v0.7.0
8292026-03-17T20:08:24.229Z Downloaded proc-macro-error2 v2.0.1
8302026-03-17T20:08:24.229Z Downloaded slog-envlogger v2.2.0
8312026-03-17T20:08:24.229Z Downloaded parking_lot_core v0.9.12
8322026-03-17T20:08:24.232Z Downloaded serde_path_to_error v0.1.20
8332026-03-17T20:08:24.232Z Downloaded sec1 v0.7.3
8342026-03-17T20:08:24.237Z Downloaded diesel_derives v2.3.7
8352026-03-17T20:08:24.239Z Downloaded serde-hex v0.1.0
8362026-03-17T20:08:24.244Z Downloaded sct v0.7.1
8372026-03-17T20:08:24.244Z Downloaded siphasher v1.0.2
8382026-03-17T20:08:24.247Z Downloaded poly1305 v0.8.0
8392026-03-17T20:08:24.250Z Downloaded pin-project-lite v0.2.17
8402026-03-17T20:08:24.253Z Downloaded shlex v1.3.0
8412026-03-17T20:08:24.255Z Downloaded ignore v0.4.25
8422026-03-17T20:08:24.258Z Downloaded rusty-fork v0.3.1
8432026-03-17T20:08:24.258Z Downloaded rustls-pemfile v2.2.0
8442026-03-17T20:08:24.279Z Downloaded sqlparser_derive v0.5.0
8452026-03-17T20:08:24.279Z Downloaded ssh-encoding v0.2.0
8462026-03-17T20:08:24.279Z Downloaded salsa20 v0.10.2
8472026-03-17T20:08:24.279Z Downloaded ssh-cipher v0.2.0
8482026-03-17T20:08:24.279Z Downloaded rustversion v1.0.22
8492026-03-17T20:08:24.279Z Downloaded derive_more-impl v2.1.1
8502026-03-17T20:08:24.279Z Downloaded scroll v0.13.0
8512026-03-17T20:08:24.279Z Downloaded slog-json v2.6.1
8522026-03-17T20:08:24.282Z Downloaded strum v0.26.3
8532026-03-17T20:08:24.282Z Downloaded slog-dtrace v0.3.0
8542026-03-17T20:08:24.282Z Downloaded slog-bunyan v2.5.0
8552026-03-17T20:08:24.285Z Downloaded hashbrown v0.12.3
8562026-03-17T20:08:24.287Z Downloaded subtle v2.6.1
8572026-03-17T20:08:24.287Z Downloaded smallvec v0.6.14
8582026-03-17T20:08:24.291Z Downloaded structmeta-derive v0.3.0
8592026-03-17T20:08:24.293Z Downloaded structmeta v0.3.0
8602026-03-17T20:08:24.293Z Downloaded mio v1.1.1
8612026-03-17T20:08:24.296Z Downloaded prettyplease v0.2.37
8622026-03-17T20:08:24.300Z Downloaded sapling-renderdag v0.1.0
8632026-03-17T20:08:24.302Z Downloaded tabled_derive v0.11.0
8642026-03-17T20:08:24.305Z Downloaded sync_wrapper v1.0.2
8652026-03-17T20:08:24.305Z Downloaded take_mut v0.2.2
8662026-03-17T20:08:24.308Z Downloaded tabwriter v1.4.1
8672026-03-17T20:08:24.308Z Downloaded russh-keys v0.45.0
8682026-03-17T20:08:24.312Z Downloaded serde_derive_internals v0.29.1
8692026-03-17T20:08:24.314Z Downloaded strum v0.27.2
8702026-03-17T20:08:24.314Z Downloaded progenitor-impl v0.13.0
8712026-03-17T20:08:24.314Z Downloaded crossterm v0.29.0
8722026-03-17T20:08:24.320Z Downloaded spki v0.7.3
8732026-03-17T20:08:24.322Z Downloaded hickory-server v0.25.2
8742026-03-17T20:08:24.325Z Downloaded sqlformat v0.3.5
8752026-03-17T20:08:24.328Z Downloaded hyper-util v0.1.20
8762026-03-17T20:08:24.332Z Downloaded snafu-derive v0.8.9
8772026-03-17T20:08:24.335Z Downloaded signal-hook-registry v1.4.8
8782026-03-17T20:08:24.335Z Downloaded rustls-pki-types v1.14.0
8792026-03-17T20:08:24.338Z Downloaded thread-id v5.1.0
8802026-03-17T20:08:24.341Z Downloaded testing_table v0.3.0
8812026-03-17T20:08:24.341Z Downloaded slab v0.4.12
8822026-03-17T20:08:24.344Z Downloaded static_assertions v1.1.0
8832026-03-17T20:08:24.344Z Downloaded simd-adler32 v0.3.8
8842026-03-17T20:08:24.347Z Downloaded tap v1.0.1
8852026-03-17T20:08:24.347Z Downloaded pin-project v1.1.11
8862026-03-17T20:08:24.357Z Downloaded time-core v0.1.8
8872026-03-17T20:08:24.359Z Downloaded strum_macros v0.26.4
8882026-03-17T20:08:24.359Z Downloaded smf v0.2.3
8892026-03-17T20:08:24.362Z Downloaded slog-scope v4.4.1
8902026-03-17T20:08:24.362Z Downloaded strum_macros v0.27.2
8912026-03-17T20:08:24.365Z Downloaded pretty_assertions v1.4.1
8922026-03-17T20:08:24.368Z Downloaded strum_macros v0.24.3
8932026-03-17T20:08:24.368Z Downloaded itertools v0.10.5
8942026-03-17T20:08:24.372Z Downloaded string_cache v0.8.9
8952026-03-17T20:08:24.376Z Downloaded thiserror-impl-no-std v2.0.2
8962026-03-17T20:08:24.380Z Downloaded stringprep v0.1.5
8972026-03-17T20:08:24.380Z Downloaded support-bundle-viewer v0.1.2
8982026-03-17T20:08:24.380Z Downloaded stacker v0.1.23
8992026-03-17T20:08:24.383Z Downloaded rcgen v0.12.1
9002026-03-17T20:08:24.385Z Downloaded tagptr v0.2.0
9012026-03-17T20:08:24.385Z Downloaded hashbrown v0.13.2
9022026-03-17T20:08:24.388Z Downloaded progenitor-impl v0.10.0
9032026-03-17T20:08:24.391Z Downloaded http v1.4.0
9042026-03-17T20:08:24.393Z Downloaded tinyvec_macros v0.1.1
9052026-03-17T20:08:24.396Z Downloaded serde_with_macros v3.17.0
9062026-03-17T20:08:24.396Z Downloaded serde_plain v1.0.2
9072026-03-17T20:08:24.400Z Downloaded serde_cbor v0.11.2
9082026-03-17T20:08:24.402Z Downloaded spin v0.9.8
9092026-03-17T20:08:24.402Z Downloaded sync-ptr v0.1.4
9102026-03-17T20:08:24.405Z Downloaded aes-gcm v0.10.3
9112026-03-17T20:08:24.408Z Downloaded aes v0.8.4
9122026-03-17T20:08:24.411Z Downloaded strip-ansi-escapes v0.2.1
9132026-03-17T20:08:24.411Z Downloaded slog-term v2.9.2
9142026-03-17T20:08:24.413Z Downloaded slog-stdlog v4.1.1
9152026-03-17T20:08:24.416Z Downloaded progenitor-impl v0.11.2
9162026-03-17T20:08:24.416Z Downloaded trait-variant v0.1.2
9172026-03-17T20:08:24.419Z Downloaded termios v0.3.3
9182026-03-17T20:08:24.419Z Downloaded tower-layer v0.3.3
9192026-03-17T20:08:24.421Z Downloaded tower-service v0.3.3
9202026-03-17T20:08:24.421Z Downloaded topological-sort v0.2.2
9212026-03-17T20:08:24.426Z Downloaded openssl-sys v0.9.111
9222026-03-17T20:08:24.429Z Downloaded thread_local v1.1.9
9232026-03-17T20:08:24.429Z Downloaded crossterm v0.28.1
9242026-03-17T20:08:24.432Z Downloaded try-lock v0.2.5
9252026-03-17T20:08:24.436Z Downloaded termtree v0.5.1
9262026-03-17T20:08:24.436Z Downloaded schemars v0.9.0
9272026-03-17T20:08:24.445Z Downloaded itertools v0.12.1
9282026-03-17T20:08:24.450Z Downloaded unarray v0.1.4
9292026-03-17T20:08:24.453Z Downloaded typify-macro v0.4.3
9302026-03-17T20:08:24.453Z Downloaded typify-macro v0.6.1
9312026-03-17T20:08:24.456Z Downloaded tiny-keccak v2.0.2
9322026-03-17T20:08:24.456Z Downloaded unit-prefix v0.5.2
9332026-03-17T20:08:24.458Z Downloaded universal-hash v0.5.1
9342026-03-17T20:08:24.458Z Downloaded publicsuffix v2.3.0
9352026-03-17T20:08:24.461Z Downloaded ron v0.8.1
9362026-03-17T20:08:24.464Z Downloaded nom v7.1.3
9372026-03-17T20:08:24.468Z Downloaded tokio-rustls v0.25.0
9382026-03-17T20:08:24.470Z Downloaded tokio-macros v2.6.0
9392026-03-17T20:08:24.473Z Downloaded tokio-dtrace v0.1.1
9402026-03-17T20:08:24.473Z Downloaded tls_codec_derive v0.4.2
9412026-03-17T20:08:24.477Z Downloaded unicode-truncate v1.1.0
9422026-03-17T20:08:24.477Z Downloaded utf-8 v0.7.6
9432026-03-17T20:08:24.477Z Downloaded usdt-macro v0.6.0
9442026-03-17T20:08:24.481Z Downloaded usdt-attr-macro v0.6.0
9452026-03-17T20:08:24.481Z Downloaded usdt v0.6.0
9462026-03-17T20:08:24.481Z Downloaded untrusted v0.7.1
9472026-03-17T20:08:24.481Z Downloaded toml_writer v1.0.6+spec-1.1.0
9482026-03-17T20:08:24.484Z Downloaded tokio-native-tls v0.3.1
9492026-03-17T20:08:24.484Z Downloaded socket2 v0.6.2
9502026-03-17T20:08:24.485Z Downloaded socket2 v0.5.10
9512026-03-17T20:08:24.487Z Downloaded rand v0.8.5
9522026-03-17T20:08:24.491Z Downloaded similar v2.7.0
9532026-03-17T20:08:24.493Z Downloaded rustls-platform-verifier v0.6.2
9542026-03-17T20:08:24.496Z Downloaded num-bigint v0.4.6
9552026-03-17T20:08:24.499Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9562026-03-17T20:08:24.501Z Downloaded untrusted v0.9.0
9572026-03-17T20:08:24.502Z Downloaded rayon-core v1.13.0
9582026-03-17T20:08:24.504Z Downloaded futures-util v0.3.32
9592026-03-17T20:08:24.512Z Downloaded void v1.0.2
9602026-03-17T20:08:24.515Z Downloaded signal-hook v0.3.18
9612026-03-17T20:08:24.518Z Downloaded tui-tree-widget v0.23.1
9622026-03-17T20:08:24.518Z Downloaded iri-string v0.7.10
9632026-03-17T20:08:24.522Z Downloaded samael v0.0.19
9642026-03-17T20:08:24.527Z Downloaded wait-timeout v0.2.1
9652026-03-17T20:08:24.530Z Downloaded want v0.3.1
9662026-03-17T20:08:24.530Z Downloaded quinn v0.11.9
9672026-03-17T20:08:24.532Z Downloaded waitgroup v0.1.2
9682026-03-17T20:08:24.535Z Downloaded unicase v2.9.0
9692026-03-17T20:08:24.535Z Downloaded tokio-tungstenite v0.21.0
9702026-03-17T20:08:24.538Z Downloaded tls_codec v0.4.2
9712026-03-17T20:08:24.538Z Downloaded term v1.2.1
9722026-03-17T20:08:24.541Z Downloaded term v0.7.0
9732026-03-17T20:08:24.545Z Downloaded tokio-stream v0.1.18
9742026-03-17T20:08:24.548Z Downloaded tokio-rustls v0.26.4
9752026-03-17T20:08:24.548Z Downloaded tokio-rustls v0.24.1
9762026-03-17T20:08:24.553Z Downloaded xattr v1.6.1
9772026-03-17T20:08:24.553Z Downloaded xshell-macros v0.2.7
9782026-03-17T20:08:24.558Z Downloaded subprocess v0.2.15
9792026-03-17T20:08:24.558Z Downloaded rsa v0.9.10
9802026-03-17T20:08:24.562Z Downloaded libxml v0.3.3
9812026-03-17T20:08:24.565Z Downloaded rand v0.10.0
9822026-03-17T20:08:24.571Z Downloaded tokio-tungstenite v0.23.1
9832026-03-17T20:08:24.571Z Downloaded tar v0.4.44
9842026-03-17T20:08:24.574Z Downloaded libm v0.2.16
9852026-03-17T20:08:24.577Z Downloaded zone v0.3.1
9862026-03-17T20:08:24.577Z Downloaded aho-corasick v1.1.4
9872026-03-17T20:08:24.582Z Downloaded zeroize_derive v1.4.3
9882026-03-17T20:08:24.585Z Downloaded vergen-gitcl v1.0.8
9892026-03-17T20:08:24.585Z Downloaded vergen-git2 v1.0.7
9902026-03-17T20:08:24.585Z Downloaded tracing-attributes v0.1.31
9912026-03-17T20:08:24.589Z Downloaded vergen-lib v0.1.6
9922026-03-17T20:08:24.589Z Downloaded twox-hash v2.1.2
9932026-03-17T20:08:24.594Z Downloaded zone_cfg_derive v0.3.1
9942026-03-17T20:08:24.594Z Downloaded rand v0.9.2
9952026-03-17T20:08:24.594Z Downloaded qorb v0.4.1
9962026-03-17T20:08:24.597Z Downloaded test-strategy v0.4.5
9972026-03-17T20:08:24.600Z Downloaded snafu v0.8.9
9982026-03-17T20:08:24.603Z Downloaded walkdir v2.5.0
9992026-03-17T20:08:24.606Z Downloaded schemars v1.2.1
10002026-03-17T20:08:24.615Z Downloaded wyz v0.5.1
10012026-03-17T20:08:24.618Z Downloaded whoami v2.1.0
10022026-03-17T20:08:24.618Z Downloaded usdt-impl v0.6.0
10032026-03-17T20:08:24.620Z Downloaded unicode-properties v0.1.4
10042026-03-17T20:08:24.624Z Downloaded toml v0.7.8
10052026-03-17T20:08:24.624Z Downloaded toml_parser v1.0.9+spec-1.1.0
10062026-03-17T20:08:24.627Z Downloaded xz2 v0.1.7
10072026-03-17T20:08:24.627Z Downloaded toml v0.9.12+spec-1.1.0
10082026-03-17T20:08:24.630Z Downloaded rustls-webpki v0.103.9
10092026-03-17T20:08:24.633Z Downloaded uzers v0.12.2
10102026-03-17T20:08:24.638Z Downloaded vergen v9.0.6
10112026-03-17T20:08:24.638Z Downloaded tinyvec v1.10.0
10122026-03-17T20:08:24.641Z Downloaded tracing-core v0.1.36
10132026-03-17T20:08:24.641Z Downloaded russh v0.45.0
10142026-03-17T20:08:24.644Z Downloaded zeroize v1.8.2
10152026-03-17T20:08:24.647Z Downloaded tungstenite v0.21.0
10162026-03-17T20:08:24.651Z Downloaded zstd-safe v7.2.4
10172026-03-17T20:08:24.651Z Downloaded zstd v0.13.3
10182026-03-17T20:08:24.653Z Downloaded itertools v0.14.0
10192026-03-17T20:08:24.657Z Downloaded typify v0.6.1
10202026-03-17T20:08:24.660Z Downloaded aws-lc-rs v1.16.0
10212026-03-17T20:08:24.667Z Downloaded typify v0.4.3
10222026-03-17T20:08:24.670Z Downloaded xshell v0.2.7
10232026-03-17T20:08:24.674Z Downloaded whoami v1.6.1
10242026-03-17T20:08:24.674Z Downloaded p521 v0.13.3
10252026-03-17T20:08:24.678Z Downloaded uuid v1.21.0
10262026-03-17T20:08:24.681Z Downloaded toml_edit v0.23.10+spec-1.0.0
10272026-03-17T20:08:24.683Z Downloaded blake3 v1.8.3
10282026-03-17T20:08:24.688Z Downloaded steno v0.4.1
10292026-03-17T20:08:24.691Z Downloaded zerocopy v0.6.6
10302026-03-17T20:08:24.694Z Downloaded tungstenite v0.23.0
10312026-03-17T20:08:24.696Z Downloaded reedline v0.40.0
10322026-03-17T20:08:24.701Z Downloaded unicode-bidi v0.3.18
10332026-03-17T20:08:24.703Z Downloaded vte v0.14.1
10342026-03-17T20:08:24.707Z Downloaded h2 v0.4.13
10352026-03-17T20:08:24.710Z Downloaded tokio-postgres v0.7.16
10362026-03-17T20:08:24.713Z Downloaded rpassword v7.4.0
10372026-03-17T20:08:24.716Z Downloaded unsafe-libyaml v0.2.11
10382026-03-17T20:08:24.720Z Downloaded toml_edit v0.19.15
10392026-03-17T20:08:24.730Z Downloaded yasna v0.5.2
10402026-03-17T20:08:24.733Z Downloaded ssh-key v0.6.7
10412026-03-17T20:08:24.736Z Downloaded bindgen v0.71.1
10422026-03-17T20:08:24.742Z Downloaded p384 v0.13.1
10432026-03-17T20:08:24.746Z Downloaded zopfli v0.8.3
10442026-03-17T20:08:24.749Z Downloaded reqwest v0.13.2
10452026-03-17T20:08:24.753Z Downloaded ron v0.12.0
10462026-03-17T20:08:24.758Z Downloaded zip v0.6.6
10472026-03-17T20:08:24.761Z Downloaded yansi v1.0.1
10482026-03-17T20:08:24.764Z Downloaded rustyline v14.0.0
10492026-03-17T20:08:24.767Z Downloaded hkdf v0.12.4
10502026-03-17T20:08:24.770Z Downloaded vsss-rs v3.3.4
10512026-03-17T20:08:24.772Z Downloaded num-bigint-dig v0.8.6
10522026-03-17T20:08:24.775Z Downloaded hyper v1.8.1
10532026-03-17T20:08:24.780Z Downloaded regex v1.12.3
10542026-03-17T20:08:24.784Z Downloaded unicode_categories v0.1.1
10552026-03-17T20:08:24.787Z Downloaded portable-atomic v1.13.1
10562026-03-17T20:08:24.791Z Downloaded serde_yaml v0.9.34+deprecated
10572026-03-17T20:08:24.795Z Downloaded itertools v0.13.0
10582026-03-17T20:08:24.800Z Downloaded time-macros v0.2.27
10592026-03-17T20:08:24.803Z Downloaded rayon v1.11.0
10602026-03-17T20:08:24.808Z Downloaded reqwest v0.12.28
10612026-03-17T20:08:24.812Z Downloaded tower v0.5.3
10622026-03-17T20:08:24.819Z Downloaded typed-path v0.9.3
10632026-03-17T20:08:24.823Z Downloaded unicode-segmentation v1.12.0
10642026-03-17T20:08:24.826Z Downloaded salty v0.3.0
10652026-03-17T20:08:24.831Z Downloaded rustls-webpki v0.101.7
10662026-03-17T20:08:24.842Z Downloaded x509-cert v0.2.5
10672026-03-17T20:08:24.848Z Downloaded quick-xml v0.37.5
10682026-03-17T20:08:24.851Z Downloaded zerocopy-derive v0.8.40
10692026-03-17T20:08:24.857Z Downloaded zip v4.6.1
10702026-03-17T20:08:24.861Z Downloaded moka v0.12.13
10712026-03-17T20:08:24.867Z Downloaded unicode-normalization v0.1.25
10722026-03-17T20:08:24.869Z Downloaded proptest v1.10.0
10732026-03-17T20:08:24.876Z Downloaded tough v0.20.0
10742026-03-17T20:08:24.882Z Downloaded tower-http v0.6.8
10752026-03-17T20:08:24.888Z Downloaded petname v2.0.2
10762026-03-17T20:08:24.892Z Downloaded dropshot v0.16.7
10772026-03-17T20:08:24.910Z Downloaded tokio-util v0.7.18
10782026-03-17T20:08:24.914Z Downloaded serde_with v3.17.0
10792026-03-17T20:08:24.923Z Downloaded winnow v0.5.40
10802026-03-17T20:08:24.929Z Downloaded quinn-proto v0.11.13
10812026-03-17T20:08:24.934Z Downloaded radix_trie v0.2.1
10822026-03-17T20:08:24.939Z Downloaded object v0.30.4
10832026-03-17T20:08:24.946Z Downloaded openssl v0.10.75
10842026-03-17T20:08:24.953Z Downloaded nix v0.27.1
10852026-03-17T20:08:24.960Z Downloaded tabled v0.20.0
10862026-03-17T20:08:24.973Z Downloaded rustls-webpki v0.102.8
10872026-03-17T20:08:24.988Z Downloaded winnow v0.6.26
10882026-03-17T20:08:24.994Z Downloaded curve25519-dalek v4.1.3
10892026-03-17T20:08:25.001Z Downloaded nix v0.29.0
10902026-03-17T20:08:25.009Z Downloaded nix v0.31.1
10912026-03-17T20:08:25.018Z Downloaded vcpkg v0.2.15
10922026-03-17T20:08:25.046Z Downloaded time v0.3.47
10932026-03-17T20:08:25.055Z Downloaded rustls v0.21.12
10942026-03-17T20:08:25.064Z Downloaded hickory-proto v0.24.4
10952026-03-17T20:08:25.074Z Downloaded zerocopy v0.8.40
10962026-03-17T20:08:25.083Z Downloaded zlib-rs v0.6.2
10972026-03-17T20:08:25.086Z Downloaded rustls v0.23.37
10982026-03-17T20:08:25.094Z Downloaded hickory-proto v0.25.2
10992026-03-17T20:08:25.106Z Downloaded openapiv3 v2.2.0
11002026-03-17T20:08:25.114Z Downloaded diesel v2.3.7
11012026-03-17T20:08:25.130Z Downloaded rustls v0.22.4
11022026-03-17T20:08:25.139Z Downloaded webpki-roots v1.0.6
11032026-03-17T20:08:25.142Z Downloaded regress v0.10.5
11042026-03-17T20:08:25.149Z Downloaded smoltcp v0.11.0
11052026-03-17T20:08:25.158Z Downloaded regex-syntax v0.8.10
11062026-03-17T20:08:25.164Z Downloaded regex-syntax v0.6.29
11072026-03-17T20:08:25.171Z Downloaded sled v0.34.7
11082026-03-17T20:08:25.177Z Downloaded rustix v0.38.44
11092026-03-17T20:08:25.194Z Downloaded nix v0.28.0
11102026-03-17T20:08:25.202Z Downloaded ratatui v0.29.0
11112026-03-17T20:08:25.217Z Downloaded smoltcp v0.9.1
11122026-03-17T20:08:25.224Z Downloaded polar-core v0.27.3
11132026-03-17T20:08:25.230Z Downloaded object v0.37.3
11142026-03-17T20:08:25.247Z Downloaded goblin v0.10.5
11152026-03-17T20:08:25.253Z Downloaded regex-automata v0.4.14
11162026-03-17T20:08:25.256Z Downloaded chrono v0.4.44
11172026-03-17T20:08:25.262Z Downloaded sqlparser v0.61.0
11182026-03-17T20:08:25.268Z Downloaded lalrpop v0.19.12
11192026-03-17T20:08:25.276Z Downloaded jiff v0.2.21
11202026-03-17T20:08:25.291Z Downloaded tracing v0.1.44
11212026-03-17T20:08:25.307Z Downloaded lzma-sys v0.1.20
11222026-03-17T20:08:25.328Z Downloaded typify-impl v0.6.1
11232026-03-17T20:08:25.338Z Downloaded git2 v0.20.4
11242026-03-17T20:08:25.345Z Downloaded supports-color v3.0.2
11252026-03-17T20:08:25.348Z Downloaded csv v1.4.0
11262026-03-17T20:08:25.360Z Downloaded typify-impl v0.4.3
11272026-03-17T20:08:25.371Z Downloaded bzip2-sys v0.1.13+1.0.8
11282026-03-17T20:08:25.380Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11292026-03-17T20:08:25.394Z Downloaded sha3 v0.10.8
11302026-03-17T20:08:25.397Z Downloaded schemars v0.8.22
11312026-03-17T20:08:25.406Z Downloaded hashbrown v0.15.5
11322026-03-17T20:08:25.410Z Downloaded ryu v1.0.23
11332026-03-17T20:08:25.413Z Downloaded thiserror-no-std v2.0.2
11342026-03-17T20:08:25.417Z Downloaded zerocopy-derive v0.6.6
11352026-03-17T20:08:25.422Z Downloaded slog v2.8.2
11362026-03-17T20:08:25.425Z Downloaded iddqd v0.3.17
11372026-03-17T20:08:25.429Z Downloaded petgraph v0.6.5
11382026-03-17T20:08:25.442Z Downloaded slog-async v2.8.0
11392026-03-17T20:08:25.446Z Downloaded schemars_derive v0.8.22
11402026-03-17T20:08:25.446Z Downloaded ar_archive_writer v0.5.1
11412026-03-17T20:08:25.449Z Downloaded pem-rfc7468 v0.7.0
11422026-03-17T20:08:25.449Z Downloaded pem v3.0.6
11432026-03-17T20:08:25.449Z Downloaded num-complex v0.4.6
11442026-03-17T20:08:25.452Z Downloaded ed25519-dalek v2.2.0
11452026-03-17T20:08:25.453Z Downloaded paste v1.0.15
11462026-03-17T20:08:25.456Z Downloaded password-hash v0.4.2
11472026-03-17T20:08:25.456Z Downloaded parse-display-derive v0.10.0
11482026-03-17T20:08:25.459Z Downloaded psl-types v2.0.11
11492026-03-17T20:08:25.459Z Downloaded chrono-tz v0.10.4
11502026-03-17T20:08:25.470Z Downloaded progenitor-macro v0.11.2
11512026-03-17T20:08:25.473Z Downloaded petgraph v0.8.3
11522026-03-17T20:08:25.487Z Downloaded progenitor-client v0.11.2
11532026-03-17T20:08:25.490Z Downloaded password-hash v0.5.0
11542026-03-17T20:08:25.490Z Downloaded libz-sys v1.1.24
11552026-03-17T20:08:25.504Z Downloaded crossbeam-channel v0.5.15
11562026-03-17T20:08:25.508Z Downloaded heapless v0.7.17
11572026-03-17T20:08:25.510Z Downloaded owo-colors v4.3.0
11582026-03-17T20:08:25.513Z Downloaded encoding_rs v0.8.35
11592026-03-17T20:08:25.528Z Downloaded nanorand v0.7.0
11602026-03-17T20:08:25.530Z Downloaded precomputed-hash v0.1.1
11612026-03-17T20:08:25.530Z Downloaded oxide-tokio-rt v0.1.3
11622026-03-17T20:08:25.533Z Downloaded tokio v1.49.0
11632026-03-17T20:08:25.560Z Downloaded phf_shared v0.12.1
11642026-03-17T20:08:25.563Z Downloaded phf_shared v0.11.3
11652026-03-17T20:08:25.563Z Downloaded oxnet v0.1.4
11662026-03-17T20:08:25.563Z Downloaded num_enum v0.5.11
11672026-03-17T20:08:25.566Z Downloaded compact_str v0.8.1
11682026-03-17T20:08:25.569Z Downloaded bstr v1.12.1
11692026-03-17T20:08:25.574Z Downloaded arc-swap v1.8.2
11702026-03-17T20:08:25.577Z Downloaded path-slash v0.1.5
11712026-03-17T20:08:25.579Z Downloaded chacha20poly1305 v0.10.1
11722026-03-17T20:08:25.579Z Downloaded base64 v0.21.7
11732026-03-17T20:08:25.582Z Downloaded newtype-uuid v1.3.2
11742026-03-17T20:08:25.582Z Downloaded native-tls v0.2.18
11752026-03-17T20:08:25.586Z Downloaded multer v3.1.0
11762026-03-17T20:08:25.586Z Downloaded ingot-macros v0.1.1
11772026-03-17T20:08:25.590Z Downloaded half v2.7.1
11782026-03-17T20:08:25.590Z Downloaded getrandom v0.3.4
11792026-03-17T20:08:25.593Z Downloaded futures v0.3.32
11802026-03-17T20:08:25.596Z Downloaded crc-any v2.5.0
11812026-03-17T20:08:25.596Z Downloaded num_enum_derive v0.5.11
11822026-03-17T20:08:25.596Z Downloaded olpc-cjson v0.1.4
11832026-03-17T20:08:25.596Z Downloaded md-5 v0.10.6
11842026-03-17T20:08:25.599Z Downloaded iana-time-zone v0.1.65
11852026-03-17T20:08:25.599Z Downloaded der v0.7.10
11862026-03-17T20:08:25.603Z Downloaded num-derive v0.4.2
11872026-03-17T20:08:25.608Z Downloaded lock_api v0.4.14
11882026-03-17T20:08:25.608Z Downloaded linear-map v1.2.0
11892026-03-17T20:08:25.608Z Downloaded hyper-rustls v0.27.7
11902026-03-17T20:08:25.611Z Downloaded humantime v2.3.0
11912026-03-17T20:08:25.611Z Downloaded httparse v1.10.1
11922026-03-17T20:08:25.611Z Downloaded hmac v0.12.1
11932026-03-17T20:08:25.611Z Downloaded cookie_store v0.22.1
11942026-03-17T20:08:25.614Z Downloaded bytes v1.11.1
11952026-03-17T20:08:25.617Z Downloaded console v0.15.11
11962026-03-17T20:08:25.620Z Downloaded colored v2.2.0
11972026-03-17T20:08:25.620Z Downloaded ciborium v0.2.2
11982026-03-17T20:08:25.620Z Downloaded async-bb8-diesel v0.2.1
11992026-03-17T20:08:25.623Z Downloaded nodrop v0.1.14
12002026-03-17T20:08:25.623Z Downloaded newtype_derive v0.1.6
12012026-03-17T20:08:25.623Z Downloaded new_debug_unreachable v1.0.6
12022026-03-17T20:08:25.626Z Downloaded libefi-sys v0.1.0
12032026-03-17T20:08:25.626Z Downloaded dropshot_endpoint v0.16.7
12042026-03-17T20:08:25.630Z Downloaded multimap v0.10.1
12052026-03-17T20:08:25.630Z Downloaded md5 v0.7.0
12062026-03-17T20:08:25.630Z Downloaded managed v0.8.0
12072026-03-17T20:08:25.630Z Downloaded ipnetwork v0.21.1
12082026-03-17T20:08:25.630Z Downloaded ingot v0.1.1
12092026-03-17T20:08:25.633Z Downloaded indoc v2.0.7
12102026-03-17T20:08:25.633Z Downloaded glob v0.3.3
12112026-03-17T20:08:25.637Z Downloaded getrandom v0.2.17
12122026-03-17T20:08:25.637Z Downloaded filetime v0.2.27
12132026-03-17T20:08:25.637Z Downloaded cbc v0.1.2
12142026-03-17T20:08:25.640Z Downloaded crc32fast v1.5.0
12152026-03-17T20:08:25.640Z Downloaded constant_time_eq v0.4.2
12162026-03-17T20:08:25.640Z Downloaded base64ct v1.8.3
12172026-03-17T20:08:25.643Z Downloaded lru-slab v0.1.2
12182026-03-17T20:08:25.643Z Downloaded lru v0.12.5
12192026-03-17T20:08:25.643Z Downloaded clang-sys v1.8.1
12202026-03-17T20:08:25.646Z Downloaded inout v0.1.4
12212026-03-17T20:08:25.646Z Downloaded impl-trait-for-tuples v0.2.3
12222026-03-17T20:08:25.649Z Downloaded hyper-staticfile v0.10.1
12232026-03-17T20:08:25.649Z Downloaded fixedbitset v0.5.7
12242026-03-17T20:08:25.651Z Downloaded crypto-bigint v0.5.5
12252026-03-17T20:08:25.654Z Downloaded ring v0.17.14
12262026-03-17T20:08:25.684Z Downloaded highway v1.3.0
12272026-03-17T20:08:25.687Z Downloaded cargo_toml v0.22.3
12282026-03-17T20:08:25.687Z Downloaded blake2 v0.10.6
12292026-03-17T20:08:25.690Z Downloaded backon v1.6.0
12302026-03-17T20:08:25.690Z Downloaded const-oid v0.9.6
12312026-03-17T20:08:25.693Z Downloaded colored v3.1.1
12322026-03-17T20:08:25.693Z Downloaded cipher v0.4.4
12332026-03-17T20:08:25.698Z Downloaded cancel-safe-futures v0.1.5
12342026-03-17T20:08:25.701Z Downloaded ahash v0.8.12
12352026-03-17T20:08:25.701Z Downloaded keccak v0.1.6
12362026-03-17T20:08:25.701Z Downloaded group v0.13.0
12372026-03-17T20:08:25.701Z Downloaded dropshot-api-manager v0.6.0
12382026-03-17T20:08:25.704Z Downloaded darling v0.20.11
12392026-03-17T20:08:25.708Z Downloaded instant v0.1.13
12402026-03-17T20:08:25.708Z Downloaded instability v0.3.11
12412026-03-17T20:08:25.708Z Downloaded indoc v1.0.9
12422026-03-17T20:08:25.712Z Downloaded globset v0.4.18
12432026-03-17T20:08:25.713Z Downloaded foldhash v0.1.5
12442026-03-17T20:08:25.713Z Downloaded ena v0.14.4
12452026-03-17T20:08:25.716Z Downloaded daft v0.1.5
12462026-03-17T20:08:25.716Z Downloaded corncobs v0.1.4
12472026-03-17T20:08:25.716Z Downloaded convert_case v0.10.0
12482026-03-17T20:08:25.716Z Downloaded const_format_proc_macros v0.2.34
12492026-03-17T20:08:25.719Z Downloaded arrayvec v0.7.6
12502026-03-17T20:08:25.719Z Downloaded hostname v0.3.1
12512026-03-17T20:08:25.719Z Downloaded fs-err v2.11.0
12522026-03-17T20:08:25.721Z Downloaded hubpack v0.1.2
12532026-03-17T20:08:25.721Z Downloaded des v0.8.1
12542026-03-17T20:08:25.724Z Downloaded derive-where v1.6.0
12552026-03-17T20:08:25.724Z Downloaded darling v0.23.0
12562026-03-17T20:08:25.727Z Downloaded libgit2-sys v0.18.3+1.9.2
12572026-03-17T20:08:25.769Z Downloaded bit-vec v0.8.0
12582026-03-17T20:08:25.772Z Downloaded httpdate v1.0.3
12592026-03-17T20:08:25.772Z Downloaded http-range v0.1.5
12602026-03-17T20:08:25.772Z Downloaded hostname v0.4.2
12612026-03-17T20:08:25.775Z Downloaded ff v0.13.1
12622026-03-17T20:08:25.775Z Downloaded fallible-iterator v0.2.0
12632026-03-17T20:08:25.775Z Downloaded futures-executor v0.3.32
12642026-03-17T20:08:25.778Z Downloaded deranged v0.5.8
12652026-03-17T20:08:25.778Z Downloaded daft-derive v0.1.5
12662026-03-17T20:08:25.782Z Downloaded hex v0.4.3
12672026-03-17T20:08:25.782Z Downloaded hex-literal v0.4.1
12682026-03-17T20:08:25.782Z Downloaded headers-core v0.3.0
12692026-03-17T20:08:25.782Z Downloaded bzip2 v0.4.4
12702026-03-17T20:08:25.787Z Downloaded bit-vec v0.6.3
12712026-03-17T20:08:25.787Z Downloaded bit-set v0.5.3
12722026-03-17T20:08:25.787Z Downloaded argon2 v0.5.3
12732026-03-17T20:08:25.787Z Downloaded defmt v1.0.1
12742026-03-17T20:08:25.790Z Downloaded ghash v0.5.1
12752026-03-17T20:08:25.790Z Downloaded futures-task v0.3.32
12762026-03-17T20:08:25.790Z Downloaded buf-list v1.1.2
12772026-03-17T20:08:25.790Z Downloaded crossbeam-deque v0.8.6
12782026-03-17T20:08:25.793Z Downloaded defmt-macros v1.0.1
12792026-03-17T20:08:25.793Z Downloaded futures-io v0.3.32
12802026-03-17T20:08:25.796Z Downloaded funty v2.0.0
12812026-03-17T20:08:25.796Z Downloaded foreign-types v0.3.2
12822026-03-17T20:08:25.796Z Downloaded foreign-types v0.5.0
12832026-03-17T20:08:25.796Z Downloaded darling_macro v0.20.11
12842026-03-17T20:08:25.796Z Downloaded crucible-workspace-hack v0.1.0
12852026-03-17T20:08:25.796Z Downloaded block-padding v0.3.3
12862026-03-17T20:08:25.799Z Downloaded async-stream-impl v0.3.6
12872026-03-17T20:08:25.799Z Downloaded der_derive v0.7.3
12882026-03-17T20:08:25.799Z Downloaded base16ct v1.0.0
12892026-03-17T20:08:25.799Z Downloaded document-features v0.2.12
12902026-03-17T20:08:25.803Z Downloaded crunchy v0.2.4
12912026-03-17T20:08:25.803Z Downloaded bitfield-struct v0.6.2
12922026-03-17T20:08:25.803Z Downloaded enum-as-inner v0.6.1
12932026-03-17T20:08:25.803Z Downloaded chacha20 v0.9.1
12942026-03-17T20:08:25.805Z Downloaded cstr-argument v0.1.2
12952026-03-17T20:08:25.805Z Downloaded crc8 v0.1.1
12962026-03-17T20:08:25.805Z Downloaded crc v3.4.0
12972026-03-17T20:08:25.805Z Downloaded bitfield-macros v0.19.4
12982026-03-17T20:08:25.805Z Downloaded find-msvc-tools v0.1.9
12992026-03-17T20:08:25.808Z Downloaded darling_core v0.20.11
13002026-03-17T20:08:25.811Z Downloaded cargo-platform v0.1.9
13012026-03-17T20:08:25.811Z Downloaded bb8 v0.8.6
13022026-03-17T20:08:25.811Z Downloaded env_filter v1.0.0
13032026-03-17T20:08:25.814Z Downloaded dof v0.4.0
13042026-03-17T20:08:25.814Z Downloaded derive_builder_macro v0.20.2
13052026-03-17T20:08:25.814Z Downloaded darling_macro v0.23.0
13062026-03-17T20:08:25.814Z Downloaded curve25519-dalek-derive v0.1.1
13072026-03-17T20:08:25.817Z Downloaded convert_case v0.4.0
13082026-03-17T20:08:25.817Z Downloaded castaway v0.2.4
13092026-03-17T20:08:25.817Z Downloaded assert_matches v1.5.0
13102026-03-17T20:08:25.817Z Downloaded bitflags v1.3.2
13112026-03-17T20:08:25.820Z Downloaded fatfs v0.3.6
13122026-03-17T20:08:25.820Z Downloaded downcast-rs v2.0.2
13132026-03-17T20:08:25.823Z Downloaded dirs-sys-next v0.1.2
13142026-03-17T20:08:25.823Z Downloaded derive_builder v0.20.2
13152026-03-17T20:08:25.826Z Downloaded ctr v0.9.2
13162026-03-17T20:08:25.826Z Downloaded csv-core v0.1.13
13172026-03-17T20:08:25.830Z Downloaded cfg_aliases v0.2.1
13182026-03-17T20:08:25.830Z Downloaded cassowary v0.3.0
13192026-03-17T20:08:25.830Z Downloaded bit-set v0.8.0
13202026-03-17T20:08:25.830Z Downloaded atomicwrites v0.4.4
13212026-03-17T20:08:25.833Z Downloaded async-stream v0.3.6
13222026-03-17T20:08:25.833Z Downloaded async-recursion v1.1.1
13232026-03-17T20:08:25.836Z Downloaded atomic-waker v1.1.2
13242026-03-17T20:08:25.836Z Downloaded ascii-canvas v3.0.0
13252026-03-17T20:08:25.836Z Downloaded difflib v0.4.0
13262026-03-17T20:08:25.836Z Downloaded diesel-dtrace v0.5.0
13272026-03-17T20:08:25.838Z Downloaded data-encoding v2.10.0
13282026-03-17T20:08:25.839Z Downloaded derive_builder_core v0.20.2
13292026-03-17T20:08:25.839Z Downloaded defmt v0.3.100
13302026-03-17T20:08:25.841Z Downloaded cc v1.2.56
13312026-03-17T20:08:25.841Z Downloaded critical-section v1.2.0
13322026-03-17T20:08:25.844Z Downloaded float-cmp v0.10.0
13332026-03-17T20:08:25.844Z Downloaded derive_more v0.99.20
13342026-03-17T20:08:25.847Z Downloaded base64 v0.22.1
13352026-03-17T20:08:25.849Z Downloaded base16ct v0.2.0
13362026-03-17T20:08:25.849Z Downloaded atty v0.2.14
13372026-03-17T20:08:25.852Z Downloaded array-init v0.0.4
13382026-03-17T20:08:25.852Z Downloaded bzip2 v0.6.1
13392026-03-17T20:08:25.852Z Downloaded bcs v0.1.6
13402026-03-17T20:08:25.855Z Downloaded backoff v0.4.0
13412026-03-17T20:08:25.855Z Downloaded cpufeatures v0.3.0
13422026-03-17T20:08:26.297Z Downloaded aws-lc-sys v0.37.1
13432026-03-17T20:08:26.604Z Compiling libc v0.2.180
13442026-03-17T20:08:26.607Z Compiling serde v1.0.228
13452026-03-17T20:08:26.608Z Compiling log v0.4.29
13462026-03-17T20:08:26.608Z Compiling shlex v1.3.0
13472026-03-17T20:08:26.608Z Compiling find-msvc-tools v0.1.9
13482026-03-17T20:08:26.759Z Compiling smallvec v1.15.1
13492026-03-17T20:08:26.773Z Compiling syn v2.0.117
13502026-03-17T20:08:26.786Z Compiling typenum v1.19.0
13512026-03-17T20:08:27.016Z Compiling generic-array v0.14.7
13522026-03-17T20:08:27.034Z Compiling subtle v2.6.1
13532026-03-17T20:08:27.079Z Compiling scopeguard v1.2.0
13542026-03-17T20:08:27.144Z Compiling portable-atomic v1.13.1
13552026-03-17T20:08:27.208Z Compiling lock_api v0.4.14
13562026-03-17T20:08:27.228Z Compiling const-oid v0.9.6
13572026-03-17T20:08:27.270Z Compiling critical-section v1.2.0
13582026-03-17T20:08:27.346Z Compiling zerocopy v0.8.40
13592026-03-17T20:08:27.397Z Compiling pin-project-lite v0.2.17
13602026-03-17T20:08:27.500Z Compiling serde_json v1.0.149
13612026-03-17T20:08:27.518Z Compiling parking_lot_core v0.9.12
13622026-03-17T20:08:28.005Z Compiling pkg-config v0.3.32
13632026-03-17T20:08:28.022Z Compiling bitflags v2.11.0
13642026-03-17T20:08:28.172Z Compiling getrandom v0.2.17
13652026-03-17T20:08:28.250Z Compiling jobserver v0.1.34
13662026-03-17T20:08:28.336Z Compiling errno v0.3.14
13672026-03-17T20:08:28.467Z Compiling rand_core v0.6.4
13682026-03-17T20:08:28.527Z Compiling cc v1.2.56
13692026-03-17T20:08:28.685Z Compiling once_cell v1.21.3
13702026-03-17T20:08:28.761Z Compiling signal-hook-registry v1.4.8
13712026-03-17T20:08:28.783Z Compiling parking_lot v0.12.5
13722026-03-17T20:08:28.830Z Compiling mio v1.1.1
13732026-03-17T20:08:28.863Z Compiling libm v0.2.16
13742026-03-17T20:08:28.965Z Compiling num-traits v0.2.19
13752026-03-17T20:08:29.119Z Compiling futures-core v0.3.32
13762026-03-17T20:08:29.281Z Compiling socket2 v0.6.2
13772026-03-17T20:08:29.319Z Compiling percent-encoding v2.3.2
13782026-03-17T20:08:29.421Z Compiling allocator-api2 v0.2.21
13792026-03-17T20:08:29.555Z Compiling foldhash v0.2.0
13802026-03-17T20:08:29.561Z Compiling cpufeatures v0.2.17
13812026-03-17T20:08:29.588Z Compiling futures-sink v0.3.32
13822026-03-17T20:08:29.655Z Compiling getrandom v0.4.1
13832026-03-17T20:08:29.720Z Compiling futures-channel v0.3.32
13842026-03-17T20:08:29.789Z Compiling slab v0.4.12
13852026-03-17T20:08:29.857Z Compiling hashbrown v0.16.1
13862026-03-17T20:08:29.907Z Compiling futures-task v0.3.32
13872026-03-17T20:08:30.031Z Compiling futures-io v0.3.32
13882026-03-17T20:08:30.035Z Compiling getrandom v0.3.4
13892026-03-17T20:08:30.127Z Compiling rustversion v1.0.22
13902026-03-17T20:08:30.170Z Compiling rand_core v0.10.0
13912026-03-17T20:08:30.229Z Compiling cmake v0.1.57
13922026-03-17T20:08:30.678Z Compiling indexmap v2.13.0
13932026-03-17T20:08:30.761Z Compiling form_urlencoded v1.2.2
13942026-03-17T20:08:30.780Z Compiling ident_case v1.0.1
13952026-03-17T20:08:30.959Z Compiling dunce v1.0.5
13962026-03-17T20:08:30.998Z Compiling base64ct v1.8.3
13972026-03-17T20:08:31.036Z Compiling fs_extra v1.3.0
13982026-03-17T20:08:31.073Z Compiling flagset v0.4.7
13992026-03-17T20:08:31.245Z Compiling synstructure v0.13.2
14002026-03-17T20:08:31.266Z Compiling rand_core v0.9.5
14012026-03-17T20:08:31.394Z Compiling aws-lc-sys v0.37.1
14022026-03-17T20:08:31.412Z Compiling pem-rfc7468 v0.7.0
14032026-03-17T20:08:31.585Z Compiling rustix v1.1.3
14042026-03-17T20:08:31.604Z Compiling iana-time-zone v0.1.65
14052026-03-17T20:08:31.622Z Compiling ring v0.17.14
14062026-03-17T20:08:31.640Z Compiling uuid v1.21.0
14072026-03-17T20:08:31.826Z Compiling rustc_version v0.4.1
14082026-03-17T20:08:31.871Z Compiling aws-lc-rs v1.16.0
14092026-03-17T20:08:32.079Z Compiling regex-syntax v0.8.10
14102026-03-17T20:08:32.237Z Compiling vcpkg v0.2.15
14112026-03-17T20:08:32.261Z Compiling tracing-core v0.1.36
14122026-03-17T20:08:32.537Z Compiling crossbeam-utils v0.8.21
14132026-03-17T20:08:32.987Z Compiling pest_generator v2.8.6
14142026-03-17T20:08:33.064Z Compiling serde_derive_internals v0.29.1
14152026-03-17T20:08:33.246Z Compiling openssl-sys v0.9.111
14162026-03-17T20:08:33.787Z Compiling serde_derive v1.0.228
14172026-03-17T20:08:33.938Z Compiling zeroize_derive v1.4.3
14182026-03-17T20:08:33.956Z Compiling zerofrom-derive v0.1.6
14192026-03-17T20:08:34.004Z Compiling yoke-derive v0.8.1
14202026-03-17T20:08:34.304Z Compiling zerocopy-derive v0.8.40
14212026-03-17T20:08:34.804Z Compiling zeroize v1.8.2
14222026-03-17T20:08:35.404Z Compiling zerovec-derive v0.11.2
14232026-03-17T20:08:35.607Z Compiling displaydoc v0.2.5
14242026-03-17T20:08:35.865Z Compiling crypto-common v0.1.7
14252026-03-17T20:08:35.883Z Compiling zerofrom v0.1.6
14262026-03-17T20:08:36.037Z Compiling yoke v0.8.1
14272026-03-17T20:08:36.040Z Compiling block-buffer v0.10.4
14282026-03-17T20:08:36.259Z Compiling digest v0.10.7
14292026-03-17T20:08:36.278Z Compiling tokio-macros v2.6.0
14302026-03-17T20:08:36.519Z Compiling futures-macro v0.3.32
14312026-03-17T20:08:36.583Z Compiling hmac v0.12.1
14322026-03-17T20:08:36.602Z Compiling zerotrie v0.2.3
14332026-03-17T20:08:36.779Z Compiling block-padding v0.3.3
14342026-03-17T20:08:36.899Z Compiling zerovec v0.11.5
14352026-03-17T20:08:36.978Z Compiling inout v0.1.4
14362026-03-17T20:08:36.998Z Compiling sha2 v0.10.9
14372026-03-17T20:08:37.189Z Compiling cipher v0.4.4
14382026-03-17T20:08:37.258Z Compiling der_derive v0.7.3
14392026-03-17T20:08:37.541Z Compiling tinystr v0.8.2
14402026-03-17T20:08:37.595Z Compiling potential_utf v0.1.4
14412026-03-17T20:08:37.630Z Compiling futures-util v0.3.32
14422026-03-17T20:08:37.822Z Compiling icu_locale_core v2.1.1
14432026-03-17T20:08:37.842Z Compiling icu_collections v2.1.1
14442026-03-17T20:08:38.483Z Compiling salsa20 v0.10.2
14452026-03-17T20:08:38.607Z Compiling bytes v1.11.1
14462026-03-17T20:08:38.624Z Compiling der v0.7.10
14472026-03-17T20:08:38.654Z Compiling chrono v0.4.44
14482026-03-17T20:08:38.842Z Compiling icu_provider v2.1.1
14492026-03-17T20:08:39.059Z Compiling pbkdf2 v0.12.2
14502026-03-17T20:08:39.197Z Compiling icu_normalizer v2.1.1
14512026-03-17T20:08:39.216Z Compiling icu_properties v2.1.2
14522026-03-17T20:08:39.441Z Compiling tokio v1.49.0
14532026-03-17T20:08:39.917Z Compiling spki v0.7.3
14542026-03-17T20:08:40.168Z Compiling http v1.4.0
14552026-03-17T20:08:40.283Z Compiling thiserror-impl v2.0.18
14562026-03-17T20:08:40.542Z Compiling idna_adapter v1.2.1
14572026-03-17T20:08:40.711Z Compiling idna v1.1.0
14582026-03-17T20:08:40.739Z Compiling scrypt v0.11.0
14592026-03-17T20:08:40.805Z Compiling ppv-lite86 v0.2.21
14602026-03-17T20:08:40.992Z Compiling cbc v0.1.2
14612026-03-17T20:08:41.052Z Compiling aes v0.8.4
14622026-03-17T20:08:41.170Z Compiling url v2.5.8
14632026-03-17T20:08:41.256Z Compiling rand_chacha v0.9.0
14642026-03-17T20:08:41.390Z Compiling rustls-pki-types v1.14.0
14652026-03-17T20:08:41.568Z Compiling tracing-attributes v0.1.31
14662026-03-17T20:08:42.001Z Compiling pkcs5 v0.7.1
14672026-03-17T20:08:42.073Z Compiling thiserror v2.0.18
14682026-03-17T20:08:42.159Z Compiling rand v0.9.2
14692026-03-17T20:08:42.201Z Compiling http-body v1.0.1
14702026-03-17T20:08:42.290Z Compiling untrusted v0.7.1
14712026-03-17T20:08:42.385Z Compiling base64 v0.22.1
14722026-03-17T20:08:42.436Z Compiling openssl-probe v0.2.1
14732026-03-17T20:08:42.455Z Compiling schemars v0.8.22
14742026-03-17T20:08:42.678Z Compiling untrusted v0.9.0
14752026-03-17T20:08:42.696Z Compiling syn v1.0.109
14762026-03-17T20:08:42.743Z Compiling httparse v1.10.1
14772026-03-17T20:08:42.852Z Compiling pkcs8 v0.10.2
14782026-03-17T20:08:43.171Z Compiling schemars_derive v0.8.22
14792026-03-17T20:08:43.239Z Compiling pest_derive v2.8.6
14802026-03-17T20:08:43.257Z Compiling scroll_derive v0.13.1
14812026-03-17T20:08:43.432Z Compiling tracing v0.1.44
14822026-03-17T20:08:43.772Z Compiling darling_core v0.20.11
14832026-03-17T20:08:43.801Z Compiling dyn-clone v1.0.20
14842026-03-17T20:08:43.913Z Compiling try-lock v0.2.5
14852026-03-17T20:08:43.972Z Compiling tower-layer v0.3.3
14862026-03-17T20:08:44.045Z Compiling rustls v0.23.37
14872026-03-17T20:08:44.175Z Compiling tinyvec_macros v0.1.1
14882026-03-17T20:08:44.264Z Compiling atomic-waker v1.1.2
14892026-03-17T20:08:44.283Z Compiling tower-service v0.3.3
14902026-03-17T20:08:44.340Z Compiling scroll v0.13.0
14912026-03-17T20:08:44.396Z Compiling tinyvec v1.10.0
14922026-03-17T20:08:44.415Z Compiling want v0.3.1
14932026-03-17T20:08:44.618Z Compiling tokio-util v0.7.18
14942026-03-17T20:08:45.066Z Compiling ipnet v2.11.0
14952026-03-17T20:08:45.278Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-03-17T20:08:45.751Z Compiling h2 v0.4.13
14972026-03-17T20:08:45.796Z Compiling spin v0.9.8
14982026-03-17T20:08:46.029Z Compiling aho-corasick v1.1.4
14992026-03-17T20:08:46.059Z Compiling foreign-types-shared v0.1.1
15002026-03-17T20:08:46.166Z Compiling crc32fast v1.5.0
15012026-03-17T20:08:46.524Z Compiling pin-utils v0.1.0
15022026-03-17T20:08:46.616Z Compiling openssl v0.10.75
15032026-03-17T20:08:46.686Z Compiling num-conv v0.2.0
15042026-03-17T20:08:46.862Z Compiling time-core v0.1.8
15052026-03-17T20:08:46.928Z Compiling httpdate v1.0.3
15062026-03-17T20:08:47.031Z Compiling darling_macro v0.20.11
15072026-03-17T20:08:47.060Z Compiling powerfmt v0.2.0
15082026-03-17T20:08:47.212Z Compiling regex-automata v0.4.14
15092026-03-17T20:08:47.321Z Compiling deranged v0.5.8
15102026-03-17T20:08:47.341Z Compiling time-macros v0.2.27
15112026-03-17T20:08:47.697Z Compiling darling v0.20.11
15122026-03-17T20:08:47.891Z Compiling tempfile v3.25.0
15132026-03-17T20:08:48.385Z Compiling foreign-types v0.3.2
15142026-03-17T20:08:48.494Z Compiling goblin v0.10.5
15152026-03-17T20:08:48.884Z Compiling openssl-macros v0.1.1
15162026-03-17T20:08:49.397Z Compiling thiserror-impl v1.0.69
15172026-03-17T20:08:49.584Z Compiling wait-timeout v0.2.1
15182026-03-17T20:08:49.917Z Compiling hyper v1.8.1
15192026-03-17T20:08:50.539Z Compiling num_threads v0.1.7
15202026-03-17T20:08:50.658Z Compiling native-tls v0.2.18
15212026-03-17T20:08:50.929Z Compiling siphasher v1.0.2
15222026-03-17T20:08:51.090Z Compiling usdt-impl v0.6.0
15232026-03-17T20:08:51.174Z Compiling bit-vec v0.8.0
15242026-03-17T20:08:51.193Z Compiling simd-adler32 v0.3.8
15252026-03-17T20:08:51.367Z Compiling quick-error v1.2.3
15262026-03-17T20:08:51.475Z Compiling either v1.15.0
15272026-03-17T20:08:51.496Z Compiling rusty-fork v0.3.1
15282026-03-17T20:08:51.526Z Compiling bit-set v0.8.0
15292026-03-17T20:08:51.749Z Compiling hyper-util v0.1.20
15302026-03-17T20:08:51.770Z Compiling thiserror v1.0.69
15312026-03-17T20:08:51.914Z Compiling time v0.3.47
15322026-03-17T20:08:52.257Z Compiling derive_builder_core v0.20.2
15332026-03-17T20:08:53.145Z Compiling dof v0.4.0
15342026-03-17T20:08:53.484Z Compiling unicode-normalization v0.1.25
15352026-03-17T20:08:54.088Z Compiling dtrace-parser v0.3.0
15362026-03-17T20:08:54.119Z Compiling crossbeam-epoch v0.9.18
15372026-03-17T20:08:54.152Z Compiling rustls-native-certs v0.8.3
15382026-03-17T20:08:54.529Z Compiling signature v2.2.0
15392026-03-17T20:08:54.547Z Compiling scroll_derive v0.12.1
15402026-03-17T20:08:54.748Z Compiling heapless v0.7.17
15412026-03-17T20:08:54.769Z Compiling slog v2.8.2
15422026-03-17T20:08:54.915Z Compiling rand_xorshift v0.4.0
15432026-03-17T20:08:55.018Z Compiling darling_core v0.21.3
15442026-03-17T20:08:55.069Z Compiling bzip2-sys v0.1.13+1.0.8
15452026-03-17T20:08:55.120Z Compiling sync_wrapper v1.0.2
15462026-03-17T20:08:55.125Z Compiling thread-id v5.1.0
15472026-03-17T20:08:55.239Z Compiling cookie v0.18.1
15482026-03-17T20:08:55.255Z Compiling paste v1.0.15
15492026-03-17T20:08:55.433Z Compiling adler2 v2.0.1
15502026-03-17T20:08:55.451Z Compiling anyhow v1.0.102
15512026-03-17T20:08:55.480Z Compiling unicode-properties v0.1.4
15522026-03-17T20:08:55.595Z Compiling unicode-bidi v0.3.18
15532026-03-17T20:08:55.613Z Compiling signal-hook v0.3.18
15542026-03-17T20:08:55.749Z Compiling unarray v0.1.4
15552026-03-17T20:08:55.845Z Compiling zstd-safe v7.2.4
15562026-03-17T20:08:55.864Z Compiling unicode-segmentation v1.12.0
15572026-03-17T20:08:55.881Z Compiling rayon-core v1.13.0
15582026-03-17T20:08:56.110Z Compiling stringprep v0.1.5
15592026-03-17T20:08:56.211Z Compiling proptest v1.10.0
15602026-03-17T20:08:56.372Z Compiling miniz_oxide v0.8.9
15612026-03-17T20:08:56.455Z Compiling scroll v0.12.0
15622026-03-17T20:08:56.713Z Compiling tower v0.5.3
15632026-03-17T20:08:57.213Z Compiling crossbeam-deque v0.8.6
15642026-03-17T20:08:57.238Z Compiling derive_builder_macro v0.20.2
15652026-03-17T20:08:57.256Z Compiling ipnetwork v0.21.1
15662026-03-17T20:08:57.342Z Compiling http-body-util v0.1.3
15672026-03-17T20:08:57.457Z Compiling webpki-roots v1.0.6
15682026-03-17T20:08:57.551Z Compiling rand_chacha v0.3.1
15692026-03-17T20:08:57.637Z Compiling serde_spanned v0.6.9
15702026-03-17T20:08:57.704Z Compiling toml_datetime v0.6.11
15712026-03-17T20:08:57.815Z Compiling serde_tokenstream v0.2.3
15722026-03-17T20:08:57.845Z Compiling erased-serde v0.3.31
15732026-03-17T20:08:57.887Z Compiling md-5 v0.10.6
15742026-03-17T20:08:58.055Z Compiling zerocopy-derive v0.7.35
15752026-03-17T20:08:58.096Z Compiling curve25519-dalek v4.1.3
15762026-03-17T20:08:58.215Z Compiling vergen-lib v0.1.6
15772026-03-17T20:08:58.472Z Compiling num-integer v0.1.46
15782026-03-17T20:08:58.561Z Compiling hash32 v0.2.1
15792026-03-17T20:08:58.598Z Compiling ff v0.13.1
15802026-03-17T20:08:58.619Z Compiling darling_macro v0.21.3
15812026-03-17T20:08:58.692Z Compiling memoffset v0.9.1
15822026-03-17T20:08:58.768Z Compiling cfg_aliases v0.2.1
15832026-03-17T20:08:58.810Z Compiling litrs v1.0.0
15842026-03-17T20:08:58.860Z Compiling zlib-rs v0.6.2
15852026-03-17T20:08:58.905Z Compiling num-bigint-dig v0.8.6
15862026-03-17T20:08:58.947Z Compiling rustix v0.38.44
15872026-03-17T20:08:59.160Z Compiling ref-cast v1.0.25
15882026-03-17T20:08:59.247Z Compiling fallible-iterator v0.2.0
15892026-03-17T20:08:59.267Z Compiling iri-string v0.7.10
15902026-03-17T20:08:59.412Z Compiling ryu v1.0.23
15912026-03-17T20:08:59.497Z Compiling psl-types v2.0.11
15922026-03-17T20:08:59.559Z Compiling smoltcp v0.9.1
15932026-03-17T20:08:59.643Z Compiling base16ct v0.2.0
15942026-03-17T20:08:59.662Z Compiling publicsuffix v2.3.0
15952026-03-17T20:08:59.667Z Compiling postgres-protocol v0.6.10
15962026-03-17T20:08:59.864Z Compiling sec1 v0.7.3
15972026-03-17T20:08:59.888Z Compiling serde_urlencoded v0.7.1
15982026-03-17T20:09:00.077Z Compiling newtype-uuid v1.3.2
15992026-03-17T20:09:00.210Z Compiling document-features v0.2.12
16002026-03-17T20:09:00.338Z Compiling zerocopy v0.7.35
16012026-03-17T20:09:00.385Z Compiling darling v0.21.3
16022026-03-17T20:09:00.525Z Compiling nix v0.31.1
16032026-03-17T20:09:00.626Z Compiling num-iter v0.1.45
16042026-03-17T20:09:01.000Z Compiling tower-http v0.6.8
16052026-03-17T20:09:01.038Z Compiling group v0.13.0
16062026-03-17T20:09:01.287Z Compiling derive_builder v0.20.2
16072026-03-17T20:09:01.392Z Compiling rand v0.8.5
16082026-03-17T20:09:01.421Z Compiling oxnet v0.1.4
16092026-03-17T20:09:01.530Z Compiling proc-macro-error v1.0.4
16102026-03-17T20:09:01.859Z Compiling tokio-native-tls v0.3.1
16112026-03-17T20:09:01.931Z Compiling goblin v0.8.2
16122026-03-17T20:09:02.701Z Compiling heck v0.4.1
16132026-03-17T20:09:02.814Z Compiling phf_shared v0.13.1
16142026-03-17T20:09:02.955Z Compiling flate2 v1.1.9
16152026-03-17T20:09:02.990Z Compiling hubpack_derive v0.1.1
16162026-03-17T20:09:03.043Z Compiling regex v1.12.3
16172026-03-17T20:09:03.156Z Compiling lazy_static v1.5.0
16182026-03-17T20:09:03.278Z Compiling cargo-platform v0.1.9
16192026-03-17T20:09:03.403Z Compiling hkdf v0.12.4
16202026-03-17T20:09:03.531Z Compiling crypto-bigint v0.5.5
16212026-03-17T20:09:03.601Z Compiling curve25519-dalek-derive v0.1.1
16222026-03-17T20:09:03.619Z Compiling ref-cast-impl v1.0.25
16232026-03-17T20:09:03.623Z Compiling strum_macros v0.27.2
16242026-03-17T20:09:03.655Z Compiling async-trait v0.1.89
16252026-03-17T20:09:04.339Z Compiling daft-derive v0.1.5
16262026-03-17T20:09:04.478Z Compiling terminal_size v0.4.3
16272026-03-17T20:09:04.644Z Compiling vergen v9.0.6
16282026-03-17T20:09:04.891Z Compiling fs-err v3.3.0
16292026-03-17T20:09:05.116Z Compiling ahash v0.8.12
16302026-03-17T20:09:05.145Z Compiling bumpalo v3.20.2
16312026-03-17T20:09:05.308Z Compiling bitflags v1.3.2
16322026-03-17T20:09:05.393Z Compiling object v0.37.3
16332026-03-17T20:09:05.412Z Compiling managed v0.8.0
16342026-03-17T20:09:05.469Z Compiling winnow v0.5.40
16352026-03-17T20:09:05.693Z Compiling libbz2-rs-sys v0.2.2
16362026-03-17T20:09:05.751Z Compiling foldhash v0.1.5
16372026-03-17T20:09:05.971Z Compiling hashbrown v0.15.5
16382026-03-17T20:09:06.376Z Compiling strum v0.27.2
16392026-03-17T20:09:06.528Z Compiling bzip2 v0.6.1
16402026-03-17T20:09:06.616Z Compiling clap_builder v4.5.60
16412026-03-17T20:09:06.803Z Compiling console v0.16.2
16422026-03-17T20:09:06.807Z Compiling zopfli v0.8.3
16432026-03-17T20:09:07.113Z Compiling daft v0.1.5
16442026-03-17T20:09:07.412Z Compiling toml_edit v0.19.15
16452026-03-17T20:09:07.471Z Compiling elliptic-curve v0.13.8
16462026-03-17T20:09:07.546Z Compiling dof v0.3.0
16472026-03-17T20:09:08.026Z Compiling hubpack v0.1.2
16482026-03-17T20:09:08.064Z Compiling cargo_metadata v0.19.2
16492026-03-17T20:09:08.646Z Compiling phf v0.13.1
16502026-03-17T20:09:08.854Z Compiling zone_cfg_derive v0.3.1
16512026-03-17T20:09:09.703Z Compiling signal-hook-mio v0.2.5
16522026-03-17T20:09:09.961Z Compiling cookie_store v0.22.1
16532026-03-17T20:09:10.343Z Compiling zstd v0.13.3
16542026-03-17T20:09:10.697Z Compiling hyper-tls v0.6.0
16552026-03-17T20:09:10.857Z Compiling rayon v1.11.0
16562026-03-17T20:09:10.980Z Compiling bzip2 v0.4.4
16572026-03-17T20:09:11.131Z Compiling serde_with_macros v3.17.0
16582026-03-17T20:09:11.208Z Compiling postgres-types v0.2.12
16592026-03-17T20:09:11.247Z Compiling usdt-attr-macro v0.6.0
16602026-03-17T20:09:11.965Z Compiling usdt-macro v0.6.0
16612026-03-17T20:09:12.158Z Compiling ed25519 v2.2.3
16622026-03-17T20:09:12.325Z Compiling dtrace-parser v0.2.0
16632026-03-17T20:09:12.698Z Compiling itertools v0.12.1
16642026-03-17T20:09:12.817Z Compiling phf_shared v0.11.3
16652026-03-17T20:09:12.991Z Compiling bstr v1.12.1
16662026-03-17T20:09:13.077Z Compiling pkcs1 v0.7.5
16672026-03-17T20:09:13.378Z Compiling serde-big-array v0.5.1
16682026-03-17T20:09:13.397Z Compiling hex v0.4.3
16692026-03-17T20:09:13.437Z Compiling rfc6979 v0.4.0
16702026-03-17T20:09:13.558Z Compiling clap_derive v4.5.55
16712026-03-17T20:09:13.594Z Compiling strum_macros v0.26.4
16722026-03-17T20:09:13.630Z Compiling serde_repr v0.1.20
16732026-03-17T20:09:13.759Z Compiling enum-as-inner v0.6.1
16742026-03-17T20:09:13.893Z Compiling float-cmp v0.10.0
16752026-03-17T20:09:14.081Z Compiling memmap2 v0.9.10
16762026-03-17T20:09:14.343Z Compiling thread-id v4.2.2
16772026-03-17T20:09:14.366Z Compiling env_filter v1.0.0
16782026-03-17T20:09:14.401Z Compiling encoding_rs v0.8.35
16792026-03-17T20:09:14.431Z Compiling keccak v0.1.6
16802026-03-17T20:09:14.450Z Compiling precomputed-hash v0.1.1
16812026-03-17T20:09:14.560Z Compiling new_debug_unreachable v1.0.6
16822026-03-17T20:09:14.651Z Compiling data-encoding v2.10.0
16832026-03-17T20:09:14.763Z Compiling difflib v0.4.0
16842026-03-17T20:09:15.524Z Compiling static_assertions v1.1.0
16852026-03-17T20:09:15.543Z Compiling predicates-core v1.0.10
16862026-03-17T20:09:15.617Z Compiling mime v0.3.17
16872026-03-17T20:09:15.636Z Compiling jiff v0.2.21
16882026-03-17T20:09:15.698Z Compiling fixedbitset v0.5.7
16892026-03-17T20:09:15.767Z Compiling unit-prefix v0.5.2
16902026-03-17T20:09:15.952Z Compiling normalize-line-endings v0.3.0
16912026-03-17T20:09:15.971Z Compiling rustc-hash v2.1.1
16922026-03-17T20:09:16.005Z Compiling whoami v2.1.0
16932026-03-17T20:09:16.044Z Compiling fixedbitset v0.4.2
16942026-03-17T20:09:16.067Z Compiling predicates v3.1.4
16952026-03-17T20:09:16.110Z Compiling iddqd v0.3.17
16962026-03-17T20:09:16.129Z Compiling strum v0.26.3
16972026-03-17T20:09:16.283Z Compiling tokio-postgres v0.7.16
16982026-03-17T20:09:16.328Z Compiling petgraph v0.6.5
16992026-03-17T20:09:16.466Z Compiling clap v4.5.60
17002026-03-17T20:09:16.513Z Compiling petgraph v0.8.3
17012026-03-17T20:09:16.563Z Compiling indicatif v0.18.4
17022026-03-17T20:09:16.956Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17032026-03-17T20:09:17.717Z Compiling toml_edit v0.22.27
17042026-03-17T20:09:17.753Z Compiling hickory-proto v0.25.2
17052026-03-17T20:09:18.434Z Compiling string_cache v0.8.9
17062026-03-17T20:09:18.728Z Compiling sha3 v0.10.8
17072026-03-17T20:09:19.252Z Compiling zip v4.6.1
17082026-03-17T20:09:19.323Z Compiling env_logger v0.11.9
17092026-03-17T20:09:19.358Z Compiling usdt-impl v0.5.0
17102026-03-17T20:09:19.798Z Compiling usdt v0.6.0
17112026-03-17T20:09:20.128Z Compiling zone v0.3.1
17122026-03-17T20:09:20.146Z Compiling serde_with v3.17.0
17132026-03-17T20:09:20.563Z Compiling ecdsa v0.16.9
17142026-03-17T20:09:20.823Z Compiling similar v2.7.0
17152026-03-17T20:09:21.038Z Compiling rsa v0.9.10
17162026-03-17T20:09:21.078Z Compiling crossterm v0.28.1
17172026-03-17T20:09:21.555Z Compiling ed25519-dalek v2.2.0
17182026-03-17T20:09:21.584Z Compiling zip v0.6.6
17192026-03-17T20:09:22.454Z Compiling toml v0.7.8
17202026-03-17T20:09:23.137Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-03-17T20:09:23.216Z Compiling itertools v0.13.0
17222026-03-17T20:09:23.352Z Compiling tokio-stream v0.1.18
17232026-03-17T20:09:24.018Z Compiling buf-list v1.1.2
17242026-03-17T20:09:24.035Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17252026-03-17T20:09:24.138Z Compiling x509-cert v0.2.5
17262026-03-17T20:09:24.318Z Compiling openapiv3 v2.2.0
17272026-03-17T20:09:24.372Z Compiling sha1 v0.10.6
17282026-03-17T20:09:24.459Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-03-17T20:09:24.656Z Compiling lalrpop-util v0.19.12
17302026-03-17T20:09:24.841Z Compiling peg-runtime v0.8.5
17312026-03-17T20:09:24.898Z Compiling thread_local v1.1.9
17322026-03-17T20:09:24.940Z Compiling slog-async v2.8.0
17332026-03-17T20:09:25.206Z Compiling crossbeam-channel v0.5.15
17342026-03-17T20:09:25.225Z Compiling futures-executor v0.3.32
17352026-03-17T20:09:25.374Z Compiling is-terminal v0.4.17
17362026-03-17T20:09:25.440Z Compiling filetime v0.2.27
17372026-03-17T20:09:25.490Z Compiling take_mut v0.2.2
17382026-03-17T20:09:25.546Z Compiling xattr v1.6.1
17392026-03-17T20:09:25.622Z Compiling term v1.2.1
17402026-03-17T20:09:25.648Z Compiling futures v0.3.32
17412026-03-17T20:09:25.746Z Compiling tar v0.4.44
17422026-03-17T20:09:26.364Z Compiling slog-term v2.9.2
17432026-03-17T20:09:33.027Z Compiling rustls-webpki v0.103.9
17442026-03-17T20:09:37.052Z Compiling tokio-rustls v0.26.4
17452026-03-17T20:09:37.055Z Compiling rustls-platform-verifier v0.6.2
17462026-03-17T20:09:37.321Z Compiling hyper-rustls v0.27.7
17472026-03-17T20:09:37.579Z Compiling reqwest v0.13.2
17482026-03-17T20:09:37.597Z Compiling reqwest v0.12.28
17492026-03-17T20:09:40.501Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-03-17T20:09:40.793Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-03-17T20:09:44.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17522026-03-17T20:09:44.809Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-03-17T20:09:44.869ZMar 17 20:09:44.071 INFO Starting download, target: Cockroach
17542026-03-17T20:09:44.869ZMar 17 20:09:44.072 INFO Starting download, target: Clickhouse
17552026-03-17T20:09:44.869ZMar 17 20:09:44.072 INFO Starting download, target: MaghemiteMgd
17562026-03-17T20:09:44.869ZMar 17 20:09:44.072 INFO Starting download, target: DendriteStub
17572026-03-17T20:09:44.869ZMar 17 20:09:44.072 INFO Starting download, target: TransceiverControl
17582026-03-17T20:09:44.873ZMar 17 20:09:44.072 INFO Starting download, target: Console
17592026-03-17T20:09:44.873ZMar 17 20:09:44.072 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17602026-03-17T20:09:44.873ZMar 17 20:09:44.072 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17612026-03-17T20:09:44.874ZMar 17 20:09:44.072 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17622026-03-17T20:09:44.874ZMar 17 20:09:44.072 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17632026-03-17T20:09:44.874ZMar 17 20:09:44.072 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17642026-03-17T20:09:44.874ZMar 17 20:09:44.072 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17652026-03-17T20:09:45.402ZMar 17 20:09:44.600 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-03-17T20:09:45.731ZMar 17 20:09:44.933 INFO Download complete, target: TransceiverControl
17672026-03-17T20:09:45.972ZMar 17 20:09:45.167 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-03-17T20:09:46.334ZMar 17 20:09:45.536 INFO Download complete, target: Console
17692026-03-17T20:09:46.528ZMar 17 20:09:45.729 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17702026-03-17T20:09:46.641ZMar 17 20:09:45.844 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17712026-03-17T20:09:47.080ZMar 17 20:09:46.283 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17722026-03-17T20:09:47.134ZMar 17 20:09:46.338 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-03-17T20:09:47.134ZMar 17 20:09:46.338 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-03-17T20:09:50.144ZMar 17 20:09:49.348 INFO Download complete, target: DendriteStub
17752026-03-17T20:09:50.203ZMar 17 20:09:49.407 INFO Download complete, target: MaghemiteMgd
17762026-03-17T20:09:54.858ZMar 17 20:09:54.064 INFO Checking that binary works, target: Cockroach
17772026-03-17T20:09:54.972ZMar 17 20:09:54.178 INFO Download complete, target: Cockroach
17782026-03-17T20:09:58.184ZMar 17 20:09:57.391 INFO Checking that binary works, target: Clickhouse
17792026-03-17T20:09:58.342ZMar 17 20:09:57.549 INFO Download complete, target: Clickhouse
17802026-03-17T20:09:58.360ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-03-17T20:09:58.363Z
17822026-03-17T20:09:58.363Zreal 4:34.741906406
17832026-03-17T20:09:58.363Zuser 10:30.708088610
17842026-03-17T20:09:58.363Zsys 1:50.246589122
17852026-03-17T20:09:58.363Ztrap 0.341463215
17862026-03-17T20:09:58.363Ztflt 0.699709781
17872026-03-17T20:09:58.363Zdflt 0.608485041
17882026-03-17T20:09:58.363Zkflt 0.021111040
17892026-03-17T20:09:58.363Zlock 23:13.297601326
17902026-03-17T20:09:58.363Zslp 39:37.867065523
17912026-03-17T20:09:58.363Zlat 55.917310785
17922026-03-17T20:09:58.363Zstop 2:34.100252828
17932026-03-17T20:09:58.363Z+ banner hack-check
17942026-03-17T20:09:58.363Z
17952026-03-17T20:09:58.363Z # # ## #### # # #### # # ###### #### # #
17962026-03-17T20:09:58.363Z # # # # # # # # # # # # # # # # #
17972026-03-17T20:09:58.363Z ###### # # # #### ##### # ###### ##### # ####
17982026-03-17T20:09:58.363Z # # ###### # # # # # # # # # #
17992026-03-17T20:09:58.364Z # # # # # # # # # # # # # # # # #
18002026-03-17T20:09:58.364Z # # # # #### # # #### # # ###### #### # #
18012026-03-17T20:09:58.364Z
18022026-03-17T20:09:58.364Z+ export CARGO_INCREMENTAL=0
18032026-03-17T20:09:58.364Z+ CARGO_INCREMENTAL=0
18042026-03-17T20:09:58.367Z+ ptime -m timeout 2h cargo xtask check-features --ci
18052026-03-17T20:09:59.041Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-03-17T20:09:59.316Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-03-17T20:10:01.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
18082026-03-17T20:10:01.989Z Running `target/debug/xtask check-features --ci`
18092026-03-17T20:10:02.006Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18102026-03-17T20:10:02.014Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18112026-03-17T20:10:02.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
18122026-03-17T20:10:02.643Z Running `target/debug/xtask download cargo-hack`
18132026-03-17T20:10:03.596Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-03-17T20:10:03.985Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-03-17T20:10:07.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s
18162026-03-17T20:10:07.502Z Running `target/debug/xtask-downloader cargo-hack`
18172026-03-17T20:10:07.543ZMar 17 20:10:06.752 INFO Starting download, target: CargoHack
18182026-03-17T20:10:07.546ZMar 17 20:10:06.752 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18192026-03-17T20:10:07.939ZMar 17 20:10:07.148 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18202026-03-17T20:10:08.021ZMar 17 20:10:07.229 INFO Download complete, target: CargoHack
18212026-03-17T20:10:08.024Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18222026-03-17T20:10:08.041Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18232026-03-17T20:10:08.244Zinfo: running `cargo check --bins` on api_identity (1/257)
18242026-03-17T20:10:08.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-03-17T20:10:08.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-03-17T20:10:08.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-03-17T20:10:08.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18282026-03-17T20:10:08.986Z
18292026-03-17T20:10:08.986Zinfo: running `cargo check --bins` on bootstore (2/257)
18302026-03-17T20:10:09.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-03-17T20:10:09.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-03-17T20:10:09.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-03-17T20:10:09.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18342026-03-17T20:10:09.729Z
18352026-03-17T20:10:09.729Zinfo: running `cargo check --bins` on omicron-ledger (3/257)
18362026-03-17T20:10:10.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-03-17T20:10:10.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-03-17T20:10:10.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-03-17T20:10:10.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18402026-03-17T20:10:10.472Z
18412026-03-17T20:10:10.472Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/257)
18422026-03-17T20:10:11.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-03-17T20:10:11.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-03-17T20:10:11.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-03-17T20:10:11.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18462026-03-17T20:10:11.224Z
18472026-03-17T20:10:11.225Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/257)
18482026-03-17T20:10:11.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-03-17T20:10:11.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-03-17T20:10:11.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-03-17T20:10:11.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18522026-03-17T20:10:11.977Z
18532026-03-17T20:10:11.977Zinfo: running `cargo check --bins` on omicron-certificates (6/257)
18542026-03-17T20:10:12.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-03-17T20:10:12.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-03-17T20:10:12.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-03-17T20:10:12.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18582026-03-17T20:10:12.741Z
18592026-03-17T20:10:12.741Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/257)
18602026-03-17T20:10:13.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-03-17T20:10:13.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-03-17T20:10:13.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-03-17T20:10:13.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18642026-03-17T20:10:13.495Z
18652026-03-17T20:10:13.495Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/257)
18662026-03-17T20:10:14.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-03-17T20:10:14.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-03-17T20:10:14.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-03-17T20:10:14.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18702026-03-17T20:10:14.247Z
18712026-03-17T20:10:14.247Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/257)
18722026-03-17T20:10:14.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-03-17T20:10:14.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-03-17T20:10:14.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-03-17T20:10:14.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18762026-03-17T20:10:14.834Z
18772026-03-17T20:10:14.834Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/257)
18782026-03-17T20:10:15.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-03-17T20:10:15.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-03-17T20:10:15.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-03-17T20:10:15.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18822026-03-17T20:10:15.427Z
18832026-03-17T20:10:15.427Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/257)
18842026-03-17T20:10:15.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-03-17T20:10:15.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-03-17T20:10:15.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-03-17T20:10:15.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18882026-03-17T20:10:16.018Z
18892026-03-17T20:10:16.018Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/257)
18902026-03-17T20:10:16.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-03-17T20:10:16.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-03-17T20:10:16.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-03-17T20:10:16.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18942026-03-17T20:10:16.614Z
18952026-03-17T20:10:16.614Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/257)
18962026-03-17T20:10:17.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-03-17T20:10:17.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-03-17T20:10:17.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-03-17T20:10:17.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19002026-03-17T20:10:17.204Z
19012026-03-17T20:10:17.204Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/257)
19022026-03-17T20:10:17.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-03-17T20:10:17.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-03-17T20:10:17.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-03-17T20:10:17.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19062026-03-17T20:10:17.797Z
19072026-03-17T20:10:17.797Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/257)
19082026-03-17T20:10:18.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-03-17T20:10:18.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-03-17T20:10:18.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-03-17T20:10:18.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19122026-03-17T20:10:18.382Z
19132026-03-17T20:10:18.382Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/257)
19142026-03-17T20:10:18.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-03-17T20:10:18.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-03-17T20:10:18.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-03-17T20:10:18.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19182026-03-17T20:10:18.970Z
19192026-03-17T20:10:18.970Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/257)
19202026-03-17T20:10:19.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-03-17T20:10:19.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-03-17T20:10:19.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-03-17T20:10:19.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19242026-03-17T20:10:19.557Z
19252026-03-17T20:10:19.557Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/257)
19262026-03-17T20:10:20.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-03-17T20:10:20.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-03-17T20:10:20.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-03-17T20:10:20.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19302026-03-17T20:10:20.148Z
19312026-03-17T20:10:20.148Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/257)
19322026-03-17T20:10:20.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-03-17T20:10:20.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-03-17T20:10:20.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-03-17T20:10:20.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19362026-03-17T20:10:20.740Z
19372026-03-17T20:10:20.740Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/257)
19382026-03-17T20:10:21.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-03-17T20:10:21.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-03-17T20:10:21.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-03-17T20:10:21.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19422026-03-17T20:10:21.337Z
19432026-03-17T20:10:21.337Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/257)
19442026-03-17T20:10:21.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-03-17T20:10:21.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-03-17T20:10:21.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-03-17T20:10:21.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19482026-03-17T20:10:21.928Z
19492026-03-17T20:10:21.928Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/257)
19502026-03-17T20:10:22.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-03-17T20:10:22.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-03-17T20:10:22.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-03-17T20:10:22.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19542026-03-17T20:10:22.520Z
19552026-03-17T20:10:22.520Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/257)
19562026-03-17T20:10:23.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-03-17T20:10:23.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-03-17T20:10:23.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-03-17T20:10:23.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19602026-03-17T20:10:23.113Z
19612026-03-17T20:10:23.113Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/257)
19622026-03-17T20:10:23.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-03-17T20:10:23.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-03-17T20:10:23.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-03-17T20:10:23.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19662026-03-17T20:10:23.704Z
19672026-03-17T20:10:23.704Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/257)
19682026-03-17T20:10:24.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-03-17T20:10:24.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-03-17T20:10:24.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-03-17T20:10:24.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19722026-03-17T20:10:24.297Z
19732026-03-17T20:10:24.297Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/257)
19742026-03-17T20:10:24.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-03-17T20:10:24.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-03-17T20:10:24.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-03-17T20:10:24.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19782026-03-17T20:10:24.896Z
19792026-03-17T20:10:24.896Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/257)
19802026-03-17T20:10:25.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-03-17T20:10:25.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-03-17T20:10:25.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-03-17T20:10:25.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19842026-03-17T20:10:25.489Z
19852026-03-17T20:10:25.489Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/257)
19862026-03-17T20:10:26.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-03-17T20:10:26.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-03-17T20:10:26.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-03-17T20:10:26.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19902026-03-17T20:10:26.082Z
19912026-03-17T20:10:26.082Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/257)
19922026-03-17T20:10:26.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-03-17T20:10:26.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-03-17T20:10:26.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-03-17T20:10:26.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19962026-03-17T20:10:26.677Z
19972026-03-17T20:10:26.677Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/257)
19982026-03-17T20:10:27.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-03-17T20:10:27.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-03-17T20:10:27.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-03-17T20:10:27.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20022026-03-17T20:10:27.266Z
20032026-03-17T20:10:27.266Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/257)
20042026-03-17T20:10:27.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-03-17T20:10:27.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-03-17T20:10:27.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-03-17T20:10:27.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20082026-03-17T20:10:27.856Z
20092026-03-17T20:10:27.857Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/257)
20102026-03-17T20:10:28.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-03-17T20:10:28.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-03-17T20:10:28.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-03-17T20:10:28.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20142026-03-17T20:10:28.446Z
20152026-03-17T20:10:28.447Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/257)
20162026-03-17T20:10:28.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-03-17T20:10:28.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-03-17T20:10:28.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-03-17T20:10:28.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20202026-03-17T20:10:29.040Z
20212026-03-17T20:10:29.040Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/257)
20222026-03-17T20:10:29.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-03-17T20:10:29.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-03-17T20:10:29.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-03-17T20:10:29.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20262026-03-17T20:10:29.631Z
20272026-03-17T20:10:29.632Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/257)
20282026-03-17T20:10:30.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-03-17T20:10:30.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-03-17T20:10:30.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-03-17T20:10:30.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20322026-03-17T20:10:30.221Z
20332026-03-17T20:10:30.221Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/257)
20342026-03-17T20:10:30.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-03-17T20:10:30.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-03-17T20:10:30.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-03-17T20:10:30.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20382026-03-17T20:10:30.813Z
20392026-03-17T20:10:30.813Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/257)
20402026-03-17T20:10:31.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-03-17T20:10:31.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-03-17T20:10:31.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-03-17T20:10:31.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20442026-03-17T20:10:31.404Z
20452026-03-17T20:10:31.404Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/257)
20462026-03-17T20:10:31.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-03-17T20:10:31.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-03-17T20:10:31.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-03-17T20:10:31.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20502026-03-17T20:10:31.994Z
20512026-03-17T20:10:31.994Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/257)
20522026-03-17T20:10:32.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-03-17T20:10:32.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-03-17T20:10:32.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-03-17T20:10:32.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20562026-03-17T20:10:32.586Z
20572026-03-17T20:10:32.586Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/257)
20582026-03-17T20:10:33.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-03-17T20:10:33.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-03-17T20:10:33.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-03-17T20:10:33.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20622026-03-17T20:10:33.180Z
20632026-03-17T20:10:33.180Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/257)
20642026-03-17T20:10:33.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-03-17T20:10:33.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-03-17T20:10:33.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-03-17T20:10:33.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20682026-03-17T20:10:33.778Z
20692026-03-17T20:10:33.778Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/257)
20702026-03-17T20:10:34.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-03-17T20:10:34.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-03-17T20:10:34.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-03-17T20:10:34.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20742026-03-17T20:10:34.377Z
20752026-03-17T20:10:34.377Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/257)
20762026-03-17T20:10:34.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-03-17T20:10:34.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-03-17T20:10:34.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-03-17T20:10:34.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20802026-03-17T20:10:34.973Z
20812026-03-17T20:10:34.973Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/257)
20822026-03-17T20:10:35.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-03-17T20:10:35.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-03-17T20:10:35.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-03-17T20:10:35.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20862026-03-17T20:10:35.567Z
20872026-03-17T20:10:35.567Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/257)
20882026-03-17T20:10:36.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-03-17T20:10:36.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-03-17T20:10:36.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-03-17T20:10:36.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20922026-03-17T20:10:36.159Z
20932026-03-17T20:10:36.159Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/257)
20942026-03-17T20:10:36.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-03-17T20:10:36.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-03-17T20:10:36.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-03-17T20:10:36.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20982026-03-17T20:10:36.751Z
20992026-03-17T20:10:36.751Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/257)
21002026-03-17T20:10:37.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-03-17T20:10:37.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-03-17T20:10:37.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-03-17T20:10:37.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21042026-03-17T20:10:37.345Z
21052026-03-17T20:10:37.345Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/257)
21062026-03-17T20:10:37.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-03-17T20:10:37.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-03-17T20:10:37.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-03-17T20:10:37.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21102026-03-17T20:10:37.941Z
21112026-03-17T20:10:37.941Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/257)
21122026-03-17T20:10:38.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-03-17T20:10:38.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-03-17T20:10:38.914Z Checking cfg-if v1.0.4
21152026-03-17T20:10:39.049Z Checking libc v0.2.180
21162026-03-17T20:10:39.059Z Checking serde_core v1.0.228
21172026-03-17T20:10:39.066Z Checking memchr v2.8.0
21182026-03-17T20:10:39.072Z Checking smallvec v1.15.1
21192026-03-17T20:10:39.072Z Checking itoa v1.0.17
21202026-03-17T20:10:39.072Z Checking log v0.4.29
21212026-03-17T20:10:39.072Z Checking zeroize v1.8.2
21222026-03-17T20:10:39.172Z Checking stable_deref_trait v1.2.1
21232026-03-17T20:10:39.276Z Checking zerofrom v0.1.6
21242026-03-17T20:10:39.295Z Checking zmij v1.0.21
21252026-03-17T20:10:39.295Z Checking scopeguard v1.2.0
21262026-03-17T20:10:39.326Z Checking subtle v2.6.1
21272026-03-17T20:10:39.363Z Checking percent-encoding v2.3.2
21282026-03-17T20:10:39.423Z Checking yoke v0.8.1
21292026-03-17T20:10:39.439Z Checking lock_api v0.4.14
21302026-03-17T20:10:39.517Z Checking writeable v0.6.2
21312026-03-17T20:10:39.535Z Checking litemap v0.8.1
21322026-03-17T20:10:39.568Z Checking libm v0.2.16
21332026-03-17T20:10:39.637Z Checking zerovec v0.11.5
21342026-03-17T20:10:39.667Z Checking zerotrie v0.2.3
21352026-03-17T20:10:39.703Z Checking icu_properties_data v2.1.2
21362026-03-17T20:10:39.719Z Checking icu_normalizer_data v2.1.1
21372026-03-17T20:10:39.751Z Checking pin-project-lite v0.2.17
21382026-03-17T20:10:39.808Z Checking utf8_iter v1.0.4
21392026-03-17T20:10:39.826Z Checking getrandom v0.2.17
21402026-03-17T20:10:39.862Z Checking errno v0.3.14
21412026-03-17T20:10:39.879Z Checking form_urlencoded v1.2.2
21422026-03-17T20:10:39.959Z Checking typenum v1.19.0
21432026-03-17T20:10:39.992Z Checking portable-atomic v1.13.1
21442026-03-17T20:10:40.005Z Checking rand_core v0.6.4
21452026-03-17T20:10:40.020Z Checking critical-section v1.2.0
21462026-03-17T20:10:40.038Z Checking rand_core v0.10.0
21472026-03-17T20:10:40.140Z Checking signal-hook-registry v1.4.8
21482026-03-17T20:10:40.214Z Checking getrandom v0.4.1
21492026-03-17T20:10:40.232Z Checking parking_lot_core v0.9.12
21502026-03-17T20:10:40.248Z Checking tinystr v0.8.2
21512026-03-17T20:10:40.341Z Checking potential_utf v0.1.4
21522026-03-17T20:10:40.398Z Checking mio v1.1.1
21532026-03-17T20:10:40.463Z Checking parking_lot v0.12.5
21542026-03-17T20:10:40.482Z Checking icu_locale_core v2.1.1
21552026-03-17T20:10:40.505Z Checking icu_collections v2.1.1
21562026-03-17T20:10:40.568Z Checking once_cell v1.21.3
21572026-03-17T20:10:40.584Z Checking num-traits v0.2.19
21582026-03-17T20:10:40.676Z Checking generic-array v0.14.7
21592026-03-17T20:10:40.700Z Checking socket2 v0.6.2
21602026-03-17T20:10:40.780Z Checking zerocopy v0.8.40
21612026-03-17T20:10:40.798Z Checking iana-time-zone v0.1.65
21622026-03-17T20:10:40.906Z Checking futures-core v0.3.32
21632026-03-17T20:10:40.934Z Checking equivalent v1.0.2
21642026-03-17T20:10:41.019Z Checking allocator-api2 v0.2.21
21652026-03-17T20:10:41.038Z Checking foldhash v0.2.0
21662026-03-17T20:10:41.060Z Checking const-oid v0.9.6
21672026-03-17T20:10:41.237Z Checking serde v1.0.228
21682026-03-17T20:10:41.250Z Checking serde_json v1.0.149
21692026-03-17T20:10:41.271Z Checking icu_provider v2.1.1
21702026-03-17T20:10:41.344Z Checking bitflags v2.11.0
21712026-03-17T20:10:41.377Z Checking crypto-common v0.1.7
21722026-03-17T20:10:41.417Z Checking uuid v1.21.0
21732026-03-17T20:10:41.530Z Checking hashbrown v0.16.1
21742026-03-17T20:10:41.559Z Checking dyn-clone v1.0.20
21752026-03-17T20:10:41.580Z Checking icu_properties v2.1.2
21762026-03-17T20:10:41.687Z Checking icu_normalizer v2.1.1
21772026-03-17T20:10:41.815Z Checking bytes v1.11.1
21782026-03-17T20:10:41.834Z Checking chrono v0.4.44
21792026-03-17T20:10:42.096Z Checking futures-sink v0.3.32
21802026-03-17T20:10:42.110Z Checking block-buffer v0.10.4
21812026-03-17T20:10:42.199Z Checking semver v1.0.27
21822026-03-17T20:10:42.203Z Checking slab v0.4.12
21832026-03-17T20:10:42.232Z Checking futures-channel v0.3.32
21842026-03-17T20:10:42.282Z Checking futures-io v0.3.32
21852026-03-17T20:10:42.412Z Checking futures-task v0.3.32
21862026-03-17T20:10:42.428Z Checking digest v0.10.7
21872026-03-17T20:10:42.431Z Checking tokio v1.49.0
21882026-03-17T20:10:42.466Z Checking thiserror v2.0.18
21892026-03-17T20:10:42.485Z Checking byteorder v1.5.0
21902026-03-17T20:10:42.587Z Checking futures-util v0.3.32
21912026-03-17T20:10:42.604Z Checking indexmap v2.13.0
21922026-03-17T20:10:42.674Z Checking cpufeatures v0.2.17
21932026-03-17T20:10:42.737Z Checking idna_adapter v1.2.1
21942026-03-17T20:10:42.755Z Checking http v1.4.0
21952026-03-17T20:10:42.772Z Checking fnv v1.0.7
21962026-03-17T20:10:42.884Z Checking idna v1.1.0
21972026-03-17T20:10:42.901Z Checking unicode-ident v1.0.24
21982026-03-17T20:10:43.018Z Checking base64 v0.22.1
21992026-03-17T20:10:43.035Z Checking tracing-core v0.1.36
22002026-03-17T20:10:43.201Z Checking url v2.5.8
22012026-03-17T20:10:43.331Z Checking proc-macro2 v1.0.106
22022026-03-17T20:10:43.395Z Checking rustls-pki-types v1.14.0
22032026-03-17T20:10:43.444Z Checking tracing v0.1.44
22042026-03-17T20:10:43.524Z Checking regex-syntax v0.8.10
22052026-03-17T20:10:43.710Z Checking untrusted v0.9.0
22062026-03-17T20:10:43.755Z Checking quote v1.0.44
22072026-03-17T20:10:43.779Z Checking schemars v0.8.22
22082026-03-17T20:10:43.799Z Checking thiserror v1.0.69
22092026-03-17T20:10:43.845Z Checking ring v0.17.14
22102026-03-17T20:10:43.916Z Checking ipnet v2.11.0
22112026-03-17T20:10:43.986Z Checking syn v2.0.117
22122026-03-17T20:10:44.254Z Checking httparse v1.10.1
22132026-03-17T20:10:44.524Z Checking http-body v1.0.1
22142026-03-17T20:10:44.660Z Checking rustix v1.1.3
22152026-03-17T20:10:44.689Z Checking block-padding v0.3.3
22162026-03-17T20:10:44.858Z Checking getrandom v0.3.4
22172026-03-17T20:10:45.040Z Checking atomic-waker v1.1.2
22182026-03-17T20:10:45.108Z Checking ppv-lite86 v0.2.21
22192026-03-17T20:10:45.164Z Checking inout v0.1.4
22202026-03-17T20:10:45.196Z Checking hmac v0.12.1
22212026-03-17T20:10:45.241Z Checking aws-lc-sys v0.37.1
22222026-03-17T20:10:45.338Z Checking aho-corasick v1.1.4
22232026-03-17T20:10:45.360Z Checking tower-layer v0.3.3
22242026-03-17T20:10:45.363Z Checking httpdate v1.0.3
22252026-03-17T20:10:45.527Z Checking tower-service v0.3.3
22262026-03-17T20:10:45.550Z Checking powerfmt v0.2.0
22272026-03-17T20:10:45.567Z Checking try-lock v0.2.5
22282026-03-17T20:10:45.637Z Checking untrusted v0.7.1
22292026-03-17T20:10:45.687Z Checking openssl-probe v0.2.1
22302026-03-17T20:10:45.742Z Checking deranged v0.5.8
22312026-03-17T20:10:45.776Z Checking want v0.3.1
22322026-03-17T20:10:45.821Z Checking cipher v0.4.4
22332026-03-17T20:10:45.855Z Checking rand_core v0.9.5
22342026-03-17T20:10:45.925Z Checking num-conv v0.2.0
22352026-03-17T20:10:46.083Z Checking num_threads v0.1.7
22362026-03-17T20:10:46.101Z Checking time-core v0.1.8
22372026-03-17T20:10:46.118Z Checking pin-utils v0.1.0
22382026-03-17T20:10:46.144Z Checking aws-lc-rs v1.16.0
22392026-03-17T20:10:46.201Z Checking base64ct v1.8.3
22402026-03-17T20:10:46.220Z Checking sha2 v0.10.9
22412026-03-17T20:10:46.279Z Checking regex-automata v0.4.14
22422026-03-17T20:10:46.308Z Checking erased-serde v0.3.31
22432026-03-17T20:10:46.522Z Checking pretty-hex v0.4.1
22442026-03-17T20:10:46.582Z Checking rand_chacha v0.9.0
22452026-03-17T20:10:46.674Z Checking ryu v1.0.23
22462026-03-17T20:10:46.799Z Checking tokio-util v0.7.18
22472026-03-17T20:10:46.847Z Checking fastrand v2.3.0
22482026-03-17T20:10:46.864Z Checking rand v0.9.2
22492026-03-17T20:10:46.892Z Checking slog v2.8.2
22502026-03-17T20:10:47.077Z Checking pem-rfc7468 v0.7.0
22512026-03-17T20:10:47.133Z Checking time v0.3.47
22522026-03-17T20:10:47.247Z Checking rustls-native-certs v0.8.3
22532026-03-17T20:10:47.282Z Checking http-body-util v0.1.3
22542026-03-17T20:10:47.313Z Checking rustls-webpki v0.103.9
22552026-03-17T20:10:47.336Z Checking ipnetwork v0.21.1
22562026-03-17T20:10:47.407Z Checking sync_wrapper v1.0.2
22572026-03-17T20:10:47.493Z Checking spin v0.9.8
22582026-03-17T20:10:47.536Z Checking flagset v0.4.7
22592026-03-17T20:10:47.567Z Checking plain v0.2.3
22602026-03-17T20:10:47.603Z Checking h2 v0.4.13
22612026-03-17T20:10:47.621Z Checking tower v0.5.3
22622026-03-17T20:10:47.691Z Checking der v0.7.10
22632026-03-17T20:10:47.709Z Checking serde_urlencoded v0.7.1
22642026-03-17T20:10:47.725Z Checking rand_chacha v0.3.1
22652026-03-17T20:10:47.880Z Checking rustls v0.23.37
22662026-03-17T20:10:47.981Z Checking webpki-roots v1.0.6
22672026-03-17T20:10:47.999Z Checking ucd-trie v0.1.7
22682026-03-17T20:10:48.127Z Checking iri-string v0.7.10
22692026-03-17T20:10:48.146Z Checking tinyvec_macros v0.1.1
22702026-03-17T20:10:48.165Z Checking pest v2.8.6
22712026-03-17T20:10:48.229Z Checking tinyvec v1.10.0
22722026-03-17T20:10:48.662Z Checking rand v0.8.5
22732026-03-17T20:10:48.722Z Checking spki v0.7.3
22742026-03-17T20:10:48.739Z Checking tempfile v3.25.0
22752026-03-17T20:10:48.853Z Checking salsa20 v0.10.2
22762026-03-17T20:10:48.933Z Checking pbkdf2 v0.12.2
22772026-03-17T20:10:48.989Z Checking foreign-types-shared v0.1.1
22782026-03-17T20:10:49.018Z Checking unicode-width v0.2.0
22792026-03-17T20:10:49.068Z Checking scrypt v0.11.0
22802026-03-17T20:10:49.092Z Checking foreign-types v0.3.2
22812026-03-17T20:10:49.178Z Checking regex v1.12.3
22822026-03-17T20:10:49.242Z Checking aes v0.8.4
22832026-03-17T20:10:49.335Z Checking cbc v0.1.2
22842026-03-17T20:10:49.374Z Checking anyhow v1.0.102
22852026-03-17T20:10:49.495Z Checking openssl-sys v0.9.111
22862026-03-17T20:10:49.562Z Checking crossbeam-utils v0.8.21
22872026-03-17T20:10:49.612Z Checking tower-http v0.6.8
22882026-03-17T20:10:49.649Z Checking oxnet v0.1.4
22892026-03-17T20:10:49.675Z Checking mime v0.3.17
22902026-03-17T20:10:49.777Z Checking pkcs5 v0.7.1
22912026-03-17T20:10:49.902Z Checking openapiv3 v2.2.0
22922026-03-17T20:10:49.963Z Checking scroll v0.12.0
22932026-03-17T20:10:49.981Z Checking encoding_rs v0.8.35
22942026-03-17T20:10:50.007Z Checking data-encoding v2.10.0
22952026-03-17T20:10:50.118Z Checking pkcs8 v0.10.2
22962026-03-17T20:10:50.259Z Checking winnow v0.7.14
22972026-03-17T20:10:50.263Z Checking openssl v0.10.75
22982026-03-17T20:10:50.343Z Checking siphasher v1.0.2
22992026-03-17T20:10:50.367Z Checking goblin v0.8.2
23002026-03-17T20:10:50.553Z Checking lazy_static v1.5.0
23012026-03-17T20:10:50.669Z Checking zerocopy v0.7.35
23022026-03-17T20:10:51.131Z Checking tokio-rustls v0.26.4
23032026-03-17T20:10:51.264Z Checking hyper v1.8.1
23042026-03-17T20:10:51.280Z Checking wait-timeout v0.2.1
23052026-03-17T20:10:51.410Z Checking either v1.15.0
23062026-03-17T20:10:51.436Z Checking managed v0.8.0
23072026-03-17T20:10:51.453Z Checking bit-vec v0.8.0
23082026-03-17T20:10:51.666Z Checking quick-error v1.2.3
23092026-03-17T20:10:51.689Z Checking psl-types v2.0.11
23102026-03-17T20:10:51.710Z Checking bitflags v1.3.2
23112026-03-17T20:10:51.714Z Checking anstyle v1.0.13
23122026-03-17T20:10:51.793Z Checking utf8parse v0.2.2
23132026-03-17T20:10:51.810Z Checking rusty-fork v0.3.1
23142026-03-17T20:10:51.836Z Checking publicsuffix v2.3.0
23152026-03-17T20:10:51.908Z Checking bit-set v0.8.0
23162026-03-17T20:10:51.925Z Checking anstyle-parse v0.2.7
23172026-03-17T20:10:51.965Z Checking dtrace-parser v0.2.0
23182026-03-17T20:10:52.023Z Checking cookie v0.18.1
23192026-03-17T20:10:52.040Z Checking unicode-normalization v0.1.25
23202026-03-17T20:10:52.097Z Checking rand_xorshift v0.4.0
23212026-03-17T20:10:52.117Z Checking sha1 v0.10.6
23222026-03-17T20:10:52.249Z Checking thread-id v4.2.2
23232026-03-17T20:10:52.268Z Checking colorchoice v1.0.4
23242026-03-17T20:10:52.320Z Checking anstyle-query v1.1.5
23252026-03-17T20:10:52.323Z Checking is_terminal_polyfill v1.70.2
23262026-03-17T20:10:52.354Z Checking unarray v0.1.4
23272026-03-17T20:10:52.390Z Checking cookie_store v0.22.1
23282026-03-17T20:10:52.436Z Checking rustls-platform-verifier v0.6.2
23292026-03-17T20:10:52.452Z Checking anstream v0.6.21
23302026-03-17T20:10:52.480Z Checking proptest v1.10.0
23312026-03-17T20:10:52.499Z Checking hyper-util v0.1.20
23322026-03-17T20:10:52.575Z Checking crossbeam-epoch v0.9.18
23332026-03-17T20:10:52.608Z Checking terminal_size v0.4.3
23342026-03-17T20:10:52.706Z Checking scroll v0.13.0
23352026-03-17T20:10:52.745Z Checking hex v0.4.3
23362026-03-17T20:10:52.815Z Checking num-integer v0.1.46
23372026-03-17T20:10:52.872Z Checking simd-adler32 v0.3.8
23382026-03-17T20:10:53.010Z Checking goblin v0.10.5
23392026-03-17T20:10:53.054Z Checking crossbeam-deque v0.8.6
23402026-03-17T20:10:53.105Z Checking bstr v1.12.1
23412026-03-17T20:10:53.123Z Checking ref-cast v1.0.25
23422026-03-17T20:10:53.157Z Checking dof v0.3.0
23432026-03-17T20:10:53.181Z Checking native-tls v0.2.18
23442026-03-17T20:10:53.242Z Checking rustix v0.38.44
23452026-03-17T20:10:53.281Z Checking camino v1.2.2
23462026-03-17T20:10:53.403Z Checking tokio-native-tls v0.3.1
23472026-03-17T20:10:53.546Z Checking usdt-impl v0.5.0
23482026-03-17T20:10:53.603Z Checking crc32fast v1.5.0
23492026-03-17T20:10:53.628Z Checking signature v2.2.0
23502026-03-17T20:10:53.646Z Checking serde_spanned v0.6.9
23512026-03-17T20:10:53.779Z Checking toml_datetime v0.6.11
23522026-03-17T20:10:53.797Z Checking ff v0.13.1
23532026-03-17T20:10:53.813Z Checking base16ct v0.2.0
23542026-03-17T20:10:53.901Z Checking adler2 v2.0.1
23552026-03-17T20:10:53.954Z Checking strsim v0.11.1
23562026-03-17T20:10:53.970Z Checking unicode-properties v0.1.4
23572026-03-17T20:10:54.009Z Checking unicode-bidi v0.3.18
23582026-03-17T20:10:54.034Z Checking clap_lex v1.0.0
23592026-03-17T20:10:54.155Z Checking miniz_oxide v0.8.9
23602026-03-17T20:10:54.176Z Checking hyper-rustls v0.27.7
23612026-03-17T20:10:54.222Z Checking hyper-tls v0.6.0
23622026-03-17T20:10:54.234Z Checking clap_builder v4.5.60
23632026-03-17T20:10:54.389Z Checking sec1 v0.7.3
23642026-03-17T20:10:54.406Z Checking stringprep v0.1.5
23652026-03-17T20:10:54.427Z Checking group v0.13.0
23662026-03-17T20:10:54.445Z Checking reqwest v0.12.28
23672026-03-17T20:10:54.598Z Checking reqwest v0.13.2
23682026-03-17T20:10:54.616Z Checking rayon-core v1.13.0
23692026-03-17T20:10:54.634Z Checking num-iter v0.1.45
23702026-03-17T20:10:54.652Z Checking toml_parser v1.0.9+spec-1.1.0
23712026-03-17T20:10:54.774Z Checking dtrace-parser v0.3.0
23722026-03-17T20:10:55.038Z Checking hkdf v0.12.4
23732026-03-17T20:10:55.057Z Checking newtype-uuid v1.3.2
23742026-03-17T20:10:55.085Z Checking strum v0.26.3
23752026-03-17T20:10:55.103Z Checking zstd-sys v2.0.16+zstd.1.5.7
23762026-03-17T20:10:55.206Z Checking hash32 v0.2.1
23772026-03-17T20:10:55.225Z Checking md-5 v0.10.6
23782026-03-17T20:10:55.254Z Checking crypto-bigint v0.5.5
23792026-03-17T20:10:55.313Z Checking daft v0.1.5
23802026-03-17T20:10:55.390Z Checking toml_datetime v0.7.5+spec-1.1.0
23812026-03-17T20:10:55.416Z Checking thread-id v5.1.0
23822026-03-17T20:10:55.514Z Checking zlib-rs v0.6.2
23832026-03-17T20:10:55.562Z Checking unicode-segmentation v1.12.0
23842026-03-17T20:10:55.621Z Checking fallible-iterator v0.2.0
23852026-03-17T20:10:55.668Z Checking heapless v0.7.17
23862026-03-17T20:10:55.713Z Checking zstd-safe v7.2.4
23872026-03-17T20:10:55.929Z Checking rayon v1.11.0
23882026-03-17T20:10:55.951Z Checking clap v4.5.60
23892026-03-17T20:10:55.977Z Checking itertools v0.12.1
23902026-03-17T20:10:55.993Z Checking postgres-protocol v0.6.10
23912026-03-17T20:10:56.045Z Checking phf_shared v0.13.1
23922026-03-17T20:10:56.219Z Checking console v0.16.2
23932026-03-17T20:10:56.328Z Checking curve25519-dalek v4.1.3
23942026-03-17T20:10:56.414Z Checking dof v0.4.0
23952026-03-17T20:10:56.431Z Checking memoffset v0.9.1
23962026-03-17T20:10:56.528Z Checking bzip2-sys v0.1.13+1.0.8
23972026-03-17T20:10:56.623Z Checking signal-hook v0.3.18
23982026-03-17T20:10:56.639Z Checking memmap2 v0.9.10
23992026-03-17T20:10:56.735Z Checking flate2 v1.1.9
24002026-03-17T20:10:56.829Z Checking elliptic-curve v0.13.8
24012026-03-17T20:10:56.847Z Checking foldhash v0.1.5
24022026-03-17T20:10:56.865Z Checking bumpalo v3.20.2
24032026-03-17T20:10:57.017Z Checking winnow v0.5.40
24042026-03-17T20:10:57.118Z Checking unit-prefix v0.5.2
24052026-03-17T20:10:57.135Z Checking toml_write v0.1.2
24062026-03-17T20:10:57.226Z Checking fixedbitset v0.4.2
24072026-03-17T20:10:57.271Z Checking libbz2-rs-sys v0.2.2
24082026-03-17T20:10:57.354Z Checking toml_edit v0.22.27
24092026-03-17T20:10:57.374Z Checking zone v0.3.1
24102026-03-17T20:10:57.374Z Checking zopfli v0.8.3
24112026-03-17T20:10:57.406Z Checking usdt-impl v0.6.0
24122026-03-17T20:10:57.423Z Checking petgraph v0.6.5
24132026-03-17T20:10:57.759Z Checking usdt v0.6.0
24142026-03-17T20:10:57.793Z Checking bzip2 v0.6.1
24152026-03-17T20:10:57.812Z Checking hashbrown v0.15.5
24162026-03-17T20:10:57.839Z Checking signal-hook-mio v0.2.5
24172026-03-17T20:10:57.956Z Checking bzip2 v0.4.4
24182026-03-17T20:10:57.973Z Checking nix v0.31.1
24192026-03-17T20:10:57.991Z Checking indicatif v0.18.4
24202026-03-17T20:10:58.007Z Checking postgres-types v0.2.12
24212026-03-17T20:10:58.167Z Checking phf v0.13.1
24222026-03-17T20:10:58.361Z Checking smoltcp v0.9.1
24232026-03-17T20:10:58.423Z Checking similar v2.7.0
24242026-03-17T20:10:58.443Z Checking zstd v0.13.3
24252026-03-17T20:10:58.484Z Checking num-bigint-dig v0.8.6
24262026-03-17T20:10:58.599Z Checking toml_edit v0.19.15
24272026-03-17T20:10:58.690Z Checking ed25519 v2.2.3
24282026-03-17T20:10:58.888Z Checking phf_shared v0.11.3
24292026-03-17T20:10:58.922Z Checking pkcs1 v0.7.5
24302026-03-17T20:10:58.939Z Checking tokio-stream v0.1.18
24312026-03-17T20:10:59.078Z Checking strum v0.27.2
24322026-03-17T20:10:59.153Z Checking hubpack v0.1.2
24332026-03-17T20:10:59.181Z Checking rfc6979 v0.4.0
24342026-03-17T20:10:59.199Z Checking serde-big-array v0.5.1
24352026-03-17T20:10:59.215Z Checking float-cmp v0.10.0
24362026-03-17T20:10:59.326Z Checking env_filter v1.0.0
24372026-03-17T20:10:59.365Z Checking whoami v2.1.0
24382026-03-17T20:10:59.368Z Checking fixedbitset v0.5.7
24392026-03-17T20:10:59.398Z Checking jiff v0.2.21
24402026-03-17T20:10:59.402Z Checking normalize-line-endings v0.3.0
24412026-03-17T20:10:59.448Z Checking rustc-hash v2.1.1
24422026-03-17T20:10:59.504Z Checking new_debug_unreachable v1.0.6
24432026-03-17T20:10:59.520Z Checking static_assertions v1.1.0
24442026-03-17T20:10:59.588Z Checking predicates-core v1.0.10
24452026-03-17T20:10:59.598Z Checking precomputed-hash v0.1.1
24462026-03-17T20:10:59.622Z Checking difflib v0.4.0
24472026-03-17T20:10:59.625Z Checking keccak v0.1.6
24482026-03-17T20:10:59.655Z Checking rsa v0.9.10
24492026-03-17T20:10:59.660Z Checking petgraph v0.8.3
24502026-03-17T20:10:59.705Z Checking string_cache v0.8.9
24512026-03-17T20:10:59.737Z Checking tokio-postgres v0.7.16
24522026-03-17T20:10:59.840Z Checking sha3 v0.10.8
24532026-03-17T20:10:59.862Z Checking predicates v3.1.4
24542026-03-17T20:10:59.919Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24552026-03-17T20:11:00.026Z Checking toml v0.7.8
24562026-03-17T20:11:00.112Z Checking iddqd v0.3.17
24572026-03-17T20:11:00.262Z Checking env_logger v0.11.9
24582026-03-17T20:11:00.300Z Checking ecdsa v0.16.9
24592026-03-17T20:11:00.466Z Checking ed25519-dalek v2.2.0
24602026-03-17T20:11:00.512Z Checking zip v0.6.6
24612026-03-17T20:11:00.744Z Checking crossterm v0.28.1
24622026-03-17T20:11:00.761Z Checking serde_with v3.17.0
24632026-03-17T20:11:00.937Z Checking itertools v0.13.0
24642026-03-17T20:11:01.276Z Checking hickory-proto v0.25.2
24652026-03-17T20:11:01.398Z Checking x509-cert v0.2.5
24662026-03-17T20:11:01.715Z Checking fs-err v3.3.0
24672026-03-17T20:11:01.851Z Checking ahash v0.8.12
24682026-03-17T20:11:02.098Z Checking object v0.37.3
24692026-03-17T20:11:02.115Z Checking buf-list v1.1.2
24702026-03-17T20:11:02.292Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24712026-03-17T20:11:02.346Z Checking lalrpop-util v0.19.12
24722026-03-17T20:11:02.364Z Checking peg-runtime v0.8.5
24732026-03-17T20:11:02.542Z Compiling structmeta-derive v0.3.0
24742026-03-17T20:11:02.559Z Compiling rustls v0.22.4
24752026-03-17T20:11:02.563Z Checking zip v4.6.1
24762026-03-17T20:11:02.670Z Compiling newtype-uuid-macros v0.1.0
24772026-03-17T20:11:02.758Z Compiling multer v3.1.0
24782026-03-17T20:11:02.825Z Compiling async-stream-impl v0.3.6
24792026-03-17T20:11:02.982Z Checking futures-executor v0.3.32
24802026-03-17T20:11:03.070Z Checking regress v0.10.5
24812026-03-17T20:11:03.350Z Compiling dropshot v0.16.7
24822026-03-17T20:11:03.637Z Checking futures v0.3.32
24832026-03-17T20:11:03.675Z Compiling dropshot_endpoint v0.16.7
24842026-03-17T20:11:03.723Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24852026-03-17T20:11:03.733Z Checking thread_local v1.1.9
24862026-03-17T20:11:03.945Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-03-17T20:11:04.008Z Compiling structmeta v0.3.0
24882026-03-17T20:11:04.208Z Checking crossbeam-channel v0.5.15
24892026-03-17T20:11:04.283Z Compiling derive-ex v0.1.8
24902026-03-17T20:11:04.400Z Checking is-terminal v0.4.17
24912026-03-17T20:11:04.520Z Checking term v1.2.1
24922026-03-17T20:11:04.664Z Checking take_mut v0.2.2
24932026-03-17T20:11:04.798Z Checking slog-async v2.8.0
24942026-03-17T20:11:04.814Z Checking slog-term v2.9.2
24952026-03-17T20:11:05.025Z Compiling parse-display-derive v0.10.0
24962026-03-17T20:11:05.041Z Checking rustls-webpki v0.102.8
24972026-03-17T20:11:05.133Z Checking serde_spanned v1.0.4
24982026-03-17T20:11:05.163Z Checking debug-ignore v1.0.5
24992026-03-17T20:11:05.290Z Checking toml_writer v1.0.6+spec-1.1.0
25002026-03-17T20:11:05.307Z Checking match_cfg v0.1.0
25012026-03-17T20:11:05.396Z Checking hostname v0.3.1
25022026-03-17T20:11:05.521Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25032026-03-17T20:11:05.538Z Checking toml v0.9.12+spec-1.1.0
25042026-03-17T20:11:05.585Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25052026-03-17T20:11:05.679Z Checking slog-json v2.6.1
25062026-03-17T20:11:05.702Z Checking macaddr v1.0.1
25072026-03-17T20:11:05.882Z Checking slog-bunyan v2.5.0
25082026-03-17T20:11:05.939Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25092026-03-17T20:11:06.027Z Checking async-stream v0.3.6
25102026-03-17T20:11:06.220Z Checking waitgroup v0.1.2
25112026-03-17T20:11:06.350Z Checking rustls-pemfile v2.2.0
25122026-03-17T20:11:06.386Z Checking serde_path_to_error v0.1.20
25132026-03-17T20:11:06.405Z Checking hostname v0.4.2
25142026-03-17T20:11:06.510Z Checking progenitor-client v0.13.0
25152026-03-17T20:11:06.533Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25162026-03-17T20:11:06.536Z Checking progenitor-client v0.10.0
25172026-03-17T20:11:06.653Z Compiling test-strategy v0.4.5
25182026-03-17T20:11:06.680Z Compiling itertools v0.14.0
25192026-03-17T20:11:06.775Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25202026-03-17T20:11:06.813Z Checking backon v1.6.0
25212026-03-17T20:11:06.845Z Checking instant v0.1.13
25222026-03-17T20:11:06.959Z Checking backoff v0.4.0
25232026-03-17T20:11:07.026Z Checking progenitor-extras v0.1.1
25242026-03-17T20:11:07.187Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25252026-03-17T20:11:07.312Z Checking heck v0.5.0
25262026-03-17T20:11:07.391Z Checking parse-display v0.10.0
25272026-03-17T20:11:07.574Z Compiling toml_edit v0.23.10+spec-1.0.0
25282026-03-17T20:11:07.598Z Checking tokio-rustls v0.25.0
25292026-03-17T20:11:07.662Z Compiling convert_case v0.4.0
25302026-03-17T20:11:07.827Z Compiling crucible-workspace-hack v0.1.0
25312026-03-17T20:11:08.069Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25322026-03-17T20:11:08.164Z Compiling heapless v0.8.0
25332026-03-17T20:11:08.375Z Compiling proc-macro-crate v3.4.0
25342026-03-17T20:11:08.424Z Compiling ingot-macros v0.1.1
25352026-03-17T20:11:08.481Z Compiling derive_more v0.99.20
25362026-03-17T20:11:08.711Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25372026-03-17T20:11:08.793Z Checking hash32 v0.3.1
25382026-03-17T20:11:08.957Z Checking secrecy v0.10.3
25392026-03-17T20:11:09.049Z Compiling prettyplease v0.2.37
25402026-03-17T20:11:09.107Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25412026-03-17T20:11:09.125Z Compiling smoltcp v0.11.0
25422026-03-17T20:11:09.204Z Compiling num_enum_derive v0.7.5
25432026-03-17T20:11:09.482Z Compiling typify-impl v0.6.1
25442026-03-17T20:11:09.599Z Checking tabwriter v1.4.1
25452026-03-17T20:11:09.786Z Checking cobs v0.3.0
25462026-03-17T20:11:09.887Z Compiling foreign-types-macros v0.2.3
25472026-03-17T20:11:09.971Z Checking cpufeatures v0.3.0
25482026-03-17T20:11:10.159Z Checking foreign-types-shared v0.3.1
25492026-03-17T20:11:10.274Z Compiling unsafe-libyaml v0.2.11
25502026-03-17T20:11:10.376Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25512026-03-17T20:11:10.636Z Checking num_enum v0.7.5
25522026-03-17T20:11:10.678Z Checking foreign-types v0.5.0
25532026-03-17T20:11:10.793Z Checking chacha20 v0.10.0
25542026-03-17T20:11:10.953Z Checking postcard v1.1.3
25552026-03-17T20:11:11.081Z Compiling serde_yaml v0.9.34+deprecated
25562026-03-17T20:11:11.925Z Compiling proc-macro-crate v1.3.1
25572026-03-17T20:11:12.095Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25582026-03-17T20:11:12.356Z Checking ingot-types v0.1.2
25592026-03-17T20:11:12.486Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25602026-03-17T20:11:12.662Z Checking cstr-argument v0.1.2
25612026-03-17T20:11:12.766Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25622026-03-17T20:11:12.815Z Checking colored v3.1.1
25632026-03-17T20:11:12.850Z Checking ingot v0.1.1
25642026-03-17T20:11:13.024Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25652026-03-17T20:11:13.095Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25662026-03-17T20:11:13.139Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25672026-03-17T20:11:13.272Z Compiling num_enum_derive v0.5.11
25682026-03-17T20:11:13.327Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25692026-03-17T20:11:13.484Z Checking rand v0.10.0
25702026-03-17T20:11:14.410Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25712026-03-17T20:11:14.800Z Checking num_enum v0.5.11
25722026-03-17T20:11:15.243Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25732026-03-17T20:11:15.283Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25742026-03-17T20:11:15.720Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25752026-03-17T20:11:16.009Z Compiling typify-impl v0.4.3
25762026-03-17T20:11:16.026Z Compiling typify-macro v0.6.1
25772026-03-17T20:11:16.397Z Checking camino-tempfile v1.4.1
25782026-03-17T20:11:16.414Z Checking num-rational v0.4.2
25792026-03-17T20:11:16.809Z Checking half v2.7.1
25802026-03-17T20:11:16.998Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25812026-03-17T20:11:17.121Z Compiling thiserror-impl-no-std v2.0.2
25822026-03-17T20:11:17.144Z Checking universal-hash v0.5.1
25832026-03-17T20:11:17.197Z Checking num-complex v0.4.6
25842026-03-17T20:11:17.304Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25852026-03-17T20:11:17.603Z Checking opaque-debug v0.3.1
25862026-03-17T20:11:17.657Z Checking ciborium-io v0.2.2
25872026-03-17T20:11:17.691Z Checking poly1305 v0.8.0
25882026-03-17T20:11:17.705Z Checking num v0.4.3
25892026-03-17T20:11:17.774Z Checking ciborium-ll v0.2.2
25902026-03-17T20:11:17.879Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25912026-03-17T20:11:18.001Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25922026-03-17T20:11:18.030Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25932026-03-17T20:11:18.048Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25942026-03-17T20:11:18.274Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25952026-03-17T20:11:18.468Z Compiling typify v0.6.1
25962026-03-17T20:11:18.636Z Checking toml v0.8.23
25972026-03-17T20:11:18.751Z Checking thiserror-no-std v2.0.2
25982026-03-17T20:11:18.856Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25992026-03-17T20:11:19.088Z Checking password-hash v0.5.0
26002026-03-17T20:11:19.105Z Checking chacha20 v0.9.1
26012026-03-17T20:11:19.362Z Compiling usdt-attr-macro v0.5.0
26022026-03-17T20:11:19.395Z Compiling usdt-macro v0.5.0
26032026-03-17T20:11:19.619Z Checking smf v0.2.3
26042026-03-17T20:11:19.933Z Checking blake2 v0.10.6
26052026-03-17T20:11:20.093Z Checking aead v0.5.2
26062026-03-17T20:11:20.159Z Checking memmap v0.7.0
26072026-03-17T20:11:20.250Z Checking sigpipe v0.1.3
26082026-03-17T20:11:20.333Z Compiling num-derive v0.4.2
26092026-03-17T20:11:20.353Z Checking glob v0.3.3
26102026-03-17T20:11:20.371Z Checking float-ord v0.3.2
26112026-03-17T20:11:20.405Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26122026-03-17T20:11:20.504Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26132026-03-17T20:11:20.586Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26142026-03-17T20:11:20.685Z Checking usdt v0.5.0
26152026-03-17T20:11:20.850Z Checking chacha20poly1305 v0.10.1
26162026-03-17T20:11:20.892Z Checking argon2 v0.5.3
26172026-03-17T20:11:21.009Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26182026-03-17T20:11:21.042Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26192026-03-17T20:11:21.283Z Checking vsss-rs v3.3.4
26202026-03-17T20:11:21.300Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26212026-03-17T20:11:21.379Z Compiling progenitor-impl v0.13.0
26222026-03-17T20:11:21.617Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26232026-03-17T20:11:22.118Z Checking ciborium v0.2.2
26242026-03-17T20:11:22.142Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26252026-03-17T20:11:22.281Z Checking whoami v1.6.1
26262026-03-17T20:11:22.423Z Checking indent_write v2.2.0
26272026-03-17T20:11:22.477Z Compiling semver v0.1.20
26282026-03-17T20:11:22.562Z Compiling typify-macro v0.4.3
26292026-03-17T20:11:22.582Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26302026-03-17T20:11:22.698Z Compiling rustc_version v0.1.7
26312026-03-17T20:11:22.992Z Compiling pin-project-internal v1.1.11
26322026-03-17T20:11:23.023Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26332026-03-17T20:11:23.710Z Checking linked-hash-map v0.5.6
26342026-03-17T20:11:23.939Z Compiling minimal-lexical v0.2.1
26352026-03-17T20:11:24.019Z Checking swrite v0.1.0
26362026-03-17T20:11:24.137Z Checking lru-cache v0.1.2
26372026-03-17T20:11:24.274Z Compiling nom v7.1.3
26382026-03-17T20:11:24.293Z Compiling newtype_derive v0.1.6
26392026-03-17T20:11:24.547Z Checking pin-project v1.1.11
26402026-03-17T20:11:24.670Z Checking newline-converter v0.3.0
26412026-03-17T20:11:24.813Z Checking atomicwrites v0.4.4
26422026-03-17T20:11:24.877Z Compiling typify v0.4.3
26432026-03-17T20:11:24.973Z Checking phf_shared v0.12.1
26442026-03-17T20:11:24.993Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26452026-03-17T20:11:25.017Z Checking hickory-proto v0.24.4
26462026-03-17T20:11:25.066Z Compiling progenitor-macro v0.13.0
26472026-03-17T20:11:25.161Z Checking console v0.15.11
26482026-03-17T20:11:25.536Z Checking pem v3.0.6
26492026-03-17T20:11:25.747Z Checking csv-core v0.1.13
26502026-03-17T20:11:25.986Z Compiling snafu-derive v0.8.9
26512026-03-17T20:11:26.153Z Compiling async-recursion v1.1.1
26522026-03-17T20:11:26.153Z Compiling derive-where v1.6.0
26532026-03-17T20:11:27.117Z Compiling slog-dtrace v0.3.0
26542026-03-17T20:11:27.386Z Checking unicode-width v0.1.14
26552026-03-17T20:11:27.543Z Checking resolv-conf v0.7.6
26562026-03-17T20:11:27.715Z Checking highway v1.3.0
26572026-03-17T20:11:27.786Z Checking same-file v1.0.6
26582026-03-17T20:11:27.944Z Compiling cancel-safe-futures v0.1.5
26592026-03-17T20:11:28.015Z Compiling owo-colors v4.3.0
26602026-03-17T20:11:28.031Z Compiling chrono-tz v0.10.4
26612026-03-17T20:11:28.196Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26622026-03-17T20:11:28.249Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26632026-03-17T20:11:28.297Z Compiling const_format_proc_macros v0.2.34
26642026-03-17T20:11:28.506Z Checking walkdir v2.5.0
26652026-03-17T20:11:28.677Z Checking snafu v0.8.9
26662026-03-17T20:11:28.721Z Checking hickory-resolver v0.24.4
26672026-03-17T20:11:29.057Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26682026-03-17T20:11:29.367Z Checking csv v1.4.0
26692026-03-17T20:11:29.433Z Checking expectorate v1.2.0
26702026-03-17T20:11:29.604Z Checking phf v0.12.1
26712026-03-17T20:11:29.699Z Compiling progenitor-impl v0.10.0
26722026-03-17T20:11:29.780Z Checking tokio-dtrace v0.1.1
26732026-03-17T20:11:29.797Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26742026-03-17T20:11:29.866Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26752026-03-17T20:11:30.011Z Checking globset v0.4.18
26762026-03-17T20:11:30.123Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26772026-03-17T20:11:30.250Z Checking olpc-cjson v0.1.4
26782026-03-17T20:11:30.350Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26792026-03-17T20:11:30.426Z Checking libsw-core v0.3.2
26802026-03-17T20:11:30.577Z Checking serde_plain v1.0.2
26812026-03-17T20:11:30.616Z Checking arc-swap v1.8.2
26822026-03-17T20:11:30.682Z Compiling lzma-sys v0.1.20
26832026-03-17T20:11:30.769Z Checking utf-8 v0.7.6
26842026-03-17T20:11:30.945Z Checking bytecount v0.6.9
26852026-03-17T20:11:31.081Z Checking typed-path v0.9.3
26862026-03-17T20:11:31.264Z Checking papergrid v0.11.0
26872026-03-17T20:11:31.890Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26882026-03-17T20:11:32.108Z Checking tungstenite v0.21.0
26892026-03-17T20:11:32.136Z Checking slog-scope v4.4.1
26902026-03-17T20:11:32.173Z Checking progenitor v0.13.0
26912026-03-17T20:11:32.220Z Checking tough v0.20.0
26922026-03-17T20:11:32.307Z Checking libsw v3.5.0
26932026-03-17T20:11:32.340Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26942026-03-17T20:11:32.494Z Checking oxide-tokio-rt v0.1.3
26952026-03-17T20:11:32.670Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26962026-03-17T20:11:32.889Z Checking qorb v0.4.1
26972026-03-17T20:11:33.044Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26982026-03-17T20:11:33.223Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26992026-03-17T20:11:33.396Z Compiling progenitor-macro v0.10.0
27002026-03-17T20:11:33.955Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27012026-03-17T20:11:34.150Z Checking const_format v0.2.35
27022026-03-17T20:11:34.725Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27032026-03-17T20:11:34.882Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27042026-03-17T20:11:34.953Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27052026-03-17T20:11:34.992Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27062026-03-17T20:11:35.355Z Compiling cargo_toml v0.22.3
27072026-03-17T20:11:35.416Z Checking gethostname v0.5.0
27082026-03-17T20:11:35.435Z Compiling tabled_derive v0.7.0
27092026-03-17T20:11:35.523Z Checking bcs v0.1.6
27102026-03-17T20:11:35.573Z Checking termtree v0.5.1
27112026-03-17T20:11:35.605Z Checking linear-map v1.2.0
27122026-03-17T20:11:35.744Z Checking smawk v0.3.2
27132026-03-17T20:11:35.827Z Checking unicode-linebreak v0.1.5
27142026-03-17T20:11:35.859Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27152026-03-17T20:11:35.907Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27162026-03-17T20:11:36.106Z Checking textwrap v0.16.2
27172026-03-17T20:11:36.452Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27182026-03-17T20:11:36.502Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27192026-03-17T20:11:36.815Z Checking tabled v0.15.0
27202026-03-17T20:11:37.336Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27212026-03-17T20:11:37.632Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27222026-03-17T20:11:37.724Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27232026-03-17T20:11:37.901Z Checking steno v0.4.1
27242026-03-17T20:11:37.933Z Checking tokio-tungstenite v0.21.0
27252026-03-17T20:11:38.298Z Checking slog-stdlog v4.1.1
27262026-03-17T20:11:38.457Z Checking typeid v1.0.3
27272026-03-17T20:11:38.599Z Checking humantime v2.3.0
27282026-03-17T20:11:38.615Z Checking base64 v0.21.7
27292026-03-17T20:11:38.845Z Checking ron v0.12.0
27302026-03-17T20:11:38.940Z Checking xz2 v0.1.7
27312026-03-17T20:11:39.161Z Checking slog-envlogger v2.2.0
27322026-03-17T20:11:39.261Z Checking yasna v0.5.2
27332026-03-17T20:11:39.345Z Checking headers-core v0.3.0
27342026-03-17T20:11:39.365Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27352026-03-17T20:11:39.484Z Checking filetime v0.2.27
27362026-03-17T20:11:39.660Z Checking base16ct v1.0.0
27372026-03-17T20:11:39.686Z Checking xattr v1.6.1
27382026-03-17T20:11:39.787Z Checking rcgen v0.12.1
27392026-03-17T20:11:39.829Z Checking headers v0.4.1
27402026-03-17T20:11:39.856Z Checking tar v0.4.44
27412026-03-17T20:11:39.887Z Checking subprocess v0.2.15
27422026-03-17T20:11:40.486Z Checking progenitor v0.10.0
27432026-03-17T20:11:40.646Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27442026-03-17T20:11:48.283Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27452026-03-17T20:11:56.444Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27462026-03-17T20:11:58.231Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27472026-03-17T20:11:59.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
27482026-03-17T20:12:00.020Z
27492026-03-17T20:12:00.020Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/257)
27502026-03-17T20:12:00.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512026-03-17T20:12:00.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522026-03-17T20:12:00.916Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27532026-03-17T20:12:02.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
27542026-03-17T20:12:02.830Z
27552026-03-17T20:12:02.831Zinfo: running `cargo check --bins` on nexus-config (51/257)
27562026-03-17T20:12:07.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572026-03-17T20:12:07.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582026-03-17T20:12:07.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592026-03-17T20:12:07.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27602026-03-17T20:12:07.679Z
27612026-03-17T20:12:07.679Zinfo: running `cargo check --bins` on nexus-types (52/257)
27622026-03-17T20:12:07.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632026-03-17T20:12:07.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642026-03-17T20:12:07.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652026-03-17T20:12:07.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27662026-03-17T20:12:07.679Z
27672026-03-17T20:12:07.679Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/257)
27682026-03-17T20:12:07.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692026-03-17T20:12:07.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702026-03-17T20:12:07.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712026-03-17T20:12:07.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27722026-03-17T20:12:07.680Z
27732026-03-17T20:12:07.680Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/257)
27742026-03-17T20:12:07.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-03-17T20:12:07.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-03-17T20:12:07.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772026-03-17T20:12:07.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27782026-03-17T20:12:07.680Z
27792026-03-17T20:12:07.680Zinfo: running `cargo check --bins` on cockroach-admin-types (55/257)
27802026-03-17T20:12:07.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-03-17T20:12:07.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-03-17T20:12:07.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832026-03-17T20:12:07.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
27842026-03-17T20:12:07.680Z
27852026-03-17T20:12:07.680Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/257)
27862026-03-17T20:12:07.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-03-17T20:12:07.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-03-17T20:12:07.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892026-03-17T20:12:07.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
27902026-03-17T20:12:07.680Z
27912026-03-17T20:12:07.680Zinfo: running `cargo check --bins` on ereport-types (57/257)
27922026-03-17T20:12:08.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-03-17T20:12:08.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-03-17T20:12:08.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952026-03-17T20:12:08.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27962026-03-17T20:12:08.283Z
27972026-03-17T20:12:08.283Zinfo: running `cargo check --bins` on gateway-client (58/257)
27982026-03-17T20:12:08.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-03-17T20:12:08.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-03-17T20:12:08.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-03-17T20:12:08.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28022026-03-17T20:12:09.048Z
28032026-03-17T20:12:09.048Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/257)
28042026-03-17T20:12:09.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-03-17T20:12:09.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-03-17T20:12:09.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072026-03-17T20:12:09.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28082026-03-17T20:12:09.807Z
28092026-03-17T20:12:09.808Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/257)
28102026-03-17T20:12:10.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-03-17T20:12:10.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-03-17T20:12:10.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132026-03-17T20:12:10.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28142026-03-17T20:12:10.568Z
28152026-03-17T20:12:10.568Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/257)
28162026-03-17T20:12:11.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172026-03-17T20:12:11.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182026-03-17T20:12:11.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192026-03-17T20:12:11.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28202026-03-17T20:12:11.331Z
28212026-03-17T20:12:11.332Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/257)
28222026-03-17T20:12:11.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-03-17T20:12:11.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-03-17T20:12:11.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252026-03-17T20:12:12.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28262026-03-17T20:12:12.094Z
28272026-03-17T20:12:12.094Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/257)
28282026-03-17T20:12:12.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-03-17T20:12:12.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-03-17T20:12:12.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312026-03-17T20:12:12.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28322026-03-17T20:12:12.876Z
28332026-03-17T20:12:12.876Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/257)
28342026-03-17T20:12:13.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-03-17T20:12:13.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-03-17T20:12:13.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372026-03-17T20:12:13.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28382026-03-17T20:12:13.655Z
28392026-03-17T20:12:13.655Zinfo: running `cargo check --bins` on key-manager-types (65/257)
28402026-03-17T20:12:14.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-03-17T20:12:14.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-03-17T20:12:14.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432026-03-17T20:12:14.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28442026-03-17T20:12:14.411Z
28452026-03-17T20:12:14.411Zinfo: running `cargo check --bins` on oxlog (66/257)
28462026-03-17T20:12:15.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-03-17T20:12:15.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-03-17T20:12:15.153Z Compiling newtype-uuid v1.3.2
28492026-03-17T20:12:15.392Z Compiling daft v0.1.5
28502026-03-17T20:12:15.645Z Compiling iddqd v0.3.17
28512026-03-17T20:12:16.909Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28522026-03-17T20:12:17.211Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28532026-03-17T20:12:17.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
28542026-03-17T20:12:17.754Z
28552026-03-17T20:12:17.754Zinfo: running `cargo check --bins` on internal-dns-types (67/257)
28562026-03-17T20:12:18.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-03-17T20:12:18.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-03-17T20:12:18.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592026-03-17T20:12:18.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28602026-03-17T20:12:18.523Z
28612026-03-17T20:12:18.523Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/257)
28622026-03-17T20:12:19.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-03-17T20:12:19.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-03-17T20:12:19.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-03-17T20:12:19.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28662026-03-17T20:12:19.299Z
28672026-03-17T20:12:19.299Zinfo: running `cargo check --bins` on nexus-types-versions (69/257)
28682026-03-17T20:12:19.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-03-17T20:12:19.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-03-17T20:12:19.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-03-17T20:12:19.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28722026-03-17T20:12:20.089Z
28732026-03-17T20:12:20.090Zinfo: running `cargo check --bins` on omicron-passwords (70/257)
28742026-03-17T20:12:20.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-03-17T20:12:20.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-03-17T20:12:20.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-03-17T20:12:20.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28782026-03-17T20:12:20.839Z
28792026-03-17T20:12:20.839Zinfo: running `cargo check --bins` on oxql-types (71/257)
28802026-03-17T20:12:21.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-03-17T20:12:21.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-03-17T20:12:21.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-03-17T20:12:21.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28842026-03-17T20:12:21.604Z
28852026-03-17T20:12:21.604Zinfo: running `cargo check --bins` on oximeter-types (72/257)
28862026-03-17T20:12:22.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-03-17T20:12:22.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-03-17T20:12:22.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-03-17T20:12:22.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28902026-03-17T20:12:22.373Z
28912026-03-17T20:12:22.373Zinfo: running `cargo check --bins` on oximeter-types-versions (73/257)
28922026-03-17T20:12:23.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-03-17T20:12:23.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-03-17T20:12:23.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-03-17T20:12:23.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28962026-03-17T20:12:23.151Z
28972026-03-17T20:12:23.151Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/257)
28982026-03-17T20:12:23.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-03-17T20:12:23.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-03-17T20:12:23.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-03-17T20:12:23.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29022026-03-17T20:12:23.892Z
29032026-03-17T20:12:23.892Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/257)
29042026-03-17T20:12:24.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-03-17T20:12:24.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-03-17T20:12:24.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-03-17T20:12:24.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29082026-03-17T20:12:24.682Z
29092026-03-17T20:12:24.682Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/257)
29102026-03-17T20:12:25.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-03-17T20:12:25.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-03-17T20:12:25.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-03-17T20:12:25.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29142026-03-17T20:12:25.472Z
29152026-03-17T20:12:25.472Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/257)
29162026-03-17T20:12:26.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-03-17T20:12:26.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-03-17T20:12:26.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-03-17T20:12:26.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29202026-03-17T20:12:26.324Z
29212026-03-17T20:12:26.324Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/257)
29222026-03-17T20:12:26.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-03-17T20:12:26.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-03-17T20:12:26.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-03-17T20:12:26.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29262026-03-17T20:12:27.058Z
29272026-03-17T20:12:27.058Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/257)
29282026-03-17T20:12:27.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-03-17T20:12:27.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-03-17T20:12:27.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-03-17T20:12:27.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29322026-03-17T20:12:27.816Z
29332026-03-17T20:12:27.816Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/257)
29342026-03-17T20:12:28.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-03-17T20:12:28.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-03-17T20:12:28.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-03-17T20:12:28.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29382026-03-17T20:12:28.568Z
29392026-03-17T20:12:28.568Zinfo: running `cargo check --bins --no-default-features` on gfss (81/257)
29402026-03-17T20:12:29.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-03-17T20:12:29.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-03-17T20:12:29.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-03-17T20:12:29.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29442026-03-17T20:12:29.322Z
29452026-03-17T20:12:29.322Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/257)
29462026-03-17T20:12:29.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-03-17T20:12:29.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-03-17T20:12:29.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492026-03-17T20:12:29.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29502026-03-17T20:12:30.073Z
29512026-03-17T20:12:30.073Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/257)
29522026-03-17T20:12:30.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532026-03-17T20:12:30.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542026-03-17T20:12:30.857Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29552026-03-17T20:12:31.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
29562026-03-17T20:12:31.719Z
29572026-03-17T20:12:31.719Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/257)
29582026-03-17T20:12:32.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592026-03-17T20:12:32.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602026-03-17T20:12:32.522Z Compiling ar_archive_writer v0.5.1
29612026-03-17T20:12:32.527Z Compiling stacker v0.1.23
29622026-03-17T20:12:32.527Z Compiling cfg_aliases v0.1.1
29632026-03-17T20:12:32.640Z Compiling convert_case v0.10.0
29642026-03-17T20:12:32.658Z Checking fd-lock v4.0.4
29652026-03-17T20:12:32.665Z Checking nibble_vec v0.1.0
29662026-03-17T20:12:32.665Z Checking vte v0.14.1
29672026-03-17T20:12:32.665Z Compiling recursive-proc-macro-impl v0.1.1
29682026-03-17T20:12:32.706Z Compiling nix v0.28.0
29692026-03-17T20:12:32.795Z Checking endian-type v0.1.2
29702026-03-17T20:12:32.842Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29712026-03-17T20:12:32.855Z Checking strip-ansi-escapes v0.2.1
29722026-03-17T20:12:32.950Z Checking radix_trie v0.2.1
29732026-03-17T20:12:32.982Z Compiling peg-macros v0.8.5
29742026-03-17T20:12:33.000Z Checking winnow v0.6.26
29752026-03-17T20:12:33.046Z Compiling derive_more-impl v2.1.1
29762026-03-17T20:12:33.224Z Compiling sqlparser_derive v0.5.0
29772026-03-17T20:12:33.231Z Checking home v0.5.12
29782026-03-17T20:12:33.345Z Checking unicode_categories v0.1.1
29792026-03-17T20:12:33.486Z Checking nu-ansi-term v0.50.3
29802026-03-17T20:12:33.577Z Checking display-error-chain v0.2.2
29812026-03-17T20:12:33.755Z Checking reedline v0.40.0
29822026-03-17T20:12:33.813Z Compiling psm v0.1.30
29832026-03-17T20:12:34.143Z Checking derive_more v2.1.1
29842026-03-17T20:12:34.234Z Checking crossterm v0.29.0
29852026-03-17T20:12:34.535Z Checking peg v0.8.5
29862026-03-17T20:12:34.553Z Checking sqlformat v0.3.5
29872026-03-17T20:12:34.575Z Checking rustyline v14.0.0
29882026-03-17T20:12:34.775Z Checking recursive v0.1.1
29892026-03-17T20:12:34.880Z Checking sqlparser v0.61.0
29902026-03-17T20:12:50.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.06s
29912026-03-17T20:12:50.987Z
29922026-03-17T20:12:50.988Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/257)
29932026-03-17T20:12:51.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942026-03-17T20:12:51.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952026-03-17T20:12:51.806Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29962026-03-17T20:12:56.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s
29972026-03-17T20:12:56.702Z
29982026-03-17T20:12:56.702Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/257)
29992026-03-17T20:12:57.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002026-03-17T20:12:57.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012026-03-17T20:12:57.508Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30022026-03-17T20:13:00.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
30032026-03-17T20:13:01.018Z
30042026-03-17T20:13:01.018Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/257)
30052026-03-17T20:13:01.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062026-03-17T20:13:01.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072026-03-17T20:13:01.762Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30082026-03-17T20:13:06.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
30092026-03-17T20:13:06.362Z
30102026-03-17T20:13:06.362Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/257)
30112026-03-17T20:13:07.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122026-03-17T20:13:07.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132026-03-17T20:13:07.165Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30142026-03-17T20:13:11.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
30152026-03-17T20:13:11.848Z
30162026-03-17T20:13:11.848Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/257)
30172026-03-17T20:13:12.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182026-03-17T20:13:12.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192026-03-17T20:13:12.669Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30202026-03-17T20:13:16.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
30212026-03-17T20:13:16.313Z
30222026-03-17T20:13:16.313Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/257)
30232026-03-17T20:13:17.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242026-03-17T20:13:17.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252026-03-17T20:13:17.118Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30262026-03-17T20:13:20.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
30272026-03-17T20:13:20.836Z
30282026-03-17T20:13:20.836Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/257)
30292026-03-17T20:13:21.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-03-17T20:13:21.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-03-17T20:13:21.642Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30322026-03-17T20:13:26.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
30332026-03-17T20:13:26.491Z
30342026-03-17T20:13:26.491Zinfo: running `cargo check --bins` on oximeter (92/257)
30352026-03-17T20:13:27.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-03-17T20:13:27.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-03-17T20:13:27.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-03-17T20:13:27.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30392026-03-17T20:13:27.263Z
30402026-03-17T20:13:27.263Zinfo: running `cargo check --bins` on oximeter-schema (93/257)
30412026-03-17T20:13:27.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-03-17T20:13:27.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-03-17T20:13:28.038Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30442026-03-17T20:13:28.210Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30452026-03-17T20:13:28.225Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30462026-03-17T20:13:28.671Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30472026-03-17T20:13:33.634Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30482026-03-17T20:13:34.050Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30492026-03-17T20:13:35.616Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30502026-03-17T20:13:36.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.23s
30512026-03-17T20:13:36.704Z
30522026-03-17T20:13:36.704Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/257)
30532026-03-17T20:13:37.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-03-17T20:13:37.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-03-17T20:13:37.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-03-17T20:13:37.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30572026-03-17T20:13:37.475Z
30582026-03-17T20:13:37.475Zinfo: running `cargo check --bins` on oximeter-test-utils (95/257)
30592026-03-17T20:13:38.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-03-17T20:13:38.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-03-17T20:13:38.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-03-17T20:13:38.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30632026-03-17T20:13:38.307Z
30642026-03-17T20:13:38.307Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/257)
30652026-03-17T20:13:38.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-03-17T20:13:38.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-03-17T20:13:38.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-03-17T20:13:39.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30692026-03-17T20:13:39.097Z
30702026-03-17T20:13:39.097Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/257)
30712026-03-17T20:13:39.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-03-17T20:13:39.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-03-17T20:13:39.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-03-17T20:13:39.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30752026-03-17T20:13:39.889Z
30762026-03-17T20:13:39.889Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/257)
30772026-03-17T20:13:40.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-03-17T20:13:40.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-03-17T20:13:40.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-03-17T20:13:40.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30812026-03-17T20:13:40.678Z
30822026-03-17T20:13:40.678Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/257)
30832026-03-17T20:13:41.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-03-17T20:13:41.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-03-17T20:13:41.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-03-17T20:13:41.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30872026-03-17T20:13:41.468Z
30882026-03-17T20:13:41.468Zinfo: running `cargo check --bins` on trust-quorum-types (100/257)
30892026-03-17T20:13:42.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-03-17T20:13:42.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-03-17T20:13:42.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-03-17T20:13:42.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
30932026-03-17T20:13:42.220Z
30942026-03-17T20:13:42.220Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/257)
30952026-03-17T20:13:42.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-03-17T20:13:42.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-03-17T20:13:42.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-03-17T20:13:42.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30992026-03-17T20:13:43.010Z
31002026-03-17T20:13:43.010Zinfo: running `cargo check --bins` on update-engine (102/257)
31012026-03-17T20:13:43.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-03-17T20:13:43.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-03-17T20:13:43.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-03-17T20:13:43.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
31052026-03-17T20:13:43.766Z
31062026-03-17T20:13:43.766Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/257)
31072026-03-17T20:13:44.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-03-17T20:13:44.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-03-17T20:13:44.593Z Checking dropshot-api-manager-types v0.6.0
31102026-03-17T20:13:44.596Z Checking nanorand v0.7.0
31112026-03-17T20:13:44.872Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31122026-03-17T20:13:44.907Z Checking flume v0.11.1
31132026-03-17T20:13:45.176Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31142026-03-17T20:13:46.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s
31152026-03-17T20:13:46.644Z
31162026-03-17T20:13:46.644Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/257)
31172026-03-17T20:13:47.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-03-17T20:13:47.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-03-17T20:13:47.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-03-17T20:13:47.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31212026-03-17T20:13:47.417Z
31222026-03-17T20:13:47.417Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/257)
31232026-03-17T20:13:48.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-03-17T20:13:48.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-03-17T20:13:48.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-03-17T20:13:48.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31272026-03-17T20:13:48.194Z
31282026-03-17T20:13:48.194Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/257)
31292026-03-17T20:13:48.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-03-17T20:13:48.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-03-17T20:13:48.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-03-17T20:13:48.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31332026-03-17T20:13:48.964Z
31342026-03-17T20:13:48.964Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/257)
31352026-03-17T20:13:49.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-03-17T20:13:49.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-03-17T20:13:49.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-03-17T20:13:49.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31392026-03-17T20:13:49.754Z
31402026-03-17T20:13:49.754Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/257)
31412026-03-17T20:13:50.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-03-17T20:13:50.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-03-17T20:13:50.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-03-17T20:13:50.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31452026-03-17T20:13:50.528Z
31462026-03-17T20:13:50.528Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/257)
31472026-03-17T20:13:51.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-03-17T20:13:51.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-03-17T20:13:51.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-03-17T20:13:51.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31512026-03-17T20:13:51.302Z
31522026-03-17T20:13:51.302Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/257)
31532026-03-17T20:13:51.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-03-17T20:13:51.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-03-17T20:13:51.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-03-17T20:13:51.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31572026-03-17T20:13:52.079Z
31582026-03-17T20:13:52.079Zinfo: running `cargo check --bins` on cockroach-admin-client (111/257)
31592026-03-17T20:13:52.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-03-17T20:13:52.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-03-17T20:13:52.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-03-17T20:13:52.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
31632026-03-17T20:13:52.832Z
31642026-03-17T20:13:52.833Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/257)
31652026-03-17T20:13:53.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-03-17T20:13:53.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-03-17T20:13:53.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-03-17T20:13:53.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31692026-03-17T20:13:53.601Z
31702026-03-17T20:13:53.601Zinfo: running `cargo check --bins` on dns-service-client (113/257)
31712026-03-17T20:13:54.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-03-17T20:13:54.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-03-17T20:13:54.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-03-17T20:13:54.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31752026-03-17T20:13:54.372Z
31762026-03-17T20:13:54.373Zinfo: running `cargo check --bins` on installinator-client (114/257)
31772026-03-17T20:13:55.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-03-17T20:13:55.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-03-17T20:13:55.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802026-03-17T20:13:55.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31812026-03-17T20:13:55.145Z
31822026-03-17T20:13:55.145Zinfo: running `cargo check --bins` on nexus-client (115/257)
31832026-03-17T20:13:55.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-03-17T20:13:55.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-03-17T20:13:55.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31862026-03-17T20:13:55.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31872026-03-17T20:13:55.964Z
31882026-03-17T20:13:55.965Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/257)
31892026-03-17T20:13:56.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-03-17T20:13:56.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-03-17T20:13:56.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-03-17T20:13:56.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31932026-03-17T20:13:56.782Z
31942026-03-17T20:13:56.782Zinfo: running `cargo check --bins` on ntp-admin-client (117/257)
31952026-03-17T20:13:57.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-03-17T20:13:57.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-03-17T20:13:57.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-03-17T20:13:57.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
31992026-03-17T20:13:57.533Z
32002026-03-17T20:13:57.533Zinfo: running `cargo check --bins` on oxide-client (118/257)
32012026-03-17T20:13:58.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-03-17T20:13:58.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-03-17T20:13:58.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-03-17T20:13:58.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32052026-03-17T20:13:58.292Z
32062026-03-17T20:13:58.293Zinfo: running `cargo check --bins` on oximeter-client (119/257)
32072026-03-17T20:13:58.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-03-17T20:13:58.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-03-17T20:13:58.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-03-17T20:13:58.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32112026-03-17T20:13:59.061Z
32122026-03-17T20:13:59.061Zinfo: running `cargo check --bins` on repo-depot-client (120/257)
32132026-03-17T20:13:59.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-03-17T20:13:59.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-03-17T20:13:59.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-03-17T20:13:59.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
32172026-03-17T20:13:59.816Z
32182026-03-17T20:13:59.816Zinfo: running `cargo check --bins` on sled-agent-client (121/257)
32192026-03-17T20:14:00.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-03-17T20:14:00.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-03-17T20:14:00.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222026-03-17T20:14:00.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32232026-03-17T20:14:00.611Z
32242026-03-17T20:14:00.611Zinfo: running `cargo check --bins` on wicketd-client (122/257)
32252026-03-17T20:14:01.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262026-03-17T20:14:01.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272026-03-17T20:14:01.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32282026-03-17T20:14:01.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32292026-03-17T20:14:01.616Z
32302026-03-17T20:14:01.616Zinfo: running `cargo check --bins` on installinator-common (123/257)
32312026-03-17T20:14:02.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322026-03-17T20:14:02.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332026-03-17T20:14:02.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32342026-03-17T20:14:02.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32352026-03-17T20:14:02.195Z
32362026-03-17T20:14:02.195Zinfo: running `cargo check --bins` on installinator-common-versions (124/257)
32372026-03-17T20:14:02.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382026-03-17T20:14:02.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392026-03-17T20:14:02.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32402026-03-17T20:14:02.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
32412026-03-17T20:14:02.948Z
32422026-03-17T20:14:02.948Zinfo: running `cargo check --bins` on wicket-common (125/257)
32432026-03-17T20:14:03.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442026-03-17T20:14:03.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452026-03-17T20:14:03.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32462026-03-17T20:14:03.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32472026-03-17T20:14:03.750Z
32482026-03-17T20:14:03.750Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/257)
32492026-03-17T20:14:04.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502026-03-17T20:14:04.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512026-03-17T20:14:04.563Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32522026-03-17T20:14:04.567Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-03-17T20:14:04.567Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32542026-03-17T20:14:04.567Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32552026-03-17T20:14:04.567Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32562026-03-17T20:14:04.850Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32572026-03-17T20:14:04.877Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32582026-03-17T20:14:05.170Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32592026-03-17T20:14:05.173Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32602026-03-17T20:14:07.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
32612026-03-17T20:14:08.179Z
32622026-03-17T20:14:08.179Zinfo: running `cargo check --bins` on cockroach-admin-api (127/257)
32632026-03-17T20:14:08.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642026-03-17T20:14:08.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652026-03-17T20:14:08.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32662026-03-17T20:14:08.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32672026-03-17T20:14:08.951Z
32682026-03-17T20:14:08.951Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/257)
32692026-03-17T20:14:09.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702026-03-17T20:14:09.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712026-03-17T20:14:09.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722026-03-17T20:14:09.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
32732026-03-17T20:14:09.838Z
32742026-03-17T20:14:09.838Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/257)
32752026-03-17T20:14:10.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762026-03-17T20:14:10.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772026-03-17T20:14:10.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782026-03-17T20:14:10.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
32792026-03-17T20:14:10.725Z
32802026-03-17T20:14:10.725Zinfo: running `cargo check --bins` on dns-server (130/257)
32812026-03-17T20:14:11.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822026-03-17T20:14:11.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832026-03-17T20:14:11.530Z Compiling parking_lot_core v0.8.6
32842026-03-17T20:14:11.530Z Compiling git-stub v1.0.0
32852026-03-17T20:14:11.533Z Compiling atomicwrites v0.4.4
32862026-03-17T20:14:11.533Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32872026-03-17T20:14:11.663Z Checking tagptr v0.2.0
32882026-03-17T20:14:11.675Z Checking prefix-trie v0.7.0
32892026-03-17T20:14:11.678Z Checking fxhash v0.2.1
32902026-03-17T20:14:11.678Z Checking hickory-client v0.25.2
32912026-03-17T20:14:11.822Z Compiling git-stub-vcs v0.1.0
32922026-03-17T20:14:11.837Z Checking moka v0.12.13
32932026-03-17T20:14:12.101Z Checking hickory-server v0.25.2
32942026-03-17T20:14:12.191Z Checking parking_lot v0.11.2
32952026-03-17T20:14:12.223Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32962026-03-17T20:14:12.301Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32972026-03-17T20:14:12.303Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32982026-03-17T20:14:12.303Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32992026-03-17T20:14:12.415Z Checking sled v0.34.7
33002026-03-17T20:14:12.710Z Checking hickory-resolver v0.25.2
33012026-03-17T20:14:15.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s
33022026-03-17T20:14:15.389Z
33032026-03-17T20:14:15.389Zinfo: running `cargo check --bins` on dns-server-api (131/257)
33042026-03-17T20:14:16.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052026-03-17T20:14:16.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062026-03-17T20:14:16.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33072026-03-17T20:14:16.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33082026-03-17T20:14:16.169Z
33092026-03-17T20:14:16.169Zinfo: running `cargo check --bins` on gateway-test-utils (132/257)
33102026-03-17T20:14:16.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112026-03-17T20:14:16.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122026-03-17T20:14:16.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33132026-03-17T20:14:16.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33142026-03-17T20:14:17.025Z
33152026-03-17T20:14:17.025Zinfo: running `cargo check --bins` on omicron-gateway (133/257)
33162026-03-17T20:14:17.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-03-17T20:14:17.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-03-17T20:14:17.955Z Compiling radium v0.7.0
33192026-03-17T20:14:17.958Z Compiling maybe-uninit v2.0.0
33202026-03-17T20:14:17.958Z Checking tap v1.0.1
33212026-03-17T20:14:18.090Z Compiling zerocopy-derive v0.6.6
33222026-03-17T20:14:18.094Z Checking funty v2.0.0
33232026-03-17T20:14:18.094Z Compiling packed_struct v0.10.1
33242026-03-17T20:14:18.113Z Checking crc-catalog v2.4.0
33252026-03-17T20:14:18.115Z Compiling packed_struct_codegen v0.10.1
33262026-03-17T20:14:18.194Z Checking wyz v0.5.1
33272026-03-17T20:14:18.275Z Checking crc v3.4.0
33282026-03-17T20:14:18.443Z Compiling bitfield-macros v0.19.4
33292026-03-17T20:14:18.501Z Compiling indexmap v1.9.3
33302026-03-17T20:14:18.515Z Checking nodrop v0.1.14
33312026-03-17T20:14:18.543Z Checking hashbrown v0.12.3
33322026-03-17T20:14:18.568Z Checking smallvec v0.6.14
33332026-03-17T20:14:18.622Z Checking array-init v0.0.4
33342026-03-17T20:14:18.659Z Checking bitvec v1.0.1
33352026-03-17T20:14:18.780Z Checking ron v0.8.1
33362026-03-17T20:14:18.821Z Checking hashbrown v0.13.2
33372026-03-17T20:14:19.130Z Checking serde-hex v0.1.0
33382026-03-17T20:14:19.229Z Checking zerocopy v0.6.6
33392026-03-17T20:14:19.396Z Checking bitfield v0.19.4
33402026-03-17T20:14:19.399Z Checking crc-any v2.5.0
33412026-03-17T20:14:19.483Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33422026-03-17T20:14:19.548Z Checking object v0.30.4
33432026-03-17T20:14:19.637Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33442026-03-17T20:14:19.652Z Checking half v1.8.3
33452026-03-17T20:14:19.655Z Checking void v1.0.2
33462026-03-17T20:14:19.758Z Checking path-slash v0.1.5
33472026-03-17T20:14:19.776Z Checking tungstenite v0.23.0
33482026-03-17T20:14:19.776Z Checking lzss v0.8.2
33492026-03-17T20:14:19.829Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33502026-03-17T20:14:19.938Z Checking serde_cbor v0.11.2
33512026-03-17T20:14:20.020Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33522026-03-17T20:14:20.035Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33532026-03-17T20:14:20.052Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33542026-03-17T20:14:20.243Z Checking nix v0.27.1
33552026-03-17T20:14:20.310Z Checking kstat-rs v0.2.4
33562026-03-17T20:14:20.453Z Checking serde_bytes v0.11.19
33572026-03-17T20:14:20.538Z Checking tokio-tungstenite v0.23.1
33582026-03-17T20:14:20.555Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33592026-03-17T20:14:20.678Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33602026-03-17T20:14:20.860Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33612026-03-17T20:14:20.967Z Checking signal-hook-tokio v0.3.1
33622026-03-17T20:14:22.065Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33632026-03-17T20:14:22.174Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33642026-03-17T20:14:25.655Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33652026-03-17T20:14:26.892Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33662026-03-17T20:14:27.260Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33672026-03-17T20:14:28.752Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33682026-03-17T20:14:31.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.50s
33692026-03-17T20:14:32.746Z
33702026-03-17T20:14:32.746Zinfo: running `cargo check --bins` on gateway-api (134/257)
33712026-03-17T20:14:32.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-03-17T20:14:32.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-03-17T20:14:32.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-03-17T20:14:32.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33752026-03-17T20:14:32.750Z
33762026-03-17T20:14:32.750Zinfo: running `cargo check --bins` on ipcc (135/257)
33772026-03-17T20:14:33.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-03-17T20:14:33.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-03-17T20:14:33.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-03-17T20:14:33.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33812026-03-17T20:14:33.301Z
33822026-03-17T20:14:33.301Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/257)
33832026-03-17T20:14:33.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-03-17T20:14:33.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-03-17T20:14:33.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-03-17T20:14:33.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
33872026-03-17T20:14:34.058Z
33882026-03-17T20:14:34.058Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/257)
33892026-03-17T20:14:34.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-03-17T20:14:34.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-03-17T20:14:34.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-03-17T20:14:34.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33932026-03-17T20:14:34.838Z
33942026-03-17T20:14:34.838Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/257)
33952026-03-17T20:14:35.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-03-17T20:14:35.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-03-17T20:14:35.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-03-17T20:14:35.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33992026-03-17T20:14:35.618Z
34002026-03-17T20:14:35.618Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/257)
34012026-03-17T20:14:36.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-03-17T20:14:36.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-03-17T20:14:36.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-03-17T20:14:36.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34052026-03-17T20:14:36.397Z
34062026-03-17T20:14:36.397Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/257)
34072026-03-17T20:14:37.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-03-17T20:14:37.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-03-17T20:14:37.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-03-17T20:14:37.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34112026-03-17T20:14:37.175Z
34122026-03-17T20:14:37.175Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/257)
34132026-03-17T20:14:37.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-03-17T20:14:37.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-03-17T20:14:37.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-03-17T20:14:37.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34172026-03-17T20:14:37.952Z
34182026-03-17T20:14:37.952Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/257)
34192026-03-17T20:14:38.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-03-17T20:14:38.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-03-17T20:14:38.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-03-17T20:14:38.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34232026-03-17T20:14:38.729Z
34242026-03-17T20:14:38.729Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/257)
34252026-03-17T20:14:39.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-03-17T20:14:39.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-03-17T20:14:39.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-03-17T20:14:39.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34292026-03-17T20:14:39.507Z
34302026-03-17T20:14:39.507Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/257)
34312026-03-17T20:14:40.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-03-17T20:14:40.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-03-17T20:14:40.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-03-17T20:14:40.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34352026-03-17T20:14:40.286Z
34362026-03-17T20:14:40.286Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/257)
34372026-03-17T20:14:40.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-03-17T20:14:40.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-03-17T20:14:40.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-03-17T20:14:40.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34412026-03-17T20:14:41.064Z
34422026-03-17T20:14:41.065Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/257)
34432026-03-17T20:14:41.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-03-17T20:14:41.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-03-17T20:14:41.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-03-17T20:14:41.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34472026-03-17T20:14:41.841Z
34482026-03-17T20:14:41.841Zinfo: running `cargo check --bins` on oximeter-producer (147/257)
34492026-03-17T20:14:42.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-03-17T20:14:42.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-03-17T20:14:42.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-03-17T20:14:42.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34532026-03-17T20:14:42.673Z
34542026-03-17T20:14:42.673Zinfo: running `cargo check --bins` on internal-dns-resolver (148/257)
34552026-03-17T20:14:43.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-03-17T20:14:43.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-03-17T20:14:43.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-03-17T20:14:43.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34592026-03-17T20:14:43.461Z
34602026-03-17T20:14:43.461Zinfo: running `cargo check --bins` on sp-sim (149/257)
34612026-03-17T20:14:44.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-03-17T20:14:44.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-03-17T20:14:44.329Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34642026-03-17T20:14:46.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
34652026-03-17T20:14:46.840Z
34662026-03-17T20:14:46.840Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/257)
34672026-03-17T20:14:47.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-03-17T20:14:47.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-03-17T20:14:47.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-03-17T20:14:47.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34712026-03-17T20:14:47.686Z
34722026-03-17T20:14:47.686Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/257)
34732026-03-17T20:14:48.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-03-17T20:14:48.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-03-17T20:14:48.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-03-17T20:14:48.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34772026-03-17T20:14:48.534Z
34782026-03-17T20:14:48.534Zinfo: running `cargo check --bins` on db-macros (152/257)
34792026-03-17T20:14:49.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-03-17T20:14:49.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-03-17T20:14:49.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-03-17T20:14:49.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
34832026-03-17T20:14:49.286Z
34842026-03-17T20:14:49.286Zinfo: running `cargo check --bins` on nexus-macros-common (153/257)
34852026-03-17T20:14:49.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-03-17T20:14:49.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-03-17T20:14:49.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-03-17T20:14:49.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
34892026-03-17T20:14:50.039Z
34902026-03-17T20:14:50.039Zinfo: running `cargo check --bins` on nexus-auth (154/257)
34912026-03-17T20:14:50.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-03-17T20:14:50.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-03-17T20:14:50.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-03-17T20:14:50.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34952026-03-17T20:14:50.878Z
34962026-03-17T20:14:50.878Zinfo: running `cargo check --bins` on authz-macros (155/257)
34972026-03-17T20:14:51.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-03-17T20:14:51.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-03-17T20:14:51.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-03-17T20:14:51.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35012026-03-17T20:14:51.630Z
35022026-03-17T20:14:51.630Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/257)
35032026-03-17T20:14:52.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-03-17T20:14:52.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-03-17T20:14:52.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-03-17T20:14:52.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35072026-03-17T20:14:52.458Z
35082026-03-17T20:14:52.458Zinfo: running `cargo check --bins` on nexus-db-model (157/257)
35092026-03-17T20:14:53.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-03-17T20:14:53.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-03-17T20:14:53.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-03-17T20:14:53.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35132026-03-17T20:14:53.289Z
35142026-03-17T20:14:53.290Zinfo: running `cargo check --bins` on nexus-db-schema (158/257)
35152026-03-17T20:14:53.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-03-17T20:14:53.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-03-17T20:14:53.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-03-17T20:14:53.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35192026-03-17T20:14:54.045Z
35202026-03-17T20:14:54.045Zinfo: running `cargo check --bins` on omicron-rpaths (159/257)
35212026-03-17T20:14:54.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-03-17T20:14:54.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-03-17T20:14:54.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-03-17T20:14:54.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35252026-03-17T20:14:54.794Z
35262026-03-17T20:14:54.794Zinfo: running `cargo check --bins` on nexus-defaults (160/257)
35272026-03-17T20:14:55.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-03-17T20:14:55.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-03-17T20:14:55.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-03-17T20:14:55.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35312026-03-17T20:14:55.564Z
35322026-03-17T20:14:55.564Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/257)
35332026-03-17T20:14:56.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-03-17T20:14:56.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-03-17T20:14:56.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-03-17T20:14:56.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35372026-03-17T20:14:56.326Z
35382026-03-17T20:14:56.326Zinfo: running `cargo check --bins` on parallel-task-set (162/257)
35392026-03-17T20:14:56.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-03-17T20:14:56.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-03-17T20:14:56.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-03-17T20:14:56.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35432026-03-17T20:14:57.082Z
35442026-03-17T20:14:57.082Zinfo: running `cargo check --bins` on nexus-db-errors (163/257)
35452026-03-17T20:14:57.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-03-17T20:14:57.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-03-17T20:14:57.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-03-17T20:14:57.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35492026-03-17T20:14:57.930Z
35502026-03-17T20:14:57.930Zinfo: running `cargo check --bins` on nexus-db-lookup (164/257)
35512026-03-17T20:14:58.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-03-17T20:14:58.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-03-17T20:14:58.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-03-17T20:14:58.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35552026-03-17T20:14:58.788Z
35562026-03-17T20:14:58.788Zinfo: running `cargo check --bins` on nexus-inventory (165/257)
35572026-03-17T20:14:59.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-03-17T20:14:59.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-03-17T20:14:59.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-03-17T20:14:59.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35612026-03-17T20:14:59.638Z
35622026-03-17T20:14:59.638Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/257)
35632026-03-17T20:15:00.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-03-17T20:15:00.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-03-17T20:15:00.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-03-17T20:15:00.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35672026-03-17T20:15:00.842Z
35682026-03-17T20:15:00.843Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/257)
35692026-03-17T20:15:01.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-03-17T20:15:01.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-03-17T20:15:01.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-03-17T20:15:01.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35732026-03-17T20:15:01.206Z
35742026-03-17T20:15:01.206Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/257)
35752026-03-17T20:15:01.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-03-17T20:15:01.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-03-17T20:15:01.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-03-17T20:15:01.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35792026-03-17T20:15:01.999Z
35802026-03-17T20:15:01.999Zinfo: running `cargo check --bins` on key-manager (169/257)
35812026-03-17T20:15:02.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-03-17T20:15:02.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-03-17T20:15:02.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-03-17T20:15:02.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35852026-03-17T20:15:02.776Z
35862026-03-17T20:15:02.776Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/257)
35872026-03-17T20:15:03.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-03-17T20:15:03.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-03-17T20:15:03.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-03-17T20:15:03.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35912026-03-17T20:15:03.563Z
35922026-03-17T20:15:03.563Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/257)
35932026-03-17T20:15:04.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-03-17T20:15:04.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-03-17T20:15:04.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-03-17T20:15:04.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35972026-03-17T20:15:04.352Z
35982026-03-17T20:15:04.352Zinfo: running `cargo check --bins` on typed-rng (172/257)
35992026-03-17T20:15:05.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-03-17T20:15:05.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-03-17T20:15:05.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-03-17T20:15:05.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
36032026-03-17T20:15:05.111Z
36042026-03-17T20:15:05.111Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/257)
36052026-03-17T20:15:05.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-03-17T20:15:05.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-03-17T20:15:06.132Z Compiling libefi-sys v0.1.0
36082026-03-17T20:15:06.135Z Compiling bitfield-struct v0.6.2
36092026-03-17T20:15:06.135Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36102026-03-17T20:15:06.273Z Compiling xshell-macros v0.2.7
36112026-03-17T20:15:06.276Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36122026-03-17T20:15:06.280Z Compiling salty v0.3.0
36132026-03-17T20:15:06.291Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36142026-03-17T20:15:06.294Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36152026-03-17T20:15:06.409Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36162026-03-17T20:15:06.766Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36172026-03-17T20:15:06.792Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36182026-03-17T20:15:06.890Z Checking xshell v0.2.7
36192026-03-17T20:15:06.952Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36202026-03-17T20:15:07.011Z Checking primeorder v0.13.6
36212026-03-17T20:15:07.017Z Compiling proc-macro-error-attr2 v2.0.0
36222026-03-17T20:15:07.029Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36232026-03-17T20:15:07.045Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36242026-03-17T20:15:07.095Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36252026-03-17T20:15:07.269Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36262026-03-17T20:15:07.304Z Checking p384 v0.13.1
36272026-03-17T20:15:07.326Z Compiling num-derive v0.3.3
36282026-03-17T20:15:07.438Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36292026-03-17T20:15:07.532Z Compiling proc-macro-error2 v2.0.1
36302026-03-17T20:15:07.679Z Compiling unicase v2.9.0
36312026-03-17T20:15:07.744Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36322026-03-17T20:15:07.860Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36332026-03-17T20:15:07.931Z Compiling tabled_derive v0.11.0
36342026-03-17T20:15:07.948Z Compiling mime_guess v2.0.5
36352026-03-17T20:15:08.002Z Checking papergrid v0.17.0
36362026-03-17T20:15:08.341Z Compiling progenitor-impl v0.11.2
36372026-03-17T20:15:08.539Z Checking libscf-sys v1.1.0
36382026-03-17T20:15:08.662Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36392026-03-17T20:15:08.709Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36402026-03-17T20:15:08.809Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36412026-03-17T20:15:08.953Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36422026-03-17T20:15:09.379Z Checking testing_table v0.3.0
36432026-03-17T20:15:09.501Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36442026-03-17T20:15:09.552Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36452026-03-17T20:15:09.619Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36462026-03-17T20:15:09.663Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36472026-03-17T20:15:09.757Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36482026-03-17T20:15:09.779Z Checking corncobs v0.1.4
36492026-03-17T20:15:09.828Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36502026-03-17T20:15:09.939Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36512026-03-17T20:15:09.958Z Checking tabled v0.20.0
36522026-03-17T20:15:10.041Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36532026-03-17T20:15:10.212Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36542026-03-17T20:15:10.306Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36552026-03-17T20:15:10.510Z Checking progenitor-client v0.11.2
36562026-03-17T20:15:10.730Z Checking secrecy v0.8.0
36572026-03-17T20:15:10.818Z Checking http-range v0.1.5
36582026-03-17T20:15:11.023Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36592026-03-17T20:15:11.080Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36602026-03-17T20:15:11.255Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36612026-03-17T20:15:11.528Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36622026-03-17T20:15:11.582Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36632026-03-17T20:15:11.756Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36642026-03-17T20:15:11.791Z Checking atty v0.2.14
36652026-03-17T20:15:11.881Z Checking crc8 v0.1.1
36662026-03-17T20:15:11.914Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36672026-03-17T20:15:12.006Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36682026-03-17T20:15:12.026Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36692026-03-17T20:15:12.138Z Compiling progenitor-macro v0.11.2
36702026-03-17T20:15:12.162Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36712026-03-17T20:15:12.442Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36722026-03-17T20:15:12.581Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36732026-03-17T20:15:12.802Z Checking hyper-staticfile v0.10.1
36742026-03-17T20:15:12.915Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36752026-03-17T20:15:12.934Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36762026-03-17T20:15:13.111Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36772026-03-17T20:15:13.161Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36782026-03-17T20:15:13.218Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36792026-03-17T20:15:13.426Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36802026-03-17T20:15:13.779Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36812026-03-17T20:15:13.869Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36822026-03-17T20:15:14.242Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36832026-03-17T20:15:14.294Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36842026-03-17T20:15:14.319Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36852026-03-17T20:15:14.857Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36862026-03-17T20:15:14.909Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36872026-03-17T20:15:15.140Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36882026-03-17T20:15:15.547Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36892026-03-17T20:15:16.072Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36902026-03-17T20:15:17.189Z Checking progenitor v0.11.2
36912026-03-17T20:15:17.356Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36922026-03-17T20:15:24.181Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36932026-03-17T20:15:40.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.94s
36942026-03-17T20:15:40.283Z
36952026-03-17T20:15:40.283Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/257)
36962026-03-17T20:15:41.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-03-17T20:15:41.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-03-17T20:15:41.255Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36992026-03-17T20:15:57.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.93s
37002026-03-17T20:15:57.459Z
37012026-03-17T20:15:57.459Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/257)
37022026-03-17T20:15:58.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-03-17T20:15:58.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-03-17T20:15:58.395Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37052026-03-17T20:16:14.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.94s
37062026-03-17T20:16:14.644Z
37072026-03-17T20:16:14.644Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/257)
37082026-03-17T20:16:15.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-03-17T20:16:15.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-03-17T20:16:15.583Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37112026-03-17T20:16:31.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.03s
37122026-03-17T20:16:31.919Z
37132026-03-17T20:16:31.919Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/257)
37142026-03-17T20:16:32.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-03-17T20:16:32.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-03-17T20:16:32.855Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37172026-03-17T20:16:48.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.97s
37182026-03-17T20:16:49.134Z
37192026-03-17T20:16:49.134Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/257)
37202026-03-17T20:16:49.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-03-17T20:16:49.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-03-17T20:16:50.073Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37232026-03-17T20:17:06.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.09s
37242026-03-17T20:17:06.465Z
37252026-03-17T20:17:06.465Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/257)
37262026-03-17T20:17:07.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-03-17T20:17:07.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-03-17T20:17:07.402Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37292026-03-17T20:17:23.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.97s
37302026-03-17T20:17:23.680Z
37312026-03-17T20:17:23.680Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/257)
37322026-03-17T20:17:24.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-03-17T20:17:24.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-03-17T20:17:24.625Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37352026-03-17T20:17:40.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.99s
37362026-03-17T20:17:40.908Z
37372026-03-17T20:17:40.908Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/257)
37382026-03-17T20:17:41.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-03-17T20:17:41.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-03-17T20:17:41.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37412026-03-17T20:17:41.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37422026-03-17T20:17:41.706Z
37432026-03-17T20:17:41.706Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/257)
37442026-03-17T20:17:42.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-03-17T20:17:42.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-03-17T20:17:42.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37472026-03-17T20:17:42.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37482026-03-17T20:17:42.501Z
37492026-03-17T20:17:42.501Zinfo: running `cargo check --bins` on range-requests (183/257)
37502026-03-17T20:17:43.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-03-17T20:17:43.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-03-17T20:17:43.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37532026-03-17T20:17:43.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
37542026-03-17T20:17:43.273Z
37552026-03-17T20:17:43.273Zinfo: running `cargo check --bins` on repo-depot-api (184/257)
37562026-03-17T20:17:43.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-03-17T20:17:43.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-03-17T20:17:43.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37592026-03-17T20:17:43.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
37602026-03-17T20:17:44.040Z
37612026-03-17T20:17:44.040Zinfo: running `cargo check --bins` on sled-agent-api (185/257)
37622026-03-17T20:17:44.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-03-17T20:17:44.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-03-17T20:17:44.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37652026-03-17T20:17:44.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37662026-03-17T20:17:44.838Z
37672026-03-17T20:17:44.838Zinfo: running `cargo check --bins` on sled-diagnostics (186/257)
37682026-03-17T20:17:45.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-03-17T20:17:45.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-03-17T20:17:45.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37712026-03-17T20:17:45.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37722026-03-17T20:17:45.628Z
37732026-03-17T20:17:45.628Zinfo: running `cargo check --bins` on zfs-test-harness (187/257)
37742026-03-17T20:17:46.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-03-17T20:17:46.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-03-17T20:17:46.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37772026-03-17T20:17:46.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37782026-03-17T20:17:46.420Z
37792026-03-17T20:17:46.420Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/257)
37802026-03-17T20:17:47.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-03-17T20:17:47.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-03-17T20:17:47.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37832026-03-17T20:17:47.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37842026-03-17T20:17:47.223Z
37852026-03-17T20:17:47.223Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/257)
37862026-03-17T20:17:47.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-03-17T20:17:47.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-03-17T20:17:47.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37892026-03-17T20:17:47.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37902026-03-17T20:17:48.026Z
37912026-03-17T20:17:48.028Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/257)
37922026-03-17T20:17:48.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-03-17T20:17:48.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-03-17T20:17:48.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37952026-03-17T20:17:48.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37962026-03-17T20:17:48.822Z
37972026-03-17T20:17:48.822Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/257)
37982026-03-17T20:17:49.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-03-17T20:17:49.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-03-17T20:17:49.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012026-03-17T20:17:49.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38022026-03-17T20:17:49.623Z
38032026-03-17T20:17:49.623Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/257)
38042026-03-17T20:17:50.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-03-17T20:17:50.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-03-17T20:17:50.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-03-17T20:17:50.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38082026-03-17T20:17:50.426Z
38092026-03-17T20:17:50.426Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/257)
38102026-03-17T20:17:51.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-03-17T20:17:51.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-03-17T20:17:51.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-03-17T20:17:51.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38142026-03-17T20:17:51.230Z
38152026-03-17T20:17:51.230Zinfo: running `cargo check --bins` on trust-quorum (194/257)
38162026-03-17T20:17:51.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-03-17T20:17:51.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-03-17T20:17:51.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-03-17T20:17:51.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38202026-03-17T20:17:52.033Z
38212026-03-17T20:17:52.033Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/257)
38222026-03-17T20:17:52.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-03-17T20:17:52.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-03-17T20:17:52.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-03-17T20:17:52.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38262026-03-17T20:17:52.867Z
38272026-03-17T20:17:52.867Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/257)
38282026-03-17T20:17:53.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-03-17T20:17:53.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-03-17T20:17:53.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-03-17T20:17:53.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38322026-03-17T20:17:53.710Z
38332026-03-17T20:17:53.711Zinfo: running `cargo check --bins` on update-common (197/257)
38342026-03-17T20:17:54.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-03-17T20:17:54.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-03-17T20:17:54.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-03-17T20:17:54.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
38382026-03-17T20:17:54.497Z
38392026-03-17T20:17:54.497Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (198/257)
38402026-03-17T20:17:55.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-03-17T20:17:55.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-03-17T20:17:55.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-03-17T20:17:55.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38442026-03-17T20:17:55.348Z
38452026-03-17T20:17:55.349Zinfo: running `cargo check --bins` on reconfigurator-cli (199/257)
38462026-03-17T20:17:56.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-03-17T20:17:56.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-03-17T20:17:56.278Z Compiling fs-err v2.11.0
38492026-03-17T20:17:56.281Z Checking ignore v0.4.25
38502026-03-17T20:17:56.281Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38512026-03-17T20:17:56.281Z Checking predicates-tree v1.0.13
38522026-03-17T20:17:56.281Z Checking parse-size v1.1.0
38532026-03-17T20:17:56.429Z Checking rand_seeder v0.4.0
38542026-03-17T20:17:56.440Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38552026-03-17T20:17:56.456Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38562026-03-17T20:17:56.550Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38572026-03-17T20:17:56.553Z Compiling petname v2.0.2
38582026-03-17T20:17:56.625Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38592026-03-17T20:17:56.814Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38602026-03-17T20:17:56.841Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38612026-03-17T20:17:56.918Z Checking globwalk v0.9.1
38622026-03-17T20:17:56.991Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38632026-03-17T20:17:57.047Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38642026-03-17T20:17:57.145Z Checking camino-tempfile-ext v0.3.3
38652026-03-17T20:17:57.162Z Checking sapling-renderdag v0.1.0
38662026-03-17T20:17:57.296Z Checking sync-ptr v0.1.4
38672026-03-17T20:17:57.391Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38682026-03-17T20:17:57.444Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38692026-03-17T20:17:57.497Z Checking colored v2.2.0
38702026-03-17T20:17:57.539Z Checking assert_matches v1.5.0
38712026-03-17T20:17:57.871Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38722026-03-17T20:17:58.025Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38732026-03-17T20:17:58.028Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38742026-03-17T20:17:58.785Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38752026-03-17T20:18:00.523Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38762026-03-17T20:18:03.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.17s
38772026-03-17T20:18:03.746Z
38782026-03-17T20:18:03.746Zinfo: running `cargo check --bins` on omicron-repl-utils (200/257)
38792026-03-17T20:18:04.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-03-17T20:18:04.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-03-17T20:18:04.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-03-17T20:18:04.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
38832026-03-17T20:18:04.504Z
38842026-03-17T20:18:04.504Zinfo: running `cargo check --bins` on nexus-test-interface (201/257)
38852026-03-17T20:18:05.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-03-17T20:18:05.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-03-17T20:18:05.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-03-17T20:18:05.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38892026-03-17T20:18:05.356Z
38902026-03-17T20:18:05.356Zinfo: running `cargo check --bins` on oximeter-collector (202/257)
38912026-03-17T20:18:06.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-03-17T20:18:06.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-03-17T20:18:06.224Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38942026-03-17T20:18:06.227Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38952026-03-17T20:18:07.043Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38962026-03-17T20:18:09.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.70s
38972026-03-17T20:18:09.289Z
38982026-03-17T20:18:09.289Zinfo: running `cargo check --bins` on oximeter-api (203/257)
38992026-03-17T20:18:09.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-03-17T20:18:09.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-03-17T20:18:09.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-03-17T20:18:09.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
39032026-03-17T20:18:10.063Z
39042026-03-17T20:18:10.063Zinfo: running `cargo check --bins` on cert-dev (204/257)
39052026-03-17T20:18:10.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-03-17T20:18:10.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-03-17T20:18:10.804Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39082026-03-17T20:18:11.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
39092026-03-17T20:18:11.324Z
39102026-03-17T20:18:11.324Zinfo: running `cargo check --bins` on clickana (205/257)
39112026-03-17T20:18:12.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-03-17T20:18:12.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-03-17T20:18:12.110Z Compiling darling_core v0.23.0
39142026-03-17T20:18:12.115Z Compiling instability v0.3.11
39152026-03-17T20:18:12.116Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39162026-03-17T20:18:12.117Z Checking castaway v0.2.4
39172026-03-17T20:18:12.117Z Compiling indoc v2.0.7
39182026-03-17T20:18:12.217Z Checking unicode-truncate v1.1.0
39192026-03-17T20:18:12.237Z Checking lru v0.12.5
39202026-03-17T20:18:12.258Z Checking cassowary v0.3.0
39212026-03-17T20:18:12.388Z Checking compact_str v0.8.1
39222026-03-17T20:18:13.534Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39232026-03-17T20:18:13.760Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39242026-03-17T20:18:14.215Z Compiling darling_macro v0.23.0
39252026-03-17T20:18:14.767Z Compiling darling v0.23.0
39262026-03-17T20:18:15.562Z Checking ratatui v0.29.0
39272026-03-17T20:18:17.097Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39282026-03-17T20:18:17.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.61s
39292026-03-17T20:18:18.142Z
39302026-03-17T20:18:18.142Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/257)
39312026-03-17T20:18:18.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-03-17T20:18:18.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-03-17T20:18:19.009Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39342026-03-17T20:18:19.009Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39352026-03-17T20:18:19.724Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39362026-03-17T20:18:20.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
39372026-03-17T20:18:20.458Z
39382026-03-17T20:18:20.458Zinfo: running `cargo check --bins` on ch-dev (207/257)
39392026-03-17T20:18:21.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-03-17T20:18:21.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-03-17T20:18:21.345Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39422026-03-17T20:18:22.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
39432026-03-17T20:18:22.474Z
39442026-03-17T20:18:22.475Zinfo: running `cargo check --bins` on dev-tools-common (208/257)
39452026-03-17T20:18:23.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-03-17T20:18:23.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-03-17T20:18:23.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-03-17T20:18:23.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39492026-03-17T20:18:23.072Z
39502026-03-17T20:18:23.072Zinfo: running `cargo check --bins` on crdb-seed (209/257)
39512026-03-17T20:18:23.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-03-17T20:18:23.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-03-17T20:18:23.933Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39542026-03-17T20:18:24.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
39552026-03-17T20:18:24.670Z
39562026-03-17T20:18:24.670Zinfo: running `cargo check --bins` on db-dev (210/257)
39572026-03-17T20:18:25.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-03-17T20:18:25.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-03-17T20:18:25.544Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39602026-03-17T20:18:26.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
39612026-03-17T20:18:26.705Z
39622026-03-17T20:18:26.706Zinfo: running `cargo check --bins` on omicron-dev-lib (211/257)
39632026-03-17T20:18:27.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-03-17T20:18:27.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-03-17T20:18:27.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-03-17T20:18:27.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
39672026-03-17T20:18:27.542Z
39682026-03-17T20:18:27.542Zinfo: running `cargo check --bins` on xtask-downloader (212/257)
39692026-03-17T20:18:28.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-03-17T20:18:28.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-03-17T20:18:28.288Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39722026-03-17T20:18:29.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
39732026-03-17T20:18:29.336Z
39742026-03-17T20:18:29.336Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/257)
39752026-03-17T20:18:30.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-03-17T20:18:30.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-03-17T20:18:30.233Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39782026-03-17T20:18:30.233Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39792026-03-17T20:18:30.237Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
39802026-03-17T20:18:30.237Z Checking git-stub v1.0.0
39812026-03-17T20:18:30.237Z Compiling trait-variant v0.1.2
39822026-03-17T20:18:30.237Z Checking is_ci v1.2.0
39832026-03-17T20:18:30.237Z Checking maplit v1.0.2
39842026-03-17T20:18:30.237Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39852026-03-17T20:18:30.461Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39862026-03-17T20:18:30.526Z Checking git-stub-vcs v0.1.0
39872026-03-17T20:18:30.542Z Checking supports-color v3.0.2
39882026-03-17T20:18:30.641Z Checking drift v0.1.3
39892026-03-17T20:18:30.676Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39902026-03-17T20:18:30.697Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39912026-03-17T20:18:30.772Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39922026-03-17T20:18:30.914Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39932026-03-17T20:18:31.045Z Checking dropshot-api-manager v0.6.0
39942026-03-17T20:18:31.069Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39952026-03-17T20:18:31.127Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39962026-03-17T20:18:31.333Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39972026-03-17T20:18:31.439Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39982026-03-17T20:18:31.611Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
39992026-03-17T20:18:32.091Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40002026-03-17T20:18:39.021Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40012026-03-17T20:18:40.414Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40022026-03-17T20:18:41.198Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40032026-03-17T20:18:41.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.39s
40042026-03-17T20:18:41.956Z
40052026-03-17T20:18:41.956Zinfo: running `cargo check --bins` on installinator-api (214/257)
40062026-03-17T20:18:42.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-03-17T20:18:42.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-03-17T20:18:42.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-03-17T20:18:42.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40102026-03-17T20:18:42.734Z
40112026-03-17T20:18:42.734Zinfo: running `cargo check --bins` on nexus-external-api (215/257)
40122026-03-17T20:18:43.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-03-17T20:18:43.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-03-17T20:18:43.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-03-17T20:18:43.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40162026-03-17T20:18:43.566Z
40172026-03-17T20:18:43.566Zinfo: running `cargo check --bins` on nexus-internal-api (216/257)
40182026-03-17T20:18:44.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-03-17T20:18:44.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-03-17T20:18:44.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-03-17T20:18:44.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40222026-03-17T20:18:44.392Z
40232026-03-17T20:18:44.392Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/257)
40242026-03-17T20:18:45.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-03-17T20:18:45.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-03-17T20:18:45.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-03-17T20:18:45.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40282026-03-17T20:18:45.219Z
40292026-03-17T20:18:45.219Zinfo: running `cargo check --bins` on ntp-admin-api (218/257)
40302026-03-17T20:18:45.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-03-17T20:18:45.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-03-17T20:18:45.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40332026-03-17T20:18:45.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40342026-03-17T20:18:45.995Z
40352026-03-17T20:18:45.995Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/257)
40362026-03-17T20:18:46.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-03-17T20:18:46.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-03-17T20:18:46.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-03-17T20:18:46.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
40402026-03-17T20:18:46.759Z
40412026-03-17T20:18:46.759Zinfo: running `cargo check --bins` on wicketd-api (220/257)
40422026-03-17T20:18:47.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-03-17T20:18:47.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-03-17T20:18:47.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40452026-03-17T20:18:47.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40462026-03-17T20:18:47.565Z
40472026-03-17T20:18:47.565Zinfo: running `cargo check --bins` on omicron-ls-apis (221/257)
40482026-03-17T20:18:48.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-03-17T20:18:48.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-03-17T20:18:48.311Z Checking erased-serde v0.4.9
40512026-03-17T20:18:48.413Z Checking ordered-float v2.10.1
40522026-03-17T20:18:48.429Z Checking unicode-xid v0.2.6
40532026-03-17T20:18:48.439Z Checking cargo-platform v0.2.0
40542026-03-17T20:18:48.694Z Checking serde-value v0.7.0
40552026-03-17T20:18:48.880Z Checking serde-untagged v0.1.9
40562026-03-17T20:18:49.089Z Checking cargo-util-schemas v0.8.2
40572026-03-17T20:18:50.086Z Checking cargo_metadata v0.21.0
40582026-03-17T20:18:50.945Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40592026-03-17T20:18:51.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
40602026-03-17T20:18:52.067Z
40612026-03-17T20:18:52.067Zinfo: running `cargo check --bins` on mgs-dev (222/257)
40622026-03-17T20:18:52.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-03-17T20:18:52.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-03-17T20:18:52.958Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40652026-03-17T20:18:53.709Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40662026-03-17T20:18:54.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
40672026-03-17T20:18:54.566Z
40682026-03-17T20:18:54.566Zinfo: running `cargo check --bins` on omicron-omdb (223/257)
40692026-03-17T20:18:55.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-03-17T20:18:55.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-03-17T20:18:55.646Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40722026-03-17T20:18:55.650Z Compiling vergen-gitcl v1.0.8
40732026-03-17T20:18:55.650Z Compiling dirs-sys-next v0.1.2
40742026-03-17T20:18:55.650Z Compiling crunchy v0.2.4
40752026-03-17T20:18:55.650Z Compiling glob v0.3.3
40762026-03-17T20:18:55.650Z Compiling diesel_derives v2.3.7
40772026-03-17T20:18:55.650Z Compiling dsl_auto_type v0.2.0
40782026-03-17T20:18:55.650Z Checking scheduled-thread-pool v0.2.7
40792026-03-17T20:18:55.955Z Compiling dirs-next v2.0.0
40802026-03-17T20:18:56.029Z Compiling diesel_table_macro_syntax v0.3.0
40812026-03-17T20:18:56.115Z Compiling tiny-keccak v2.0.2
40822026-03-17T20:18:56.118Z Compiling term v0.7.0
40832026-03-17T20:18:56.266Z Checking r2d2 v0.8.10
40842026-03-17T20:18:56.306Z Compiling bit-vec v0.6.3
40852026-03-17T20:18:56.342Z Compiling clang-sys v1.8.1
40862026-03-17T20:18:56.401Z Checking downcast-rs v2.0.2
40872026-03-17T20:18:56.498Z Compiling ascii-canvas v3.0.0
40882026-03-17T20:18:56.521Z Compiling bit-set v0.5.3
40892026-03-17T20:18:56.729Z Compiling itertools v0.10.5
40902026-03-17T20:18:56.825Z Compiling ena v0.14.4
40912026-03-17T20:18:56.848Z Compiling libloading v0.8.9
40922026-03-17T20:18:56.882Z Compiling diff v0.1.13
40932026-03-17T20:18:56.921Z Compiling bindgen v0.71.1
40942026-03-17T20:18:57.092Z Compiling regex-syntax v0.6.29
40952026-03-17T20:18:57.131Z Compiling cexpr v0.6.0
40962026-03-17T20:18:57.232Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40972026-03-17T20:18:57.490Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40982026-03-17T20:18:57.609Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40992026-03-17T20:18:57.676Z Compiling libxml v0.3.3
41002026-03-17T20:18:57.983Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41012026-03-17T20:18:58.063Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41022026-03-17T20:18:58.172Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41032026-03-17T20:18:58.378Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41042026-03-17T20:18:58.428Z Compiling strum_macros v0.24.3
41052026-03-17T20:18:58.444Z Compiling indoc v1.0.9
41062026-03-17T20:18:59.028Z Compiling lalrpop v0.19.12
41072026-03-17T20:18:59.824Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41082026-03-17T20:19:00.082Z Checking derive_builder v0.20.2
41092026-03-17T20:19:00.100Z Compiling oso-derive v0.27.3
41102026-03-17T20:19:00.231Z Checking quick-xml v0.37.5
41112026-03-17T20:19:00.279Z Compiling impl-trait-for-tuples v0.2.3
41122026-03-17T20:19:00.766Z Checking openssl-probe v0.1.6
41132026-03-17T20:19:00.932Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41142026-03-17T20:19:01.494Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41152026-03-17T20:19:01.760Z Checking bb8 v0.8.6
41162026-03-17T20:19:02.001Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41172026-03-17T20:19:02.128Z Checking nonempty v0.12.0
41182026-03-17T20:19:02.285Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41192026-03-17T20:19:02.336Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41202026-03-17T20:19:02.534Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41212026-03-17T20:19:02.580Z Checking support-bundle-viewer v0.1.2
41222026-03-17T20:19:02.623Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41232026-03-17T20:19:02.742Z Checking multimap v0.10.1
41242026-03-17T20:19:03.863Z Checking diesel v2.3.7
41252026-03-17T20:19:05.353Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41262026-03-17T20:19:07.349Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41272026-03-17T20:19:07.499Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41282026-03-17T20:19:07.502Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41292026-03-17T20:19:08.847Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41302026-03-17T20:19:09.559Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41312026-03-17T20:19:09.654Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41322026-03-17T20:19:10.528Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41332026-03-17T20:19:13.152Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41342026-03-17T20:19:18.116Z Compiling samael v0.0.19
41352026-03-17T20:19:24.237Z Checking diesel-dtrace v0.5.0
41362026-03-17T20:19:24.535Z Checking async-bb8-diesel v0.2.1
41372026-03-17T20:19:26.751Z Compiling polar-core v0.27.3
41382026-03-17T20:19:33.024Z Checking oso v0.27.3
41392026-03-17T20:20:27.783Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41402026-03-17T20:21:14.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
41412026-03-17T20:21:14.862Z
41422026-03-17T20:21:14.862Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (224/257)
41432026-03-17T20:21:15.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-03-17T20:21:15.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-03-17T20:21:15.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-03-17T20:21:15.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
41472026-03-17T20:21:15.724Z
41482026-03-17T20:21:15.724Zinfo: running `cargo check --bins` on nexus-saga-recovery (225/257)
41492026-03-17T20:21:16.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-03-17T20:21:16.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-03-17T20:21:16.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-03-17T20:21:16.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
41532026-03-17T20:21:16.575Z
41542026-03-17T20:21:16.575Zinfo: running `cargo check --bins` on nexus-test-utils-macros (226/257)
41552026-03-17T20:21:17.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-03-17T20:21:17.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-03-17T20:21:17.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-03-17T20:21:17.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
41592026-03-17T20:21:17.334Z
41602026-03-17T20:21:17.334Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (227/257)
41612026-03-17T20:21:18.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-03-17T20:21:18.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-03-17T20:21:18.393Z Compiling libz-sys v1.1.24
41642026-03-17T20:21:18.396Z Compiling libgit2-sys v0.18.3+1.9.2
41652026-03-17T20:21:18.544Z Compiling vergen-git2 v1.0.7
41662026-03-17T20:21:18.563Z Compiling rustls v0.21.12
41672026-03-17T20:21:18.563Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41682026-03-17T20:21:18.570Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41692026-03-17T20:21:18.570Z Checking sct v0.7.1
41702026-03-17T20:21:18.570Z Checking rustls-webpki v0.101.7
41712026-03-17T20:21:18.741Z Compiling nix v0.29.0
41722026-03-17T20:21:18.823Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41732026-03-17T20:21:18.851Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41742026-03-17T20:21:18.892Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41752026-03-17T20:21:19.093Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41762026-03-17T20:21:19.205Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41772026-03-17T20:21:19.244Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41782026-03-17T20:21:19.357Z Checking rustls-pemfile v1.0.4
41792026-03-17T20:21:19.502Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41802026-03-17T20:21:19.594Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41812026-03-17T20:21:19.843Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41822026-03-17T20:21:19.874Z Checking twox-hash v2.1.2
41832026-03-17T20:21:19.963Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41842026-03-17T20:21:20.797Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41852026-03-17T20:21:20.863Z Checking tokio-rustls v0.24.1
41862026-03-17T20:21:20.879Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41872026-03-17T20:21:20.879Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41882026-03-17T20:21:21.078Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41892026-03-17T20:21:21.256Z Checking fatfs v0.3.6
41902026-03-17T20:21:21.654Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41912026-03-17T20:21:21.701Z Compiling seq-macro v0.3.6
41922026-03-17T20:21:26.712Z Compiling git2 v0.20.4
41932026-03-17T20:21:27.686Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41942026-03-17T20:21:27.845Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41952026-03-17T20:21:29.919Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41962026-03-17T20:22:37.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
41972026-03-17T20:22:38.146Z
41982026-03-17T20:22:38.146Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/257)
41992026-03-17T20:22:38.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-03-17T20:22:38.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-03-17T20:22:39.229Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42022026-03-17T20:23:37.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.50s
42032026-03-17T20:23:37.877Z
42042026-03-17T20:23:37.877Zinfo: running `cargo check --bins` on nexus-background-task-interface (229/257)
42052026-03-17T20:23:38.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-03-17T20:23:38.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-03-17T20:23:38.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-03-17T20:23:38.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
42092026-03-17T20:23:38.662Z
42102026-03-17T20:23:38.662Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (230/257)
42112026-03-17T20:23:39.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-03-17T20:23:39.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-03-17T20:23:39.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-03-17T20:23:39.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42152026-03-17T20:23:39.503Z
42162026-03-17T20:23:39.503Zinfo: running `cargo check --bins` on nexus-mgs-updates (231/257)
42172026-03-17T20:23:40.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-03-17T20:23:40.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-03-17T20:23:40.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-03-17T20:23:40.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
42212026-03-17T20:23:40.342Z
42222026-03-17T20:23:40.342Zinfo: running `cargo check --bins` on nexus-networking (232/257)
42232026-03-17T20:23:41.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-03-17T20:23:41.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-03-17T20:23:41.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-03-17T20:23:41.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42272026-03-17T20:23:41.186Z
42282026-03-17T20:23:41.187Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (233/257)
42292026-03-17T20:23:41.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-03-17T20:23:41.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-03-17T20:23:41.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-03-17T20:23:41.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42332026-03-17T20:23:42.024Z
42342026-03-17T20:23:42.024Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/257)
42352026-03-17T20:23:42.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-03-17T20:23:42.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-03-17T20:23:42.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-03-17T20:23:42.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42392026-03-17T20:23:42.870Z
42402026-03-17T20:23:42.870Zinfo: running `cargo check --bins` on omicron-dev (235/257)
42412026-03-17T20:23:43.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-03-17T20:23:43.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-03-17T20:23:43.974Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42442026-03-17T20:23:43.980Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42452026-03-17T20:23:44.119Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42462026-03-17T20:23:44.134Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42472026-03-17T20:23:44.143Z Checking diff v0.1.13
42482026-03-17T20:23:44.143Z Checking yansi v1.0.1
42492026-03-17T20:23:44.143Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42502026-03-17T20:23:44.143Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42512026-03-17T20:23:44.321Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42522026-03-17T20:23:44.526Z Checking pretty_assertions v1.4.1
42532026-03-17T20:23:45.385Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42542026-03-17T20:24:18.438Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42552026-03-17T20:24:18.442Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42562026-03-17T20:24:18.442Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42572026-03-17T20:24:18.442Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42582026-03-17T20:24:18.442Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42592026-03-17T20:24:18.442Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42602026-03-17T20:24:19.341Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42612026-03-17T20:24:20.764Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42622026-03-17T20:25:20.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42632026-03-17T20:25:20.699Z
42642026-03-17T20:25:20.699Zinfo: running `cargo check --bins` on omicron-pins (236/257)
42652026-03-17T20:25:21.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-03-17T20:25:21.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-03-17T20:25:21.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-03-17T20:25:21.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
42692026-03-17T20:25:21.465Z
42702026-03-17T20:25:21.465Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (237/257)
42712026-03-17T20:25:22.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-03-17T20:25:22.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-03-17T20:25:22.399Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42742026-03-17T20:25:22.514Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42752026-03-17T20:25:22.522Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42762026-03-17T20:26:00.303Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42772026-03-17T20:26:00.789Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42782026-03-17T20:26:03.131Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42792026-03-17T20:26:03.715Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42802026-03-17T20:26:07.720Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42812026-03-17T20:26:39.954Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42822026-03-17T20:26:40.773Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42832026-03-17T20:26:42.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
42842026-03-17T20:26:43.167Z
42852026-03-17T20:26:43.167Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (238/257)
42862026-03-17T20:26:43.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-03-17T20:26:43.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-03-17T20:26:44.038Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42892026-03-17T20:26:44.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
42902026-03-17T20:26:45.135Z
42912026-03-17T20:26:45.135Zinfo: running `cargo check --bins` on omicron-releng (239/257)
42922026-03-17T20:26:45.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-03-17T20:26:45.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-03-17T20:26:45.939Z Compiling blake3 v1.8.3
42952026-03-17T20:26:46.046Z Checking constant_time_eq v0.4.2
42962026-03-17T20:26:46.049Z Checking arrayvec v0.7.6
42972026-03-17T20:26:46.050Z Checking arrayref v0.3.9
42982026-03-17T20:26:46.050Z Checking topological-sort v0.2.2
42992026-03-17T20:26:46.050Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43002026-03-17T20:26:46.050Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43012026-03-17T20:26:46.058Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43022026-03-17T20:26:46.146Z Checking shell-words v1.1.1
43032026-03-17T20:26:47.086Z Checking omicron-zone-package v0.12.2
43042026-03-17T20:26:48.087Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43052026-03-17T20:26:49.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
43062026-03-17T20:26:49.385Z
43072026-03-17T20:26:49.385Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (240/257)
43082026-03-17T20:26:50.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43092026-03-17T20:26:50.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43102026-03-17T20:26:50.180Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43112026-03-17T20:26:50.548Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43122026-03-17T20:26:51.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
43132026-03-17T20:26:51.254Z
43142026-03-17T20:26:51.254Zinfo: running `cargo check --bins` on xtask (241/257)
43152026-03-17T20:26:51.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43162026-03-17T20:26:51.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43172026-03-17T20:26:51.845Z Checking libc v0.2.180
43182026-03-17T20:26:51.934Z Checking serde v1.0.228
43192026-03-17T20:26:51.937Z Checking zerofrom v0.1.6
43202026-03-17T20:26:51.944Z Checking bitflags v2.11.0
43212026-03-17T20:26:51.964Z Checking hashbrown v0.16.1
43222026-03-17T20:26:51.967Z Checking smallvec v1.15.1
43232026-03-17T20:26:51.981Z Checking serde_json v1.0.149
43242026-03-17T20:26:51.984Z Checking scroll v0.12.0
43252026-03-17T20:26:52.075Z Checking yoke v0.8.1
43262026-03-17T20:26:52.146Z Checking num-traits v0.2.19
43272026-03-17T20:26:52.202Z Checking thiserror v1.0.69
43282026-03-17T20:26:52.276Z Checking log v0.4.29
43292026-03-17T20:26:52.294Z Checking zerovec v0.11.5
43302026-03-17T20:26:52.325Z Checking zerotrie v0.2.3
43312026-03-17T20:26:52.416Z Checking errno v0.3.14
43322026-03-17T20:26:52.470Z Checking percent-encoding v2.3.2
43332026-03-17T20:26:52.504Z Checking toml_datetime v0.6.11
43342026-03-17T20:26:52.564Z Checking rustix v1.1.3
43352026-03-17T20:26:52.581Z Checking indexmap v2.13.0
43362026-03-17T20:26:52.644Z Checking serde_spanned v0.6.9
43372026-03-17T20:26:52.657Z Checking zerocopy v0.7.35
43382026-03-17T20:26:52.740Z Checking form_urlencoded v1.2.2
43392026-03-17T20:26:52.799Z Checking goblin v0.8.2
43402026-03-17T20:26:52.863Z Checking getrandom v0.4.1
43412026-03-17T20:26:52.898Z Checking tinystr v0.8.2
43422026-03-17T20:26:52.911Z Checking potential_utf v0.1.4
43432026-03-17T20:26:52.937Z Checking ordered-float v2.10.1
43442026-03-17T20:26:53.023Z Checking thiserror v2.0.18
43452026-03-17T20:26:53.071Z Checking icu_collections v2.1.1
43462026-03-17T20:26:53.136Z Checking icu_locale_core v2.1.1
43472026-03-17T20:26:53.150Z Checking syn v2.0.117
43482026-03-17T20:26:53.275Z Checking serde-value v0.7.0
43492026-03-17T20:26:53.337Z Checking toml_edit v0.22.27
43502026-03-17T20:26:53.370Z Checking dtrace-parser v0.2.0
43512026-03-17T20:26:53.486Z Checking thread-id v4.2.2
43522026-03-17T20:26:53.550Z Checking once_cell v1.21.3
43532026-03-17T20:26:53.583Z Checking cargo-platform v0.2.0
43542026-03-17T20:26:53.684Z Checking memmap v0.7.0
43552026-03-17T20:26:53.730Z Checking terminal_size v0.4.3
43562026-03-17T20:26:53.769Z Checking tempfile v3.25.0
43572026-03-17T20:26:53.810Z Checking fs-err v3.3.0
43582026-03-17T20:26:53.847Z Checking anyhow v1.0.102
43592026-03-17T20:26:53.870Z Checking clap_builder v4.5.60
43602026-03-17T20:26:53.919Z Checking icu_provider v2.1.1
43612026-03-17T20:26:54.020Z Checking camino-tempfile v1.4.1
43622026-03-17T20:26:54.043Z Checking textwrap v0.16.2
43632026-03-17T20:26:54.118Z Checking tabled v0.15.0
43642026-03-17T20:26:54.220Z Checking macaddr v1.0.1
43652026-03-17T20:26:54.237Z Checking icu_normalizer v2.1.1
43662026-03-17T20:26:54.312Z Checking icu_properties v2.1.2
43672026-03-17T20:26:54.453Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43682026-03-17T20:26:54.869Z Checking toml v0.8.23
43692026-03-17T20:26:55.292Z Checking cargo_toml v0.21.0
43702026-03-17T20:26:55.472Z Checking idna_adapter v1.2.1
43712026-03-17T20:26:55.527Z Checking dof v0.3.0
43722026-03-17T20:26:55.545Z Checking clap v4.5.60
43732026-03-17T20:26:55.620Z Checking idna v1.1.0
43742026-03-17T20:26:55.889Z Checking usdt-impl v0.5.0
43752026-03-17T20:26:55.911Z Checking url v2.5.8
43762026-03-17T20:26:56.215Z Checking usdt v0.5.0
43772026-03-17T20:26:56.380Z Checking cargo-util-schemas v0.8.2
43782026-03-17T20:26:57.376Z Checking cargo_metadata v0.21.0
43792026-03-17T20:26:58.239Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43802026-03-17T20:26:58.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.56s
43812026-03-17T20:26:58.950Z
43822026-03-17T20:26:58.950Zinfo: running `cargo check --bins` on end-to-end-tests (242/257)
43832026-03-17T20:26:59.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-03-17T20:26:59.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-03-17T20:26:59.912Z Checking polyval v0.6.2
43862026-03-17T20:27:00.029Z Checking ctr v0.9.2
43872026-03-17T20:27:00.044Z Checking ssh-encoding v0.2.0
43882026-03-17T20:27:00.047Z Checking blowfish v0.9.1
43892026-03-17T20:27:00.067Z Checking password-hash v0.4.2
43902026-03-17T20:27:00.081Z Checking p256 v0.13.2
43912026-03-17T20:27:00.084Z Checking p521 v0.13.3
43922026-03-17T20:27:00.084Z Checking russh-cryptovec v0.7.3
43932026-03-17T20:27:00.213Z Checking bcrypt-pbkdf v0.10.0
43942026-03-17T20:27:00.216Z Checking ghash v0.5.1
43952026-03-17T20:27:00.245Z Checking md5 v0.7.0
43962026-03-17T20:27:00.284Z Checking num-bigint v0.4.6
43972026-03-17T20:27:00.304Z Checking des v0.8.1
43982026-03-17T20:27:00.347Z Checking pbkdf2 v0.11.0
43992026-03-17T20:27:00.368Z Checking aes-gcm v0.10.3
44002026-03-17T20:27:00.413Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44012026-03-17T20:27:00.450Z Checking hex-literal v0.4.1
44022026-03-17T20:27:00.466Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44032026-03-17T20:27:00.493Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44042026-03-17T20:27:00.545Z Checking ssh-cipher v0.2.0
44052026-03-17T20:27:00.561Z Checking socket2 v0.5.10
44062026-03-17T20:27:00.577Z Checking internet-checksum v0.2.1
44072026-03-17T20:27:00.759Z Checking ssh-key v0.6.7
44082026-03-17T20:27:00.952Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44092026-03-17T20:27:01.643Z Checking russh-keys v0.45.0
44102026-03-17T20:27:02.375Z Checking russh v0.45.0
44112026-03-17T20:27:24.134Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44122026-03-17T20:27:25.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.70s
44132026-03-17T20:27:25.887Z
44142026-03-17T20:27:25.887Zinfo: running `cargo check --bins` on gateway-cli (243/257)
44152026-03-17T20:27:26.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-03-17T20:27:26.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-03-17T20:27:26.677Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44182026-03-17T20:27:26.680Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44192026-03-17T20:27:26.680Z Checking termios v0.3.3
44202026-03-17T20:27:28.493Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44212026-03-17T20:27:28.676Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44222026-03-17T20:27:31.296Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44232026-03-17T20:27:32.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s
44242026-03-17T20:27:32.338Z
44252026-03-17T20:27:32.338Zinfo: running `cargo check --bins --no-default-features` on installinator (244/257)
44262026-03-17T20:27:32.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-03-17T20:27:32.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-03-17T20:27:33.112Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44292026-03-17T20:27:33.120Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44302026-03-17T20:27:33.236Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44312026-03-17T20:27:33.246Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44322026-03-17T20:27:33.246Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44332026-03-17T20:27:33.524Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44342026-03-17T20:27:33.534Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44352026-03-17T20:27:34.467Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44362026-03-17T20:27:38.246Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44372026-03-17T20:27:38.246Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44382026-03-17T20:27:38.246Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44392026-03-17T20:27:38.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
44402026-03-17T20:27:38.297Z
44412026-03-17T20:27:38.298Zinfo: running `cargo check --bins` on internal-dns-cli (245/257)
44422026-03-17T20:27:38.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-03-17T20:27:38.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-03-17T20:27:38.696Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44452026-03-17T20:27:39.240Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44462026-03-17T20:27:39.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
44472026-03-17T20:27:39.843Z
44482026-03-17T20:27:39.843Zinfo: running `cargo check --bins` on omicron-live-tests (246/257)
44492026-03-17T20:27:40.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-03-17T20:27:40.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-03-17T20:27:40.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-03-17T20:27:40.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
44532026-03-17T20:27:40.611Z
44542026-03-17T20:27:40.611Zinfo: running `cargo check --bins` on live-tests-macros (247/257)
44552026-03-17T20:27:41.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-03-17T20:27:41.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-03-17T20:27:41.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-03-17T20:27:41.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
44592026-03-17T20:27:41.378Z
44602026-03-17T20:27:41.378Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (248/257)
44612026-03-17T20:27:42.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-03-17T20:27:42.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-03-17T20:27:42.281Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44642026-03-17T20:27:43.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
44652026-03-17T20:27:43.244Z
44662026-03-17T20:27:43.244Zinfo: running `cargo check --bins` on omicron-ntp-admin (249/257)
44672026-03-17T20:27:43.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-03-17T20:27:43.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-03-17T20:27:44.035Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44702026-03-17T20:27:44.039Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44712026-03-17T20:27:44.325Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44722026-03-17T20:27:44.329Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44732026-03-17T20:27:45.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
44742026-03-17T20:27:45.526Z
44752026-03-17T20:27:45.526Zinfo: running `cargo check --bins` on ntp-admin-types (250/257)
44762026-03-17T20:27:46.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-03-17T20:27:46.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-03-17T20:27:46.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44792026-03-17T20:27:46.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
44802026-03-17T20:27:46.333Z
44812026-03-17T20:27:46.333Zinfo: running `cargo check --bins` on omicron-package (251/257)
44822026-03-17T20:27:46.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-03-17T20:27:46.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-03-17T20:27:47.100Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44852026-03-17T20:27:48.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
44862026-03-17T20:27:48.669Z
44872026-03-17T20:27:48.669Zinfo: running `cargo check --bins` on tqdb (252/257)
44882026-03-17T20:27:49.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-03-17T20:27:49.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-03-17T20:27:49.612Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44912026-03-17T20:27:50.032Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44922026-03-17T20:27:50.732Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44932026-03-17T20:27:50.735Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44942026-03-17T20:27:57.425Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44952026-03-17T20:27:58.338Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44962026-03-17T20:27:58.342Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
44972026-03-17T20:27:58.342Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44982026-03-17T20:27:58.342Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44992026-03-17T20:27:59.336Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45002026-03-17T20:28:09.005Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45012026-03-17T20:28:17.149Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45022026-03-17T20:28:17.152Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45032026-03-17T20:28:17.152Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45042026-03-17T20:28:17.152Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45052026-03-17T20:28:19.068Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45062026-03-17T20:28:20.835Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45072026-03-17T20:28:21.726Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45082026-03-17T20:28:23.468Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45092026-03-17T20:28:24.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.51s
45102026-03-17T20:28:24.414Z
45112026-03-17T20:28:24.414Zinfo: running `cargo check --bins` on wicket-dbg (253/257)
45122026-03-17T20:28:25.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45132026-03-17T20:28:25.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45142026-03-17T20:28:25.277Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45152026-03-17T20:28:25.280Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45162026-03-17T20:28:25.280Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45172026-03-17T20:28:25.413Z Checking rtoolbox v0.0.3
45182026-03-17T20:28:25.417Z Checking tui-tree-widget v0.23.1
45192026-03-17T20:28:25.556Z Checking rpassword v7.4.0
45202026-03-17T20:28:25.705Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45212026-03-17T20:28:26.671Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45222026-03-17T20:28:33.394Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45232026-03-17T20:28:34.303Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45242026-03-17T20:28:35.699Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45252026-03-17T20:28:39.845Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45262026-03-17T20:28:42.386Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45272026-03-17T20:28:43.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.14s
45282026-03-17T20:28:43.766Z
45292026-03-17T20:28:43.766Zinfo: running `cargo check --bins` on wicket (254/257)
45302026-03-17T20:28:44.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-03-17T20:28:44.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-03-17T20:28:44.603Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45332026-03-17T20:28:45.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
45342026-03-17T20:28:45.234Z
45352026-03-17T20:28:45.234Zinfo: running `cargo check --bins` on wicketd (255/257)
45362026-03-17T20:28:45.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-03-17T20:28:45.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-03-17T20:28:46.103Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45392026-03-17T20:28:46.106Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45402026-03-17T20:28:46.106Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45412026-03-17T20:28:46.106Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45422026-03-17T20:28:47.642Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45432026-03-17T20:28:48.424Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45442026-03-17T20:28:52.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.19s
45452026-03-17T20:28:52.657Z
45462026-03-17T20:28:52.657Zinfo: running `cargo check --bins` on omicron-workspace-hack (256/257)
45472026-03-17T20:28:53.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-03-17T20:28:53.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-03-17T20:28:53.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45502026-03-17T20:28:53.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
45512026-03-17T20:28:53.422Z
45522026-03-17T20:28:53.422Zinfo: running `cargo check --bins` on zone-setup (257/257)
45532026-03-17T20:28:54.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45542026-03-17T20:28:54.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45552026-03-17T20:28:54.232Z Checking uzers v0.12.2
45562026-03-17T20:28:54.562Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45572026-03-17T20:28:55.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
45582026-03-17T20:28:55.752Z
45592026-03-17T20:28:55.755Zreal 18:57.656813724
45602026-03-17T20:28:55.755Zuser 28:39.209310443
45612026-03-17T20:28:55.755Zsys 5:06.568608908
45622026-03-17T20:28:55.755Ztrap 0.488631107
45632026-03-17T20:28:55.755Ztflt 0.570454900
45642026-03-17T20:28:55.755Zdflt 0.692080566
45652026-03-17T20:28:55.755Zkflt 0.000953676
45662026-03-17T20:28:55.755Zlock 1:18:09.299193766
45672026-03-17T20:28:55.755Zslp 2:41:23.980049587
45682026-03-17T20:28:55.755Zlat 1:32.068353418
45692026-03-17T20:28:55.755Zstop 4:53.153628613
45702026-03-17T20:28:55.755Zprocess exited: duration 1412462 ms, exit code 0
 
45712026-03-17T20:28:55.763Zfound 0 output files